.indexlogo{ display: none; line-height: 71px; text-align: center;}
.common-home .logo{ display: none; }
.common-home .indexlogo{ display: block; }
.navbar-compact .logo{ display: block; }
.navbar-compact .indexlogo{ display: none; }

.typeheader-1 .header-bottom .logo{ text-align: center; }
ul.megamenu{ display: flex; justify-content: space-evenly; padding-right: 20px !important;}
.container-megamenu.horizontal ul.megamenu > li > a strong{ font-weight: normal; }
.common-home .container-megamenu.horizontal ul.megamenu > li > a{ font-size: 15px; font-family: arial; }
/*.typeheader-1 .header-bottom .bottom-right{ display: none; }*/

.dizo_banner{ position: relative;}
.dizo_index_contents{ position: relative; font-family: arial;}
.dizo_text{ position: absolute; left: 18%; right: 18%; display: flex; top: 0; height: 100%;	color: #fff; flex-direction: column; justify-content: center; max-width: 575px;}
.dizo_text h3{ font-size: 38px; margin-top: 20px; margin-bottom: 5px; }
.dizo_text ul{ margin:5px 0 30px 0; }
.dizo_text li{ font-size:17px;  line-height: 27px; margin-top: 15px;}
.phonebanner{ display:none;}
/*.dizobanner1{background: url(../images/ultrasonic-welder.jpg); background-size: cover;}*/

.dizo_bannerbtn{ display: flex; }
.dizo_bannerbtn a{ height: 47px; line-height: 47px; display: inline-block; width: 200px; color: #fff; text-align: center; background: #132148; cursor: pointer; font-size:18px;}
.dizo_bannerbtn a:hover{background: #f9eb57; color: #333; }
.dizo_bannerbtn .dizo_getquote{ margin-left: 50px; background:#f9eb57; color:#333;}
.dizo_bannerbtn a.dizo_getquote:hover{background: #132148; color:#fff;}

.dizobtn{ width:310px; height: 47px; line-height: 47px; color: #fff; text-align: center; background: #132148; cursor: pointer; font-size:18px; }
.dizobtn:hover{ background: #f9eb57; color: #333; }

.dizobtn_href{ width:310px; height: 47px; line-height: 47px; color: #fff; text-align: center; background: #132148; cursor: pointer; font-size:18px; }
.dizobtn_href:hover{ background: #f9eb57; color: #333; }

.dizo_banner .swiper-button-prev,.dizo_banner .swiper-button-next{ width: 40px;	height: 60px; background-size: cover; border:0;	background-color: transparent;	margin:0;	top: 50%}
.dizo_banner .swiper-button-prev{left: 12%; background-image: url(../images/left.png);}
.dizo_banner .swiper-button-next{right: 12%; background-image: url(../images/right.png);}

.lm_container{ width: 1220px; margin:auto; }
.lm_full_container{ width: 95%; margin:auto; }
.lm_advantage{ display: flex; justify-content: space-between; margin-top:120px; }
.advantage_items{ text-align: center; }
.advantage_items img{ width: 56px; height: 56px; }
.advantage_items h3 { /*font-family: fantasy;*/ font-size: 50px; margin: 15px 0; font-weight: bold; color:#132148;}
.advantage_items h3 span{ font-size: 18px; font-weight: normal; }
.advantage_items p{ font-size:17px; color:#666; }


.lm_choose_welding{ 
    margin-top: 160px;
    padding-top: 85px;
    height: 884px;
    background-image: url(../images/category/automotive_plastic_welder.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
}
.welding_methods{ display: flex;justify-content: space-between; }
.welding_left{ width: 350px; display: flex; flex-direction: column; justify-content: center;}
.welding_left h3 a{ font-size:22px; color:#132048; line-height: 28px;}
.welding_left p{color:#615C5A; font-size:18px;line-height: 24px;}
.welding_left .dizobtn{
    width: 270px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background: #132048;
    cursor: pointer;
    font-size: 20px;
    margin-top: 25px;
}
.welding_left .dizobtn:hover {
    background: #f9eb57;
    color: #333;
}
.welding_right{ width: 825px; }

.category_con {
    width: 100%;
    /*display: inline-block;*/
    position: relative;
    margin-top: -260px;
}
.category_con ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    top: 0;
}
.category_con ul li {
    box-sizing: border-box;
    width: 370px;
}
.category_con ul li .categorycontents {
    position: relative;
}
.categoryimg {
    height: 260px;
}
.categoryimg img {
    height: 260px;
}
.categorytext {
    width: 100%;
    height: 340px;
    box-sizing: border-box;
    padding: 22px 30px;
    background-color: #f8f8f8;
    font-size: 14px;
    position: relative;
}
.categorytext h3{
    margin: 0 0 10px 0;
}
.categorytext h3 a{
    font-size: 22px;
    color: #132148;
}
.categorytext p{
    color:#595959;
    font-size: 16px;
}


.lm_choose_porduct{ margin-top: 190px; }
.lm_title{ font-size:48px; color:#132148;  text-align: center; font-weight: bold; margin-bottom: 30px;line-height: 50px;}
.lm_desc{ font-size:20px; line-height: 28px; color:#615C5A; text-align: center; margin-bottom: 30px; }

.index_btn{ display: flex;justify-content: center; margin-bottom: 50px; }

.lm_products{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.product_items{ width: 300px; display: flex; flex-wrap: wrap; margin-bottom: 30px; }
.product_items .pitem_img{ display: inline-block; position: relative;}
.product_items .pitem_img:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); 
}

.product_items .pitem_name{ color:#132148; font-size:18px; line-height: 23px; margin:15px 0; display: inline-block; font-weight: bold; font-family: arial;}
.product_items .pitem_name:hover{ color:#000; }
.product_items p{ font-size: 16px; color:#615C5A; line-height: 23px; font-family: arial;  padding-right: 20px;}

.lm_application{ height: 780px; background: url(../images/plastic_welding_machine_manufacturer.jpg); background-size: cover; padding-top: 80px;}
/*.lm_application .lm_title,.lm_application .lm_desc{ color:#fff; }*/
.application-con {
    width: 100%;
    display: inline-block;
    position: relative;
}

.app-automotive {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.automotive_left {
    width: 385px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.automotive_left h3{ color:#132048; font-size:30px;}
.automotive_left p{ color: #595959; font-size:21px; line-height: 30px; margin:5px 0; padding:0 !important;}
.automotive_left a{ display: inline-block; font-size:22px; color:#fff; height: 46px; width: 310px; background: #132048; line-height: 46px; text-align: center; margin-top: 25px;}
.automotive_left a:hover{ background: #f9eb57; color: #333;}
.automotive_right {
    width: 693px;
}

.application-con ul {
    width: 100%;
    list-style: none;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px;
}
.application-con ul li {
    box-sizing: border-box;
    width: 300px;
}
.application-con ul li .appcontents{position: relative; cursor: pointer;}
.application-con ul li .appcontents:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(100, 100, 100, 0.4); 
}
/*.appimg {
    height: 260px;
}
.appimg img{ height: 260px; }*/
.apptext {
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
    background-color: #f8f8f8;
    font-size: 18px;
    position: relative;
}
.apptext h3 {
    font-size: 22px; color: #132048; margin:0;
}
.apptext p {
    margin:10px 0 0 0;
    color: #595959;
    font-size: 18px;
    line-height: 23px;
}

.lm_news{ margin-top:120px; margin-bottom: 100px; }
.lm_news_contents{ margin-top:60px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.news_items { width: 29%;}
.news_items img{ width: 100%; }
.news_items .news_name{ font-size: 20px; line-height: 25px; color: #132148; font-weight: bold; display: inline-block; margin: 15px 0; }
.news_items .news_name:hover{color:#000;}
.news_items p{ font-size:16px; color:#666; line-height: 22px; }
.news_items .news_date{ color: #132148;}
.news_items .news_more{ color: #132148; border: 1px solid #132148; font-size:14px; padding:5px 15px; margin-top:35px; display: inline-block;}
.news_items .news_more:hover{ background: #f9eb57; color: #333; border: 0;}

.lm_wedo{ margin-top:150px; }
.wedo_info{ display: flex;flex-wrap: wrap; justify-content: space-between; }
.wedo_items{ width: 30.5%; }
.wedo_boxs{ display: flex; flex-direction: column; border: 1px solid #d7d7d7; border-radius: 5px; text-align: center; padding:25px 25px; margin-bottom: 25px; height: 300px; cursor: pointer;}
.wedo_boxs:hover{ background: #f7eb70; }
.wedo_boxs img{ width: 65px; margin:0 auto;}
.wedo_boxs h3{ color:#132148; font-size:20px; line-height: 25px; margin:20px 0;}
.wedo_boxs p{ font-size:16px; line-height: 26px; color: #666; }
.wedo_boxs3{ height: 625px; padding:25px 60px; }

.lm_container1{ width: 1340px; margin:auto; }
.lm_feedback{ margin-top:180px; padding-bottom: 50px;}
.feedback_contents{ display: flex; margin-top: 60px; justify-content: space-between;}
.feedback_swiper{ display: flex; justify-content: space-between; padding:0 40px;}
.feedback_itmes{ display: flex;flex-wrap: wrap; align-content: space-between; width: 32%; border-bottom: 4px solid #152143; background: #f9f9fb; padding:5px 30px 40px 30px;}
.feedback_itmes .feedbackico{ width: 30px; height: 30px; }
.feedback_itmes .feedback_info{ margin:20px 0;font-size: 16px;color: #666; }
.feedback_author{ display: flex; }
.author_right{ display: flex; justify-content: center; flex-direction: column; margin-left: 10px;}
.feedback_author .author_name{ color:#132148; font-size: 16px; margin-bottom: 5px;}
.feedback_author .author_info{ color:#666; font-size:15px; margin:0;}
.feedback_contents .swiper-button-prev, .feedback_contents .swiper-button-next {
    width: 40px;
    height: 60px;
    background-size: cover;
    border: 0;
    background-color: transparent;
    margin: 0;
    top: 50%;
}
.feedback_contents .swiper-button-next {
    right: 0;
    background-image: url(../images/right.png);
}
.feedback_contents .swiper-button-prev {
    left: 0;
    background-image: url(../images/left.png);
}

.lm_certifications{ margin-top: 100px; height: 680px; background: url(../images/dizo-ultrasonic-certification.jpg);    background-size: cover; padding-top: 100px;}
.lm_certifications .lm_title, .lm_certifications .lm_desc{ color:#fff; }
.certifications_contents{ display: flex; justify-content: space-evenly; margin-top: 110px;}
.certifications_items{ width: 260px; height: 260px; }

.lm_customers{ padding-top: 100px; height:825px; background: url(../images/dizo-ultrasonic-customers.jpg);}
.customers_contents{ margin-top: 60px; }
.customers_contents ul { list-style: none; display: flex; justify-content: space-between; flex-wrap: wrap; padding:0 100px;}
.customers_contents ul li { width: 20%; padding: 20px 15px; cursor: pointer;}

.lm_aboutdizo{ padding-top: 100px; height:703px; background: url(../images/about-us.jpg); margin-top: 100px;}
.aboutdizo_contents{ display: flex; justify-content: space-between; }
.aboutdizo_left{ width: 47%; margin-right: 4%; }
.aboutdizo_left img{ width: 100%; }
.aboutdizo_right{ width: 48%; display: flex; flex-wrap: wrap; align-content: space-between;}
.aboutdizo_right h3{ font-size:40px; color:#132148; margin:0px 0 30px 0;}
.aboutdizo_right p{ color: #666; font-size:18px; line-height: 27px; margin-bottom: 15px; }
.aboutdizo_right ul{ display: flex; color: #132148; width: 100%; margin-bottom: 25px;}
.aboutdizo_right li{text-align: center; margin-right: 20px;}
.aboutdizo_right li h4{ font-size:30px; margin-bottom: 5px;}
.aboutdizo_right li span{ font-size:14px; }
.aboutbtn a{ display: inline-block; width: 310px;height: 47px;line-height: 47px;color: #fff;text-align: center;background: #132148;cursor: pointer;    font-size: 18px; }
.aboutbtn a:hover {
    background: #f9eb57;
    color: #333;
}

#bxquote {
    display: inline-block;
    width: 100%;
}
.formbanner{background-image: url(../images/ultrasonic-weld.jpg); background-repeat: no-repeat; background-size: cover;    background-position: center; padding: 70px 0 140px 0; height: 1014px;}
.formbox { display: flex; flex-wrap: wrap; justify-content: space-between;}
.quotetext { color: white; padding: 40px; width: 50%;}
.quotetitle{ padding-bottom:20px; }
.quotetitle h3 { font-size: 43px; margin-bottom: 20px;}
.quotetitle p{ font-size:18px; color: #fff;}
.quotetext ul li {
    display: flex;
    margin-top: 55px;
}
.quotetext ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 5px;
}
.quotetext ul li div {
    padding: 0 60px 10px 15px;
    box-sizing: border-box;
}
.quotetext ul li h3 {
    line-height: 40px;
    font-size: 23px;
    margin-bottom: 10px;
}
.quotetext ul li p {
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}
.right_form{
    width: 45%;
    background-color: white;
    padding: 40px 30px 70px 30px;
}
.right_form h3{ font-size:35px; color:#132148; }
.right_form .our_expret{ font-size: 18px; line-height: 25px; letter-spacing: 0.3px; color:#999;}
.right_form ul{ display: flex; margin: 10px 0 20px 0; font-size: 18px; color:#132148;}
.right_form ul li.emailli{ margin-right: 40px; }
.right_form ul li{ font-size:16px;}
.right_form ul a{ color:#666; }
.right_form ul a:hover{ color:#132148; }

.formbox .right_form .input_wrap {
    display: flex;
    margin-top: 17px;
    width: 100%;
    justify-content: space-between;
}
.formbox .right_form .input_wrap ._input {
    width: 48%;
}
.formbox .right_form .input_wrap .phone {
    width: 100%;
    display: flex;
}
.area_code {
    width: 45%;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #ccc;
    background-color: #a4a09f;
    font-size: 18px;
    padding: 0 10px;
    color: #fff;
    height: 53px;
}
.formbox .right_form .input_wrap ._input .phone_num {
    width: 55%;
    border: 0;
    border-radius: 0;
}
.formbox .right_form .input_wrap ._input .purpose {
    width: 100%;
    background-color: #a4a09f;
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    height: 53px;
}
.right_form input{
    font-size: 20px;
    background-color: #A4A09F;
    border: none;
    outline: none;
    color: #ddd;
    height: 53px;
    padding: 0 10px;
    border-radius: 0;
}
.formbox .right_form .input_wrap ._textarea {
    width: 100%;
}
.right_form textarea {
    width: 100%;
    font-size: 20px;
    resize: vertical;
    background-color: #A4A09F;
    border: none;
    outline: none;
    padding: 20px 10px;
    color: #ddd;
    height: 207px;
    border-radius: 0;
}
.right_form input::-moz-placeholder { color: #c9c6c5; }
.right_form input::-webkit-input-placeholder{ color:#c9c6c5; }
.right_form input:-ms-input-placeholder { color:#c9c6c5; }
.right_form input[type="text"]:hover,.right_form input[type="text"]:focus{background-color: #A4A09F;}
.right_form textarea::placeholder{ color: #c9c6c5;}
.right_form .btn-info {
    font-size: 23px;
    font-weight: normal;
    height: 50px;
    width:230px;
    background-color: #132148;
    color: #fff;
    border-radius: 4px;
    margin-top: 20px;
}
.right_form .form_tips {
    padding: 20px 0;
    color: #999;
    font-size: 18px;
    line-height: 25px;
}
.right_form .btn-info:hover{background: #f9eb57; color: #333;}

.lmtools {
    width: 70px;
    height: 240px;
    box-shadow: 0 0 5px #ddd;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.lmtools a {
    display: block;
    width: 50px;
    height: 50px;
}

.dizo_phone a,
.dizo_email a,
.dizo_toTop a{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.dizo_tools{ background: #fff; padding: 15px 10px; border-bottom: 1px solid #f4f4f4;}
.dizo_phone a{
    background-image: url("../images/tools/whatsapp-icon.png");
}

.dizo_phone:hover{ background-color: #f9eb57; }
.dizo_phone:hover a{
    background-image: url("../images/tools/send-whatsapp-message.png");
}

.dizo_email a{
    background-image: url("../images/tools/email-icon.png");
}
.dizo_email:hover{ background-color: #f9eb57; }
.dizo_email:hover a{
    background-image: url("../images/tools/send-email.png");
}

.dizo_toTop a{
    background-image: url("../images/tools/scroll-to-top.png");
}
.dizo_toTop:hover{ background-color: #f9eb57; }
.dizo_toTop:hover a{
    background-image: url("../images/tools/back-to-top.png");
}

.foot_quote{ padding:10px 20px; background: #fff; position: fixed; bottom: 0; right: 0; cursor: pointer; z-index: 9999; box-shadow: 0 0 5px #ddd;}
.foot_quote span{ font-size: 20px;color:#333; margin-left: 10px; line-height: 40px;}
.foot_quote:hover{background: #f9eb57; }

.top_chooseus { margin:0; }
.top_chooseus a{ font-size: 18px; color: #132148; }
.top_chooseus a:hover{color: #d6001c;}


.aboutbanner{
    background-image: url(../images/category/about-us.jpg);
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.lm_abouttop{ padding-top:140px; color:#fff;}
.lm_abouttop .bannerName{ font-size:55px; font-weight: bold; line-height: 55px;}
.lm_abouttop .bannerdesc{ font-size: 25px; line-height: 50px; margin-top: 30px; max-width: 690px; }
.lm_abouttop .bannerTip{ font-size:18px; margin-bottom: 45px; font-weight: bold;}
.bannerTip a{ font-size:18px; color:#fff; font-weight: bold;}
.bannerTip a:hover{ color:#132148; }
.bannerBottom {
    position: absolute;
    bottom: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.bannerBottomItem{
    background: rgb(0 0 0 / 44%);    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}
.bannerBottomItem:hover{ background-color: #000; }
.bannerBottomItemText{ height: 20px; padding:0 20px; border-right: 1px solid #fff; color: #fff; font-size: 18px;}
.t_weare{ padding-left: 20px; }
.t_quote{ padding-right: 20px; }
.t_quote .bannerBottomItemText{ border:0; }

.about_weare{ margin-top:130px; margin-bottom: 160px; display: flex; }
.weare_left{ width: 50%; display: flex; flex-direction: column;padding-right: 100px;}
.weare_right{ width: 50%; display: flex; flex-direction: column; padding-left: 30px;}
.weare_right p{ font-size:17px; color:#666; line-height: 30px; margin:35px 0 0 0; }
.weare_left h3{ color:#132148; font-size:35px;}
.wearetitle{ color: #132148; font-size:22px; font-weight:bold; line-height: 35px; margin-top: 10px;margin-bottom: 10px; }
.w_info_items{ margin-top: 20px; display: flex; }
.w_info_left{ width: 40px; flex-shrink: 0;}
.w_info_right{ margin-left: 25px; }
.w_info_right h3{ font-size:25px; }
.w_info_right p{ font-size:17px; color:#666; line-height: 22px; }

.about_service{ 
    margin-top:130px; 
    background-image: url(../images/ultrasonic-welding.jpg);
    width: 100%;
    height: 300px; 
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.service_info{ height: 300px; display: flex;flex-direction: column; justify-content: space-between; text-align: center; padding: 85px 0;}
.service_info h3{ color: #fff; font-size: 27px; }
.service_btn a{ display: inline-block; background: #fff; color:#132148; width: 295px; height: 45px; font-size:18px; margin: 0 15px; line-height: 45px;}
.service_btn a:hover{ background-color: #f7eb70; }

.lm_ourteam{ margin-top: 130px; }
.ourteam_info{ padding-top:30px; display: flex; }
.ourteam_info .team_items{ width:25%; cursor: pointer;}
.lmteam_img{ position: relative;}
.lmteam_text{ height: 230px; padding:20px 25px 0 25px; background-color: #f5f5f5;}
.lmteam_text h3{ font-size: 23px; color:#132148; margin-bottom: 10px;}
.lmteam_text p{ color:#666; font-size:17px; }
.ourteam_info .team_items:hover .lmteam_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(100, 100, 100, 0.4);
}

.lm_tradeshow{
    margin-top:130px; 
    background-image: url(../images/ultrasonic-plastic-welding.jpg);
    width: 100%;
    height: auto; 
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 75px 0 30px 0;
}
.tradeshow_info{ display: flex; justify-content: space-between;}
.tradeshow_left{ width: 36%; display: flex; flex-direction: column; padding-top: 60px;}
.tradeshow_left h3{ color:#fff; font-size:25px; }
.tradeshow_left p{ font-size:16px; line-height: 25px; color:#fff; margin-top:15px; }
.tradeshow_right{ width: 50%; justify-content: space-between;}
.tradeshow_right .swiper{ padding-bottom: 75px; }
.tradeshow_right .swiper-slide{ width: 70%; }
.tradeshow_right .swiper-button-next{left:45px; right:unset; top:unset; bottom:10px; background-size: 16px 16px; width: 30px; height: 30px; border-radius: 50%;}
.tradeshow_right .swiper-button-prev{ left: 0; top: unset; bottom: 10px; background-size: 16px 16px; width: 30px; height: 30px; border-radius: 50%;}
.lm_tradeshow .bxcountry{ color:#fff; font-size:18px; text-align:center; margin:15px 0;}


.lm_workshop{ margin-top: 130px; }
.lm_workshop .about_btn{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.lm_workshop .about_btn a{ 
    display: inline-block; 
    width: 220px; 
    height: 46px; 
    line-height: 46px;
    background-color: #132148;
    color: #fff;
    font-size:18px;
    text-align: center;
    margin:0 15px;
}
.lm_workshop .about_btn a:hover{
    background: #f9eb57;
    color: #333;
}
.workshop_info{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.workshop_items{ width:31%; margin-bottom: 30px; }
.workshop_items p{ margin:15px 0; font-size:18px; color:#666; }

.successbanner{ 
    background-image: url(../images/successbanner.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 205px 0;
    color: #fff;
    text-align: center;
}
.successbanner h2{ font-size:50px; margin-bottom: 40px; }
.successbanner p{ font-size:30px; line-height: 40px; }
.successbanner p a{ color:#f9eb57; }
.successbanner p a:hover{ text-decoration: underline; }
.successbanner h3{ font-size:40px; }

#content{ margin-bottom: 0; }
.information-contact-success #bxquote{ display: none; }
.success_btn{padding:15px 55px; color:#fff; background-color:#132148; font-size: 20px; margin-top: 35px; display: inline-block;}
.success_btn:hover{background: #f9eb57; color: #333;}



.lm_btns{ 
    width: 295px;
    height: 45px;
    line-height: 45px;
    color: #132148;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 18px; 
    display: inline-block;
}
.lm_btns:hover{
    background: #f9eb57;
    color: #132148;
}
.lm_c_title {
    font-size: 45px;
    color: #132148;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.lm_c_desc {
    font-size: 20px;
    line-height: 28px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}
.lm_c_desc p{ margin-bottom: 20px; }
.pdt100{ padding-top: 100px; }

.lm_cate_banner{
    height: 800px;
    background-image: url(../images/category/ultrasonic_welder.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.lm_breadcrumbs{ padding-top:50px; color: #fff;  font-size:19px; font-weight: bold;}
.lm_breadcrumbs a{ color: #fff; font-size:19px; font-weight: bold;}
.lm_breadcrumbs a:hover{ color:#f9eb57; }

.lm_c_content{ padding-top: 100px; max-width: 690px; color: #fff; }
.lm_c_content h2{ font-size:48px; line-height: 60px;margin-bottom: 30px;}
.lm_c_content p{ font-size:20px; line-height: 40px; max-width: 540px; letter-spacing: 0.5px;}
.lm_mt_70{ margin-top:70px; }

.lm_all_banner{
    height: 800px;
    background-image: url(../images/category/plastic-welding-equipment-supplier.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    background-position: center;
}
.lm_all_content{ padding-top: 65px; max-width: 690px; color: #fff; }
.lm_all_banner .lm_breadcrumbs{ color:#333;}
.lm_all_banner .lm_breadcrumbs a{ color:#132048;}
.lm_all_content h2{ font-size:48px; line-height: 60px;margin-bottom: 30px; color:#132048;}
.lm_all_content p{ font-size:20px; line-height: 33px; max-width: 600px; letter-spacing: 0.5px; margin-bottom: 20px; color:#333;}
.lm_all_content .dizobtn{ display:none;}

.lm_catepage_banner{
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    background-position: center;
}
.lm_catepage_content{ padding-top: 140px; max-width: 690px; color: #fff; }
.lm_catepage_content h2{ font-size:48px; line-height: 60px;margin-bottom: 30px;}
.lm_catepage_content p{ font-size:20px; line-height: 33px; max-width: 600px; letter-spacing: 0.5px; margin-bottom: 20px;}
.lm_catepage_content .dizobtn{ display:none;}

.lm_automotive_banner{background-image: url(../images/category/automotive-plastic-component-welding-machine.jpg);}
.lm_custom_banner{background-image: url(../images/category/custom-welding-auto-parts.jpg);}
.lm_hotplate_banner{background-image: url(../images/category/hot-plate-welding-of-plastics.jpg);}
.lm_vibration_banner{background-image: url(../images/category/vibration-welding-machine.jpg);}


.lm_c_prodcut_items{ display: flex; padding: 13px 0 40px 0; justify-content: space-between;}
.lm_c_prodcut_items li{ width: 23.8%; }
.lm_c_prodcut_items li h3{ color:#132148; font-size:18px; font-weight: bold; line-height: 25px; margin:15px 0; height: 50px;}
.lm_c_prodcut_items li h3 a{ color:#132148; font-size:18px; font-weight: bold;}
.lm_c_prodcut_items li h3 a:hover{ color:#000;}
.lm_c_prodcut_items li p{ color: #666; font-size:16px; line-height: 25px; }
.lm_c_prodcut_items li .lm_c_more{ border:1px solid #132148; color:#132148; padding: 5px 15px; font-size: 16px;margin-top: 10px; display: inline-block;}
.lm_c_prodcut_items li .lm_c_more:hover{ background-color: #f9eb57; border:1px solid #f9eb57;}

.lm_c_benefits_items{ display: flex; padding-top: 35px; justify-content: space-between;}
.lm_c_benefits_items li{ width: 23.8%; border:1px solid #e1dddd; border-radius: 10px; padding:15px 5px; text-align: center;}
.lm_c_benefits_items li:hover{ background-color: #f9eb57; cursor: pointer; }
.lm_c_benefits_items li img{ width: 60px; }
.lm_c_benefits_items li h3{ color:#132148; font-size:19px; font-weight: bold; line-height: 25px; margin:15px 0;}
.lm_c_benefits_items li p{ color: #666; font-size:18px; line-height: 25px; padding: 0 24px;}

.lm_c_project{ 
    margin-top: 130px;
    height: 430px; 
    background-image: url(../images/category/ultrasonic_plastic_welding.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding:90px 0 80px 0;
}
.lm_c_project h3{ font-size:35px; font-weight: bold; margin-bottom: 30px;}
.lm_c_project p{ font-size:20px; line-height: 25px; margin-bottom: 25px;padding:0 50px;}
.lm_c_project .lm_btns{margin-top: 20px;}

#lm_c_app p{ padding: 0 50px; }
.lm_c_support{ padding: 140px 0 40px 0; display: flex;}
.support_left{flex-shrink: 0; }
.support_right{ display: flex; padding-left: 30px;flex-direction: column; }
.support_right h3{font-size: 35px; color: #132148;font-weight: bold;margin-bottom: 30px;}
.support_right ul li{ display: flex; margin-top: 10px;}
.support_ico{ width: 40px; flex-shrink: 0; }
.support_info{ padding: 5px 0 0 5px;}
.support_info h4{ font-size:16px; margin-bottom: 8px; color: #888; }
.support_info p{ font-size:16px; margin-bottom: 8px; color: #888; }
.consultbtn{ width: 285px; height: 47px;line-height: 47px;color: #fff;text-align: center;background: #132148;cursor: pointer;
    font-size: 19px; border-radius: 8px; margin-top:15px;}
.consultbtn:hover{background: #f9eb57; color: #132148;}

#c_application ul li .appcontents{ border-radius: 5px; overflow: hidden; }
#c_application ul li .appcontents:hover::after {
    display: none;
}
#c_application ul li .appcontents:hover{ box-shadow:0px 2px 10px rgb(0,0,0,0.2) }
.c_apptext {
    width: 100%;
    height: 205px;
    box-sizing: border-box;
    padding: 20px 30px 0 30px;
    background-color: #f8f8f8;
    font-size: 14px;
    position: relative;
}
.c_apptext h3 {
    font-size: 22px;
    color: #132148;
    margin: 0;
}
.c_apptext p{
    margin: 15px 0 0 0;
    color: #666;
    font-size: 16px;
    line-height: 25px;
}
.c_appbtn{ margin-top: 20px; }
.c_appbtn a{ color:#132148; font-size:16px; text-decoration: underline; margin-right: 20px; }
.c_appbtn a:hover{ text-decoration: underline; }

.lm_c_feedback{ background-color: #f4f4f4; padding:80px 0; /*margin-top: 80px;*/ }
.lm_c_feedback .lm_c_desc{ padding: 0 120px; }
.lm_c_fb_content{ text-align: center; padding:20px 0 60px 0; max-width: 1060px; margin:auto;}
.lm_c_fb_content img{ width: 70px; }
.lm_c_fb_content p{ font-size: 18px; color: #666; line-height: 25px; margin-top: 15px;}
.lm_c_fb_content b{    color: #132148; font-size: 17px; padding-top: 20px; display: inline-block;}
.lm_c_fb_content .lm_c_fb_author{ margin-top:5px;}
.lm_c_fb_content .lm_c_fb_author span{font-size: 14px;}

.lm_feedback_info .swiper-pagination{ display: block; }
.lm_feedback_info .swiper-pagination-bullet{
    width: 49px;
    height: 49px;
    opacity: 1;
    border-radius: 0;
    border:0;
    line-height: 49px;
    font-size:20px;
    color: #666;
    background-color: transparent;
    margin:0 8px !important;
}
.lm_feedback_info .swiper-pagination-bullet:hover{
    /*background-color: #f9eb57;
    color:#132148;*/
    background-color: #132148;
    color: #fff;
}
.lm_feedback_info .swiper-pagination-bullet-active{
    background-color: #132148;
    color: #fff;
}
.lm_feedback_info .swiper-button-prev{ left: 0; }
.lm_feedback_info .swiper-button-next{ right: 0; }
.lm_feedback_info .swiper-button-next, .lm_feedback_info .swiper-button-prev {
    color: #cdcdcd;
    font-weight: bold;
    background-image: none;
    border:0;
    background-color: transparent;
}
.lm_feedback_info .swiper-button-next:hover, .lm_feedback_info .swiper-button-prev:hover {
    color: #132148;
}
.lm_feedback_info .swiper-button-next:after, .lm_feedback_info .swiper-button-prev:after{ font-size:34px; }


.lm_c_faq{ 
    height: 340px;
    background-image: url(../images/category/ultrasonic_welder_manufacturers.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding-top:90px;
}
.lm_c_faq h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}
.lm_c_faq p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
    padding: 0 50px;
}

.lm_c_faqinfo{ padding-top:10px; margin-bottom: 100px;}
.tipItem{ margin-top: 20px; }
.tipLeftItemTop{
    background:#f3f3f3;
    height: 60px;
    line-height: 60px;
    display: flex;
    padding:0 20px 0 12px;
    cursor: pointer;
    color: #000;
    font-size: 20px;
}
.tipQ{ width: 35px; flex-shrink: 0; margin-right: 10px; }
.tipIcon {
    margin-left: auto;
    color: #132148;
    font-size: 40px;
    font-weight: bold;
}
.tipLeftItemBottom{ 
    padding: 20px 70px;
    font-size:17px;
    color: #615C5A;
    line-height: 25px; 
}
.tipLeftItemBottom p{ margin-bottom: 20px; }
.tipLeftItemTop:hover{
    background:#faec58;
}
.tipItemAc .hide {
    display: block !important;
}


.lm_c_ertifications {
    margin-top: 130px;
    height: 680px;
    background: url(../images/category/ultrasonic_welder_for_sale.jpg);
    background-size: cover;
    padding-top: 100px;
}
.lm_c_ertifications .lm_title {
    color: #fff;
    font-size:45px;
}
.lm_c_ertifications .lm_desc {
    color: #fff;
    font-size: 18px;
}

.lm_c_customers{
    margin-top: 100px;
    padding-top: 100px;
    height: 825px;
    background: url(../images/category/dizo_ultrasonic_customers.jpg);
}
.lm_c_customers .lm_title{font-size:45px;}


/*------------------------------*/

.dizo_product_detail h3{color: #132048; font-size: 30px; margin:0 0 3px 0;}
.dizo_product_detail .welding-auto-parts h3{ font-size: 23px; }
.dizo_product_detail .welding-auto-parts h3 a{ font-size: 23px; color: #132048;}
.dizo_product_detail .welding-auto-parts h3 a:hover{ color:#000;}
.content_h3_line{ width: 85px; height: 5px; background-color: #EFE35D; border-radius: 5px; }
.detail_link{background: #132148; padding: 10px 40px; margin-top: 26px; color:#fff; font-size: 18px; display: inline-block; border-radius: 5px;}
.detail_link:hover{ background-color: #EFE35D; color: #132148; }

.bx_navigation{ padding: 30px 0; }
.bx_navigation a{ color: #A6A0A0; font-size: 18px;}
.bx_navigation a:hover{ color: #132048; }
.bx_navigation b{ padding: 0 3px; }
.bx_navigation span{ font-size: 18px; color: #132048; /*text-decoration: underline; */}

.proinfo{ display: flex; justify-content: space-between; padding: 10px 0 145px 0;}
.proinfo_left{ width: 54%; }
.proinfo_right{ width: 41%; }
.proinfo_right p{ margin:20px 0 0 0; font-size: 17px; color:#615C5A; line-height: 22px;}
.proinfo_right p span{color:#000;}

.bxinfo_nav{ display: flex; height: 50px; line-height: 50px; background-color: #F3F3F3; padding:0 14px; font-size: 16px; color: #132048;}
.bxinfo_nav li{ padding: 0 7px; cursor: pointer; }
.bxinfo_nav li:hover{ color: #000; }


#info_features{ padding-top: 40px; }
.features_content{ padding-bottom: 70px; }
.features_info{display: flex; justify-content: space-between; padding-top: 30px;}
.features_left { width: 41%;}
.features_right { width: 54%;}
.features_left p {
    margin: 0 0 18px 0;
    font-size: 16px;
    color: #615C5A;
    line-height: 22px;
}
.advantages_p{ text-align: center; font-size: 20px; color: #615C5A; margin-bottom: 20px; }
.w330 th{ width: 330px; }
.w435 th{ width: 435px; }

.hot_case_parameters{ display:flex;}
.hot_case{ width:37%;}
.hot_case img{ margin-top:30px;}
.hot_parameters{ width:63%; padding-left:50px;}


#info_hot_plate{ padding-top: 55px; }
.hot_plate_content{ padding:55px 0; }
.hot_product_item{ display: flex; margin-top: 140px;}
.item_double{justify-content: space-between;}
.hot_product_item.item_first{ margin-top: 0; }
.hot_product_img{ width: 530px; flex-shrink: 0;}
.item_single .hot_product_img{ margin-right: 70px; }
.item_double .hot_product_img{ margin-left: 30px; }
.hot_product_txt h4{ font-size: 26px; color: #132048; font-weight: normal; padding-top: 20px; margin:0;}
.welding-auto-parts .hot_product_txt h4{ font-size: 23px; }
.hot_product_txt .hot_features{ font-size: 22px; color:#333; margin:0;  padding-top: 20px;}
.hot_product_txt dl{ margin:0; }
.hot_product_txt dt{ margin: 15px 0 2px 0; font-size: 20px; color:#615C5A; font-weight: normal;}
.hot_product_txt dd{ color: #A6A0A0; font-size: 16px; /*line-height: 20px;*/}


.advantages_content{ padding: 70px 0;  }
.content_h2_line{ width: 100px; height: 10px; background-color: #EFE35D; border-radius: 5px; margin:auto; margin-bottom: 25px; }
.dizo_product_detail h2{ font-size: 38px; color: #132048; text-align: center; }
.advantages_txt{ padding-top: 50px; display: flex; column-gap: 32px;}
.advantages_item{ border:1px solid #D7D6D6; border-radius: 5px; padding:30px 25px 50px 25px; text-align: center; width: 25%; cursor: pointer;}
.advantages_item img{ height: 70px; }
.advantages_item .adv_title{ font-size: 16px; color:#333333; font-weight: bold; padding:15px 0; margin:0; }
.advantages_item .adv_des{ font-size:15px; color:#A6A0A0; line-height: 20px;}
.advantages_item:hover{ background-color: #EFE35D; }


.parameters_content{ padding: 50px 0 70px 0;  }
.technology_content{ padding: 50px 0 70px 0;  }
.parameters_content table{text-align: center; margin-top: 45px; width: 100%;}
.parameters_content tr:nth-child(odd){ background-color: #e8e8e6; }
.parameters_content tr td,.parameters_content tr th{
    border: 1px solid #cdcdcb;
    padding: 15px 8px;
    word-wrap: break-word;
    word-break: break-word;
    color:#000;
    line-height: 15px;
}
.parameters_content tr th{ text-transform: capitalize; font-size: 14px;}
.parameters_content tr td{ font-size:12px; color:#000;}
.parameters_content .bold_font tr td{ font-weight: bold; color: #212121; }

.product_table tr th{font-size: 16px;}
.product_table tr td{font-size: 14px;}
.dizo_product_detail .tipLeftItemTop:hover {
    background: #132048;
    color: #fff;
}
.dizo_product_detail .tipLeftItemTop:hover .tipIcon{ color: #fff; }

.dizo_content_procuct{ display: flex; justify-content: space-between; padding: 30px 0 145px 0;}
.content-product-left { width: 52%;}
.dizo_content_procuct .content-product-left .full_slider .thumbnail.active, .dizo_content_procuct .content-product-left .not_full_slider .thumbnail.active { border-color: #132048;}
.dizo_content_procuct .content-product-left .full_slider .thumbnail:hover, .dizo_content_procuct .content-product-left .not_full_slider .thumbnail:hover{border-color: #132048;}
.dizo_content_procuct .content-product-left .full_slider .thumbnail, .dizo_content_procuct .content-product-left .not_full_slider .thumbnail {border-radius: 0px; margin-bottom: 0; margin-right: 1px;}
.dizo_content_procuct .content-product-left .full_slider, .dizo_content_procuct .content-product-left .not_full_slider {
    margin-top: 10px;    padding: 0;}
.content-product-right { width: 43%;}
/*.content-product-right h3{ color: #132048; font-size: 33px; margin: 0 0 3px 0;}*/
.content-product-right h3{ color: #132048; font-size: 28px; margin: 0 0 3px 0;}
.content-product-right h5{ font-size:20px; color:#333;font-weight: normal; margin: 10px 0 20px 0;}
.content-product-right h4{color: #615C5A;font-size:20px;font-weight: normal;margin:20px 0 5px 0;}
.content-product-right p{font-size: 16px;color: #A6A0A0;line-height: 21px;}


.packaging_content{ padding: 50px 0 70px 0; }
.packaging_txt{ padding-top: 40px; display: flex; column-gap: 6px;}
.packaging_item{ width: 25%; }


.appilications_content{ padding: 70px 0 70px 0; }
.dizo_product_detail .title_p{ font-size: 18px; color:#615C5A; text-align: center; padding:8px 0 5px 0;}
.case-swiper{ padding-top: 70px; }
.case_study{ display: flex; }
.study_left{ width: 600px; flex-shrink: 0;}
.study_right{ padding-left:48px;
    /*background-image: url(../images/case_bg.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.case_study h3{ font-size: 25px; margin-bottom: 30px; }
.case_study p{ font-size: 17px; color:#615C5A; line-height: 28px; }
.case_study a{ border-radius: 0; margin-top: 40px;}
.product_all_case .case_study h3{margin-bottom: 15px;}
.product_all_case .case_study a{margin-top: 10px;}
.case-swiper .swiper-button-next, .case-swiper .swiper-button-prev {
    color: #CCCDCF;
    font-weight: bold;
    background-image: none;
    border: 0;
    background-color: transparent;
    width: 23px;
    height: 40px;
}
.case-swiper .swiper-button-next {
    right: 10px;
}
.case-swiper .swiper-button-prev {
    left: 10px;
}
.case-swiper .swiper-button-next:after, .case-swiper .swiper-button-prev:after {
    font-size: 38px;
}
.case-swiper .swiper-button-next:hover, .case-swiper .swiper-button-prev:hover {
    color: #132148;
}


.faqs_content{ padding: 70px 0 70px 0; }
.faqs_txt{ padding-top: 45px; }

.certification_content{padding: 70px 0 70px 0; }
.certification_txt{ display: flex; padding: 60px 0 15px 0; }
.certification_item{ width: 33.33%; text-align: center;}

.reviews_content{padding: 70px 0 70px 0; }
.reviews_txt,.show_reviews{ padding-top: 80px; max-width: 926px; margin:auto; }
.reviews_txt .form-horizontal .control-label{ font-size:26px; color:#333333; padding:10px 0; }
.reviews_txt .form-horizontal input,.reviews_txt .form-horizontal textarea{border:1px solid #CDCCCB; font-size:20px; color:#A6A0A0; padding: 20px 20px; height: auto; border-radius: 0;}
.reviews_txt .form-horizontal input:hover, .reviews_txt .form-horizontal textarea:hover{ background-color: unset; }
.reviews_txt .form-horizontal input:focus, .reviews_txt .form-horizontal textarea:focus{ background-color: unset; }
.reviews_txt .form-horizontal .form-group{ padding-top: 6px; }
.pull-center{ text-align: center; }
.review_stars{ display: flex; justify-content: space-between;}
.bx_star_title{ padding-left: 15px; font-size: 20px; color:#615C5A; font-weight: normal; }
.star_write{ display:none;}
.star_write a{
    background: #132148;
    width: 230px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border:0;
    text-transform: capitalize;
    text-align: center;
}
.reviews_content .btn-primary{
    background: #132148;
    width: 230px;
    height: 46px;
    margin-top: 21px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border:0;
    text-transform: capitalize;
}
.reviews_content .btn-primary:hover,.star_write a:hover{
    background-color: #EFE35D;
    color: #132148;
}
.bx_review_author{ color:#333333; font-size: 24px; font-weight: bold; margin: 5px 0;}
span.fa-stack .fa-star.fa-stack-2x:before{ color: #f0e45e;}


.related_content{ padding:80px 0 120px 0; }
.related_txt{ padding-top: 55px; }
.related_txt .related_name{ text-align: center; padding:15px 0; }
.related_txt .related_name a{ font-size: 16px; text-align: center; color: #615C5A; display: inline-block;}
.related_txt .related_name a:hover{ color:#132048; }

.techniques_box{ display: flex; padding-top: 50px; justify-content: space-between;}
.techniques_left{ width: 447px; display: flex; flex-direction: column; justify-content: flex-end;}
.techniques_left p{ font-size: 18px; color: #615C5A; line-height: 28px; }
.techniques_left .detail_link{border-radius: 0; width: max-content;}
.techniques_right{ width: 754px; }

.steps_items {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.steps_items .steps_item {
    width: 231px;
    height: 269px;
    background-image: url(../images/thermoplastic_welding_process.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 33px;
    text-align: center;
    position: relative;
    padding-top: 90px;
}
.product_all_steps .steps_items .steps_item{padding-top: 75px;}
.steps_items .steps_item span {
    position: absolute;
    left: 13px;
    top: 22px;
    font-size: 14px;
    color: #fff;
}
.steps_items .steps_item h4 {
    color: #132048;
    font-size: 20px;
    margin-bottom: 15px;
}
.steps_items .steps_item p {
    color: #615C5A;
    font-size: 15px;
    line-height: 24px;
    padding: 0 10px;
}

.blogbanner {
    background-image: url(../images/blog.jpg);
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    background-position: center;
}
.bannersName {
    font-family: ArialMT;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 68px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-bottom: 50px;
}
.bannersDesc {
    /* width: 268px; */
    height: 18px;
    font-family: ArialMT;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto 80px;
}
.bannersDesc a {
    color: #f7ea56;
}
.bannersContent {
    width: 1098px;
    font-family: ArialMT;
    font-size: 27px;
    /* color: #A4A0A0; */
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .lm_catepage_banner,.lm_all_banner,.lm_cate_banner{
        height: auto;
        padding-bottom: 100px;
    }
    .lm_c_content p {
        font-size: 18px;
        line-height: 33px;
        max-width: 500px;
        letter-spacing: 0.5px;
    }
    .aboutbanner{
        height: auto;
        padding-bottom: 200px;
    }
    .lm_abouttop .bannerdesc {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
        max-width: 600px;
    }
    .blogbanner{
        height: auto;
        padding:180px 0;
    }
}

@media (max-width: 991px){
  .common-home .typeheader-1{ position: fixed; }
  .indexlogo{ line-height: initial; }
  .megamenu-style-dev .navbar-default .horizontal .navbar-toggle .icon-bar{
    background: #fff;
    width: 25px;
    height: 2px;
    margin: 7px 0;
    border-radius: 0;
  }
  .indexlogo{ display: block; }
  .indexlogo img{ height: 40px; }
  .typeheader-1 .header-bottom .logo{ display: none; }
  .typeheader-1 .header-bottom .logo img{ height: 40px; }
  ul.megamenu{ display: block; }
    
    .pcbanner{ display:none;}
    .phonebanner{ display:block;}
    .dizo_text{ left: 15px; right: 15px; display: block; padding:40px 0px; display:flex;justify-content: space-around;}
    .dizo_text h3{margin-top: 15px; font-size: 22px;}
    .dizo_text li { font-size: 16px; line-height: 24px;}
    /*.dizo_bannerbtn{justify-content: space-between;}*/
    .dizo_bannerbtn a{ width:auto; padding:0 15px;}
    .dizo_bannerbtn .dizo_getquote{ margin-left:20px;}
    
    .dizo_banner .swiper-pagination{ bottom:30px; }
    .dizo_banner .swiper-pagination-bullet{ bottom: 40px; background-color: #fff; opacity: 1;}
    .dizo_banner .swiper-pagination-bullet-active { background: #f9eb57; opacity: 1;}
    
    .dizobtn{ padding: 0 50px; width: auto;}
    .dizobtn_href{ padding: 0 50px; width: 100%;}

    .lm_container{ width: 100%; padding: 0 15px; }
    .lm_advantage{ margin-top: 60px; flex-wrap: wrap;}
    .advantage_items{ width: 50%; margin-bottom: 20px;}
    .advantage_items h3{ font-size: 30px; }

    .lm_title{ font-size: 26px; line-height: 35px;}
    .lm_desc{ font-size: 16px; }
    .lm_desc p br{ display: none; }

    .lm_choose_welding{ margin-top: 60px; padding-top: 45px; height: auto;}
    .welding_methods{ flex-wrap: wrap; margin: 15px 0; padding-bottom: 30px;}
    .welding_left{ width: 100%;  order: 2;}
    .welding_left .dizobtn{ width: 100%; }
    .welding_right{ width: 100%; order: 1; margin-bottom: 20px;}
    .category_con{ margin-top: 0; }
    .category_con ul li{ width: 100%; margin-top: 30px; }
    .categoryimg{ height: auto; }
    .categoryimg img{ height: auto; width: 100%;}
    .categorytext{ height: auto; padding: 22px 15px;}
    .categorytext h3 a{ font-size: 18px; }
    
    .lm_choose_porduct{ margin-top: 80px; }

    .app-automotive{ flex-wrap: wrap;}
    .automotive_right{ width: 100%; order:1; }
    .automotive_left{ width: 100%; order:2; margin-top: 20px;}
    .automotive_left a{ width: 100%; }

    .lm_products{flex-wrap: wrap;}
    .product_items{ width: 100%; margin-bottom: 30px;}
    .product_items .pitem_img,.product_items img{ width: 100%; }
    .product_items .pitem_name{ font-size: 18px; line-height: 25px; margin: 10px 0;}

    .lm_application{ padding: 40px 0 60px 0; height: auto; }
    .application-con ul{ margin:0; }
    .application-con ul li{ width: 100%; padding: 40px 10px 0 10px;}
    .appimg{ height: auto; }
    .appimg img{ width: 100%; height: auto; }

    .lm_news{ margin-top: 60px; }
    .news_items{ width: 100%; margin-bottom: 30px; }

    .lm_wedo { margin-top: 60px;}
    .wedo_items{ width: 100%; }
    .wedo_boxs{ height: auto; }
    .wedo_boxs3{ padding:25px; }

    .lm_feedback{ margin-top: 60px; }
    .lm_container1{ width: 100%; padding:0 15px; }
    .feedback_swiper{ flex-wrap: wrap; padding:0;}
    .feedback_itmes{ width: 100%; margin-bottom: 30px;}
    .feedback_contents .swiper-button-prev, .feedback_contents .swiper-button-next{ display: block; }
    
    .lm_certifications{ margin-top: 60px; height: auto; padding: 60px 0 60px 0; }
    .certifications_contents{ margin-top: 40px; }
    .certifications_items{ width: 33.33%; height: auto; }

    .lm_customers{ padding-top: 60px; padding-bottom: 60px; height: auto; background-size: cover; }
    .customers_contents ul{ padding:0;}
    .customers_contents ul li{ width: 50%; height: auto; margin:5px 0; padding:0 5px; }

    .lm_aboutdizo{ padding:60px 0; height: auto; background-size: cover; }
    .aboutdizo_contents{ flex-wrap: wrap;}
    .aboutdizo_left{ width: 100%; margin-right: 0; }
    .aboutdizo_right{ width: 100%; }
    .aboutdizo_right h3{ font-size: 25px; margin:15px 0;}
    .aboutdizo_right ul{ flex-wrap: wrap;}
    .aboutdizo_right ul li{ width: 50%; margin:15px 0;}
    .aboutbtn{ margin: auto;}
    .aboutbtn a{padding: 0 100px; width:auto;}

    .formbanner{ height: auto; padding:70px 0; }
    .quotetext{ width: 100%; padding:60px 10px 0 10px; order:2;}
    .quotetitle h3{ font-size: 30px; }
    .quotetext ul li{ margin-top: 15px; }
    .quotetext ul li div{ padding: 10px; }
    .quotetext ul li h3{ line-height: 25px; font-size: 18px;}
    .right_form{ width: 100%;padding: 40px 15px 30px 15px; order:1;}
    .right_form h3{ font-size: 25px; line-height: 35px;}
    .right_form ul{ flex-direction: column;}
    .right_form ul li.emailli{ margin:5px 0; }
    .input_wrap1{ flex-wrap: wrap; padding:20px 0 0 0;}
    .input_wrap1 ._input{ margin-bottom: 20px; width: 100%;}
    .right_form input{ font-size: 16px; height: 50px;}
    .right_form textarea{ font-size: 16px;}
    .right_form .btn-info{ width: 100%; }
    .formbox .right_form .input_wrap ._input .purpose,.area_code{ height:50px;}


    .aboutbanner{
        height: auto;
        padding-bottom: 130px;
    }
    .lm_abouttop{ padding:60px 0 0 30px; }
    .lm_abouttop .bannerName{ font-size: 30px; }
    .lm_abouttop .bannerdesc{ font-size: 20px; line-height: 30px; margin-top: 15px;}
    .bannerBottom {
        height: 70px;
        overflow: scroll;
        justify-content: flex-start;
    }
    .bannerBottomItem{ flex-shrink: 0;}
    .bannerBottomItemText{font-size: 14px;}

    .about_weare{ margin-top: 60px; padding-bottom:20px; margin-bottom: 0; flex-direction: column; }
    .weare_left{ width: 100%; padding:0; }
    .wearetitle br{ display: none; }
    .weare_left h3{ font-size:30px; }
    .w_info_items{ margin-top: 30px; }
    .w_info_right h3{ font-size:25px; }
    .weare_right{ width: 100%; padding: 0; margin-top: 60px; }
    .weare_right p{ margin: 25px 0 0 0;}

    .about_service{ margin-top: 60px; height: auto; }
    .service_info{ height: auto; padding:60px 0; }
    .service_btn{ display: flex; justify-content: space-between;}
    .service_btn a{ width:48%; margin:0; justify-content: space-between;}

    .lm_ourteam{ margin-top: 60px;}
    .ourteam_info{flex-direction: column;}
    .ourteam_info .team_items{ width: 100%; margin:10px 0; display: flex; flex-direction: column; }
    .lmteam_text{ height: auto; padding: 20px 25px 20px 25px;order: 2; }
    .lmteam_img{ order: 1; }
    .lmteam_img img{ width: 100%; }

    .lm_tradeshow{ margin-top: 60px; height: auto; padding: 60px 0 30px 0;}
    .tradeshow_info{ flex-direction: column;}
    .tradeshow_left{ width: 100%; padding:0; }
    .tradeshow_right{ width: 100%; margin-top: 60px; }
    .tradeshow_right .swiper-slide{ width: 100%; }
    .tradeshow_right .swiper-button-prev,.tradeshow_right .swiper-button-next{ display: block; }
    .tradeshow_right .swiper-button-next{ left: unset; right: 35%; }
    .tradeshow_right .swiper-button-prev{ left: 35%; }

    .lm_workshop{ margin-top: 60px; }
    .lm_workshop .about_btn{flex-direction: column;}
    .lm_workshop .about_btn a{ width: 100%; height: auto; margin:10px 0;}
    .workshop_items{ width: 100%; }

    .successbanner{padding:60px 0;}
    .successbanner h2{ font-size:35px; }
    .successbanner p { font-size: 20px; line-height: 30px;}
    .successbanner h3{ font-size:30px; }
    
    .lmtools{ width:50px; height:auto;}
    .dizo_tools{ padding: 5px 0;}
    
    .lm_mt_70{ margin-top: 50px;}
    .pdt100{ padding-top: 60px; }
    .lm_cate_banner{ height: auto;background-image: url(../images/category/banner6.jpg); }
    .lm_c_content{ max-width: 100%; padding: 40px 0 60px 0; }
    .lm_c_content h2{font-size: 30px; line-height: 50px; margin-bottom: 20px; }
    
    
    .lm_all_banner{ height: auto;background-image: url(../images/category/plastic-welding-equipment.jpg); }
    .lm_all_banner .lm_breadcrumbs { color: #fff;}
    .lm_all_banner .lm_breadcrumbs a{ color: #fff;}
    .lm_all_content{ max-width: 100%; padding: 40px 0 60px 0; }
    .lm_all_content h2{font-size: 25px; line-height: 40px; margin-bottom: 20px; color:#fff;}
    .lm_all_content p{ color:#fff; font-size: 18px;}
    
    .lm_catepage_banner{ height: auto; margin-bottom: 60px;}
    .lm_catepage_content{ max-width: 100%; padding: 40px 0 60px 0; }
    .lm_catepage_content h2{font-size: 25px; line-height: 40px; margin-bottom: 20px }
    .lm_catepage_content p{ font-size:18px;}
    
    .lm_automotive_banner{background-image: url(../images/category/car-plastic-parts-welding-machine.jpg); }
    .lm_hotplate_banner{background-image: url(../images/category/hot-plate-plastic-welding.jpg);}
    .lm_vibration_banner{background-image: url(../images/category/vibration-welding-plastic.jpg);}
    
    .lm_c_title{ font-size:30px; line-height: 40px; }
    .lm_c_prodcut_items{ flex-wrap: wrap;}
    .lm_c_prodcut_items li{ width: 100%; margin-bottom: 30px;}
    .lm_c_prodcut_items li h3{ height: auto; }
    
    .lm_c_benefits_items{ flex-wrap: wrap;}
    .lm_c_benefits_items li{ width: 48%; margin-bottom: 30px;}
    .lm_c_benefits_items li p{ padding:0; }

    .lm_c_project{ margin-top: 60px; height: auto; }
    .lm_c_project h3{ font-size:30px; line-height: 40px; }
    .lm_c_project p{ padding:0; }
    .lm_btns{ width: 100%; }

    .lm_c_support{ padding:60px 0 40px 0; }
    .lm_c_support{ flex-wrap: wrap;}
    .support_left{ width: 100%;}
    .support_right{ padding:30px 0 0 0; }
    .support_right h3{ font-size:30px; }
    .consultbtn{ width: 100%; }

    #lm_c_app p{ padding: 0; }

    .lm_c_feedback .lm_c_desc{ padding:0; }

    .lm_c_faq{ height: auto; padding:60px 0 40px 0; }
    .lm_c_faq p{ padding:0; }

    .tipLeftItemTop{ height: auto; }
    .tipQ{ margin-right: 10px; }
    .tipContent{ line-height: 25px; padding:10px 0; font-size: 16px;}
    .tipLeftItemBottom{ padding: 20px 10px;}

    .lm_c_ertifications{ margin-top: 60px; height: auto; padding:60px 0;}
    .lm_c_ertifications .lm_title{ font-size: 30px; }

    .lm_c_customers{padding:60px 0; height: auto;}
    .lm_c_customers .lm_title{ font-size: 30px; }
    
    
    /*------------------------------*/
    
    .dizo_content_procuct{ display:block; padding:10px 0 80px 0; }
    .content-product-left {  display: none; }
    .content-product-right{ width: 100%; margin-top: 30px; }

    .features_info{flex-wrap: wrap;}
    .features_left{ width: 100%; }
    .features_right{ width: 100%; margin-top: 20px;}
    
    .dizo_product_detail h3{ font-size: 25px; line-height: 35px;}
    .dizo_product_detail h2{ font-size: 30px; line-height: 40px; }
    .detail_link{ width: 100%; text-align: center; }

    .proinfo{flex-wrap: wrap;padding: 10px 0 70px 0;}
    .proinfo_left { width: 100%;}
    .proinfo_right{ width: 100%; margin-top: 50px;}
    .proinfo_left iframe,.proinfo_right iframe{ height:300px !important;}
    
    .bxinfo_nav{flex-wrap: wrap; height: auto; font-size:14px;}
    .hot_plate_content{padding:0 0 55px 0;}
    .hot_product_item{flex-wrap: wrap;}
    .hot_product_img{ width: 100%; order: 1;}
    .item_single .hot_product_img,.item_double .hot_product_img{ margin:40px 0 0 0; }
    .hot_product_txt{ margin-top: 30px; order: 2;}
    .hot_product_item{ margin-top: 40px; }

    .features_content {padding-bottom: 30px;}
    .advantages_content{padding: 50px 0 30px 0;;}
    .advantages_txt{flex-wrap: wrap; padding-top: 20px;}
    .advantages_item{ width: 100%; margin-bottom: 30px;}
    
    .hot_case_parameters{ flex-wrap: wrap;}
    .hot_case{ width:100%;}
    .hot_parameters{ width:100%; padding:40px 0 0 0;white-space: nowrap;}

    .parameters_content{ padding: 50px 0 30px 0; }
    .technology_content{ padding: 50px 0 30px 0; }
    .parameters_content tr td, .parameters_content tr th{word-break: keep-all;}
    .parameters_table{width: 100%; overflow: auto; /*white-space: nowrap;*/}
    
    .packaging_content{ padding:50px 0 30px 0; }
    .packaging_txt{padding-top: 20px;flex-wrap: wrap;justify-content: space-between;}
    .packaging_item{ width: 48%; margin-top: 15px;}

    .appilications_content{padding: 50px 0 30px 0;;}
    .case_study{flex-wrap: wrap;}
    .case-swiper{ padding-top: 30px; }
    .study_left{ width: 100%; }
    .study_right{ width: 100%; padding:20px 0 0 0; }

    .faqs_content{padding: 50px 0 30px 0;}

    .certification_content{padding:50px 0 30px 0;}
    .certification_txt{flex-wrap: wrap; padding:30px 0 15px 0; align-items: center;}
    .certification_item{ padding:6px; }

    .reviews_content{padding:50px 0 30px 0;}
    .reviews_txt, .show_reviews{ padding-top: 30px;}

    .related_content{padding:50px 0 30px 0;}
    .bx_iteams_left{padding: 20px 0 30px 0;}
    
    .techniques_box{flex-wrap: wrap;}
    .techniques_left{ width: 100%; }
    .techniques_right{ width: 100%; margin-top:40px;}
    .techniques_left .detail_link{ width: 100%; }

    .steps_items { padding-top: 10px;}
    .steps_items .steps_item {
        width: 48%;
        height: auto;
        background-image: none;
        padding-top: 85px;
        border: 1px solid #ccc;
        border-radius: 10px 10px 0 0;
        padding-bottom: 40px;
        border-bottom: 4px solid #132146;
    }
    .steps_items .steps_item span {
        position: absolute;
        left: 0;
        top: 22px;
        font-size: 14px;
        color: #fff;
        background: #132148;
        padding: 5px 15px;
        border-radius: 0 15px 15px 0;
    }
    .steps_items .steps_item p {
        padding: 0 5px;
    }
    .steps_items .steps_item::after {
        content: '';
        position: absolute;
        right: 0px;
        width: 0;
        bottom: 0px;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 23px solid transparent;
        border-bottom: 12px solid #132148;
    }
    
    .blogbanner {
        height: auto;
        padding: 80px 20px;
    }
    .bannersName {
        font-size: 40px;
        line-height: 55px;
        padding-bottom: 30px;
    }
    .bannersDesc {
        margin: 0 auto 30px;
        height: auto;
    }
    .bannersContent {
        width: 100%;
        font-size: 20px;
        line-height: 35px;
    }
    
    
}