/*@font-face{*/
/*    font-family: 'siyuan-bold';*/
/*    src: url('../font/siyuan-bold.otf');*/
/*}*/
/*@font-face{*/
/*    font-family: 'siyuan-regular';*/
/*    src: url('../font/siyuan-regular.otf');*/
/*}*/
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #303033;
    font-family: siyuan-regular;
    background-color: #F6F7F9;
}
a {
    text-decoration: none;
    color: inherit;
}
input {
    outline: none;
}
.main-frame {
    width: 1200px;
    margin: 0 auto;
}


.main .header {
    width: 100%;
    background-color: #FFFFFF;
}
.header .main-frame {
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo {
    width: 225px;
}
.header .logo img {
    width: 100%;
}
.header .header_content .wrap {
    display: flex;
    align-items: center;
}
.header .header_content .ask_list {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #F5F5F5;
    background-color: #FAFAFA;
    cursor: pointer;
}
.header .header_content .ask_list .icon {
    width: 27px;
    height: 20px;
}
.header .header_content .ask_list .title {
    margin-left: 6px;
}
.header .header_content .ask_list .badge {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 100px;
    margin-left: 6px;
    background-color: #FF0000;
}
.header .header_content .wrap .tel {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.header .header_content .wrap .tel .icon {
    width: 24px;
    height: 24px;
}
.header .header_content .wrap .tel .tel_con {
    font-family: siyuan-bold;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    color: #002667;
    margin-left: 10px;
}
.header .header_content .wrap .tel .tel_con span:last-child {
    display: none;
}
.header .header_content .nav_list {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin-top: 20px;
}
.header .header_content .nav_list .nav_item {
    width: 108px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
}
.header .header_content .nav_list .nav_active {
    color: #FFFFFF;
    background-color: #089CEC;
}

.main .search {
    width: 940px;
    margin: 35px auto 0;
}
.search .search_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search .search_wrap .search_title {
    color: #089CEC;
    font-size: 20px;
}
.search .search_wrap .search_comp {
    display: flex;
}
.search .search_wrap .search_comp .search_ipt {
    width: 700px;
    color: #BDBEBF;
    padding: 16px;
    margin-left: 14px;
    border-radius: 4px 0 0 4px;
    border: 2px solid #089CEC;
}
.search .search_wrap .search_comp .search_btn {
    width: 102px;
    height: 51px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    background-color: #089CEC;
}
.search .search_wrap .search_comp .search_btn:hover {
    background-color: #078fdb;
}
.search .search_keyword {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-left: 120px;
    margin-top: 20px;
    margin-right: 20px;
}
.search .search_keyword .keyword_item {
    cursor: pointer;
    color: #999696;
    margin-right: 20px;
}
.search .search_keyword .keyword_hot {
    color: #D50028;
}

.main .floating {
    position: fixed;
    top: calc(50% - 135px);
    right: 0;
    width: 80px;
    height: 270px;
    background: rgba(0, 0, 0, .3);
    border-radius: 12px;
    z-index: 100;
}
.floating .floating_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #D3D3D3;
    padding: 16px 0;
    cursor: pointer;
}
.floating .floating_item:hover > .floating_content {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.floating .floating_item:last-child {
    border-bottom: 0;
}
.floating .floating_item .cart {
    position: relative;
}
.floating .floating_item .cart .badge {
    position: absolute;
    top: -6px;
    left: -10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 100px;
    margin-left: 6px;
    background-color: #FF0000;
}
.floating .floating_item .icon {
    width: 32px;
    height: 32px;
}
.floating .floating_item .title {
    color: #FEFEFE;
    font-size: 14px;
}
.floating .floating_item .floating_content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -270px;
    width: 270px;
    height: 290px;
}
.floating .floating_item .floating_content .content_wrap {
    position: relative;
    width: 250px;
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0 12px 16px 0 rgba(71, 71, 97, 0.5);
    border-radius: 6px;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.floating .floating_item .floating_content .content_wrap .content_badge {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #FFFFFF;
    border-bottom: 5px solid transparent;
}
.floating .floating_item .floating_content .content_wrap .content_title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #244493;
    border-bottom: 1px solid #F6F7F9;
    padding-bottom: 10px;
}
.floating .tel .floating_content {
    top: -10px;
    left: -300px;
    width: 300px;
    height: 400px;
}
.floating .tel .floating_content .content_wrap {
    width: 280px;
    height: 400px;
}
.floating .tel .floating_content .content_badge {
    top: 50px;
    right: -10px;
}
.floating .tel .floating_content .content_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.floating .tel .floating_content .content_tel .tel_item {
    font-size: 14px;
    color: #474747;
    margin-top: 10px;
}
.floating .tel .floating_content .content_tel .tel_item span:last-child {
    display: none;
}
.floating .tel .floating_content .content_tel .tel_qrcode {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}
.floating .cart .floating_content {
    top: -95px;
}
.floating .cart .floating_content .content_badge {
    bottom: 145px;
    right: -10px;
}
.floating .cart .floating_content .content_cart .cart_item {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
}
.floating .cart .floating_content .content_cart .cart_item .item_img {
    width: 50px;
    height: 50px;
    background-color: #000;
}
.floating .cart .floating_content .content_cart .cart_item .item_name {
    width: 146px;
    color: #089CEC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.floating .message .floating_content {
    bottom: -10px;
}
.floating .message .floating_content .content_badge {
    bottom: 50px;
    right: -10px;
}
.floating .message .floating_content .content_message {
    bottom: 50px;
    right: -10px;
}
.floating .message .floating_content .content_message input, .content_message textarea {
    width: 100%;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #E4E5EB;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 10px;
    outline: none;
}
.floating .message .floating_content .content_message textarea {
    height: 80px;
}
.floating .message .floating_content .content_message button {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0;
    background-color: #177EDE;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.main .footer {
    width: 100%;
    padding: 50px 0;
    background-color: #393C42;
    background-image: url("../images/bottom_logo.png");
    background-repeat: no-repeat;
    background-size: 880px 210px;
    background-position: right bottom;
}
.footer .footer_content {
    display: flex;
    justify-content: space-between;
}
.footer .footer_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 120px;
}
.footer .footer_nav .nav_item {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 36px;
}
.footer .footer_nav .nav_item:first-child {
    margin-top: 0;
}
.footer .footer_connect {
    display: flex;
    flex-direction: column;
}
.footer .footer_connect .connect_title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: siyuan-bold;
}
.footer .footer_connect .connect_item {
    display: flex;
    align-items: flex-end;
    align-items: center;
    margin-top: 20px;
}
.footer .footer_connect .connect_item .icon {
    width: 24px;
    height: 24px;
}
.footer .footer_connect .connect_item .desc {
    width: 470px;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 12px;
}
.footer .footer_connect .connect_item .desc span:last-child {
    display: none;
}
.footer .footer_qrcode {
    display: flex;
    justify-content: space-between;
    width: 400px;
}
.footer .footer_qrcode .wechat_qrcode, .footer .footer_qrcode .weibo_qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .footer_qrcode .qrcode {
    width: 164px;
    height: 164px;
    background-color: #FFFFFF;
}
.footer .footer_qrcode .title {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 16px;
}
.footer .footer_copyright {
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}
.footer .footer_copyright a {
    margin-left: 6px;
}


.category_one {
    position: relative;
    width: 240px;
}
.category_one:before {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 1px;
    height: 100%;
    border-right: 1px dotted #8D9F9F;
}
.category_one .category_title {
    font-family: siyuan-bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url("../images/index_category_back.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.category_one .category_title .icon {
    width: 18px;
    height: 16px;
}
.category_one .category_title .title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 10px;
}
/*.category_one .category_list .category_item {*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    font-size: 14px;*/
/*    color: #FFFFFF;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 0 20px;*/
/*    box-sizing: border-box;*/
/*    border-bottom: 1px solid rgba(255, 255, 255, .2);*/
/*    background-color: #089CEC;*/
/*    cursor: pointer;*/
/*}*/
.category_one .category_list .category_item .item_name {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background-color: #089CEC;
    cursor: pointer;
}
.category_one .category_list .category_active {
    color: #089CEC;
    background-color: #FFFFFF;
}
.category_one .category_list .category_item:last-child {
    border-bottom: 1px solid #089CEC;
}
.category_one .category_list .category_item .item_name:hover {
    color: #089CEC;
    background-color: #FFFFFF;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.category_one .category_list .category_item .item_name .icon {
    width: 6px;
    height: 12px;
}
.category_one .category_list .category_item .item_name .hover {
    display: none;
}
.category_one .category_list .category_active .hover {
    display: block;
}
.category_one .category_list .category_item .item_name:hover > .icon {
    display: none;
}
.category_one .category_list .category_item .item_name:hover > .hover {
    display: block;
}
.category_one .category_list .category_item .category_item_hover {
    color: #089CEC;
    background-color: #FFFFFF;
}
.category_one .category_list .category_item .category_item_hover > .hover {
    display: block;
}
.category_one .category_list .category_item .item_child {
    visibility: hidden;
    opacity: 0;
    /*transition: all 0.2s;*/
    /*-moz-transition: all 0.2s; !* Firefox 4 *!*/
    /*-webkit-transition: all 0.2s; !* Safari and Chrome *!*/
    /*-o-transition: all 0.2s; !* Opera *!*/
    position: absolute;
    top: 0;
    right: -960px;
    width: 960px;
    /*height: calc(100% - 3px);*/
    color: #323232;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #089CEC;
    background-color: #F9F9F9;
    box-shadow: 0 6px 8px 0 rgba(71, 71, 97, 0.2);
    padding: 10px 0;
    z-index: 99;
}
/*.category_one .category_list .category_item:hover > .item_child {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    transition: all 0.5s;*/
/*    -moz-transition: all 0.5s; !* Firefox 4 *!*/
/*    -webkit-transition: all 0.5s; !* Safari and Chrome *!*/
/*    -o-transition: all 0.5s; !* Opera *!*/
/*}*/
.category_one .category_list .category_item .item_child_hover {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.category_one .item_child .child_category {
    width: 780px;
    height: 100%;
    margin-left: 10px;
    padding-right: 10px;
    overflow: auto;
}
.category_one .item_child .child_category::-webkit-scrollbar {
    width: 4px;
}
.category_one .item_child .child_category::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #E4E4E4;
}
.category_one .item_child .child_category::-webkit-scrollbar-track {
    background-color: #F9F9F9;
}
.category_one .item_child .child_category .child_category_item {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px dotted #8D9F9F;
}
.category_one .item_child .child_category .child_category_item:last-child {
    border-bottom: 0;
}
.category_one .item_child .child_category .child_category_item .child_title {
    width: 110px;
    display: flex;
    justify-content: space-between;
}
.category_one .item_child .child_category .child_category_item .child_title .title {
    width: 90px;
    text-align: end;
    font-family: siyuan-bold;
    font-weight: bold;
}
.category_one .item_child .child_category .child_category_item .child_title .icon {
    width: 20px;
    text-align: center;
}
.category_one .item_child .child_category .child_category_item .child_list {
    width: 650px;
}
.category_one .item_child .child_category .child_category_item .child_list .child_item {
    padding: 2px 10px 2px 10px;
    margin-bottom: 10px;
    line-height: 24px;
    border-left: 2px solid #089CEC;
}
.category_one .item_child .child_category .child_category_item .child_list .child_active {
    color: red;
}
.category_one .item_child .child_product {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.category_one .item_child .child_product .product_item {
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background-color: #FFFFFF;*/
}
.category_one .item_child .child_product .product_item .item_img {
    width: 130px;
    height: 100px;
    object-fit: cover;
}
.category_one .item_child .child_product .product_item .item_name {
    margin-top: 10px;
}


.category_two {
    position: relative;
    width: 200px;
}
.category_two:before {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 1px;
    height: 100%;
    border-right: 1px dotted #8D9F9F;
}
.category_two .category_child {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E4E4;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.category_two .category_child .child_item {
    display: block;
    padding: 12px 30px;
    font-size: 14px;
    cursor: pointer;
}
.category_two .category_child .child_item_active {
    position: relative;
    color: #0544B1;
    background-color: #F9F9F9;
}
.category_two .category_child .child_item_active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #2CD8F2;
}

.category_two .category_product {
}
.category_two .category_product .category_title {
    font-family: siyuan-bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url("../images/index_category_back.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.category_two .category_product .category_title .icon {
    width: 18px;
    height: 16px;
}
.category_two .category_product .category_title .title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 10px;
}
.category_two .category_product .category_list .category_item .item_name {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #089CEC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #F9f9f9;
    background-color: #FFFFFF;
    cursor: pointer;
}
.category_two .category_product .category_list .category_item .item_name:last-child {
    border-bottom: 1px solid #F9f9f9;
}
.category_two .category_product .category_list .category_item .item_name:hover {
    color: #FFFFFF;
    background-color: #089CEC;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.category_two .category_product .category_list .category_item .item_name .icon {
    width: 6px;
    height: 12px;
}
.category_two .category_product .category_list .category_item .item_name .hover {
    display: none;
}
.category_two .category_product .category_list .category_item .item_name:hover > .icon {
    display: none;
}
.category_two .category_product .category_list .category_item .item_name:hover > .hover {
    display: block;
}
.category_two .category_product .category_list .category_item .category_item_hover {
    color: #FFFFFF!important;
    background-color: #089CEC!important;
}
.category_two .category_product .category_list .category_item .item_child {
    visibility: hidden;
    opacity: 0;
    /*transition: all 0.2s;*/
    /*-moz-transition: all 0.2s; !* Firefox 4 *!*/
    /*-webkit-transition: all 0.2s; !* Safari and Chrome *!*/
    /*-o-transition: all 0.2s; !* Opera *!*/
    position: absolute;
    top: 0;
    right: -1000px;
    width: 1000px;
    /*height: calc(100% - 3px);*/
    color: #323232;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #F9f9f9;
    background-color: #F9F9F9;
    box-shadow: 0 6px 8px 0 rgba(71, 71, 97, 0.2);
    z-index: 99;
    padding: 10px 0;
    box-sizing: border-box;
}
/*.category_two .category_product .category_list .category_item:hover > .item_child {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    transition: all 0.5s;*/
/*    -moz-transition: all 0.5s; !* Firefox 4 *!*/
/*    -webkit-transition: all 0.5s; !* Safari and Chrome *!*/
/*    -o-transition: all 0.5s; !* Opera *!*/
/*}*/
.category_two .category_product .category_list .category_item .item_child_hover {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.category_two .category_product .item_child .child_category {
    width: 800px;
    height: 100%;
    margin-left: 10px;
    padding-right: 10px;
    overflow: auto;
}
.category_two .category_product .item_child .child_category::-webkit-scrollbar {
    width: 4px;
}
.category_two .category_product .item_child .child_category::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #E4E4E4;
}
.category_two .category_product .item_child .child_category::-webkit-scrollbar-track {
    background-color: #F9F9F9;
}
.category_two .category_product .item_child .child_category .child_category_item {
    display: flex;
    padding: 6px 0;
    border-bottom: 1px dotted #8D9F9F;
}
.category_two .category_product .item_child .child_category .child_category_item:last-child {
    border-bottom: 0;
}
.category_two .category_product .item_child .child_category .child_category_item .child_title {
    width: 110px;
    display: flex;
    justify-content: space-between;
}
.category_two .category_product .item_child .child_category .child_category_item .child_title .title {
    width: 90px;
    text-align: end;
    font-family: siyuan-bold;
}
.category_two .category_product .item_child .child_category .child_category_item .child_title .icon {
    width: 20px;
    text-align: center;
}
.category_two .category_product .item_child .child_category .child_category_item .child_list {
    width: 650px;
}
.category_two .category_product .item_child .child_category .child_category_item .child_list .child_item {
    padding: 2px 10px 2px 10px;
    margin-bottom: 10px;
    line-height: 24px;
    border-left: 2px solid #089CEC;
}
.category_two .category_product .item_child .child_category .child_category_item .child_list .child_active {
    color: red;
}
.category_two .category_product .child_product {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.category_two .category_product .child_product .product_item {
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}
.category_two .category_product .child_product .product_item .item_img {
    width: 130px;
    height: 100px;
    object-fit: cover;
}
.category_two .category_product .child_product .product_item .item_name {
    margin-top: 10px;
}

.pagination, .pagination li {
    list-style:none;
}
.pagination {
    display: flex;
}
.pagination > li:last-child a, .pagination > li:first-child a, .pagination > li:last-child span, .pagination > li:first-child span {
    display: block;
    width: 64px;
    font-size: 26px;
}
.pagination > li a, .pagination > li span {
    display: block;
    width: 34px;
    height: 32px;
    text-align: center;
    border: 1px solid #D7D9DB;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}
.pagination > li a {
    color: #089CEC;
}
.pagination li {
    margin-right: 10px;
}
.pagination li:last-child {
    margin-right: 0;
}