
/*-----------------------------------头部---------------------------------*/
#user_top{
    background: #ffffff;
    font-size: 14px;
    color: #828282;
    line-height: 28px;
}
#sykj_nav {
    border-bottom: 1px solid #88b7b3 !important;
}
.navBox .nav-tabs {
    border-bottom: 0;
}
.content {
    max-width: 1200px;
    margin: 0 auto;
}
.top-cbg .cbg-part div:last-child {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2b2b2b;
    width: max-content;
}
.top-cbg{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    animation: bounceIn 0.2s ease-in;
}
.top-cbg a{
    color: #2f3037;
    text-decoration: none;
    outline: medium none;
    cursor: pointer;
}
.top-cbg .cbg-img {
    margin-right: 22px;
    width: 140px;
    height: 48px;
    object-fit: contain;
}
.top-cbg > div {
    display: flex;
    /*height: 120px;*/
    align-items: center;
    background: #FFFFFF;
    /*width: 73%;*/
    justify-content: space-between;
}
.top-cbg .cbg-part {
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin-top: 10px;*/
}
.top-cbg .cbg-part a {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.top-cbg .cbg-part .links-item {
    width: 100px;
    height: 92px;
    border-radius: 10px;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .3s;
}
.l_item_bg1 {
    background: #E13235;
}
.l_item_bg2 {
    background: #A0185A;
}

.l_item_bg3 {
    background: #8AB7B4;
}

.l_item_bg4 {
    background: #E3943D;
}

.l_item_bg5 {
    background: #CA252D;
}

.l_item_bg6 {
    background: #3EA5C6;
}

.l_item_bg7 {
    background: #40629B;
}

.l_item_bg8 {
    background: #0071B3;
}
.top-cbg .cbg-part .links-item img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.top-cbg .cbg-part .links-item .item-text{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
}
.top-cbg .cbg-part a:hover{
    color: #2f3037;
}
.topleft a {
    float: left;
    color: #828282;
    line-height: 28px;
}
.topleft p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #828282;
    height: 28px;
    line-height: 28px;
}
.topleft span {
    float: left;
    line-height: 28px;
    color: #828282;
    padding: 0 13px;
}
.sykj_topjdzx_img {
    font-size: 14px !important;
    color: #06101E !important;
    margin-right: 23px;
}
.sykj_topjdzx_img img {
    margin-top: -2px;
    max-width: 18px;
}
.topNav li {
    float: left;
    line-height: 28px;
    text-align: center;
}
.topNav li a {
    padding-left: 18px;
    color: #828282 !important;
    font-size: 14px;
}
#user_top .topboxlump {
    width: 115px;
    z-index: 5;
    background: #f9f9f9;
    position: absolute;
    height: auto;
    border-radius: 5px;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right;
    display: none;
}
#user_top .topboxlump > div {
    font-size: 13px;
}
.mobile_pop {
    display: none;
    position: absolute;
    right: 30px;
    height: 120px;
    background-color: #fff;
    border: 1px solid #89b7b5;
    z-index: 9999;
    padding: 14px;
}
.mobileserWeima {
    width: 120px;
    float: left;
}

.mobile_pop_item {
    position: relative;
    z-index: 5;
    padding: 25px 0;
}
.mobile_pop_qrcode {
    position: absolute;
    left: 5px;
    top: 0px;
    width: 100px;
    height: 100px;
}
.mobile_pop_qrcode img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*-----------------------------------search_line---------------------------------*/

.logoBox {
    height: 134px;
    position: relative;
}
.logoBox .sykj_logo {
    float: left;
    width: 210px;
    margin-top: 45px !important;
}
.logoBox .sykj_logo a img {
    width: 62% !important;
}
.navTab {
    margin-top: -10px !important;
    width: 42%;
    height: 100px;
    float: left;
}
.navTab .navBox {
    width: 100%;
}
.navBox .nav-tabs .nav-item {
    margin-bottom: 0;
    background-color: #fff;
    color: #828282;
}
.navBox .nav-tabs .nav-link.active {
    background: #88b7b3 !important;
    color: #fff !important;
    border: 1px solid #88b7b3 !important;
}
.shownone {
    display: none;
}
.navBox .nav-tabs .nav-link:hover {
    background: #88b7b3 !important;
    color: #fff !important;
    border: 1px solid #88b7b3 !important;
}
.navBox .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    color: #363636;
    padding: 0.1rem 1rem;
    background: #fff;
    border: 1px solid #ececec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
}
.navBox .nav-tabs .nav-link.active h6 {
    color: #fff;
}
.navBox .nav-tabs .nav-link:hover h6 {
    color: #fff;
}
.input-group {
    position: relative;
    color: #828282;
    border-radius: 0px;
}
.logoBox .sykj_sousuo_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 20px;
    color: #ccc;
}
.nav-link h6 {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #828282;
    font-size: 14px;
}
.searchItem {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    border: 1px solid #88b7b3;
    background: #88b7b3;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    width: 17% !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    letter-spacing: 2px;
}
.search_li_current {
    background: #88b7b3;
}
.input-group .input-group-prepend {
    width: 100%;
    font-size: 18px;
    color: #ccc;
    border-radius: 0px;
}
.searchDiv input{
    padding: 0 46px;
    line-height: 40px;
    font-size: 14px !important;
    width: 86%;
}
.navTab {
    margin-left: 0 !important;
    margin-top: -10px !important;
}
.form-control{
    height: 40px!important;
}
.searchBtn {
    height: 40px!important;
}
.searchDiv input::placeholder{
    color: #b9b9b9;
    font-size: 14px;
}
.searchBtn{
    height: 35px;
}
.search-clear{
    position: absolute;
    color: rgb(60,98,161);
    font-size: 24px;
    cursor: pointer;
    transform: rotate(45deg);
    right: 98px;
    top: 7px;
    display: none;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.search-box-head li {
    z-index: 666;
    font-size: 14px;
    margin-left: 6px;
}
.search_li_current {
    background: #88b7b3;
}
.text-nowrap {
    white-space: nowrap!important;
}

.search-box-head {
    position: absolute;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    left: 0px;
    background-color: #fff;
    z-index: 666;
    max-height: 500px;
    overflow-y: scroll;
}
.searchNav-warp {
    display: flex;
    align-items: center;
    max-width: 500px;
    height: 40px;
}
.searchNav {
    padding-left: 48px;
}
.searchNav li {
    float: left;
    line-height: 19px;
    padding-right: 8px;
}
.searchNav li a {
    color: #b9b9b9;
    font-size: 14px;
}
.input-right {
    display: flex;
    padding-top: 49px;
    justify-content: end;
}
.input-right div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}
.input-right .input-right-btn1 {
    margin-right: 10px;
    background: #88B7B3;
}
.input-right .input-right-btn2 {
    margin-left: 10px;
    border: 1px solid #88B7B3;
    color: #88B7B3;
    line-height: 38px;
}
/*-----------------------------------导航---------------------------------*/
.classify .navMore ul li a:hover {
    color: #88b7b3;
}
nav ul li .on {
    color: #88b7b3!important;
}
nav ul li s {
    display: block;
    float: right;
    width: 1px;
    height: 20px;
    margin-top: 11px;
}
nav .content {
    position: relative;
    padding-left: 210px;
    box-sizing: border-box;
    z-index: 2;
}
.classify {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    color: #fff;
    background: #fff;
    bottom: -447px;
    box-sizing: border-box;
    z-index: 1;
}

nav ul li h1{
    line-height: 40px;
}
.classify dl {
    background: #fff;
}
.classify dt {
    line-height: 40px;
    background: #88b7b3;
    color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 3px;
}

.classify dt a {
    color: #fff;
}
.classify dd {
    height: 50px;
    padding-left: 52px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E7;
}
.classify dd:hover .navTit {
    /*height: 50px;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #70aba7;
}
.classify dd:hover .navMore {
    display: block;
}
.classify .navTit {
    margin-left: -52px;
    border-radius: 0;
    padding-left: 52px;
}
.classify .navMore {
    position: absolute;
    left: 210px;
    top: 40px;
    background: #fff;
    padding: 30px;
    bottom: 0;
    width: 920px;
    overflow: auto;
    box-sizing: border-box;
    display: none;
    border: 1px solid #41759c;
    height: 450px;
}
.classify dd span {
    display: block;
    width: 20px;
    float: left;
    height: 20px;
    margin-top: 10px;
    margin-right: 14px;
}
.classify dd:nth-child(2) span {
    background: url(../img/icon1.png) no-repeat;
    background-size: cover;
}
.classify dd:nth-child(3) span {
    background: url(../img/icon2.png) no-repeat;
    background-size: cover;
}
.classify dd:nth-child(4) span {
    background: url(../img/icon3.png) no-repeat;
    background-size: cover;
}
.classify dd:nth-child(5) span {
    background: url(../img/icon4.png) no-repeat;
    background-size: cover;
}
.classify dd:nth-child(6) span {
    background: url(../img/icon5.png) no-repeat;
    background-size: cover;
}
.classify dd:nth-child(7) span {
    background: url(../img/icon6.png) no-repeat;
    background-size: cover;
}
.classify dd:nth-child(8) span {
    background: url(../img/icon7.png) no-repeat;
    background-size: cover;
}
.classify dd:nth-child(9) span {
    background: url(../img/icon8.png) no-repeat;
    background-size: cover;
}

.classify dd:nth-child(10) span {
    background: url(../img/icon9.png) no-repeat;
    background-size: cover;
}
.classify dd:nth-child(11) span {
    background: url(../img/icon10.png) no-repeat;
    background-size: cover;
}
.classify .navMore h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #696969;
}
.classify .navMore ul {
    height: auto;
}
.classify .navMore ul li {
    float: left;
    color: #2b2e39;
    background: url(../img/square.png) no-repeat left center;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    width: auto;
}
.classify .navMore ul li a {
    color: #636363;
}
.navMore ul li a {
    font-weight: normal;
}
.navpic {
    margin-top: 20px;
}
.navpic a:nth-child(1) {
    margin-right: 35px;
}
.navpic a {
    display: block;
    width: 47%;
    float: left;
}
.navpic a img {
    width: 100%;
    height: 100%;
}
nav ul li {
    float: left;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 12%;
}
nav ul li a {
    font-size: 16px;
    font-weight: 600;
}
.classify dt {
    cursor: pointer;
}
.classify dd a {
    font-size: 14px;
    color: #000;
    line-height: 45px;
    font-family: Microsoft YaHei;
}
.classify dd:hover:nth-child(2) .navTit span {
    background: url(../img/icon1act.png) no-repeat;
    background-size: cover;
}
.classify dd:hover:nth-child(3) .navTit span {
    background: url(../img/icon2act.png) no-repeat;
    background-size: cover;
}
.classify dd:hover:nth-child(4) .navTit span {
    background: url(../img/icon3act.png) no-repeat;
    background-size: cover;
}
.classify dd:hover:nth-child(5) .navTit span {
    background: url(../img/icon4act.png) no-repeat;
    background-size: cover;
}
.classify dd:hover:nth-child(6) .navTit span {
    background: url(../img/icon5act.png) no-repeat;
    background-size: cover;
}
.classify dd:hover:nth-child(7) .navTit span {
    background: url(../img/icon6act.png) no-repeat;
    background-size: cover;
}
.classify dd:hover:nth-child(8) .navTit span {
    background: url(../img/icon7act.png) no-repeat;
    background-size: cover;
}
.classify dd:hover:nth-child(9) .navTit span {
    background: url(../img/icon8act.png) no-repeat;
    background-size: cover;
}
.classify dd:hover:nth-child(10) .navTit span {
    background: url(../img/icon9act.png) no-repeat;
    background-size: cover;
}
.classify dd:hover:nth-child(11) .navTit span {
    background: url(../img/icon10act.png) no-repeat;
    background-size: cover;
}
.classify dd:hover .navTit a {
    color: #fff;
}

.home_left_fixed {
    width: 100px;
    /*left: 252px;*/
    left: 50vw;
    transform: translateX(-710px);
    z-index: 100;
    position: fixed;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}
.home_left_fixed .guanbi {
    width: 25px;
    position: fixed;
    cursor: pointer;
    z-index: 999999999;
    margin-top: 5px;
    text-align: center;
    display: none;
    padding: 2px;
}
.home_left_fixed img {
    width: 100%;
    height: 100%;
}
.home_left_fixed .guanbi p {
    background-color: #ffffff;
    color: #8f9098;
    font-size: 26px;
    position: relative;
    height: 22px;
    line-height: 20px;
}
.home_left_fixed:hover .guanbi{
    display: block !important;
}
@media (max-width: 1680px) {
    .home_left_fixed {
        /*left: 0px;*/
        /*transform: translateX(-682px);*/
    }
}
@media (max-width: 1600px) {
    .home_left_fixed {
        width: 82px;
        transform: translateX(-692px);
    }
}
@media (max-width: 1366px) {
    .home_left_fixed {
        left: 3px;
        width: 74px;
        transform:none;
    }
}
/*banner*/
.banner-container {
    width: 100%;
}
.banner-container .swiper-pagination-bullet {
    opacity: 0.6;
    background: #fff;
    width: 15px;
    height: 15px;
}
.banner-container .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.swiper-slide{
    /*display: flex;*/
}
.bannerOne img {
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 450px;
    width: auto;
}
.bannerOne {
    height: 450px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/*foot*/
.foot {
    background: #5e5e5e;
    padding-top: 20px;
}
.foot .content {
    text-align: center;
    margin-bottom: 20px;
}
.footTop {
    height: auto;
    text-align: left;
    margin-bottom: 46px;
}
.footBottom img {
    height: 35px;
    cursor: pointer;
}
.logoGary > img:nth-of-type(1) {
    padding-left: 0 !important;
    width: 42% !important;
}
.logoGary img {
    margin-right: 2%;
    float: left;
}
.footTopC dt {
    margin-bottom: 15px;
}
.footTopC dt a, .footTopR > p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.footTopC dd a {
    color: #d6d6d6;
    font-size: 14px;
    line-height: 34px;
    display: block;
    margin-right: 30px;
}

.foot > p {
    background: #4e4d4d;
    font-size: 14px;
    color: #cfcfcf;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0;
}
.logoGary {
    margin-right: 16%;
    width: 28%;
    flex-direction: column;
}

.footTopC {
    width: 14%;
    box-sizing: border-box;
    margin-top: 56px;
    flex-direction: column;
    align-items: start;
}

.footTopC dd a:hover {
    color: #88b7b3;
}
.footTopC dt a:hover {
    color: #88b7b3;
}
/**/

.rightNav {
    width: 60px;
    position: fixed;
    left: 50%;
    margin-left: 660px;
    top: 50%;
    margin-top: -125px;
    border-top: 1px solid #e6e6e6;
    display: none;
    z-index: 99;
}
.rightNavt {
    position: relative;
    z-index: 99;
}
@media (max-width: 1439px) {
    .rightNav{
        right: 0;
        left: unset;
    }
}
.rightNavt span, .rightNavb span {
    font-size: 30px;
    color: #8f9098;
}
.rightNavb:hover, .rightNavt:hover {
    background: #88b7b3;
}
.rightNavt p, .rightNavb p {
    font-size: 12px;
    line-height: 12px;
    color: #8f9098;
}
.rightNavt {
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    background: #fff;
    line-height: 24px;
    cursor: pointer;
}
.rightNavpic {
    position: absolute;
    background: #fff;
    width: 100px;
    border-radius: 5px;
    left: -107px;
    top: -10px;
    z-index: 9;
    border: 1px solid #e6e6e6;
}

.rightNavb:hover p, .rightNavb:hover span, .rightNavt:hover p, .rightNavt:hover span {
    color: #fff;
}
.rightNavpic img {
    width: 100%;
    height: auto;
}
.rightNavb {
    text-align: center;
    height: 52px;
    padding-top: 5px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #e6e6e6;
    line-height: 24px;
}
.v-no-result {
    width: 100%;
    text-align: center;
}

.selectcon a {
    display: block;
    float: left;
    font-size: 14px;
    padding: 0px 8px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
    margin-right: 8px;
}


/* 分页 */
.page{
    text-align: center;
    padding-top: 20px;
}
.page ul{
    display: inline-block;
}
.page ul li:last-child{
    padding: 0;
}
.page ul li{
    line-height: 34px;
    margin: 0 4px;
    float: left;
    height: 34px;
    border: 1px solid rgba(220, 220, 220, 1);
    background: rgba(255, 255, 255, 1);
    padding: 0 10px;
}
.page span:hover a,.page ul li:hover a, .page ul li:hover span, .page ul li:hover, .page .pagenumact a, .page .pagenumact {
    background: #88b7b3;
    border-color: #88b7b3;
    color: #fff;
}
.page ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.page ul li .layui-input{
    height: 32px;
    border: none;
    width: 60px;
}
/* 分页 end*/

.dates_hms li input.dlt_status{
    font-size: 13px;
}
.notAllowed{
    cursor: not-allowed !important;
}
/*弹框*/
.j-alert-box {
    text-align: center;
}
.j-alert-msg {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #88B7B3;
    margin-bottom: 20px;
}
.j-modal .j-btn {
    font-size: 16px;
    border-radius: 3px;
}
.j-btn {
    width: 238px;
    height: 38px;
    line-height: 38px;
    background: #88B7B3;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
.j-close{
    display: none;
}
.form-group.form-inline{
    position: relative;
}
.j-progress {
    display: none;
}
input[type=date]::-webkit-inner-spin-button { visibility: hidden; }
.clear_flag{
    font-size: 18px;
    margin-left: -30px;
    cursor: pointer;
    display: none;
}
.clear_flag_basic{
    width: 8px;
    font-size: 18px;
    cursor: pointer;
    display: none;
}
.close:hover{
    color: #88b7b3;
}
.span-require{
    color: #d81d25;
    margin-right: 10px;
    text-align: center;
}

/*蒙层*/
#ToastMask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    z-index: 201;
    display: none;
}
.ToastMask{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ToastMask_content{
    width: 374px;
    padding: 60px 68px 55px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ToastMaskImg{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background-image: url("../img/sp_close.png");
    background-repeat: no-repeat;
    display: none;
}
.ToastMaskImg:hover{
    background-image: url("../img/sp_close_on.png");
}
.ToastMaskText{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #88B7B3;
    line-height: 18px;
    margin-bottom: 20px;
}
.ToastMaskBtn{
    width: 238px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #88B7B3;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

/*供货蒙层*/
.j-warning {
    border: 1px dashed #d81d25;
    padding: 3px 15px;
    background: white;
    color: #d81d25;
    position: absolute;
    z-index: 300;
    top: 3px;
    left: 461px;
    width: 200px;
    opacity: 0;
}
.animation_run{
    animation: run 6s;
}
@keyframes run {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.j-warning:before {
    content: "\21E0 ";
    font-style: normal;
    speak: none;
    color: #d81d25;
    left: -24px;
    position: absolute;
    font-size: 25px;
}

#top_enquiry .j-warning{
    left: 518px !important;
}

.btndisabled{
    opacity: .7;
    cursor: not-allowed!important;
}
.must{
    font-size: 12px;
    color: red;
}


















