.bg-nav,.layui-nav{
    background-color: #FFF;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
    color: #fff;
    background-color: #2254a6;
}
.layui-nav .layui-nav-item a:hover, .layui-nav-item>a,.layui-nav .layui-this>a{
    line-height: 80px;
    color: #767676;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
    background-color: #2254a6;
    color:#fff;
}
.layui-nav .layui-nav-item a{
    color: #767676;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
    background-color: #2254a6;
}
.layui-nav-tree .layui-nav-item a:hover, .layui-nav-tree .layui-nav-item>a, .layui-nav-tree  .layui-this>a{
    height: 40px;
    line-height: 40px;
}
.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
    color: #FFF;
}
.layui-nav-child{
    top:85px;
}
.layui-nav-tree .layui-nav-item a{
    background-color: #FFF;
}
.layui-nav-tree .layui-this>a{
    background-color: #2254a6;
}
.layui-nav .layui-nav-more{
    border-style: solid dashed dashed;
    border-color: #FFF transparent transparent;
    border-top-color:  #767676;
}
.layui-nav .layui-nav-mored{
    border-style: dashed dashed solid;
    border-color: transparent transparent#FFF;
    border-bottom-color:  #767676;
}
/* .layui-colla-title{
    background-color: #ddd;
} */
.margin-bottom-70{
    margin-bottom: 70px;
}
.nav-line{
    width: 100%;
    height: 0;
    border-top: 1px solid rgb(220, 220, 220);
}
.nav-tree-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index:999;
    display:none;
}
.nav-tree{
    width: 200px;
    position: fixed;
    top: 63px;
    right: 0;
}
.bg-gray{
    background-color: gray;
    height: 300px;
}
.bg-orange{
    background-color:orange;
    height: 300px;
}
.flex-row-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flex-row-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.margin-top-100{
    margin-top: 100px;
}
.margin-top-70{
    margin-top: 70px;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-top-30{
    margin-top: 30px;
}
.title-one-box{
    width: 100%;
}
.text-title-one{
    font-size: 35px;
    font-weight: bolder;
    padding-bottom: 8px;
    border-bottom: 6px solid #2254a6;
}
.text-title-two{
    width: 100%;
    line-height: 40px;
    font-size: 20px;
    font-weight: bolder;
    border-bottom: 3px solid #f2f2f2;
}
.video-box{
    margin-top: 50px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.video-arrow{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.video-arrow:hover{
    cursor: pointer;  
    background-color: rgba(255,255,255,0.4);
}
.video-arrow a:hover{
    color: #FFF;
}
.text-box{
    width: 100%;
    height: 100%;
    margin-top: 15px;
}
.text-style{
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
}
.button-box{
    margin-top: 30px;
}
.btn-blue{
    background-color: #2254a6;
}
.btn-normal{
    width: 180px;
    height: 40px;
}
.btn-border:hover{
    border-color: #2254a6;
    color: #2254a6;
}
.news-img{
    width: 100%;
}
.news-title{
    padding: 0 20px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bolder;
    line-height: 24px;
}
.news-summary{
    padding: 0 20px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #c2c2c2;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.footer-box{
    width: 100%;
    background-color: rgb(242, 242, 242);
}
.copy-text{
    color: #898787;
    font-size: 12px;
    line-height: 50px;
}
.footer-title{
    font-size: 14px;
    font-weight: bolder;
    color: rgb(51, 51, 51);
    line-height: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.footer-item{
    font-size: 12px;
    color: rgb(89, 87, 87);
    line-height: 24px;
    margin-bottom: 15px;
}


/* 企业文化 */

.culture-logo-title-one{
    font-size: 16px;
    line-height: 24px;
    font-weight: bolder;
    color: #2254a6;
}
.culture-logo-title-two{
    font-size: 14px;
    line-height: 24px;
    color: #232323;
}

/* 公司简介 */
.introduce-text{
    font-size: 16px;
    line-height: 32px;
    color: #232323;
}
.introduce-text p{
    text-indent: 2em;
    margin-bottom: 10px;
}

.introduce-video-box{
    width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

/* 核心成员 */

.member-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: bolder;
}
.member-text{
    font-size: 14px;
    line-height: 24px;
    color: rgb(120, 120, 120);
    margin: 8px 0 25px 0;
}

/* 荣誉资质 */
.qualify-img-box{
    height:300px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.qualify-img-box img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

/* 计划发展 */
.planning-img-box{
    height:300px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.planning-img-box img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

/* 公司新闻 */
.news-item-box{
    max-width: 350px;
    height:370px;
    float: left;
    box-sizing: border-box;
    background-color: rgb(248, 248, 248);
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.news-item-box:hover{
    background-color: rgb(242, 242, 242);
}
.news-img-box{
    width:100%;
    height:250px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    background-color: #0047BA;
}
.news-img-box img{
    max-width: 100%;
    max-height: 100%;
    transform:scale(1.2);
    display: block;
    margin: auto;
    transition:all 0.5s ease-out;
}
.news-img-box img:hover{
    transform:scale(1.3);
}
.news-title{
    padding: 0px 20px;
    font-size: 14px;
    font-weight: bolder;
}
.news-time{
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 12px;
    color: rgb(153, 153, 153);
}

/* 产品 */
.product-title{
    padding: 0px 20px;
    text-align: center;
    font-size: 26px;
    line-height: 100px;
    font-weight: bolder;
}

/* 公司治理 */
.my-tab li{
    border: none;
    color: rgb(102, 102, 102);
    font-size: 16px;
}
.my-tab .layui-this:after{
    border: none;
    border-bottom: 3px solid #2254a6;
}
.government-ul{
    width: 70%;
    margin: 30px auto;
    font-size: 16px;
    line-height: 40px;
}
.government-ul li{
    margin-bottom: 20px;
}
.government-ul i{
    font-size: 12px;
    line-height: 30px;
    margin-right: 20px;
    margin-top: -2px;
    color: orangered;
}

/* 经营数据 */
.tip-text{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    margin: 100px auto;
}

/* 人才招聘 */
.recruit-details-title{
    background-color: #9aaece;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 20px;
    color: #fff;
}

.recruit-details-content li{
    margin-left: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #767676;
    margin-bottom: 10px;
}

.recruit-text{
    line-height: 20px;
    font-size: 17px;
    font-weight: bolder;
    color: #363636;
    padding-left: 30px;
    border-left: 8px solid #2254a6;
    margin-bottom: 30px;
}

.btn-box{
    cursor: pointer;
    box-shadow: 0px 0px 10px #c4c4c4;
    position: relative;
}

/* 详情页面 */

.details-title{
    width: 100%;
    text-align: center;
    font-size: 42px;
    font-weight: bolder;
    line-height: 60px;
    margin-bottom: 30px;
}
.details-date{
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: rgb(173, 173, 173);
    line-height: 60px;
    margin-bottom: 30px;
}
.details-line{
    width: 100%;
    height: 1px;
    background-color: rgb(173, 173, 173);
    margin-bottom: 50px;
}
.details-line img{
    width: 100px;
}
.details-main p{
    width: 100%;
    font-size: 17px;
    line-height: 32px;
    color: rgb(102, 102, 102);
    margin-bottom: 32px;
}
.details-main p a{
    color: #2254a6;
}
.details-main p span{
    display:inline-block;
    text-indent:2em;
}
.details-main div{
    width: 100%;
    /* height: 500px; */
    display: table-cell;
    display: block;
    margin-bottom: 60px;
}
.details-main div img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.details-main div p{
    width: 100%;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: rgb(153, 153, 153);
    margin-bottom: 10px;
}
.details-main dl{
    width: 100%;
    font-size: 17px;
    line-height: 32px;
    color: rgb(102, 102, 102);
    margin-bottom: 32px;
    text-align: right;
}
.details-main dl b{
    width: 300px;
    text-align: center;
    display: inline-block;
}

/* 联系我们 */
.contact-title{
    width: 50%;
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bolder;
    border-bottom: 2px solid #5a70ee;
}
.contact-box{
    width: 80%;
    margin: 30px 0px;
}
.contact-name{
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    font-weight: bolder;
    color: rgb(44, 44, 44);
}
.contact-value{
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: rgb(110, 110, 110);
}
.xml-style{
    white-space:pre;
}

