* {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    overflow-x: hidden;
}

.new {
    color: red;
    line-height: 1;
    border-radius: 4px;
    font-size: 12px;
    width: auto;
    width: 32px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    left: -20px;
    top: 0;
}

.midwidth {
    width: 1200px;
    margin: 0 auto;
}

.tou {
    height: 64px;
    width: 100%;
    background: url(/libs/theme/pblog/img/juxing1.png) no-repeat;
}

.mid {
    height: 64px;

}

.logo {
    float: left;
    /*position: relative;*/
    height: 64px;
}

.logo img {
    height: 37px;
    width: 216px;
    position: relative;
    top: 50%;
    margin-top: -19px;
}

.menu {
    height: 40px;
    list-style: none;
    float: right;
    margin-top: 12px;
    width: 75%;
}

.menu > li {
    float: left;
    line-height: 40px;
    margin-left: 64px;
    font-size: 20px;
}

.menu > li > a {
    color: #a0c1e5;
    font-size: 18px !important;
}

.active {
    position: relative;
}

.active:hover {
    border-bottom: 2px solid #ffffff;

}

.active:hover a {
    color: #ffffff;
}

.biao {
    width: 80px;
}

.sub-menu {
    display: none;
    width: 80px;
    position: absolute;
    z-index: 10;
    list-style: none;
}

.sub-menu li {
    line-height: 40px;
    width: 180px;
    float: left;
    height: 40px;
    background-color: #3c6dce;
    text-align: center;
}

.sub-menu li a {
    color: #ffffff;
}

.active:hover .sub-menu {
    display: block;
}

.tposter {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 1014px;*/
    margin-top: 3.3%;
}

.tposter > img {
    width: 100%;
    height: 100%;
}

.poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.poster span {
    float: left;
    display: block;
    font-size: 38px;
}

.poster p {
    float: left;
    display: block;
    font-size: 25px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    margin-left: 365px;
    line-height: 1;
}

.title:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.title {
    position: absolute;
    width: 35%;
    margin-top: 2%;
    color: #ffffff;
    right: 50%;
    margin-right: -20%;
    height: 80%;
}

.title img {
    margin-top: -2%;
    margin-left: -5%;
    height: 100%;
    width: 100%;
}

.searchform {
    position: absolute;
    /*width: 35%;
    height: 40%;
    bottom: -20%;
    right: 50%;*/
    margin-right: -19%;

}

.searchform .field {
    /*width: 100%;
    height: 100%;*/
    border-radius: 15px;
    opacity: 1;
    outline: none;
    border: 2px solid #968787;
    font-size: 18px;
}

.field::-webkit-input-placeholder {
    font-size: 18px;
    color: #968787;
}

.submit {
    position: absolute;
    width: 4%;
    height: 44%;
    background: url(/libs/theme/pblog/img/tuceng1.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    border: none;
    top: 28%;
    right: 3%;
}

/* 轮播图 */
.slider-wrap {
    position: absolute;
    width: 32%;
    height: 440px;
    margin-left: 18%;
    overflow: hidden;
    margin-top: 40px;
}

.slider {
    width: 400%;
    height: 440px;
    position: absolute;
    left: 0;
    top: 0;
}

.slider > li {
    float: left;
    width: 25%;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
}


.slider-wrap > .dots {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    bottom: 20px;
    width: 150px;
    height: 40px;
    z-index: 10;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 30px;
}

.dots > li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    background-color: black;
    opacity: 0.5;
}

.dots > li.ctive {
    background-color: #fff;
}

.arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.arrow > a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    /* border: 1px solid #ccc; */
}

/* 选项切换 */
.out {
    height: 526px;
    width: 100%;
    position: relative;

}

.tab {
    position: absolute;
    width: 32%;
    height: 440px;
    margin-top: 40px;
    right: 18%;
    overflow: hidden;
}

.tab-title {
    width: 100%;
    height: 40px;
    /*border: 1px solid #efefef;*/
}

.tab-title > a {
    width: 25%;
    height: 40px;
    float: left;
    color: #a0c1e5;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}

.tab-title .tive {
    background-color: #005eca;
    color: #ffffff;
}

.tab-content {
    position: relative;
    width: 100%;
}

.tab-content > li {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    line-height: 40px;
}

.tab-content .neirong {
    height: 100%;
    border: 1px solid #efefef;
}

.tableshow > li {
    position: relative;
    height: 40px;
    font-size: 18px;
    text-indent: 1em;
    border-bottom: 1px solid #efefef;
    margin: 0 10px;
}

.tableshow > li > h4 > a {
    color: #444;
    display: block;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsli > a:hover {
    color: #d9820e !important;
    text-decoration: underline !important;
    outline: none !important;
}

.newsli > a {
    color: #444 !important;
    line-height: 2;
}

.newsli > h4 > a:hover {
    color: #d9820e;
    text-decoration: underline;
    outline: none;
}

.TimeLi {
    float: right;
    display: block;
    color: #888;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
}

.TimeLi1 {
    float: right;
    display: block;
    color: #888;
    right: 0px;
    top: 0px;
    font-size: 16px;
}

a {
    font-size: 16px;
    text-decoration: none !important;
    cursor: pointer;
}

h4, a, div, span {
    /*font-size: 20px;*/
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    list-style: none;
    margin: 0px;
    outline: 0px;
}

.tab-content > li:first-child {
    display: block;
}

.sign {
    width: 100%;
    border-top: rgb(242, 242, 242) 20px solid;
}

.sign:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.biaoti {
    margin: 0 auto;
    height: 60px;
    width: 424px;
    margin-top: 28px;
}

.biaoti .left, .biaoti .right {
    float: left;
    width: 124px;
    height: 1px;
    border-top: 1px solid #a2c2e4;
    margin-top: 15px;
}

.biaoti .zhong {
    float: left;
    height: 60px;
}

.zhong .shang {
    line-height: 1;
    text-align: center;
    font-size: 30px;
    color: #005eca;
    margin-bottom: 16px;
    margin-left: 28px;
    margin-right: 28px;
}

.zhong .xia {
    line-height: 1;
    text-align: center;
    font-size: 14px;
    color: #a2c2e4;
}

.blb {
    margin-top: 48px;
    width: 65%;
    margin: 0 auto;
}

.tab-title2 {
    margin-top: 28px;
    width: 100%;
    height: 62px;
}

.ti {
    float: left;
    font-size: 18px;
    color: #85b2e6;
    height: 62px;
    line-height: 62px;
    cursor: pointer;
    text-align: center;
}
.tab-title21{
    margin-top: 10px;
}
.u12 {
    width: 20%;
}

.u13 {
    width: 14%;
}

.tab-content2 {
    margin-top: 64px;
    float: left;
    width: 1200px;
    padding-bottom: 85px;
}

.duyi {
    display: none;
}

.tab-content2 > li {
    display: none;
}

.tab-content2 > li:first-child {
    display: block;
}

.tive2 {
    color: #005eca;
    border-bottom: 2px solid #005eca;
}

.card {
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
    width: 227px;
    height: 230px;
    background: url(/libs/theme/pblog/img/juxing25.png) no-repeat;
    background-position: -13px -13px;
}

.card h3 {
    width: 96px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    line-height: 1;
    margin-top: 88px;
}

.card p {
    text-align: center;
    line-height: 22px;
    margin: 0 auto;
    margin-top: 50px;
    width: 72px;
    height: 22px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    cursor: pointer
}

.card p a {
    font-size: 16px;
    color: #ffffff;
}

.tab-content2 .card5 {
    margin-right: 0;
}

/* 在线培训 */
.online {
    width: 100%;
    border-top: rgb(242, 242, 242) 20px solid;
}

.online:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.middle {
    width: 65%;
    margin: 0 auto;
}

.tab-title3 {
    margin-top: 28px;
    width: 100%;
    height: 62px;
}

.tab-title3 li {
    /*margin: 0 37px;*/
}

.tab-content3 {
    margin-top: 64px;
    float: left;
    width: 1200px;
    padding-bottom: 85px;

}

.tab-content3 > li {
    display: none;
}

.tab-content3 > li:first-child {
    display: block;
}

.card31 {
    float: left;
    background: url(/libs/theme/pblog/img/juxing13.png) no-repeat;
    height: 302px;
    width: 240px;
}

.card31 .shang {
    float: left;
    width: 228px;
    height: 141px;
    margin: 10px 6px 0px;
    border-radius: 10px;
}

.card31 .xia {
    float: left;
    width: 228px;
    height: 141px;
    margin: 0px 6px 10px;
    border-radius: 0px 0px 10px 10px;
}

.shang img {
    width: 100%;
    height: 100%;
    margin-left: 5px;
    border-radius: 10px 10px 0px 0px;
}

.xia p {
    width: 100%;
    margin-left: 22px;
    line-height: 1;
    margin-right: 22px;
}

.xia .biao {
    width: 184px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.biao a {
    color: black;
}

.red {
    color: red;
    font-size: 20px;
    margin-right: 22px;
}

.jiage {
    font-size: 16px;
    color: rgb(170, 170, 170);
}

.laoshi {
    margin-top: 20px;
}

.laoshi b {
    margin-right: 20px;
    font-size: 20px;
    color: rgb(170, 170, 170);
}

.keshi {
    margin-top: 10px;
    font-size: 16px;
    color: rgb(170, 170, 170);
}

.yulan {
    margin-left: 30px;
}

.zhicheng {
    font-size: 18px;
    color: rgb(170, 170, 170);
}

.end {
    overflow: hidden;
    width: 100%;
    height: 316px;
    background-color: rgb(60, 108, 206);
}

.end p {
    text-align: center;
    line-height: 1;
    font-size: 20px;
    color: #ffffff;

}

.end .top {
    margin-top: 2%;
}

.end .dizhi {
    margin: 26px 0;
}

.saoyisao {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 300px;
    right: 0px;
    z-index: 100;
}

.saoyisao img {
    width: 100%;
    height: 100%;
}

.er {
    width: 200px;
    height: 500px;
    position: absolute;
    top: 0px;
    left: 50px;
}

.saoyisao:hover {
    right: 200px;
    transition: 0.3s;
}

.saoyisao p {
    font-size: 20px;
    color: #3b89d1;
}

