body,
.layui-container {
    min-width: 1150px !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.pd10 {
    padding: 10px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml10 {
    margin-left: 10px;
}
.mr10 {
    margin-right: 10px;
}
.upper {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.shadow-box {
    box-shadow: 0 0 5px #ddd;
    border-radius: 5px;
}
.line-one {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.line-three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.flex-grow {
    flex-grow: 1;
}
.layui-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
}
.layui-nav {
    background-color: #fff;
}
.layui-nav > li {
    margin: 0 20px;
}
.layui-nav .layui-nav-item a {
    color: #333;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #417de4;
}
.layui-nav .layui-this:after,
.layui-nav-bar {
    background-color: #417de4;
}
.nava{
    color: #333!important;
}
.nava:hover{
    color: #417de4!important;
}
.silder {
    margin-top: 60px;
}
.silder .layui-carousel img {
    width: 100%;
    height: 100%;
}
.category {
    text-align: center;
    position: relative;
    padding: 20px 0;
}
.category .engtxt {
    background: linear-gradient(to bottom, #d6e5fd, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: bold;
}
.category .cntxt {
    color: #000;
    font-weight: bold;
    position: relative;
    top: -15px;
    font-size: 30px;
    line-height: 15px;
}
.category .subcate {
    color: #999;
    line-height: 2;
}
.cate-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
}
.cate-list .cate-item {
    padding: 50px;
    margin: 10px;
    box-shadow: 0 0 20px #ddd;
    border-radius: 5px;
}
.cate-list .cate-item img {
    width: 280px;
    height: 280px;
    margin-bottom: 40px;
}
.cate-list .cate-item .item-cntxt {
    font-size: 24px;
    font-weight: bold;
}
.cate-list .cate-item .item-engtxt {
    color: #999;
    line-height: 2;
    height: 60px;
}
.about-info {
    text-indent: 2em;
    color: #777;
    /* padding-bottom: 20px; */
    line-height: 2;
}
.about-meta .about-item > div {
    padding: 30px;
    background-color: #f8f9fc;
}
.about-meta .about-item .about-services {
    font-size: 24px;
    padding-bottom: 20px;
}
.about-meta .about-item .connect {
    font-size: 18x;
    padding-bottom: 20px;
}
#mapQL {
    width: 100%;
    height: 400px;
    margin: 20px 0;
    border-radius: 20px;
}
.index-news {
    background-color: #f4f5fc;
}
.index-news .news-list {
    padding-bottom: 60px;
}
.index-news .news-list .news-img {
    width: 100%;
    height: 220px;
}
.index-news .news-list .news-img img {
    width: 100%;
    height: 100%;
}
.index-news .news-list .news-info {
    padding: 20px 10px;
    background-color: #fff;
    line-height: 1.8;
}
.index-news .news-list .news-info .news-intro {
    color: #999;
}

.category .channel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.category .channel .channel-item {
    padding: 0 20px;
}
.category .channel .channel-item img {
    width: 250px;
}

.job-list {
}
.job-list table {
    width: 100%;
    background-color: #2f6ee2;
    padding: 15px;
    color: #eee;
}
.job-list .job-head {
    padding: 0;
}
.job-list .job-view {
    padding: 20px 40px;
}
#services {
    height: 160px;
    background-image: url("/cms/images/line-banner.jpg");
    background-repeat: no-repeat;
}
#services > .layui-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#services .services-content {
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
}
#services .services-content .services-text {
    padding: 0 60px;
    font-size: 30px;
    color: #eee;
}
#services .services-content .services-button {
    padding: 0 60px;
}
#services .services-content .services-button button {
    font-size: 14px;
    padding: 8px 20px;
    color: #eee;
    background-color: #ebaf43;
    border: none;
}
footer {
    background-color: #061a37;
    color: #eee;
    padding: 40px 0;
}
footer .navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
footer .navbar a {
    display: inline-block;
    color: #eee;
    padding: 0 30px;
    border-right: 1px solid #eee;
}
footer .navbar a:last-child {
    border-right: none;
}
footer .copyright {
    padding: 20px;
}
.cate-banner {
    margin-top: 60px;
}
.cate-banner .banner {
    position: relative;
    width: 100%;
    height: 360px;
}
.cate-banner .banner .img,
.cate-banner .banner .img img {
    width: 100%;
    height: 100%;
}
.cate-banner .banner .title {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
.cate-banner .banner .title h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
.cate-banner .banner .title p {
    font-size: 18px;
}
.cate-breadcrumb .breadcrumb {
    margin: 30px 0;
}
.cate-news .item-img {
    width: 100%;
    height: 152px;
}
.cate-news .item-img img {
    width: 100%;
    height: 100%;
}
.cate-news .item-title {
    height: 60px;
}
.cate-news .item-intro {
    height: 50px;
    text-indent: 2em;
    color: #666;
}
.cate-news .item-time,.cate-news .item-more a {
    color: #666;
}
.cate-news .item-intro {
    height: 50px;
    text-indent: 2em;
    color: #666;
}
/* 分页 */
#pagination_pagebar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    padding: 40px;
}
.page-item {
    display: inline-block;
    margin: 0 0.5rem;
    font-size: 1.5rem;
    border-radius: 0.4rem;
    background-color: #fff;
    width: 4.5rem;
    height: 3.5rem;
    text-align: center;
    border: 0.1rem solid #eeeeee;
    line-height: 3.5rem;
}
.page-button {
    width: 7rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #fff;
    text-align: center;
    border: 0.1rem solid #eeeeee;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.5rem;
    font-size: 1.5rem;
    border-radius: 0.4rem;
}

.page-item.active {
    background-color: #417de4;
    color: #fff;
    cursor: not-allowed;
}
.layui-laypage .layui-laypage-curr{
    margin: 0;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #417de4;
}
.posts-info{
    text-align: center;
}
.posts-info h1{
    font-size: 28px;
    color: #333;
    margin: 60px auto 30px;
}
.posts-info p{
    color: #999;
    margin: 0px auto 30px;
}
.posts-content{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 20px 0;
    text-indent: 2em;
    margin-bottom: 30px;
    line-height: 2;
    color: #333;
    background-color: #fff;
}
.posts-page{
    margin-bottom: 30px;
}
.posts-page p{
    line-height: 2;
    color: #333;
}
.posts-page p:hover span, .posts-page p:hover a{
    cursor: pointer;
    color: #417de4;
}