

:root {
    /* 主色调 */
    --lyj-primary-color: #114491;
    /* 灰色调 */
    /*--lyj-info-color: #606060;*/
    --lyj-info-color:#909090;
}
.font15 {
    font-size: 16px !important;
    /*color: #4C4C4C ;*/

}
.font15:hover{
    color: var(--lyj-primary-color) !important;
}

body{
    font-size: 14px;
    box-sizing: border-box;
    flex-shrink: 0;
    font-family: "Microsoft YaHei","Arial","宋体";
}

*{
    font-family: "Microsoft YaHei","Arial","宋体";
}
.layui-nav .layui-nav-more{
    display: none;
}

.custom-container{
    width: 1280px;
    overflow: hidden;
}

.top-bg {
    background: url("../images/top-bg.png");
    background-size: 100% 100%;
    height: 158px;
}

#header, #footer {
    background-color: var(--lyj-primary-color);
    color: #fff;
}

.header-son {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    padding-bottom: 0px;
    /*兼容*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.header-son a{
    color: #303030;
    margin-right: 15px;
}
#main {
    /*min-height: 500px;*/
    padding: 0px 0 0px 0;
}

.logo-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    min-height: 120px;
}

.cus-circle {
    width: 5px !important;
    height: 5px !important;
    display: inline-block;
    background: var(--lyj-primary-color);
    margin-right: 10px !important;
}
.cus-dian {
    width: 4px;
    height: 4px;
    margin-right: 10px;
}

.logo-row .logo {
    width: 100px;
    height: 100px;
    /* 水平垂直居中*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logo-row .logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.keywords-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.keywords-search input{
    width: 390px;
}
.keywords-search img.tel{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.keywords-search .top-tel{
    font-size: 22px;
    font-weight: bold;
    color: #114491;
    text-align: right;
    margin-bottom: 10px;
}

.contact-info a{
    color: #fff;
    margin-right: 15px;
}

#nav .nav-row {
    background-color: var(--lyj-primary-color);
    padding: 0;
    display: flex;
    position: relative;

}

#nav .nav-row .layui-nav-item {
    flex: 1;
    text-align: center;
}

#nav .nav-row .layui-nav-item > a{
    color: white;
    font-size: 16px;
}

.nav-active {
    background-color: #1d68c3;
}

#nav .nav-row .logo-text-container {
    flex: 1.7;
    position: relative;
}

#nav .nav-row .logo-text-container .logo-text {
    background: url("../images/logo-text-bg.png") no-repeat center center;
    background-size: 100% 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--lyj-primary-color);
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.section-container {
    margin: 20px 0;
    width: 1280px;
    overflow: hidden;
}

.notice-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f7f7;
    /*padding: 0px 20px;*/
    font-size: 12px;
    color: #606060;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
}

.notice-icon {
    margin-right: 10px;
}



#footer .footer-son {
    padding: 10px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 1280px;
}

#footer .footer-son-row {
    position: relative;

}

#footer .footer-left {
    line-height: 30px;
}

#footer .footer-right {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

#footer .wechat-container {
    text-align: center;
}

#footer .footer-line {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #fff;

}



#app .lyj-more {
    color: var(--lyj-primary-color);
    cursor: pointer;
    text-align: right;
    float: right;
;
}
.lyj-more a{
    font-weight: 400;
    color: #1C4A90;
    font-size: 12px;
    padding-right: 20px;
 }
#app .clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

#app .clearfix:after {
    clear: both;
}


/*  统一banner */
.banner-box {
    position: relative;
    margin: 15px 0;
    width: 1280px;
    height: 300px;
}
.banner-box img{
    /*width: 1280px;*/
    /*height: 437px;*/
}

#app .clearfix { /*IE6,7专用*/
    *zoom: 1;
}

.about-us-title {
    font-size: 26px;
    color:var(--lyj-primary-color);
    font-weight: 400;
    margin-bottom: 20px;
}
.pd40{
    padding: 20px 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.bgwhite{
    background: white;
}

.about-us-line img{
    display: block;
    width: 100%;
}

/* 面包屑 */
/* 样式设置 */
.breadcrumb {
    list-style: none;
    padding: 0;
    /*margin: 20px 0;*/
    float: right;
}

.breadcrumb li {
    display: inline-block;
    /*margin-right: 5px;*/
    line-height: 20px;
    height: 20px;
}

.breadcrumb li:not(:last-child):after {
    content: '>';
    margin-left: 10px;
    /*margin-right: 5px;*/
    color: #666;
    font-size: 14px;
}
.breadcrumb li:first-child:after{
    content: '';
    margin-left: 0px;
}

.breadcrumb li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    line-height: 20px;
    height: 20px;
}
.breadcrumb li a img{
    width: 14px;
    height: 18px;
    margin-right: 10px;
}

.breadcrumb li a:hover {
    /*background-color: #ddd;*/
}

.breadcrumb li:last-child a {
    cursor: default;
    /*background-color: #e0e0e0;*/
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.crumb_section_3 {
    background-color: rgba(255, 255, 255, 1);
    width: 1280px;
    height: 45px;
    /*justify-content: center;*/
    align-items: center;
    text-indent: 10px;
    margin-top: 10px;
}
.crumb_label_2 {
    width: 16px;
    height: 23px;
    margin-left: 20px;
    /*margin: 16px 0 0 20px;*/
}

.crumb_text_12 {
    overflow-wrap: break-word;
    color: rgba(96, 96, 96, 1);
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
    line-height: 29px;
    /*margin: 21px 984px 0 13px;*/
}
/*2023/7/25*/
#footer {
    background-color: #0a2b5e;
    color: #8DA5C1
}
.affoot {
    color: #8DA5C1;
    cursor: pointer;
}
.affoot:hover {
    color: #8DA5C1;
}
.edufooter {
    background-color: #0043AB !important;
    color: #FFFFFF !important;;
}
.edufooter div{
    color: #FFFFFF;
}
.footer-son-row {
    padding: 30px 0;
}

.footer-son-row1:nth-of-type(2) {
    border-top: 1px solid #39434E;
    border-bottom: 1px solid #39434E;
}

.footer-son-row-title {
    font-size: 14px;
    font-family: "Microsoft YaHei","Arial","宋体";
    font-weight: 400;
    color: #FAFAFA;
    margin-bottom: 20px;

}

.footer-son-row1 > div:not(:nth-of-type(4))::after {
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    top: 20px;
    right: 10%;
    background: #39434E;

}

.footer-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /*width: 170px;*/
}

.footer-logo {
    width: 500px;
    /*height: 88px;*/
}

.footer-logo-text {
    text-align: center;
    margin-bottom: 0;
}

.footer-son-row1 > div:nth-child(2), .footer-son-row1 > div:nth-child(3) {
    /*padding-left: 5%;*/
}

.footer-son-row1 > div:nth-child(2) .info, .footer-son-row1 > div:nth-child(3) .info {
    line-height: 26px;
}


.footer-contact .info > p{
    line-height: 25px;
}

.footer-wechat-container {
    float: right;
    width: 100px;
}

.footer-wechat-title {
    text-align: center;
}

.footer-wechat-container > img {
    width: 100px;
    height: 100px;
}

.footer-son-row2 {
    display: flex;
    align-items: baseline;
    border-top: 1px solid #39434E;
    border-bottom: 1px solid #39434E;
}
.footer-son-row2 .blogroll-title {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
    margin-right: 20px;
}
.footer-son-row2 .blogroll {
    line-height: 25px;
}
.footer-son-row3 {
    border-top: 1px solid #39434E;
    display: flex;
    align-items: baseline;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.footer-son-row3 >div {
    margin-right: 60px;
}

.layui-nav .layui-this:after, .layui-nav-bar{
    background-color: #114491;
}

/**2023-08-01新增*/
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.justify-start {
    display: flex;
    justify-content: flex-start;
}
.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}
.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}
.justify-around {
    display: flex;
    justify-content: space-around;
}
.justify-between {
    display: flex;
    justify-content: space-between;
}
.align-start {
    display: flex;
    align-items: flex-start;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}
/*** 分页 **/
.list-page {text-align:center;padding: 15px 15px;}
.mws-panel-content {background: #eee;}
.pagination {margin:0 !important;padding: 10px 10px;background: #fff;}
.pagination li{border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;margin: 0px 5px}
.pagination .active{background-color: var(--lyj-primary-color);color: #fff;}
.pagination .disabled{color: #aaa;}

/* 分页*/
.pages {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
}

/**顶部二维码*/
.we-chat-class .layui-layer-content{
    padding: 0px;
}
.email-class .layui-layer-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #303030;
}
.email-class .layui-layer-content span{
    margin-top: -3px;
}


/********* 2023-10-18新增 最新底部 *********/
.footer-container {
    width: 100%;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-logo {
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.footer-logo img{
    width: 550px;
}
.footer-contact {
    width: 380px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.footer-wechat {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-wechat  >img{
    width: 110px;
}

.footer-logo::after, .footer-contact::after {
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    top: 70px;
    right: 0%;
    background: #39434E;

}