body
{
    font-size: 14px;
    color: #333;
}

input,
select,
textarea
{
    font-size: 1em;
}

.yq-container
{
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

img,
a
{
    border: 0;
}

ul,
li
{
    list-style: none;
}

*
{
    margin: 0;
    padding: 0;
}

.yq-float-left
{
    float: left;
}

.yq-float-right
{
    float: right;
}

.yq-clearfix
{
    clear: both;
}

.yq-clearfix:after,
.yq-clearfix:before
{
    content: '';
    display: table;
    clear: both;
}

img
{
    max-width: 100%;
}

.yq-media
{
    overflow: hidden;
    position: relative;
}

.yq-media:before
{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255,255,255,0);
    z-index: 100;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.yq-media:hover:before
{
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255,255,255,0.5);
}

.yq-media:hover img
{
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}

.yq-media img
{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.yq-media a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

h3
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

*,
*:after,
*:before
{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
}

a
{
    text-decoration: none;
    color: inherit;
}

.yq-site-header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 79px;
    z-index: 999;
    background: #fff;
    line-height: 79px;
    box-shadow: 0 0 20px rgba(229,229,229,0.8);
}

.yq-site-header .yq-container
{
    width: auto;
    padding: 0 250px;
    max-width: initial;
}

.yq-brand
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 225px;
    text-align: center;
}

.yq-brand img
{
    vertical-align: middle;
    max-height: 50px;
}

.yq-nav
{
    text-align: center;
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
}

.yq-nav ul li
{
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 14px;
    margin: 0 13px;
}

.yq-nav ul li a
{
    display: block;
    color: #666;
    position: relative;
}

.yq-nav ul li a:before
{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #2E7D69;
}

.yq-nav ul li.yq-current a:before,
.yq-nav ul li a:hover:before
{
    width: 100%;
}

.yq-nav ul li.yq-current a,
.yq-nav ul li a:hover
{
    color: #2E7D69;
}

.yq-phone
{
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 24px;
    margin-top: -12px;
    padding: 0 0 0 26px;
}

.yq-phone:before
{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z' fill='none' stroke='%232E7D69' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
}

.yq-phone span
{
    color: #2E7D69;
    font-size: 16px;
    padding: 0 12px;
    border-left: 1px solid #e7e3e2;
}

.yq-hero .yq-slide
{
    position: relative;
}

.yq-hero .yq-slide .yq-copy
{
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 24px;
}

.yq-hero .yq-copy h2
{
    font-size: 2em;
    margin-bottom: 1em;
}

.owl-theme .owl-dots .owl-dot span
{
    width: 16px;
    height: 16px;
    margin: 0 15px;
    opacity: .6;
}

.owl-theme .owl-dots
{
    margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span
{
    background: #2E7D69;
    opacity: 1;
}

.yq-hero .yq-image-frame
{
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 33.333%;
}

.yq-hero .yq-image-frame a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yq-hero .yq-image-frame img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.yq-hero-slider
{
    margin-top: 79px;
}

.yq-main
{
}

.yq-page
{
    padding-top: 80px;
}

.yq-section-heading
{
    text-align: center;
    margin-bottom: 50px;
}

.yq-section-heading h3
{
    font-size: 26px;
    font-weight: normal;
}

.yq-section-heading h3 span
{
    display: inline-block;
    padding: 0 14px;
    background: repeating-linear-gradient(to right, #e7e3e2 0, #e7e3e2 2px, transparent 2px, transparent 6px);
}

.yq-section-heading h3 span em
{
    font-style: normal;
    display: inline-block;
    padding: 0 23px;
    background: #fff;
}

.yq-section-heading label
{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 78px;
    height: 5px;
    background: #222;
}

.yq-section-heading p
{
    color: #2E7D69;
    margin-top: 20px;
    text-transform: uppercase;
}

.yq-carousel-shell
{
    position: relative;
}

.yq-carousel-controls
{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 0;
    left: 2%;
    right: 2%;
    z-index: 10;
}

.yq-carousel-controls span
{
    cursor: pointer;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: rgba(255,255,255,0.5);
    border: 2px solid #ccc;
    box-sizing: border-box;
    position: relative;
}

.yq-carousel-controls span.yq-carousel-prev
{
    float: left;
}

.yq-carousel-controls span.yq-carousel-prev:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -3px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
}

.yq-carousel-controls span.yq-carousel-next
{
    float: right;
}

.yq-carousel-controls span.yq-carousel-next:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -7px;
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    transform: rotate(45deg);
}

.yq-carousel-controls span.yq-carousel-prev:hover
{
    background: #2E7D69;
    border-color: #2E7D69;
}

.yq-carousel-controls span.yq-carousel-prev:hover:after
{
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.yq-carousel-controls span.yq-carousel-next:hover
{
    background: #2E7D69;
    border-color: #2E7D69;
}

.yq-carousel-controls span.yq-carousel-next:hover:after
{
    border-right-color: #fff;
    border-top-color: #fff;
}

.yq-page.yq-page-featured,
.yq-page.yq-page-featured .yq-section-heading h3 span em
{
    background: #f7f5f6;
}

.yq-featured
{
    padding-bottom: 190px;
}

.yq-feature-card h4
{
    font-size: 18px;
    color: #999;
    font-weight: normal;
    margin-bottom: 20px;
}

.yq-feature-card .yq-media
{
    overflow: hidden;
}

.yq-feature-card .yq-media img
{
    display: block;
    width: 100%;
}

.yq-feature-card .yq-content .yq-copy
{
    padding: 30px 19px 20px;
    border-bottom: 1px solid #e7e3e2;
}

.yq-feature-card .yq-content .yq-copy h3
{
    font-size: 18px;
    font-weight: normal;
}

.yq-feature-card .yq-content .yq-copy p
{
    color: #999;
    margin-top: 15px;
}

.yq-feature-card .yq-content .yq-more
{
    line-height: 50px;
    padding: 0 19px;
}

.yq-feature-card .yq-content .yq-more label
{
    font-size: 13px;
    color: #999;
    display: inline-block;
    padding-right: 16px;
    position: relative;
}

.yq-feature-card .yq-content .yq-more label:after
{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1.5px solid #999;
    border-top: 1.5px solid #999;
    transform: rotate(45deg);
}

.yq-feature-card:hover .yq-content
{
    background: #2E7D69;
}

.yq-feature-card:hover .yq-content .yq-copy
{
    border-color: #80CBC4;
}

.yq-feature-card:hover .yq-content .yq-copy h3
{
    color: #fff;
}

.yq-feature-card:hover .yq-content .yq-copy p
{
    color: #B2DFDB;
}

.yq-feature-card:hover .yq-content .yq-more label
{
    color: #fff;
}

.yq-feature-card:hover .yq-content .yq-more label:after
{
    border-right-color: #fff;
    border-top-color: #fff;
}

.yq-featured-carousel .yq-carousel-controls
{
    top: initial;
    bottom: -60px;
    margin-top: 0;
    text-align: center;
}

.yq-featured-carousel .yq-carousel-controls span
{
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: 0 20px;
    position: relative;
    border: 1px solid #e7e3e2;
    box-sizing: border-box;
}

.yq-featured-carousel .yq-carousel-controls span.yq-carousel-prev
{
    background: #fff;
    border-radius: 0;
    float: none;
}

.yq-featured-carousel .yq-carousel-controls span.yq-carousel-prev:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -4px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
}

.yq-featured-carousel .yq-carousel-controls span.yq-carousel-next
{
    background: #fff;
    border-radius: 0;
    float: none;
}

.yq-featured-carousel .yq-carousel-controls span.yq-carousel-next:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -8px;
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    transform: rotate(45deg);
}

.yq-featured-carousel .yq-carousel-controls span.yq-carousel-prev:hover
{
    background: #2E7D69;
    border-color: #2E7D69;
}

.yq-featured-carousel .yq-carousel-controls span.yq-carousel-prev:hover:after
{
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.yq-featured-carousel .yq-carousel-controls span.yq-carousel-next:hover
{
    background: #2E7D69;
    border-color: #2E7D69;
}

.yq-featured-carousel .yq-carousel-controls span.yq-carousel-next:hover:after
{
    border-right-color: #fff;
    border-top-color: #fff;
}

.yq-catalog .yq-catalog-side
{
    float: left;
    width: 272px;
}

.yq-catalog .yq-catalog-side .yq-block-title span
{
    font-size: 20px;
    color: #222;
    display: inline-block;
    padding-left: 20px;
    border-left: 4px solid #2E7D69;
    line-height: 1;
}

.yq-catalog .yq-catalog-side .yq-list
{
    position: relative;
}

.yq-catalog .yq-catalog-side .yq-list ul li
{
    margin-top: 45px;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
}

.yq-catalog .yq-catalog-side .yq-list ul li a
{
    color: #999;
}

.yq-catalog .yq-catalog-side .yq-list ul li a i
{
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 10;
    box-sizing: border-box;
}

.yq-catalog .yq-catalog-side .yq-list .yq-divider
{
    position: absolute;
    width: 2px;
    top: 3px;
    left: 5px;
    background: #eff0ee;
    bottom: 3px;
    z-index: 9;
}

.yq-catalog .yq-catalog-side .yq-list .yq-more
{
    margin-top: 80px;
}

.yq-more a
{
    display: inline-block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #2E7D69;
    color: #fff;
    position: relative;
    z-index: 10;
}

.yq-catalog .yq-catalog-side .yq-list ul li.yq-current a,
.yq-catalog .yq-catalog-side .yq-list ul li a:hover
{
    color: #2E7D69;
}

.yq-catalog .yq-catalog-side .yq-list ul li.yq-current a i,
.yq-catalog .yq-catalog-side .yq-list ul li a:hover i
{
    border-color: #2E7D69;
    background: #2E7D69;
}

.yq-catalog .yq-catalog-content
{
    overflow: hidden;
}

.yq-catalog .yq-catalog-content .yq-list
{
    margin-top: -17px;
}

.yq-catalog .yq-catalog-content .yq-list ul
{
    margin: 0 -1%;
}

.yq-catalog .yq-catalog-content .yq-list ul li
{
    float: left;
    width: 31.333%;
    margin: 17px 1% 0;
}

.yq-catalog .yq-catalog-content .yq-list ul li a
{
    display: block;
    border: 1px solid #e7e3e2;
}

.yq-catalog .yq-catalog-content .yq-list ul li .yq-media
{
    overflow: hidden;
    background: #f7f5f6;
}

.yq-catalog .yq-catalog-content .yq-list ul li .yq-media img
{
    display: block;
    width: 100%;
}

.yq-catalog .yq-catalog-content .yq-list ul li .yq-content
{
    line-height: 56px;
    position: relative;
}

.yq-catalog .yq-catalog-content .yq-list ul li .yq-content p
{
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
}

.yq-catalog .yq-catalog-content .yq-list ul li .yq-content p label
{
    position: absolute;
    right: 9px;
    top: 0;
    font-size: 13px;
    display: block;
    padding-right: 17px;
    color: #fff;
    opacity: 0;
}

.yq-catalog .yq-catalog-content .yq-list ul li .yq-content p label:after
{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
    transform: rotate(45deg);
}

.yq-catalog .yq-catalog-content .yq-list ul li a:hover
{
    border-color: #2E7D69;
}

.yq-catalog .yq-catalog-content .yq-list ul li a:hover .yq-content
{
    background: #2E7D69;
}

.yq-catalog .yq-catalog-content .yq-list ul li a:hover .yq-content p
{
    color: #fff;
    text-align: left;
}

.yq-catalog .yq-catalog-content .yq-list ul li a:hover .yq-content p label
{
    opacity: 1;
}

.yq-case-track .yq-slide .yq-media
{
    overflow: hidden;
}

.yq-case-track .yq-slide .yq-media img
{
    display: block;
    width: 100%;
}

.yq-case-carousel .yq-carousel-controls
{
    left: 0;
    right: 0;
    margin-top: -26px;
}

.yq-case-carousel .yq-carousel-controls span
{
    width: 52px;
    height: 52px;
    border-radius: 0;
}

.yq-case-carousel .yq-carousel-controls span.yq-carousel-prev
{
    background: rgba(0,0,0,0.7);
}

.yq-case-carousel .yq-carousel-controls span.yq-carousel-prev:after
{
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.yq-case-carousel .yq-carousel-controls span.yq-carousel-next
{
    background: rgba(0,0,0,0.7);
}

.yq-case-carousel .yq-carousel-controls span.yq-carousel-next:after
{
    border-right-color: #fff;
    border-top-color: #fff;
}

.yq-case-carousel .yq-carousel-controls span.yq-carousel-prev:hover
{
    background: #2E7D69;
}

.yq-case-carousel .yq-carousel-controls span.yq-carousel-next:hover
{
    background: #2E7D69;
}

.yq-page.yq-page-about
{
    padding: 50px 0;
    background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 80px;
}

.yq-about
{
    max-width: 1200px;
    margin: 0 auto;
    border: 10px solid #fff;
    background: rgba(247,245,246,0.95);
    padding: 70px 80px;
}

.yq-about .yq-section-heading h3 em
{
    background: #f6f4f4;
}

.yq-about .yq-list
{
    background: #fff;
    padding: 35px 0;
}

.yq-about .yq-list ul li
{
    float: left;
    width: 25%;
    text-align: center;
    border-left: 1px solid #e7e3e2;
    margin-left: -1px;
}

.yq-about .yq-list ul li:first-child
{
    border-left: none;
}

.yq-about .yq-list ul li h3
{
    font-size: 36px;
}

.yq-about .yq-list ul li h3 em
{
    font-style: normal;
    color: #999;
    font-size: 12px;
    vertical-align: top;
    margin-left: 8px;
}

.yq-about .yq-list ul li p
{
    color: #999;
    margin-top: 20px;
}

.yq-about .yq-content
{
    text-align: center;
    padding: 0 145px;
    margin-top: 50px;
}

.yq-about .yq-content p
{
    line-height: 32px;
    color: #666;
}

.yq-about .yq-content .yq-more
{
    margin-top: 30px;
}

.yq-news-home .yq-catalog-side
{
    float: left;
    width: 535px;
    margin-right: 65px;
}

.yq-news-home .yq-block-title
{
    margin-bottom: 20px;
}

.yq-news-home .yq-block-title h3
{
    font-size: 16px;
    font-weight: normal;
    color: #2E7D69;
}

.yq-news-home .yq-catalog-side .yq-media
{
    overflow: hidden;
}

.yq-news-home .yq-catalog-side .yq-media img
{
    display: block;
    width: 100%;
}

.yq-news-home .yq-catalog-side .yq-content
{
    margin-top: 24px;
}

.yq-news-home .yq-catalog-side .yq-content h4
{
    font-weight: normal;
    font-size: 18px;
    position: relative;
    padding-right: 100px;
    line-height: 30px;
}

.yq-news-home .yq-catalog-side .yq-content h4 a
{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yq-news-home .yq-catalog-side .yq-content h4 span
{
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #999;
}

.yq-news-home .yq-catalog-side .yq-content p
{
    line-height: 26px;
    color: #999;
    margin-top: 20px;
}

.yq-news-home .yq-catalog-content
{
    overflow: hidden;
}

.yq-news-home .yq-catalog-content .yq-list ul li
{
    border-top: 1px solid #e7e3e2;
    padding: 30px 0;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-media
{
    float: left;
    width: 156px;
    height: 117px;
    overflow: hidden;
    margin-right: 20px;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-media img
{
    display: block;
    width: 100%;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-content
{
    overflow: hidden;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-content span
{
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 16px;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-content .yq-news-heading span
{
    background: #2E7D69;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-content .yq-news-heading h4
{
    overflow: hidden;
    line-height: 22px;
    font-size: 18px;
    font-weight: normal;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-content .yq-news-heading h4 a
{
    color: #333;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-content .yq-news-summary
{
    margin-top: 30px;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-content .yq-news-summary span
{
    background: #fe9322;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-content .yq-news-summary p
{
    line-height: 26px;
    overflow: hidden;
}

.yq-news-home .yq-catalog-content .yq-list ul li .yq-content .yq-news-summary p a
{
    color: #999;
}

.yq-news-home .yq-more
{
    border-top: 1px solid #e7e3e2;
    text-align: center;
    padding-top: 50px;
}

.yq-quick-tools
{
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1001;
    transform: translateY(-50%);
}

.yq-quick-tools li a
{
    display: block;
    width: 52px;
    height: 52px;
    margin-bottom: 1px;
    position: relative;
    background: #2E7D69;
    z-index: 1;
}

.yq-quick-tools li a:hover span,
.yq-quick-tools li a:hover label
{
    background-color: #2E7D69!important;
}

.yq-quick-tools li:last-child a
{
    border-bottom: 0;
}

.yq-quick-tools li a span
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    position: relative;
    z-index: 100;
}

.yq-quick-tools li:nth-child(2) a,
.yq-quick-tools li:nth-child(1) a
{
    z-index: 2;
}

.yq-quick-tools li a label
{
    display: block;
    white-space: nowrap;
    padding: 0 20px;
    position: absolute;
    line-height: 52px;
    color: #fff;
    z-index: -1;
    background: #2E7D69;
    bottom: 0;
    left: 100%;
}

.yq-quick-tools li a:hover label
{
    left: auto;
    right: 100%;
}

.yq-quick-tools li a .yq-tool-qr
{
    padding: 10px;
    height: auto;
    line-height: normal;
    width: auto;
}

.yq-quick-tools li a .yq-tool-qr img
{
    min-width: 100px;
    width: 100px;
    display: block;
}

.yq-quick-tools li a span.yq-tool-icon-chat
{
}

.yq-quick-tools li a span.yq-tool-icon-phone
{
}

.yq-quick-tools li a span.yq-tool-icon-qr
{
}

.yq-quick-tools li a span.yq-tool-icon-top
{
}

.yq-site-footer
{
    margin-top: 100px;
}

.yq-footer-body
{
    background: #1B3A33;
    padding: 50px 0 30px;
}

.yq-footer-body .yq-container
{
    overflow: hidden;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.yq-footer-column
{
    float: left;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.yq-footer-about
{
    width: 30%;
    padding-right: 30px;
    box-sizing: border-box;
}

.yq-footer-links
{
    width: 20%;
}

.yq-footer-contact
{
    width: 28%;
    padding-right: 20px;
    box-sizing: border-box;
}

.yq-footer-qr
{
    width: 22%;
    text-align: center;
}

.yq-footer-about .yq-footer-logo img
{
    max-height: 40px;
}

.yq-footer-about .yq-footer-description
{
    color: #A5D6CE;
    line-height: 24px;
    margin-top: 15px;
    font-size: 14px;
}

.yq-footer-social
{
    margin-top: 20px;
}

.yq-footer-social a
{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #2E7D69;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.yq-footer-social a:hover
{
    border-color: #B2DFDB;
    background: #4DB6AC;
}

.yq-footer-social a svg
{
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.yq-footer-column h4
{
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #2E7D69;
}

.yq-footer-links ul li
{
    margin-bottom: 10px;
}

.yq-footer-links ul li a
{
    color: #A5D6CE;
    font-size: 13px;
}

.yq-footer-links ul li a:hover
{
    color: #B2DFDB;
    padding-left: 5px;
}

.yq-footer-contact p
{
    color: #A5D6CE;
    line-height: 30px;
    font-size: 13px;
}

.yq-footer-contact p span
{
    color: #B2DFDB;
    font-size: 16px;
}

.yq-footer-qr .yq-qr
{
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
    overflow: hidden;
    border: 3px solid #B2DFDB;
}

.yq-footer-qr .yq-qr img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yq-footer-qr p
{
    color: #A5D6CE;
    font-size: 12px;
}

.yq-footer-copyright
{
    background: #0F2420;
    text-align: center;
    line-height: 50px;
}

.yq-footer-copyright p
{
    color: #4DB6AC;
    font-size: 13px;
}

.yq-footer-copyright p a
{
    color: #4DB6AC;
}

.yq-inner-hero
{
    padding: 223px 0 143px;
    background: url(../images/page-banner.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 79px;
}

.yq-inner-hero .yq-content
{
    width: 96%;
    max-width: 616px;
    margin: 0 auto;
    background: rgba(247,245,246,0.95);
    border: 10px solid #fff;
    text-align: center;
    padding: 40px 0;
}

.yq-inner-hero .yq-content h2
{
    font-size: 36px;
    font-weight: normal;
    color: #222;
}

.yq-inner-hero .yq-content label
{
    display: block;
    width: 30px;
    height: 4px;
    background: #2E7D69;
    margin: 20px auto;
}

.yq-inner-hero .yq-content p
{
    font-size: 16px;
    color: #2E7D69;
}

.yq-breadcrumb
{
    background: #f7f5f6;
}

.yq-breadcrumb ul li
{
    float: left;
    width: 25%;
    line-height: 50px;
    text-align: center;
}

.yq-breadcrumb ul li a
{
    display: block;
    color: #666;
}

.yq-breadcrumb ul li.yq-current a,
.yq-breadcrumb ul li a:hover
{
    background: #2E7D69;
    color: #fff;
}

.yq-about-page
{
}

.yq-about-page .yq-about-gallery
{
}

.yq-about-page .yq-about-gallery .yq-image-frame
{
    width: 48.5%;
}

.yq-about-page .yq-about-gallery .yq-image-frame img
{
    display: block;
    width: 100%;
}

.yq-about-page .yq-content
{
}

.yq-about-page .yq-content .yq-list
{
    border-top: 1px solid #e7e3e2;
    padding: 45px 0;
}

.yq-about-page .yq-content .yq-list:first-child
{
    border-top: none;
}

.yq-about-page .yq-content .yq-list h4
{
    font-size: 22px;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px;
}

.yq-about-page .yq-content .yq-list p
{
    line-height: 32px;
    color: #666;
    margin-top: 20px;
}

.yq-news-page
{
}

.yq-news-filter
{
    text-align: center;
}

.yq-news-filter ul li
{
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    margin-bottom: 12px;
}

.yq-news-filter ul li a
{
    display: inline-block;
    width: 136px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #e7e3e2;
    font-size: 16px;
    color: #999;
}

.yq-news-filter ul li.yq-current a,
.yq-news-filter ul li a:hover
{
    background: #2E7D69;
    border-color: #2E7D69;
    color: #fff;
}

.yq-news-page .yq-list
{
    margin-top: 30px;
}

.yq-news-page .yq-list ul li
{
    border-bottom: 1px solid #e7e3e2;
    padding: 30px 0;
}

.yq-news-page .yq-list ul li .yq-media
{
    float: left;
    width: 250px;
    overflow: hidden;
    margin-right: 48px;
}

.yq-news-page .yq-list ul li .yq-media img
{
    display: block;
    width: 100%;
}

.yq-news-page .yq-list ul li .yq-content
{
    overflow: hidden;
    padding-top: 24px;
}

.yq-news-page .yq-list ul li .yq-content span
{
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 16px;
}

.yq-news-page .yq-list ul li .yq-content .yq-news-heading span
{
    background: #2E7D69;
}

.yq-news-page .yq-list ul li .yq-content .yq-news-heading h4
{
    overflow: hidden;
    line-height: 22px;
    font-size: 18px;
    font-weight: normal;
}

.yq-news-page .yq-list ul li .yq-content .yq-news-heading h4 a
{
    color: #333;
}

.yq-news-page .yq-list ul li .yq-content .yq-news-summary
{
    margin-top: 20px;
}

.yq-news-page .yq-list ul li .yq-content .yq-news-summary span
{
    background: #fe9322;
    margin-top: 5px;
}

.yq-news-page .yq-list ul li .yq-content .yq-news-summary p
{
    line-height: 32px;
    overflow: hidden;
    height: 64px;
    overflow: hidden;
}

.yq-news-page .yq-list ul li .yq-content .yq-news-summary p a
{
    color: #666;
}

.yq-news-page .yq-list ul li .yq-content .yq-news-summary .yq-news-detail
{
    margin-top: 20px;
}

.yq-news-page .yq-list ul li .yq-content .yq-news-summary .yq-news-detail a
{
    color: #999;
    display: inline-block;
    padding-right: 16px;
    position: relative;
}

.yq-news-page .yq-list ul li .yq-content .yq-news-summary .yq-news-detail a:after
{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1.5px solid #999;
    border-top: 1.5px solid #999;
    transform: rotate(45deg);
}

.yq-news-page .yq-list ul li .yq-content .yq-news-summary .yq-news-detail em
{
    float: right;
    font-style: normal;
    color: #999;
}

.yq-catalog-page
{
}

.yq-article-page
{
}

.yq-article-page .yq-block-title
{
    border-bottom: 1px solid #e7e3e2;
    padding-bottom: 12px;
}

.yq-article-page .yq-block-title h3
{
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    color: #222;
}

.yq-article-page .yq-block-title p
{
    color: #999;
    margin-top: 22px;
}

.yq-article-page .yq-block-title p span
{
    float: right;
    color: #e7e3e2;
}

.yq-article-page .yq-block-title p span a
{
    color: #999;
    margin: 0 14px;
}

.yq-article-page .yq-content p
{
    line-height: 32px;
    color: #666;
    margin-top: 30px;
    text-align: justify;
}

.yq-article-page .yq-content img
{
    display: block;
    margin: 30px auto 0;
    max-width: 100%;
}

.yq-detail-layout
{
}

.yq-related-products
{
    float: left;
    width: 296px;
    margin-right: 50px;
}

.yq-related-products ul li
{
    margin-top: 20px;
}

.yq-related-products ul li:first-child
{
    margin-top: 0;
}

.yq-related-products ul li a
{
    display: block;
    border: 1px solid #e7e3e2;
}

.yq-related-products ul li .yq-media
{
    overflow: hidden;
    background: #f7f5f6;
}

.yq-related-products ul li .yq-media img
{
    display: block;
    width: 100%;
}

.yq-related-products ul li .yq-content
{
    line-height: 56px;
    position: relative;
}

.yq-related-products ul li .yq-content p
{
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
}

.yq-related-products ul li .yq-content p label
{
    position: absolute;
    right: 9px;
    top: 0;
    font-size: 13px;
    display: block;
    padding-right: 17px;
    color: #fff;
    opacity: 0;
}

.yq-related-products ul li .yq-content p label:after
{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 1.5px solid #fff;
    border-top: 1.5px solid #fff;
    transform: rotate(45deg);
}

.yq-related-products ul li a:hover
{
    border-color: #2E7D69;
}

.yq-related-products ul li a:hover .yq-content
{
    background: #2E7D69;
}

.yq-related-products ul li a:hover .yq-content p
{
    color: #fff;
    text-align: left;
}

.yq-related-products ul li a:hover .yq-content p label
{
    opacity: 1;
}

.yq-detail-content
{
    overflow: hidden;
    border: 1px solid #e7e3e2;
}

.yq-detail-content .yq-block-title
{
    text-align: center;
    line-height: 90px;
    border-bottom: 1px solid #e7e3e2;
}

.yq-detail-content .yq-block-title h3
{
    font-weight: normal;
    font-size: 22px;
    color: #222;
}

.yq-detail-content .yq-copy
{
    padding: 10px 32px 60px;
}

.yq-detail-content .yq-copy p
{
    line-height: 32px;
    color: #666;
    margin-top: 30px;
    text-align: justify;
}

.yq-detail-content .yq-copy img
{
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
}

.yq-prev-next
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e7e3e2;
}

.yq-prev-next a,
.yq-prev-next span
{
    display: block;
    min-width: 0;
    max-width: 48%;
    overflow: hidden;
    color: #666;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yq-prev-next a:hover
{
    color: #2E7D69;
}

.yq-prev-next .yq-next-link
{
    margin-left: auto;
    text-align: right;
}

.yq-prev-next .yq-disabled
{
    color: #999;
}

.yq-contact-page
{
}

.yq-contact-page .yq-contact-map
{
}

.yq-contact-page .yq-contact-map img
{
    display: block;
    width: 100%;
}

.yq-contact-page .yq-content
{
    margin-top: 60px;
}

.yq-contact-page .yq-content .yq-copy
{
    float: left;
    width: 410px;
}

.yq-contact-page .yq-content .yq-copy h4
{
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.yq-contact-page .yq-content .yq-copy p
{
    line-height: 32px;
    color: #666;
}

.yq-contact-page .yq-content .yq-form-tabs
{
    overflow: hidden;
}

.yq-contact-page .yq-content .yq-form-tabs ul
{
    margin: 0 -1%;
}

.yq-contact-page .yq-content .yq-form-tabs ul li
{
    float: left;
    width: 31.333%;
    margin: 0 1% 30px;
}

.yq-contact-page .yq-content .yq-form-tabs ul li.last
{
    width: 98%;
}

.yq-contact-page .yq-content .yq-form-tabs ul li span
{
    color: #666;
}

.yq-contact-page .yq-content .yq-form-tabs ul li .yq-field-input
{
    border-bottom: 1px solid #e4e4e4;
    margin-top: 1px;
    transition: border-color .25s ease;
}

.yq-contact-page .yq-content .yq-form-tabs ul li .yq-field-input input
{
    width: 100%;
    border: none;
    outline: none;
}

.yq-contact-page .yq-content .yq-form-tabs ul li .yq-field-textarea
{
    border-bottom: 1px solid #e4e4e4;
    transition: border-color .25s ease;
}

.yq-contact-page .yq-content .yq-form-tabs ul li .yq-field-textarea textarea
{
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    height: 60px;
}

.yq-contact-page .yq-content .yq-form-tabs ul li:hover .yq-field-input,
.yq-contact-page .yq-content .yq-form-tabs ul li:hover .yq-field-textarea,
.yq-contact-page .yq-content .yq-form-tabs ul li:focus-within .yq-field-input,
.yq-contact-page .yq-content .yq-form-tabs ul li:focus-within .yq-field-textarea
{
    border-color: #2E7D69;
}

.yq-contact-page .yq-content .yq-form-tabs ul li input::placeholder,
.yq-contact-page .yq-content .yq-form-tabs ul li textarea::placeholder
{
    color: #b6b6b6;
}

.yq-contact-page .yq-content .yq-submit-button
{
    text-align: center;
    margin-top: 20px;
}

.yq-contact-page .yq-content .yq-submit-button a
{
    display: inline-block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #2E7D69;
    color: #fff;
    cursor: pointer;
    transition: background-color .25s ease, transform .25s ease;
}

.yq-contact-page .yq-content .yq-submit-button a:hover
{
    background: #256755;
    transform: translateY(-2px);
}

.yq-video-thumb
{
    position: relative;
}

.yq-play-icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    background: rgba(46,125,105,0.85);
    border-radius: 50%;
    z-index: 10;
    border: 2px solid rgba(255,255,255,0.6);
    transition: all 0.3s ease;
}

.yq-play-icon:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
}

.yq-video-thumb:hover .yq-play-icon
{
    background: rgba(46,125,105,1);
    transform: scale(1.1);
    border-color: #fff;
}

.yq-pagination
{
    text-align: center;
    margin-top: 60px;
}

.yq-pagination a
{
    background: #f7f5f6;
    color: #666;
    display: inline-block;
    height: 34px;
    vertical-align: middle;
    line-height: 34px;
    width: 34px;
    margin: 5px;
    position: relative;
}

.yq-pagination a.prev
{
    font-size: 0;
}

.yq-pagination a.prev:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -2px;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
}

.yq-pagination a.next
{
    font-size: 0;
}

.yq-pagination a.next:after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -6px;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    transform: rotate(45deg);
}

.yq-pagination a:hover,
.yq-pagination a.on
{
    background: #2E7D69;
    color: #fff;
}

.yq-pagination a.page-num-current
{
    background: #2E7D69;
    color: #fff;
}

.yq-pagination a.prev:hover
{
    background: #2E7D69;
}

.yq-pagination a.prev:hover:after
{
    border-left-color: #fff;
    border-bottom-color: #fff;
}

.yq-pagination a.next:hover
{
    background: #2E7D69;
}

.yq-pagination a.next:hover:after
{
    border-right-color: #fff;
    border-top-color: #fff;
}

.yq-video-dialog
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
}

.yq-video-dialog.yq-visible
{
    display: block;
}

.yq-video-dialog .yq-dialog-panel
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
}

.yq-video-dialog .yq-dialog-media
{
    width: 100%;
    background: #000;
    position: relative;
    overflow: hidden;
}

.yq-video-dialog .yq-dialog-media video
{
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
    outline: none;
}

.yq-video-dialog .yq-dialog-close
{
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-size: 0;
    line-height: 1;
    text-align: center;
    background: rgba(15,36,32,0.78);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    z-index: 2;
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.yq-video-dialog .yq-dialog-close:before,
.yq-video-dialog .yq-dialog-close:after
{
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    transition: transform .25s ease;
}

.yq-video-dialog .yq-dialog-close:before
{
    transform: rotate(45deg);
}

.yq-video-dialog .yq-dialog-close:after
{
    transform: rotate(-45deg);
}

.yq-video-dialog .yq-dialog-close:hover
{
    background: #2E7D69;
    border-color: #B2DFDB;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 8px 22px rgba(0,0,0,0.28);
}

.yq-video-dialog .yq-dialog-close:focus-visible
{
    outline: 2px solid #B2DFDB;
    outline-offset: 3px;
}

.yq-video-dialog .yq-dialog-title
{
    text-align: center;
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
}

@media only screen and (max-width: 1600px)
{
    .yq-hero .yq-slide .yq-copy
    {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1440px)
{
    .yq-nav ul li
    {
        width: 80px;
    }

    .yq-nav
    {
        width: 100%;
    }

    .yq-site-header .yq-container
    {
        padding: 0 200px;
    }

    .yq-brand
    {
        width: 200px;
    }
}

@media only screen and (max-width: 1200px)
{
    .yq-hero .yq-slide .yq-copy
    {
        font-size: 20px;
    }

    .yq-section-heading
    {
        margin-bottom: 30px;
    }

    .yq-nav ul li
    {
        width: 70px;
    }

    .yq-phone
    {
        padding-right: 0;
    }

    .yq-page
    {
        padding-top: 40px;
    }

    .yq-featured
    {
        padding-bottom: 140px;
    }

    .yq-featured-carousel .yq-carousel-controls
    {
        bottom: -40px;
    }

    .yq-about
    {
        padding: 20px;
    }

    .yq-about .yq-content
    {
        padding: 0;
    }

    .yq-catalog .yq-catalog-side
    {
        width: 200px;
    }

    .yq-news-home .yq-catalog-side
    {
        width: 100%;
        float: none;
    }

    .yq-footer-about,
    .yq-footer-links,
    .yq-footer-contact,
    .yq-footer-qr
    {
        width: 50%;
    }

    .yq-site-footer
    {
        margin-top: 20px;
    }

    .yq-footer-body
    {
        padding: 30px 0 20px;
    }
}

@media only screen and (max-width: 1024px)
{
    .yq-hero .yq-slide .yq-copy
    {
        font-size: 18px;
    }

    .yq-nav ul li
    {
        margin: 0 2px;
    }
}

@media only screen and (max-width: 1000px)
{
    .yq-hero-slider
    {
        margin-top: 60px;
    }

    .yq-phone
    {
        right: 60px;
    }

    .yq-site-header .yq-container
    {
        padding: 0;
    }

    .yq-nav
    {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .yq-nav ul li
    {
        float: none;
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 0;
        width: auto;
        margin: 0 20px;
        text-align: left;
    }

    .yq-nav ul li a
    {
        line-height: 45px;
        font-size: 18px;
    }

    .yq-nav ul li a:before
    {
        height: 2px;
    }

    .yq-nav ul
    {
        padding-top: 60px;
    }

    .yq-site-header .yq-brand
    {
        position: relative;
        z-index: 1001;
        line-height: 60px;
    }

    .yq-menu-toggle
    {
        position: absolute;
        top: 10px;
        width: 40px;
        height: 40px;
        background: #2E7D69;
        right: 15px;
        z-index: 1002;
        cursor: pointer;
    }

    .yq-menu-toggle:before,
    .yq-menu-toggle:after
    {
        content: "";
        position: absolute;
        left: 50%;
        width: 20px;
        height: 2px;
        background: #fff;
        margin-left: -10px;
    }

    .yq-menu-toggle:before
    {
        top: 14px;
        box-shadow: 0 5px 0 #fff, 0 10px 0 #fff;
    }

    .yq-menu-toggle:after
    {
        top: 24px;
        display: none;
    }

    .yq-site-header
    {
        height: 60px;
        line-height: 60px;
    }

    .yq-menu-open .yq-menu-toggle
    {
        background: #2E7D69;
    }

    .yq-menu-open .yq-menu-toggle:before
    {
        top: 19px;
        box-shadow: none;
        transform: rotate(45deg);
    }

    .yq-menu-open .yq-menu-toggle:after
    {
        display: block;
        top: 19px;
        transform: rotate(-45deg);
    }

    .yq-menu-open .yq-nav
    {
        left: 0;
    }

    .yq-site-header
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .yq-nav ul li
    {
        width: auto;
        margin: 0 20px;
        text-align: left;
    }

    .yq-feature-card .yq-content .yq-copy
    {
        padding: 20px 15px;
    }

    .yq-catalog .yq-catalog-side
    {
        width: 200px;
    }

    .yq-footer-about
    {
        width: 100%;
        padding-right: 0;
    }

    .yq-footer-links
    {
        width: 33.333%;
    }

    .yq-footer-contact
    {
        width: 33.333%;
    }

    .yq-footer-qr
    {
        width: 33.333%;
    }

    .yq-footer-copyright
    {
        line-height: 26px;
        padding: 10px;
    }

    .yq-inner-hero
    {
        padding: 140px 0 80px;
    }

    .yq-inner-hero .yq-content h2
    {
        font-size: 30px;
    }

    .yq-about-page .yq-content .yq-list
    {
        padding: 30px 0;
    }

    .yq-news-page .yq-list ul li .yq-content
    {
        padding-top: 10px;
    }

    .yq-news-page .yq-list ul li .yq-content .yq-news-summary
    {
        margin-top: 15px;
    }

    .yq-news-page .yq-list ul li .yq-content .yq-news-summary .yq-news-detail
    {
        margin-top: 10px;
    }

    .yq-contact-page .yq-content .yq-copy
    {
        float: none;
        margin-bottom: 20px;
    }

    .yq-contact-page .yq-content
    {
        margin-top: 20px;
    }

    .yq-contact-page .yq-content .yq-copy h4
    {
        margin-bottom: 10px;
    }

    .yq-related-products
    {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .yq-related-products ul li
    {
        float: left;
        width: 31.333%;
        margin: 0 1%;
    }

    .yq-related-products ul li:first-child
    {
        margin-left: 1%;
    }
}

@media only screen and (max-width: 768px)
{
    .yq-hero-slider .yq-carousel-controls
    {
        left: 3%;
        right: 3%;
        margin-top: -15px;
    }

    .yq-hero-slider .yq-carousel-controls span
    {
        width: 30px;
        height: 30px;
        background: #fff;
        border: 1px solid rgba(255,255,255,0.95);
    }

    .yq-hero-slider .yq-carousel-controls span.yq-carousel-prev:after,
    .yq-hero-slider .yq-carousel-controls span.yq-carousel-next:after
    {
        width: 7px;
        height: 7px;
        border-width: 1px;
    }

    .yq-hero-slider .yq-carousel-controls span.yq-carousel-prev:after
    {
        margin-top: -4px;
        margin-left: -2px;
        border-left-color: #2E7D69;
        border-bottom-color: #2E7D69;
    }

    .yq-hero-slider .yq-carousel-controls span.yq-carousel-next:after
    {
        margin-top: -4px;
        margin-left: -5px;
        border-right-color: #2E7D69;
        border-top-color: #2E7D69;
    }

    .yq-video-dialog .yq-dialog-close
    {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
    }

    .yq-video-dialog .yq-dialog-close:before,
    .yq-video-dialog .yq-dialog-close:after
    {
        width: 15px;
    }

    .yq-quick-tools
    {
        display: none;
    }

    .owl-theme .owl-dots .owl-dot span
    {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }

    .yq-catalog .yq-catalog-content .yq-list ul li
    {
        width: 48%;
    }

    .yq-about .yq-list ul li
    {
        width: 50%;
        margin-bottom: 10px;
    }

    .yq-about .yq-list
    {
        padding: 20px 0;
    }

    .yq-catalog .yq-catalog-side
    {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .yq-catalog .yq-catalog-side .yq-block-title
    {
        line-height: 30px;
        padding-right: 20px;
        position: relative;
    }

    .yq-catalog .yq-catalog-side .yq-block-title:after
    {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -6px;
        border-right: 2px solid #222;
        border-bottom: 2px solid #222;
        transform: rotate(45deg);
    }

    .yq-catalog .yq-catalog-side .yq-list
    {
        overflow: hidden;
        display: none;
    }

.yq-catalog .yq-catalog-side.yq-current .yq-list
    {
        display: block;
    }

    .yq-site-header .yq-brand
    {
        width: auto;
        text-align: left;
        margin-left: 15px;
    }

    .yq-phone
    {
        padding-left: 20px;
    }

    .yq-phone span
    {
        padding: 0 8px;
    }

    .yq-catalog .yq-catalog-side .yq-list ul li
    {
        margin-top: 20px;
    }

    .yq-footer-about,
    .yq-footer-links,
    .yq-footer-contact,
    .yq-footer-qr
    {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .yq-footer-column h4
    {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .yq-page.yq-page-about
    {
        margin-top: 40px;
    }

    .yq-about .yq-list ul li p
    {
        margin-top: 10px;
        line-height: 22px;
    }

    .yq-about .yq-content
    {
        margin-top: 20px;
    }

    .yq-news-home .yq-catalog-side .yq-content p
    {
        margin-top: 10px;
    }

    .yq-news-home .yq-catalog-content .yq-list ul li .yq-content .yq-news-summary
    {
        margin-top: 10px;
    }

    .yq-feature-card .yq-content .yq-copy
    {
        padding: 15px;
    }

    .yq-featured-carousel .yq-carousel-controls span
    {
        width: 40px;
        height: 40px;
    }

    .yq-pagination a
    {
        width: 26px;
        line-height: 26px;
        height: 26px;
        margin: 2px;
    }

    .yq-inner-hero
    {
        padding: 100px 0 60px;
        margin-top: 60px;
    }

    .yq-inner-hero .yq-content h2
    {
        font-size: 26px;
    }

    .yq-inner-hero .yq-content
    {
        width: auto;
    }

    .yq-breadcrumb ul li
    {
        width: 50%;
    }

    .yq-about-page .yq-about-gallery .yq-image-frame
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .yq-news-page .yq-list ul li .yq-media
    {
        width: 150px;
        margin-right: 20px;
    }

    .yq-news-page .yq-list ul li .yq-content .yq-news-heading h4
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .yq-news-page .yq-list ul li .yq-content .yq-news-summary p
    {
        height: auto;
    }

    .yq-news-page .yq-list ul li .yq-content .yq-news-summary .yq-news-detail
    {
        margin-top: 0;
    }

    .yq-news-page .yq-list ul li .yq-content
    {
        padding-top: 0;
    }

    .yq-news-page .yq-list ul li
    {
        padding: 20px 0;
    }

    .yq-contact-page .yq-content .yq-form-tabs ul li
    {
        width: 100%;
        float: none;
        margin: 15px 0;
    }

    .yq-contact-page .yq-content .yq-form-tabs ul
    {
        margin: 0 auto;
    }

    .yq-related-products ul li
    {
        float: none;
        width: 100%;
        margin: 20px 0;
    }

    .yq-related-products ul li:first-child
    {
        margin-top: 0;
    }

    .yq-detail-content .yq-copy
    {
        padding: 10px 15px 40px;
    }

    .yq-detail-content .yq-block-title
    {
        line-height: 60px;
    }

    .yq-pagination
    {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 380px)
{
    .yq-phone
    {
        display: none;
    }
}
