@font-face {
    font-family: 'open-sans';
    src: url('/file/font/open-sans.eot') format('embedded-opentype'),
    url('/file/font/open-sans.woff2') format('woff2'),
    url('/file/font/open-sans.woff') format('woff'),
    url('/file/font/open-sans.ttf') format('truetype'),
    url('/file/font/open-sans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    border: 0;
    padding: 0;
    margin: 0;
    font-family:"open-sans";
}
body{
    width: 100%;
    box-sizing: border-box;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.pc_width,.container{
    width:1200px;
    margin:0 auto;
    /*border:1px solid red;*/
}
@media screen and (max-width: 1850px){
    .pc_width,.container{
        min-width: 1200px;
    }
}
@media screen and (max-width: 1550px){
    .pc_width,.container {
        min-width: 1200px;
    }
}
@media screen and (max-width: 1350px) {
    .pc_width, .container {
        min-width: 1200px;
    }
}


.pc_radius{
    border-radius:10px;
    background:#fff;
}
.pc_padding{
    padding:8px;
}
ul, li {
    list-style: none;
}
a,a:hover{text-decoration:none;cursor: pointer; }
a > * {
    cursor: pointer;
}
.flex{
    display: flex;
}

/*COMMON_LOL*/
.COMMON_LOL{
    position: fixed;
    bottom: 160px;
    left:calc(100% - 130px);
    z-index:999;
}

@media screen and (max-width: 1550px) {
    .COMMON_LOL{
        left:calc(100% - 60px);
    }
}


.COMMON_LOL .Max{
    height:280px;
    box-sizing: border-box;
    display: flex;
    justify-content:start;
    flex-direction: column;
}
.COMMON_LOL .Max .li {
    position: relative;
    margin-top:5px;
    width: 50px;
    height:50px;
    border-radius:50%;
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #eee;
    cursor: pointer;
 }
.COMMON_LOL .Max .li .text{
    display: none;
    position: absolute;
    top:calc(50% - 0);
    right:calc(100% + 10px);
    width:auto;
    white-space:nowrap;
    box-sizing: border-box;
    padding:5px 8px;
    transition: all .3s ease-in;
    background: #fff;
    color: #6e6e6e;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.18);
    border-radius:5px;
}
.COMMON_LOL .Max .li .text:after{
    position: absolute;
    content:'';
    display: inline-block;
    top:2px;
    right:-15px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.COMMON_LOL .Max .li:hover .text{
  display: inline-block;
}

.COMMON_LOL .Max .li .img{
    width: 20px;
    height:20px;
}
.COMMON_LOL .Max .li .img img{
    width:100%;
    max-height:100%;
}
.COMMON_LOL .Max .li span{
   display: none;
}


/* 头部 *//* 头部 *//* 头部 *//* 头部 *//* 头部 */
.Header{
    background:#fff;
    color:#000;
}
.Header .cookies{
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
    padding: 8.5px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display:none;
}
.Header .cookies .li{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.Header .cookies .li .i{
    position: absolute;
    right:0;
    top:2px;
    height:10px;
    width:10px;
    cursor: pointer;
}
.Header .cookies .li span{
    flex: 1;
    font-size: 14px;
    word-wrap: break-word;
    color: #2d2d2d;
}
.Header .cookies .li span a{
    color: #3ea2d2;
}

.Header .youxuan-box {
    height: 120px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom:20px;
}

.Header .youxuan-box  .flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.Header .youxuan-box  .flex {
    display: flex;
    position: relative;
    justify-content: end;
}

.Header .youxuan-box img {
    width: 173px;
}

.Header .youxuan-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    border-radius:0 0 6px 6px ;
    height:42px;
    /*line-height:42px;*/
    color: #363636;
    position: absolute;
    left: 0;
    right: 0;
    white-space:normal;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.youxiang-menu{
    flex:1;

}
.Header .youxiang-menu .youxiang-menu-li {
    margin-left:22px;
    text-align: center;
    width: 90px;
    position: relative;
    margin-top: -28px;
}

.Header .youxiang-menu .youxiang-menu-li a:nth-of-type(1) {
    width: 90px;
    height: 65px;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /*display: inline-block;*/
    line-height: 60px;
}

.Header .youxiang-menu .youxiang-menu-li img{
    width: 50px;
    height:40px;
}

.Header .youxiang-menu .youxiang-menu-li i {
    font-size: 40px;
    color: #ffffff;
}

.Header .top {
    background: #F4F4F4;
    font-size:14px;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 99;
}
.Header .top .item{
    display: flex;
}

.top .item .left {
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.top .item .menu  .onbtn {
    color: #444;
    display: flex;
    align-items: center;
    margin-left:5px;
}
.top .item .menu  .onbtn .icon{
    display: inline-block;
    width:20px;
    height:20px;
}
.i-favorites{background-image: url("../../file/style/pc/i-favorites.jpg"); background-size:100% 100%;}
.i-cart{background-image: url("../../file/style/pc/i-cart.jpg"); background-size:100% 100%;}
.i-sign{background-image: url("../../file/style/pc/i-sign.jpg"); background-size:100% 100%;position: relative;top:1px;}


.top .item .right {
    flex:1;

}
.top .item .right ul {
    display: flex;
}
.top .item .right ul li {
    position: relative;
    padding: 0 5px;
}
.top .item .right ul li .css-hover {
    display: flex;
    align-items: center;
    min-width: 100px;
    padding-right: 15px;
}
.top .item .right ul li .css-hover:hover{
    color:#bf1a20;
}

.top .item .right ul li .css-hover:hover .icon:after ,.top .item .right ul li.ShowMore:hover .icon:after{
    border-right:1px solid #bf1a20;
    border-bottom:1px solid #bf1a20;
    transform: rotate(-133deg);
    top:35%;
}

.top .item .right ul li .css-hover .icon{
    display: inline-block;
    width:20px;
    height:20px;
    margin-left:1px;
    position: relative;
}
.top .item .right ul li .css-hover .icon:after{
    position: absolute;
    top:25%;
    left:30%;
    content:'';
    width:30%;
    height:31%;
    /*background:red;*/
    border-right:1px solid #444;
    border-bottom:1px solid #444;
    transform:rotate(46deg);
    transition: all .3s ease-in;

}


.top .item .right ul li.ShowMore:hover ul{
     display: block;
 }
.top .item .right ul li a {
    display: block;
    color: #444;
    position: relative;
}
.top .item .right ul li ul {
    position: absolute;
    left: 0;
    width: 300%;
    display: none;
    z-index:9999999;
    /*border-top: 2px solid #FF9933;*/
}
.top .item .right ul li ul li {
    position: static;
    padding: 0;
    background: #F4F4F4;
}
.top .item .right ul li ul li:hover {
    background: #fff;
}
.top .item .right ul li ul li a {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

header {
    position: relative;
}

header .container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 40px 0 23px;
}

header .container .left {
    width: 290px;
    flex: 0 0 auto;
}

#hot_search_items {
    margin-top: 10px;
    display: none;
}

header .container .left .logo {
    display: block;
}

header .container .right {
    box-sizing: border-box;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left:10px;
}

header .container .right .layui-form {

}


header .container .right .layui-form .layui-form-box {
    display: flex;
    width: 468px;
    height: 100%;
    border-radius:26px;
    overflow: hidden;
    position: relative;
}
/*@media screen and (max-width: 1920px){*/
/*    header .container .right .layui-form .layui-form-box{*/
/*        min-width: 668px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1550px){*/
/*    header .container .right .layui-form .layui-form-box {*/
/*        min-width: 558px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1350px) {*/
/*    header .container .right .layui-form .layui-form-box {*/
/*        min-width: 488px;*/
/*    }*/
/*}*/

header .container .right .layui-form .layui-form-box .select {
    width: 95px;
    font-size:14px;
    border-left: 1px solid #bf1a20;
    border-top: 1px solid #bf1a20;
    border-bottom: 1px solid #bf1a20;
    overflow: hidden;
    border-radius:26px 0 0 26px;
}

header .container .right .layui-form .layui-form-box .select .layui-unselect{

    border-radius:26px 0 0 26px;
    text-align: center;
    position: relative;
}
 .MaxT{
     padding-left:5px;
     height:44px;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
}

.MaxT .icon{
    display: inline-block;
    width:20px;
    height:20px;
    margin-left:1px;
    position: relative;
}
.MaxT .icon:after{
    position: absolute;
    top:25%;
    left:30%;
    content:'';
    width:30%;
    height:31%;
    border-right:1px solid #444;
    border-bottom:1px solid #444;
    transform:rotate(46deg);

}

 .MaxLi{
     display: none;
    position: absolute;
    width:150px;
    top:48px;
    left:1px;
    padding:10px 0;
    background:#fff;
    text-align: center;
    border-radius:4px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.layui-select-title:hover .MaxLi{
    display:block;
}

.MaxLi .l{
     line-height:35px;
}

.MaxLi .l:hover{

    color:#222;
    background: #f4f4f4;
}



header .container .right .layui-form .layui-form-box .input {
    flex: 1 1 auto;
    border-top: 1px solid #bf1a20;
    border-bottom: 1px solid #bf1a20;
    overflow: hidden;

}
header .container .right .layui-form .layui-form-box .input input{
    height:44px;
    width:100%;
    border:none;
    outline:none;
}


header .container .right .layui-form .layui-form-box .submit {
    position: absolute;
    right:0;
    TOP:0;
    border-top: 1px solid #bf1a20;
    border-bottom: 1px solid #bf1a20;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width:80px;
    height: 46px;
    background:#bf1a20;
    border-radius:26px;
    color:#fff;
    cursor: pointer;

}

header .container .right .right-btn {
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .container .right .right-btn ul {
    display: flex;
    width: 100%;
    position: relative;
}

header .container .right .right-btn ul li {
    margin-left:30px;
}

header .container .right .right-btn ul li .layui-btn-xms {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:space-around;
    height: 60px;
    color: #444;
    font-size:14px;
}
.select .layui-btn-primary{border:none;}

.select  .layui-btn-primary:hover {

    color: #444;
    border:none;
}

.right .right-btn ul li .layui-btn-xms .icon{
    display: block;
    width:30px;
    height: 30px;
}
.right .right-btn ul li .layui-btn-xms .buyer{background-image: url("../../file/style/pc/i-buyer.jpg"); background-size:100% 100%;}
.right .right-btn ul li .layui-btn-xms .supplier{background-image: url("../../file/style/pc/i-supplier.jpg"); background-size:100% 100%;}
.right .right-btn ul li .layui-btn-xms .advertiser{background-image: url("../../file/style/pc/i-advertiser.jpg"); background-size:100% 100%;}
.right .right-btn ul li .layui-btn-xms .exhibitor{background-image: url("../../file/style/pc/i-exhibitor.jpg"); background-size:100% 100%;}
.right .right-btn ul li .layui-btn-xms .visittor{background-image: url("../../file/style/pc/i-visittor.jpg"); background-size:100% 100%;}


header .container .right .right-btn ul li .layui-btn-a {
    background: #FFFFFF;
    border: 1px solid #FF9933;
    font-size: 16px;
    font-weight: 400;
    color: #FF9933;
}

header .container .right .right-btn ul li:hover .layui-btn-expo {
    background: #f4f4f4;
    color: #333;
}

header .container .right .right-btn ul li:hover .layui-btn-expo:after {
    color: #FF9933;
}

header .container .right .right-btn ul li:hover .layui-btn-expo-div {
    display: block;
}

header .container .right .right-btn ul li .layui-btn-expo {
    position: relative;
    background: #000;
    color: #fff;
    padding-right: 35px;
}

header .container .right .right-btn ul li .layui-btn-expo:after {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e63a";
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    font-size: 12px;
    right: 10px;
}

header .container .right .right-btn ul li .layui-btn-expo-div {
    position: absolute;
    left: 9px;
    background: #f4f4f4;
    right: 9px;
}

/*通栏广告*/
.LED{

}

/**/
.i-r{
    position: absolute;
    right:0;
    top:calc(50% - 10px);
    height:20px;
    width:20px;
}
.i-r:after{
    position: absolute;
    top:calc(50% - 15%);
    right: 5%;
    content: '';
    width: 30%;
    height: 30%;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    transform: rotate(-45deg);

}
.i-b{
    position: absolute;
    right:0;
    top:calc(50% - 10px);
    height:20px;
    width:20px;
}
.i-b:after{
    position: absolute;
    top:calc(50% - 15%);
    right: 5%;
    content: '';
    width: 30%;
    height: 30%;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
    transform: rotate(-45deg);
}

.scaleimg:hover{
    box-sizing: border-box;
    animation: fade .5s;
    transition: all .25s ease;
    background-blend-mode: overlay;
    transform: scale(1.04);
    overflow: hidden;
}




/*导航栏下的广告*/
.top_banner{
    box-sizing: border-box;
    width:100%;
    max-width:1440px;
    min-width:1200px;
    padding:13px 0;
    position: relative;
    margin:0 auto;
    border-radius:5px;
    overflow:hidden;
}
.top_banner .swiper{
    border-radius:5px;
    overflow:hidden;
}


.top_banner .swiper-pagination808{
    float: right;
    position: relative;
    top:-30px;
    right:30px;
    text-align: center;
    background-color: rgba(0,0,0,.15);
    display: inline-block;
    padding:1px 5px;
    border-radius: 10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    z-index:9;
}
.top_banner .swiper-pagination808:hover{
    background-color: rgba(0,0,0,.35);
}
.top_banner .swiper-pagination808 span{
    margin:0 3px;
    background:#fff;
    cursor: pointer;
}
.top_banner .swiper-pagination808 span.swiper-pagination-bullet-active{
    width: 15px;
    background: red;
    background-image: linear-gradient(120deg, #ba2128 0%, #d53e46 100%);
    border-radius: 10px;
}
.top_banner .swiper-button-prev808,.top_banner .swiper-button-next808{
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
    z-index:99999;
}
.top_banner .swiper-button-prev808{
    left: 10px;
}
.top_banner .swiper-button-next808{
    right: 10px;
}
.nextEl,.prevEl{
    opacity:0;
    transition-duration: .3s;
}

.nextEl:after,.prevEl:after{
    content:'';
    position: absolute;
    border: 2px solid #f5f5f5;
    width:calc(25%);
    height:calc(25%);
    border-left-color: transparent;
    border-top-color: transparent;
    transform: rotate(135deg);
    left:34%;
    top:31%;
}

.prevEl:after{
    transform: rotate( -45deg);
    left:30%;
}
.top_banner:hover .nextEl,.top_banner:hover .prevEl{
    opacity:1;
}

/* -------中间内容------- */
.Content{
    position: relative;
    width:100%;
    background:#f4f4f4;
    box-sizing: border-box;
    /*border:1px solid red;*/
    padding-top:10px;
}
.Content .bk{
    background:#fff;
}

.NavigationCity{
    box-sizing: border-box;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
    padding: 16px 0;
    font-size: 13px;
    line-height: 16px;
    padding-right:100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.NavigationCity .p-p{
    margin: 0 4px;
    color: rgba(0,0,0,.45);
}

.NavigationCity span a {
    color: rgba(0,0,0,.45);
}
.NavigationCity span:last-child a {
    color: rgba(0,0,0,.85);
}
.NavigationCity a:hover,.NavigationCity span:last-child a:hover{
    color: #e60314;
    transition: color .3s;
}



/*----------首页-----*/
.Content .pagesA{
    margin-top:20px;
    display: flex;
    height:515px;
    justify-content: space-between;
    flex-wrap: nowrap;
    box-sizing: border-box;

}
.Content .pagesA .lia{
    width:280px;
    position: relative;
    box-sizing: border-box;
}
.Content .pagesA .lia .item{
    box-sizing: border-box;
}
.Content .pagesA .lia .item .l{
    box-sizing: border-box;
    font-size:14px;
    line-height:27px;
    /*font-weight: bolder;*/
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:100%;
    position: relative;
    display: inline-block;
    padding:0 28px 0 16px;




}
.Content .pagesA .lia .item .l .i-r{
    right:16px;
}
.Content .pagesA .lia .item .l:hover{
    background: #f9f9f9;
    color: #b9020a;
}

.Content .pagesA .category{
    box-sizing: border-box;
    /*position: relative;*/
    background:#fff;
}
.Content .pagesA .category_li{
    box-sizing: border-box;
    padding:18px;
    position:absolute;
    left:101%;
    top:50px;
    height:465px;
    width:693px;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    z-index:99999;
    background:#fff;
    display: none;

}
.Content .pagesA .category:hover .category_li{
    display: inline-block;
}
.Content .pagesA .category_li .category_li_content{
    box-sizing: border-box;
    width:703px;
    overflow-y: scroll;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
.Content .pagesA .category .category_li .l2{
    display:inline-block;
    width:32%;
    word-wrap:break-word;
    word-break:normal;
    box-sizing: border-box;
    padding-right:15px;
    text-align: left;
    /*font-weight: bolder;*/
    color:#444;
    font-size:14px;
    margin-top:20px;
}
.Content .pagesA .category .category_li .l2:hover{
     color: #b9020a;
 }

.Content .pagesA .category .category_li_li{
    min-height:30px;
    margin-bottom:20px;
    display: flex;
    justify-content:start;
    flex-wrap: wrap;
}
.Content .pagesA .category .category_li_li .l3{
    display: inline-block;
    margin-right:20px;
    line-height:25px;
    font-size:14px;
    color:#666;
}


.layui-carousel-ind li {
    background-color: #fff !important;
}

.Content .pagesA .lib{
    flex:1;
    box-sizing: border-box;
    padding:0 22px;
    display:flex;
    justify-content:space-between;
    flex-direction: column;
}
.Content .pagesA .lib .item1{
    height: 380px;
    box-sizing: border-box;
}
.Content .pagesA .lib .item2{
     display:flex;
     justify-content:space-between;
 }
.Content .pagesA .lib .item2 .li{
    width:24%;
    box-sizing: border-box;
    height: 123px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    position:relative;
}
.ty1{background:#ffefef ;border:1px solid #fed3d3;color:#744141} .ty1 .t{background:#fed3d3 }
.ty2{background:#fffde8 ;border:1px solid #82721a;color:#f2eab9} .ty2 .t{background:#82721a }
.ty3{background:#effdee ;border:1px solid #c1e7bf;color:#2b6727} .ty3 .t{background:#c1e7bf }
.ty4{background:#fff0e8 ;border:1px solid #f6d1bd;color:#853d16} .ty4 .t{background:#f6d1bd }
.Content .pagesA .lib .item2 .li .t{
     position: absolute;
     bottom:0;
     left: 0;
     width:100%;
     height:43px;
     box-sizing: border-box;
     font-weight: bolder;
     font-size:14px;
     text-align: center;
     opacity: 0.8;
     display: flex;
     align-items: center;
     justify-content: center;
 }
.Content .pagesA .lib .item2 .li:hover{
   color:#fff;
}
.Content .pagesA .lib .item2 .li img{
    width:50%;

}

.Content .pagesA .lic{
    box-sizing: border-box;
    width:205px;
}
.Content .pagesA  .title{
    font-size:16px;
    color:#444;
    font-weight: bolder;
    box-sizing: border-box;
    padding:16px;
}
.Content .pagesA .title span{
    font-size:14px;
    color:#666;
    font-weight: 400;
    float: right;
    position: relative;
}

.Content .pagesA .lic .pro_all{
    display: flex;
    justify-content:space-between;
    flex-direction: column;
}
.Content .pagesA .lic .pro_all .pro{
    height:80px;
    display: flex;
    margin-bottom:20px;
}

.Content .pagesA .lic .pro_all .pro .img{
    width:80px;
    height:80px;
    overflow: hidden;
    background: rgba(236, 236, 236, 0.09);
    border:1px solid rgba(236, 236, 236, 0.97);
}
.Content .pagesA .lic .pro_all .pro .img img{
    width: 100%;
    min-height: 100%;
}

.Content .pagesA .lic .pro_all .pro label{
    flex: 1;
    display: block;
    font-size:14px;
    color:#444444;
    box-sizing: border-box;
    padding:10px;
    height:58px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.Content .pagesA .lic .pro_all  .sub{
    position: relative;
    font-size:14px;
    border:1px solid #e0e0e0;
    border-radius:25px;
    text-align: center;
    line-height:35px;
    width:80%;
}


/**/
.Content .pagesB{
    margin-top:20px;
    overflow: hidden;
    box-sizing: border-box;
    height:255px;
}
.Content .pagesB .li{

    height:255px;
    box-sizing: border-box;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}
.Content .pagesB .li .sub{
    position: absolute;
    bottom: 29px;
    left: 49px;
    background: #d10002;
    color: #fff;
    font-weight: bolder;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 8px 25px;
    font-size: 15px;
    cursor: pointer;
}
.Content .pagesB .li .pro{
     height:218px;
     box-sizing: border-box;
     width:185px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     margin-left:20px;
     text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;

 }
.Content .pagesB .li .pro label{
     font-weight: bolder;
     color:#333;
     font-size:16px;
}
.Content .pagesB .li .pro .img{
    width:147px;
    height:151px;
    background: #ececec;
    overflow: hidden;
}
.Content .pagesB .li .pro .img img{
    width: 100%;
    min-height: 100%;
}


/**/
.Content .pagesC{
    margin-top:20px;
    display: flex;
    justify-content:space-between;
    flex-wrap: nowrap;
}
.Content .pagesC .li{
    width:49.5%;
    height:330px;
    box-sizing: border-box;
    display: flex;
    justify-content:space-around;
    flex-direction: column;
}
.Content .pagesC .li .title{
    font-size:22px;
    color:#444;
    font-weight: bolder;
}
.Content .pagesC .li .title a{
    font-size:14px;
    color:#666;
    font-weight: 400;
    float: right;
    position: relative;
    padding-right:15px;
}
.Content .pagesC .li .pro_all{
    height:258px;
    display: flex;
    justify-content:space-between;

}
.Content .pagesC .li .pro_all .pro{
    width:125px;
}

.Content .pagesC .li .pro .img{
    width:125px;
    height:125px;
    background: rgba(236, 236, 236, 0.09);
    border:1px solid rgba(236, 236, 236, 0.97);
    overflow: hidden;
}
.Content .pagesC .li .pro .img img{
    width: 100%;
    min-height: 100%;
}

.Content .pagesC .li .pro label{
    display: block;
    margin-top:16px;
    font-size:16px;
    line-height:25px;

    height:55px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;

}

.Content .pagesC .li .pro .sub{
    margin-top:16px;
    font-size:14px;
    border:1px solid #e0e0e0;
    border-radius:25px;
    text-align: center;
    line-height:25px;
}




/**/
.Content .pagesD{
    margin-top:20px;
    height:330px;
    box-sizing: border-box;
}

.Content .pagesD .li{

    display: flex;
    justify-content:space-around;
    flex-direction: column;

}
.Content .pagesD .li .title{
    font-size:22px;
    color:#444;
    font-weight: bolder;
}

.Content .pagesD .li .title a {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    float: right;
    position: relative;
    padding-right: 15px;
}
.Content .pagesD .li .pro_all{
    display: flex;
    justify-content:space-between;
    flex-wrap:nowrap;

}
.Content .pagesD .li .pro_all .pro{
    margin-top:35px;
    width:32.5%;
    display: flex;
    justify-content:space-around;
    background:#f4f4f4;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
}
.Content .pagesD .li .pro_all .pro .logo{
    width:60px;
    height: 60px;
    border-radius:50%;
    background:#fff;
    border:1px solid rgba(236, 236, 236, 0.97);
    position: absolute;
    left:calc(50% - 30px);
    top:-30px;
    overflow: hidden;
}
.Content .pagesD .li .pro_all .pro .logo img{
    width:100%;
    height:100%;

}
.Content .pagesD .li .pro .company{
    display: inline-block;
    text-align: center;
    width:100%;
    font-size:16px;
    line-height:30px;
    font-weight: bolder;
    margin-top:25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Content .pagesD .li .pro .img{
    margin:20px 0;
    width:100px;
    height:100px;
    background:#fff;
    border:1px solid rgba(236, 236, 236, 0.97);
    overflow: hidden;
}
.Content .pagesD .li .pro .img img{

    width:100px;
    height:100px;

}



.Content .pagesD .li .pro .sub{
    margin-top:16px;
    font-size:14px;
    border:1px solid #e0e0e0;
    border-radius:25px;
    text-align: center;
    line-height:25px;
}
/**/
.Content .pagesE{
    margin-top:20px;
    height:600px;
    box-sizing: border-box;
}
.Content .pagesE .li{

    display: flex;
    justify-content:space-around;
    flex-direction: column;
}

.Content .pagesE .li .title{
    font-size:22px;
    color:#444;
    font-weight: bolder;
}
.Content .pagesE .li .title span{
    font-size:14px;
    color:#666;
    font-weight: 400;
    float: right;
    position: relative;

}
.Content .pagesE .li .menu{
    display: flex;
    justify-content:space-between;
    flex-wrap:nowrap;


    box-sizing: border-box;

}
.Content .pagesE .li .menu .its{
    flex: 1;
    height:50px;
    font-size:16px;
    color:#c2262d;
    font-weight:bolder;
    text-align: center;
    line-height:50px;
    border-bottom:2px solid #c2262d;
    cursor: pointer;
}
.Content .pagesE .li .menu .its_ok,.Content .pagesE .li .menu .its:hover{
    background:#c2262d;
    color:#fff;
    border-bottom:2px solid #c2262d;
    border-radius: 10px 10px 0 0;
}

.Content .pagesE .li .pro_all{
     margin-top:12px;
     display: flex;
     justify-content:space-between;
     flex-wrap:nowrap;
     height:435px;

 }
.Content .pagesE .li .pro_all .proA{
    height:435px;
    background: #f4f4f4
}
.Content .pagesE .li .proA .subnow{
    display: inline-block;
    background-image: linear-gradient(to right, #c0252c 50%, #c0252c 100%);
    color:#fff;
    font-size:14px;
    padding:10px 0;
    border-radius:25px;
    font-weight: bold;
    width:150px;
    text-align: center;
    cursor: pointer;
}
.Content .pagesE .li .proA .subnowN{
    opacity:0;
}
.Content .pagesE .li .pro_all .pro{
    height:435px;
     width:32.8%;
    display: flex;
    justify-content:space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

/*.Content .pagesE .li .pro label{*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    width:100%;*/
/*    font-size:16px;*/
/*    line-height:30px;*/
/*    font-weight: bolder;*/
/*    margin-top:25px;*/
/*}*/

.Content .pagesE .li .pro .img{
    width:100%;
    height:135px;
    background:#f4f4f4;
    padding:10px;
    box-sizing: border-box;
    position: relative;
}
.Content .pagesE .li .pro .img label{
     font-weight: bolder;
     font-size:16px;
 }
.Content .pagesE .li .pro .img img{
    font-weight: bolder;
    font-size:16px;
    position: absolute;
    bottom:10px;
    right:10px;
}


.Content .pagesE .li .pro .sub{
    margin-top:16px;
    font-size:14px;
    border:1px solid #e0e0e0;
    border-radius:25px;
    text-align: center;
    line-height:25px;
}



.Content .pagesE .li .pro_all  .pages_Cls1_4{
    display: flex;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap: wrap;
}
.Content .pagesE .li .pro_all  .pages_Cls1_4 .img{
    width:49%;
}
.Content .pagesE .li .pro_all  .pages_Cls1_4 .img img{
    width:49%;
    height:49%;
}

/**/
.Content .pagesF{
    margin-top:20px;
    height:400px;
    display: flex;
    justify-content:space-around;
    align-items: center;
}
.Content .pagesF .li{
    height:353px;
    box-sizing: border-box;
}

.Content .pagesF .liForm{
    width:505px;
    padding:30px;
    box-sizing: border-box;
    display: flex;justify-content:space-between;flex-direction: column
}
.Content .pagesF .liForm .title{
    color:#000;
    font-size:22px;
    font-weight:bolder;
}
.Content .pagesF .liForm .input{
    height:207px;
    box-sizing: border-box;
    display: flex;justify-content:space-between;
    flex-wrap: wrap;
}
.Content .pagesF .liForm input,.Content .pagesF .liForm textarea{
    border:1px solid #e6e6e6;
    border-radius:8px;
    box-sizing: border-box;
    padding:5px;
    line-height:28px;
    margin-bottom:10px;
}
.Content .pagesF .liForm .input .input1{
    width:100%;
}
.Content .pagesF .liForm .input .input2{
    width:49%;
}
.Content .pagesF .liForm .input .input3{
    width:49%;
    position: relative;
    cursor: pointer;
}
.Content .pagesF .liForm .input .input3 .i-b{
    right: 20px;
    top: calc(50% - 17px);
}
.Content .pagesF .liForm .input .input3 input{
    height:47px;
    width:100%;
    box-sizing: border-box;

}
.Content .pagesF .liForm .input .input4{
    width:100%;
    resize:none;

}


.Content .pagesF .liForm .sub{
    background-image: linear-gradient(to right, #c0252c 50%, #c0252c 100%);
    color:#fff;
    font-size:14px;
    padding:10px 0;
    border-radius:25px;
    font-weight: bold;
    width:150px;
    text-align: center;
    cursor: pointer;
}

.Content .pagesF .icon_r{
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 1px;
    position: relative;
}
.Content .pagesF .icon_r::after {
    position: absolute;
    bottom:5%;
    left: 30%;
    content: '';
    width: 30%;
    height: 31%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
}


/**/
.Content .pagesG .li{
    margin-top:20px;
    box-sizing: border-box;
}

.Content .pagesG .li{

    display: flex;
    justify-content:space-around;
    flex-direction: column;

}
.Content .pagesG .li .title{
    font-size:22px;
    color:#444;
    font-weight: bolder;
}
.Content .pagesG .li .title a{
    font-size:14px;
    color:#666;
    font-weight: 400;
    float: right;
    position: relative;
    padding-right:15px;
}
.Content .pagesG .li .pro_all{
    display: flex;
    justify-content:space-between;
    flex-wrap:nowrap;
}
.Content .pagesG .li .pro_all .pro{
    display: flex;
    justify-content:space-between;
    flex-direction: column;
    /*align-items: center;*/
    flex-wrap: nowrap;
    box-sizing: border-box;
    width:32.5%;
    padding:20px;
}


.Content .pagesG .li .pro .img{
    width:345px;
    height:135px;
    margin:0 auto;
    background: rgba(22, 25, 32, 0.07);
    overflow: hidden;

}
.Content .pagesG .li .pro .img img{
    width:100%;
    height:100%;

}
.Content .pagesG .li .pro .t1{
    font-size:16px;
    line-height:50px;
    font-weight: bolder;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(0, 0, 0);
    overflow: hidden;
}

.Content .pagesG .li .pro .t2{
    font-size:14px;
    line-height:23px;
    font-weight: 400;
    text-overflow: ellipsis;

    display:-webkit-box;
    -webkit-box-orient:vertical;
    color: rgb(102, 102, 102);
    overflow: hidden;
}
.Content .pagesG .li .pro .t3{
    padding-top:10px;
    font-size:14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.63);
}





/**/
.Content .pagesH{
    margin-top:20px;
    height:404px;
    padding:25px;
    box-sizing: border-box;
}
.Content .pagesH .li .title{
    font-size:22px;
    color:#444;
    font-weight: bolder;
}
.Content .pagesH .li .title span{
    font-size:14px;
    color:#666;
    font-weight: 400;
    float: right;
    position: relative;
}

.Content .pagesH .li2{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    height:310px;

}
.Content .pagesH .li2 .imgText{
    flex: 1;
    box-sizing: border-box;
    background: #ececec;
    height:100%;
    position: relative;
}
.Content .pagesH .li2 .imgText .t123{
    color:#fff;
    font-size:14px;
    position: absolute;
    bottom:15px;
    left:15px;
}
.Content .pagesH .li2 .imgText .t123 .t1{

    font-size:16px;
    font-weight:bolder;
    padding-bottom:15px;

}
.Content .pagesH .li2 .li_carousel{
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    height:310px;
    position: relative;
}

/*.Content .pagesH .li2 .li_carousel .oio{*/
/*    box-sizing: border-box;*/
/*    width:90px;*/
/*    padding:0 10px;*/
/*    display: flex;*/
/*    justify-content:space-between;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    position: relative;*/

/*}*/
/*.Content .pagesH .li2 .li_carousel .oio .ooo{*/
/*    flex:1;*/
/*    position: relative;*/
/*}*/

/*.Content .pagesH .li2 .li_carousel .oio .ooo:after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    !*top:calc(50% - 10px);*!*/
/*    top:0;*/
/*    left:-7px;*/
/*    width:10px;*/
/*    height:10px;*/
/*    background:#fff;*/
/*    border:2px solid #cb1920;*/
/*    border-radius:50%;*/
/*}*/
/*.Content .pagesH .li2 .li_carousel .oio .ooook:after{*/
/*    background: #cb1920;*/
/*    border:2px solid #cb1920;*/
/*}*/
/*.Content .pagesH .li2 .li_carousel .oio .ooo:before{*/
/*    content:'';*/
/*    position:absolute;*/
/*    top:10px;*/
/*    left:calc(50% - 1px);*/
/*    width:1px;*/
/*    height:100%;*/
/*    background:#cb1920;*/
/*    border:0;*/
/*}*/
.Content .pagesH .li2 .li_carousel .scl{
    width:20px;
}
.Content .pagesH .li2 .li_carousel .lb{
    box-sizing: border-box;
    padding-left:100px;
    flex: 1;
    height:310px;
    /*overflow-x:auto;*/
    overflow-y: auto;
    position: relative;
}
.Content .pagesH .li2 .li_carousel .hr{
    position: absolute;
    top:0;
    left:48.85555px;
    height: 100%;
    width:2px;
    background-image: linear-gradient(#e6e6e6, #fff);
}

.Content .pagesH .li2 .li_carousel .lb .lb_maxLb{
  box-sizing: border-box;
    /*padding:0 20px;*/
}
.Content .pagesH .li2 .li_carousel .lb .lb_maxLb .lb_maxLb_l{
    height:95px;
    width:100%;
    margin-bottom:13px;
    border-radius:10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
}
.lb_maxLb_l .ooo{
    position:absolute;
    /*top:calc(50% - 10px);*/
    top:0;
    left:-57px;
    width:10px;
    height:10px;
    background:#fff;
    border:2px solid #cb1920;
    border-radius:50%;
}
.lb_maxLb_l .ooook{
    background: #cb1920;
    border:2px solid #cb1920;
}
.lb_maxLb_l .img{
    width:176px;
    border-radius:5px;
    overflow:hidden;
}
.lb_maxLb_l .img img{
     width:100%;
     height:100%;
     border-radius:5px;
     overflow:hidden;
 }

.lb_maxLb_l .text{
    display: flex;
    flex: 1;
    justify-content:space-around;
    flex-direction: column;
    padding:10px;
}
.lb_maxLb_l .text .t1{ font-size:16px;color:#333333;font-weight: bolder}
.lb_maxLb_l .text .t2{ font-size:14px;color:#555555;font-weight:400}
.lb_maxLb_l .text .t3{ font-size:14px;color:#555555;font-weight: 400}

/*.carousel_item{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.carousel_item .img,.carousel_item .text{*/
/*   flex: 1;*/
/*}*/
/*.carousel_item .img{*/
/*    width:179px;*/
/*    height:92px;*/
/*}*/
/*.carousel_item .img img{*/
/*    width:179px;*/
/*    height:92px;*/
/*}*/



/**/
.Content .pagesI .li{
    margin-top:20px;
    box-sizing: border-box;

}

/**/
.Content .pagesJ{
    margin-top:20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.pagesJ .item {
    min-height:180px;
    width:385px;
    box-sizing: border-box;
    overflow: hidden;
    /*padding:10px;*/

}



.pagesJ .item .divBox {
    background:white;
    position: relative;
    padding:8px 10px 0px 10px;
    border-radius:8px 8px 8px 0;
}
.pagesJ .item .zw1 {
    width: 0;
    height: 0;
    border: 19px solid transparent;
    border-top: 19px solid #f4f4f4;
    border-right: 19px solid #f4f4f4;
    position: absolute;
    right:calc(30% + 38px);
    top:-14px;
}

.pagesJ .item  .zw2 {
    top:-14px;
    width:40%;
    height:38px;
    background: #f4f4f4;
    position: absolute;
    right:0;


}


.pagesJ .item .divBox .top {
    font-weight: 400;
    width:50%;
    font-size:14px;
    text-align: center;
    color: #6e6e6e;
}


.pagesJ_LB{
    background:white;
    border-radius:0 8px 8px 8px;
    height:150px;
    box-sizing: border-box;
    width:100%;
    padding:10px;


}
.pagesJ_LB > div{
    height:130px;
    width: 100%;
    overflow: hidden;

}
.pagesJ_LB > div div{
    border-radius:6px !important;
    overflow: hidden;
}
.pagesJ_LB > div div img{
    width: 100%;
    height: 100%;
    border-radius:6px !important;
    overflow: hidden;

}








/**/
.Content .pagesK .li{
    margin-top:20px;
    /*min-height:165px;*/
    box-sizing: border-box;
}



/* 底部 */
.Footer{
    height:600px;
    background:#494f5d;
    color:#fff;
}

.Footer .seek{
    height:160px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;


}
.seek .title{
    font-weight:bolder;
    text-align: center;
}
.seek .sub{
    width:100%;
    display: flex;
    justify-content:center;
    margin-top:20px;
}
.seek .sub .text{
    width:33.3333%;
    background:#2b3140;
    border-radius:25px;
    /*padding:10px 20px;*/
    height: 35px;
    display: flex;
    justify-content:space-between;
    color:#fff;
    border:1px solid #fff;
    overflow: hidden;
}
.seek .sub .text input{
    color:#fff;
    background:#2b3140;
    padding-left:15px;
    flex: 1;
    border:0;

}
.seek .sub .text .btn{
    border-radius:25px;
    color:#fff;
    background:#494f5d;
    width: 100px;
    line-height:35px;
    text-align: center;
    border-left:1px solid #fff;
    font-size:14px;
    cursor: pointer;
}




.Footer .menu{
    height:210px;

}
.Footer .menu .item{
    /*padding:10px 0;*/
    display: flex;
    justify-content:space-between;
    color:#fff;
    overflow: hidden;
}
.Footer .menu .item li{
   /*flex: 1;*/
}
.Footer .menu .item li.Help{
   width:420px;
}
.Footer .menu .item li h3{
    font-size: 16px !important;
    line-height:45px;
}
.Footer .menu .item li a{
    display: block;
    line-height: 33px;
    font-size: 14px;
    color:#e0e0e0;
}


.Footer .links{
    height:55px;
    border-bottom:1px dashed #e0e0e0;
}
.Footer .links .item{
    height:55px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-between;

}
.Footer .links .item .tit{
    font-size: 13px;
    color:#e0e0e0;
}

.Footer .links .item .li{
    font-size: 13px;
    color:#e0e0e0;
    padding:0 8px;
    position: relative;
}

.Footer .links .item .li:after{
    content:'';
    height:80%;
    width:1px;
    background:#e0e0e0;
    position: absolute;
    right:0;
    top:10%;
}
/*.Footer .links .item .li:first-child{*/
/*    padding-left:0;*/
/*}*/
.Footer .links .item .li:last-child{
    padding-right:0;
}
.Footer .links .item .li:last-child:after{
    display: none;
}


.Footer .brand{
    height:125px;
    /*border:1px solid #fff;*/
    display: flex;
    align-items: center;
}

.Footer .brand .item{
    display: flex;
    align-items:end;
    /*justify-items: center;*/

}
.Footer .brand .item .li{
    margin-right:25px;
    text-transform: uppercase;
}
.Footer .brand .item .li p{
    font-size:12px;
    color:#e0e0e0;
}



.Footer .last{
    width:100%;
    background:#fff;
}
.Footer .last .item{
    height:50px;
    display: flex;
    align-items: center;
}
.Footer .last .footericon {
    background-size: 100% 100%;
    background-image: url(../../file/style/pc/footer_icon.png);
    display: inline-block;
    width: 237px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.Footer .last span,.Footer .last a{
    font-size:12px;
    color:#666666;
    text-transform: uppercase;
}

.layui-laydate .layui-this {
    background-color: #d01c25 !important;
    color: #fff !important;
}

/* */
.NULL{
    min-height:300px;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
}

