/*
Theme Name: LHE
Theme URI: http://www.eastdesign.net
Author: the Eastern Design Studio team
Author URI: http://www.eastdesign.net
Version: 1.0
*/

@font-face {
    font-family: 'Bemio';
    src: url('fonts/BemioItalic.eot');
    src: url('fonts/BemioItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/BemioItalic.woff2') format('woff2'),
        url('fonts/BemioItalic.woff') format('woff'),
        url('fonts/BemioItalic.ttf') format('truetype'),
        url('fonts/BemioItalic.svg#BemioItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans.eot');
    src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('fonts/OpenSans.woff2') format('woff2'),
        url('fonts/OpenSans.woff') format('woff'),
        url('fonts/OpenSans.ttf') format('truetype'),
        url('fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    overflow-x: hidden;
    font-family: 'OpenSans';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat';
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
li{
    list-style: none;
}
a:active,a:link,a:focus,a:visited{
    text-decoration: none;
}
.head_top_left{
    float: left;
}
.head_top_right{
    float: right;
    padding: 34px 0px 24px 0;
}
.tel{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-right: 30px;
}
.email{
    display: inline-block;
    margin-right: 30px;
}
.email a{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-decoration: underline;
}
.select_it a{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: inline-block;
    width: 100%;
    padding-left: 5px;
}
.select_it:hover .select_it_a{
    background-color: #005592;
    color: #fff;
}
.language_box{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-right: 30px;
    position: relative;
}
.select_now{
    display: inline-block;
}
.language_select{
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 10;
    background-color: #f8f8f8;
    width: 110px;
    border-top: 3px solid #005592;
    padding-top: 3px;
}
.language_box:hover .language_select{
    display: inline-block;
}
.head_top_left h1{
    margin: 0;
}
.head_top_left a{
    display: inline-block;
    padding: 12px 0;
}
.head_top_right img{
    margin-right: 10px;
}
.social-link {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
}
.social-link li {
    list-style: none;
    display: inline-block;
    transition: all ease 0.8s;
}
.social-link li:hover{
    transform: rotateY(360deg);
}
.social-link li a{
    width: 34px;
    height: 34px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 4px 0 0;
}
.social-link li a i{
    vertical-align: sub;
    font-size: 22px;
    line-height: 34px;
}
.social-link li:nth-child(1) a{
    background-color: #3a589b;
}
.social-link li:nth-child(2) a{
    background-color: #1686b0;
}
.social-link li:nth-child(3) a{
    background-color: #1cb7eb;
}
.social-link li:nth-child(4) a{
    background-color: rgb(203, 32, 39);
}
.select_now .fa{
    margin-left: 5px;
}
.head_bottom{
    background-color: #005592;
}
.head-menu>li{
    float: left;
}
.head-menu li{
    display: inline-block;
}
.head-menu li a{
    display: inline-block;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Montserrat';
    color: #fff;
}
.head-menu li a:hover,.head-menu li a:focus{
    background-color: #c20e1b;
}
.head-menu>.current-menu-item>a{
    background-color: #c20e1b;
}
.head-menu li a .fa-angle-down{
    margin-left: 8px;
}
.head-menu .menu-item-has-children > .sub-menu{
    width: 175px;
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: margin 0.5s, opacity 0.5s;
    transition: margin 0.5s, opacity 0.5s;
    padding-left: 0;
    list-style: none;
}
.head-menu .menu-item-has-children .sub-menu li{
    width: 100%;
}
.head-menu .menu-item-has-children:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
    margin: 0;
    z-index: 9999;
}
.head-menu ul.sub-menu a{
    padding: 10px 12px;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    font-weight: inherit;
    color: #808080;
    transition: all 0.4s, color 0s 0s !important;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #ddd;
}
.head-menu ul.sub-menu a:hover{
    color: #fff;
    border-radius: 0;
    box-shadow: 0 200px 0 0 rgba(0,0,0,0) inset;
    background-color: #c20e1b;
    text-decoration: none;
}
.head-menu .menu-item-has-children > .sub-menu li{
    position: relative;
}
.head-menu .menu-item-has-children > .sub-menu .sub-menu{
    position: absolute;
    left: 170px;
    top: 0;
    opacity: 0 !important;
}
.head-menu .sub-menu .menu-item-has-children:hover ul.sub-menu{
    opacity: 1 !important;
    visibility: visible;
    margin: 0;
    z-index: 9999;
}
.sf-menu ul li,.sf-menu ul ul li{
    background-color: #fff !important;
}
.banner_link{
    font-size: 16px !important;
    line-height: 30px !important;
    background-color: #c20e1b !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 10px 30px;
    border: 2px solid #c20e1b;
}
.banner_link .fa-icon-chevron-right{
    margin-left: 8px;
}
.banner_link:hover{
    background-color: #fff !important;
    color: #c20e1b !important;
}
.featured_products{
    padding: 50px 0;
    background-color: #f6f6f6;
}
.home_title_h2{
    margin: 0 0 28px 0;
    font-size: 30px;
    line-height: 32px;
    color: #333333;
}
.featured_products .container{
    overflow: hidden;
}
.featured_products .row{
    position: relative;
}
.featured_products .swiper-pagination{
    position: absolute;
    right: 6px;
    top: 14px;
}
.swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    margin: 0 2px;
}
.swiper-pagination-bullet-active{
    background-color: #c20e1b !important;
}
.featured_products_title{
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: center;
    padding: 8px 0;
}
/*
.featured_products .swiper-slide:hover .featured_products_title{
    background-color: #c20e1b;
    color: #fff;
}
*/
.featured_products .swiper-slide img{
/*    width: 100%;*/
}
.featured_products_title {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: center;
    padding: 8px 0;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.featured_products_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c20e1b;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.featured_products .swiper-slide:hover .featured_products_title, .featured_products .swiper-slide:focus .featured_products_title, .featured_products .swiper-slide:active .featured_products_title {
    color: white;
}
.featured_products .swiper-slide:hover .featured_products_title:before, .featured_products .swiper-slide:focus .featured_products_title:before, .featured_products .swiper-slide:active .featured_products_title:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.into_video{
    text-align: right;
    position: relative;
}
.into_video_title{
    position: absolute;
    left: 42%;
    top: 40%;
}
.into_zhejiang{
    padding: 50px 0;
}
.into_box p{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.into_left{
    background-image: url(images/into_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.into_btn{
    font-size: 16px;
    line-height: 30px;
    background-color: #c20e1b;
    color: #fff;
    border-radius: 0;
    padding: 4px 28px;
    border: 2px solid #c20e1b;
    display: inline-block;
    margin-top: 35px;
}
.into_btn .fa{
    margin-left: 8px;
}
.into_btn:hover,.into_btn:focus,.into_btn:active{
    background-color: #fff ;
    color: #c20e1b;    
}
.technology{
    background-image: url(/wp-content/uploads/2019/08/technologies_ban-1.jpg);
    min-height: 420px;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.technology_h2{
    font-size: 55px;
    color: #fff;
    font-family: 'Bemio';
    margin: 10px 0 20px 0;
    text-align: center;
}
.technology_p{
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.friend_logo{
    background-color: #f6f6f6;
    padding: 40px 0;
}
.page-id-13 .ult-carousel-wrapper{
    padding-bottom: 0;
    margin-bottom: 0;
}
.page-id-13 .ult-item-wrap:focus{
    outline: none;
}
.latest_blog{
    padding: 50px 0;
}
.latest_blog .home_title_h2{
    text-align: center;
}
.latest_left{
    padding: 35px;
    background-color: #f6f6f6;
}
.latest_right_box{
    border-bottom: 1px solid #cecece;
    padding: 20px 0;
}
.latest_right_box:first-child{
    border-top: 1px solid #cecece;
}
.last_title_img{
    overflow: hidden;
    display: inline-block;
}
.latest_img{
    width: 100%;
    transform: scale(1) translateZ(0);
    transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.latest_time_img{
    margin-right: 8px;
}
.last_title_img:hover .latest_img{
    transform: scale(1.1) translateZ(0);
}
.latest_time_span{
    font-size: 14px;
    line-height: 34px;
    color: #888888;
    vertical-align: middle;
}
.last_title{
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    font-family: 'Montserrat';
    margin-bottom: 15px;
    display: block;
}
.latest_right_box .last_title{
    font-size: 18px;
    color: #666666;
    margin-bottom: 0;
}
.last_title:hover{
    color: #c20e1b;
}
.latest_right{
    padding-left: 40px;
}
.cooperation{
    padding: 50px 0;
    background-color: #f6f6f6;
}
.cooperation .home_title_h2{
    margin-bottom: 25px;
    text-align: center;
}
.partner{
    margin-bottom: 50px;
}
footer{
    background-image: url(images/footbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.foot_up{
    padding: 35px 0 22px 0;
    border-bottom: 1px solid #6495b7;
}
.swiper-pagination-clickable .swiper-pagination-bullet:focus{
    outline: none;
}
.foot_up_right{
    text-align: right;
}
.foot-social{
    margin-top: 15px;
}
.foot-social a{
    background-color: #ffffff !important;
}
.foot-social li a i{
    color: #0f5f97;
}
.foot_center{
    padding: 30px 0 25px 0;
    border-bottom: 1px solid #6495b7;
}
.foot_h3{
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    margin: 0 0 13px 0;
}
.foot_menu li{
    font-size: 14px;
    line-height: 24px;
    color: #c2cedb;    
}
.foot_menu li a{
    font-size: 14px;
    line-height: 24px;
    color: #c2cedb;
}
.foot_menu li a:hover{
    color: #c20e1b;
}
.foot_menu_tel{
    font-size: 24px !important;
    line-height: 30px !important;
    margin: 10px 0;
    color: #ffffff !important;
}
.foot_menu_tel img{
    margin-right: 10px;
}
.foot_bottom p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'Montserrat';
    padding: 22px 0;
}
.wprmenu_bar .hamburger{
    float: right !important;
}
.menu_title {
    display: inline-block;
    width: 160px;
    height: 55px;
    background-image: url(images/footlogo.png);
    background-size: auto;
    background-repeat: no-repeat;
}
.menu_title a{
    color: rgba(0,0,0,0);
}
#wprmenu_bar {
    background-color: #005592!important;
    height: 68px;
}
#wprmenu_bar div.hamburger{
    margin-top: 10px;
}
#wprmenu_menu_ul{
    margin-top: 25px;
}
.return-top {
    background: #c20e1b none repeat scroll 0 0;
    border: 2px solid #c20e1b;
/*    border-radius: 50%;*/
    bottom: 50px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-bottom: 50px;
}
.return-top:hover{
    background-color: rgba(255,255,255,0);
    color: #c20e1b;
}
.return-top span{
    display: none;
}
.return-top i{
    font-size: 35px;
    position: absolute;
    left: 7px;
    top: 5px;
}
/*innerpage*/
.tem-page-header-con{
    display: inline-block;
    padding: 30px;
    /*background-color: rgba(0, 85, 146, 0.6);*/
    min-width: 280px;
    border-radius: 15px;
}
.inner_banner img{
    margin: 0 auto;
    display: block;
}
.inner_banner{
    position: relative;
}
.tem_container{
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    text-align: center;
}
.tem_container h1{
    color: #fff;
    text-transform: uppercase;
}
.tem_container .breadcrumb{
    background-color: rgba(0,0,0,0);
    border-radius: 0;
}
.tem_container #breadcrumbs{
    margin-bottom: 0;
}
.tem_container #breadcrumbs a,.tem_container #breadcrumbs span{
    color: #fff;
}
.tem_container .breadcrumb_last{
    color: #c20e1b !important;
}
.innercontent{
    padding: 70px 0;
    font-size: 14px;
    line-height: 22px;
}
.h2_title_vc{
    margin-bottom: 25px;
}
.p_content_vc{
    font-size: 12px;
    line-height: 18px;
}
.p_content_vc strong{
    font-size: 18px;
    line-height: 28px;
}
.uavc-list-content{
    margin-bottom: 0;
}
.page-id-16 .vc_row,.page-id-24 .vc_row,.page-id-20 .vc_row{
    margin: 0 auto;
}
.page-id-24 .innercontent{
    padding-bottom: 0;
}
.page-id-24 .wpb_gmaps_widget{
    margin-bottom: 0;
}
.page-id-20 .innercontent{
    padding: 0;
}
.technology_element{
    padding: 30px 0;
    background-color: #363639;
}
.technology_element p{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.technology_contact{
    display: inline-block;
    padding: 10px 50px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #fff;
    color: #fff;
    float: right;
    border-radius: 5px;
    transition: all ease 0.3s;
}
.technology_contact:hover,.technology_contact:focus,.technology_contact:active{
    background-color: #005592;
    color: #fff;
    border-color: #005592;
}
.no_padding .vc_column-inner{
    padding: 0 !important;
}
.add_padding .vc_column-inner{
    padding: 19px 35px !important;
}
.h2_technologies{
    position: relative;
    margin-bottom: 30px;
    margin-left: 32px;
}
.h2_technologies + .wpb_content_element{
    margin-left: 32px;
    color: #999;
    margin-bottom: 0 !important;
}
.h2_technologies::after{
    position: absolute;
    content: '';
    width: 120px;
    height: 2px;
    background-color: #005592;
    left: 0;
    top: 45px;
}
.h3_technologies{
    color: #005592;
    margin-bottom: 20px;
}
.h3_technologies + .wpb_content_element{
    margin-bottom: 0;
}
.no_padding .vc_align_left{
    margin-bottom: 0 !important;
}
.customer_test h2{
    color: #fff;
}
.customer_test .h2_title_vc{
    color: #fff;
}
.customer_test p{
    color: #fff;
}
/*blog page*/
.blog-list .blog {
    margin-bottom: 25px;
    transition: all .2s ease-in-out;
    min-height: 490px;
}
.blog-list .blog:hover{
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    position: relative;
    display: block;
    overflow: hidden;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.blog .blog-title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
.blog .blog-title a {
    color: inherit;
    transition: all .2s ease-in-out;
}
.blog-list .blog:hover .blog-title a{
    color: #c20e1b;
}
.blog .blog-features {
    color: #999;
    font-size: 13px;
    font-weight: 600;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.list-inline-item {
    display: inline-block;
}
.blog .blog-features i {
    color: #c20e1b;
    padding: 0 8px 0 0;
}
.blog .blog-content {
    margin-top: 10px;
    color: #999;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-main {
    border-radius: 0;
    min-width: 50px;
    border: 0px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    padding: 8px 18px;
    text-transform: capitalize;
    font-size: 13px;
    background: #005592;
    color: #fff;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: all .2s ease-in-out;
}
.blog-list .blog:hover .btn-main{
    background-color: #c20e1b;
    color: #fff;
}
.list-inline-item .latest_time_img{
    margin-top: -3px;
}
.hover-effect{
    position: relative;
    display: inline-block;
}
.hover-effect::before,
.hover-effect::after {
   content: "";
   background: #fff;
   height: 0;
   width: 0;
   z-index: 1;
   position: absolute;
   -webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
}
.hover-effect::before {
	right: 0;
	opacity: 1;
	top: 0;
}
.hover-effect::after {
	bottom: 0;
	opacity: .7;
	left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
	height: 100%;
	opacity: 0;
	width: 100%;
}
.wp-pagenavi{
    display: inline-block;
    padding: 0;
    border: 1px solid #005592;
    font-family: 'Montserrat';
}
span.current{
    padding: 6px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #c20e1b;
    display: inline-block;
}
a.page.larger,a.page.smaller{
    padding: 6px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    transition: all ease-in-out 0.2s;
    display: inline-block;
}
a.page.larger:hover,a.page.smaller:hover{
    background-color:#005592;
    color: #fff;    
}
a.nextpostslink,a.previouspostslink,a.last{
    padding: 6px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #005592;
    transition: all ease-in-out 0.2s;
    display: inline-block;
    text-transform: uppercase;
}
a.nextpostslink:hover,a.previouspostslink:hover{
    background-color:#005592;
    color: #fff;        
}
a.nextpostslink .fa{
    margin-left: 5px;
}
a.previouspostslink .fa{
    margin-right: 5px;
}
.page-nav{
    text-align: center;
}
.page-id-26 .wpcf7-form input {
    border: 2px solid #ddd;
    padding: 5px 10px;
}
.page-id-26 .wpcf7-form .ebd_input:nth-child(1){
    display: none;
}
.page-id-26 label {
    font-size: 16px;
    color: #444;
    line-height: 26px;
}
.ebd_input img {
    margin: 0 8px;
}
.page-id-26 .wpcf7-submit{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #005592;
    padding: 6.5px 14px;
    font-family: 'Montserrat';
    border-radius: 5px;
    margin-top: 10px;
    border: 2px solid #005592 !important;
    transition: all ease 0.3s;
}
.page-id-26 .wpcf7-submit:hover{
    background-color: #fff;
    color: #005592;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    padding: 12px 20px;
    display: inline-block !important;
    border-left: 5px solid #398f14;
    margin-left: 0;
}
.ebd_link {
    color: #005592;
    font-size: 22px;
    line-height: 30px;
    padding: 4px 0;
    display: inline-block;
}
/*product page*/
.vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-blue>.vc_grid-filter-item:hover{
    background-color: #005592 !important;
}
.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item{
    border-radius: 2px !important;
    font-family: 'Montserrat';
}
.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat{
    background-color: #005592 !important;
}
.vc_btn3.vc_btn3-size-md{
    font-family: 'Montserrat';
    padding: 10px 20px !important;
    border-radius: 2px !important;
}
.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item{
    padding: 4px 10px !important;
}
/*single*/
.sp-wrap{
    max-width: unset;
    margin: 0;
    background-color: #fff;
    border: 1px solid #fff;
}
.ask-btn{
    color: #fff;
    font-size: 18px;
    width: 165px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
}
.ask-order{
    background-color: #cc2121;
    font-weight: bold;
}
.ask-order:hover,.ask-order:focus{
    color: #fff;
}
.share_products{
    margin-top: 25px;
    font-size: 16px;
    display: none;
}
.single_down_element{
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.single_down_element .tab-content{
    width: 90%;
    margin: 0 auto;    
}
.single_down_element .tab-content img{
    display: block;
    max-width: 100%;
    height: auto;
}
.nav-tabs>li{
    display: inline-block;
    float: none;
}
.nav-tabs>li>a{
    font-size: 20px;
    line-height: 30px;
    color: #c2c2c2;
    background-color: rgba(0,0,0,0) !important;
    margin: 0;
    border: none;
    transition: all ease 0.5s;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border: none;
    color: #005592;
}
.nav-tabs{
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Montserrat';
}
.nav-tabs>li>a:hover{
    border: none;
}
.relative-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
a.home-products-content {
    border: 1px solid #eee;
    display: block;
    padding: 10px;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    margin-bottom: 50px;
    max-width: 255px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.relative-container .top-img img.img-responsive {
    margin: auto;
    display: block;
    max-width: 100%;
}
.products-info h3 {
    width: 100%;
    background-color: #005592;
    color: #fff;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 5;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    border:solid 1px #005592;
}
.products-info h3:before{
    background: #005592;
    border-color: #005592;
    opacity: 0.5;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transition:all 0.6s ease;
}
.products-info h3:before,.products-info h3:after{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}
.products-info h3:after{
    background: #ffffff;
    box-shadow: 0 0 3px #005592;
    -moz-box-shadow:0 0 3px #005592;
    -webkit-box-shadow:0 0 3px #005592;
    z-index: -1;
    width: 1%;
    left: 50%;
    opacity: 0;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transition:all 0.4s ease ;
}
a.home-products-content:hover .products-info h3{
    background: #ffffff;
    color: #333;
}
a.home-products-content:hover .products-info h3:before{
    opacity: 0;
}
a.home-products-content:hover .products-info h3:after{
    opacity:1;
    width:100%;
    left:0;
}
.swiper-slide h3{
    margin: 0;
}
.relative-pro-title h2{
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 10px 0;
    text-align: center;
}
.relative_bar{
    background-color: #005592;
    width: 80px;
    height: 3px;
    margin: 0 auto 15px;
}
.related-container{
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.relative_bar + p{
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}
.single table {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.single tbody tr:nth-child(odd) {
    background-color: #efefec;
}
.single .table-title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    background-color: #005592!important;
}
.single table td {
    padding: 10px 0;
}
.uavc-list-icon{
    margin-right: 15px !important;
}
.single_sidebar_into{
    padding: 20px 25px;
    background-color: rgba(245,245,245,0.8);
}
.single_sidebar h3{
    margin: 0 0 15px 0;
    font-size: 20px;
}
.single_sidebar a{
    color: #444;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
    display: block;
    transition: all ease 0.3s;
}
.single_sidebar a:hover{
    background-color: #005592;
    color: #fff;
}
.single_sidebar li{
    border-bottom: 1px solid #eee;    
}
.ask-sample{
    background-color: #005592;
}
.pdf_uploads{
    margin: 20px 0 0 0;
}
.pdf_uploads img{
    margin-right: 8px;
}
.pdf_uploads a{
    color: #005592;
    font-weight: bold;    
}
.share_products p{
    display: inline-block;
    margin-right: 8px;
}
.share_products .addthis_inline_share_toolbox{
    display: inline-block;
    vertical-align: middle;
}
.child_box{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
/*
.child_hover{
    position: absolute;
    top: 100%;
    left: 0;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #2b2b2b;
    padding: 15px 10px;
    min-height: 140px;
}
*/
.child_hover h3{
    margin-top: 0;
}
.child_hover a{
    color: #333;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    line-height: 30px;
}
.read_more_btn{
    background-color: #005592 !important;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px !important;
    padding: 10px 20px;
    color: #fff !important;
    line-height: 14px !important;
}
/*
.child_box:hover .child_hover{
    transform: translateY(-140px);
}
*/
.child_img{
    transition: all ease 0.5s;
}
/*
.child_box:hover .child_img{
    transform: translateY(-140px);
}
*/
.child_excerpt{
    line-height: 18px;
}
html body #wprmenu_menu_ul li.wprmenu_parent_item_li>ul{
    padding: 0;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
    background-color:#005592 !important;
}
.archive .vc_grid-item-mini{
    min-height:540px;
}
/*float*/
.floatwindow_fd_conct img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}
.floatwindow_fd_conct {
    position: fixed;
    z-index: 1000;
    right: 10px;
    top: 30%;
    font-size: 14px;
}
.floatwindow_fd-img {
    background: #c20e1b url('/wp-content/themes/lhe/images/fd_img.png') no-repeat;
    background-size: 42px;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 100px;
}

.floatwindow_fd-main {
    width: 180px;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: 0.3s right ease-in-out;
    -o-transition: 0.3s right ease-in-out;
    -moz-transition: 0.3s right ease-in-out;
    -webkit-transition: 0.3s right ease-in-out;
    background: #fff;
}

.floatwindow_fd-main li {
    padding-left: 40px;
    font-family: Arial;
    background-size: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    border-bottom: 1px #efefef solid;
    position: relative;
}

.floatwindow_fd-main i {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.floatwindow_fd-main .floatwindow_online_service {
    background: #c20e1b url('/wp-content/themes/lhe/images/fd_img.png') no-repeat;
    background-size: 42px;
    height: 54px;
    background-position: 5px 50%;
    color: #fff;
    padding-left: 50px;
    font-size: 18px;
    line-height: 54px;
    border: none;
}

.floatwindow_fd-main .floatwindow_top {
    font-size: 18px;
    color: #fff;
    background-color: #c20e1b;
    line-height: 42px;
    height: 42px;
    border: none;
    padding-left: 60px;
    position: relative;
    background-image: url(/wp-content/themes/lhe/images/top.png);
    background-position: 110px 50%;
    cursor: pointer;
}
.floatwindow_fd_conct a{
    color: #333;
    margin-left: 10px;
}
.floatwindow_fd_conct a:hover{
    color: #666;
}
.side_pro_h2{
    background-color: #005592;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    padding: 10px 15px;
}
.side_pro li{
    display: block;
    padding: 0 10px;
    background-color: #eee;
}
.side_pro li a{
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    width: 100%;
    border-bottom: 1px dashed #666;
    transition: all ease 0.3s;
}
.side_pro li a:hover{
    color: #005592;
}
.side_pro li a:hover .fa-caret-right{
    margin-right: 7px;
}
.side_pro li:last-child a{
    border: none;
}
.side_pro .fa-caret-right{
    color: #005592;
    margin-right: 5px;
    transition: all ease 0.3s;
}
/*404 */
.page-404 {
    text-align: center;
}
.content-404 {
    text-align: center;
}
.page-404 h2 {
    border-bottom: 2px solid #333;
    display: block;
    padding-bottom: 33px;
}
.error-message {
    margin-top: 20px;
    color: #F0F0F0;
    font-size: 178px;
    font-weight: bold;
    margin-bottom: 40px;
}
a.a-404 {
    color: #fff;
    padding: 5px 90px;
    display: inline-block;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    background: #005592;
    border: 1px solid #005592;
    margin-bottom: 50px;
}
a.a-404:hover {
    border-radius: 30px;
    color: #555;
    background: #fff;
    text-decoration: none;
}
.error404 div#content {
    padding: 100px 0;
}
@media screen and (max-width:1024px){
    .inner_banner img{
        display: none !important;
    }
    .inner_banner{
        min-height: 250px;
        background-image: url(https://www.lhecn.com/wp-content/uploads/2019/08/products_ban-3.jpg);
        background-size: cover;
        background-repeat: no-repeat;        
    }
}
@media screen and (min-width:768px){
    .into_left{
        padding-left: 0;
    }
    .into_right{
        padding-right: 0;
    }
    ::-webkit-scrollbar {/*隐藏滚轮*/
        display: none;
    }
}
@media screen and (max-width:768px){
    .head-menu{
        display: none;
    }
    .head_top_left{
        display: none;
    }
    .head_top_right{
        padding: 40px 0px 15px 0;
    }
    .into_video {
        margin-top: 30px;
        text-align: center;
    }
    .vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon{
        color: #005592 !important;
    }
    .vc_grid-styled-select{
        font-family: 'Montserrat';
    }
    .floatwindow_fd_conct{
        display: none;
    }
}
@media screen and (min-width:415px) and (max-width:768px){
    .add_padding .vc_column-inner{
        padding: 20px 10px !important;
    }
    .h3_technologies{
        font-size: 18px;
    }
}
@media screen and (max-width:414px){
    .single_sidebar_into{
        display: none;
    }
    .into_video_title {
        left: 40%;
        top: 38%;
    }
    .foot_in_center{
        display: none;
    }
    .foot_bottom p{
        padding-left: 15px;
        padding-right: 15px;
    }
    .head_top_right{
        text-align: center;
        float: none;
    }
    .tel,.email{
        display: none;
    }
    .innercontent{
        padding-left: 10px;
        padding-right: 10px;
    }
    .vc_row{
        margin: 0 !important;
    }
}
@media screen and (max-width:320px){
    .into_video_title {
        left: 36%;
        top: 30%;
    }
    .technology_h2{
        font-size: 42px;
    }
}

/*change*/
.imgallbox img{
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;    
}
.imgallbox img:hover{
    transform: scale(1.1);
}
.imgallbox a{
    display: inline-block;
    overflow: hidden;
}
.imgtitle-h3{
    margin-bottom: 30px;
    min-height: 390px;
}
.imgtitle-h3 h3{
    font-size: 18px;
    margin: 20px 0 10px 0;    
}
.imgtitle-h3 h3 a{
    color: #333;
}
.imgtitle-h3 h3 a:hover{
    color: #c20e1b;
}
.imgtitle-h3 p{
    line-height: 22px;
    font-size: 14px;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    display: none;
}
.page-id-18 .vc_grid-item-mini{
    min-height: 500px;
}
.bwg_container img{
    width:100% !important;
    height:100% !important;
}
.bwg-item2{
    margin:0 !important;
}
span.screen-reader-text{
    display:none;
}
#search-3{
    float:right;
    padding-top: 10px;
}
input.search-submit.screen-reader-text {
    border-color: #005592;
    background-color: #005592;
    color: #fff;
    text-transform: uppercase;
}
input[type=search] {
    font-weight: 100;
    color: #333;
    border-color: #005592;
    width:180px;
}
.post-thumbnail img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;    
}
article{
    padding: 20px 0;
    border-bottom: 1px dashed #dadada;
}
.cert_lists{
    width: 20%;
    display: inline-block;
    float: left;
    min-height: 400px;  
    text-align: center;
}
.cert_lists .img_logo {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.cert_lists:first-child .img_logo{
	 width: 80px;
    height: 80px;
}
.pdf_down{
    font-size: 14px;
    line-height: 20px;
    background-color: #005592;
    color: #fff;
    border-radius: 0;
    padding: 2px 10px;
    border: 2px solid #005592;
    display: inline-block;
    transition: all ease 0.3s;
}
.pdf_down:hover{
    background-color: #ffffff;
    color: #005592;
}
.cert_lists img:first-child{
    margin-bottom: 20px;
}
@media (max-width:768px){
	.cert_lists {
		width: 33%;
	}
}
@media (max-width:414px){
	.cert_lists {
		width: 50%;
	}
	.cert_lists .img_logo {
		max-width: 80px;
	}
}
@media (max-width:375px){
	.cert_lists .img_logo {
		max-width: 60px;
	}
}
@media (max-width:320px){
	.cert_lists .img_logo {
		max-width: 100px;
	}
}
.page_main_content h1,.page_main_content h2{
    margin: 0;
    padding-right: 18px;
    margin-top: -24px;
    margin-bottom: 25px;
    float: left;
    background-color: #f9f9f9;    
    font-size: 30px;
}
.page_main_content {
    margin: 20px 0 60px 0;
    padding: 45px 20px 25px 20px;
    background-color: #f9f9f9;
}
.page_main_content_title{
    border-top: 1px solid #eeeeee;
}
.page_main_content_title::before{
    content: " ";
    display: table;    
}
.page_main_content_title::after{
    clear: both;
    content: " ";
    display: table;    
}