@charset "utf-8";

/* CSS Document */
*{ margin:0; padding:0;}

body{ color:#000; font-size:12px; line-height:22px; font-family:"Microsoft YaHei"; min-width: 1200px;}
body.on{
    background: url("../images/index_bj.jpg") no-repeat center center fixed;
    background-size: cover !important;
}
ul,li{ list-style:none; margin-bottom: 0;}
img{ border:none; display:inline-block;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none; }
i,em{ font-style:normal;}
dl,dd,p{ margin-bottom: 0;}
input,textarea,select{ outline:none; font-family:"Microsoft YaHei";}
h1,h2,h3,h4,h5,h6{ font-style:normal; font-weight:normal; list-style:none; margin-bottom: 0;}
.clear{ clear:both;}
:root{
    --vp-layout-max-width: 1440px;
    --vp-sidebar-width: 272px;
}

/*美化滚动条*/

/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
    width:6px;
    height:9px;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color:#dddddd;
    background-clip:padding-box;
    min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
}


.container-fluid:after{ content: ""; display: block; clear: both;}
.container:after{ content: ""; display: block; clear: both;}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
header.on{
    border-bottom: solid 1px #e2e2e3;
    background: #ffffff;
}
header.on .header_left_search{
    border: solid 1px transparent;
    background: #f6f6f7;
}
header.on .header_left_search:hover{
    border-color: rgba(0,0,0,0.11);
}
header.on .header_left_search i{
    color: #3c3c43;
}
header.on .header_left_search input{
    color: #3c3c43;
}
header.on .header_left_search input::placeholder{
    color: #3c3c43;
}

.navTwo_wap{
    display: none;
}

.container_m{
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    /*height:64px;*/
    margin: 0 auto;
    /*pointer-events: none;*/
}
.header_left{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_left a{
    display: flex;
    align-items: center;
}
.header_left img{
    height: 39px;
    margin-right: 8px;
}
.header_left_search{
    margin-left: 62px;
    background: rgba(0,0,0,0.11);
    border: solid 1px transparent;
    height: 40px;
    padding: 0 10px 0 12px;
    border-radius: 8px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}

.header_left_i{
    margin-right: 6px;
    color: #ffffff;
    font-weight: bold;
    background: none;
    border: none;
}

.header_left_search input{
    width: 180px;
    padding: 0 5px;
    border: none;
    background: none;
    height: 38px;
}
.header_left_search input::placeholder{
    color: #ffffff;
    font-size: 14px;
}
.header_left_search input{
    font-size: 14px;
    color: #ffffff;
}

.header_left_ctrl{
    border: solid 1px #e2e2e3;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    color: #666666;
}


/*导航*/
.head_nav{ float: right; }
.head_nav ul{
    padding-left: 0;
}
.head_nav ul li{
    float: left;
    margin: 0 15px;
    text-align: center;
    position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head_nav ul li .navA{
    height: 64px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.head_nav ul li .navA a{
    line-height: 64px;
    color: #3c3c43;
    font-size:14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;

}
.head_nav ul li .navA a img{
    width: 14px;
    margin-right: 6px;
}
.head_nav ul li .navA span{ font-size: 12px; text-transform: uppercase;}
.head_nav ul li.on .navA a{color:rgba(60,60,67,0.78);}
.head_nav ul li.on .navA:after{ content: ""; width: 100%; opacity: 1;}
.head_nav ul li:hover .navA a,.head_nav ul li:hover .navA span{ color:rgba(60,60,67,0.78);}


.head_nav ul li .top_down{
    margin-left: 7px;
}

.head_nav ul li .navTwo{
    position: absolute;
    right: 0;
    top: 80%;
    width: 200px;
    text-align: center;
    background: #ffffff;
    z-index: 9;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    border: solid 1px #e2e2e3;
    border-radius: 10px;
    padding: 12px;
}
.head_nav ul li .navTwo dd{
    margin-bottom: auto;
    padding: 0 12px;
    text-align: left;
}
.head_nav ul li .navTwo a{
    font-size: 14px !important;
    line-height: 36px !important;
    color: #3c3c43;
    display: block;
    font-weight: bold;
}
.head_nav ul li .navTwo dd:hover a{
    color: #3681DE;
}

.head_nav ul li:hover .navTwo{
    opacity:1;
    visibility:inherit;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
}

.head_li_hx span{
    display: none;
}
.head_li_hx{
    padding-left: 16px;
    margin: 0 !important;
    margin-left: 15px !important;
}
.head_li_hx:after{
    content: "";
    width: 1px;
    height: 30%;
    position: absolute;
    left: 0;
    top: 35%;
    background: #999999;
}

.list_main .head_li_hx:after{
    background: #e2e2e3;
}
.list_main .sidebar-wrapper{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    width: calc(100vw - 64px);
    max-width: 320px;
    padding: 32px 32px 96px;
    overflow: hidden auto;
    background-color: #f6f6f7;
    opacity: 0;
    transition: opacity .25s ease, background-color .25s ease, box-shadow .25s ease, transform .5s cubic-bezier(.19,1,.22,1);
    transform: translate(-100%);
    scrollbar-width: thin;
}

.index_bk_div{
    width: 100%;
    text-align: center;
    padding-top: 320px;
    padding-bottom: 320px;
}

.index_bk_nav{
    width: 100%;
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_bk_nav dd{
    background: #3681DE;
    height: 40px;
    padding: 0 25px;
    border-radius: 20px;
    line-height: 40px;
    margin: 0 12px;
}
.index_bk_nav dd a{
    color: #ffffff;
    font-size: 14px;
    display: block;
}
.index_bk_nav dd:hover{
    opacity: 0.8;
}
.index_bk{
    display: inline-block;
}

/*footer*/
footer{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 0;
}
.footer_div{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}


.nyon{
    /*background: -moz-linear-gradient(45deg, #f6f6f7 50%, #ffffff 40%);
    background: -ms-linear-gradient(45deg, #f6f6f7 50%, #ffffff 40%);
    background: -webkit-linear-gradient(45deg, #f6f6f7 50%, #ffffff 40%);
    background: -o-linear-gradient(45deg, #f6f6f7 50%, #ffffff 40%);
    background: linear-gradient(90deg, #f6f6f7 50%, #ffffff 50%);*/
    background: #ffffff;
}


/*产品列表*/
.list_main{
    /*padding-top: 64px;*/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.nav-wrapper{
    height: 64px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.has-sidebar{
    height: 64px;
    position: relative;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
}
.list_main .has-sidebar .con{
    max-width: 100%;
    height: 64px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.list_main .has-sidebar .con_nav{
    flex-grow:1;
}
.curtain_b{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    background: #ffffff;
}

.list_main .has-sidebar .con_nav .header_left_search{
    margin-left: 32px;
    background: #f6f6f7;
}
.list_main .has-sidebar .con_nav .header_left_search:hover{
    background: #f6f6f7;
    border-color:#5086a1;
}
.list_main .header_left_search .header_left_i i{
    color: rgba(60,60,67,1);
}
.list_main .header_left_search input{
    color: rgba(60,60,67,1);
}
.list_main .header_left_search input::placeholder{
    color: rgba(60,60,67,1);
}



.top_logo{
    width: 100%;
    height: 100%;
    border-bottom: solid 1px #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}





.list_left{
    height: calc(100vh - 64px);
    width: 16%;
    padding-top: 10px;
    overflow-y: auto;
    padding-right: 5px;
    overflow-x: hidden;
}
.list_left_ul{
    width: 90%;
}
.list_left_ul dd{
    border-bottom: 1px solid #e2e2e3;
    padding-bottom: 10px;
    padding-top: 10px;
}
.list_left_ul dd:last-child{
    border-bottom: none;
}
.list_left_name{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    line-height: 32px;
    color: #3c3c43;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.list_left_name i{
    font-size: 12px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotate(360deg);
}
.list_left_name:hover i{
    color: #000000;
}
.list_left_name.cross i{
    transform: rotate(270deg);
}

.list_left_lists{
    width: 100%;
}
.list_left_lists ul{
    padding-left: 0;
}
.list_left_lists ul li{
    width: 100%;
    padding: 4px 0;
}


.list_left_lists ul li a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(60,60,67,0.78);
}
.list_left_lists ul li:hover a{
    color: #5086a1;
}
.list_left dd{
    border-bottom: 1px solid #e2e2e3;
    padding: 10px 0;
}

.list_left_lists ul li.on a{
    color: #5086a1;
}




.list_right{
    width: 84%;
    padding: 32px;
    background: #ffffff;
    height: calc(100vh - 64px);
    overflow: hidden;
}
.list_right_div{
    width: 105%;
    height:100%;
    overflow-y: auto;
    padding-right: 32px;
}
.list_right_title{
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
.list_right_qtinfo{
    width: 100%;
    border-bottom: solid 1px #e2e2e3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 15px;
    padding-bottom: 8px;
    font-size: 14px;
    color: rgba(60,60,67,0.56);
}

.list_show_li{
    width: 100%;
    border-bottom: solid 1px #e2e2e3;
}
.list_show_name{
    width: 100%;
    margin: 48px 0 16px;
    font-size: 24px;
    line-height: 32px;
}

.list_show_nrq{
    width: 100%;
    padding: 16px 0;
    color: #3c3c43;
    font-size: 14px;
    line-height: 28px;
}
.list_show_nrq img{
    max-width: 100%;
}

.list_show_page{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 24px;
}
.list_page_li{
    width: 48%;
    border: solid 1px #e2e2e3;
    border-radius: 10px;
    padding: 11px 16px 13px;
}
.list_page_li span{
    display: block;
    width: 100%;
    color: #3c3c43;
    font-size: 12px;
}
.list_page_li a{
    color: #5086a1;
    font-size: 14px;
    line-height: 20px;
}
.list_show_page .list_page_li:nth-child(2){
    text-align: right;
}


.show_right_info{
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%;
}
.plume-footer{
    position: relative;
    z-index: 8;
    padding: 24px;
    border-top: 1px solid #e2e2e3;
    transition: all .25s ease;
    margin-top: 20px;
}
.plume-footer .plume-footer-con{
    max-width:1440px;
    margin: 0 auto;
    text-align: center;
    color: rgba(60, 60, 67, .78);
    transition: color .25s ease;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.show_ts_a{
    width: 100%;
    padding: 16px 16px 8px;
    border-radius: 8px;
    line-height: 24px;
    background:rgba(244, 63, 94, .14);
    margin-top: 30px;
    font-size: 14px;
}
.show_ts_a p{
    margin-bottom: 5px;
}
.show_ts_a a{
    color: #d5393e;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.hint-container-title{
    width: 100%;
    font-weight: 600;
    color: rgba(60, 60, 67);
    margin-bottom: 20px;
}

.show_ts_b{
    width: 100%;
    padding: 16px 16px 8px;
    border-radius: 8px;
    line-height: 24px;
    background:rgba(131, 208, 218, .314);
    margin-top: 30px;
    font-size: 14px;
}
.show_ts_b ul{
    padding-left: 20px;
    margin: 15px 0;

}
.show_ts_b ul li{
    list-style-type: disc;
    line-height: 30px;
    color: rgba(60, 60, 67);
}
.show_ts_b p{
    margin-bottom: 5px;
}
.show_ts_b a{
    color: #d5393e;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.hint-container-title{
    width: 100%;
    font-weight: 600;
    color: rgba(60, 60, 67);
    margin-bottom: 20px;
}

.show_ts_c{
    width: 100%;
    border-radius: 8px;
    line-height: 24px;
    font-size: 14px;
}
.show_ts_c ul{
    padding-left: 20px;
    margin: 15px 0;

}
.show_ts_c ul li{
    list-style-type: disc;
    line-height: 30px;
    color: rgba(60, 60, 67);
}

.list_show_nrq_s{
    width: 100%;
    color: #3c3c43;
    font-size: 14px;
    line-height: 28px;
}


.list_show_nrq table{
    display: block;
    margin: 20px 0;
    overflow-x: auto;
    border-collapse: collapse;
}
.list_show_nrq tr {
    background-color: #fff;
    border-top: 1px solid #e2e2e3;
    transition: .25s ease;
    transition-property: background-color, border-top;
}

.list_show_nrq th, .list_show_nrq td {
    padding: 8px 16px;
    border: 1px solid #e2e2e3;
    transition: border .25s ease;
}
.list_show_nrq th {
    font-size: 14px;
    font-weight: 600;
    color: rgba(60, 60, 67, .78);
    text-align: left;
    background-color: #f6f6f7;
    transition: .25s ease;
    transition-property: color, background-color, border;
}

.list_show_tt{
    width: 100%;
    font-weight: 600;
    font-size: 16px;
}


.list_show_tt.on{
    margin-top: 30px;
}

/*搜索*/

