/*------------------------------------------------------------------
[Main Stylesheet]

Project: LanDO
Version: 1.1.0
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[Table of contents]
    *. Header / .main-header
    *. Banner / .banner
    *. Why Choose Us / .why-choose-us
    *. Featured Property / .featured-property
    *. Agents / .agents
    *. Gallery / .gallery
    *. Pricing Tables / .pricing-tables
    *. Reviews / .reviews
    *. Partners / .partners
    *. Contact / .contact
-------------------------------------------------------------------*/


/** GLOBAL CLASSES **/
/** html{
-webkit-filter : grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}**/

body {
    position: relative;
    font-family: "Microsoft YaHei", 'Raleway', sans-serif !important;
    color: #535353;
}

.bggray {
    background-color: #f8f8f8;
}

.img-fluid {
    max-width: 100% !important;
    /* height: 400px; */
}

.news_img .img-fluid {
    height: 400px;
}

.news_img {
    text-align: center;
}

.bg-grea {
    background: #f9f9f8;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(/themes/fengle/public/assets/img/loader.gif) center no-repeat #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #535353;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #c51a32;
}

.form-control:focus {
    box-shadow: none;
}

p {
    font-size: 14px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
    /* font-family: 'Raleway', sans-serif; */
}

.btn-md {
    cursor: pointer;
    padding: 12px 30px 10px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.col-pad {
    padding: 0;
}

.dropdown-menu {
    border-radius: 0;
    position: relative;
}

.dropdown-menu::after {
    content: "";
    position: absolute;
    left: 46%;
    top: -16px;
    width: 1px;
    height: 1px;
    border: 8px solid #c51a32;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.form-inline .btn,
.form-inline .btn:active {
    padding: 0 17px;
    font-size: 15px;
    background: none;
    border: solid 1px transparent;
    color: #212121;
}

.form-inline .btn:hover {
    background: none;
    border: solid 1px transparent;
}

.form-inline a {
    padding: 0 17px;
}

.btn {
    font-family: 'Raleway', sans-serif;
    border-radius: 3px;
}

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.btn-color,
.btn-color:hover {
    color: #fff;
}


/*Custom Anmation*/

.bgburns .slides li:nth-of-type(odd) .slide-background {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate
}

.bgburns .slides li:nth-of-type(even) .slide-background {
    animation: bgburnsWest 25s linear infinite alternate;
    -webkit-animation: bgburnsWest 25s linear infinite alternate
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@-webkit-keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@media all and (max-width: 767px) {
    .flex-direction-nav {
        display: none
    }
    .bgburns .slides li .slide-background {
        -webkit-animation: none !important;
        animation: none !important
    }
}


/** Option Panel **/

.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    top: 20%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 13px;
    margin: 0 0 0 0;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}


/** Web site color start **/

.default-plate {
    background: #ff214f;
}

.blue-plate {
    background: #95c41f;
}

.yellow-plate {
    background: #ffb400;
}

.green-light-plate {
    background: #1abc9c;
}

.red-plate {
    background: #c31c1c;
}

.orange-plate {
    background: #F34B0A;
}

.yellow-light-plate {
    background: #eae328;
}

.green-light-2-plate {
    background: #0dcdbd;
}

.olive-plate {
    background: #b3c211;
}

.purple-plate {
    background: #8e44ad;
}

.blue-light-plate {
    background: #3c9dff;
}

.brown-plate {
    background: #A14C10;
}

.setting-button {
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #fff;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}


/** Option Panel **/


/** Overview bgi start **/

.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.overview .btn-border {
    padding: 7px 12px !important;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}


/** Btn **/

.read-more {
    font-weight: 600;
    font-size: 15px;
}

.btn:focus,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none;
}


/** text start **/

.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}


/** Social media start **/

.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

.google:hover {
    color: #dc4e41 !important;
}


/** MAIN HEADER **/

#main-header {
    width: 100%;
    background: #FFF;
    webkit-transition: height .3s ease-out, background .3s ease-out, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1);
    transition: height .3s ease-out, background .3s ease-out, transform .5s, box-shadow .5s, left .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .5s;
}

.main-header {
    background: #FFF;
}

.bg-grea-2 {
    background: #f9f9f8;
}

.main-header .navbar {
    padding: 0;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 12px 29px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.main-header .logo {
    padding: 10px 0;
    margin-right: 50px;
    float: left;
    height: auto;
}

a {
    transition: all .3s ease-in-out;
}

.dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: -1px;
    font-size: 13px;
    color: #212529;
    border: 1px solid transparent;
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

.dropdown:hover>.dropdown-menu {
    /*display: block;*/
}

.dropdown .dropdown-item:hover>.dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

.main-header .dropdown-menu li {
    text-align: center;
    border-bottom: 1px dashed #eee;
}

.main-header .dropdown-menu li:last-child {
    border-bottom: 0px;
}

.main-header .dropdown-menu a {
    padding: 9px 0px;
    display: inline-block;
    color: #535353;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.main-header .dropdown-menu li:hover {
    background-color: #d51c36;
}

.main-header .dropdown-menu li:hover a {
    color: #fff !important;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}


/* .main-header .dropdown-menu a:hover {
    background: #f5f5f5;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
} */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 22px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu:hover>.dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
    letter-spacing: normal;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #515151 !important;
}

.open-offcanvas {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    /*display: none;*/
}


/** Banner start **/

#banner {
    position: relative;
}

.lb_banner#banner {
    margin-top: 107px;
}

.banner {
    font-family: 'Poppins', sans-serif;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
}

.banner-bg {
    background: url("/themes/fengle/public/assets/img/banner/img-3.jpg");
    background-size: cover;
}


/*.item-bg{
    height: 100vh;
}*/

.banner-max-height img {
    max-height: 720px;
}

.banner .slider-mover-left {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -45px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 50%;
}

.banner .slider-mover-right {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 50%;
}

.banner .slider-mover-right i {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

.banner .slider-mover-left i {
    font-size: 25px;
    line-height: 35px;
    color: #000;
}

.banner .carousel-content {
    align-self: center !important;
    margin: 0 auto;
    color: #fff;
}

.banner .text-l {
    text-align: center;
}

.carousel-item .text-right {
    float: right;
}

.banner .banner-slider-inner h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 35px;
    letter-spacing: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.banner .banner-slider-inner p {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
}

.banner .banner-slider-inner .typed-text {
    font-size: 50px;
}

.banner .banner-slider-inner {
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 20px 10px;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.banner .bsi {
    background-color: rgba(36, 42, 53, 0.64);
}

.banner .bsi-2 {
    background-color: rgba(36, 42, 53, 0.64);
}

.banner .bsi-3 {
    background-color: rgba(36, 42, 53, 0.48);
}

.banner .carousel-bg .carousel-item {
    height: 100vh;
    background: #3e4a5b;
}

.banner_video_bg {
    height: auto;
}

.banner_video_bg .carousel-item {
    height: 100vh;
}

#particles-banner {
    width: 100%;
    height: 100vh;
    background-color: rgba(36, 42, 53, 0.7);
    position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
    background-color: transparent;
}

.banner .carousel-content {
    align-self: center !important;
    margin: 0 auto;
    color: #fff;
    padding: 35px 10px 0;
}


/* 视频背景banner开始 */

.shipin_banner {
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.shipin_banner video {
    position: absolute;
    left: 50%;
    top: -40%;
    transform: translateX(-50%);
    z-index: -1;
}

.layui-carousel {
    background-color: transparent;
    color: #000;
}

.layui-carousel>[carousel-item]>* {
    background-color: transparent;
}

.shipin_banner .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 0px;
}

.shipin_banner .layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.shipin_banner .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 0px;
}

.shipin_banner .layui-carousel-arrow {
    border-radius: 5px;
}

.shipin_banner img {
    width: 100%;
}

.shipin_banner .sy-list li {
    text-align: center;
}

@media(max-width:1025px) {
    .shipin_banner .sy-list li {
        height: 100%;
        display: inline-flex;
        align-items: center;
    }
}


/* 视频背景banner结束 */


/** Contact from start **/

.contact-from {
    max-width: 370px;
    background: #fff;
    padding: 40px 30px;
    margin-left: auto;
    border-radius: 5px;
}

.contact-from .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    height: 50px;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border: 1px solid transparent;
}

.contact-from .btn-color {
    height: 50px;
    border-radius: 50px;
}

.contact-from h3 {
    margin-bottom: 25px;
    font-size: 20px;
    text-align: left;
}

.cf-2 {
    max-width: 100%;
    background: #fff;
    padding: 20px 25px;
    margin: 20px auto 0;
    border-radius: 3px;
}

.cf-2 .form-group {
    width: 100%;
    margin-bottom: 0;
}

.cf-2 .pad-10 {
    padding: 0 7.5px;
}

.cf-2 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    height: 50px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.cf-2 .btn-color {
    border-radius: 3px;
}

.cf-3 {
    display: none;
}

.contact-from-2 {
    max-width: 500px;
}

.contact-from-2 form .form-control {
    width: 75%;
    padding: 10px 25px;
    font-size: 15px;
    outline: 0;
    height: 55px;
    border: #fff;
    border-radius: 50px 0 0 50px;
}

.contact-from-2 .btn {
    width: 25%;
    padding: 11px 13px;
    font-size: 15px;
    font-weight: 500;
    height: 55px;
    background: red;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0 50px 50px 0;
}

.contact-from-2 .btn:hover {
    background: red;
}

.mrg-auto {
    margin: 0 auto;
}

.mrg2-auto {
    margin: 0 0 0 auto;
}


/** main title start **/

.main-title {
    display: flex;
    text-align: left;
    background-color: #f8f8f8;
    margin-bottom: 18px;
    justify-content: space-between;
    align-items: center;
}

.main-title_left {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.main-title h1 {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    padding: 5px 10px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #c51a32;
    position: relative;
}

.main-title p {
    display: inline-block;
    font-size: 28px;
    line-height: 22px;
    font-family: 'FontAwesome';
    color: #e1e1e1;
}

.main-title .pro_p {
    display: none;
}


/* 首页产品样式 */

.layui-tab-title {
    border-bottom: 0px;
}

.layui-tab-title li::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 13px;
    width: 0px;
    height: 14px;
    border-right: 1px solid #ccc;
    transform: rotate(30deg)
}

.layui-tab-title .layui-this {
    color: #c51a32;
}

.layui-tab-title .layui-this:after {
    border: 0px;
    border-right: 1px solid #ccc;
    top: 13px;
    width: 0px;
    height: 14px;
    right: 0px;
    left: auto;
}

@media(max-width:1025px) {
    .layui-tab-title {
        display: none !important;
    }
    .pro_p {
        display: block;
    }
}

.layui-tab-content {
    padding: 0px;
}

.pro_flex {
     display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between; */
    margin-left: -5px;
    margin-right: -5px;
}

.index_pro {
    width: 25%;
    box-sizing: border-box;
    padding: 0px 5px;
    margin-bottom: 10px;
    position: relative;
    transition: 2s;
    -moz-transition: all 2s;
    /* Firefox 4 */
    -webkit-transition: all 2s;
    /* Safari and Chrome */
    -o-transition: all 2s;
    /* Opera */
}

.tu_div {
    text-align: center;
}

.index_pro .baozhuang {
    text-align: center;
    background-color: #ddd;
}

.pro_mingcheng {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
}

.pro_mingcheng a {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.pro_mingcheng h3,
.pro_mingcheng div {
    width: 100%;
}

.pro_mingcheng h3 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: "微软雅黑";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_product {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.photo {
    flex-grow: 0;
    width: 500px;
}

.photo a {
    display: block;
}

.photo img {
    width: 100%;
    height: 400px;
}

.detail {
    flex: 1;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px;
}

.detail h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.location {
    line-height: 28px;
    overflow: hidden;
    text-align: justify;
}

.more_a {
    display: inline-block;
    color: #999;
}

.more_a i {
    color: #999;
}

.more_a:hover {
    color: #c51a32;
}

.more_a:hover i {
    color: #c51a32;
}

.more_div {
    text-align: center;
    margin-top: 20px;
    line-height: 28px;
}

#test2 .layui-carousel-ind {
    display: none;
}

.layui-carousel-arrow {
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.news_tab {
    text-align: center;
    border-bottom: 0px;
    margin-bottom: 30px;
}

.news_tab li {
    padding: 0px 40px;
    margin: 0px 10px;
    background-color: #f5f5f5;
}

.news_tab .layui-this {
    background-color: #c51a32;
    color: #fff !important;
}

.layui-tab-brief>.news_tab .layui-this::after {
    border-bottom: 0px;
}

.layui-carousel-ind li.layui-this {
    background-color: #c51a32;
}

.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
    background-color: transparent;
}

.layui-carousel-ind ul {
    background-color: transparent;
}

.news-left {
    float: left;
    width: 500px;
}

.news-right {
    float: left;
    width: 610px;
    box-sizing: border-box;
    padding-left: 35px;
}

.dl_bar {
    padding: 14px 0px;
    border-bottom: 1px dashed #eee;
}

.excerpt {
    display: none;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    line-height: 20px;
    letter-spacing: 2px;
    height: 40px;
    overflow: hidden;
}

.news_item {
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_time {
    flex-grow: 0;
    text-align: right;
    width: 85px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

.news_title {
    font-size: 16px;
    margin-right: 15px;
    line-height: 20px;
    /* flex: 1; */
    color: #000;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.open .news_title {
    font-weight: bold;
}

a:hover .news_title {
    color: #c51a32;
}

.new_bq {
    display: none;
    height: 18px;
}

.news_item:first-child .new_bq {
    display: inline-block;
}

.padTop30 {
    padding-top: 30px;
}

.padBtm30 {
    padding-bottom: 30px;
}


/* 首页视频/隶属企业样式 */

.video_title {
    /* background-color: #f4f4f4; */
    text-align: center;
}

.video_title p {
    color: #333;
    padding-bottom: 5px;
}

.lishu_qy {
    width: 100%;
    max-height: 285px;
    overflow: hidden;
}

.lishu_qy ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.lishu_qy li {
    width: 33.33%;
    margin-bottom: 8px;
}

.lishu_qy a {
    background-color: #f4f4f4;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 13px 10px;
    line-height: 24px;
    text-align: center;
}

.lishu_qy a:hover {
    background-color: #c51a32;
    color: #fff;
}


/* 首页工具栏样式 */

.gongju {
    background: url("/themes/fengle/public/assets/img/gjbeijing.png") no-repeat center;
    background-size: cover;
}

.gj_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 256px;
}

.gj_ul li {
    flex: 1;
    text-align: center;
}

.img_div {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.1);
    width: 90px;
    height: 90px;
    border-radius: 100px;
}

.img_p {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 100px;
}

.img_p img {
    margin-top: 20px;
}

.gj_ul p {
    color: #fff;
}

.gj_ul li:hover {
    -webkit-animation: mymove 5s infinite;
    /* Chrome, Safari, Opera */
    animation: mymove 1s infinite;
}

@-webkit-keyframes mymove {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: -20px;
    }
    75% {
        margin-top: 20px;
    }
    100% {
        margin-top: 0px;
    }
}


/* 产品新闻轮播自适应 */

@media(max-width:1200px) {
    .news-left {
        width: 400px;
    }
    .news-right {
        width: 530px;
        padding-left: 25px;
    }
}

@media(max-width:991px) {
    .index_product {
        flex-wrap: wrap;
    }
    .photo {
        width: 100%;
    }
    .detail {
        padding: 20px;
    }
    .detail h3 {
        font-size: 24px;
    }
    #test2 .layui-carousel-arrow {
        top: auto;
        bottom: 20px;
    }
    .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
        left: auto;
        right: 68px;
    }
    .news-left {
        width: 100%;
    }
    .news-right {
        width: 100%;
        margin-top: 10px;
        padding-left: 0px;
    }
    .layui-tab {
        margin-top: -10px;
    }
    .news_tab {
        margin-bottom: 20px;
    }
    .about_tab li {
        padding: 0px 20px;
        margin: 0px 5px;
    }
    .about_qy {
        margin-top: 0px;
    }
    .neirong h2 {
        font-size: 24px;
    }
    .neirong {
        padding: 30px 15px 15px;
    }
    .shipin {
        padding-right: 15px;
    }
}


/* 产品中心列表样式 */

.pro_item {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}

.pro_item img {
    height: auto;
    max-height: 100%;
}

.property-box {
    /* display: flex; */
}


/* .pro_item {
    width: 50%;
    flex-grow: 0; */


}
.property-box .pro_item_detail {
    padding: 20px 20px 20px 10px;
}
.pro_item_detail p {
    height: 26px;
}
.pro_item_detail .location {
    color: #888;
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    /* height: 116px; */
}
@media(max-width:1025px) {
    .banner .banner-slider-inner h1 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    
    .pro_item {
        /* width: 40%; */
        height: auto;
        margin-bottom: 0px;
    }
    
    .pro_item_detail .location {
        display: none;
    }
}
.phone_itembg {
    background: url("/themes/fengle/public/assets/img/banner/img-1.jpg") no-repeat right center;
}
.phone_itembg img {
    display: none;
}
.layui-tab-title li a {
    color: #535353;
}
.layui-tab-title .layui-this a {
    color: #fff;
}
.layui-tab-title .layui-this a:hover {
    color: #fff;
}
.layui-tab-title li a:hover {
    color: #c51a32;
}

/** Blockquote start **/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #f9f6f6;
    border-left: 5px solid #212529;
}
.blockquote {
    margin: 0 0 30px;
}
blockquote footer {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

/** Couple box start **/
.property-box {
    margin: 0 auto 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    z-index: 4;
}
.property-box img {
    width: 100%;
}
.property-box .photo {
    position: relative;
}

/* .property-box .photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgba(35, 35, 37, 0.9) 0%, rgba(35, 35, 37, 0.45) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
} */
.property-box .photo a {
    display: block
}
.property-box .detail {
    padding: 25px 20px 15px;
}
.property-box .detail h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}
.property-box .detail .location a {
    color: #555;
}
.property-box .plan-price {
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    right: 20px;
    z-index: 999;
}
.property-box .plan-price sup {
    font-size: 18px;
    position: relative;
    top: -25px;
    color: #fff;
    font-weight: 600;
}
.property-box .plan-price span {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.property-box .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    font-size: 12px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
    padding: 5px 14px 3px;
    font-weight: 500;
    border-radius: 50px;
}
.property-box .love {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    font-size: 12px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    border-radius: 50px;
}
.property-box .love i {
    font-weight: 600;
}

/** Reviews start **/
.reviews {
    padding: 120px 0;
}
.reviews .carousel-indicators li.active {
    background: #fff;
}
.reviews .reviews-inner .carousel-item {
    margin-bottom: 30px;
}
.reviews .reviews-inner .lead {
    font-size: 16px;
    margin: 0;
    color: #3c3b3b;
    font-weight: 500;
}
.reviews .reviews-inner .testimonia-header h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 35px;
}
.reviews .sz {
    background: #fff;
    padding: 25px 30px;
    max-width: 400px;
    border-radius: 5px;
    margin: 0 auto 20px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.reviews .sz p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.reviews .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #000;
    border: 0px;
}
.reviews .carousel-indicators {
    bottom: -10px;
    margin-bottom: 0;
}
.reviews .media {
    font-size: 14px;
    font-weight: 500;
    color: #757474;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 3px;
    max-width: 250px;
    margin: 0 auto;
    text-align: left;
}
.reviews .media h5 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}
.reviews .media h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #535353;
}
.reviews .media img {
    width: 60px;
    border-radius: 3px;
}

/** Thank you start **/
.footer {
    padding: 0px;
    background-size: cover;
}
.footer .social-list {
    float: right;
}
.footer .social-list li {
    display: inline-block;
    font-size: 16px;
}
.footer .social-list li a {
    margin-left: 3px;
    font-size: 17px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #1e283c;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}
.footer .social-list li a:hover {
    background: #fff;
}

/** Property box start **/
.property-box {
    position: relative;
    overflow: hidden;
    background: white;
}
.property-thumbnail {
    position: relative;
}
.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}
.property-overlay {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0);
    font-size: 18px;
}
.property-thumbnail:hover .property-overlay {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.property-box .property-img {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}
.property-box .property-img img {
    width: 100%;
}

/** Pricing 1 start **/
.pricing-1 {
    margin-bottom: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.pricing-1 .plan-header {
    background-color: #fff;
    padding: 40px 22px 0;
    border-width: 1px;
    position: relative;
    text-align: center;
}
.pricing-1 .plan-header h5 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
}
.pricing-1 .plan-header p {
    font-size: 14px;
    font-weight: 500;
}
.pricing-1 .plan-header .plan-price sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #535353;
    font-weight: 500;
}
.pricing-1 .plan-header .plan-price {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    text-align: center;
    padding: 0;
}
.pricing-1 .plan-header .plan-price span {
    font-size: 16px;
    color: #535353;
    font-weight: 500;
}
.pricing-1 .plan-list {
    background-color: #fff;
    border-width: 0 1px 1px;
    padding: 20px 0 40px;
}
.pricing-1 .plan-list ul {
    display: table;
    margin: 0 auto;
    padding: 0 40px;
}
.pricing-1 .plan-list ul li {
    list-style: none;
    border-bottom: 1px dashed #eaeceb;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #535353;
}
.pricing-1 .plan-list ul li i {
    margin-right: 12px;
}
.pricing-1 .plan-list ul li:last-child {
    border-bottom: none;
}
.pricing-1 .plan-button {
    padding-top: 20px;
}
.pricing-1 .pricing-btn {
    border-radius: 3px;
}
.pricing-btn {
    padding: 6px 30px 5px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/** Partners Start **/
.partners {
    padding: 50px 0;
    text-align: center;
}
.partners .multi-carousel {
    float: left;
    overflow: hidden;
    padding: 0 15px 0;
    width: 100%;
    position: relative;
}
.partners .multi-carousel .multi-carousel-inner {
    transition: 1s ease all;
    float: left;
}
.partners .multi-carousel .multi-carousel-inner .item {
    float: left;
    cursor: pointer;
}
.partners .multi-carousel .multi-carousel-inner .item>div {
    padding: 0 15px;
    margin: 0px;
    text-align: center;
}
.partners .multi-carousel .multi-carousel-inner .item>div .carousel-img {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.partners .multi-carousel .multi-carousel-inner .item>div img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    
    filter: grayscale(100%);
}
.partners .multi-carousel .multi-carousel-inner img {
    padding: 0 20px;
}
.partners .multi-carousel .multi-carousel-inner .item:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    
    filter: grayscale(0%);
}
.partners .multi-carousel .leftLst,
.multi-carousel .rightLst {
    position: absolute;
    top: calc(50% - 20px);
}
.partners .multi-carousel-indicator {
    width: 30px;
    height: 30px;
    line-height: 33px;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    background: #fff;
    border-radius: 5%;
    cursor: pointer;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.partners .multi-carousel-indicator i {
    font-size: 20px;
    line-height: 22px;
    color: #333;
}
.partners .multi-carousel .leftLst {
    left: 0;
}
.partners .multi-carousel .rightLst {
    right: 0;
}
.partners .multi-carousel .leftLst.over,
.multi-carousel .rightLst.over {
    pointer-events: none;
    background: #fff;
    border: none;
}

/** Slick slider start**/
.slick-slider-area {
    position: relative;
}
.slick-slide-item {
    padding: 0 5px;
}
.slick-arrow-buton {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: 43%;
    font-size: 20px;
    border-radius: 3px;
    position: absolute;
    cursor: pointer;
    color: #000;
    z-index: 999;
    background: #fff;
    cursor: pointer;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}
.slick-arrow-buton:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}
.slick-next {
    right: -15px;
}
.slick-prev {
    left: -15px;
}
.slick-slide,
.slick-slide:focus * {
    outline: none !important;
}
*:focus {
    outline: none !important;
}

/** Slick btn start **/
.slick-btn {
    text-align: center;
    max-width: 70px !important;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}
.slick-btn .sab-4 {
    border-radius: 50px 0 0 50px;
}
.slick-btn .slick-arrow-buton-2:last-child {
    border: none;
}
.slick-btn .sab-3 {
    border-radius: 0 50px 50px 0;
}
.slick-btn .slick-arrow-buton-2 {
    width: 50px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    display: block;
    float: left;
    border-right: solid 1px #e4e4e4;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    background: white;
    font-size: 20px;
    position: absolute;
    bottom: 12px;
}
.slick-next {
    right: -15px;
}
.slick-prev {
    left: -15px;
}

/** agent start **/
.agent {
    margin-bottom: 30px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.agent .photo {
    position: relative;
    text-align: center;
}
.agent .photo .social-list {
    position: absolute;
    top: 20px;
    text-align: center;
    z-index: 20;
    border-radius: 5px 5px 0 0;
    right: 15px;
    width: 35px;
    color: rgb(255, 255, 255);
}
.agent .photo .social-list a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
}
.agent .photo .social-list a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #fff;
}
.agent .photo img {
    width: 100%;
}
.agent .details {
    text-align: center;
    padding: 20px 0 10px;
}
.agent .details h5 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
}
.agent .details h5 a {
    color: #000;
}
.agent .details h5 a:hover {
    color: #535353;
}
.agent .details p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}

/** Contact start **/
.contact .form-control {
    width: 100%;
    padding: 10px 0px;
    font-size: 15px;
    outline: 0;
    height: 56px;
    border-radius: 3px;
    border: 0px solid #d8d8d8;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .06);
}
.contact .form-control:focus {
    color: #495057;
    outline: 0;
}
.contact .form-group {
    margin-bottom: 17px;
    padding: 5px 20px;
    align-items: center;
    margin-left: 0px;
    display: flex;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.contact .form-group:nth-child(3) {
    align-items: flex-start;
}
.contact .form-group:nth-child(3) .control-label {
    margin-top: 10px;
}
.baojia_bar {
    position: relative;
}
.baojia_num {
    position: absolute;
    left: 15px;
    bottom: 7px;
    font-size: 14px;
    color: #888;
}
.baojia_num span {
    color: tomato;
    margin-left: 3px;
    margin-right: 3px;
}
.contact textarea {
    min-height: 100px;
}
.contact-info {
    padding: 30px;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    margin-left: 30px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.mb-25 {
    margin-bottom: 20px;
}
.contact-info .media i {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin-right: 20px;
    font-size: 20px;
    border-radius: 5px;
}
.contact-info .media h5 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    margin: 5px 0 5px;
}
.contact-info .media p {
    margin-bottom: 0;
    font-size: 14px;
}
.contact-info .media p a {
    font-weight: 500;
    color: #535353;
}
.date-box span {
    font-family: montserrat, sans-serif;
    font-size: 19px;
    display: block;
    line-height: 22px;
    color: #fff;
}

/** Sidebar start **/
.show-more-options {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}
.title-2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #37404d;
}

/** Content area start **/
.content-area {
    padding: 40px 0;
}
.content-area-2 {
    padding: 100px 0;
}
.content-area-3 {
    margin-bottom: 90px;
}
.content-area-4 {
    padding-top: 100px;
}
.content-area-5 {
    padding: 193px 0 90px;
}

/** mb **/
.mb-60 {
    margin-bottom: 60px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}

/** Full page serch start **/
#full-page-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}
#full-page-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
#full-page-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 28px;
}
#full-page-search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#full-page-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 17px;
    outline: 0 auto -webkit-focus-ring-color;
    cursor: pointer;
    border-radius: 3px;
    background: #3a3a3a;
}

/** Protfolio item start **/
.portfolio-item,
.portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.portfolio-item img,
.portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}
.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.1;
}
.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: rgba(0, 0, 0, 0.90);
    color: #fff !important;
    z-index: -999;
}
.portfolio-content {
    display: none;
    top: 0;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #1c1c1c;
    height: 100%;
    position: absolute;
    right: 0;
}
.portfolio-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.portfolio-content p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}
.portfolio-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.portfolio-content i {
    border-radius: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    margin: 3px;
    cursor: pointer;
    border: solid 1px #fff;
}
.filteriz-navigation {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    max-width: 430px;
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50px;
}
.filteriz-navigation li {
    color: #535353;
    float: left;
    text-align: center;
    letter-spacing: .5px;
    padding: 0 15px 0 15px;
    border: 0;
    border-radius: 50px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

/** Off-canvas menu start  **/
body.off-canvas-sidebar-open {
    left: -375px;
    position: relative;
}
.off-canvas-sidebar-open .off-canvas-sidebar {
    -webkit-transform: translateX(-375px);
    transform: translateX(-375px)
}
.off-canvas-sidebar {
    background: #1b1d1f;
    position: fixed;
    right: -375px;
    top: 0;
    height: 100%;
    width: 375px;
    z-index: 999999;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1);
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), -webkit-transform .2s cubic-bezier(.645, .045, .355, 1)
}
.off-canvas-sidebar-wrapper {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}
.off-canvas-content,
.off-canvas-header {
    padding-right: 30px;
    padding-left: 30px
}
.off-canvas-content {
    padding-bottom: 30px
}
.off-canvas-header {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right
}
.canvas-widget .menu {
    text-align: center;
    margin-top: 50px;
}
.canvas-widget .menu-item {
    margin-bottom: 12px;
}
.canvas-widget .menu-item a {
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all .3s ease-in-out;
}
.canvas-widget .menu-item a:hover {
    opacity: .8;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.canvas-widget .logo {}
.canvas-widget .social-icons {
    text-align: center;
    margin-top: 60px;
}
.canvas-widget .social-icons>li {
    display: inline-block;
    margin: 10px;
}
.canvas-widget .social-icons>li a {
    color: #fff;
    transition: all .3s ease-in-out;
}
.canvas-widget .social-icons>li a:hover {
    opacity: .8;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.close-offcanvas {
    font-size: 24px
}
.portfolio-area {
    overflow: hidden;
}

/** MEDIA **/
@media (max-width: 992px) {
    .dropdown-menu::after {
        top: 21px;
    }
    
    .property-box {
        display: flex;
    }
    
    .open-offcanvas {
        padding: 18px 15px 15px;
    }
    
    .open-none {
        display: none;
    }
    
    .r-btn {
        display: none;
    }
    
    .banner .text-l {
        text-align: center;
    }
    
    .main-header {
        background: #f9f9f8;
    }
    
    .none-992 {
        display: none;
    }
    
    .content-area-4 {
        padding-top: 90px;
    }
    
    .reviews {
        padding: 90px 0;
    }
    
    .text-l {
        text-align: center;
    }
    
    .text-r {
        text-align: center;
    }
    
    .mrg2-auto {
        margin: 0 auto;
    }
    
    .contact-from-2 {
        margin: 0 auto;
    }
    
    .cf-3 {
        display: flex;
    }
    
    .cf-4 {
        display: none;
    }
    
    .service-info-2 {
        padding: 30px 5px;
    }
    
    .service-info-2 .media-left {
        width: 55px;
        height: 55px;
        text-align: center;
        line-height: 55px;
        font-size: 25px;
        margin-right: 15px;
        border-radius: 5px;
    }
    
    .banner {
        margin-bottom: 0;
    }
    
    .cf-2 .form-group {
        margin-bottom: 20px;
    }
    
    .cf-2 {
        padding: 20px 25px 0;
    }
    
    .contact-info {
        margin-left: 0;
        margin-top: 50px;
    }
    
    .filteriz-navigation {
        max-width: 425px;
        padding: 5px;
    }
    
    .filteriz-navigation li {
        padding: 5px 20px 5px 20px;
    }
    
    .content-area {
        padding: 90px 0 60px;
    }
    
    .content-area-2 {
        padding: 90px 0;
    }
    
    .multi-carousel {
        padding: 0 15px 0;
    }
    
    .navbar-collapse {
        margin: 0px -15px;
        background: #FFF;
    }
    
    .main-title {
        margin-bottom: 10px;
        text-align: left;
    }
    
    .main-title h1 {
        font-size: 20px;
    }
    /* .main-title p {
        font-size: 42px;
    } */
    
    .banner .banner-slider-inner h1 {
        font-size: 42px;
        margin-bottom: 25px;
    }
    
    .banner .banner-slider-inner .typed-text {
        font-size: 42px;
    }
    
    .navbar-light .navbar-toggler {
        border: none;
        font-size: 20px;
        font-weight: 100;
        color: #c51a32 !important;
    }
    
    .navbar-toggler {
        padding: 0;
        width: 35px;
        height: 35px;
        font-size: 1rem;
        border-radius: 0;
        outline: none !important;
    }
    
    .main-header .logo img {
        max-width: 120px;
    }
    
    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 13px 15px 10px;
    }
    
    .setting-button {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -40px;
    }
    
    .pro_item_detail .location {
        height: 72px;
    }
}
@media (max-width: 768px) {
    #test2 .layui-carousel-arrow {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        bottom: 32px;
    }
    
    .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
        right: 48px;
    }
    
    .service-info-2 h4 {
        font-size: 20px;
        margin: 4px 0 3px;
        font-weight: 500;
    }
    
    .d-none-768 {
        display: none;
    }
    
    .content-area-4 {
        padding-top: 60px;
    }
    
    .content-area {
        padding: 15px 0;
    }
    
    .slick-slide-item {
        padding: 0px 10px;
    }
    
    .property-box {
        margin-bottom: 10px;
    }
    
    .content-area-2 {
        padding: 60px 0;
    }
    
    .banner .banner-slider-inner p {
        font-size: 16px;
    }
    
    .reviews {
        padding: 60px 0;
    }
    
    .service-info-2 {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .why-choose-us {
        padding-top: 30px;
    }
    
    .why-choose-us-inner {
        padding-left: 0;
    }
    
    .why-choose-us .border-r {
        border-right: none;
    }
    
    .cf-2 {
        padding: 20px 25px 20px;
    }
    
    .filteriz-navigation {
        margin: 0;
    }
    
    .banner .banner-slider-inner h1 {
        font-size: 34px;
    }
    
    .footer {
        text-align: left;
    }
    
    .footer p {
        line-height: normal;
        margin-bottom: 20px;
    }
    
    .footer .social-list {
        float: none;
    }
    
    .title-2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    
    .form-group-2 {
        margin-bottom: 25px;
    }
    
    #particles-banner {
        height: 100vh;
    }
    
    .item-bg {
        height: 100vh;
    }
    
    .trile-none {
        display: none;
    }
    
    .banner .carousel-content {
        padding: 0 50px;
    }
    
    .multi-carousel .rightLst {
        right: 15px;
    }
    
    .multi-carousel .leftLst {
        left: 15px;
    }
    
    .multi-carousel .multi-carousel-inner .item>div img {
        width: auto;
    }
    
    .tabbing-box .tab-pane {
        padding-top: 0;
    }
    
    .contact .form-group {
        margin-bottom: 20px;
    }
    
    .banner .banner-slider-inner .typed-text {
        font-size: 34px;
    }
    
    .banner .banner-slider-inner {
        top: 0%;
    }
    
    .banner .slider-mover-left {
        display: none;
    }
    
    .banner .slider-mover-right {
        display: none;
    }
    
    button:focus {
        outline: 0 auto -webkit-focus-ring-color;
    }
    
    .banner .slider-mover-right i {
        font-size: 20px;
        line-height: 40px;
    }
    
    .banner .slider-mover-left i {
        font-size: 20px;
        line-height: 40px;
    }
    
    .banner .slider-mover-right {
        width: 22px;
        height: 40px;
        line-height: 40px;
        right: 0;
        border-radius: 5px 0 0 5px;
    }
    
    .banner .slider-mover-right i {
        font-size: 20px;
        line-height: 40px;
    }
    
    .banner .slider-mover-left {
        width: 22px;
        height: 40px;
        line-height: 40px;
        right: -22px;
        border-radius: 0 5px 5px 0;
    }
    
    .countdown-inner .btn {
        width: 40%;
        margin: auto;
        margin-top: 10px;
        border-radius: 3px;
    }
    
    .countdown-inner .btn:hover {
        width: 40%;
    }
    
    .login-footer {
        padding: 20px 15px;
        position: inherit;
        left: 0;
        bottom: 0;
    }
    
    .setting-button {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: -35px;
        color: #fff;
    }
    
    .tabbing-box .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        padding: 9px 13px;
    }
    
    .tabbing-box .nav-tabs li {
        font-size: 11px;
    }
    
    .banner .carousel-content {
        padding: 0px 10px 0;
        font-size: 20px;
    }
    
    .banner-2 .carousel-content {
        padding: 0 10px 0;
    }
    
    .setting-button {
        display: none;
    }
    
    .pro_item {
        width: 40%;
        /* height: 220px; */
        overflow: hidden;
    }
    
    .pro_item img {
        width: auto !important;
        /* height: 200px; */
    }
    
    .pro_item_detail .location {
        display: block;
        height: 88px;
    }
}
@media (max-width: 580px) {
    .comment-meta-date {
        display: none;
    }
    
    .item-bg {
        height: 100vh;
    }
    
    #particles-banner {
        height: 100vh;
    }
    
    .filteriz-navigation li {
        padding: 3px 12px 3px 12px;
        font-size: 12px;
        border-radius: 3px;
    }
    
    .filteriz-navigation {
        border-radius: 3px;
    }
    
    .box-shadow {
        box-shadow: none;
    }
    
    .banner .banner-slider-inner {
        padding: 10px 5px;
        top: 0%;
    }
    
    .navbar-toggler {
        width: 30px;
        height: 30px;
    }
    
    .carousel-inner img {
        width: 100%;
    }
}
@media (max-width: 414px) {
    .pro_item img {
        /* height: 90px; */
    }
    
    .pro_item {
        /* height: 110px; */
    }
    
    .pro_item_detail .location {
        display: none
    }
}
@media (min-width: 991px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    
    .dropdown .dropdown-item:hover>.dropdown-menu {
        display: block;
    }
    
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    
    .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }
}
.sticky-header {
    position: fixed;
    background-color: #fff;
    top: 0px;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    /* border-bottom: 1px solid rgba(220, 220, 220, .2); */
}
.sticky-header .nav-link::after {
    display: none !important;
}
.do-sticky .nav-link::after {
    display: none !important;
}
.do-sticky-2 .nav-link::after {
    display: none !important;
}
.sticky-header .open-offcanvas {
    color: #fff;
    display: inline-block;
}
.sticky-header-scroll {
    z-index: 999;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header-shrink {
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    top: 0px !important;
}
.header-shrink .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
}
.header-shrink .open-offcanvas {
    color: #515151;
}
.header-shrink .open-offcanvas i {
    color: #fff;
}
.hide-carat .nav-link::after {
    display: none !important;
}
.sticky-header .open-offcanvas {
    color: #fff;
}

/* 顶部样式 */
.bgGray {
    background-color: #f8f8f8;
}
.topBar {
    display: flex;
    justify-content: space-between;
}
.top_left,
.top_right {
    flex: 1;
    color: #999;
    line-height: 32px;
    font-size: 12px;
}
.top_left a {
    color: #999;
    margin-right: 20px;
    position: relative;
}
.top_left a::after {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 2px;
    background-color: #ddd
}
.top_left a:hover {
    color: #c51a32;
}
.top_right {
    text-align: right;
}
.n_fwwq {
    text-align: center;
    background-color: #c51a32;
    color: #fff;
    padding: 4px 10px;
    border-radius: 50px;
}
.n_fwwq:hover {
    color: #fff;
    opacity: 0.8;
}

/* 导航样式 */
.nav_xiaodian {
    justify-content: flex-end;
    font-size: 14px;
}
.nav_xiaodian a {
    color: #000;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 14px;
}
.header-shrink .nav_xiaodian a {
    color: #000;
}
.navbar {
    margin-bottom: 5px;
}
.nav li a:hover {
    color: #c51a32;
    background-color: transparent;
}
.dropdown-menu>.active>a {
    background-color: #fff;
}
.dropdown-menu {
    left: -100%;
    right: -100%;
}
.open .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
}
.dropdown-menu a {
    text-align: center;
}
.dropdown-menu a:hover {
    color: #c51a32 !important;
}

/* 底部样式 */
.footer {
    background-color: #f8f8f8;
    border-top: 2px solid #c51a32;
}
.dz_ewm {
    display: flex;
    justify-content: space-between;
}
.footer a {
    color: #444;
    display: inline-block;
    margin-right: 20px;
    margin-top: 15px;
}
.footer h3 a {
    margin-top: 0px;
}
.footer a:hover {
    color: #c51a32;
}
.footer ul {
    margin-top: 15px;
    position: relative;
}
.footer ul li {
    margin-bottom: 10px;
}
.tu_ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.tu_ul a {
    margin-right: 0px;
}
.tu_ul li {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}
.tu_ul img {
    width: 80px;
}
.copyright {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 7px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.copyright a {
    color: #999;
    margin-left: 5px;
    margin-right: 5px;
}
.location i {
    font-size: 16px;
    margin-right: 10px;
}
.bg-grea-blue {
    background-color: #2968d3;
}
.bg-grea-blue h1 {
    color: #fff;
}
.bg-grea-blue .main-title p {
    color: rgba(255, 255, 255, 0.6);
}
.jieshao p {
    color: #fff;
    text-align: 14px;
}
.shuju {
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 30px;
}
.shuju h2 {
    color: #fff;
    font-size: 16px;
}
.shuju h2 span {
    font-size: 40px;
}
.shuju p {
    color: #fff;
    font-size: 16px;
    ;
}

/* 显示适配 */
@media (max-width: 992px) {
    .dyNav {
        justify-content: flex-start !important;
    }
    
    .dyNav .navbar-header {
        flex: 1;
    }
    
    .dyNav .navbar-toggler {
        float: right;
        margin-top: 18px;
    }
    
    .dyNav .navbar-header {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .navbar-brand {
        margin-left: 0px !important
    }
    
    .navbar-nav {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0px;
        margin: 0px;
    }
    
    .show .navbar-nav a {
        color: #000;
        padding: 8px 0px;
        border-bottom: 1px dashed #eee;
    }
    
    .show .navbar-nav li:last-child a {
        border-bottom: 0px;
    }
    
    .show .navbar-nav>li {
        float: none;
        width: 100%;
    }
    
    .banner .text-l h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    
    .banner .text-l p {
        font-size: 12px;
    }
    
    .main-header .logo {
        padding-bottom: 10px;
    }
    
    .navbar-brand {
        height: auto;
    }
}
@media( max-width:440px) {
    .navbar-brand {
        margin-left: 0px !important
    }
    
    .banner .text-l h1:nth-child(1) {
        display: none;
    }
    
    .banner .text-l h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    
    .banner .text-l p {
        font-size: 10px;
        line-height: 20px;
    }
}
@media( max-width:768px) {
    .item-bg {
        height: auto;
    }
}
.banner_bg {
    background: url(/themes/fengle/public/assets/img/banner/img-2.jpg) no-repeat center right;
    background-size: cover;
    height: 100px;
    margin-top: 75px;
}
.tc-main {
    padding: 50px 20px;
}
.art_title {

    font-size: 26px;
    text-align: center;
}
.art_excerpt {
    font-size: 20px;
    margin-top: 10px;
    text-align: center!important;
}
.article-infobox {
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.article-infobox span {
    margin-left: 10px;
    margin-right: 10px;
}
.article_content {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.article_content p {
    font-size: 16px;
    text-indent: 32px;
    margin-bottom: 15px;
    text-align: justify;
}
.article_content td p {
    margin-bottom: 0px;
    text-indent: 0px;
}
.article_content img {
    display: block;
    margin: 10px auto;
    max-width: 100% !important;
}
.map-canvas {
    height: 450px;
    width: 100%;
}

/* 首页新闻样式 */
.news_h1 {
    font-size: 32px;
    line-height: 60px;
    text-align: center;
    padding: 30px 0px;
    border-bottom: 3px solid #c51a32;
}
.footerBar {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99;
}
.xp_slogan_div {
    display: flex;
    align-items: center;
}
.xp_slogan {
    flex: 1;
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    line-height: 30px;
}

/*招聘样式*/
.zhaopin {
    background-color: #fff;
}
.zhaopin_li {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.zhaopin_li p {
    font-size: 16px;
}
.zhaopin_li .news_time {
    font-size: 14px;
}
.job-position-info h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}
.zhaopin_li table {
    width: 100%;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.zhaopin_li td {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.fontColor {
    color: #f00;
}
.padtb40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.xz_sz_title {
    text-align: center;
    border-top: 1px dashed #ddd;
    padding-top: 30px;
}
.xz_sz_title span {
    background-color: #fff;
}
.zp_erweima {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.zp_erweima li {
    margin-left: 10px;
    margin-right: 10px;
}
.zp_erweima img {
    max-width: 150px;
}
.zp_erweima p {
    font-size: 16px;
}

/* 企业概况样式 */
.jianjie_div {
    background-color:#eee;
    position: relative;
    color: #000;
    padding-top: 50px;
    overflow: hidden;
}
.jianjie_div::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url("/themes/fengle/public/assets/img/qi.jpg") no-repeat;
    background-size: cover;
    background-position-y: 8%;
    z-index: -1;
}
.jianjie_div video {
    position: absolute;
    left: 50%;
    top: -35%;
    transform: translateX(-50%);
    z-index: -1;
}
.jianjie_div p {
    line-height: 32px;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
}
.jianjie_div .jianjie_title {
    margin-bottom: 50px;
}
.jianjie_title img {
    max-width: 300px;
}
.rongyu_item {
    background: url("/themes/fengle/public/assets/img/rongyu_bg.png") no-repeat bottom center;
    padding-bottom: 15px;
    background-size: 92% auto;
    margin-bottom: 10px;
}
.rongyu_item dt {
    margin-left: 5px;
    margin-right: 5px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 #eee;
}
.rongyu_item dd {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1 3px 0 #eee;
    padding-bottom: 15px;
}
.rongyu_item h3 {
    padding: 0px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dashiji {
    margin-left: 50px;
    border-left: 3px solid #ddd;
    position: relative;
    padding-bottom: 15px;
}
.dashiji h2 {
    margin-bottom: 20px;
    font-family: "微软雅黑";
    font-weight: bold;
}
.dashiji p {
    font-size: 16px;
    margin-bottom: 10px;
}
.nianfen {
    position: absolute;
    left: -52px;
    top: 0px;
    width: 100px;
    height: 100px;
    background-color: #39b06c;
    border-radius: 50%;
    color: #fff;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
}
.dashi .dashiji:first-child .nianfen {
    background-color: #c51a32;
}
.qyshijian {
    margin-left: 70px;
    border: 1px solid #eee;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    text-align: justify;
}
.sanjiao {
    position: absolute;
    left: -13px;
    top: 40px;
}
.maxH {
    max-height: 280px;
    overflow: hidden;
}
.hidShow_btn {
    margin-top: 30px;
    width: 100%;
    background-color: #f8f8f8;
    color: #999;
    text-align: center;
    border: 0px;
    line-height: 32px;
    font-size: 12px !important;
}
.hidShow_btn i {
    margin-left: 5px;
    font-size: 12px;
}
.hidShow_btn:hover {
    background-color: #c51a320f;
    color: #c51a32;
    cursor: pointer;
}

/* 新闻列表样式 */
.height1 {
    padding-top: 20px;
}
.listL_title {
    line-height: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #c51a32 url(../img/lm_topbg.png) 8px 5px no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.liebie {
    background-color: #f8f8f8;
    line-height: 36px;
    font-size: 16px;
}
.liebie li {
    display: block;
    border-bottom: 1px dashed #e4e4e4;
}
.layui-tab-title.liebie li {
    font-size: 16px;
    text-align: left;
    padding: 12px 10px;
}
.layui-tab-title.liebie li:after {
    border-right: 0px;
}
.layui-tab-title.liebie .layui-this {
    background-color: #c51a320f;
}
.liebiao_wenhua {
    padding-left: 15px;
    padding-right: 15px;
}
.liebie a {
    display: block;
    padding: 12px 10px;
}
.liebie a:hover,
.liebie_liFocus {
    background-color: #c51a320f;
    color: #c51a32;
}
.liebie i {
    float: right;
    font-size: 14px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    
    -moz-transform: rotate(90deg);
    /* Firefox */
    
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    
    -o-transform: rotate(90deg);
}
.fenye .pagination {
    justify-content: center;
}
.fenye li {
    margin: 0px 5px;
}
.fenye .pagination>li>a,
.fenye .pagination>li>span {
    padding: 6px 12px;
    color: #666;
    border-radius: 3px;
}
.fenye .active span.page-link {
    background-color: #c51a32;
    color: #fff;
}
.leibie_title {
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}
.leibie_title span {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #c51a32;
    display: inline-block;
    padding: 16px 0px;
    color: #c51a32;
}
.item_div .dl_bar {
    padding: 12px 0px;
    border-bottom: 0px;
    border-bottom: 1px dashed #e4e4e4;
}
.item_div .news_title {
    max-width: 90%;
}
.height1 {
    background-color: #fff;
    padding-bottom: 20px;
}

/* 视频列表样式 */
.shipin_list {
    margin-left: -5px;
    margin-right: -5px;
}
.video_div {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.video_div p {
    text-align: center;
    padding-bottom: 5px;
}

/* 投资者关系样式 */
.shangshi p {
    font-size: 16px;
    color: #222;
    margin-bottom: 5px;
}
.shangshi img {
    max-width: 100%;
}
.shangshi table {
    width: 100%;
    border-top: 1px solid #aaa;
}
.shangshi tr {
    border-left: 1px solid #aaa;
}
.shangshi td {
    line-height: 20px;
    padding: 5px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

/* 投资交流样式 */
.msg_div {
    display: flex;
    margin-bottom: 10px;
}
.msg_div .control-label {
    flex-shrink: 0;
    flex-basis: 50px;
    text-align: left;
    padding-top: 0px;
    line-height: 36px;
}
.msg_div .control-label i {
    margin-right: 5px;
    color: #fd1c3c;
}
.msg_div .control-div {
    flex: 1;
}
.msg_div input {
    height: 36px;
}
.msg_div textarea {
    padding-top: 10px;
}
.tj_mrLeft {
    margin-left: 50px;
}
.tj_mrLeft .btn-color {
    background-color: #c51a32;
    border-color: #c51a32;
}
.tj_mrLeft .btn-color:hover {
    opacity: 0.85;
    background-color: #c51a32;
    border-color: #c51a32;
}

/* 产品/荣誉列表 */
.tu_div {
    overflow: hidden;
}
.tu_div img {
    max-width: 100%;
}
.tu_div .ls_p {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page_lx {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.page_lx h2 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}
.page_lx span {
    font-size: 13px;
    color: #999;
    margin-left: 10px;
}
.sd_yanjiuyuan table,
.article_content table {
    width: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    margin-bottom: 15px;
}
.sd_yanjiuyuan td,
.article_content td {
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

/* 大事记样式 */
.dashiji_item {
    display: flex;
    align-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}
.dashiji_item .dl_bar {
    width: 25%;
    border-bottom: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.dashiji_item dl a {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
}
.dashiji_item dd {
    background-color: #f4f4f4;
    text-align: center;
    padding: 15px 10px;
}
.dashiji_item .dsj_title {
    font-size: 16px;
}
.dashiji_item .dl_bar:last-child .dsj_title span {
    display: none;
}
.dashiji_item .dl_bar:first-child a,
.dashiji_item .dl_bar:nth-child(4n+1) a {
    margin-left: 0px;
}
.dashiji_item .dl_bar:nth-child(4n) a {
    margin-right: 0px;
}

/* 搜索样式 */
.search_p {
    height: 27px;
    margin-top: 2px;
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    text-align: left;
    padding-left: 8px;
    position: relative;
}
.search_text {
    background: transparent;
    border: 0px;
    margin-right: 27px;
}
.search_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 27px;
    background: transparent;
    border: 0px;
    color: #999;
}
.search_btn:hover {
    color: #c51a32;
}
.search_key {
    color: #999;
}
.search_key span {
    font-size: 16px;
    color: #f91b3a;
    background-color: #fdf62f;
    margin-left: 5px;
    margin-right: 5px;
}

/* 适配1025样式开始 */
@media(max-width:1025px) {
    .article_f {
        background-color: #fff;
    }
    
    .row_height .col-md-3 {
        display: none;
        /* flex-shrink: 0;
        width: 87px;
        padding: 0px; */
    }
    /* .row_height .col-md-3 .liebie {
        font-size: 14px;
    }
    
    .row_height .col-md-3 .listL_title,
    .row_height .col-md-3 i {
        display: none;
    } */
    
    .liebie a {
        padding: 5px 8px 5px 10px;
    }
    /* 移动端新闻适配 */
    
    .leibie_title span {
        font-size: 16px;
        padding: 10px 0px;
    }
    
    .news_item {
        display: block;
    }
    
    .news_item .news_title {
        max-width: 100%;
        text-align: justify;
    }
    
    .news_time {
        text-align: left;
    }
    
    .row_height .col-md-9 {
        flex: 1;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        /* max-width: 100%; */
        /* flex: 0 0 100%; */
    }
    /* 移动端产品列表适配 */
    
    .ph_chanpin .col-md-3 {
        /* display: none; */
        display: block;
        flex-shrink: 0;
        width: 90px;
        padding: 0px;
    }
    
    .ph_chanpin .col-md-3 .liebie {
        font-size: 14px;
    }
    
    .ph_chanpin .col-md-3 .listL_title,
    .ph_chanpin .col-md-3 i {
        display: none;
    }
    
    .ph_chanpin .col-md-9 {
        flex: 1;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        /* max-width: 100%; */
        /* flex: 0 0 100%; */
    }
    
    .main-title .pro_p {
        display: inline-block;
    }
    
    .news-left video {
        /* height: 281px; */
    }
    
    .lishu_qy {
        max-height: 225px;
    }
    
    .tu_ul li:nth-child(2) {
        display: none;
    }
    
    .gaikuan_ul {
        display: block !important;
    }
    
    .item_div .dl_bar {
        border-bottom: 1px dashed #eee;
    }
    
    .tc-main {
        padding: 20px 0px;
    }
    
    .height1 {
        padding-top: 0px;
    }
    
    .lishuqiye {
        margin-top: 15px;
    }
    
    .lishuqiye .col-md-3 {
        display: block;
        width: 24%;
        float: left;
        padding-right: 0px;
    }
    
    .lishuqiye .liebie {
        line-height: 24px;
    }
    
    .lishuqiye .col-md-3 a {
        font-size: 13px;
        padding: 10px 8px;
    }
    
    .lishuqiye .col-md-9 {
        width: 76%;
        float: left;
        max-width: 76%;
        flex: 0 0 76%;
    }
}

/* 适配pad样式开始 */
@media (max-width: 768px) {
    .lishu_qy {
        max-height: inherit;
    }
    
    .main-title h1 {
        font-size: 24px;
    }
    
    .main-title {
        margin-bottom: 10px;
    }
    
    .padBtm30 {
        padding-bottom: 10px;
    }
    
    .padTop30 {
        padding-top: 10px;
    }
    
    .maxH {
        max-height: 285px;
    }
    
    .dashiji_item .dl_bar {
        width: 50%;
    }
    
    .dashiji_item .dl_bar:first-child a,
    .dashiji_item .dl_bar:nth-child(4n+1) a {
        margin-left: 5px;
    }
    
    .dashiji_item .dl_bar:nth-child(4n) a {
        margin-right: 5px;
    }
    
    .dashiji_item .dl_bar:first-child a,
    .dashiji_item .dl_bar:nth-child(2n+1) a {
        margin-left: 0px;
    }
    
    .dashiji_item .dl_bar:nth-child(2n) a {
        margin-right: 0px;
    }
    
    .dashiji_item .dl_bar {
        border-bottom: 0px;
    }
}

/* 适配414样式开始 */
@media (max-width:414px) {
    .top_left a {
        display: none;
    }
    
    .search_text {
        max-width: 100px;
    }
    
    .dyNav .navbar-toggler {
        margin-top: 10px;
    }
    
    .navbar {
        min-height: 50px;
        margin-bottom: 0px;
    }
    
    .news_h1 {
        font-size: 24px;
        line-height: 36px;
        padding: 5px 0px 15px;
    }
    
    .main-title h1 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .main-title p {
        font-size: 30px;
    }
    
    .news_title {
        max-width: 270px;
        margin-right: 0px;
        white-space: inherit;
    }
    
    .lishu_qy li {
        width: 50%;
    }
    
    .gj_ul {
        flex-wrap: wrap;
        height: 145px;
    }
    
    .img_div {
        width: 60px;
        height: 60px;
    }
    
    .img_p {
        width: 50px;
        height: 50px;
    }
    
    .img_p img {
        width: 30px;
        margin-top: 10px;
    }
    
    .partner {
        margin-bottom: 15px;
    }
    
    .gaikuan_ul {
        display: none !important;
    }
    
    .nianfen {
        width: 60px;
        height: 60px;
        line-height: 60px;
        left: -32px;
        font-size: 18px;
    }
    
    .dashiji {
        margin-left: 30px;
    }
    
    .qyshijian {
        margin-left: 50px;
        padding: 15px 10px 10px;
    }
    
    .sanjiao {
        top: 18px;
    }
    
    .dashiji p {
        font-size: 14px;
    }
    
    .dashiji h2 {
        font-size: 18px;
    }
    
    .phone_itembg .h-100 {
        height: 100px !important;
    }
    
    .banner .text-l h1:nth-child(1) {
        display: block;
    }
    
    .banner .text-l {
        text-align: center;
    }
    
    .index_pro {
        width: 50%;
    }
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}<!--0.0001378059387207-->