html body {
    margin: 0;
    padding: 0;
}

#head {
    width: 100vw;
    height: 150px;
}

.headBox {
    width: 100%;
    height: 150px;
}

.headBox .headTitle {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.headBox .headTitle .headLeft {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headBox .headTitle .headRight {
    width: 30%;
    height: 100%;
    font-size: 16px;
    display: flex;
    justify-content: right;
}

.headBox .headTitle .headRight .headRight_left {
    width: 60%;
    height: 100%;
    position: relative;
}

.headBox .headTitle .headRight .headRight_left #search {
    width: 210px;
    height: 35px;
    padding-left: 40px;
    margin-top: 30px;
    border: 0px;
    outline: none;
    color: #fff;
    background-color: rgb(29,32,136);
}

.headBox .headTitle .headRight .headRight_left #search::-webkit-input-placeholder {
    color: #fff;
}

.headBox .headTitle .headRight .headRight_left .butBox {
    width: 250px;
    height: 35px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.headBox .headTitle .headRight .headRight_left .butBox .headBut {
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border: 0px;
    background-color: rgb(29,32,136);
    padding-left: 10px;
    cursor: pointer;
}

.headBox .headTitle .headRight .headRight_right {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headBox .headTitle .headRight .headRight_right .codeBox {
    width: 130px;
    height: 130px;
    background-color: rgb(29,32,136);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*  解决终身教育与发展内容过长问题 */
.layui-nav .layui-nav-item a {
    padding: 0 10px;
}

#logoImg {
    width: 500px;
    height: 100px;
    margin-right: 40px;
    cursor: pointer;
}

.lineBox {
    width: 530px;
    height: 100px;
    border-left: 4px solid rgb(29,32,136);
}

.lineBox > p {
    width: 411px;
    height: 50px;
    color: rgb(29,32,136);
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    white-space: nowrap;
}

.spaceFont {
    letter-spacing: 15px;
}

.headImgLil {
    width: 25px;
    height: 25px;
}

.searchImg {
    position: absolute;
    top: 6px;
    left: 7px;
}

.loginImg {
    position: absolute;
    top: 6px;

}

.registerImg {
    position: absolute;
    top: 5px;
    right: 87px;
}

.codeImg {
    width: 120px;
    height: 120px;
}

.layui-tab-card {
    border-style: none;
    box-shadow: none;
}

/*main部分*/
.main {
    width: 1433px;
    margin:0 auto;
}

.mainTabBox {
    width: 1433px;
    /*height: 1200px;*/
    position: relative;
}

.mainBgImg {
    width: 100%;
    height: 490px;
    background-image: url("./../../img/index/mainBg1.png");
}

.tabBox {
    /*width: 80%;*/
    /*height: 93%;*/
    margin: 0 auto;
    width: 1433px;
    /*position: absolute;*/
    top: 15px;
    left: 200px;
    padding-bottom: 150px;
}

.layui-tab {
    width: 100%;
    height: 100%;
    border: 0px !important;
}

.layui-nav {
    background-color: rgb(29,32,136) !important;
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.layui-nav-item {
    width: 195px;
}

.layui-anim-upbit {
    animation-name: none !important;
}

.layui-nav-item dl dd a:hover {
    color: rgb(29,32,136) !important;
}

.layui-nav .layui-nav-more {
    display: none;
!important;
}

.navShow {
    background-color: #fff;
}

#showNow {
    color: rgb(29,32,136) !important;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

#nowPage {
    color: rgb(29,32,136) !important;
}

.layui-nav-item > a {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}

.layui-tab-title {
    background-color: rgb(29,32,136) !important;
    border: 0px !important;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.layui-tab-title > li {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    width: 189px;
    height: 80px;
    line-height: 80px;
}

.layui-this {
    color: rgb(29,32,136) !important;
    border: 0px !important;
}

.tabBox > .layui-tab > .layui-tab-title > .layui-this:after {
    border: 0px !important;
}

.layui-tab-content {
    width: 100%;
    height: 90%;
    padding: 0px;
    padding-top: 20px;
}

.mainBorder > .layui-show {
    width: 100%;
    height: 100%;
}

.layui-nav-child dd {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.layui-nav-child dd a {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
}

.mainBorder {
    /*height: 675px;*/
    padding: 10px;
    background-color: #fff;
}

.mainBox {
    width: 98%;
    margin: 0 auto;
}

.mainHead {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid rgba(238, 238, 238, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mainLeft {
    width: 160px;
    display: flex;
    align-items: center;
}

.mainLeft img {
    width: 50px;
    height: 50px;
}

.mainLeft span {
    display: inline-block;
    width: 100px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: rgb(29,32,136);
    font-size: 22px;
}

.mainRight {
    color: rgba(102, 102, 102, 1);
}

.mainContent {
    width: 100%;
    /*height: 980px;*/
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
    background-color: rgba(242, 242, 243, 1);
}

.contentBox {
    width: 98%;
    /*height: 600px;*/
    margin: 0 auto;
}

.eachContentBox{
    width: 100%;
    padding:25px 0px;
    border-bottom: 2px solid #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.border_none{
    border: 0px;
}
.eachContentBox >p{
    width: 20%;
    height: 40px;
    color: rgba(51, 51, 51, 1);
    font-size: 28px;
    text-align: center;
    font-family: SourceHanSansSC-regular!important;
}
.imgBox{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
}
.personBox{
    width: 120px;
    height: 205px;
    margin: 0px 10px;
}
.personBox >img{
    width: 120px;
    height: 162px;
}
.personBox>p{
    height: 22px;
    line-height: 22px;
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
    text-align: center;
    margin: 9px 0px;
    font-family: SourceHanSansSC-regular!important;
}

/*回到顶部*/
.toTop {
    background-color: rgb(29,32,136);
}
/* 遮罩层 */
#overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
}
#overlay2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
}
#overlay3 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
}
#overlay4,
#overlayStar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    /* IE9以下不支持rgba模式 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 兼容IE8及以下 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    display: none;
}
/* 弹出框主体 */
.popup {
    background-color: #ffffff;
    max-width: 400px;
    min-width: 200px;

    border-radius: 5px;
    margin: 100px auto;
    text-align: center;
}
/* 弹出框的标题 */
.popup_title {
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #cccccc;
}
/* 弹出框的内容 */
.popup_content {
    height: 50px;
    line-height: 50px;
    padding: 15px 20px;
}
/* 弹出框的按钮栏 */
.popup_btn {
    padding-bottom: 10px;
}
/* 弹出框的按钮 */
.popup_btn button {
    color: #778899;
    width: 40%;
    height: 40px;
    cursor: pointer;
    border: solid 1px #cccccc;
    border-radius: 5px;
    margin: 5px 10px;
    color: #ffffff;
    background-color: rgb(29,32,136);
}

/*底部*/
.footer {
    /*width: 100%;*/
    width: 1433px;
    margin: 0 auto;
    height: 120px;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
}

.footBox {
    width: 80%;
    height: 660px;
    margin: 0 auto;
}

.footTitle {
    width: 100%;
    height: 70px;
    position: relative;
}

.footTitle > p {
    width: 144px;
    height: 52px;
    color: rgb(29,32,136);
    font-size: 30px;
    text-align: left;
    border-bottom: 4px solid rgb(29,32,136);
    padding-bottom: 20px;
    position: absolute;
    top: -80px;
}

.footBox > img {
    width: 100%;
    height: 107px;
}

.linkBox {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.qipao {
    width: 168px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 1);
    color: rgb(29,32,136);
    font-size: 30px;
}

.sanjiao {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid rgba(255, 255, 255, 1);
}

.aLink {
    width: 80%;
    height: 60px;
    display: flex;
    align-items: center;
}

.aLink > a {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0px 10px;
}

.aLine {
    border-right: 2px solid #fff;
}

.supportBox {
    width: 100%;
    height: 200px;
    background-color: #fff;
}

.supportMain {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.supportMain > img {
    width: 745px;
    height: 200px;
}

.footBg {
    width: 100%;
    height: 120px;
    background-color: rgb(29,32,136);
}

.contactBox {
    width: 60%;
    height: 100%;
    margin: 0 auto;
}

.contactBox > p {
    height: 60px;
    line-height: 60px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-align: center;
}
.contactBox > p>a{
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-align: center;
}
/*  会员类型菜单  */
.member {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: -40px;
    right: -100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}
/*  缴费类型菜单  */
.payment {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: -50px;
    right: -100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

/*  专家注册子菜单  */
.expert {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

/*  论文评审子菜单  */
.paper {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

/*  学习园区子菜单  */
.learning {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}
