*{
    box-sizing: border-box;
}
body{
    margin: 0;
    font-size: 12px;
    font-family: "微软雅黑";
    min-width: 1200px;
    background: #fff;
}
input, textarea {
    resize: none;
    outline: 0;
    box-sizing: content-box;
    border: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
    font-style: normal;
}
i{
    font-style: normal;
}
p{
    margin: 0;
}
img {
    border: 0;
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.ellipsis_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.w{
    width: 1200px;
    margin: 0 calc(50% - 600px);
}
.d-flex{
    display: flex;
    align-items: center;
}
.just-content-between{
    justify-content: space-between;
}
.header{
    display: none;
}
.header a {
    display: block;
    float: left;
    margin-left: 64px;
    width: 60px;
}
.header a p {
    font-size: 12px;
    color: #2b2b2b;
    text-align: center;
    margin-top: 8px;
    white-space: nowrap;
    width: 100px;
    margin-left: -20px;

}
.header a div{
    width: 60px;
    height: 60px;
    border-radius: 12px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 36px;
}
.youxuan_logo {
    display: block;
    float: left;
}
.header_zhiyao{
    width: 60px;
    height: 60px;
    border-radius: 12px;
}


/*--------------------分割线-------------------*/
.top {
    height: 40px;
    width: 100%;
    background-color: #e3e4e5;
    z-index: 100;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.top_middle {
    display: inline-block;
}
#login_container{
    height: 100%;
}
.top_middle span {
    display: inline-block;
    line-height: 30px;
    padding: 5px 0;
    font-size: 14px;
    color: #333333;
}
.top_middle a {
    display: inline-block;
    line-height: 30px;
    padding: 5px 0;
    font-size: 14px;
    color: #999999;
}
.top_right {
    float: right;
    list-style: none;
    margin: 0;
}
.fixtop .w1200 > a:hover {
    color: #f49e15;
}
.fix_nav_right:hover .top_right_phone_hide{
    display: block;
}
.vendor_page_cont_group .active span {
    background-color: #FF9933 !important;
    color: #ffffff !important;
}
.top_right li {
    float: left;
    line-height: 40px;
    position: relative;
    margin-right: 2px;
}
.top_right li::after {
    position: absolute;
    right: -2px;
    width: 2px;
    height: 14px;
    background-color: #b7b7b7;
    content: "";
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
}
.top_right li:last-child::after{
    color: transparent;
    display: none;
}

.top_right_link {
    line-height: 30px;
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
    color: #999999;
    width: 92px;
    text-align: center;
}
.top_right li:last-child .top_right_link{
    width: unset !important;
    margin-left: 20px;
}
.top_right_jianicon{
    transform: rotate(90deg);
    display: inline-block;
    font-size: 9px;
}
.top_middle a:hover, .top_right a:hover {
    color: #456598;
}
.top_right_show:hover {
    background-color: #fbfbfb;
    border: 1px solid #d3d3d3;
    border-bottom: 1px solid #fbfbfb;
}
.top_right_hide {
    width: 240px;
    background-color: #fbfbfb;
    border: 1px solid #d3d3d3;
    height: auto;
    position: absolute;
    top: 37px;
    left: 0;
    padding: 15px;
    display: none;
    box-sizing: border-box;
    cursor: auto;
    z-index: 99;
}
.top_right_hide a {
    width: 100px;
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #a9a9a9;
    margin-right: 15px;
    line-height: 20px;
    margin: 5px 0;
}
.top_right_hide a:nth-child(2n) {
    margin-right: 0;
}
.top_right_phone:hover .top_right_phone_hide {
    display: block;
}
.top_right_phone_hide {
    position: absolute;
    width: 250px;
    height: 429px;
    background: red;
    background: url(../img/phone_bg.png) no-repeat 50% 50%;
    background-size: 250px 429px;
    top: 34px;
    right: 0;
    z-index: 99;
    display: none;
}
.top_right_phone_hide_item {
    padding: 0 10px;
    margin-top: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}
.top_right_phone_hide_item:nth-last-child(1) {
    border-bottom: none;
}
.top_right_phone_hide_item_left {
    float: left;
}
.top_right_phone_hide_item_left img {
    width: 116px;
    height: 116px;
}
.top_right_phone_hide_item_right {
    float: right;
    text-align: left;
    font-size: 12px;
    color: #333;
    width: 108px;
}
.top_right_phone_hide_item_right h2 {
    font-size: 12px !important;
    color: #333 !important;
    line-height: 25px;
}
.top_right_phone_hide_item_right h3 {
    font-size: 12px;
    color: #e68434;
    line-height: 25px;
}
.top_right_show:hover .top_right_hide {
    display: block;
}

/*--------------------分割线-------------------*/
.floor-menu {
    position: fixed;
    z-index: 88;
    left: 50%;
    margin-left: 617px;
    top: 400px;
    border: 1px solid #ddd;
    transition: all .5s;
}
@media (max-width: 1400px){
    .floor-menu {
        right: 0;
        left: unset;
    }
}
.floor-menu li {
    background-color: #fff;
    border-bottom: 2px solid #f4f4f4;
    list-style: none;
    cursor: pointer;
}
.floor-menu li a {
    padding: 10px;
    display: block;
}

.QRCodeInSidebar {
    position: absolute;
    width: 0;
    overflow: hidden;
    transition: all .3s;
    right: 61px;
    top: -1px;
}
.QRCodeInSidebar1 {
    position: absolute;
    width: 0;
    overflow: hidden;
    transition: all .3s;
    right: 61px;
    top: 121px;
}
.QRCodeInSidebar2 {
    position: absolute;
    width: 0;
    overflow: hidden;
    transition: all .3s;
    right: 61px;
    top: 0;
}
#side1:hover .QRCodeInSidebar2{
    width: 145px !important;
}
#side3:hover .QRCodeInSidebar{
    width: 145px !important;
}
#side2:hover .QRCodeInSidebar1{
    width: 145px !important;
}
.floor-menu li.active a span {
    color: #f49e15;
}
.floor-menu li a span {
    text-align: center;
    display: block;
    color: #2d2d2d;
    width: 38px;
    height: 38px;
    line-height: 19px;
    font-size: 14px;
}
.wechat1, .wechat3 {
    width: 145px;
    height: 145px;
    background-size: cover;
    display: inline-block;
}
.wechat3 {
    background-image: url(../img/code1.png);
}
.wechat1 {
    background-image: url(../img/code4.png);
}
.wechat2 {
    width: 145px;
    height: 175px;
    background-size: cover;
    display: inline-block;
    background-image: url(../img/code5.png);

}
.floor-menu li a {
    padding: 10px;
    display: block;
}
.floor-menu li.active a span {
    color: #f49e15;
}
.floor-menu li:hover {
    background-color: #f49e15;
}
.floor-menu li:hover a span {
    color: #fff !important;
}

/*--------------------分割线-------------------*/
.search {
    width: 100%;
    height: auto;
    background-color: #fff;
}
.search_cont {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 45px;
}
.search_logo {
    display: inline-block;
    float: left;
}
.search_middle {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    margin-top: 10px;
}
.search_middle_top {
    width: 460px;
    height: 38px;
    border: 2px solid #c3c3c3;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
}
.search_middle_top_drop {
    position: absolute;
    box-sizing: border-box;
    border-right: transparent;
    border-bottom: transparent;
    border: none;
    z-index: 99;
}
.search_middle_top_drop_show {
    width: 75px;
    left: 0;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    border-right: 2px solid #c3c3c3;
}
.search_middle_top_drop_show span {
    font-size: 15px;
    color: #999999;
    display: inline-block;
    line-height: 35px;
    padding: 0 5px 0 10px;
}
.search_middle_top_drop_hide {
    width: 72px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    top: 35px;
    display: none;
    background-color: #fff;
    border-radius: 5px;
}
.search_middle_top_drop_hide span:hover {
    color: #f49e15;
    background-color: #f2f2f2;
}
.search_middle_top_drop:hover .search_middle_top_drop_hide{
    display: block !important;
}
.search_middle_top_drop_hide span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    line-height: 30px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}
.search_middle_top_input {
    width: 280px;
    margin-left: 88px;
    font-size: 14px;
    color: #333333;
    height: 89%;
    margin-top: 2px;
}
.search_middle_top_input::placeholder{
    color: #999999;
    font-size: 15px;
}
.search_middle_top_buttom {
    cursor: pointer;
    background: #c3c3c3;
    width: 77px;
    color: white;
    position: absolute;
    right: -1px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    top: -1px;
}
.search_middle_top_buttom:hover {
    background: #d5d5d5;
}

.search_middle_top_drop_show::after {
    position: absolute;
    content: ">";
    right: 17px;
    top: -11px;
    text-align: center;
    line-height: 56px;
    color: #999999;
    font-family: cursive;
    font-size: 14px;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search_right {
    float: right;
    margin-top: 10px;
}
.search_right .s_r_nav {
    font-size: 15px;
    background-color: #456598;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 9px 12px;
    float: left;
    margin-left: 12px;
}
.search_right .s_r_nav.orange {
    background-color: #f49e15;
}
.search_right .s_r_nav:hover {
    background-color: #364868;
}
.search_right .s_r_nav.orange:hover {
    background-color: #ffa600;
}
.search_middle_bottom_show {
    width: 100%;
    height: 25px;
    overflow: hidden;
}
.search_middle_bottom_show a {
    float: left;
    display: inline-block;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
    margin-right: 17px;
}
.search_middle_bottom a:hover {
    color: #f49e15;
}
.search_middle_bottom{
    line-height: 25px;
    padding: 5px 0;
    width: 490px;
    position: absolute;
    display: none;
}
.search_middle_bottom.onshow {
    display: block;
}


.search_middle_bottom_hide_top {
    padding: 15px 20px 10px;
    border-bottom: 1px solid #cccccc;
    /*display: table;*/
    width: 100%;
}
.search_middle_bottom_hide_top2 {
    padding: 15px 20px 10px;
    display: table;
    width: 100%;
}

.search_middle_bottom_hide {
    width: 460px;
    position: absolute;
    right: 0;
    left: 0;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 103;
    display: none;
    box-shadow: 0 0 5px #ccc;
    border-radius: 10px;
}
.search_middle_bottom_hide h2 {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    line-height: 12px;
    margin-bottom: 10px;
}

.search_middle_bottom_hide_top a {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    line-height: 18px;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
    padding: 0 10px;
    /*float: left;*/
    margin-right: 20px;
    margin-bottom: 5px;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.search_middle_bottom_hide_top span:nth-child(1) {
    color: #666;
}

.search_middle_bottom_hide_bottom {
    background-color: #fff;
    padding-bottom: 5px;
}

.search_middle_bottom_hide ul {
    padding-top: 5px;
}

.search_middle_bottom_hide ul li {
    padding: 0 20px;
    font-size: 12px;
    color: #666666;
    line-height: 25px;
}

.search_middle_bottom_hide ul li a {
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search_middle_bottom_hide ul li:hover {
    background-color: #f5f5f5;
    /*color: #f49e15;*/
}

.search_middle_bottom_hide_bottom_close {
    font-size: 12px;
    color: #666666;
    line-height: 25px;
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
    margin-left: 390px;
}
#ulRecommendList2 ul li {
    padding: 0;
}

/*--------------------分割线-------------------*/
.complex {
    height: 50px;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #456598;
}
.complex_nav {
    height: auto;
    width: 100%;
}
.complex_nav_cont {
    position: relative;
}
.complex_nav_group {
    display: inline-block;
    left: 275px;
    position: absolute;
}
.complex_nav_group li {
    float: left;
}
.complex_nav_group li a.on {
    color: #456598;
}

.complex_nav_group li a {
    line-height: 50px;
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    margin-right: 55px;
    display: inline-block;
    text-align: center;
}
.product_tit {
    text-align: center;
    color: #fff;
    background-color: #456598;
    line-height: 50px;
    width: 200px;
    font-weight: bold;
    font-size: 16px;
    cursor: default;
    margin: 0;
}
.product_group {
    position: relative;
    z-index: 100;
    border: 1px solid #cfcfcf;
    border-top: none;
    width: 200px;
    box-sizing: border-box;
    background-color: #fff;
    height: 477px;
    margin: 0;
    padding: 0;
    display: none;
}
.product_list {
    line-height: 58px;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    position: relative;
    padding: 0 15px;
    cursor: default;
}
.product_hide {
    position: absolute;
    width: 1000px;
    z-index: 99;
    left: 197px;
    top: -15px;
    height: 508px;
    background: url(../img/product_bj.png) no-repeat 50% 50%;
    background-size: 1000px 508px;
    display: none;
}
.product_hide_left_item_link a::before {
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #e0e0e0;
    font-size: 0;
    content: '';
    top: 2px;
    left: 0;
}
.product_list .menu-icon{
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    color: grey;
    transform: translateY(-50%);
}
.complex_nav_group li:nth-last-child(1) a {
    margin-right: 0;
}
.complex_nav_group li a:hover {
    color: #456598;
}
.product_show h2 {
    display: inline-block;
    font-size: 14px;
    color: #555555;
    padding-left: 30px;
    margin: 0;
}
.product_show_right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.product_hide_left {
    float: left;
    margin-top: 35px;
    padding-bottom: 40px;
    height: calc(100% - 75px);
    overflow-y: scroll;
}
.product_hide_left::-webkit-scrollbar {
    width: 4px;
}
.product_hide_left::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(0,0,0,0.2);
}
.product_hide_left::-webkit-scrollbar-track {
    border-radius: 0;
}
.product_hide_left_item {
    width: 680px;
    margin-bottom: 4px;
}
.product_hide_left_item_tit {
    float: left;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    text-align: right;
    width: 120px;
    padding-right: 15px;
    box-sizing: content-box;
}
.product_hide_left_item_tit img {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
.product_hide_left_item_link {
    float: right;
    width: calc(100% - 155px);
}
.product_hide_left_item_link a {
    float: left;
    line-height: 20px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 10px;
    padding-left: 15px;
    font-size: 12px;
    color: #666666;
    margin-right: 5px;
}
.product_hide_right {
    float: right;
    width: 244px;
    margin-right: 19px;
    margin-top: 15px;
    padding-top: 9px;
    padding-bottom: 66px;
    height: calc(100% - 109px);
    background-color: #f4f4f4;
    box-sizing: content-box;
}
.product_hide_right_tit {
    font-size: 18px;
    color: #222;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    margin: 0;
}
.product_hide_right_group {
    padding: 0 10px;
}
.product_hide_right_item:nth-child(2n+1) {
    margin-right: 20px;
}
.product_hide_right_item {
    float: left;
    width: calc(50% - 10px);
    margin-bottom: 10px;
    cursor: pointer;
    background-color: #fff;
    box-sizing: content-box;
}
.product_hide_right_item .hide_right_img {
    width: 100px;
    height: 90px;
    border: 1px solid #ccc;
    position: relative;
    box-sizing: content-box;
}
.product_hide_right_item h2 {
    font-size: 12px;
    color: #666666;
    line-height: 17px;
    text-align: center;
    padding: 4px 0;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: content-box;
    padding-bottom: 1px;
}
.product_hide_right_item:hover h2 {
    color: #456598;
}
.product_hide_right_item .hide_right_img img {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
}
.product_list:nth-last-child(1) {
    border-bottom: none;
}
.product_list:hover .product_hide {
    display: block;
}
.product_list:hover {
    background-color: #ededed;
}
.product_list:hover .product_show h2 {
    color: #456598;
}
.product_list:hover .product_show .menu-icon{
    color: #456598;
}


/*--------------------分割线-------------------*/
.jjsjs-zimu {
    width: 1200px;
    margin: 10px auto;
    color: #666;
    text-align: center;
}
.jjsjs-zimu a {
    margin-right: 18.4px;
    font-size: 14px;
}
.jjsjs-zimu span {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    font-weight: bolder;
    background-repeat: no-repeat;
    color: #9d9d9d;
    border-radius: 5px;
}
.jjsjs-zimu a:last-child {
    margin-right: 0;
}
.jjsjs-zimu span:hover, .jjsjs-zimu .zumuactive {
    background: #f1f1f1;
}
/*--------------------分割线-------------------*/
.contact {
    background-color: #333333;
    width: 100%;
    height: 60px;
}
.contact_item.contact_item_kefu h4 {
    color: #999999;
    font-size: 12px;
}
.contact_item.contact_item_kefu {
    width: 150px;
    height: 60px;
    background-color: #eeeeee;
    float: left;
    padding-left: 30px;
}
.contact_item {
    float: left;
}
.contact_item.contact_item_kefu h2 {
    font-size: 18px;
    color: #222222;
    padding-top: 10px;
    margin-bottom: 2px;
}
.contact_item.contact_item_kefu h4 {
    color: #999999;
    font-size: 12px;
}
.contact_item.contact_item_phone {
    width: 214px;
    height: 60px;
    border-bottom: 1px solid #353d4c;
    border-left: 1px solid #3f3f3f;
    border-right: 1px solid #3f3f3f;
    box-sizing: border-box;
    position: relative;
}
.contact_item.contact_item_phone h2 {
    font-size: 18px;
    color: #f49e15;
    line-height: 60px;
    padding-left: 27px;
}
.contact_item.contact_item_phone img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
}
.contact_item.contact_item_email {
    width: 566px;
    height: 60px;
    border-bottom: 1px solid #353d4c;
    box-sizing: border-box;
}
.contact_item_email_left {
    float: left;
    width: 145px;
    display: inline-block;
    position: relative;
    height: 100%;
    padding-left: 65px;
}
.contact_item_email_left img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.contact_item_email_left h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
    margin-bottom: 2px;
}
.contact_item_email_left h4 {
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}
.contact_item.contact_item_join h4 {
    font-size: 14px;
    color: #fff;
}
.contact_item_email_right {
    float: right;
    height: 100%;
    position: relative;
    width: calc(100% - 210px);
}
.contact_item.contact_item_join img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.contact_item_email_right input {
    width: 248px;
    padding: 0 12px;
    height: 38px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 11px;
    margin-left: 15px;
    font-size: 14px;
    color: #666;
}
.contact_item_email_right img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
}
.contact_item.contact_item_join {
    width: 220px;
    height: 60px;
    background-color: #f49e15;
    color: #fff;
    float: right;
    position: relative;
    padding-left: 20px;
}
.contact_item.contact_item_join h2 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 2px;
}
.footer {
    width: 100%;
    background-color: #313949;
}
.footer_cont {
    height: auto;
}
.footer_nav {
    border-bottom: 1px solid #4e5462;
    margin: 0;
    padding: 0;
}
.footer_nav li {
    float: left;
    position: relative;
    padding: 20px 2.5px;
}
.footer_nav li:nth-child(1)::before {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 0;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #9c9d9f;
}
.footer_nav li a {
    font-size: 14px;
    color: #b8b8b8;
    line-height: 25px;
    display: inline-block;
    padding: 5px 10px;
}
.footer_nav li::after {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #9c9d9f;
}
.footer_details {
    position: relative;
    height: 380px;
}
.footer_group {
    padding-left: 170px;
    padding-top: 50px;
}
.footer_list {
    width: 100px;
    float: left;
    padding-left: 65px;
    position: relative;
    padding-right: 65px;
    text-align: center;
    box-sizing: content-box;
}
.footer_list a {
    font-size: 14px;
    color: #bebcbc;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 5px;
}
.footer_list::before {
    position: absolute;
    left: 1px;
    width: 1px;
    height: 183px;
    font-size: 0;
    content: "";
    background-color: #2a303d;
    top: 15px;
}
.footer_list::after {
    position: absolute;
    left: 0;
    width: 1px;
    height: 183px;
    font-size: 0;
    content: "";
    background-color: #4e5462;
    top: 15px;
}
.footer_list h2 {
    font-size: 20px;
    color: #c6c6c6;
    margin-bottom: 5px;
}
.footer_group_nav {
    padding-left: 20px;
    padding-top: 15px;
}
.footer_group_nav h2 {
    font-size: 14px;
    line-height: 25px;
    color: #c6c6c6;
    margin-bottom: 23px;
}
.footer_group_group {
    position: relative;
}
.footer_group_group a {
    top: 0;
    height: 40px;
    float: none;
    margin-right: 46px;
}
.footer_group_group img {
    height: 40px;
}
.footer_group_group a:last-child{
    margin-right: 0;
}
.footer_leftimg {
    position: absolute;
    display: inline-block;
    top: 115px;
    left: 0;
}
.footer_leftimg {
    position: absolute;
    display: inline-block;
    top: 115px;
    left: 0;
}
.shipin2 {
    margin-left: 215px;
    right: auto;
    top: -100px;
    background: #fff;
    border: 2px solid #f4f4f4;
    display: none;
}
.footer_er_link {
    width: 140px;
    margin-top: 10px;
}
.footer_list a:hover {
    color: #456598;
}
.shipin:hover .shipin2{
   display: block !important;
    cursor: pointer;
}
.dy_code:hover .dy_code1{
    cursor: pointer;
    display: block !important;
}
.dy_code1 {
    position: absolute;
    display: none;
    top: 40px;
    z-index: 99;
}

element.style {
    width: 205px;
    margin-left: 215px;
    margin-top: -100px;
}
.dy_code1 img {
    opacity: unset !important;
}

.copy {
    width: 100%;
    height: 95px;
    background-color: #1b222f;
}
.copy_cont {
    height: calc(100% - 12px);
    text-align: center;
    padding-top: 12px;
}
.copy_cont span a {
    line-height: 25px;
    color: #999999;
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}
.copy_cont span {
    line-height: 25px;
    color: #999999;
    font-size: 14px;
    display: inline-table;
}

/*--------------------分割线-------------------*/
/*--------------------分割线 顶部滑动小黑条-------------------*/
.fixtop {
    height: 70px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    display: none;
    z-index: 999;
}
.fixtop .w1200 > * {
    display: block;
    float: left;
    margin-left: 30px;
    font-size: 18px;
    color: white;
    margin-top: 12px;
}
.fixtop .fix_guzheng {
    position: relative;
    display: inline-block;
}
.fixtop .fix_guzheng > a {
    font-size: 18px;
    color: #f49e15;
}
.fixtop .fix_guzheng .search_right_show_hide.search_fixed {
    line-height: initial;
}
.search_right_show_hide_tab {
    width: 100%;
    height: 53px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 0 30px;
}
.search_right_show_hide_tab span {
    font-size: 16px;
    color: #333333;
    border-bottom: 2px solid transparent;
    line-height: 51px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 20px;
    float: left;
    cursor: pointer;
}
.search_right_show_hide_tab span.on {
    border-bottom: 2px solid #f49e15;
}
.search_right_show_hide_tab span.on a {
    color: #f49e15;
}
.search_right_show_hide_group {
    padding: 0 30px;
}
.search_right_show_hide_item {
    padding: 15px 0;
    display: none;
}
.search_right_show_hide_item a {
    display: inline-block;
    float: left;
    width: 30.1%;
    margin: 10px 1.6%;
    position: relative;
    height: 70px;
    margin-bottom: 0;
    text-align: center;
}
.search_right_show_hide_item a img {
    display: inline-block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 10px;
}
.search_right_show_hide_item a img.y_guzhen_img {
    display: none;
}
.search_right_show_hide_item a span {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    line-height: 25px;
    margin-top: 14px;
    padding-top: 25px;
}
.search_right_show_hide_item.on {
    display: block;
}
.fixtop .fix_nav_right {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
}
.fixtop .fix_nav_right>img {
    display: block;
    margin: 5px auto;
}
.fixtop .fix_nav_right img.y_guzhen_img {
    display: none;
}
.fix_nav_right .top_right_phone_hide.fix_mob_hide {
    right: -29px;
    top: 58px;
}
.fixtop .w1200 .fix_nav_login {
    width: 47px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    color: #999999;
    font-size: 25px;
    background: #ededed;
    border-radius: 60px;
    margin-left: 0;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fix_nav_login img {
    display: block;
    margin: 8px auto;
    width: 30px;
    max-height: 40px;
}
.search_right_show_hide:before {
    content: "\25B2";
    speak: none;
    position: absolute;
    right: 105px;
    font-family: cursive;
    color: #fff;
    top: -10px;
}
.fixtop .w1200 > a:hover {
    color: #f49e15;
}
.fixtop .fix_nav_right:hover .y_guzhen_img {
    display: block;
}
.fixtop .fix_nav_right:hover .guzhen_img {
    display: none;
}
.fixtop .fix_guzheng:hover .search_right_show_hide.search_fixed {
    display: block;
}
.search_right_show_hide {
    width: 320px;
    height: auto;
    position: absolute;
    right: -90px;
    background-color: #fff;
    display: none;
    z-index: 99;
    box-shadow: 0 0 5px #ccc;
    border-radius: 10px;
}
.search_right_show_hide_item a:hover .guzhen_img {
    display: none;
}
.search_right_show_hide_item a:hover .y_guzhen_img {
    display: inline-block;
}
.search_right_show_hide_item a:hover span {
    color: #f49e15;
}
/*面包屑样式*/
.vendor_page.vendor_page_buy {
    padding: 40px 0px;
}
.crumbs.crumbs_news {
    background-color: #f5f5f5;
}
.crumbs.crumbs_ven {
    background-color: #fff;
}
.crumbs_cont {
    font-size: 16px;
    color: #666;
    padding: 15px 0 10px 0;
    position: relative;
}
.crumbs_cont a {
    font-size: 16px;
    color: #666;
    display: inline-block;
    line-height: 25px;
    margin-right: 5px;
}
.crumbs_cont a:hover {
    color: #456598;
}
.crumbs_cont span:hover {
    color: #456598;
}
.crumbs_cont span.on {
    color: #ff9539;
}
.product_hide_left_item_link a:hover {
    color: #456598;
}
.crumbs_cont h1 {
    display: inline-flex;
}
.crumbs_cont a {
    font-size: 16px;
    color: #666;
    display: inline-block;
    line-height: 25px;
    margin-right: 5px;
}
.crumbs_cont h2 {
    top: 0;
    left: 200px;
    font-size: 16px;
    color: #666;
    height: 25px;
    padding: 15px 0;
    display: inline;
}
.crumbs_cont h2 i, .crumbs_cont span i {
    color: #456598;
    font-size: 18px;
    font-weight: bold;
}
/*分页样式2*/
/*分页样式*/
.vendor_page {
    text-align: center;
    padding-top: 10px;
}

.vendor_page_cont {
}

.vendor_page_cont_group {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative;
}

.vendor_page_cont_group li {
    float: left;
    margin: 0 5px;
}

.vendor_page_cont_group li a, .vendor_page_cont_group li span {
    display: inline-block;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #666666;
    background-color: #fff;
    transition: all ease-in-out 0.3s;

}

.vendor_page_cont_group li.on a {
    color: #f49e15;
}

.vendor_page_cont_group li span {
    color: #f49e15;
}

.vendor_page_cont_group li:hover a {
    color: #f49e15;
    background: rgba(255,153,51,.2);
}

.vendor_page_cont_to {
    float: right;
}

.vendor_page_cont_to span {

}

.vendor_page_cont_to span input {
    display: inline-block;
    line-height: 28px;
    width: 28px;
    text-align: center;
    border: 1px solid #e3e3e3;
    font-size: 12px;
    color: #666666;
    margin: 0 5px;
    background-color: #fff;
}

.vendor_page_cont_group select {
    display: block;
    line-height: 30px;
    width: auto;
    text-align: center;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
    background-color: #fff;
    height: 30px;
    position: absolute;
    right: -60px;
}

.vendor_page_cont_to button {
    display: inline-block;
    width: 50px;
    line-height: 30px;
    text-align: center;
    background-color: #f49e15;
    outline: none;
    border: none;
    color: #fff;
    margin-left: 13px;
}
.page .layui-form select{
    display: none;
}
.page .layui-form .layui-unselect{
    height: 28px;
    padding-right: 0;
}
.page .layui-form .layui-select-title{

    width: 60px;
    border: 1px solid #e3e3e3;
}
.layui-form-select dl dd.layui-this{
    background-color: #FF9933 !important;
}
.vendor_page_cont_group .active a{
    background-color:  #FF9933 !important;
    color: #ffffff !important;
}
.warninginput {
    position: relative;
    border: 1px solid #FF9933 !important;
}

.warninginput:after {
    content: attr(data-title);
    position: absolute;
    border: 6px solid transparent;
    bottom: -25px;
    font-size: 12px;

    color: #FF9933;
    left: -15%;
    transform: scale(0.8);
    width: 138%;
}

.warninginput input {
    border: 0 !important;
}

.warninginput textarea {
    border: 0 !important;
}
.isshock{
    animation-delay: 0s;
    animation-name: shock;
    animation-duration: .1s;
    animation-iteration-count: 3;
    animation-direction: normal;
    animation-timing-function: linear;
}
.isshock2{
    animation-delay: 0s;
    animation-name: shock2;
    animation-duration: .1s;
    animation-iteration-count: 3;
    animation-direction: normal;
    animation-timing-function: linear;
}
.mask{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
@keyframes shock {
    0% {
        margin-left: 0px;
        margin-right: 8px;
        margin-top: 0px;
    }
    100% {
        margin-left: 8px;
        margin-right: 0px;
        margin-top: 5px	;	/* 可以自定义上下左右的幅度 */
    }
}
@keyframes shock2 {
    0% {
        left: 0px;
        right: 8px;
        margin-top: 0px;
    }
    100% {
        left: 8px;
        right: 0px;
        margin-top: 5px	;	/* 可以自定义上下左右的幅度 */
    }
}

.click-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    background: transparent;
}
/*404form*/
.error_form {
    width: auto;
    display: table;
    margin: 0 auto;
    min-height: 240px;
    text-align: center;
}
.error_img{
    width:300px;
    height: 244px;
}
.error_text{
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9B9DA2;
}
.display_picture img{display:none;}
.subscribe{
    display: none;
    position: fixed;
    padding: 20px 40px;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    background: white;
    border-radius: 5px;
    box-shadow: 0rem 0.03rem 1rem 0rem rgba(0,0,0,0.2);
}
.input-box{
    margin:10px auto 10px;

    /*line-height: 30px;*/
}
.input-box input{
    border: grey 1px solid;
    border-radius: 3px;
    height: 33px;
    font-size: 14px;
    padding-left: 5px;
    width: 200px;
    font-weight: normal;
    margin: 10px 0;
}
.buttonStyle{
    display: flex;
    justify-content: end;
    align-items: center;
}
.buttonStyle button{
    height: 30px;
    width: 50px;
    background: rgba(245,245,245,1);
    border: none;
    margin-left: 20px;
}

/*region 产品分类区域样式*/
.product_category_wrap_ul {
    position: relative;
}
.product_category_wrap_ul .product_list {
    position: static;
}
/*鼠标放到菜单上，显示子菜单*/
.product_category_wrap_ul .product_list:hover .product_hide {
    display: flex;
}
.product_category_wrap_ul .product_list .menu-icon {
    left: 0;
}
.product_category_wrap_ul .product_list .product_hide {
    background: #fff;
    border: 1px solid #cfcfcf;
    position: absolute;
    width: 1000px;
    z-index: 99;
    left: 199px;
    top: -1px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.product_category_wrap_ul .product_hide {
    height: 477px;
}
.product_category_wrap_ul .product_hide_left {
    float: left;
    margin-top: 0;
    padding-bottom: 10px;
    height: auto;
    overflow-y: scroll;
    padding-top: 20px;
    position: relative;
    flex: auto;
    display: flex;
    flex-direction: column;
}
.product_category_wrap_ul .product_hide_left .product_hide_left_item {
    width: 680px;
    margin-bottom: 4px;
}
/*产品分类广告容器*/
.product_category_wrap_ul .product_hide_left .product_category_adv_wrap {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    width: 100%;
}
/*产品分类广告图大小*/
.product_category_wrap_ul .product_hide_left .product_category_adv_wrap a {
    width: 320px;
    height: 270px
}
.product_category_wrap_ul .product_hide_left .product_category_items {
    flex: auto;
    overflow-y: scroll;
}
/*滚动条样式*/
.product_category_wrap_ul .product_hide_left .product_category_items::-webkit-scrollbar {
    width: 4px;
}
.product_category_wrap_ul .product_hide_left .product_category_items::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(0,0,0,0.2);
}
.product_category_wrap_ul .product_hide_left .product_category_items::-webkit-scrollbar-track {
    border-radius: 0;
}
/*右侧猜你喜欢样式*/
.product_category_wrap_ul .product_hide_right {
    float: right;
    width: 244px;
    margin-right: 0;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 0;
    height: auto;
    background-color: #f4f4f4;
    box-sizing: content-box;
}
/*endregion*/

/*上传文件的文字提示样式*/
.upload-text-hit {
    font-size: 13px;
    margin-top: 10px;
    color: #4C6494
}

.new_header{
    width: auto;
    margin: 0 auto;
    position: relative;
    display: table;
    height: 100px;
}

.header-content {
    box-shadow: 0px 3px 30px -1px rgba(0, 0, 0, 0.06);
}

.header-content__top {
    padding: 20px 0;
    animation: bounceIn 0.2s ease-in;
}

.header-content__top .top-content {
    margin: 20px 0;
}

.header-content__top .left {
    width: 140px;
    height: 48px;
}

.header-content__top .right .links-item {
    width: 100px;
    height: 92px;
    border-radius: 10px;
    margin-right: 5px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .3s;
}

.header-content__top .right .links-item img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.header-content__top .right .links-item .item-text {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.page-header {
    padding: 0px;
    margin: 0px;
}

.page-header .header-content__body .header-right > div {
    display: flex;
    align-items: center;
    height: 100%;
}

.page-header .header-content__body .header-right .links-list {
    display: inline-flex;
    margin-left: 40px;
}

.page-header .header-content__body .header-right .links-item > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #E13235;
    text-decoration: none;
}

.page-header .header-content__body .header-right .links-item > a .icon-wrap {
    position: relative;
    margin-right: 4px;
    line-height: 1;
}

.page-header .header-content__body .links-item > a .icon-wrap__icon {
    font-size: 16px;
}
.container {
    transition: all .3s;
}
.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.flex-box-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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;
}


@media (min-width: 768px) and (max-width: 992px) {
    .hidden-sm {
        display: none !important;
    }
    .header{
        width: auto;
        margin: 0 auto;
        position: relative;
        display: table;
        height: 100px;
        margin-top: 20px;
    }
    .new_header{
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1180px;
        padding: 0px;
    }

}

@media (max-width: 768px) {
    .container {
        max-width: 100vw;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .header-content__top .right .links-list {
        flex-wrap: wrap;
    }
}

