

:root {
    --magnifying-boder-color: var(--primary-color);
}



/* img {
    border: none;
    max-width: 100%;
}

:focus {
    outline: 0;
}

body,
ul,
img,
input,
dl,
dd,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .row {
        margin: 0;
    }
}

@font-face {
    font-family: 'Gilroy';
    src: url(../font/Gilroy.eot);
    src: url(../font/Gilroy.eot?#iefix) format('embedded-opentype'),
        url(../font/Gilroy.svg#Gilroy) format('svg'),
        url(../font/Gilroy.woff) format('woff'),
        url(../font/Gilroy.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy bold';
    src: url(../font/GilroyB.eot);
    src: url(../font/GilroyB.eot?#iefix) format('embedded-opentype'),
        url(../font/GilroyB.svg#GilroyB) format('svg'),
        url(../font/GilroyB.woff) format('woff'),
        url(../font/GilroyB.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BarlowCondensed bold';
    src: url(../font/BarlowCondensed-Bold.eot);
    src: url(../font/BarlowCondensed-Bold.eot?#iefix) format('embedded-opentype'),
        url(../font/BarlowCondensed-Bold.svg#BarlowCondensed-Bold) format('svg'),
        url(../font/BarlowCondensed-Bold.woff) format('woff'),
        url(../font/BarlowCondensed-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat semibold';
    src: url(../font/Montserrat-SemiBold.eot);
    src: url(../font/Montserrat-SemiBold.eot?#iefix) format('embedded-opentype'),
        url(../font/Montserrat-SemiBold.svg#Montserrat-SemiBold) format('svg'),
        url(../font/Montserrat-SemiBold.woff) format('woff'),
        url(../font/Montserrat-SemiBold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
} */

.page_section {
    position: relative;
    z-index: 20;
    padding-bottom: 50px;
    /* background: #f7f7f7; */
}

.page_section .page_column {
    /* position: relative; */
    /* top: -20px; */
    /* z-index: 99; */
    background: #fff;
    /* box-shadow: 0 10px 40px 1px rgba(0, 0, 0, 0.05); */
    /* margin-right: -20px; */
    /* margin-left: -20px; */
    padding: 20px;
    /* padding-bottom: 50px; */
}

.page_section .page_column:before {
    content: '';
    /* background: url(../images/bg_pro.jpg) no-repeat center center; */
    width: 141px;
    height: 219px;
    display: inline-block;
    position: absolute;
    left: 44.5%;
    top: -39px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pro_info_top {
    position: relative;
    z-index: 2;
    /* margin-bottom: 40px; */
}

.prom_img {
    padding: 0;
    text-align: center;
    padding-right: 20px;
}

.sp-loading {
    text-align: center;
    max-width: 100%;
    border: 2px solid #fafafa;
    padding: 2px;
    border-radius: 0;
    font-size: 12px;
    color: #888;
}

.sp-loading img {
    max-width: 100%;
    height: auto;
}

.sp-wrap {
    display: none;
    line-height: 0;

    font-size: 0;
    border-radius: 3px;
    position: relative;
    /**************
	  Set max-width to your thumbnail width
	***************/
    text-align: center;
    max-width: 100%;
    width: 100%;
}

.sp-thumbs {
    text-align: left;
    display: block;
    padding: 10px 0;
    margin-right: -3px;
    margin-left: -3px;
}

.sp-thumbs a {
    position: relative;
    border: 1px solid #ccc;
}

.sp-thumbs img {
    min-height: 56px;
    min-width: 56px;
    max-width: 56px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 70px;
    height: 70px;
    overflow: hidden;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-size: 98%;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 3px;
    border-radius: 0;
}

.sp-thumbs a:hover {
    opacity: 1;
    border-color: var(--magnifying-boder-color);
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active,
.sp-thumbs a.sp-current {
    opacity: 1 !important;
    position: relative;
    border-color: var(--magnifying-boder-color);
}

.sp-thumbs a.sp-current:after {
    transform: scaleX(1);
    visibility: visible;
}

/* Image currently being viewed */

.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px solid #eee;
}

.sp-large a img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.sp-large a {
    display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}

/* Lightbox */

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 9999999;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

#sp-prev,
#sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
    text-align: center;
}

#sp-prev {
    left: 14%;
}

#sp-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 46px;
}

#sp-next {
    right: 14%;
}

#sp-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 46px;
}

#sp-prev:hover,
#sp-next:hover {
    background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 768px) {
    #sp-prev {
        left: 10px;
    }

    #sp-next {
        right: 10px;
    }
}

@media screen and (max-width: 400px) {

    #sp-prev,
    #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}

.sp-current-big img {
    width: 100%;
}

.sp-large img {
    max-width: none;
}

.page_section .send_column .text {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 20px;
}

.prom-right {
    padding-left: 30px;
    margin-bottom: 20px;
}

/* .prom-right>h1 {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 20px;
    line-height: 28px;
    font-family: 'Gilroy bold';
} */

.prom-right>div.main {
    /* font-size: 13px;
    line-height: 24px;
    color: #808080;
    margin-bottom: 20px; */

    /* 修改 字体 */
    font-style: normal;
    font-family: var(--body-fonts);
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 27px;
    color: #555555;
    font-weight: 400;
    margin-top: 20px;
}

.prom-right {
    padding: 0 0 0 20px;
    background: #fff;
    border-radius: 0;
}

.prom-right .pro-table {
    margin-bottom: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.prom-right .pro-table ul li {
    list-style: none;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.prom-right .pro-table ul li p {
    display: inline-block;
    /* font-size: 13px; */
    color: #000;
    text-transform: capitalize;
    /* width: 22%; */
    margin: 0;

    /* 修改 字体 */
    font-style: normal;
    font-weight: 600;
    font-family: var(--body-fonts);
    font-size: 17px;
}

.prom-right .pro-table ul li span {
    color: #333;
    display: inline-block;
    /* font-size: 13px; */
    padding-left: 5px;
    color: #333;

    /* 修改 字体 */
    font-style: normal;
    font-family: var(--body-fonts);
    font-size: 17px;
}

.prom-right .mobile_inquiry {
    display: inline-block;
    margin-top: 10px;
}

.prom-right .main_more a:after {
    width: 14px;
    height: 14px;
    content: '';
    background: url(../images/icon.png) no-repeat;
    background-position: -331px -103px;
    display: inline-block;
    vertical-align: middle;
}

.prom-right .main_more.pro_down {
    margin-left: 10px;
    background: #3dc3a0;
}

.prom-right .main_more.pro_down:before {
    background: #656565;
}

.prom-right .main_more.pro_down a:after {
    content: "\f0ed";
}

.main_more {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s;
    z-index: 3;
    border-radius: 10px 0 10px 0;
    background: var(--magnifying-boder-color);
}

.main_more:hover {
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.main_more a:before {
    content: ' ';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
    filter: alpha(opacity=0);
}

.main_more:hover a:before {
    width: 45px;
    left: 50%;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.main_more a:after {
    margin-left: 5px;
}

.main_more a,
.main_more input,
.main_more button {
    display: block;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: capitalize;
    z-index: 2;
    position: relative;
    /* border-radius: 10px 0 10px 0; */
    /* font-family: 'Montserrat semibold'; */
    background: var(--magnifying-boder-color);
    background-repeat: no-repeat;

    /* 修改 字体 */
    font-weight: 500;
    font-family: var(--body-fonts);
}

.main_more:hover a,
.main_more:hover input,
.main_more:hover button {
    color: #fff;
    text-decoration: none;
}

.main_more input,
.main_more button {
    background-image: url(../images/icon.png);
    background-position: -128px -91px;
    padding-right: 40px;
}

.mostBox {
    margin: 0 0 30px 0;
}

.mostBox .page_title {
    background: #fafafa;
    padding: 0;
}

.mostBox .page_title:before,
.mostBox .page_title:after {
    display: none;
}

.mostBox .page_title em {
    font-size: 24px;
    line-height: 30px;
    background: #0cb76c;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-family: var(--title-fonts);
}

.mostBox .text {
    font-size: 15px;
    line-height: 28px;
}

.mostBox .text em {
    font-style: italic;
}

.mostBox .text img {
    max-width: 100%;
    height: auto;
}

.mostBox .text a:hover {
    color: var(--magnifying-boder-color);
}

#parentHorizontalTab02 {
    margin: 0;
    text-align: left;
    padding: 0px;
    text-align: left;
    margin-top: 0;
}

#parentHorizontalTab02 ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    border-radius: 0;
}

#parentHorizontalTab02 .resp-tabs-list li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 30px;
    border: none;
    background: var(--magnifying-boder-color);
    font-size: 22px;
    line-height: 30px;
    font-family: var(--title-fonts);
}

#parentHorizontalTab02 .resp-tabs-container div table {
    max-width: 100%;
}

#parentHorizontalTab02 .resp-tabs-container {
    padding: 30px 0 0 0px;
    clear: left;
    background: none;
}

#parentHorizontalTab02 em.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    padding: 10px 15px !important;
}

#parentHorizontalTab02 .resp-tab-content {
    display: none;
}

#parentHorizontalTab02 .resp-tabs-list li:hover,
#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
    color: #fff;
    background: var(--magnifying-boder-color) !important;
    border-color: var(--magnifying-boder-color) !important;
    z-index: 99;
}

#parentHorizontalTab02 em.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    padding: 3px 10px !important;
}

#parentHorizontalTab02 em.resp-accordion {
    font-size: 16px;
    margin: 0px;
    background: #f8f8f8;
    margin-bottom: 1px;
    color: #333;
    font-style: normal;
    margin-bottom: 10px;
    font-family: var(--body-fonts);
    text-transform: uppercase;
}

#parentHorizontalTab02 em.resp-tab-active {
    margin-bottom: 0px !important;
}

#parentHorizontalTab02 em.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

#parentHorizontalTab02 .resp-tab-content {
    display: none;
}

#parentHorizontalTab02 .resp-content-active,
#parentHorizontalTab02 .resp-accordion-active {
    display: block;
}

#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

#parentHorizontalTab02 .resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

#parentHorizontalTab02 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c1c1c1;
}

#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
    border: none;
    position: relative;
}

#parentHorizontalTab02 em.resp-tab-active span.resp-arrow:after {
    content: "\f044";
    font-family: "FontAwesome";
    position: absolute;
    right: -6px;
    cursor: pointer;
    font-size: 20px;
    top: -8px;
    color: #fff
}

#parentHorizontalTab02 em.resp-tab-active {
    background: #fe9305 !important;
    color: #fff;
}

#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {
    display: block;
}

#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {
    border: 1px solid #1268bf;
}

#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #1268bf;
    /* !important;*/
}

#parentHorizontalTab02 .resp-jfit {
    width: 100%;
    margin: 0px;
}

#parentHorizontalTab02 .resp-tab-content-active {
    display: block;
}

.post_blog_tag {
    margin-top: 20px;
}

.post_blog_tag>p {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
    color: var(--magnifying-boder-color);
    font-family: var(--title-fonts);
}

.post_blog_tag>p i {
    color: var(--magnifying-boder-color);
    margin-right: 5px;
}

.post_blog_tag li {
    display: inline-block;
    margin: 0 0 5px 5px;
    position: relative;
    border: none;
    padding: 0;
}

.post_blog_tag li a {
    display: inline-block;
    background: #fff;
    border: 2px solid #eee;
    font-size: 13px;
    border-radius: 25px;
    line-height: 20px;
    color: #4d4d4d;
    padding: 3px 12px;
    transition: all .5s;
}

.post_blog_tag li:hover a {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    background: var(--magnifying-boder-color);
    color: #fff;
    border-color: var(--magnifying-boder-color);
}

.navigation {
    width: 100%;
    list-style: none;
    border-top: 1px solid #efefef;
    margin-top: 20px;
    padding-top: 0;
}

.navigation li {
    width: calc(50% - 80px);
    float: left;
    text-align: left;
}

.navigation li.next_post {
    float: right;
    text-align: right;
}

.navigation li a {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: block;
    transition: all .5s;
}

.navigation li a:hover {
    text-decoration: none;
}

.navigation li.prev_post a {
    padding-left: 50px;
}

.navigation li.next_post a {
    padding-right: 50px;
}

.navigation li a:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 39px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.navigation li.prev_post a:before {
    left: 0;
    content: "\f0d9";
}

.navigation li.next_post a:before {
    right: 0;
    content: "\f0da";
}

.navigation li a:hover:before {
    background: var(--magnifying-boder-color);
    color: #fff;
    border-color: var(--magnifying-boder-color);
}

.navigation li a .meta_nav {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 5px;
    line-height: 20px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    transition: all .5s;
    font-family: var(--title-fonts);
}

.navigation li a:hover .meta_nav {
    color: var(--magnifying-boder-color);
}

.navigation li a .post_title {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
    margin: 0;
    transition: all .5s;
}

.navigation li a:hover .post_title {
    color: var(--magnifying-boder-color);
}

@media only screen and (max-width: 768px) {
    .page_section {
        padding-bottom: 40px;
    }

    .page_section .page_column {
        margin-right: -5px;
        margin-left: -5px;
        top: -5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .page_section .page_column:before {
        display: none;
    }

    .page_section .main_title em {
        background-size: 56px;
    }

    .pro_info_top:before {
        width: 100%;
    }

    .pro_info_top {
        margin-bottom: 30px;
    }

    .prom-right .pro-table {
        margin-top: 15px;
        padding: 10px 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .prom-right {
        padding: 0;
        margin-bottom: 0;
        background-image: none;
        padding-top: 20px;
    }

    .prom-right>h1 {
        font-size: 16px;
    }

    .prom-right .main_more {
        margin: 0;
        border-width: 1px;
    }

    .prom-right .main_more:hover {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    .prom-right .main_more a {
        font-size: 12px;
        height: 34px;
        line-height: 34px;
        padding-right: 20px;
        padding-left: 20px;
        font-family: var(--body-fonts);
        background-position: 85% center;
    }

    .prom-right .main_more:after {
        display: none;
    }

    .mobile_inquiry {
        position: fixed;
        bottom: 30px;
        background: #fafafa;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
        padding: 8px 15px;
        padding-bottom: 65px;
        z-index: 999;
        left: 0;
        width: 100%;
        text-align: right;
        max-height: 50px;
    }

    .main_more {
        margin-top: 20px;
    }

    .main_more a,
    .main_more input,
    .main_more button {
        height: 40px;
        line-height: 40px;
    }

    .main_more:after {
        left: -10px;
        width: 60px;
        height: 60px;
    }

    .mostBox {
        margin-top: 0;
    }

    .mostBox .tab-scroll {
        margin-left: 0;
        padding-bottom: 0;
    }

    #parentHorizontalTab02 .resp-tabs-list li {
        font-size: 18px;
        padding: 10px 20px;
        line-height: 24px;
    }

    .navigation {
        border: none;
        padding-top: 0;
        margin-bottom: 0;
    }

    .navigation li {
        width: 100%;
        background: #f7f7f7;
        border: 2px solid #f7f7f7;
        border-radius: 0;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .navigation li.prev_post a {
        padding-left: 50px;
    }

    .navigation li.next_post a {
        padding-right: 50px;
    }

    .navigation li a:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #fff;
    }

    .navigation li a .meta_nav {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .page_section .contact_l li .box {
        padding: 15px;
    }

    .prom-right .pro-table ul li p {
        width: 38%;
        font-size: 12px;
    }

    .prom-right .pro-table ul li span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) {
    .page_section .mes_box {
        display: block;
        padding: 0;
        margin-top: 20px;
        width: 100%;
    }

    .page_section .send_column {
        width: 100%;
        padding: 0;
    }

    .prom_img {
        margin-bottom: 0;
        padding: 0;
    }

    .prom-right .pro-table ul li p {
        width: 26%;
    }

    .prom-right .pro-table {
        margin-bottom: 0;
    }

    .navigation li {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 768px) {
    .page_section .send_column ul li {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 0;
    }
}