html body {
    width: 1433px;
    margin: 0 auto;
    padding: 0;
    /*overflow-x: hidden;*/
}

#head {
    padding: 10px 0;
    width: 100%;
    height: 10vh;
    min-height: 120px;
    box-sizing: border-box;
}

.headBox {
    margin: 0 auto;
    width: 1327px;
}

.headBox .headTitle {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headBox .headTitle .headLeft {
    display: flex;
    align-items: center;
    height: 100%;
}

.headBox .headTitle .headRight {
    display: flex;
    height: 100%;
    font-size: 16px;
}

.headBox .headTitle .headRight .headRight_left {
    width: 60%;
    height: 100%;
    position: relative;
}

.headBox .headTitle .headRight .headRight_left #search {
    width: 210px;
    height: 35px;
    padding-left: 40px;
    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 0px;
    height: 70px;
    line-height: 70px;
}

#logoImg {
    width: 60%;
    cursor: pointer;
    height: 120px;
}

.lineBox {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 120px;
    border-left: 4px solid rgb(29,32,136);
    /*width: calc(50% - 20px);*/
    height: 100px;
}

.lineBox > p {
    /*width: 505px;*/
    /*width: 411px;*/
    /*height: 50px;*/
    color: rgb(29,32,136);
    font-size: 20px;
    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;
}

#tbody .remaining-words {
    position: absolute;
    right: 20px;
    bottom: 5px;
    padding: 0 5px;
    background-color: #fff;
    color: #999;
    font-size: 16px;
}

.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: 1100px;
    position: relative;
}

.mainBgImg {
    width: 100%;
    height: 490px;
    background-image: url("./../img/index/mainBg1.png");
}

.tabBox {
    /*width: 70%;*/
    margin: 0 auto;
    width: 1433px;
    height: 93%;
    /*position: absolute;*/
    top: 0;
    left: 15%;
}

.layui-tab {
    width: 100%;
    height: 100%;
    border: 0px !important;
    position: relative;
}

.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;
    box-sizing: border-box;
}

.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;
}

.bannerBorder > .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: 140px;
}

.title{
    width: 192px;
    height: 72px;
    line-height: 72px;
    color: rgb(29,32,136);
    font-size: 48px;
    text-align: left;
    font-family: SourceHanSansSC-bold!important;
    margin: 0 auto;
}
.title_en{
    width: 160px;
    height: 45px;
    line-height: 45px;
    color: rgba(102, 102, 102, 1);
    font-size: 30px;
    text-align: left;
    font-family: SourceHanSansSC-regular!important;
    margin: 0 auto;
}

.mainContent {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
    background-color: rgba(242, 242, 243, 1);
}

.contentBox {
    width: 98%;
    height: 600px;
    margin: 0 auto;
}

.tilHead{
    height: 70px;
    line-height: 70px;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    text-align: left;
    font-family: SourceHanSansSC-regular!important;
    border-bottom: 2px solid #ccc;
}
.mainContentBox{
    width: 80%;
    height: 597px;
    line-height: 20px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(230, 230, 230, 75);
    font-family: Roboto;
    border: 1px solid rgba(187, 187, 187, 1);
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainContentBox_left{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.locationBox{
    width: 210px;
    height: 340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.yuan{
    width: 154px;
    height: 154px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(230, 230, 230, 70);
    border: 1px solid rgba(230, 230, 230, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yuan img{
    width: 48px;
    height: 60px;
}
.boldText{
    height: 36px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
    font-size: 28px;
    text-align: center;
    margin: 10px 0px;
}
.nowGray{
    /*height: 63px;*/
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
    font-size: 20px;
    text-align: center;
    font-family: SourceHanSansSC-regular!important;
}

.mainContentBox_right{
    width: 50%;
    height: 100%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
.localName{
    height: 40px;
    line-height: 40px;
    color: rgba(16, 16, 16, 1);
    font-size: 28px;
    text-align: left;
    font-family: SourceHanSansSC-medium!important;
    margin-top: 127px;
    margin-bottom: 40px;
}
.telBox{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
.mainContentBox_right img{
    width: 22px;
    height: 29px;
}
.eachBox{
    height: 77px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    text-align: left;
    font-family: SourceHanSansSC-regular!important;
}
.eachBox p{
    width: 270px;
}

/*回到顶部*/
.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;
}

.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;
}

/*  缴费类型菜单  */
.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);
}

/*  会员类型菜单  */
.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);
}

/*  专家注册子菜单  */
.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);
}
