

.middle-content {
    width: 100%;
    min-height: 400px;
}

.path-nav {
    width: 100%;
    background: #f5f5f5;
}

.breadcrumb {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumb .active{
    color:#0362a3 !important;
}

.header {
    z-index: 20;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    background: #292a35;
}

.header-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    max-width: 1200px;
    height: 40px;
    margin: 0 auto;
    background: #292a35;
}

.header-top span {
    margin-left: 8px;
    font-size: 14px;
    color: grey;
    cursor: pointer;
}

.header-top img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.image-code-item {
    display: none;
    z-index: 20;
    position: fixed;
    top: 50px;
    width: 120px;
    line-height: normal;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(51, 51, 51, .35);
}

.image-code-item img {
    width: 100px;
    height: 100px;
}

.image-code-item p {
    margin: 10px 0 !important;
    font-size: 12px;
}

.nav-box {
    height: 96px;
    background: white;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background: white;
}

.logo-img {
    height: 52px;
    cursor: pointer;
}

.nav-ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
    line-height: 96px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    width: 100px;
    position: relative;
}

.nav-ul li>a {
    text-decoration: none;
    color: #333333;
}

.nav-ul li:hover {
    background-color: #0167ae;
    color: white;
}

.nav-ul .active-li {
    background-color: #0167ae;
    color: white;
}

.nav-ul .active-li>a {
    color: white;
}

.nav-ul li:hover>a {
    color: white;
}

.tab-item {
    position: absolute;
    display: none;
    z-index: 20;
    top: 96px;
    left: 0;
    line-height: normal;
    padding: 0 30px;
    background: white;
    border-top: 1.5px solid #e4e4e4;
    border-radius: 0px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    width: 368px;
}

.tab-item .tab-item-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 0;
}

.tab-item .tab-item-wrapper .tab-item-list {
    display: flex;
    flex-direction: column;
}

.tab-item .tab-item-wrapper .tab-item-list .tab-item-list-children {
    width: 120px;
    display: flex;
    flex-direction: row;
    padding: 12px 0;
    align-items: center;
    justify-content: space-between;
}

.tab-item .tab-item-wrapper .tab-item-list .tab-item-list-children:not(:last-child) {
    border-bottom: 1px solid #c6c6c6;
}

.tab-item .tab-item-wrapper .tab-item-list .tab-item-list-children a {
    text-decoration: none;
    color: #333333;
}

.tab-item .tab-item-wrapper .tab-item-list .tab-item-list-children:hover a {
    font-weight: bold;
    color: #0167ae;
}

.tab-item .tab-item-wrapper .tab-item-list .tab-item-list-children img {
    height: 14px;
    object-fit: contain;
    display: none;
}

.tab-item .tab-item-wrapper .tab-item-list .tab-item-list-children:hover img {
    display: block;
}

.tab-item .tab-item-wrapper .tab-item-img {
    flex: 1;
    margin-left: 32px;
}

.tab-item .tab-item-wrapper .tab-item-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    background-color: #a6a6a6;
}

.search-icon,
.cancel-icon {
    height: 20px;
    cursor: pointer;
}

.search-form {
    display: none;
    width: 100%;
    padding: 30px 0;
    background: white;
    border-top: 1.5px solid #e4e4e4;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.1);
}

.search-box {
    display: flex;
    width: 720px;
    margin: 0 auto;
}

.search-input {
    display: block;
    width: 600px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding: 0 15px 0 25px;
    font-size: 13px;
    background: #f8f8f8;
}

.search-button,
.cancel-button {
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    outline: none;
    background: #f8f8f8;
}

.search-button:hover,
.cancel-button:hover {
    background: #e0e0e0;
}

.swiper-container {
    --swiper-navigation-color: #bdbdbd;
    max-width: 2000px;
    min-width: 1024px;
}

.swiper-container-case {
    width: 80%;
    max-width: 1200px;
    height: 220px;
    background: white;
}

.swiper-slide-case1,
.swiper-slide-case2,
.swiper-slide-case3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide-case1 img,
.swiper-slide-case2 img,
.swiper-slide-case3 img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.swiper-bg-img1,
.swiper-bg-img2,
.swiper-bg-img3 {
    width: 100% !important;
    height: 100% !important;
    z-index: -10;
    position: absolute;
    top: 0;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#swiper-item-box1,
#swiper-item-box2,
#swiper-item-box3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(47, 47, 91, .7);
}

.swiper-item-text,
.swiper-item-add {
    line-height: 20px;
    font-size: 14px;
    color: white;
}

.swiper-item-introduce1,
.swiper-item-introduce2,
.swiper-item-introduce3 {
    display: none;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 188, 61, 0.9)), to(rgba(15, 50, 141, 0.8)));
    background: linear-gradient(to right bottom, rgba(0, 188, 61, 0.9), rgba(15, 50, 141, 0.8));
}

.swiper-introduce-box1,
.swiper-introduce-box2,
.swiper-introduce-box3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
}

.swiper-introduce-title {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.swiper-introduce-description {
    font-size: 12px;
    margin: 10px 15%;
    text-align: center;
}

.swiper-introduce-button {
    display: block;
    font-size: 12px;
    border: 1px solid #00bc3d;
    width: 100px;
    height: 25px;
    border-radius: 12px;
    margin: 10px auto 0;
    color: white;
    background: transparent;
    outline: none;
}

.swiper-introduce-button:hover {
    color: #00bc3d;
}

.swiper-slide-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-text-box {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.image-text-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 2px;
    color: white;
}

.image-text-line {
    width: 36px;
    height: 4px;
    margin: 18px 0;
    background-color: #63c6ae
}

.image-text-content {
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 500;
    font-size: 15px;
    color: white;
}

.image-text-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 32px;
    margin-top: 50px;
    font-size: 14px;
    color: white;
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: white;
    height: 18px;
    border-radius: 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}


/*.swiper-slide-active{*/


/*    background:#ff6600;*/


/*    color:#fff;*/


/*}*/

.main {
    width: 100%;
}

.successful-case-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 0 80px;
    margin-bottom: 55px;
    background: rgb(248, 248, 248);
}

.solution-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.about-us-section {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    background: url("../images/home/cp-bg.png") no-repeat;
    background-size: cover;
}

.title {
    font-size: 30px;
}

.divider-item {
    width: 28px;
    height: 4px;
    margin-top: 5px;
    background-color: #63c6ae
}

.divider {
    width: 80%;
    max-width: 1200px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}

.content {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1200px;
}

.content-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    cursor: pointer;
}

.content-item:nth-child(2n) {
    margin-right: 0;
}

.content-item-img,
.content-item-detail {
    margin-bottom: 15px;
}

.content-item-img {
    float: left;
    width: 40%;
}

.content-item-detail {
    float: right;
    width: 56%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-item-detail div {
    margin-bottom: 10px;
}

.content-item-title {
    width: 100%;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-item-time {
    width: 100%;
    font-size: 12px;
    color: #cccccc;
}

.content-item-description {
    width: 100%;
    font-size: 15px;
    color: #666666;
    white-space: normal;
}

.read-more-content {
    width: 80%;
    max-width: 1200px;
    margin: 10px auto 0;
    text-align: right;
}

.read-more-content div {
    display: inline-block;
    width: 60px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #9b9b9b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.read-more-content div:hover {
    color: #63c6ae;
}

.company-box {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    width: 80%;
    max-width: 1200px;
}

.cp-left {
    width: 100%;
}


/*.cp-right {*/


/*    width: 40%;*/


/*}*/

.cp-name {
    margin-bottom: 40px;
    font-size: 24px;
}

.cp-introduce {
    margin-bottom: 20px;
    font-size: 15px;
    color: grey;
}

.cp-introduce div {
    line-height: 28px;
    text-indent: 5%;
}

.cp-more-content div {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #9b9b9b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 25px;
    font-weight: 400;
    font-size: 12px;
    color: #999;
    text-align: center;
    cursor: pointer;
}

.cp-more-content div:hover {
    color: #63c6ae;
}

.footer-top-line {
    width: 100%;
    height: 6px;
    background: #63c6ae;
}

.top-info {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0 20px;
}

.top-info-item-title {
    position: relative;
    margin: 0 0 20px 0 !important;
    font-size: 14px !important;
    cursor: auto !important;
}

.top-info-item-title:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -8px;
    width: 3px;
    height: 12px;
    background-color: #f2f2f2;
    border-radius: 2px;
}

.top-info-item a {
    display: block;
    margin: 10px 0;
    font-size: 12px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.top-info-item-title:hover {
    color: white !important;
}

.top-info-item a:hover {
    color: #bdbdbd;
}

.other-info-item div {
    margin: 10px 0;
    font-size: 14px;
}

.other-info-item-title {
    margin: 0 0 10px !important;
}

.other-info-item-code {
    display: flex;
    justify-content: space-between;
}

.other-info-item-code-left,
.other-info-item-code-right {
    text-align: center;
    cursor: pointer;
}

.other-info-item-code-left img,
.other-info-item-code-right img {
    width: 80px;
}

.other-info-item-code-left div,
.other-info-item-code-right div {
    font-size: 16px;
}


/*.info-box {*/


/*    float: left;*/


/*    width: 128px;*/


/*    height: 45px;*/


/*    line-height: 45px;*/


/*    margin-right: -2px;*/


/*    border: 1px solid #64646d;*/


/*    -webkit-box-sizing: border-box;*/


/*    box-sizing: border-box;*/


/*    border-radius: 3px;*/


/*    border-top-right-radius: 0;*/


/*    border-bottom-right-radius: 0;*/


/*    font-size: 13px;*/


/*    text-align: center;*/


/*}*/


/*.tel-box {*/


/*    display: inline-block;*/


/*    width: 45px;*/


/*    height: 45px;*/


/*    line-height: 45px;*/


/*    border-radius: 3px;*/


/*    border-top-left-radius: 0;*/


/*    border-bottom-left-radius: 0;*/


/*    text-align: center;*/


/*    background-color: #64646d;*/


/*}*/


/*.tel-box img {*/


/*    width: 18px;*/


/*    height: 18px;*/


/*    vertical-align: middle;*/


/*}*/

.bottom-info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333442;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #64646d !important;
}

.footer {
    color: #cccccc;
    background: #015692;
}
.footer a{
    color: rgba(232,232,232,0.9) !important;
}

.footer .footer-content {
    padding: 24px;
    font-size: 14px;
}

.footer .footer-content .row {
    margin-bottom: 6px;
}

.footer .footer-left-title {
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.footer .line-border {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.footer .footer-contactus {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer .footer-contactus-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.footer .footer-contactus-tel {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin: 8px 0;
}

.footer .footer-contactus-info {
    margin-bottom: 8px;
    font-size: 20px;
    color: rgba(255,255,255,0.8);
}

.footer .footer-contactus-info img {
    margin-right: 6px;
    width: 16px;
}

.footer .footer-contactus-info span {
    line-height: 14px;
}

.footer .footer-contactus-follow {
    font-size: 20px;
    margin-top: 24px;
    color: white;
    font-weight: bold;
}

.footer .footer-contactus-ewm {
    margin-top: 12px;
}

.footer .footer-contactus-ewm img {
    width: 106px;
    margin-right: 10px;
    border: 6px solid #80abc9;
}

.wrapper {
    width: 100%;
    min-width: 1024px;
}

.wrapper .wrapper-content {
    min-width: 1024px;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
}

.index-module-title {
    border-left: 6px solid #74b635;
    line-height: 28px;
    height: 28px;
}

.index-module-title .index-module-title-zh {
    line-height: 28px;
    height: 28px;
    font-size: 24px;
    font-weight: bolder;
    padding: 0 0 0 16px;
}

.index-module-title .index-module-title-split {
    background-color: transparent;
    line-height: 28px;
    height: 28px;
    padding: 0 16px;
    color: #999999;
}

.index-module-title .index-module-title-en {
    background-color: transparent;
    line-height: 28px;
    height: 28px;
    font-size: 18px;
    color: #999999;
}

.customer-table {
    margin-top: 24px;
    margin-bottom: 44px;
    margin-left: 0px;
    margin-right: 0px;
}

.customer-table .col-md-2 {
    border: 0;
    height: 64px;
    padding:3px;
}

.customer-table div{
    padding-left: 0px;
    padding-right: 0px;
}
 
.customer-table img {
    width: 100%;
    height: 100%;
}

.product-home-div {
    padding: 30px 0;
    background-color: #f0f0f0;
}

.product-home-top {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-home-swiper-button {
    display: flex;
    width: 60px
}

.product-home-swiper-prev {
    background: url('../images/home/left.png') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.product-home-swiper-prev:hover {
    background: url('../images/home/left_sel.png') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.product-home-swiper-prev:focus {
    outline: none;
}

.product-home-swiper-next {
    background: url('../images/home/right.png') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.product-home-swiper-next:hover {
    background: url('../images/home/right_sel.png') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.product-home-swiper-next:focus {
    outline: none;
}

.product-home-item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.product-home-item:hover p:last-of-type {
    height: 4px;
    background-color: #74b635;
    width: 100%
}

.product-home-item p:last-of-type {
    height: 4px;
    background-color: #cccccc;
    width: 100%
}

.product-home-item-pic {
    position: relative;
    max-height: 200px;
}

.product-home-item-title {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    width: 100%;
    padding: 6px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    justify-content: space-between;
}

.product-home-item-title span {
    flex: 1;
}

.product-home-item-title img {
    margin-left: 20px;
    object-fit: contain;
}

.product-home-item-bottom {
    height: 4px;
    background-color: #cccccc;
    width: 100%
}

.product-home-item-info {
    padding: 20px 8px;
    height: 140px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: justify;
}

.achievement-home-div {
    padding: 30px 0 44px;
    background: url('../images/home/yj_bg.png') no-repeat center;
    background-size: cover;
}

.index-achievement-top {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.index-achievement-title {
    border-left: 6px solid #74b635;
    line-height: 28px;
    height: 28px;
}

.index-achievement-title .index-achievement-title-zh {
    line-height: 28px;
    height: 28px;
    font-size: 24px;
    font-weight: bolder;
    padding: 0 0 0 16px;
    color: #ffffff;
}

.index-achievement-title .index-achievement-title-split {
    background-color: transparent;
    line-height: 28px;
    height: 28px;
    padding: 0 16px;
    color: #ffffff;
}

.index-achievement-title .index-achievement-title-en {
    background-color: transparent;
    line-height: 28px;
    height: 28px;
    font-size: 18px;
    color: #ffffff;
}

.achievement-home-item {
    display: flex;
    flex-direction: column;
}

.achievement-home-item-pic {
    width: 100%;
    max-height: 300px;
}

.index-achievement-top-button {
    display: flex;
    flex-direction: row;
    border: 2px solid white;
    background-color: white;
}

.achievement-home-swiper-prev {
    background: url('../images/home/yj_left.png') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.achievement-home-swiper-prev:hover {
    background: url('../images/home/left_sel.png') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.achievement-home-swiper-prev:focus {
    outline: none;
}

.achievement-home-swiper-next {
    background: url('../images/home/yj_right.png') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.achievement-home-swiper-next:hover {
    background: url('../images/home/right_sel.png') no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.achievement-home-swiper-next:focus {
    outline: none;
}

.achievement-home-item-info {
    padding: 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.achievement-home-item-info-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.achievement-home-fgx {
    width: 95%;
}

.achievement-home-info-content {
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 25px;
    height: 80px;
}

.achievement-home-item-info-href {
    padding: 8px 30px;
    height: 40px;
    border: 1px solid #cccccc;
    color: #999999;
    text-decoration: none;
}

.achievement-home-item-info-href:hover {
    padding: 8px 30px;
    height: 40px;
    border: none;
    background-color: #83b34a;
    color: #ffffff;
    text-decoration: none;
}

.company-info-div {
    padding: 30px 0;
    background-color: #ffffff;
    height: 340px;
}

.company-info-div .company-info-pic {
    height: 100%;
}

.company-info-div .company-info-pic img {
    height: 100%;
    object-fit: cover;
}

.company-info-text {
    /*height: 180px;*/
    line-height: 24px;
    overflow: hidden;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
}

.company-info-div a {
    text-decoration: none;
    color: #0167ae;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.company-info-div .company-info-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.company-info-div .company-info-icons {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icon-text {
    width: 100%;
    color: #666666;
    text-align: center;
    font-size: 12px;
    font-weight: 550;
    margin-top: 12px;
}

.company-info-icon{
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.company-info-icon div{
    width: 100%;
    height: 60px;
    background-size: 28%;
    background-repeat: no-repeat;
    background-position: center;
}


.gxqy-icon div {
    background-image: url('../images/home/gxqy.png');
}

.gxqy-icon div:hover {
    background-image: url('../images/home/gxqy_sel.png') ;
}


.cxsf-icon div {
    background-image: url('../images/home/cxsf.png');

}

.cxsf-icon div:hover {
    background-image: url('../images/home/cxsf_sel.png');
}


.ht-icon div {
    background-image: url('../images/home/ht.png');

}

.ht-icon div:hover {
    background-image: url('../images/home/ht_sel.png');
}


.lshb-icon div {
    background-image: url('../images/home/lshb.png');

}

.lshb-icon div:hover {
    background-image: url('../images/home/lshb_sel.png');
}


.rz-icon div {
    background-image: url('../images/home/rz.png');
}

.rz-icon div:hover {
    background-image: url('../images/home/rz_sel.png');
}



.xydj-icon div {
    background-image: url('../images/home/xydj.png');
}

.xydj-icon div:hover {
    background-image: url('../images/home/xydj_sel.png');
}

.index-news .index-news-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.index-news .index-news-title .index-news-title-more {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index-news .index-news-title .index-news-title-more span {
    margin-right: 16px;
    color: #999999
}

.index-news .index-news-content {
    display: flex;
    flex-direction: row;
    margin-top: 24px;
    margin-bottom: 44px;
    overflow: hidden;
}

.index-news .index-news-content .index-news-content-left {
    display: flex;
    flex-direction: column;
    width: 450px;
    box-shadow: 5px 5px 15px #cecece, -5px -5px 15px #eaeaea;
    z-index: 2;
}

.index-news .index-news-content .index-news-content-left .index-news-content-left-img {
    width: 100%;
    height: 300px;
    background-color: #aeaeae;
}

.index-news .index-news-content .index-news-content-left .index-news-content-left-img img {
    width: 100%;
    height: 100%;
}

.index-news .index-news-content .index-news-content-left .index-news-content-left-info {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.index-news .index-news-content .index-news-content-left .index-news-content-left-info .index-news-content-left-info-title {
    font-size: 18px;
    color: #0167ae;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.index-news .index-news-content .index-news-content-left .index-news-content-left-info .index-news-content-left-info-content {
    font-size: 13px;
    color: #909090;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
    line-height: 19px;
    height: 38px;
}

.index-news .index-news-content .index-news-content-left .index-news-content-left-info .index-news-content-left-info-more {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    font-size: 13px;
}

.index-news .index-news-content .index-news-content-left .index-news-content-left-info .index-news-content-left-info-more .index-news-content-left-info-time {
    color: #999999;
}

.index-news .index-news-content .index-news-content-left .index-news-content-left-info .index-news-content-left-info-more .index-news-content-left-info-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.index-news .index-news-content .index-news-content-left .index-news-content-left-info .index-news-content-left-info-more .index-news-content-left-info-btn span {
    color: #0167ae;
    margin-right: 12px;
}

.index-news .index-news-content .index-news-content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.index-news .index-news-content .index-news-content-right .index-news-content-right-item {
    display: flex;
    flex-direction: row;
    padding: 16px 8px 16px 32px;
    align-items: center;
}

.index-news .index-news-content .index-news-content-right .index-news-content-right-item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.index-news .index-news-content .index-news-content-right .index-news-content-right-item .index-news-content-right-item-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-news .index-news-content .index-news-content-right .index-news-content-right-item .index-news-content-right-item-left .index-news-content-right-item-left-day {
    font-size: 44px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    color: #666666;
}

.index-news .index-news-content .index-news-content-right .index-news-content-right-item .index-news-content-right-item-left .index-news-content-right-item-left-month {
    color: #909090;
    font-size: 14px;
}

.index-news .index-news-content .index-news-content-right .index-news-content-right-item .index-news-content-right-item-line {
    width: 0.5px;
    background-color: #d6d6d6;
    height: 80%;
    margin-left: 16px;
    margin-right: 16px;
}

.index-news .index-news-content .index-news-content-right .index-news-content-right-item .index-news-content-right-item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.index-news .index-news-content .index-news-content-right .index-news-content-right-item:hover .index-news-content-right-item-right .index-news-content-right-item-right-title {
    color: #0167ae;
    font-weight: bold;
}

.index-news .index-news-content .index-news-content-right .index-news-content-right-item .index-news-content-right-item-right .index-news-content-right-item-right-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news .index-news-content .index-news-content-right .index-news-content-right-item .index-news-content-right-item-right .index-news-content-right-item-right-desc {
    color: #909090;
    font-size: 14px;
    margin-top: 10.5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    height: 44px;
}


.wrapper .wrapper-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 20px;
    padding: 12px 0;
    color: #999999 !important;

}

.wrapper .wrapper-nav img {
    height: 14px;
    margin-right: 8px;
}

.wrapper .wrapper-nav .nav-a {
    margin-right: 8px;
    text-decoration: none !important;
    color: #999999 ;
}

.wrapper .wrapper-nav .nav-flag {
    margin-right: 8px;
}

.footer-col-padding{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #337ab7;
    border-color: #337ab7; 
}

.pagination > li > a, .pagination > li > span{
    color:#337ab7;
}