/*@media (min-width: 1366px) {*/
/*    .container {*/
/*        width: 1336px*/
/*    }*/
/*}*/

/*@media (min-width: 1440px) {*/
/*    .container {*/
/*        width: 1410px*/
/*    }*/
/*}*/

/*@media (min-width: 1600px) {*/
/*    .container {*/
/*        width: 1570px*/
/*    }*/
/*}*/

/*@media (min-width: 1700px) {*/
/*    .container {*/
/*        width: 1670px*/
/*    }*/
/*}*/

/*@media (min-width: 1900px) {*/
/*    .container {*/
/*        width: 1870px*/
/*    }*/
/*}*/


@media (min-width: 992px) {
    body .container {
        width: 970px !important
    }
}

@media (min-width: 1200px) {
    body .container {
        width: 1170px !important
    }
}

@media (min-width: 1470px) {
    body .container {
        width: 1440px !important
    }
}

body .container {
    width: 1440px !important
}

.mt-15 {
    margin-top: 15px;
}

.nmc-top-nav {
    display: flex;
    background: url(/assets/site/wmcbj/img/wmcbjbg.png) no-repeat center top;
    height: 111px;
}

.nmc-top-nav .nmc-nav-center .nmc-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nmc-top-nav .wmclogo, .nmc-top-nav .cmalogo {
    width: 180px;
    padding-top: 15px;
    color: rgba(17, 28, 130, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nmc-top-nav .cmalogo {
    align-items: flex-end;
}

.nmc-top-nav .cmalogo .cmalogo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nmc-top-nav .cmalogo .cmalogo-wrap a {
    color: rgba(17, 28, 130, 0.6);
}

.nmc-top-nav .wmclogo img, .nmc-top-nav .cmalogo img {
    height: 61px;
}

.nmc-top-nav .wmclogo .bottom-text, .nmc-top-nav .cmalogo .bottom-text {
    padding-top: 8px;
}

.nmc-top-nav .site-title {
    height: 79px;
    text-align: center;
    padding-top: 15px;
}

.nmc-top-nav .site-title .t1 {
    height: 30px;
    line-height: 30px;
    color: #111C82;
    font-family: 'OpenSansRegular', Verdana, 新細明體;
    font-size: 24px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.nmc-top-nav .site-title .t2 {
    height: 29px;
    line-height: 29px;
    color: #222C84;
    font-family: 'OpenSansRegular', Verdana, 新細明體;
    font-size: 15px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

a.morelink {
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.morelink:after {
    content: '';
    width: 15px;
    height: 12px;
    display: inline-block;
    background: url(../img/fy/more.png) no-repeat right center;
}

.top-category-nav {
    padding: 15px;
}

.top-category-nav .category-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.top-category-nav .category-item .col-xs-4 {
    padding-left: 0;
    margin-bottom: 10px;
}

.top-category-nav .category-item a {
    display: block;
    padding: 3px 10px;
    background: #FFFFFF;
    border: 1px solid #EFF0F7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header-text {
    text-align: center;
    padding-bottom: 10px;
}

.header-text .t1 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-family: 'OpenSansRegular', Verdana, 新細明體;
    font-size: 25px;
    text-shadow: -1px -1px 0 #6b4d0d, 1px -1px 0 #6b4d0d, -1px 1px 0 #6b4d0d, 1px 1px 0 #6b4d0d;
}

.header-text .t2 {
    height: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'OpenSansRegular', Verdana, 新細明體;
    font-size: 15px;
    text-shadow: -1px -1px 0 #6b4d0d, 1px -1px 0 #6b4d0d, -1px 1px 0 #6b4d0d, 1px 1px 0 #6b4d0d;
}

.nmc-top-nav .navbar {
    min-height: 30px;
}

.navbar-default {
    background: transparent;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #2A2D48;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 2px;
}

.navbar-default .navbar-nav > li > a.actived, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li.open > a:hover, .navbar-default.navbar-nav > li.open > a:focus,.navbar-default .navbar-nav > li.actived > a {
    background-color: #3a3f73;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}

/*.navbar-default .navbar-nav > li.open > a{*/
/*    background-color: #3a3f73;*/
/*    border-top-left-radius: 10px;*/
/*    border-top-right-radius: 10px;*/
/*    color: #fff;*/
/*}*/


/*.navbar-default .navbar-nav > li > a:hover {*/
/*    color: #fff;*/
/*    background-color: #3a3f73;*/
/*}*/

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.home-news-wrap {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFFFF;
    padding-bottom: 1px;
}


.nmc-project a{text-decoration: none;display: block;background-color: #f2f2f2; border: 1px solid #FFFFFF;}
.nmc-project .nmc-project-info{height: 120px; overflow: hidden; padding: 10px;}
.nmc-project .nmc-project-img{overflow: hidden;}
.nmc-project .nmc-project-img img{width: 100%; height: 218px;}
.nmc-project a:hover .nmc-project-img img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);opacity: 0.8;transition: opacity 0.3s ease-out 0s;}
.nmc-project .nmc-project-info .nmc-project-title{font-size: 16px; height: 30px; line-height: 30px;}
.nmc-project .nmc-project-info .nmc-project-desc{font-size:12px; color: #999; line-height: 20px;}


.nmc-product a{
    display:block;
}

.nmc-product .nmc-product-img{
    overflow: hidden;
}
.nmc-product .nmc-product-img img{
    width:100%;
    height:200px;
}
.nmc-product a:hover .nmc-product-img img{
    -webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);opacity: 0.8;transition: opacity 0.3s ease-out 0s;
}

.nmc-product  .nmc-product-info .nmc-product-title{
    height: 30px; line-height: 30px;
    font-size: 16px;
}

a.home-news {
    display: block;
    text-decoration: none;
    padding: 6px 10px;
    position: relative;
}

.home-news .new-icon {
    width: 36px;
    height: 16px;
    background: url("../img/fy/new.png") no-repeat center center;
}

.home-news .new-body {
    flex: 1;
}

.home-news .new-body .new-title {
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news .new-body .new-update {
    font-size: 14px;
    color: #666;
}

a.home-news:hover {
    background-color: #F4E8EC;
    padding-right: 50px;
}

a.home-news:hover:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url("../img/fy/li_arrow_right.png") no-repeat center center;
}


.productSwiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.productSwiper .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.productSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #FD2866;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: 0;
    top: auto;
}

/*.left-nav{float: left; margin-right: 15px;}*/
.left-nav .ht {
    background: #393F77 url("../img/fy/dian.png") no-repeat 10px center;
    /*border-bottom-right-radius: 30px;*/
    color: #fff;
    padding: 5px 15px;
    padding-left: 30px;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.left-nav .hb {
    /*background-color: #DFE1F1;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.left-nav .hb .menu-wrap {
    overflow-y: auto;
    position: relative;
}

.left-nav .hb ul {
    padding-top: 5px;
    padding-left: 0;
}

.left-nav .hb ul.nmc-position-absolute {
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 48px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.menu-wrap .ht {
    flex: 0 0 auto;
    /*margin-bottom: 5px;*/
}

.menu-wrap ul {
    flex: 1 1 auto;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 针对 WebKit 浏览器（Chrome/Safari）的额外优化 */
.left-nav .hb ul::-webkit-scrollbar {
    width: 8px; /* 滚动条宽度 */
    background: transparent; /* 轨道背景 */
}

.left-nav .hb ul::-webkit-scrollbar-thumb {
    background: #ccc; /* 滑块颜色 */
    border-radius: 4px;
}

.left-nav .hb li {
    list-style: none;
    padding: 0 10px;
    padding-left: 15px;
    position: relative;
}

.left-nav .hb li a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.left-nav .hb li.actived, .left-nav .hb li:hover {
    background-color: rgba(40, 75, 159, 0.06);
}

.left-nav .hb li.actived:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 3px;
    background-color: #393F77;
}

.left-nav .hb li.actived:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 14px;
    background: transparent url("../img/li_active2.jpg?v=20250610") no-repeat center center;
    background-size: 14px;
}

.left-nav .hb li a:hover, .left-nav .hb li a.actived {
    color: rgba(40, 75, 159, 1);
}

.leftBlock {
    width: 240px;
    float: left;
}

.group {
    margin: 8px 0;
}

.group .group-title {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 0;
    line-height: 36px;
    font-weight: 700;
    color: #333;
}

.group .group-body {
    overflow: hidden;
}

.group .item .thumbnail-img {
    width: 132px;
    height: 86px;
}

.group .item {
    width: 132px;
    margin-top: 20px;
    margin-right: 46px;
    float: left;
    cursor: pointer;
    font-size: 13px;
}

.group .item .title {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3;
    height: 2.6em;
    margin-top: 4px;
}

.group .item:hover {
    color: #639fd3;
}

.group .item:hover .thumbnail-img {
    width: 128px;
    height: 82px;
    border: 2px solid #639fd3;
}

.tags {
    color: #666;
}

.tags li input {
    margin: 0;
    margin-top: -3px;
}

.tags li label {
    margin: 0;
    display: inline-block;
    padding-left: 5px;
    font-weight: normal;
}

.page-header-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.tags .searchKeyWrap {
    background: url("../img/search.png?v=0.1") no-repeat 205px center;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
}

#searchKey {
    width: 180px;
    height: 35px;
    line-height: 35px;
    border: 0;
    margin: 0;
    padding: 0 10px;
}

.tags h3 {
    /*background: #196ca2 url("../img/arrow_down.png?v=0.1") no-repeat left center;*/
    background: #393F77 url(../img/fy/dian.png) no-repeat 10px center;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
}

.tags h3.up {
    /*background: #196ca2 url("../img/arrow_up.png?v=0.1") no-repeat left center;*/
}

.tags ul li {
    border-bottom: 1px solid #c8c8c8;
    list-style: none;
}

.tags ul li ul {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.tags ul li ul li {
    margin-bottom: 5px;
    border: 0;
}


.productGroupList h3.header {
    background-color: #196ca2;
    color: #fff;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.productGroupList h3 {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    color: #333;
    margin-top: 8px;
    margin-bottom: 10px;
}

.productGroupList .item {
    font-size: 13px;
    color: #666;
    overflow: hidden;
    margin-bottom: 10px;
}

.productGroupList .item .img-wrapper {
    float: left;
    width: 49px;
    height: 32px;
}

.productGroupList .item .img-wrapper .thumbnail-img {
    width: 49px;
    height: 32px;
}

.productGroupList .item .title {
    float: right;
    height: 32px;
    overflow: hidden;
    width: 180px;
    line-height: 16px;
    text-overflow: ellipsis;
}

.productGroupList .item:hover .img-wrapper, .productGroupList .selected .img-wrapper {
    border: 2px solid #639fd3;
    width: 45px;
    height: 28px;
}

.productGroupList .item:hover .img-wrapper .thumbnail-img, .productGroupList .selected .img-wrapper .thumbnail-img {
    width: 45px;
    height: 28px;
}

.productGroupList .item:hover .title, .productGroupList .selected .title {
    color: #639fd3;
}

.filter-where {
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
}

.filter-close {
    background: #eee url("../img/close.png?v=0.1") no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.filterWhereWrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: #f7f7f7;
    padding: 5px 10px;
    padding-right: 40px;
}

.nmc-block {
    margin-bottom: 20px;
    position: relative;
}


.nmc-block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.nmc-block-header a {
    text-decoration: none;
}

.nmc-block-header-title {
    font-size: 28px;
    font-weight: bold;
    color: #393F77;
}

.nmc-block-header-title:after {
    content: '';
    width: 26px;
    height: 16px;
    display: inline-block;
    background: url('../img/fy/more.png') no-repeat right center;
}

.nmc-block-header-more {

}

.nmc-category-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px dashed #eee;
}

.news-item .news-title {
}

.news-item .news-date {
    color: #999;
    white-space: nowrap;
}

.nmc-category-list li.actived {
    background-color: rgb(77, 167, 253);
}

.nmc-category-list li.actived a {
    color: #fff;
}

.nmc-category-list a {
    display: block;
    border: 1px solid #f2f2f2;
    padding: 3px 10px;
}

.meeting {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFFFF;
}

.meeting .info {
    background-color: #f2f2f2;
    padding: 18px 20px;
}

.meeting .info .meeting-title {
    font-size: 18px;
    line-height: 25px;
}

.meeting .info .meeting-date {
    color: #999;
}

.meeting .info .meeting-address {
}

.meeting .info .meeting-desc {
}

.meeting .info .meeting-btn {
    border: 1px solid rgb(77, 167, 253);
    display: block;
    padding: 5px 0;
    text-align: center;
    color: rgb(77, 167, 253);
    margin-top: 15px;
    font-weight: normal;
}


.day7 {
}

.weather {
    width: 127px;
    height: 394px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #196ca2;
}

.weather:last-child .weatherWrap {
    border: 0;
}

.weather div.weathericon {
    height: 40px;
    line-height: 40px;
}

.weather .weathericon img {
    height: 36px;
}

.weather div {
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.weather div.tmp {
    height: 32px;
    line-height: 32px;
}

.weather div.date {
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
}

.day7 .weather.selected {
    background: #267fb9;
    position: relative;
    z-index: 10;
}

.day7 .weather.selected .weatherWrap {
    border-right: 1px solid #135e8f;
    margin-left: -1px;
}

.weatherWrap {
    height: auto;
    line-height: normal;
    border-right: 1px solid #135e8f;
}

.tmp_lte_45 {
    background-color: #d05b37;
    color: #fff;
}

.tmp_lte_40 {
    background-color: #d76e3c;
    color: #fff;
}

.tmp_lte_35 {
    background-color: #db9148;
    color: #fff;
}

.tmp_lte_30 {
    background-color: #e4ad54;
    color: #fff;
}

.tmp_lte_25 {
    background-color: #efdb64;
    color: #333;
}

.tmp_lte_20 {
    background-color: #dff3bb;
    color: #333;
}

.tmp_lte_15 {
    background-color: #c5f576;
    color: #333;
}

.tmp_lte_10 {
    background-color: #8fc560;
    color: #fff;
}

.tmp_lte_4 {
    background-color: #44ab83;
    color: #fff;
}

.tmp_lte_-1 {
    background-color: #58974c;
    color: #fff;
}

.tmp_lte_-6 {
    background-color: #2a683a;
    color: #fff;
}

.tmp_lte_-11 {
    background-color: #407460;
    color: #fff;
}

.tmp_lte_-16 {
    background-color: #207c65;
    color: #fff;
}

.tmp_lte_-21 {
    background-color: #157c87;
    color: #fff;
}

.tmp_lte_-26 {
    background-color: #0a819d;
    color: #fff;
}

.tmp_lte_-31 {
    background-color: #0474af;
    color: #fff;
}

.tmp_lte_-36 {
    background-color: #0460af;
    color: #fff;
}

.tmp_lte_-41 {
    background-color: #043cad;
    color: #fff;
}


.search-wrapper {
    font-size: 14px;
    border-bottom: 1px solid #686868;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#searchInput {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 5px;
    height: 34px;
    line-height: 34px;
    float: left;
}

.search-wrapper .iconfont {
    color: #686868;
    font-size: 24px;
    margin-top: 5px;
    float: left;
}

.ac_results {
    text-transform: capitalize;
    z-index: 9999;
    background-color: #fff;
}

.recommend-product-group-name {
    font-size: 16px;
    margin-top: 20px;
    white-space: nowrap;
}

.recommend-product-item-name {
    margin-top: 10px;
    display: block;
    white-space: nowrap;
}

.border {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
}

.project-item-name {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    margin-top: 15px;
    background-color: #F0F2FA;
}

.hot-link-item a {
    background-color: #F0F2FA;
    height: 68px;
    line-height: 68px;
    margin-top: 15px;
    display: block;
    padding: 0 20px;
}


.common-list-container > a {
    display: block;
    font-size: 16px;
    line-height: 46px;
    border-bottom: 1px dashed #bcc3cc;
    position: relative;
    padding-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-left: 13px;
}

.common-list-container > a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    content: '';
    border-radius: 50%;
    background: #cfcfcf;
}

.common-list-container > a span {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #666;
}

.common-p {
    line-height: 24px;
    color: #196ca2;
    font-size: 24px;
    padding-left: 8px;
    border-left: 5px solid #196ca2;
    margin-bottom: 20px;
}

.common-p .more {
    position: absolute;
    right: 15px;
    font-size: 14px;
    color: #999;
}

/*分页的样式*/
.page-large {
    margin: 10px 0px;
}

.page-large * {
    line-height: 25px;
    display: inline-block;
}

.page-large a,
.page-large input {
    border-radius: 3px;
    border: 2px solid #d2dae4;
    padding: 0px 9px;
    margin: 0px 2px;
    color: #3887d6;
}

.page-large .next-page,
.page-large .prev-page,
.page-large .goPage,
.page-large a.on {
    background: #3887d6;
    color: white;
    border: 2px solid #3887d6;
}

.page-large .goPs {
    width: 80px;
    border: 2px solid #d2dae4;
    border-radius: 3px;
}

.page-large .goPage[disabled="disabled"] {
    background: #d2dae4;
    border: 2px solid #d2dae4;
}


.website a:link, .website a:visited {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #C9C9CB;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.website * {
    margin: 10px 0px;
    display: inline-block;
    padding-right: 5px;
    font-size: 20px;
    color: #C9C9CB;
    font-family: Arial, Helvetica, sans-serif;
}

.website span.first {
    padding-left: 20px;
    background: url('../img/home.png') left center no-repeat;
}

.menu-level-1 {
    overflow: hidden;
}

.menu-level-1 li {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.menu-level-1 li a {
    text-decoration: none;
    display: block;
    padding: 5px 20px;
    border: 1px solid #999;
}

.menu-level-1 li a:hover, .menu-level-1 li a.actived {
    background-color: #196ca2;
    color: #fff;
    border: 1px solid #196ca2;
}

#toolbar {
    color: #fff;
    background-color: #D6D8DE;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
}

#toolbar .toolbar-left {
    display: flex;
    align-items: center;
}

#toolbar .toolbar-right {
    flex: 1;
}


#toolbar i:before {
    /*background-color: #3081BE;*/
    border-radius: 50%;
}

#toolbar .icon-play, #toolbar .icon-stop {
    font-size: 40px;
}

#toolbar i {
    color: #666;
}

#toolbar i:hover {
    color: #3081BE;
}


#ex1Slider .slider-track .slider-track-high {
    background: #C0C3CB;
}

#ex1Slider .slider-track .slider-selection, #ex1Slider .slider-handle.round {
    background-color: #3081BE;
}

.left-wrap {
    height: 100%;
}

.left-nav {
    height: 100%;
    background: linear-gradient(180deg, #DFE1F1 0%, #EFF0FA 100%);
    border: 1px solid #FFFFFF;
}

.imgblock {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.imgblock img {
    max-width: 100%;
    max-height: 100%;
}

#leftMain {
    position: relative;
}

.common-list-container .c-wrap {
    margin-bottom: 30px;
}

.c-wrap .box {
    border-bottom: 3px solid #4ca7cf;
}

.c-wrap .box:hover {
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #ecab3d;
    /*#284B9F*/
}

.carousel-inner .item {
    width: 100%;
    height: 615px;
    overflow: hidden;
    background-color: #eee;
}

.carousel-inner .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recommend-product-item a {
    display: block;
    overflow: hidden
}

.recommend-product-item:hover img {
    scale: 1.2;
    transition: all 0.5s;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb .glyphicon-home {
    color: #999;
    padding-right: 5px;
}

.block-line {
    /*border-top: 4px solid #D1D2D7;*/
    text-align: center;
    padding: 20px 0;
}

.block-line a {
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
    color: #393F77;
}

.block-line a .more {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.block-line:after {
    content: '';
    /*display: block;*/
    /*width: 120px;*/
    /*height: 8px;*/
    /*margin: 0 auto;*/
    /*background-color: #FD2866;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -60px;*/
    /*top: -2px;*/
}

.pic .unin {
    display: inline-block;
    background-color: #393F77;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 10px;
}

.pic .cname {
    font-size: 16px;
}

.pic .cname2 {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    margin: 10px 0;
}

.pic .update {
    font-size: 12px;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.productSwiper .item {
    text-decoration: none;
    display: block;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.productSwiper .item:hover {
    background-color: #393F77;
}

.productSwiper .item:hover .pic .unin {
    background-color: #FD2866;
    color: #fff;
}

.productSwiper .item:hover .pic .cname {
    color: #fff;
}

.projectSwiper .swiper-button-next {
    width: 44px;
    height: 44px;
    background: url('../img/fy/arrow_right.png') no-repeat center center;
}

.projectSwiper .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: url('../img/fy/arrow_left.png') no-repeat center center;
}

.projectSwiper .swiper-button-next:after, .projectSwiper .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.projectSwiper .swiper-button-prev:after, .projectSwiper .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.hotProduct .item:hover .cname2 {
    color: #fff;
}

.hotProduct .arrow {
    display: none;
}

.hotProduct .item:hover .arrow {
    display: inline-block;
}

/**页脚样式**/
.footer {
    border-top: 0;
    font-size: 14px;
    overflow: hidden;

}

.footer .info {
    padding: 20px;
    color: #fff;
    background: url('../img/fy/footerbg.png') no-repeat center center;
    background-size: cover;
}

.footer p {
    padding-bottom: 0;
    color: #fff;
    font-size: 14px;
    padding-bottom: 5px;
}

.footer a {
    color: #fff;
}

.footer .dcs {
    float: left;
    color: #fff;
}

.footer #imgConac {
    width: 60px;
    height: 60px;
}

.footer .left {
    float: left;
}

.footer .right {
    float: right;
    padding-right: 8px;
}

.footer .friendly-link {
    background-color: #fff;
    padding: 20px;
}

.footer .friendly-link ul {
    overflow: hidden;
    padding-left: 8px;
}

.footer .friendly-link li {
    float: left;
    margin-left: 17px;
    list-style: none;
}

.footer .friendly-link a {
    display: block;
    height: 44px;
    overflow: hidden;
    color: #fff;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-column {
    flex-direction: column;
}

.wmcbj-footer {
    margin-top: 20px;
    padding: 20px 40px;
    color: #999;
    background: url('../img/fy/footerbg.png') no-repeat center center;
}

.wmcbj-footer .container {
    display: flex;
    gap: 50px;
}

.wmcbj-contact {
    flex: 1;
}

.wmcbj-contact .contact-info {
    color: #fff;
}

.wmcbj-copyright {
    flex: 1;
}


.hotlink .hotlink-item a {
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFFFF;
    padding: 0 10px;
    line-height: 15px;
}

#tagList{
    padding-left: 0;
    list-style: none;
}

.navigation {
    width:100%;
    background-color: #f5f5f5;
    margin-bottom: 15px;
}

.navigation .breadcrumb {
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
}

.navigation .breadcrumb a {
    color: #999;
    text-decoration: none;
}

.navigation .breadcrumb li.active {
    color: #999;
}

.friendly-link{display: flex;justify-content: space-between;align-items: center;}
