
/* Zendkee Customize Frontend CSS Start */
/******* icon *******/
@font-face {
    font-family: "iconfont";
    src: url('./fonts/iconfont.eot?t=1576821873945');
    /* IE9 */
    src: url('./fonts/iconfont.eot?t=1576821873945#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAAsAAAAABzwAAALbAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDHAqBfIFwATYCJAMQCwoABCAFhG0HRBteBsgusG3Yk8WEbEBx8TfsVwAM3BAP/+33v31mzrO5XzxJcqOJVrGqFslEEkRao3RW9/9dy/7sFEFiSrSsiimBWpRdykzT4UyKZCQpoDs2jtETub4jyN19WwAQFyccYkBllmDfDxgqy3qG1/ycT9w7rX1e5/PZt9zGWDzGtE9dgHFAgY45yQroC3LD2E0EDmE7gWZZG+Ha8GQIsiTQLxDvqByHrJxPSis5FPo1U1N8Uw3Ll3IP+Mp/H/95I4uiV4Ght+ZQCvD7d1zcyA2D0vgJ6uweKnaAJF7Vxp4QhcUTNWrSnAFDQ4Vf/7o6/j+lkx3L4F8eoahEHygcAyeart6YAhMEv64ICr/jBSr8kN5DNNwEHmrsxdpiIGYz8xI8Y/QJ8spkdL5bV3B0BPHzbdS6U4K/SliGXE0L6O3iEReOG4sH3MmXT8THHPFej0y6InfP8C/gM/6c4zuETdmLMt+NoPeiIXhcAA4bDkdwBKWHcTj8bA8zzxlO1/4QfMBLVtoCmjp++/Hjvfb2tvZ7nz6BCexU3znOob517EC94Lj176lx4x87RdffrC7Bz5pdi1tTP4MfqOit+NOKnnUZqoAj01djebRXWpEJCpqG/5tixoc5jPO9I4RhzizcuXEpQDW0Qk/2Dno6J+gbuohm28jszixGFDnCll0FYcp1FBN+oJpyn57s9+hZ8BV9UyGieRClS3bWguYMMBLnJIUSi4gmDV1CLp4jigNEnlXjLKvigghhNg0ij9NdTI4QnbA5RthzspdzCUnM0NCwshtRVQOZzJghSe6c5tzscLmkug85k4YGOa5iiDiOSEESFiFUkkEn0eZcTun7AYRsliqOtZAG0hEEY6PtIx5O7h70Eb3ei3Qvt9jmyLw4ToJIGIMGGVY6ESqVATHrO80gkjin6RERUwcXbCT11TvXN2pfuAUacFRGiRoZPf3nKcoNlqXH59pVavMMRqJUlwEAAA==') format('woff2'), url('./fonts/iconfont.woff?t=1576821873945') format('woff'), url('./fonts/iconfont.ttf?t=1576821873945') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('./fonts/iconfont.svg?t=1576821873945#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-editor:before {
    content: "\e6f6";
}

.icon-nav-list:before {
    content: "\e6fd";
}

.icon-rising:before {
    content: "\e761";
}

/******* icon *******/

.coly-menu-float,
.coly-form-float,
.coly-top-float {
    width: 40px;
    height: 40px;
}

.coly-form-float {
    background-color: #fff;
}

.coly-menu-float {
    background-color: #010387;
}

.coly-top-float {
    background-color: #010387;
    display: none;
}



.coly-side-right {
    /*width: 40px;*/
    padding: 2px 2px 0 2px;
    position: fixed;
    right: 20px;
    top: 63%;
    transition: all 0.5s;
    border-radius: 4px;
    z-index: 999999;
}

.coly-right {
    border-radius: 8px;
    margin-bottom: 26px;
}

.coly-right > a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    line-height: 40px;
    color: #fff;
}

.iconfont {
    font-size: 30px;
    color:#fff

}


.quote-text .coly-menu-float{
    width: auto;
    padding: 0 6px;
}

/* 悬浮表单开始 */
/* leo float form*/
.side-form-wrapper {
    z-index: 9999999;
    position: fixed;
    right: 0;
}

/*  表单整体样式 */
#leo-side-contact-form {
    width: 300px;
    padding: 10px 20px 0;
    box-shadow: 0 0 20px #000;
    background: #fff;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(130%, -50%);
    transition: all 0.5s;
    z-index: 998;
}

#leo-side-contact-form.active {
    transform: translate(0, -50%);
}

/* 格式化 */
#leo-side-contact-form,
#leo-side-contact-form label,
#leo-side-contact-form input:not(.submit),
#leo-side-contact-form textarea,
#leo-side-contact-form h3 {
    font-family: inherit;
    box-sizing: border-box;
    color: #444f5d;
}

#leo-side-contact-form .form-title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

#leo-side-contact-form .form-line label {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}

#leo-side-contact-form .form-line p {
    margin: 0;
}
div#coly-top-float {
    float: right;
}
#leo-side-contact-form.radius .form-line input {
    border-radius: 10px;
}
/* 格式化  结束 */

/* 表单关闭按钮 开始 */
#leo-side-contact-form .closeBtn {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#leo-side-contact-form .closeBtn:before,
#leo-side-contact-form .closeBtn:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
}

#leo-side-contact-form .closeBtn:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#leo-side-contact-form .closeBtn:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* 表单关闭按钮  结束 */

/* 涉及颜色部分  开始 */
/* title */
#leo-side-contact-form .form-line {
    width: 100%;
    padding-bottom: 5px;
}
#leo-side-contact-form .form-line.coly-bottom {
    padding-bottom: 10px;
}
/* textarea 和 非提交按钮 */
#leo-side-contact-form .form-line input,
#leo-side-contact-form .form-line textarea,
#leo-side-contact-form .form-line input:not(.submit):hover,
#leo-side-contact-form .form-line textarea:hover,
#leo-side-contact-form .form-line input:not(.submit):focus,
#leo-side-contact-form .form-line textarea:focus {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    font-family: Hind, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
}
/* 提交按钮 */
#leo-side-contact-form .form-line input.submit,
#leo-side-contact-form .form-line input.submit:hover {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #ccc;
    color: #fff;
}
/* 涉及颜色部分 结束 */

/* 悬浮表单结束 */

.show {
    display: block !important;
}


/* Zendkee Customize Frontend CSS End */





/* Zendkee Customize Global Frontend CSS Start */
#hmenu_load_1 .hmenu_text_item {
    height: 446px !important;
}


/* 首页Banner */
section[data-id="66d2cda"] {
    z-index: -1 !important;
}

#hongguang_active_product_tutu .products .product .woocommerce-LoopProduct-link:hover {
    color: #013A91;
}

.elementor-kit-8 a:hover {
    color: #FFFFFF;
}

.woocommerce ul.products li.product .product_short_desc {
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 5px;
}
/* Roger */
#proutuy p{
    font-size: 14px !important;
    height: 47px;
  
}

#proutuy p strong{
    display: inline-block !important;
}
#proutuy .product_type_simple{
    margin-top: -50px
}



#proutuy .woocommerce ul.products li.product .product_short_desc{
    height: 51px !important;
}

#hong_float_form form {
    padding: 10px 0 0 0;
}

#hong_float_form form .elementor-form-fields-wrapper>div {
    margin-bottom: 10px;
}

#hong_float_form form .elementor-form-fields-wrapper>div>input {
    border-radius: 10px;
}

#hong_float_form form .elementor-form-fields-wrapper>div>textarea {
    border-radius: 10px;
}

#hong_float_form form .elementor-form-fields-wrapper>div>button {
    border-radius: 10px;
    padding: 5px;
}

#hong_float_form form .elementor-form-fields-wrapper>div>button span {
    font-size: 16px;
}

.coly-side-right {
    top: 45% !important;
}

#pluto-home-product-list a:hover {
    color: unset;
}

/*导航*/

.mega-menu {
    display: flex;
    /* background-color: rgb(160, 160, 160); */
    padding: 20px;
    /* width: 120px; */
    /* width:150px; */


}

.mega-menu div:last-child {
    border-right: unset;
}

.yutt_item {
    background-color: rgb(255, 255, 255);
    border-right: 1px solid black;
    /* height: 100%; */
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.yutt_item>div:not(:nth-child(2)) {
    background: linear-gradient(to right, #013a91 50%, #013a91 50%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.4s;
    padding: 5px;

}

.yutt_item a {
    all: unset;

    line-height: 2em;
    padding: 5px;

    font-size: 12px;
    font-weight: bold;
}

.yutt_item a:visited {
    color: unset;
}

.yutt_item>div:hover {
    background-size: 100% 100%;
}

.hmenu_submenu {
    width: 1049px !important;
}


#hmenu_load_1 .hmenu_mega_sub {
    box-shadow: 1px 2px 3px #eee5e5 !important;

}

/* 文字黑 hover白 */
.hmenu_text_item .mega-menu .yutt_item a {
    color: #000 !important;
}

.hmenu_text_item .mega-menu .yutt_item>div:hover a {
    color: #fff !important;
}

/* 位置 */

.hmenu_underline_hover li:nth-child(6) .hmenu_mega_sub {
    width: 220px !important;
    height: 250px !important;
    left: 650px !important;
    top: 81px !important;
    margin-left: -250px !important;
    /*blog展开*/
}

/* 间隔 */


.hmenu_underline_hover li:nth-child(6) .hmenu_mega_sub a {
    font-weight: bold;
}

.hmenu_underline_hover li:nth-child(6) .hmenu_mega_sub .hertd:hover {
    background: linear-gradient(to right, #013a91 50%, #013a91 50%);
}

.hmenu_underline_hover li:nth-child(6) .hmenu_mega_sub .hertd:hover a {
    color: #fff;
}




.hmenu_active_nav {
    position: unset !important;
}

/*导航间距*/
div[data-id="445de778"] {
    height: 70px !important;

    background-color: transparent;
}


/*第二个展开*/
.hmenu_underline_hover li:nth-child(2) .hmenu_mega_sub {
    margin-left: -429px !important;
}



.hmenu_center {
    left: 0px !important;
    margin-left: -322.18px;
    display: flex !important;
    align-items: center !important;
    height: unset !important;
    position: inherit;
}

.hmenu_search_wrap {
    margin-left: 43px !important;
}

.hmenu_navigation_holder {
    margin-top: 20px !important;
}

.hmenu_underline_hover {
    display: flex !important;
    justify-content: space-around;
    width: 35vw !important;
}


#hmenu_load_1 .hmenu_search_slide .hmenu_search_btn {
    position: relative;
    padding: 0;
    top: 12px !important;
    left: -36px !important;
}

.elementor-kit-8 a:hover {
    color: unset !important;
}


/* 遮住问题 */
div[data-id="29e7a0ec"] {
    z-index: 0 !important;
}

#dhl .hmenu_center .hmenu_navigation_holder .hmenu_underline_hover li:nth-child(2) .hmenu_drop_devider {
    width: 1099px !important;
    top: 89px;
}

/*导航栏抖动问题*/

#wpadminbar~div[data-elementor-type="header"] .hmenu_navigation_holder {
    transform: translateY(-15px);
}

/*导航栏字体间距*/
#dhl .hmenu_center .hmenu_navigation_holder .hmenu_underline_hover li:nth-child(2) .hmenu_drop_devider {
    width: 1194px !important;
    height: 555px !important;
}

.yutt_item a {
    font-size: 14px !important;
}

.hmenu_underline_hover li:nth-child(6) .hmenu_mega_sub .hertd a:hover {
    color: #fff !important;
}

/* 移动端banner挡住menu */
section[data-id="d426ac6"] {
    z-index: 100 !important;
}


.woocommerce-loop-product__link strong{
       font-size:14px;
}

.elementor-widget-woocommerce-product-short-description2 p{
font-size: 25px;
color: #000000;
}
/* Zendkee Customize Global Frontend CSS End */



