@font-face {
    font-family: Open Sans;
    src: url('fonts/Open Sans.ttf') format("truetype");
}

@font-face {
    font-family: TypoPRO-Merriweather-Black;
    src: url('fonts/TypoPRO-Merriweather-Black.ttf') format("truetype");
}

@font-face {
    font-family: typopro-merriweather-light;
    src: url('fonts/typopro-merriweather-light.ttf') format("truetype");
}

@font-face {
    font-family: TypoPRO-Merriweather-BoldItalic;
    src: url('fonts/TypoPRO-Merriweather-BoldItalic.ttf') format("truetype");
}
img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,900%7COpen+Sans:300,400,600,700,800');
@font-face {
    font-family: "UniversPro";
    font-weight: normal;
    font-style: normal, unset;
    font-display: swap;
    src: url('fonts/395B90_0_0.eot');
    src: url('fonts/395B90_0_0.eot?#iefix') format('embedded-opentype'), url('fonts/395B90_0_0.woff2') format('woff2'), url('fonts/395B90_0_0.woff') format('woff'), url('fonts/395B90_0_0.ttf') format('truetype');
}

@font-face {
    font-family: "Univers-CondensedBold";
    font-weight: bold;
    font-display: swap;
    src: url('fonts/395B90_3_0.eot');
    src: url('fonts/395B90_3_0.eot?#iefix') format('embedded-opentype'), url('fonts/395B90_3_0.woff2') format('woff2'), url('fonts/395B90_3_0.woff') format('woff'), url('fonts/395B90_3_0.ttf') format('truetype');
}
/* ------------------------
    Flat Icon
------------------------*/
@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
         url("fonts/Flaticon.woff") format("woff"),
         url("fonts/Flaticon.ttf") format("truetype"),
         url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: "Flaticon";
      src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
  }
  
  [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
  [class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
  font-style: normal;
  }
  
  .flaticon-24-hours:before { content: "\f100"; }
  .flaticon-drawing:before { content: "\f101"; }
  .flaticon-innovation-1:before { content: "\f102"; }
  .flaticon-idea:before { content: "\f103"; }
  .flaticon-alarm-clock:before { content: "\f104"; }
  .flaticon-broken-link-1:before { content: "\f105"; }
  .flaticon-broken-link:before { content: "\f106"; }
  .flaticon-search-1:before { content: "\f107"; }
  .flaticon-search:before { content: "\f108"; }
  .flaticon-magnifier:before { content: "\f109"; }
  .flaticon-cancel:before { content: "\f10a"; }
  .flaticon-home:before { content: "\f10b"; }
  .flaticon-map:before { content: "\f10c"; }
  .flaticon-employee:before { content: "\f10d"; }
  .flaticon-coffee-cup:before { content: "\f10e"; }
  .flaticon-pencil:before { content: "\f10f"; }
  .flaticon-project:before { content: "\f110"; }
  .flaticon-engine:before { content: "\f111"; }
  .flaticon-fuel-station:before { content: "\f112"; }
  .flaticon-factory:before { content: "\f113"; }
  .flaticon-maintenance:before { content: "\f114"; }
  .flaticon-industrial-robot:before { content: "\f115"; }
  .flaticon-gear:before { content: "\f116"; }
  .flaticon-motor:before { content: "\f117"; }
  .flaticon-worker:before { content: "\f118"; }
  .flaticon-oil:before { content: "\f119"; }
  .flaticon-angle-arrow-down:before { content: "\f11a"; }
  .flaticon-paper-plane:before { content: "\f11b"; }
  .flaticon-message:before { content: "\f11c"; }
  .flaticon-opened-email-envelope:before { content: "\f11d"; }
  .flaticon-phone-call:before { content: "\f11e"; }
  .flaticon-online-support:before { content: "\f11f"; }
  .flaticon-settings:before { content: "\f120"; }
  .flaticon-networking:before { content: "\f121"; }
  .flaticon-browser:before { content: "\f122"; }
  .flaticon-time-management:before { content: "\f123"; }
  .flaticon-chat-bubble:before { content: "\f124"; }
  .flaticon-trophy:before { content: "\f125"; }
  .flaticon-growth:before { content: "\f126"; }
  .flaticon-innovation:before { content: "\f127"; }
body {
    overflow-x: hidden;
    font-family: UniversPro, Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    position: relative;
}
/*新增产能样式*/
.section_capacity .arrow img{
    animation: moveRight 1.5s infinite ease-in-out;
}
@keyframes moveRight {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    50% {
      transform: translateX(5px);
      opacity: 0.8;
    }
    100% {
      transform: translateX(10px);
      opacity: 0;
    }
  }

.section_capacity .leftbox{
    /* color:#fff; */
    border-radius: 27px; padding:20px; height: 100%;}.section_capacity .leftbox .item{min-height: 100px; display: flex; align-items: center; color: #0495CF; margin: 140px 0; border-radius: 5px; border-left: 8px solid #2BCEC3; padding:10px;
        border-bottom: 2px solid #2BCEC3;}  .section_capacity .leftbox .item:nth-child(2){ margin-top: 100px;} 
        .section_capacity .leftbox .item:last-child{ margin-bottom: 0;}   
    .section_capacity .leftbox .item .logopic{ width: 70px; margin-right: 10px;}
    .section_capacity .box{padding: 10px 50px 0 50px;}.section_capacity .leftbox .menutitle{ padding: 30px 0;font-family: 'TypoPRO-Merriweather-BoldItalic';font-size: 30px;}
    .section_capacity .box .item1sbox{
        width: 340px;
height: 30px;
background: #FFFFFF;
border-right: 1px solid #828282;
position: relative;
padding-left: 80px;
line-height: 30px;
    }
    .section_capacity .box .item1sbox .icos{ position: absolute;
top: 0;
left: 0;
width: 60px;
height: 30px;
background: #c32129;
text-align: center;}
.section_capacity .box .item1sbox .icos img{ filter: grayscale(100%) invert(100%);}
.section_capacity .box .item1{ display: flex; justify-content:center; margin-bottom: 30px;}
.section_capacity .box .item1s .nrbox{ display: flex; align-items:center; justify-content: flex-end;}
.section_capacity .box .item1s{margin:0 50px;width: 25%;}
.custom-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #fff;
border-left: 1px solid #828282;
padding: 5px;
border-right: 1px solid #828282;
cursor: pointer;
background-image: url(//cdn.bearing.com.cn/cbcc_new_html/cbcc_xb/icons1.png);
background-repeat: no-repeat;
background-position: 95%;
width: 60%;
height: 30px;
border-top: none;
border-bottom: none;
}
.section_capacity .rightbox .item3 .item3s .item3s_list.picbox{ width: 30%;height:190px;text-align: center;}
.section_capacity .rightbox .item3 .item3s .item3s_list.picbox img{ max-height: 170px;}
.section_capacity .rightbox .item3 .item3s .item3s_list.cs2{ width: 100px;}
.section_capacity .rightbox .item2 table {
width: 100%;
border-collapse: collapse;
border-collapse: separate;
border-spacing: 15px 15px;
}
.section_capacity .rightbox .item2 td {
padding: 4px 5px;
text-align: left;
background: url('//cdn.bearing.com.cn/cbcc_new_html/cbcc_xb/icons2.png') no-repeat right;
background-color: #ddd;
background-position: 95%;
cursor: pointer;
font-size: 16px;
color: #0495CF;
}
.section_capacity .rightbox .item2 .highlight {
background-color: #c32129;
color: white;
}
.section_capacity .rightbox .item2 .button {
display: inline-block;
padding: 5px 10px;
margin: 5px;
border: 1px solid #ddd;
border-radius: 4px;
cursor: pointer;
}
.section_capacity .rightbox .item2 .button:hover {
background-color: #ddd;
}
.section_capacity .rightbox .item2{ margin:-15px 0 30px}
.section_capacity .rightbox .item3{border-left:6px solid #1A313C; padding-left: 20px;}
.section_capacity .rightbox .item3 .item3s span.jiao.jiao1{top:0;left:0}
.section_capacity .rightbox .item3 .item3s span.jiao.jiao2{top:0;right:0}
.section_capacity .rightbox .item3 .item3s span.jiao.jiao3{bottom:0;left:0}
.section_capacity .rightbox .item3 .item3s span.jiao.jiao4{bottom:0;right:0}
.section_capacity .rightbox .item3 .item3s span.jiao{ width: 10px; height: 10px; background: #fff; position: absolute;}
.section_capacity .rightbox .item3 .item3s{
position: relative;
align-items: center;
border-radius: 10px;
border: 1px solid #CCD2D7;
padding:10px; display: flex; justify-content: space-between; margin-bottom: 15px; overflow-x: scroll;
}

.section_capacity .rightbox .item3 .item3s .item3s_list{max-width: 45%; font-size: 13px;padding: 10px;flex-shrink: 0;position: relative; overflow: hidden;font-family: 'TypoPRO-Merriweather-BoldItalic';color: #222;}
.section_capacity .button-container {
display: flex;
align-items: center;
border: 2px solid #88d9e7;
border-radius: 5px;
background-color: #ffffff;
padding: 10px 10px 10px 50px;
position: relative;
cursor: pointer;
transition: background-color 0.3s ease;
overflow: hidden;
}
.section_capacity .rightbox .item3 .item3s .item3s_list .ico{ margin-right: 5px; width: 15px;}
.section_capacity .button-container:hover {
background-color: #f0f8ff;
}
.section_capacity .rightbox .item3 .item3s .item3s_list.picbox .swiper-slide:hover img{transform:scale(1.05)}
.section_capacity .rightbox .item3 .item3s .item3s_list.inquirybtn{ width: 190px;}
.section_capacity .button-container::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30%;
height: 100%;
background-color: #00d2d3;
transform: skewX(-20deg);
transform-origin: left;
border-radius: 5px 0 0 5px;
left:-12px;
}

.section_capacity .arrow {
margin-right: 10px;
color: #00d2d3;
transition: color 0.3s ease;
position: absolute;
left: 20px;
}

.section_capacity .button-container:hover .arrow {
color: #009999;
}

.section_capacity .button-text {
color: #333333;
transition: color 0.3s ease;
text-align: center;
}

.section_capacity .button-container:hover .button-text {
color: #000000;
}
.section_capacity{ margin-top: 30px;}
.section_capacity .swiper-container{ width: 100%; height: 170px;}
.section_capacity .rightbox .item3 .item3s .item3s_list.active{ color: #c32129;}
.section_capacity .rightbox .item3 .item3s .item3s_list.picbox .swiper-slide.iframe:before{ background: none; display: none;}
.section_capacity .rightbox .item3 .item3s .item3s_list.picbox .swiper-slide:before {
opacity: 0;
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 99;
background: rgba(0,0,0,0.6);
-webkit-transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
-moz-transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
transition: all 0.7s cubic-bezier(.68,.11,.13,.98);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}.section_capacity .rightbox .item3 .item3s .item3s_list.picbox:hover .swiper-slide:before {
opacity: 1;
}
.section_capacity .rightbox .item3 .item3s .item3s_list.picbox .swiper-slide{
background: linear-gradient(to right, #b4805b, #d7dcdf);
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.section_capacity .rightbox .item3 .item3s .item3s_list .textitem{ display: flex; align-items: flex-start;}
.section_capacity .service-icon {
    position: absolute;
    top: 20%;
    width: 100%;
    padding: 15px;
    left: 0;
    z-index: 99;
    text-align: center;
}.section_capacity .service-icon i {
    z-index: 9;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f9a305;
    display: inline-block;
    margin: 0 5px;
    color: #ffffff;
    font-size: 30px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.section_capacity .rightbox .item3 .item3s .item3s_list.picbox .swiper-slide:hover .service-icon i {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.section_capacity .service-icon i:hover {
    color: rgba(255,255,255,0.8);
}
/*新增产能样式end*/
.fdlist a img{ margin:0;}
audio, canvas, progress, video{max-width: 100%;}
/* .adboxnew .swiper-slide:hover .contactbtn{ display: block;} */
.contactbtn a{ display: inline-block; margin-right: 10px;}
.contactbtn{margin-top:5px}
.section42 .nav-tabs li.new::before{
    position: absolute;
    right:5px;
    top:0px;
    content: '+';
}
.jp-img-video2{position: absolute;
    top: 50px;
    left: 7%;}.jp-img-video2 .imgvids{ max-width: 350px;}
.jp-img-video {
        float: none !important;
        margin-top: 20px;
        cursor: pointer;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.jp-img-video .imgvids{
        max-height: 200px;
    }
.whatsappbox{ display: none; left:10px;top:10px;  position: absolute;}
.jlbbox{ position: absolute; right: 1%; top:15%; z-index: 1; width: 150px; overflow: hidden;}
.jlbbox img{ max-height: 80%;box-shadow: inset 0px 0px 15px 0px #0155B8; border-radius: 25px;}
.btnwhats {
    position: fixed;
    bottom: 200px;
    right: 40px;
    z-index: 9999;
    color: #05B711;
    font-size: 50px;
}
.btnwhats i{color: #05B711;}
.section62 .adnewsbox .swiper-slide{ padding: 20px; text-align: center;}
.heartf{
    animation: heart 1.3s ease-in-out 2.7s infinite alternate;
    }
    @keyframes heart{
    from{margin-top:0px;}
    to{margin-top:-6px;}
    }
    @keyframes heart{
    from{transform:translate(0,0)}
    to{transform:translate(0,6px)}
    }
.logo-animation {
    -webkit-animation: float 1.5s linear infinite;
    animation: float 1.5s linear infinite;
    cursor: pointer;
}
#qrcode_wx{ position: fixed; bottom:140px;right:30px;z-index: 9999;} #qrcode_wx i{color: #05B711; font-size: 50px;}
.show_expobox{position: fixed;
    bottom: 280px;
    right: 5px;
    z-index: 9999;
    cursor: pointer;
    background: rgba(31, 50, 127, 0.83);
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 4px;}
.show_expobox img{max-width: 135px;}
/* 新年图标 */
.bigimage_wx {
    position: fixed;
    display: none;
    right: 130px;
    bottom: 70px;
    z-index: 999;
}
.bigimage_wx img{ max-width: 150px;}
.new20231 {
    position: fixed;
    right: 5px;
    bottom: 40%;
    z-index: 99999;
}

.new20231 img {
    max-width: 150px;
}

.new20232 {
    position: fixed;
    left: 40%;
    bottom: 2%;
    z-index: 99999;
}

.new20232 img {
    max-width: 350px;
}

.new20233 {
    position: fixed;
    left: 5px;
    bottom: 40%;
    z-index: 99999;
}

.new20233 img {
    max-width: 150px;
}


/* 新年图标 */
.adboxnew .zfxadbox{ width: 15%; float:right;}.adboxnew .hfadbox{ width: 75%; margin-right:10px;float: left; overflow: hidden; position: relative;}

@-webkit-keyframes rot {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

a {
    transition: all .3s
}

#tab25 .typetext,
#tab25 .datetext {
    color: #6442e5;
}

.applyregistbtn {
    position: absolute;
    right: 25%;
    top: 15px;
    z-index: 999;
}

.applyregistbtn a {
    display: inline-block;
    background: #fff;
    color: #009bfb;
    border-radius: 25px;
    padding: 10px;
}

.rotation {
    animation: rot 4s linear infinite;
    cursor: pointer;
    transition: all 0.6s;
}

.foooter2box1 .item2 ul {
    display: flex;
    flex-wrap: wrap;
}

.foooter2box1 .item2 ul li {
    width: 50%;
    margin-bottom: 10px;
}

.foooter2box1 .item3 ul li {
    margin-bottom: 10px;
}

.rotation:hover {
    animation: none;
    transform: scale(1.5);
}

.breadcrumb {
    background: none;
    padding: 0;
}

.suggestionsBox {
    position: absolute;
    left: 0;
    TOP: 34PX;
    background: #FFF;
    color: #000;
    border: 1PX solid #EEE;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
    z-index: 999;
}

.suggestionsBox li {
    cursor: pointer;
}

.proinfo_b_r {
    position: absolute;
    top: 30px;
    right: 26.5%;
}
.proinfo_b_r.slide1{
    width: 150px !important;
    height: 150px !important;
    background: #af0707 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proinfo_b_r.slide1 img{ max-width: 140px !important;}
.proinfo_b_r.item2 {
    right: 29.5%;
    top: 37%;
}

.proinfo_b_r.item3 {
    right: 29.5%;
    top: 65%;
}
#scrollDiv4 .boothlbtn .button{ color: #fff;}
.proinfo_b_r.item4 {
    right: 52.5%;
    top: 70px;
}

.proinfo_b_r.item5 {
    right: 40.5%;
    top: 38%;
    background: #fff;
    height: 100px;
    border-radius: 50%;
    width: 100px;
    display: flex;
    align-items: center;
}
.proinfo_b_r.item5 img{ max-width: 100%;}
.proinfo_b_r.item6 {
    right: 52.8%;
    top: 69%;
}

.proinfo_b_r img {
    max-width: 150px;
}

#friendlink img {
    max-height: 50px;
}

.logo_f {
    margin-left: -5px;
}

.bigimage {
    position: absolute;
    display: none;
    right: 30px;
    bottom: 30px;
}

.bigimage img {
    max-width: 150px;
}

.tubiaobox .item img {
    border-radius: 4px;
}


/*************/

.ijsjp {}

.top-xianlog {
    width: 100%;
    height: 3px;
    background: #333333;
    position: relative;
}

.img-logo-pis {
    position: absolute;
    top: -20px;
    left: 39.333%;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    background: white;
}

.img-logo-pis img {
    max-height: 40px;
    max-width: 100px;
}

.jp-img-video {
    float: left;
    margin-top: 20px;
    cursor: pointer;
    height: 200px;
    display: flex;
}

.jp-img-video video {
    width: 100%;
}

.bootm-bl {
    float: left;
    background: #48525b;
    width: 100%;
    position: relative;
    text-align: center;
}

.pro-title-s {
    float: left;
    background: #48525b;
    width: 100%;
    position: relative;
    margin-top: -6px;
    text-align: center;
}

.pro-title-s h1 {
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px;
    margin: 0;
    font-weight: 100;
}

.bootm-bl h1 {
    color: #aedc98;
    font-size: 14px;
    padding: 5px;
    margin: 0;
    font-weight: 100;
}

.bootm-bl h1.ikipl {
    font-weight: bold;
    color: #FFFFFF;
}

.bootm-bl h1.ikipl:hover {
    color: #ed6663;
}

.lwid-vid {
    height: 305px;
    display: block;
}

.lwid-vid .swiper-button-prev:after {
    content: '';
}

.lwid-vid .swiper-button-prev:after,
.lwid-vid .swiper-button-next:after {
    content: '';
}

.imgvidssds0 {
    transform: rotateZ(180deg);
}

.lwid-vid .swiper-button-next.swiper-button-disabled,
.lwid-vid .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.cikeemail {
    position: absolute;
    right: 15px;
    top: -10px;
    cursor: pointer;
    z-index: 10;
}

.cikeemail i {
    color: #aedc98;
    font-size: 26px;
    transform: rotate(45deg);
}

.imgvidssd {
    position: absolute;
    top: 37%;
    z-index: 10;
    left: 46%;
    width: 41px;
    cursor: pointer;
}


/***************/

.header1 .item1 {
    display: flex;
    align-items: center;
}

.header1 .new_ico,.companylist .new_ico{
    display: inline-block;
    width: 40px;
    height: 20px;
    border-radius: 20px;
    background: #6442e5;
    transform: rotate(-30deg);
    text-align: center;
    margin-right: 10px;
    color: #fff;
}

a {
    color: #333;
    transition: color .12s ease-out;
}

img {
    max-width: 100%;
}

.cataloguelist li .sub_cata li:hover a {
    color: #003499;
}


/* Header Start */

header {
    width: 100%;
    position: relative;
    z-index: 1000;
    background: #f5f5f5;
    box-shadow: 0 6px 9px 0 rgba(36, 39, 44, .2);
}
.section6 .tab-content .companylist .item a:hover,
.searchoption a:hover {
    color: #3744A0;
}

.searchoption a:hover {
    border-color: #3744A0;
}

.red {
    color: #F00;
}

.post_date .fa-clock-o {
    padding-right: 5px;
}

.btn_a2 {
    position: absolute;
    top: 0;
    color: #fff;
    background: #646464;
    padding: 10px 10px 10px;
    width: 100%;
}

.btn_a2 a {
    color: #fff;
}

.top_manufaturer_section.ptb0 .contentbox {
    padding: 0px 40px;
}

.titleinfo h2 {
    margin-top: 0;
}

.nav_ny .breadcrumb {
    padding-left: 0;
}

h1,
h2,b,strong {
    font-family: Univers-CondensedBold, Arial, sans-serif;
    font-weight: 700;
}

.clear {
    clear: both;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.Conbox table {
    width: 100%;
    border-bottom: 1px solid #008000;
    border-left: 1px solid #008000;
}

.Conbox table td {
    height: 25px;
    text-align: center;
    border-top: 1px solid #008000;
    border-right: 1px solid #008000;
    padding: 0 5px;
}

.store_search {
    background: #E9E9E9;
    margin: 10px 0;
    padding: 10px 0;
}

.searchstore1 {
    margin-bottom: 20px;
}

.store_box lable {
    margin: 0;
}


/****注册****/

.chk_user_ok {
    border: 1px solid #7EB447;
    background: #C1EC95;
    font-weight: bold;
    color: #006600;
    width: 100%;
    width: 320px;
    padding: 0 2px 0 4px;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #c32028;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.apply_control_wrap {
    background: #fff;
    margin: 40px 0;
    padding: 20px;
}

.apply_control_wrap .layui-form-item {
    margin-bottom: 10px;
    clear: both;
}

.apply_control_wrap .layui-form-label {
    width: 140px;
}

.layui-form-label,
.layui-form-mid,
.layui-form-select,
.layui-input-block,
.layui-input-inline,
.layui-textarea {
    position: relative;
}

.layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 130px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.layui-badge-rim,
.layui-colla-content,
.layui-colla-item,
.layui-collapse,
.layui-elem-field,
.layui-form-pane .layui-form-item[pane],
.layui-form-pane .layui-form-label,
.layui-input,
.layui-layedit,
.layui-layedit-tool,
.layui-quote-nm,
.layui-select,
.layui-tab-bar,
.layui-tab-card,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-textarea {
    border-color: #e6e6e6;
}

.layui-input,
.layui-select,
.layui-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
}

.layui-input,
.layui-textarea,
.layui-select {
    display: inline-block;
    width: 60%;
    padding-left: 10px;
    margin-right: 10px;
}

.layui-select {
    width: 120px;
}

.form_required_doc {
    color: #F00;
}

.w200 {
    width: 220px;
}

.apply_control_wrap .tit {
    font-weight: bold;
}


/*********************登陆*****/

.login_control_wrap {
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    margin-top: 60px;
    width: 80%;
    border-radius: 4px;
}

.login_control_wrap .login_box {
    width: 600px;
    margin: 0 auto;
}

.login_control_wrap .login_box .nav {
    margin: 0 auto;
}

.loginboxitem {
    padding: 40px;
    border: 1px solid #ddd;
    border-top: none;
}

.loginboxitem input {
    width: 100%;
    margin-bottom: 10px;
}

.loginboxitem .sign-login {
    background: #c32028;
    padding: 10px;
    color: #fff;
    border: none;
}


/*top_manufaturer_section*********************************************/

.top_manufaturer_section .supplier_logo {
    background: #003499;
    padding: 40px 20px;
    color: #fff;
}

.top_manufaturer_section {
    margin: 40px 0;
}

.top_manufaturer_section .supplier_logo img {
    max-width: 100%;
}

.top_manufaturer_section .iteml {
    background: #fff;
}

.top_manufaturer_section .menunav {}

.top_manufaturer_section .menunav li {
    padding: 0px 20px;
}

.top_manufaturer_section .menunav li a:after {
    content: "\f105";
    position: absolute;
    right: 0;
    font: normal normal normal 14px/1 FontAwesome;
}

.top_manufaturer_section .menunav li a {
    display: block;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 20px 0;
}

.top_manufaturer_section .menunav {
    padding: 40px 0;
}

.top_manufaturer_section .menunav li.active {
    background: #003499;
}

.top_manufaturer_section .menunav li.active a {
    color: #fff;
    border-color: #003499;
}

.top_manufaturer_section .item:first-child {
    padding-right: 0;
}

.top_manufaturer_section .menunav li a img.ico {
    margin-right: 10px;
}

.top_manufaturer_section .menunav li.active a img.ico {
    filter: contrast(175%) brightness(1111%);
}

.top_manufaturer_section .item:last-child {
    padding-left: 0;
}

.top_manufaturer_section .itemr .title {
    background: #222;
    padding: 5px 40px;
    color: #fff;
}

.top_manufaturer_section .itemr .weburl {
    background: #fff;
    padding: 10px 40px
}

.top_manufaturer_section .contentbox {
    padding: 20px 40px;
}

.top_manufaturer_section .newListBox .newList {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #DDD;
}

.top_manufaturer_section .newListBox .content {
    display: flex;
    margin: 0 0 10px 0;
}

.top_manufaturer_section .newListBox .leftTime {
    width: 100px;
    position: relative;
}

.top_manufaturer_section .newListBox .newTime {
    display: block;
    color: #999;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0px 0 30px;
    transition: all .5s ease;
}

.top_manufaturer_section .newListBox .newIcon {
    padding: 6px 11px;
    border: 1px solid transparent;
    transition: all .5s ease;
    color: #ccc;
}

.top_manufaturer_section .newListBox .rightC {
    padding: 0 0px 0 60px;
    position: relative;
    width: calc( 100% - 100px);
    transition: all .5s ease;
}

.top_manufaturer_section .newListBox .rightC::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    display: block;
    width: 40px;
    height: 1px;
    background: #aaa;
    transition: all .5s ease;
}

.top_manufaturer_section .newListBox .newTitle {
    margin-bottom: 10px;
    margin-top: 0;
}

.top_manufaturer_section .newListBox .newTitleLink {
    display: block;
    width: 100%;
    font-size: 2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s ease;
}

.top_manufaturer_section .newListBox .newMs {
    height: 48px;
    overflow: hidden;
    color: #999;
    transition: 600ms;
}

.top_manufaturer_section .newListBox .newList:hover .newTime {
    color: #333;
}

.top_manufaturer_section .newListBox .newList:hover .newIcon {
    border-color: #303030;
    margin-top: 10px;
    background: #303030;
}

.top_manufaturer_section .newListBox .newList:hover .rightC {
    padding-left: 80px;
}


/*分页*/

.pagelist {
    padding: 10px 0;
    text-align: center;
}

.pagelist span,
.pagelist a {
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    padding: 5px 12px;
}

.pagelist a {
    margin: 0 3px;
}

.pagelist span.current {
    background: #BA0001;
    color: #FFF;
    border-color: #BA0001;
    margin: 0 2px;
}

.pagelist a:hover {
    background: #BA0001;
    color: #FFF;
    border-color: #BA0001;
}

.pagelist label {
    padding-left: 15px;
    color: #999;
}

.pagelist label b {
    color: #125081;
    font-weight: normal;
    margin: 0 3px;
}


/*分页*/

.top_manufaturer_section .proBox .proLi {
    width: calc(100% / 3);
    height: 400px;
    float: left;
}

.top_manufaturer_section .proBox .proLi {
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.top_manufaturer_section .proBox .porTbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.top_manufaturer_section .proBox .proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}

.top_manufaturer_section .proBox .showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all 0.5s ease;
}

.top_manufaturer_section .proBox .showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.top_manufaturer_section .proBox .showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.top_manufaturer_section .proBox .showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.top_manufaturer_section .proBox .porBbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 130px;
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}

.top_manufaturer_section .proBox .proTitle {
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.top_manufaturer_section .proBox .proSummry {
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
}

.top_manufaturer_section .proBox .lookDetail {
    position: relative;
    display: block;
    color: #777;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
}

.top_manufaturer_section .proBox .arrowsR {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    width: 30px;
}

.top_manufaturer_section .proBox .arrowsR img {
    position: absolute;
    transition: all .5s ease;
}

.top_manufaturer_section .proBox .arrowsR img {
    position: absolute;
    transition: all .5s ease;
}

.top_manufaturer_section .proBox .proLi:hover .showBox {
    opacity: 1;
}

.top_manufaturer_section .proBox .lookDetail:hover .barr {
    opacity: 0;
}

.top_manufaturer_section .proBox .harr {
    opacity: 0;
}

.top_manufaturer_section .proBox .lookDetail:hover .harr {
    opacity: 1;
}

.collapse-info>div {
    position: relative;
    padding: 30px 15px;
    background: #eee;
    display: flex;
    flex-wrap: wrap;
}
#curvideoshow .describlist{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.lidianzan{ 
    left:5px !important;
    right:auto !important;
}
.partner.click {
    cursor: pointer;
}

.navvideo .svg {
    width: 8px;
    height: 12px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.partner {
    position: relative;
}

.collapse-info .close-collapse {
    position: absolute;
    right: 20px;
    top: 0px;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 25px;
    color: #6d6e70;
    outline: none;
    z-index: 2;
}

.partner-collapse-clickeable-area {
    margin-bottom: 10px;
    min-height: 160px;
}

.paddings0 {
    padding: 0;
}

.partner-info h4 {
    color: #000;
}

.videolistnav {
    background-image: url(images/videobg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px 10px;
    font-size: 16px;
    font-weight: BOLD;
}

.featured-badge .svg-img {
    position: absolute;
    height: 32px;
    width: 34px;
    left: -33px;
    margin-top: -2px;
}

.partner-container.featured .featured-badge {
    display: block;
}

.partner-container .featured-badge {
    background-color: #2cabf3 !important;
}

.featured-badge {
    background-color: transparent;
    color: white;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    left: 0;
    top: 10px;
    padding: 2px 5px 5px 10px;
    z-index: 11;
}

.navvideo {
    margin: 0px 0 10px 0;
    background: #2cabf3;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.partner .caret-btn {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    color: #009bfb;
    z-index: 2;
}

.partner .caret-btn.collapsed .fa-chevron-down {
    display: block;
}

.partner .caret-btn .fa-chevron-down {
    display: none;
}

.partner .caret-btn.collapsed .fa-chevron-up {
    display: none;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.top_manufaturer_section .partner-clickeable-area {
    padding: 25px 10px;
}

#header {
    position: relative;
}

.header1 {
    background: #e2001a;
    color: #fff;
    height: 50px;
    font-family: Univers-CondensedBold, Arial, sans-serif;
    font-weight: 700;
}

.header1 a {
    color: #fff;
    line-height: 50px;
}

.header1 .item {
    padding: 0;
}

.header1 .item.quiklink a {
    display: block;
    float: left;
    padding: 0 7px;
}

.header1 .item.quiklink a:hover {
    background: #a05a5a;
}

.header2 {
    background: url(images/logobg.png) no-repeat;
    background-size: contain;
    background-position-x: -150px;
}

.tzcnsite {
    line-height: 100px;
}

.social {
    overflow: hidden
}

.social a {
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 40px;
    background-color: #88be4c;
}

.social a:hover {
    color: #fff;
}

.social .fb a:before {
    content: "\f09a";
    font-family: FontAwesome;
}

.social .fb a {
    background: #3C5B9B;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .fb a:hover {
    background: #3C5B9B;
}

.social .tw a:before {
    content: "\f099";
    font-family: FontAwesome;
}

.social .tw a {
    background: #359BED;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .tw a:hover {
    background: #359BED;
}

.social .googleplus a:before {
    content: "\f0d5";
    font-family: FontAwesome;
}

.social .googleplus a {
    background: #E33729;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .googleplus a:hover {
    background: #E33729;
}

.social .rss a:before {
    content: "\f09e";
    font-family: FontAwesome;
}

.social .rss a {
    content: "\f09e";
    font-family: FontAwesome;
    background: #FD9F13;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .rss a:hover {
    background: #FD9F13;
}

.social .pintrest a:before {
    content: "\f16d";
    font-family: FontAwesome;
}

.social .pintrest a {
    content: "\f0d3";
    font-family: FontAwesome;
    background: #cb2027;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .pintrest a:hover {
    background: #cb2027;
}

.social .linkedin a:before {
    content: "\f0e1";
    font-family: FontAwesome;
}

.social .linkedin a {
    content: "\f0e1";
    font-family: FontAwesome;
    background: #027ba5;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .linkedin a:hover {
    background: #027ba5;
}

.social .youtube a:before {
    content: "\f16a";
    font-family: FontAwesome;
}

.social .youtube a {
    background: #F03434;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
}

.social .youtube a:hover {
    background: #F03434;
}

.social {
    float: left;
    margin-top: 4px;
}

.social ul {
    float: right;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.social a {
    transition: background 400ms ease-in-out;
    background: none !important;
}

.header-container {
    display: flex;
    justify-content: space-between;
    overflow: visible;
    width: 100%;
}

.header-logo {
    flex: 0 0 15%;
    position: relative;
}

.logo {
    vertical-align: middle;
    cursor: pointer;
    text-align: left;
    display: block;
    float: left;
    padding: 37px 40px 0px 0px;
    line-height: 100px;
}

.logo img {
    position: absolute;
}

.header__nav {
    flex: 0 0 85%;
}

.fl-nav-links .level1 {
    margin-left: 10px;
    margin-top: 5px;
}

.header-container .fl-nav-menu {
    display: block;
    border-radius: 3px;
    height: 100px;
    display: flex;
    padding-left: 20px;
}

.header-container .fl-header-right {
    margin-left: 20px
}

.fl-links {
    float: right;
}

.fl-links .clicker {
    padding: 0px 0px 0px 10px;
}

.fl-links .clicker {
    padding: 0px 0px 0px 28px;
    line-height: 100px;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 0 0 0 #202020;
}

.fl-links .clicker:before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 18px;
    padding-left: 4px;
    padding-top: 2px;
    margin-right: 6px;
    /* margin-top: -2px; */
    height: 40px;
    cursor: pointer;
    color: #121212;
}

.fl-links .no-js .fl-nav-links {
    background: #202020;
    background-repeat: repeat;
    background-position: 0 0;
    padding: 20px;
    margin: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 25px;
    z-index: 100;
    border-top: 0;
    width: 250px;
    position: absolute;
    opacity: 0;
    right: 0px;
    transform: scale(0) rotate(0deg);
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
}

.language-currency {
    overflow: hidden;
}

.fl-links .no-js .fl-nav-links h3 {
    color: #121212;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 0px 10px 10px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px;
    border-bottom: 1px #eaeaea solid;
    margin-bottom: 8px;
}

.fl-links .links {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.fl-links .links li {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    letter-spacing: 0.5px;
    padding-left: 0px;
    display: block;
    line-height: 23px;
}

.fl-links .no-js:hover .fl-nav-links {
    background: #fff;
    background-repeat: repeat;
    background-position: 0 0;
    margin: 0;
    width: 260px;
    overflow: hidden;
    font-size: 13px;
    line-height: 25px;
    z-index: 100;
    display: block;
    position: absolute;
    right: 0px;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
    border-top: none;
    box-shadow: 0 10px 20px -5px;
}

.fl-currency {
    display: block;
    float: none;
    line-height: 17px;
}

.fl-language {
    display: block;
    float: none;
    line-height: 17px;
    padding-left: 0px;
}

ul.currencies_list {
    float: none;
    display: block;
    margin: 0px 8px 25px 0px;
    padding: 0px;
}

ul.currencies_list li {
    float: none;
    display: block;
    margin: 0 5px 5px 0px;
}

ul.lang {
    text-align: left;
    display: block;
    margin: 0;
    padding: 0px;
    list-style: none;
    float: none;
    margin-bottom: 25px;
}

.search-bar {
    position: relative;
    width: 0%;
    min-width: 70px;
    height: 75px;
    float: right;
    overflow: hidden;
    transition: width 0.3s;
    display: inline-block;
}

.search-bar-input {
    border: none;
    outline: none;
    background: #fff;
    width: 80%;
    height: 45px;
    margin: 0;
    padding: 0px 52px 0px 20px;
    font-size: 14px;
    color: #bebebe;
    border-bottom: 1px #F3547D solid;
    border-left: 0px #E8E8E8 solid
}

.search-icon,
.search-bar-submit {
    width: 70px;
    height: 75px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #e5e5e5;
}

.search-bar-submit {
    background: #fff;
    /* IE needs this */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.search-icon:before {
    content: '\f002';
    font-family: FontAwesome;
    font-size: 18px;
    color: #333
}

.navbar-form {
    padding: 0px;
    margin: 0px
}

.navbar-collapse {
    float: right;
    padding: 0px;
    margin-left: 25px
}

nav {
    position: relative;
    /* margin: auto;*/
    width: 100%;
    z-index: 99;
}

.mm-toggle-wrap {
    display: none;
}

.nav-inner {
    position: relative;
}

#nav {
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0);
    padding: 0;
    margin: auto;
    text-align: center;
}

#nav>li {
    list-style: none;
    border-bottom: none;
    display: block;
    float: left;
    word-break: break-word;
    padding: 30px 0;
}

#nav li {
    text-align: left;
}

#nav>li>a:first-child {
    margin-left: 0px;
}

#nav>li>a>span {
    padding: 0 13px;
}

#nav>li>a>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 20px;
    text-align: center;
    position: relative;
    font-family: Univers-CondensedBold, Arial, sans-serif;
    font-weight: 700;
}

#nav>li>a>span:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ddd;
    right: 0;
    /*transform: skew(-25deg);*/
    top: 0;
}

#nav>li>a {
    color: #121212;
}

#nav>li>a {
    font-size: 16px;
    text-transform: capitalize
    /*1.3333em*/
    ;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 0 0 0 #fff;
}

#nav>li>a {
    display: block;
    padding: 0px 0px;
    line-height: 38px;
}

.mm-toggle-wrap {
    line-height: 1;
}

.tabinput {
    border: 1px solid #777;
    background: #292929;
    padding: 5px;
    width: 100%;
}

select.tabinput {
    color: #999;
}

.navbar-form .search-btn {
    color: #fff;
    background: none;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    border: none;
    outline: none;
    width: 76px;
    height: 65px;
    display: block;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 65px!important;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
}

.navbar-form .search-btn .glyphicon {
    line-height: 65px!important;
    vertical-align: middle;
}

.navbar-form .search-btn .glyphicon-search:before {
    font-size: 18px;
    color: #121212;
    vertical-align: middle
}

.navbar-collapse form[role="search"] input {
    font-size: 18pt;
    opacity: 0;
    display: none;
    height: 48px;
    position: relative;
    z-index: 2;
    float: left;
}

.navbar-collapse form[role="search"].active input {
    display: table-cell;
    opacity: 1;
    z-index: 100;
    border-radius: 0;
    border: none;
    line-height: 45px;
    height: 67px;
    font-size: 14px;
    padding: 0px 25px;
    width: 300px;
    position: absolute;
    right: 75px;
    border-left: 1px #e5e5e5 solid;
    box-shadow: none
}

.header-banner .social {
    float: right;
    padding: 0;
    margin-top: 0;
}

.header-banner .social ul {
    float: right
}

.header-banner .social li {
    margin-right: 0
}

.header-banner .social .fb a,
.header-banner .social .tw a,
.header-banner .googleplus a,
.header-banner .social .pintrest a,
.header-banner .social .youtube a {
    background: none;
    font-size: 16px;
    border-left: 1px rgba(255, 255, 255, 0.1) solid;
    line-height: 44px;
    height: 40px;
}

.header-banner {
    height: 54px;
}

.social ul li {
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.social ul li:last-child {
    margin: 0px;
}

.header-banner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 54px;
    width: 200%;
    content: '';
    background: none;
    z-index: -1;
}

.header-banner .cross-img {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 7px
}

.header-banner .assetBlock {
    text-align: left;
    margin: auto;
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: 'Saira Condensed', sans-serif;
    letter-spacing: 0.5px;
    line-height: 19px;
}

.header-banner .call-us {
    color: #fff;
    text-align: right;
    font-size: 17px;
    font-weight: 400;
    padding: 9px 5px;
    letter-spacing: 0.5px;
}

.header-banner .call-us i {
    opacity: 0.6;
    font-size: 16px;
    margin-right: 4px;
    margin-left: 22px
}

.header-banner p {
    margin: 0px
}

.header-banner .assetBlock a {
    color: #fff
}

.header-banner .assetBlock span {
    color: #fbe122;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding-right: 5px
}

#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper h4.heading {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
}

#nav .fl-custom-tabmenulink .header-nav-dropdown-wrapper h4.heading {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    margin-top: 15px;
    font-family: 'Saira Condensed', sans-serif;
}

#nav li.drop-menu ul {
    position: absolute;
    top: 75px;
    left: 0;
    background: rgb(255 255 255 / 93%);
    padding: 6px 0;
    border-top: none;
    box-shadow: 0 0 20px -5px;
    width: 165px;
    text-align: left;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: transform .2s ease-out;
    transform: translate3d(0, -5px, 0);
}

#nav li.drop-menu ul li:hover {
    background: #00863a;
}

#nav li.drop-menu:hover ul {
    position: absolute;
    top: 67px;
    padding: 0px 0;
    border-top: none;
    box-shadow: 0 10px 20px -5px;
    width: 165px;
    text-align: left;
    z-index: 1000;
    display: block;
    opacity: 1;
    -webkit-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

#nav>li.drop-menu ul li ul {
    border-top: none;
    opacity: 0;
    z-index: 0
}

#nav li.drop-menu:hover ul li ul {
    opacity: 0;
}

#nav li.drop-menu:hover ul li:hover ul {
    opacity: 1;
}

#nav>li.drop-menu {
    position: relative;
}


/* #nav>li.drop-menu a:hover {
    background: #00863a;
    color: #fff;
} */

#nav li.drop-menu ul li {
    position: relative;
    padding: 1px 0;
    transition: transform .2s ease-out;
    transform: translate3d(0, -5px, 0);
}

#nav li.drop-menu ul li a {
    color: #222;
    font-size: 13px;
    padding: 10px 18px;
    display: block;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    font-weight: 400;
    font-size: 0.87em;
    /*	font-family: "Montserrat", sans-serif;*/
}

#nav li.drop-menu ul li:hover>a {
    color: #fff;
    padding-left: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: translate3d(10px, 0, 0);
}

#nav li.drop-menu ul li span.plus {
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    width: 7px;
    background: #535353;
}

#nav li.drop-menu ul {
    display: none;
    opacity: 0;
    transition: transform .2s ease-out;
    transform: translate3d(0, -5px, 0);
}

.sticky {
    position: fixed;
    margin-top: 0px;
    z-index: 500;
    display: block;
    top: 0px;
    height: 51px;
    background: #141414;
    width: 100%;
}

.nav-tabs>li.active>a {
    color: #c32129;
}

.search_widget .item {
    float: left;
    margin-right: 20px;
}

.search_widget .item:nth-child(2) {
    position: relative;
}

.searbypic {
    position: absolute;
    right: 10px;
    top: 5px;
    background: none;
    border: none;
}

.btn-search {
    background: #3744A0;
    border-radius: 4px;
    height: auto;
    margin-top: 0;
}

.form-control-select {
    border-radius: 4px;
    border-color: #000;
}

.search_widget_block {
    margin: 10px 0 0 90px;
}

.search_widget_text {
    width: 450px;
    border-radius: 4px;
    border-color: #000;
}

.section1 .threeAds dl {
    float: left;
    width: 32%;
    margin: 0;
    padding: 4px 0;
}

.section1 .threeAds dl:nth-child(3) {
    float: right;
}

.section1 .threeAds {
    /* background: linear-gradient(to right, #5e42b0, #1f66b8); */
    margin: 0;
    /* background: url(./hbg.png); */
    padding: 10px 0;
    background: linear-gradient(to right, #d29ffe, #429eff);
}

.pd0 {
    padding: 0;
}
.pd0 dl img{
    height: 68px;
}
.section2 {
    position: relative;
}

.cataloguelist {
    position: absolute;
    left: 0;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 112;
    padding: 20px 40px;
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .cataloguelist {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.hidecatabtn {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 20px;
    color: #c32129;
    cursor: pointer;
}

.noshowul {
    position: absolute;
    background: #fff;
    top: 0;
    z-index: 111;
    left: 0;
    padding: 10px;
    cursor: pointer;
    color: #6442e5;
}

.cataloguelist .fa-long-arrow-right {
    display: none;
}

.cataloguelist h2 {
    font-size: 24px;
    margin-top: 0;
    background: url(images/icon152121.png) no-repeat left;
    padding-left: 25px;
}

.cataloguelist ul li {
    font-size: 16px;
    width: 240px;
    position: relative;
    margin: 0 -10px 0 -10px;
    padding: 5px 10px 5px 10px;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    font-family: Lato, Lato-polyfill, Constantia;
    font-weight: 700;
}

.noshowul h2 {
    background: none;
    padding-left: 0;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    margin: 0;
}

.noshowul .fa-long-arrow-right {
    font-size: 30px;
    display: block
}

.cataloguelist ul li .showsub {
    position: absolute;
    right: 0;
}

.cataloguelist ul li.cjdl:hover {
    background: #eee;
}

.section41,
.section42,
.section43,
.section61,
.section62 {
    background: #fff;
    padding: 50px
}

.section4 {
    margin-top: 50px;
}

.section42,
.section43,
.section62 {
    padding-top: 0;
}

.section41 .item {
    display: flex;
    align-items: center;
}

.section41 .item .brand {
    color: #646464;
    font-size: 18px;
}

.section41 .item .title {
    font-size: 24px;
    line-height: 25px;
    margin: 10px 0 20px;
    font-family: 'TypoPRO-Merriweather-BoldItalic'
}

.section41 .item .price {
    font-size: 20px;
    color: #c32129;
}

.sectiontitle {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.cataloguelist .sub_cata {
    position: absolute;
    left: 269px;
    top: 0;
    width: 1000px;
    background: #FFF;
    display: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 9999;
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 2px 2px 10px #969696;
    -webkit-box-shadow: 2px 2px 10px #969696;
    box-shadow: 2px 2px 10px #969696;
    padding: 10px;
}

.cataloguelist li a.sidebar_focus {
    color: #003499
}

.cataloguelist li .sub_cata li {
    float: left;
    width: 210px;
    font-size: 14px;
}

.cataloguelist li .sub_cata li a {
    color: #6d6e70;
}

.cataloguelist li .sub_cata li p {
    margin-right: 10px;
    margin-bottom: 0px;
}

.cataloguelist li .sub_cata li .sub_cata2 li a {
    color: #999;
    font-size: 13px;
}

.cataloguelist li .sub_cata li p.yjtitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cataloguelist li .sub_cata li .sub_cata2 li {
    margin: 0;
}

.sectiontitle .name {
    background: #c32129;
    font-size: 24px;
    position: relative;
    padding: 10px 30px 10px 20px;
    color: #fff;
    font-family: 'TypoPRO-Merriweather-BoldItalic'
}

.sectiontitle .name:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 100%;
    transform: skew(-25deg);
    right: -12px;
    top: 0;
    background-color: inherit;
    z-index: 0;
}

.sectiontitle .name a {
    color: #fff;
}

.section42 .videobox {
    margin-bottom: 24px;
    display: flex;
}

.section42 .videobox .mainvideo {
    margin-right: 10px;
}

.section42 .textbox h4 {
    margin: 0 0 20px;
    font-size: 24px;
    font-family: 'TypoPRO-Merriweather-BoldItalic'
}

.starlist {
    margin-bottom: 10px;
    font-size: 20px;
    color: #ffcb00;
}

.starlist .fa-star {
    display: inline-block;
    margin-right: 10px;
}

.videobtnlist a {
    margin-right: 10px;
}

.videobtnlist {
    margin-top: 40px;
    font-family: 'TypoPRO-Merriweather-BoldItalic'
}

.section5 h4 {
    font-family: 'TypoPRO-Merriweather-BoldItalic';
    font-size: 24px;
}

.section42 .nav-tabs>li.active>a,
.section42 .nav-tabs>li.active>a:focus,
.section42 .nav-tabs>li.active>a:hover,
.section42 .nav-tabs,
.section43 .nav-tabs>li.active>a,
.section43 .nav-tabs>li.active>a:focus,
.section43 .nav-tabs>li.active>a:hover,
.section43 .nav-tabs,
.section6 .nav-tabs>li.active>a,
.section6 .nav-tabs>li.active>a:focus,
.section6 .nav-tabs>li.active>a:hover,
.section6 .nav-tabs {
    border: none;
}

.curmenterprise {
    font-size: 18px;
    color: #646464;
    font-family: 'TypoPRO-Merriweather-BoldItalic'
}

.navpic1 .picbox {
    width: 32%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    height: 251px;
    background: #000;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
}

.navpic1 .picbox:last-child {
    margin-right: 0;
}

.navpic1 .picbox img {
    max-height: 251px;
}

.navpic2 .picbox {
    width: 49%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    height: 246px;
    background: #000;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
}

.navpic2 .picbox:last-child {
    margin-right: 0;
}

.navpic2 .picbox img {
    max-height: 246px;
}

.section4 .nav-tabs>li,
.section6 .nav-tabs>li {
    font-size: 18px;
    font-family: 'TypoPRO-Merriweather-BoldItalic'
}

.section4 .nav>li>a:focus,
.nav>li>a:hover {
    background: none;
    border: none;
    color: #c32129;
}

.othervideolist {
    text-align: right;
}

.othervideolist .oitem {
    margin-bottom: 15px;
    position: relative;
}

.othervideolist .oitem .text {
    position: absolute;
    top: 0px;
    padding: 20px 10px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    width: 100%;
    height: 100%;
}

.section42 .tab-content .item:first-child,
.section43 .tab-content .item:first-child {
    padding-left: 40px;
}

.videobtnlist .btn-primary {
    background: #003499;
}

.videobtnlist .btn-primary2 {
    background: #bababa;
}

.videobtnlist .btn-primary3 {
    background: #eee;
}

.othervideolist .oitem .text .text1 {
    color: #bababa;
    font-size: 14px;
}

.othervideolist .oitem .text .text2 {
    position: relative;
}

.othervideolist .oitem:hover .text .text2:before {
    position: absolute;
    content: '\f177';
    left: 60px;
    top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}

.othervideolist img {
    width: 100%;
}

.btn_a {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 12px;
}

.btn_a a {
    display: block;
    background: #646464;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}

.navpic2 .picbox .text {
    position: absolute;
    top: 10px;
    color: #fff;
    padding: 20px;
}

.navpic2 .picbox .text .text1 {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
}

.navpic2 .picbox .text .text1:before {
    background: #c32129;
    position: absolute;
    content: "";
    width: 30px;
    height: 18px;
    left: 0;
    top: 5px;
}

.navpic2 .picbox .btn_a2 {
    position: absolute;
    bottom: 12px;
    right: 0px;
    background: none;
}

.navpic2 .picbox .btn_a2 a {
    display: block;
    background: #646464;
    color: #fff;
    padding: 10px;
}

.section43 .introbox {
    font-size: 18px;
    margin: 28px 0 46px;
}

.section43 .newsbox {
    border: 1px solid #BABABA;
    border-radius: 4px;
}

.section43 .newsbox .title {
    background: #BABABA;
    padding: 5px 10px;
    font-size: 18px;
    font-family: 'TypoPRO-Merriweather-BoldItalic'
}

.section43 .newsbox .newslist {
    padding: 25px 10px 0;
}

.section43 .newsbox .newslist a {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.section43 .newsbox .newslist a:last-child {
    margin-bottom: 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 23px;
}

.section43 .contactbox {
    padding: 23px 10px 30px 10px;
}

.section43 .contactbox h4 {
    margin: 0;
    font-size: 18px;
}

.section43 .contactbox h3 {
    font-size: 20px;
    margin: 23px 0;
    font-family: 'TypoPRO-Merriweather-BoldItalic'
}

.zcadbox {
    margin-top: 20px;
    text-align: center;
}

.zcadbox img {
    max-width: 100%;
    max-height: 320px;
}

.inquiry1box .input input,
.inquiry1box .textarea textarea {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
    color: #333;
}

.inquiry1box .textarea textarea {
    height: 60px;
}

.inquiry1box .input select {
    width: 30%;
    padding: 5px;
    border-radius: 4px;
    color: #777;
}

.inquiry1box .input button {
    border: 2px solid #999;
    border-radius: 4px;
    padding: 5px;
    background: none;
}

.inquiry1box {
    background: #003499;
    color: #fff;
    border-radius: 4px;
    padding: 15px 50px 25px 50px;
}

.navpic2 .picbox .btn_a2 a:hover,
.btn_a a:hover,
.navpic1 .picbox .btn_a2:hover {
    background: #003499;
}

.tubiaobox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.tubiaobox .item {
    width: 38.5%;
    margin-bottom: 10px;
}

.section5box {
    display: flex;
    align-items: center;
}

.section5 {
    position: relative;
    background: linear-gradient(to right, #003499 0%, #003499 50%, #f5f5f5 51%, #f5f5f5 100%);
    padding: 30px 0 20px;
}

.section6 .tab-content .title,
.newListBox .title1 {
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'TypoPRO-Merriweather-BoldItalic';
    padding-right: 20px;
}

.section6 .tab-content .companylist .item a {
    position: relative;
    padding-left: 10px;
    color: #c32129;
    margin-bottom: 10px;
    display: flex;
    font-size: 1.3rem;
    font-weight: 700;
    /* font-family: Lato, Lato-polyfill, Constantia; */
    line-height: 18px;
    text-transform: uppercase;
    align-items: center;

}

.section6 .tab-content .companylist .item a:before {
    width: 4px;
    height: 100%;
    background: #E6E6E6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.searchoption span.title {
    font-weight: bold;
    padding-right: 20px;
}

.searchoption a {
    padding: 0px 5px;
    color: #c32129;
    border: 1px solid #c32129;
    margin-right: 3px;
}

.searchoption .px1 {
    margin-bottom: 10px;
}

.section6 .tab-content .companylist {
    border-bottom: 1px solid #eee;
    padding-bottom: 17px;
    margin-bottom: 35px;
}

.searchoption {
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 35px;
}

.section61 .curinfobox {
    height: 353px;
    overflow-y: scroll;
    background: #F6F6F6;
    border: 1px solid #eee;
    padding: 10px;
    overflow-x: hidden;
}

.section61 .curinfobox .item a {
    display: block;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    background: url(images/hd.jpg) no-repeat left;
    padding-left: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: Lato, Lato-polyfill, Constantia;
    text-transform: uppercase;
}

.section61 .slides-nav {
    background-color: #bababa;
    width: 100%;
}

.section61 .curinfobox .item {
    margin-bottom: 8px;
}

.hfadbox .itemad {
    padding-right: 0;
    float: right;
}

.section41 .textinfo {
    width: 50%;
}

.section61 .slides-nav li.hover .to-top {
    display: block;
    overflow: hidden;
    width: 0px;
    height: 0px;
    border: 6px solid #003499;
    border-color: #003499 #ECF6CE;
    border-width: 0 6px 6px 6px;
    position: absolute;
    left: 47%;
    top: 0;
    margin-top: -6px;
}

.section61 ul.slides-nav:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.section61 .slides-nav li.hover {
    background-color: #003499;
    position: relative;
    color: #fff;
}

.section61 .slides-nav li {
    font-weight: 600;
    float: left;
    width: 25%;
    display: block;
    outline: none;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 3px 4px 5px #666;
    font-family: 'TypoPRO-Merriweather-BoldItalic'
}

.section62left {
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.newsbox .grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 20px;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
}

.newsbox .grid_item {
    overflow: hidden;
    grid-column: span 2;
}

.newsbox .grid_item {
    position: relative;
    list-style: none;
}

.newsbox .grid_image {
    height: 100%;
    text-align: center;
}

.newsbox .grid_image img {
    height: 300px;
    max-width: 100%;
    transition: all 0.3s ease-out !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    object-fit: cover;
}

.newsbox .grid_image a:after {
    top: 15% !important;
    background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0, rgba(16, 15, 15, 0.91) 89%, rgba(16, 15, 15, 0.93) 93%) !important;
    transition: 0.2s all ease-in-out;
    opacity: 0.85;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.newsbox .grid_description {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6%;
    color: #fff;
}

.newsbox .grid_description a.tag {
    background: #003499;
    letter-spacing: 0.5px;
    padding: 3px 6px 3px 8px;
    position: relative;
    color: #fff;
}

.newsbox .content-info a.tag,
.popular-posts .content-info a.tag {
    background: #BABABA;
    letter-spacing: 0.5px;
    padding: 3px 6px 3px 8px;
    position: relative;
    color: #fff;
}

.newsbox .grid_description a.tag:after,
.newsbox .content-info a.tag:after,
.popular-posts .content-info a.tag:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    transform: skew(-15deg);
    right: -4px;
    top: 0;
    background-color: inherit;
    z-index: 0;
}

.newsbox ul li .content-info h4 {
    font-size: 16px;
    line-height: 18px;
    padding-top: 0px;
    margin: auto;
    margin-bottom: 10px;
}

.newsbox .content-info .post_meta {
    margin-bottom: 10px;
}

.newsbox .grid_description h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'TypoPRO-Merriweather-BoldItalic';
    margin-top: 15px;
}

.newsbox .grid_description h3 a {
    color: #fff;
}

.newsbox .post_meta span {
    color: #bbb;
    font-size: 12px;
}

.newsbox ul {
    padding: 0;
    margin-top: 25px;
}

.newsbox ul li {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    display: grid;
    -ms-grid-columns: 110px 6px 1fr;
    grid-template: auto/110px 1fr;
    grid-template-areas: "picture title" "picture text";
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.newsbox ul li:last-child {
    border: none;
}

.newsbox .posts-list li:hover a.tag,
.popular-posts .posts-list li:hover a.tag {
    background: #003499
}

.section62 .adnewsbox {
    background: #F5F5F5;
    margin-bottom: 20px;
}

.section62 .popular-posts .widget-title {
    background: #BABABA;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 18px;
}

.section62 .popular-posts {
    border: 1px solid #eee;
}

.section62right .posts-list {
    padding: 10px;
}

.popular-posts ul li {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    display: grid;
    -ms-grid-columns: 110px 6px 1fr;
    grid-template: auto/110px 1fr;
    grid-template-areas: "picture title" "picture text";
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.section62 .featured-thumb {
    width: 100%;
    float: none;
}

.section62 .featured-thumb a img {
    max-height: 58px;
}

.section62 .featured-thumb a {
    display: flex;
    width: 110px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.section62 .content-info {
    width: 100%;
}

.section62 .content-info h4 {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0px;
    margin: auto;
    margin-bottom: 8px;
}

.section62 .content-info h4 a {
    font-size: 18px;
}

.section62 .post-meta {
    font-size: 13px;
    color: #898989;
    border: none;
}

#back-to-top.show2 {
    z-index: 999;
    opacity: 1;
}

#back-to-top {
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 90px;
    height: 200px;
    border-radius: 4px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    background-color: #003499;
}

#back-to-top::before {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    background-color: var(--global--color-heading);
    -webkit-transition: -webkit-transform .24s ease-in-out;
    transition: -webkit-transform .24s ease-in-out;
    -o-transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out;
}

#back-to-top i {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.section42 .newprobox {
    overflow: hidden;
}

.section42 .newprobox .nitem .picbox {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
}

.section42 .newprobox .nitem .picbox img {
    max-height: 200px;
    transition: all 0.6s;  
}
.section42 .newprobox .nitem .picbox:hover img{
    transform: scale(1.2); 
}
.othervideolist .oitem:hover .text {
    left: 0;
    right: 10px;
    text-align: right;
    background: rgba(1, 1, 1, 0.4);
}

.navfoot {
    width: 70%;
    margin: 0 auto;
}

.fdlist a {
    margin-right: 5px;
}

.tab-content .item11 {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.section62 .tab-content .item:first-child:after {
    right: 8px;
}

.section62 .tab-content .item:first-child {
    text-align: center;
}


/*.tab-content .item:first-child:after{ width:1px; background:#eee; position:absolute; right:15px; top:0; height:100%; content:"";}*/


/* .section42 .newprobox ul {
    display: grid;
    align-items: flex-start;
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
} */

.section42 .newprobox .inquirybtn {
    text-align: center;
    margin-top: 10px;
}

.section42 .newprobox .inquirybtn a {
    display: inline-block;
    padding: 5px 15px;
    background: #003499;
    color: #fff;
    border-radius: 4px;
}

.section42 .newprobox .text {
    text-align: center;
    margin-bottom: 10PX;
    margin-top: 10px;
    height: 38px;
    overflow: hidden;
}

.section42 .newprobox .price span {
    display: block
}

.section42 .newprobox .price {
    text-align: center;
}

.section42 .newprobox .price span.n {
    font-size: 18px;
    color: #003499;
}

.section42 .newprobox .price span.y {
    text-decoration: line-through;
}

.section42 .newprobox li {
    background: #F3F3F3;
    padding: 10px;
    overflow: hidden;
}

.section42 .newprobox .newsigh {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fpolicya a {
    display: block;
    font-size: 16px;
}

.footer .footer2 {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.footer2 .shrIcon a {
    font-size: 20px;
    margin-right: 18px;
}

.footer {
    background: #111111;
    color: #9c9c9c;
    position: relative;
    z-index: 1;
}

.footer h2 {
    margin: 0 0 20px;
    font-size: 20px;
}

.footer2 .shrIcon {
    position: relative;
    margin-top: 10px;
}

.footer1 .item2 {
    border: 1px dashed #777;
    padding: 20px 15px 30px 15px;
    margin-top: -20px;
}

.footer1 .item2 .ymitem a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #777;
    background: #292929;
}

.footer1 .item2 .ymitem {
    margin-top: 20px;
}

.footer1 .item2 .ymitem a:first-child {
    margin-bottom: 10px;
}

.main {
    margin-bottom: 60px;
}

.footer a {
    color: #9c9c9c;
}

.navfoot li {
    display: inline-block;
}

.fdlist {
    margin-bottom: 32px;
    margin-top: 40px;
}

.footer1 {
    border-bottom: 1px solid #646464;
    padding-bottom: 50px;
}

.footer1 .item2 .enterbtn {
    position: absolute;
    right: 10px;
    bottom: 30px;
}

.footer1 .item2 .enterbtn a {
    background: #003499;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
}

.footer1 .item3 {
    padding-left: 70px;
}

.footer1 .item3 img {
    margin-bottom: 30px;
}

.section3 {
    background: #c32129;
    color: #fff;
}

.section3box {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section3box .item div span{
    animation: rot 3s linear infinite;
    cursor: pointer;
    transition: all 0.6s;
}

.section3box .item div span:hover{
    animation: none;

    font-size: 15px;


}

.section3box .item:nth-child(2) {
    text-align: center;
    width: 250px;
}

.section3box .item:nth-child(1) div span {
    background: #fff;
    color: #c32129;
    padding: 5px;
    text-align: center;
    margin-left: 50px;
}

.section3box .item:first-child div:first-child {
    margin-left: 0;
}

.section3box .item:first-child div {
    margin-bottom: 3px;
    height: 30px;
    margin-left: 30px;
    font-family: TypoPRO-Merriweather-Black;
}

.registerbtn2 {
    font-family: TypoPRO-Merriweather-Black;
    background: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    color: #c32129;
}

.section3box .item .closebtn span,
.expobannerad .closebtn span {
    height: 25px;
    width: 25px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    color: #c32129;
    text-align: center;
    line-height: 25px;
}

.section3 .closebtn {
    position: absolute;
    right: -20px;
    top: 20px;
    cursor: pointer;
}

.section3box {
    position: relative;
}

.footer1 {
    background: #e2001a;
    padding: 50px 0;
    color: #fff;
}

.footer1 a {
    color: #fff;
}

.footer1 h2 {
    position: relative;
    margin-bottom: 15px;
}

.footer1 h2:after {
    background: #fff;
    height: 2px;
    width: 80%;
    bottom: -15px;
    left: 10%;
    content: "";
    position: absolute;
}

.fpolicya {
    margin-top: 10px;
}

.foot-title {
    text-transform: uppercase;
    font-family: Univers-CondensedBold, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 14px;
    font-size: 20px;
    color: #fff;
}

.foot-title:after {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 40px;
    height: 2px;
    background: #e2001a;
    content: "";
}

.foooter2box1 .item3 {
    padding-left: 115px;
    color: #868686;
}

.foooter2box1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
    color: #fff
}

.foooter2box1 .itemflex div:first-child {
    margin-bottom: 12px;
}

.foooter2box1 a {
    color: #868686;
}

.foooter2box1 a:hover {
    color: #e2001a;
}

.foooter2box1 .itemflex .btn {
    background: #9c9c9c
}

.subbox .btn.blue {
    background: #003499;
    padding: 5px 12px;
    margin-top: 12px;
    color: #fff;
}

.subbox .btn.blue:hover {
    color: #fff;
}
form .dirclist li tr{
    display: block;
}

/**********************首页视频橱窗展示调整后的样式6.23ch*****/

.companyvlist li {
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.companyvlist li:nth-child(5n+0) {
    margin-right: 0;
}

.companyvlist li .companyvpic img {
    max-width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.companyvlist li .companyvpic img:hover , .jp-img-video img:hover{
    transform: scale(1.1) rotate(0deg);
}
.companyvlist li .companyvtext {
    padding: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    position: absolute;
    top: 35px;
}
#form3 .dircinfo .dirclist input{
    margin-right: 8px;
}

.starlist .fa-star {
    display: inline-block;
    margin-right: 10px;
    color: #ffcb00;
}

.starlist {
    margin-bottom: 10px;
    font-size: 20px;
}

.describlist {
    margin-top: 10px;
    word-break: break-word;
}

.partner-info .describlist li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.partner-info .describlist li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background-image: url(images/gear.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lib_supplier ul li:nth-child(1) {
    background: #0371E0;
}

.lib_supplier ul li:nth-child(2) {
    background: #E64334;
}

.lib_supplier ul li:nth-child(3) {
    background: #ADBA2C;
}

.lib_supplier ul li:nth-child(4) {
    background: #DE8529;
}

.lib_supplier ul li:nth-child(5) {
    background: #2DA5D9;
}

.partner-info h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}

.companyvlist li a:hover {
    text-decoration: none;
}


/* .companyvlist li:hover .arrow-down {
    opacity: 1;
} */

.companyvlist .arrow-down {
    margin-top: -1px;
    transition: all 0.5s ease 0s;
    opacity: 0;
    position: absolute;
    color: #009bfb;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 30px;
    bottom: -20px;
}

.membersinfo img {
    max-width: 110px;
}

.sendbtnindex {
    background: #ADBA2C;
    color: #fff;
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
    border-radius: 4px;
    -moz-box-shadow: 3px 3px 4px #ccc;
    -webkit-box-shadow: 3px 3px 4px #ccc;
    cursor: pointer;
}

.sendbtnindex:hover {
    text-decoration: none;
    color: #fff;
}

.videobtnlist .fa-link {
    font-size: 20px;
    vertical-align: middle;
    color: #009bfb;
}

.videobtnlist .fa-envelope-o {
    font-size: 20px;
}

.profmbox {
    position: absolute;
    z-index: 999;
    top: 20px;
    width: 80%;
    left: 10%;
}

.profmbox a {
    display: block;
    padding: 20px 40px;
}

.profmbox .profmboxl {
    width: 50%;
    float: left;
}

.profmbox .profmboxr {
    width: 45%;
    float: right;
}

.profmbox .profmboxl img {
    max-width: 100px;
    float: none;
}

.profmbox .profmboxr img {
    max-width: 220px;
    border: 4px solid #ccc;
    border-radius: 10px;
}

.profmbox .profmboxl {
    font-size: 20px;
    color: #fff;
}

.profmbox .profmboxl .profminfo1 {
    background: url(images/bgarrow.png) no-repeat center left;
    margin-bottom: 5px;
    display: BLOCK;
    display: BLOCK;
    height: 56px;
    background-size: contain;
}

.profmbox .profmboxl span.span1 {
    display: inline;
    font-size: 28px;
    color: #222;
    padding: 8px 0 5px 10px;
    width: 138px;
    display: inline-block;
    float: left;
    color: #222;
}

.profmbox .profmboxl span.span2 {
    font-size: 21px;
    display: inline-block;
    margin: 15px 0 0 -25px;
    display: inline-block;
}

.adtitleprofmbox {
    text-align: right;
    color: #f00;
    font-size: 20px;
    margin-top: -10px;
}

.profmbox .profmboxl span.span1 sub {
    color: #555;
}

.partner.click {
    cursor: pointer;
}

.partner {
    position: relative;
}

.partner-clickeable-area {
    position: relative;
    background-color: white;
    min-height: 150px;
    padding: 0px 10px;
    color: #6d6e70;
    font-weight: 300;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 30px;
}

.partner-clickeable-area>div.partner-logo {
    display: flex;
    padding-left: 0;
    align-items: center;
    flex-direction: column;
}

.partner-clickeable-area>div {
    border-right: 1px solid #ececec;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mainvedio {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.partner-logo img {
    max-width: 98%;
    transition: all 0.3s ease-in-out;
    transform: translateZ(0);
}

.mainvpic {
    border: 2px solid #eee;
    border-radius: 20px;
}

.playbtn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 40%;
}

.playbtn img {
    max-width: 40px;
}

.vlinkurl {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    opacity: 0;
}

.vlinkurl a {
    display: BLOCK;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
}

.lidianzan,
.collectbtn {
    position: absolute;
    top: 15px;
    right: 5px;
    color: #fff;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 3px 15px;
}

.collectbtn {
    right: 80px;
    padding: 5px 10px;
}

.lidianzan,
.collectbtn {
    position: absolute;
    top: 15px;
    right: 5px;
    color: #fff;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    padding: 3px 15px;
}

.vediolist {
    text-align: center;
}
#newssupply .nav-tabs>li>a{
    border: 1px solid #eee;
}
#newssupply .navbox{ margin-left: 20px;}
/* accordions */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}.highlight-button-dark {
    border: 2px solid #c32129;
    display: inline-block;
    padding: 8px 20px 9px;
    color: #fff !important;
    background-color: #c32129;
    width: auto !important;
    height: auto !important;
}.toggles-style3 .active-accordion h4 {
    font-weight: 600;
}.toggles-style3 .panel-heading a{ text-decoration: none;}
.panel > div { transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: initial; -o-transition-duration: .2s; }
.panel-heading { padding-bottom:15px; }
.panel-title { background-color: #fff; color: #767676; font-size: 12px; letter-spacing:2px; font-weight: 400; width:100%; display: block; padding: 10px 18px; border: 1px solid rgba(0, 0, 0, .1); text-transform: uppercase; }
.panel-body { padding:10px 18px 25px 18px; font-size: 13px; line-height: 23px; }
.panel-heading i { font-size:10px; margin: 0; }
.active-accordion .panel-title { color: #000; }
.accordion-style2 .panel-title { background-color:#000; color: #fff; }
.accordion-style2 .panel-heading i { font-size:18px; margin: 0; color:#fff; padding-top:5px; }
.accordion-style3 .panel-title { background-color:#ededed; color: #000; position:relative; border: none; padding:0 25px; font-size: 14px; line-height: 70px; font-weight: 600; }
.accordion-style3 .panel-heading { padding-bottom:30px; }
.accordion-style3 .panel-heading i { font-size:20px; margin: 0; color:#000; position: relative; top:3px; }
.accordion-style3 .panel-body { padding: 0 60px 35px 25px; }
.accordion-style3 .number { font-size: 18px; font-weight: 600; margin-right:10px; position: relative; top: 1px; }
.toggles-style2 .panel-title { background-color:#000; color: #fff; }
.toggles-style2 .panel-heading i { font-size:18px; margin: 0; color:#fff; padding-top:5px; }
.toggles-style3 { border:1px solid rgba(0, 0, 0, .15); border-top:none; }
.toggles-style3 .panel { border: none; border-top:1px solid rgba(0, 0, 0, .15);  margin-top: 0 !important;}
.toggles-style3 .panel-title { border: none; padding:20px 25px; font-size: 14px; position: relative; }
.toggles-style3 .panel-title span { position: absolute; right: 25px; top: 20px; }
.toggles-style3 .panel:first-child { border-bottom:none; }
.toggles-style3 .panel-heading { padding: 0; }
.toggles-style3 .panel-body { padding: 0 60px 25px 25px; background-color:#fff; }
.toggles-style3 .active-accordion h4 { font-weight: 600; }
.newsupplierbox .companyinfo{ display: flex; align-items: center; margin-bottom: 20px;}.newsupplierbox .companyinfo h2{ margin: 0; font-size: 16px;}
.newsupplierbox .companyinfo .btnwhats{ position: static; font-size: 25px; margin-left: 20px;}
.newsupplierbox .inquirybtn{ margin-top: 40px;}
.newsupplierbox .inquirybtn a.readmore{padding: 6px; border: 2px solid #c32129; border-radius: 4px; color: #c32129; margin-right: 20px;}
.videobtnlist .btn-primary,
.inquirybtnnew .btn-primary {
    background-color: #009bfb;
    color: white;
    border-color: #005c95;
    padding: 10px;
    border-radius: 20px;
    border-bottom: 3px solid black;
}

.videobtnlist .btn-primary2 {
    background-color: #F9E038;
    color: #222;
    border-color: #F9E038;
    padding: 10px;
    border-radius: 20px;
    border-bottom: 3px solid black;
}

.videobtnlist .btn-primary3 {
    background: #eee;
    padding: 0;
}

.videobtnlist .btn-primary3 img {
    vertical-align: middle;
}

.moreshow {
    color: #009bfb;
    margin-top: 10px;
    text-align: center;
}

.mainvedio:hover img,
.vediolistarea:hover img {
    transform: scale(1.05);
}

.mainvedio:hover .lidianzan,
.vediolistarea:hover .lidianzan,
.mainvedio:hover .vlinkurl,
.vediolistarea:hover .vlinkurl,
.mainvedio:hover .collectbtn {
    opacity: 1;
}

.partner-cta {
    border: none!important;
    flex-direction: column;
    max-width: 220px;
}

.vediolistarea {
    width: 100%;
    margin: 5PX 0px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}


/*.vediolistarea .playbtn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 20%;
}*/

.vediolistarea .vlinkurl {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    opacity: 0;
}


/*.vediolistarea .playbtn img {
    max-width: 20px;
} 
.vediolistarea .vlinkurl a {
    display: BLOCK;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 2px;
    color: #fff;
}*/

.listvpic {
    border: 1px solid #eee;
    border-radius: 10px;
}


/**end*/

.expobannerad {
    position: relative;
}

.expobannerad .closebtn {
    position: absolute;
    right: 230px;
    top: 20px;
    cursor: pointer;
}

.swiper-pagination {
    width: 100%;
    bottom: 0;
}

.swiper-pagination-bullet {
    margin-right: 10px;
}

.section41 .picinfo img {
    max-width: 150px;
}

.newsupplierbox li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 5px;
    align-items: center;
}

.newsupplierbox li div {
    width: 40%;
}

.newsupplierbox li div:last-child {
    width: 10%;
}

.newsupplierbox li.title {
    font-family: 'TypoPRO-Merriweather-BoldItalic';
}


.newsupplierbox li:hover {
    background: #f2f2f2;
}

.newsupplierbox li .company_url a {
    display: block;
}

.newsupplierbox .inquirybtn button {
    background: #c32129;
    color: #fff;
    border-color: #c32129;
    border-radius: 4px;
    padding: 5px;
}

.form-input {
    overflow: hidden;
    margin: 0 0 10px 0;
    width: 100%;
}

.form-input label {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0px 0 5px;
    width: 100%;
}

.contact-form span.red {
    display: inline-block;
    margin-left: 5px;
}

.red {
    color: #f00;
}

.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=email],
.contact-form textarea,
.contact-form input[type=file],
.form-input select {
    display: inline-block;
    float: left;
    padding: 8px 15px;
    width: 100%;
    border: 0;
    border: 1px #DFDFDF solid;
    background: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-large {
    padding: 0 22px;
    font-size: 15px;
    line-height: 49px;
    background: #003499;
    height: 50px;
    color: #fff;
    border-radius: 6px;
}

.floatleft1 .boothul li.boothli {
    width: 46%;
    float: left;
    margin: 22px 20px 22px 0;
}

.floatleft1 .boothul li.boothli:nth-child(2n+0) {
    margin-right: 0;
}

.boothl {
    float: left;
    width: 39%;
    background: url(images/boothbg2.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: transparent;
    background-size: 100%;
    margin-top: 30px;
}

.boothl h3 {
    padding: 5px;
    height: 40px;
    /* overflow: hidden; */
    width: 172px;
    margin: 0;
    font-size: 15px;
    word-break: keep-all;
    word-wrap: break-word;
}

.boothl p {
    margin: 7% 0 0px 22px;
}

.boothlbtn {
    width: 100%;
    padding: 10px 0;
}

.floatleft1 li div.boothr li {
    margin: 0;
}

.boothr li a {
    width: 200px;
    height: 150px;
    display: table;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #555;
    padding: 2px;
}

.boothr li a span {
    padding: 2px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.boothr li a img {
    max-width: 190px;
    max-height: 140px;
    border: none;
}

.floatleft1 .button {
    border: none;
    text-shadow: 3px 4px 5px #666965;
    background-color: #000;
    width: 85px;
    height: 20px;
    color: #FFF;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

.boothlbtn .button {
    height: 30px;
    color: #222;
    width: 100%;
}

.floatleft1 li div.boothr {
    float: right;
    width: 60%;
}

.button {
    height: 30px;
    color: #F9E038;
    width: 100%;
}

.floatleft1 .callbacks img {
    display: inline;
    position: relative;
    height: 140px;
    width: 190px;
    border: 0;
}

#newinfowrap {
    width: 600px;
    height: 50px;
    position: relative;
    overflow: hidden;
    line-height: 50px;
}

#newinfowrap #list {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    -webkit-animation: 15s move infinite linear;
    width: 200%;
}

#newinfowrap #list li {
    list-style: none;
    color: #fff;
    float: left;
}

@-webkit-keyframes move {
    0% {
        left: 0;
    }
    100% {
        left: -600px;
    }
}

@keyframes move {
    0% {
        left: 0;
    }
    100% {
        left: -600px;
    }
}

#newinfowrap:hover #list {
    -webkit-animation-play-state: paused;
    /*动画暂停播放*/
}


/*business chance start*/

.business_list ul {}

.business_list li {
    margin: 0 0 20px 0;
    position: relative;
}

.business_list .time {
    background: #E60012;
    width: 115px;
    height: 115px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    margin-top: -57px;
    left: -50px;
    transition: all 0.36s;
}

.business_list strong {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: arial;
    width: 100%;
}

.business_list b {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: arial;
    width: 100%;
}

.business_list figcaption {
    background: #fff;
    padding: 20px 20px 20px 90px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    transition: all 0.36s;
}

.business_list h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.36s;
}

.business_list p {
    color: #555;
    font-size: 14px;
    line-height: 20px;
}

.business_list .more {
    display: block;
    margin: 0 auto;
    border: 3px solid #fff;
    width: 255px;
    height: 60px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 20px;
    font-family: "times new roman";
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 33;
}

.btn-3:before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent transparent #E60012;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.6s;
    z-index: -1;
}

.btn-3:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0;
    border-color: transparent #E60012 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.6s;
    z-index: -1;
}

.btn-3 span:before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent #E60012 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.6s;
    z-index: -1;
}

.btn-3 span:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0;
    border-color: #E60012 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
    z-index: -1;
}

.btn-3:hover {
    color: #fff;
}

.btn-3:hover:before {
    border-width: 180px 0 0 180px
}

.btn-3:hover:after {
    border-width: 0 180px 180px 0
}

.btn-3:hover span:before {
    border-width: 0 0 180px 180px
}

.btn-3:hover span:after {
    border-width: 180px 180px 0 0
}

.business_list li:hover .time {
    top: 0;
    left: 0;
    margin-top: 0;
}

.business_list li:hover figcaption {
    padding-left: 150px;
}

.business_list li:hover h3 {
    color: #E60012;
}

.business_list.active li,
.business_list.active .more {
    animation-name: fadeInUp;
}

.business_list li .typename {
    color: #E60012;
    padding-right: 10px;
}

.business_list li .typename.blue {
    color: #009bfb;
}

.searchoption .business_nona li a {
    padding: 5px;
}

.searchoption .business_nona li {
    display: inline-block;
}

.business_box .searchoption {
    margin-bottom: 0;
}

.w250 {
    width: 250px;
}

.business_box input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #555;
}

.business_box input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #555;
}

.business_box input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #555;
}

.business_box input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #555;
}

.business_nona li a.active {
    background: #E60012;
    color: #fff;
}

.businessBox .contactinfo {
    margin-top: 30px;
}

.businessBox .contactinfo ul li span {
    font-weight: bold;
    padding-right: 10px;
}

.search1 .content .textbox .content_dt2 {
    margin-top: 30px;
}

.anewsView:hover {
    color: #1056d7 !important;
}

.comcatalist li {
    position: relative;
}

.comcatalist li .catainfo div:nth-child(2n) {
    position: absolute;
    right: 0;
}

.search1 .months span {
    color: #FF7200;
}

.column_2_width ul.selectFatFl li dl {
    margin-bottom: 0;
}

.img41{
    background-image: url(../images/heisejianbianbeij.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.divtal{
    padding: 25px;

}

.infolist201 .item {
    /*border-top: 3px solid #003399;*/
    height: 303px;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 0px rgba(4,0,0,0.13);
    display: table;
    position: relative;
    margin-top: 0;
    overflow: hidden;
}
.infolist201 .item .btns {
    justify-content: center;
}
.infolist201 .item .btns {
    margin: 10px;
    display: flex;
    position: relative;
    z-index: 13;
}
.infolist201 .item .btns a:first-child {
    display: inline-block;
    margin-right: 10px;
}
.shipa, .shipamp3 {
    cursor: pointer;
}
.infolist201  .propic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.infolist201 .item .companyinfo {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    align-items: center;
    height: 56px;
}
.infolist201 .item .companyinfo img {
    max-height: 46px;
    width: auto;
    position: relative;
}
.infolist201 .logo{
    padding: 0;
    line-height: 0;
}
.infolist201 .proli {
    padding: 10px;
    height: 128px;
}

.infolist201 .proli a {
    color: #777777;
}
.proli li span{
    font-size: 12px;
}

.leftimgs{
    position: relative;
}
.leftimgs h2{
    position: absolute;
    top: 62%;
    font-size: 16px;
    color: #003a6c;
    left: 13px;
}
.leftimgs h3{
    position: absolute;
    top: 77%;
    font-size: 14px;
    color: #003a6c;
    left: 13px;
}
.leftimgs a{
    position: absolute;
    right: 7px;
    bottom: 70px;
    color: #FFFFFF;
}
#idlisgsd{
    background: #003a6c;
    padding: 10px;
}
.faqiaicons1{
    position: absolute;
    z-index: 10;
}
.faqiaicons2{
    position: absolute;
    right: 0;
    z-index: 10;
}
.windlesleft{
    float: left;
    width: 590px;
    margin-right: 10px;
}
.windleslright{
    margin-left: 22px;
}
.btns img{
    max-width: 100%;
    cursor: pointer;
    transition: all 0.6s;
}
.btns img:hover{
    transform: scale(1.1);
}

.header__anim__container{
    position: absolute;
    pointer-events: none;
    top: -24px;
    right: 11%;
    z-index: 2;
    width: 940px;
}
.header__anim .header__floating:nth-child(odd) {
    -webkit-animation: float 50s ease-in-out infinite;
    animation: float 50s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.header__anim .header__floating:nth-child(3n) {
    -webkit-animation: float 40s ease-in-out infinite;
    animation: float 40s ease-in-out infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.header__anim .header__floating {
    position: absolute;
    z-index: 2;
    right: -10vw;
    top: 0;
    pointer-events: none;
    width: 101.021vw;
    -webkit-animation: float 30s ease-in-out infinite;
    animation: float 30s ease-in-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.liuimgs{
    display: flex;
    height: 200px;
    background: #c1edf7;
}
.liuimgs .miimg{
    flex: 10;
    padding: 10px;
    height: 200px;
    display: flex;          /* 启用Flex布局 */
    align-items: center;    /* 垂直居中 */
    justify-content: center;/* 水平居中（可选） */
}

/* 定义抖动动画 */
@keyframes shake {
    0% { transform: translateX(0) rotate(0deg); }
    20% { transform: translateX(-5px) rotate(-2deg); }
    40% { transform: translateX(5px) rotate(2deg); }
    60% { transform: translateX(-5px) rotate(-2deg); }
    80% { transform: translateX(5px) rotate(2deg); }
    100% { transform: translateX(0) rotate(0deg); }
}

/* 定义点击动画 */
@keyframes click {
    50% { transform: scale(0.95); }
}

.cikeemail {
    /* 初始样式 */
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;

    /* 持续抖动动画 */
    animation: shake 2s ease-in-out infinite;

    /* 可选：添加发光效果更醒目 */

}

/* 点击时的反馈效果 */
.cikeemail:active {
    animation: click 0.2s ease;
    filter: brightness(1.2);
}

/* 悬停时暂停抖动 */
.cikeemail:hover {
    animation-play-state: paused;
}

.neisro{
    max-height: 80px;
    overflow: hidden;
}
.liuimgs .bndjis{
    flex: 12;
    position: relative;
    padding-left: 10px;
}
.shipinan{
    position: absolute;
    bottom: 18px;
    cursor: pointer;
    font-weight: bold;
}
.bndjis h3{
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}
.section42-3-3{
    overflow: hidden;
    margin: 50px;
    padding: 0;
    margin-bottom: 0;
}
.section42-3-3 .swiper-slide-next .liuimgs .miimg{
    order: 2;
}
.miimg>h2{
    position: absolute;
    top: 0;
    text-align: center;
    font-size: 16px;
    color: #c32129;
}
.miimg img:hover{
    transform: scale(1.05);
}
.juikimgfelx{
    display: flex;
}
.videosio video{
    width: 100%;
}
.bndjis .cikeemail {
    top: inherit;
        bottom: 10px !important;
}
.imgjims{
    min-width: 125px;
}


@-webkit-keyframes float {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    25% {
        opacity: 1;
        -webkit-transform: translatey(30px) translatex(10px);
        transform: translatey(30px) translatex(10px)
    }

    50% {
        opacity: 1;
        -webkit-transform: translatex(30px);
        transform: translatex(30px)
    }

    75% {
        opacity: 1;
        -webkit-transform: translatey(30px);
        transform: translatey(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}

@keyframes float {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }

    25% {
        opacity: 1;
        -webkit-transform: translatey(30px) translatex(10px);
        transform: translatey(30px) translatex(10px)
    }

    50% {
        opacity: 1;
        -webkit-transform: translatex(30px);
        transform: translatex(30px)
    }

    75% {
        opacity: 1;
        -webkit-transform: translatey(30px);
        transform: translatey(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
}


@media (max-width: 1440px) {
    .infolist201 .item{
        height: 259px;
    }
    .infolist201 .propic{
        height: 200px;
    }
}
/*business chance end*/

@media (max-width: 1920px) {
    .new20232 {
        bottom: 20%;
    }
    .new20232 img {
        max-width: 350px;
    }
    .container {
        width: 1440px;
    }
    .header2 {
        background-position-x: -50px;
    }
    #nav>li>a {
        font-size: 16px;
    }
    .search_widget .item {
        float: left;
        margin-right: 20px;
    }
}

@media (max-width: 1440px) {
    .section_capacity .box .item1s {
        width: 28% !important;
    }
    .section_capacity .rightbox .item2 td{font-size: 13px !important;}
    .new20232 img {
        max-width: 280px;
    }
    .new20232 {
        bottom: 8%;
    }
    .proinfo_b_r {
        position: absolute;
        top: 30px;
        right: 27.5%;
    }
    .proinfo_b_r img {
        max-width: 110px;
    }
    .proinfo_b_r.item4 {
        right: 52.5%;
        top: 50px;
    }
    .container {
        width: 1300px;
    }
    .header2 {
        background-position-x: -150px;
    }
    #nav>li>a {
        font-size: 15px;
    }
    .search_widget .item {
        float: left;
        margin-right: 15px;
    }
    .m_right {
        margin-left: 20px;
    }
}

@media (max-width: 1366px) {
    .proinfo_b_r.slide1{
        width: 100px !important;
        height: 100px !important;
        background: #af0707 !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .proinfo_b_r.slide1 img{ max-width: 90px !important;}
    .section_capacity .leftbox .menutitle{ font-size: 25px;}
    .section_capacity .box .item1s {
        width: 28% !important;
    }
    .section_capacity .rightbox .item2 td{font-size: 13px !important;}
    .new20232 {
        bottom: 8%;
    }
    .new20232 img {
        max-width: 280px;
    }
    .m_right {
        margin-left: 10px;
    }
    .proinfo_b_r {
        position: absolute;
        top: 40px;
        right: 26.5%;
    }
    .proinfo_b_r img {
        max-width: 110px;
    }
    .proinfo_b_r.item4 {
        right: 52.5%;
        top: 50px;
    }
    .container {
        width: 1266px;
    }
    #nav>li>a>span {
        width: 110px;
    }
    .header__nav {
        flex: 0 0 80%;
    }
    .inquiry1box {
        top: 58px;
    }
    .header2 {
        background-position-x: -150px;
    }
    .search_widget_text {
        width: 300px;
    }
    #nav>li>a {
        font-size: 15px;
    }
}
/* 在分辨率为1920，比例为150%的屏幕上应用的样式 */
@media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .proinfo_b_r.slide1{
        width: 100px !important;
        height: 100px !important;
        background: #af0707 !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .proinfo_b_r.slide1 img{ max-width: 90px !important;}
    .fdlist a {
        margin-right: 5px;
        display: inline-block;
    }
    .fdlist a img{ max-width: 200px;}
    .btnwhats {
        bottom: 200px;
    }
    #qrcode_wx {
        bottom: 140px;
    }
  }
@media (max-width: 786px) {
    .header3 {
        padding: 10px 0;
        background: #eee;
        padding-left: 20px;
    }
    .search_widget_text {
        width: 255px;
    }
    .search_widget .item {
        position: relative;
    }
    .fl-links {
        margin-right: 10px;
    }
    .header1 {
        height: auto;
    }
    .container,
    #newinfowrap {
        width: 100%;
    }
    .header-container .fl-nav-menu,
    .header-banner {
        height: auto;
    }
    .header2 {
        background-position-x: 0;
        height: 50px;
    }
    .header-logo {
        flex: 0 0 25%;
    }
    .header__nav {
        flex: 0 0 70%;
    }
    .logo {
        line-height: normal;
        padding-top: 15px;
        padding-left: 30px;
    }
    .header1 .item {
        padding: 0 15px
    }
    .fl-links .clicker {
        line-height: 50px;
    }
    .header-banner:before {
        width: 100%;
    }
    .search_widget_block {
        margin: 0
    }
    .section1 .threeAds dl {
        width: 100%;
    }
    .expobannerad .closebtn {
        position: absolute;
        right: 10px;
        top: 2px;
        cursor: pointer;
        font-size: 12px;
    }
    .cataloguelist {
        position: relative;
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .section3box .item .closebtn span,
    .expobannerad .closebtn span {
        height: 12px;
        width: 12px;
        line-height: 12px;
    }
    .inquiry1box {
        top: 0;
        width: 100%;
        position: relative;
    }
    .sectiontitle {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .nav-tabs>li>a {
        padding: 10px 5px;
    }
    .partner-clickeable-area {
        flex-direction: column;
    }
    .section43 {
        padding: 0;
    }
    .navpic1 .picbox {
        width: 45%;
        margin: 8px;
    }
    .navpic1 .picbox:last-child {
        width: 95%;
    }
    .cataloguelist .sub_cata {
        width: 100%;
        left: 0;
    }
    .section3 .closebtn {
        right: 20px;
    }
    .videobtnlist {
        margin: 10px 0;
    }
    .newsupplierbox li div {
        width: 20% !important;
    }
    .navpic2 .picbox {
        margin: 8px;
        width: 45%;
    }
    .section3box {
        width: 98%;
        flex-direction: column;
        padding: 20px 0;
    }
    .section42 {
        padding: 0px 0 40px;
    }
    .partner-clickeable-area>div.partner-info {
        padding: 0;
        border: none;
    }
    .floatleft1 .boothul li.boothli {
        width: 100%;
    }
    .section4 .nav-tabs>li,
    .section6 .nav-tabs>li {
        font-size: 14px;
    }
    .sectiontitle .name {
        padding: 10px;
        font-size: 14px;
        width: 80%;
    }
    .section42 .newprobox {
        grid-template-columns: 1fr 1fr;
    }
    .navpic1 .picbox img {
        margin: 0 auto;
    }
    .section41,
    .section42,
    .section43,
    .section61,
    .section62 {
        padding: 0;
    }
    .section6 .tab-content {
        padding: 10px;
    }
    .subbox {
        margin-top: 10px;
    }
    .newsbox .grid-2 {
        grid-template-columns: auto;
    }
    .footer1 a {
        margin-bottom: 5px;
        color: #fff;
        display: inline-block;
    }
    .partner-clickeable-area>div.partner-cta {
        padding: 0;
    }
    .section41 .textinfo {
        padding-left: 5px;
    }
    .section1 .threeAds dl {
        padding-left: 35px;
    }
    .section1 .threeAds dl:nth-child(3) {
        padding: 0;
    }
    .section61 .slides-nav li {
        overflow: hidden;
    }
    .footer2box,
    .foooter2box1 .itemflex {
        flex-direction: column;
    }
    .foooter2box1 .item3 {
        padding-left: 15px;
    }
    .copyright,
    .shrIcon {
        text-align: center;
    }
    .footer1 {
        padding: 10px 0;
    }
    .section42 .newprobox ul {
        display: grid;
        align-items: flex-start;
        grid-column-gap: 15px;
        grid-template-columns: 1fr 1fr;
    }
    .section5box {
        flex-wrap: wrap;
    }
    .section5 {
        background: none;
    }
    .foooter2box1 {
        display: none;
    }
    .section42 .item,
    .section43 .item {
        width: 100%;
    }
    .partner-clickeable-area>div.partner-logo {
        border: none;
    }
    .section43 .introbox {
        font-size: 18px;
        margin: 28px 0 28px;
        padding: 10px;
    }
}