﻿@charset "utf-8"; /* frame */
body {
    min-width: 1400px;
}

.clear {
    clear: both;
}

#content {
    overflow: hidden;
    zoom: 1;width: 100%;
}

.row {
    width: 1400px;
    margin: auto;
    position: relative;
}

#new_products {
    height: 420px;
    background: url(../img/content_bg.png) top center no-repeat;
    background-size: cover;
    padding: 200px 0 110px;
}

#new_products .p1 {
    font-family: 'SimSun';
    font-style: normal;
    font-size: 60px;
    line-height: 68px;
    text-align: center;
    letter-spacing: 8px;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 2px #0e203c;
    margin-bottom: 80px;
}

.subtract {
    width: 1200px;
    margin: auto;
}

.subtract li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 26px;
}

.subtract li div {
    width: 120px;
    height: 92px;
    margin: auto;
    background: url(../img/subtract.png) no-repeat;
}

.subtract li div i {
    display: block;
    width: 38px;
    height: 38px;
    margin: auto;
    padding: 18px 0 0;
}

.subtract .li1 div i {
    background: url(../img/subtract_li1.png) center 18px no-repeat;
}

.subtract .li2 div i {
    background: url(../img/subtract_li2.png) center 18px no-repeat;
}

.subtract .li3 div i {
    background: url(../img/subtract_li3.png) center 18px no-repeat;
}

.subtract .li4 div i {
    background: url(../img/subtract_li4.png) center 18px no-repeat;
}

.subtract li div h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    color: #FAE784;
}

.subtract li p {
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}

#new_products .p2 {
    font-weight: 900;
    font-size: 30px;
    line-height: 70px;
    color: #F2E7AE;
    text-align: center;
    letter-spacing: 1px;
}

#products_introduce {
    padding: 50px 0 60px;
    background-color: #fff;
}

#products_introduce .p1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    background: linear-gradient(180deg, #216EAE 0%, #1F4686 65.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 44px;
}

#products_introduce .p1 span {
    padding-bottom: 20px;
}

#products_introduce .p1 .line {
    border-bottom: 1px solid #CACACA;
    width: 400px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    display: block;
}

#products_introduce .p1 em {
    display: block;
    width: 60px;
    height: 5px;
    background: #2D67A5;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
}

.introduce_ul li {
    float: left;
    width: 342px;
    height: 380px;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
}

.introduce_ul .li4,.introduce_ul .li8 {
    margin: 0 0px 10px;
}

.introduce_ul li .introduce_msg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(82 73 54 / 65%);
    transition: all 0.3s;
}

.introduce_ul li .introduce_msg .title {
    /* margin: 40px 0 30px; */
    margin: 125px 0 0;
    transition: all 0.5s;
    opacity: 0.7;
}

.introduce_ul li .introduce_msg .title i {
    display: block;
    width: 72px;
    height: 72px;
    margin: auto;
}
.introduce_ul .li1 .introduce_msg .title i {
    background: url(../img/qy_icon.png) center no-repeat;
}
.introduce_ul .li2 .introduce_msg .title i {
    background: url(../img/gs_icon.png) center no-repeat;
}
.introduce_ul .li3 .introduce_msg .title i {
    background: url(../img/jy_icon.png) center no-repeat;
}

.introduce_ul .li4 .introduce_msg .title i {
    background: url(../img/yy_icon.png) center no-repeat;
}

.introduce_ul .li5 .introduce_msg .title i {
    background: url(../img/qjw_icon.png) center no-repeat;
}

.introduce_ul .li6 .introduce_msg .title i {
    background: url(../img/zf_icon.png) center no-repeat;
}

.introduce_ul .li7 .introduce_msg .title i {
    background: url(../img/ga_icon.png) center no-repeat;
}

.introduce_ul li .introduce_msg .title p {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: #fff;
}

.introduce_ul li .introduce_msg .intor {
    height: 0px;
    width: 80%;
    margin: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: justify;
    overflow: hidden;
    transition: all 0.5s;
}

.introduce_ul li:hover .introduce_msg {
    background: rgb(31 102 164 / 90%);
}

.introduce_ul li:hover .introduce_msg .title {
    margin: 40px 0 30px;
    opacity:1
}

.introduce_ul li:hover .introduce_msg .intor {
    height: auto;
}
.introduce_ul li img{height: 100%;}

#wf {
    padding-top: 60px;
    height: 476px;
    background: url(../img/wf_bg.png) center bottom no-repeat #fff;
    background-size: cover;
}

#wf .p1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 44px;
}

#wf .p1 span {
    padding-bottom: 20px;
    color: #fff;
}

#wf .p1 a {
    color: #fff;
}

#wf .p1 em {
    display: block;
    width: 60px;
    height: 5px;
    background: #81A6E0;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
}

#wf .p1 .line {
    border-bottom: 1px solid #81A6E0;
    width: 400px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    display: block;
}

#wf .p2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

#wf .p3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

#wf .p3 span {
    color: #FAE784;
}

#modular {
    background-color: #fff;
    padding: 30px 0 50px;
}

.row .left-box {
    width: 1190px;
}

.box1 {
    height: 270px;
    background-color: #ffffff;
    border: 1px solid #E8E6E3;
    display: flex;
}

.box1 .fwrq {
    width: 470px;
    height: 270px;
}

.box1 .fwrq p {
    height: 40px;
    background: #E9F7EA;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.box1 .fwrq ul {
    padding: 0 6px 0 8px;
}

.box1 .fwrq ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    width: 32.8%;
    margin: 0 2px 2px 0;
    background: #F4FCF5;
    border-radius: 3px;
    text-indent: 50px;
}

.box1 .fwrq ul .li1 {
    background: url(../img/ld.png) 15px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li2 {
    background: url(../img/wzbj.png) 10px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li3 {
    background: url(../img/hzjs.png) 15px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li4 {
    background: url(../img/jsry.png) 14px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li5 {
    background: url(../img/ywgzry.png) 14px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li6 {
    background: url(../img/gys.png) 15px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li7 {
    background: url(../img/sm.png) 15px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li8 {
    background: url(../img/qy.png) 11px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li9 {
    background: url(../img/kh.png) 15px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li10 {
    background: url(../img/ls.png) 11px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li11 {
    background: url(../img/xs.png) 16px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li12 {
    background: url(../img/zs.png) 15px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li13 {
    background: url(../img/jz.png) 15px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li14 {
    background: url(../img/mj.png) 13px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li15 {
    background: url(../img/yhry.png) 14px 50% no-repeat #F4FCF5;
}

.box1 .fwrq ul .li1:hover {
    background: url(../img/ld_on.png) 15px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li2:hover {
    background: url(../img/wzbj_on.png) 10px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li3:hover {
    background: url(../img/hzjs_on.png) 15px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li4:hover {
    background: url(../img/jsry_on.png) 14px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li5:hover {
    background: url(../img/ywgzry_on.png) 14px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li6:hover {
    background: url(../img/gys_on.png) 15px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li7:hover {
    background: url(../img/sm_on.png) 15px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li8:hover {
    background: url(../img/qy_on.png) 11px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li9:hover {
    background: url(../img/kh_on.png) 15px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li10:hover {
    background: url(../img/ls_on.png) 11px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li11:hover {
    background: url(../img/xs_on.png) 16px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li12:hover {
    background: url(../img/zs_on.png) 15px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li13:hover {
    background: url(../img/jz_on.png) 15px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li14:hover {
    background: url(../img/mj_on.png) 13px 50% no-repeat #FFF3E1;
}

.box1 .fwrq ul .li15:hover {
    background: url(../img/yhry_on.png) 14px 50% no-repeat #FFF3E1;
}

.box1 .fwsb {
    width: 318px;
    border-left: 1px solid #E8E6E3;
    border-right: 1px solid #E8E6E3;
    height: 270px;
}

.box1 .fwsb p {
    height: 40px;
    background: #FFE9C6;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.box1 .fwsb ul li {
    float: left;
    font-size: 14px;
    color: #333;
    width: 49.3%;
    height: 65px;
    background: #FFFAF3;
    border-radius: 3px;
    text-align: center;
    margin: 0 2px 4px 0;
    line-height: 95px;
    font-weight: 600;
}

.box1 .fwsb ul {
    padding: 0 6px 0 8px;
}

.box1 .fwsb ul .li1 {
    background: url(../img/pc.png) center 8px no-repeat #FFFAF3;
}

.box1 .fwsb ul .li2 {
    background: url(../img/ipad.png) center 6px no-repeat #FFFAF3;
}

.box1 .fwsb ul .li3 {
    background: url(../img/phone.png) center 9px no-repeat #FFFAF3;
}

.box1 .fwsb ul .li4 {
    background: url(../img/tv.png) center 7px no-repeat #FFFAF3;
}

.box1 .fwsb ul .li5 {
    background: url(../img/hlw.png) center 7px no-repeat #FFFAF3;
    width: 100%;
    margin: 0;
}

.box1 .fwsb ul .li1:hover {
    background: url(../img/pc_on.png) center 8px no-repeat #FFF3E1;
}

.box1 .fwsb ul .li2:hover {
    background: url(../img/ipad_on.png) center 6px no-repeat #FFF3E1;
}

.box1 .fwsb ul .li3:hover {
    background: url(../img/phone_on.png) center 9px no-repeat #FFF3E1;
}

.box1 .fwsb ul .li4:hover {
    background: url(../img/tv_on.png) center 7px no-repeat #FFF3E1;
}

.box1 .fwsb ul .li5:hover {
    background: url(../img/hlw_on.png) center 7px no-repeat #FFF3E1;
}

.box1 .jrllq {
    width: 398px;
    height: 170px;
}

.box1 .jrllq p {
    height: 40px;
    background: #C2E8FC;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.box1 .jrllq img {
    display: block;
    width: 396px;
    height: 208px;
    margin: auto;
}

.top_icon {
    height: 30px;
}

.top_icon .top1,.top_icon .top2,.top_icon .top3 {
    float: left;
    height: 30px;
    background: url(../img/top_icon.png) center no-repeat;
}

.top_icon .top1 {
    width: 470px;
}

.top_icon .top2 {
    width: 320px;
}

.top_icon .top3 {
    width: 398px;
}

/* .row .right-box{width: 190px;} */
.box2 {
    height: 140px;
    background: #FAEEEC;
    border: 1px solid #EFCDC8;
    border-bottom: 0;
}

.box2 p {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #333333;
    padding: 22px 0 13px;
}

.box3 {
    width: 1100px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #EEDFDC;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: auto;
}

.box4,.box5 {
    display: flex;
}

.box4 .qmtfb,.box4 .dyybb {
    width: 593px;
    height: 200px;
    border: 1px solid #D9D7E8;
    background: #F1EFFC;
    border-bottom: 0;
}

.box4 .dyybb {
    border: 1px solid #CEE9E7;
    background: #dcf3f2;
    border-bottom: 0;
}

.box4 .qmtfb h3,.box4 .dyybb h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #333333;
    padding: 20px 0 13px;
}

.box4 .qmtfb ul,.box4 .dyybb ul {
    width: 400px;
    height: 70px;
    padding: 15px 0px 15px 33px;
    margin: auto;
    background-color: #fff;
}

.box4 ul li {
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    margin-right: 29px;
    font-weight: 500;
}

.box4 .dyybb ul li {
    /*line-height: 70px;*/
}

.box5 .qmtfb_box,.box5 .sjkfydj_box,.box5 .aqfh_box {
    width: 396px;
    background: #e8f0fb;
    border: 1px solid #c8d9f1;
}

.box5 .sjkfydj_box {
    border: none;
    border-top: 1px solid #c8d9f1;
    border-bottom: 1px solid #c8d9f1;
    width: 394px;
}

.box5 .box_pub h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #333333;
    padding: 15px 0;
}

.left-box .click_tq2 a {
    display: block;
    height: 25px;
    line-height: 25px;
    transition: all 0s;
}

.left-box .click_tq,.left-box .click_tq2 {
    width: 47%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 5px 5px 0;
    cursor: pointer;
    font-size: 12px;
    background: #FFFFFF;
    border: 1px solid #E1EEF9;
    color: #333;
    font-weight: 500;
    overflow: hidden;
    transition: all 0s
}
.left-box .click_tq2 {
    background: #edf9fb;
}
.left-box .click_tq:hover,.left-box .click_tq2:hover {
    background-color: #1F4E8E;
    border-color: #1F4E8E;
    color: #fff;
}

.left-box .click_tq2:hover a {
    color: #fff;
}
.left-box .small{
    font-size:11px;
}
.all_w {
    width: 100%;
}

.box5 .sjkfydj_box h3,.box5 .sjkfydj_box .blue,.box5 .ywyyxt_box h3,.box5 .ywyyxt_box .green,.box5 .qmtxxfbgl_box h3,.box5 .qmtxxfbgl_box .green {
    border-left: 0;
    border-right: 0;
}

.blue {
    height: auto;
    padding: 0 15px 15px 20px;
    overflow: hidden;
}

.box5 .wzqywzx_box,.box5 .ywyyxt_box,.box5 .yyzc_box,.box5 .wzyyxt_box,.box5 .qmtxxfbgl_box,.box5 .jcyyj_box {
    width: 396px;
    background: #F4FBF5;
    border: 1px solid #D1EAE7;
    border-top:none;
}
.box5 .ywyyxt_box,.box5 .yyzc_box {
    border: none;
    border-bottom: 1px solid #D1EAE7;
    width: 394px;
}
.box5 .wzqywzx_box,.box5 .yyzc_box,.box5 .jcyyj_box{
    background: #f0eef9;
    border-color: #dad0f3; 
}
/*.box5 .jcyyj_box {
    border-right: 1px solid #D1EAE7;
    width: 198px;
}*/

.green {
    /* background-color: #fafdfc; */
    padding: 0 15px 15px;
    border-top: 0;
    border-bottom: 0;
    overflow: hidden;
}

.green .click_tq,.green .click_tq2 {
    /* margin: 0 0 5px; */
    /* float: none; */
    /* display: block; */
    /* width: 167px; */
}

.box5 .qmtfb_box2,.box5 .dyyfb_box {
    width: 593px;
    background: #FFF9F1;
    border: 1px solid #EEE2CF;
    border-top: 0;
}

.box5 .dyyfb_box {
    background: #F6F8EB;
    border: 1px solid #E1E7BF;
    border-left: 0;
    width: 594px;
    border-top: 0;
}

.orange,.cyan {
    height: 192px;
    padding: 0 15px 15px 20px;
}

.orange .click_tq,.cyan .click_tq {
    width: 23.3%;
}

.orange .big_box {
    width: 48%;
}

.box5 .zcczxt_box,.box5 .zcsjk_box,.box5 .zczjj_box,.box5 .zcjmsf_box,.box5 .zcipxy_box {
    width: 237px;
    height: 220px;
    background: #EBF5FD;
    border: 1px solid #CEE3EC;
    border-right: 0;
    border-top: 0;
}
.box5 .zczjj_box{width: 337px; }
.box5 .zcipxy_box {
    border-right: 1px solid #CEE3EC;
    width: 236px;
}

.pink {
    width: 165px;
    height: 120px;
    margin: auto;
    background-color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    font-weight: 500;
}
.zczjj_box .pink {width: 255px;}
.right-box {
    width: 210px;
    position: absolute;
    right: 0;
    top: 302px;
}

.left_icon {
    float: left;
    width: 20px;
}

.left_icon .left1 {
    height: 140px;
    background: url(../img/left_icon.png) center no-repeat;
    margin-bottom: 201px;
}

.left_icon .left2 {
    height: 434px;
    background: url(../img/left_icon.png) center no-repeat;
}

.left_icon .left3 {
    height: 656px;
    background: url(../img/left_icon.png) center no-repeat;
}

.api_box {
    width: 146px;
    height: 2062px;
    background-color: #fff;
    border: 1px solid #DEC4C2;
    float: left;
    padding: 20px;
}

.api_title {
    height: 148px;
    background-color: #AD0B03;
    height: 148px;
}

.api_title i {
    width: 52px;
    height: 52px;
    display: block;
    margin: 0 auto 7px;
    background: url(../img/api.png) center bottom no-repeat;
    padding-top: 32px;
}

.api_title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.api_box ul {
    margin-top: 10px;
    background: #FFF7F7;
    border-radius: 3px;
    padding: 10px 0 580px;
}

.api_box ul li {
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    color: #000;
    padding: 15px 5px;
}

.api_box ul li:hover {
    background-color: #FFECEA;
}

.shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
}

.tq_box {
    position: fixed;
    height: auto;
    width: 592px;
    padding: 38px 44px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 10;
    top: 35%;
    margin: auto;
    left: 0;
    right: 0;
    display: none;
}

.tq_box .tq_title {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 20px;
}

.tq_box .tq_content {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: justify;
    /* font-weight: 900; */
}

.tq_box .close {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/close_icon.png) no-repeat;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

#translate {
    background: #1E4075;
    padding: 55px 0;
}

#translate .p1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 44px;
}

#translate .p1 span {
    padding-bottom: 20px;
}

#translate .p1 .line {
    border-bottom: 1px solid #81A6E0;
    width: 400px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    display: block;
}

#translate .p1 em {
    display: block;
    width: 60px;
    height: 5px;
    background: #81A6E0;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
}

.translate_ul li {
    float: left;
    width: 300px;
    margin-right: 60px;
}

.translate_ul li img {
    width: 100%;
    margin-bottom: 12px;
    height: 420px;
}

.translate_ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.translate_ul .li4 {
    margin: 0;
}

#course {
    background: url(../img/fzlc.png) center no-repeat #fff;
    padding: 48px 0;
}

#course .p1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    background: linear-gradient(180deg, #216EAE 0%, #1F4686 65.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#course .p1 span {
    padding-bottom: 20px;
}

#course .p1 .line {
    border-bottom: 1px solid #CACACA;
    width: 400px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    display: block;
}

#course .p1 em {
    display: block;
    width: 60px;
    height: 5px;
    background: #2D67A5;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
}

#course .text-box {
    padding: 25px 65px;
    background-color: #F7F9FB;
    margin-bottom: 15px;
}

#course .text-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
}

.course_ul {
    width: 1px;
    background: #C4C4C4;
    height: auto;
    padding: 10px 0;
    margin: auto;
    position: relative;
}

.course_ul li {
    position: relative;
    width: 622px;
}

.course_ul li .icon {
    position: absolute;
    height: 13px;
    width: 83px;
}

.course_ul li .icon i {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background-color: #517BB6;
    border-radius: 50%;
}

.course_ul li .icon em {
    position: absolute;
    display: block;
    width: 70px;
    height: 1px;
    background-color: #517BB6;
}

.course_ul li .msg-box .time {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #1F4E8E;
    margin-bottom: 10px;
}

.course_ul li .msg-box .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
}

.course_ul li .msg-box .text_right {
    text-align: right;
}

.course_ul li .msg-box .text_left {
    text-align: justify;
}

.course_ul .course_left .icon {
    right: 0;
    top: 23px;
}

.course_ul .course_left .icon i {
    right: 0;
}

.course_ul .course_left .icon em {
    top: 6px;
    left: 0;
}

.course_ul .course_left .msg-box {
    text-align: right;
    padding-right: 100px;
}

.course_ul .course_left {
    left: -548px;
    width: 555px;
}

.course_ul .course_right .icon {
    left: 0;
    top: 23px;
}

.course_ul .course_right .icon i {
    left: 0;
}

.course_ul .course_right .icon em {
    top: 6px;
    left: 13px;
}

.course_ul .course_right .msg-box {
    text-align: left;
    padding-left: 100px;
}

.course_ul .course_right {
    left: -6px;
}

.course_ul li:hover .icon i,.course_ul li:hover .icon em {
    background-color: #CC5555;
}

.course_ul li:hover .msg-box .time {
    color: #AD0B03;
}

@media only screen and (max-width: 1400px) {
}
