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

.content-top {
    margin: 30px 0 60px;
}

.video-box {
    width: 580px;
    min-height: 310px;
    background: url(/imgs/video-border.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 12px;
}

.video-btns {
    width: 312px;
    margin-left: -156px;
    position: absolute;
    left: 50%;
    top: 22px;
    z-index: 1;
}

.video-btns li {
    width: 134px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background-color: rgba(42, 46, 51, .4);
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0 10px;
    float:left;
    cursor: pointer;
}

.video-btns li:hover, .video-btns li.on {
    color: #2a2e33;
    border-color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .8);
}

.video-wrap {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(3% 0, 97% 0%, 100% 5%, 100% 95%, 97% 100%, 3% 100%, 0% 95%, 0 5%);
    clip-path: polygon(3% 0, 97% 0%, 100% 5%, 100% 95%, 97% 100%, 3% 100%, 0% 95%, 0 5%);
}

.video-wrap video {
    width: 100%;
    height: 100%;
    display: block;
}

.info-box {
    width: 560px;
    font-size: 14px;
    letter-spacing: 1px;
    float:right;
    color: #fff;
}

.exp-title {
    font-size: 28px;
    margin: 5px 0 15px;
    font-weight: normal;
}

.exp-info {
    line-height: 1.6em;
    font-weight: lighter;
}

.info-list {
    margin: 16px 0;
}

.info-list li {
    display: inline-block;
    margin: 3px 10px 3px 0;
    font-weight: lighter;
}

.btn-start {
    width: 186px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .6);
    color: #2a2e33;
    font-size: 16px;
    background-color: rgba(255, 255, 255, .6);
    cursor: pointer;
    position: relative;
}

.btn-start:hover {
    background-color: rgba(147, 13, 20, .5);
    color: #fff;
}

.btn-left, .btn-right{
    width: 3px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top:0;
    left:-2px;
}

.btn-right{
    left: auto;
    right: -2px;
}

.btn-left:before, .btn-left:after, .btn-right:before, .btn-right:after{
    content: "";
    width: 10px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: -2px;
    left: 0;
}

.btn-left:after, .btn-right:after{
    top: auto;
    bottom: -2px;
}

.btn-right:before, .btn-right:after{
    left: auto;
    right: 0;
}

.start-lineUp{
    font-size: 13px;
    margin-left: 20px;
    font-weight: lighter;
}

.start-info {
    margin-top: 10px;
    font-size: 13px;
    font-weight: lighter;
}

.start-info>p>span.iconfont3{
    font-size: 14px;
    margin: 0 2px 0 8px;
}

.content-middle {
    margin-bottom: 60px;
}

.content-middle>div {
    float:left;
}

.content-title {
    font-size: 24px;
    line-height: 1.2em;
    color: #fff;
    padding-left: 17px;
    margin-bottom: 30px;
    font-weight: normal;
    position: relative;
}

.content-title:after {
    content:"";
    width: 7px;
    height: 46px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
}

.content-title span {
    display: block;
    font-size: 14px;
}

.content-box{
    width: 298px;
    height: 128px;
    border: 1px solid #fff;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    background-color: rgba(42, 46, 51, .5);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.middle-left {
    width: 680px;
}

.statistics-list li {
    width: 212px;
    height: 100px;
    background-color: rgba(42, 46, 51, .5);
    color: #fff;
    float: left;
    margin: 0px 10px 15px 0;
    border: 2px solid #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    cursor: pointer;
}

.statistics-list li:hover {
    background-color: rgba(42, 46, 51, .7);
}

.statistics-list li>span {
    width: 72px;
    height: 72px;
    font-size: 36px;
    text-align: center;
    line-height: 72px;
    display: inline-block;
    margin: 14px 16px;
    vertical-align: middle;
    background-color: rgba(147, 13, 20, .3);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.statistics-list li p {
    display: inline-block;
    width: 96px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.statistics-list li p i {
    font-style: normal;
    font-size: 12px;
}

.statistics-list li p span {
    display: block;
}

.statistics-list li:last-of-type div {
    display: inline-block;
    vertical-align: middle;
}

/*.statistics-list li:last-of-type p {
    font-size: 14px;
    text-align: left;
    display: block;
}*/

.middle-center {
    width: 230px;
    margin: 0 30px;
}

.online-btn {
    display: block;
    width: 226px;
    height: 220px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    background: url("/imgs/index03BtnBg.png");
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.online-btn:hover {
    color: #fff;
    background-color: rgba(42, 46, 51, .7);
}

.online-btn>span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 70px;
}

.online-btn>span i {
    font-style: normal;
    display: block;
    font-size: 12px;
}

.online-btn>span.iconfont3 {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 12px;
    margin-top: 20px;
}

.middle-right {
    width: 230px;
}

.middle-right .content-box{
    width: 226px;
    height: 180px;
    border: 2px solid #fff;
    padding: 20px 0;
}

.middle-right .content-box p{
    padding: 0 10px 0 38px;
    margin: 15px 0;
    position: relative;
    word-break: break-all;
}

.middle-right .content-box p span{
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 12px;
    top: 0;
}

.middle-right .content-box p a{
    color: #fff;
}

.middle-right .content-box p a:hover{
    text-decoration: underline;
}

.learner-btn {
    display: block;
    width: 226px;
    height: 220px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    background: url("/imgs/index03BtnBg.png");
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    position: relative;
}

.learner-btn:hover {
    color: #fff;
    background-color: rgba(42, 46, 51, .7);
}

.learner-btn>span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 70px;
}

.learner-btn>span i {
    font-style: normal;
    display: block;
    font-size: 12px;
}

.learner-btn>span.iconfont3 {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 12px;
    margin-top: 20px;
}

.learner-tip {
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
}

.learner-tip span {
    display: block;
}

.content-bottom {
    margin-bottom: 60px;
    position: relative;
}

.bottom-left, .bottom-center, .bottom-right{
    width: 340px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.bottom-left{
    width: 490px;
}

.bottom-right{
    margin-right: 0;
}

.bottom-left .content-box{
    width: 448px;
}

.bottom-right .content-box p{
    padding: 0 0 0 20px;
    margin: 10px 0;
}

.bottom-right .content-box p span{
    margin-right: 5px;
    font-size: 18px;
}

.bottom-right .content-box p a{
    color: #fff;
}

.bottom-right .content-box p a:hover{
    text-decoration: underline;
}

.swiper-box {
    height: 170px;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    width: 22px;
    height: 16px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 0;
    overflow: hidden;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 50%;
    top: 10px;
    margin-left: -11px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 10px;
    margin-left: -11px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    font-weight: bold;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-slide {
    width: 278px;
    height: 128px !important;
    padding: 20px 30px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(42, 46, 51, .5);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
}

.imgWrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.imgWrap img {
    width: 100%;
    height: auto;
}

.text-wrap p {
    font-size: 14px;
    margin: 8px 0;
    position: relative;
}

/*.text-wrap p:nth-of-type(1):before {
    content:"姓名：";
    position: absolute;
    left:0;
}

.text-wrap p:nth-of-type(2):before {
    content:"职称：";
    position: absolute;
    left:0;
}

.text-wrap p:nth-of-type(3):before {
    content:"职务：";
    position: absolute;
    left:0;
}*/

.text-wrap p span{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
}

.text-wrap p:nth-of-type(2) span{
    position: relative;
    left: -2px;
}

.text-hover {
    background-color: #733939;
    font-size: 14px;
    color: #fff;
    padding: 30px;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    transition: top .15s;
    -webkit-transition: top .15s;
    -moz-transition: top .15s;
}

.swiper-slide:hover .text-hover {
    top: 0;
}