/*
Theme Name: 广东小李白广告策划有限公司
Theme URI: www.xlibai.com
Description: 广东小李白广告策划有限公司
Version: 1.0
Author: 广东小李白广告策划有限公司
Author URI: www.xlibai.com
*/
@font-face { 
    font-family: 'Pingfang-E'; /*字体名称*/ 
    src: url('./webfonts/PINGFANG EXTRALIGHT.TTF'); /*字体源文件*/
}
@font-face { 
    font-family: 'Pingfang-L'; /*字体名称*/ 
    src: url('./webfonts/PPINGFANG LIGHT.TTF'); /*字体源文件*/
}
@font-face { 
    font-family: 'Pingfang-R'; /*字体名称*/ 
    src: url('./webfonts/PINGFANG REGULAR.TTF'); /*字体源文件*/
}

ul,
ol,
li {
    color: #333;
    list-style-type: none !important;
}

body {
    font-size: 0.85rem;
    color: #333;
}

a {
    color: #333;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}
body, h1, h2, h3, h4, h5, h6, p, div, a, span{
    font-family: Pingfang-R !important;    
}

.gray-color {
    color: #333;
}

.gray-color-999 {
    color: #999;
}

.bg-color {
    background-color: #F2F2F2;
}

header {
    margin-bottom: 3.5rem;
}

header nav {
    height: 60px;
}

header .navbar li {
    margin: 0 5px;
}

header .navbar-brand img {
    /* width: 300px; */
}

header .navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 1.0625rem;
}

.a_hover:hover {
    /* color: #FF0000 !important;
    border-bottom: 1px solid #FF0000 !important; */
}

.navbar-expand-lg .navbar-nav {
    margin-right: 0px;
}

header .navbar-light .navbar-nav .nav-link.nav-phone {
    padding: 8px 8px 8px 16px;
    /* border-left: 1px solid #ccc1c0; */
}

header .navbar-light .navbar-nav .nav-link.nav-phone img {
    margin-bottom: 0 !important;
    width: 165px;
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: #333;
    border-bottom: 1px solid red !important;
    color: red !important;
}

header nav .dropdown-menu a {
    color: #333;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0);
}

header nav .dropdown-menu a:hover {
    color: #333;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0);
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0);
}

header .bg-light {
    background-color: #fff !important;
}

footer,
.links-bg {
    background-color: #333333;
}

footer .footer-h3 {
    color: #999;
    font-size: 1.5rem;
    font-weight: normal;
}

footer .contact li {
    color: #6a6a6a;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

footer .contact li a {
    color: #6a6a6a;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

footer .contact li a:hover {
    color: #fff;
}

p {
    /* color: #333; */
    line-height: 1.5rem;
    text-align: justify;
}

.container .row .line-height {
    line-height: 2;
}

.bg .container-fluid .row .col-12 {
    padding: 0;
}

.bg .container-fluid .row .col {
    padding: 0;
}

.bg-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
}

.bg-box-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.7rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
    border-radius: 0rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.breadcrumb {
    font-size: 0.8rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.bg .fa-home {
    color: #fff;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

.card-border .card {
    border: 0;
}

.card h5 {
    font-weight: normal;
    font-size: 1rem;
}

.picture-zoom {
    width: 100%;
    overflow: hidden;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.picture-zoom a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.picture-zoom a img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.picture-zoom img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.picture-zoom img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.small_line {
    width: 2rem;
    height: 0.1rem;
    margin: 0 auto;
    background-color: #999;
}

.left_line {
    width: 2rem;
    height: 0.1rem;
    background-color: #999;
}

.right_line {
    display: inline;
    width: 2rem;
    height: 0.1rem;
    text-align: right;
    background-color: #999;
}

.main-color {
    color: #333;
}

.btn-outline-dark {
    color: #333;
    border-color: #333;
}

.news .card {
    border: 0;
}

.news-article .row .col hgroup {
    color: #333;
    border-bottom: 1px solid #ddd;
}

.news-article .content h1,
.news-article .content h2,
.news-article .content h3,
.news-article .content h4,
.news-article .content h5,
.news-article .content h6 {
    font-weight: normal;
    margin: 1rem 0;
    font-size: 0.9rem;
}

.news-article .content {
    padding: 0 100px;
}

@media(max-width:768px) {
    .news-article .content {
        padding: 3rem 2rem;
    }
}

.news-article .content img {
    max-width: 100%;
    height: auto;
    margin: 0.5rem 0;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.news-article .content p {
    font-size: 1.2rem;
    color: #555;
    line-height: 2.2rem;
}

.one-row {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.two-row {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-row {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fixed-top {
    z-index: 100;
}

.fixed-bottom {
    z-index: 100;
}

@media (min-width: 1200px) {
    .container1400 {
        max-width: 1400px;
    }
    #case-article {
        max-height: 500px;
    }
}

#case-article p {
    font-size: 16px;
    line-height: 1.8em;
}

.case-article .row .col {
    padding: 0;
}

.clientName p {
    font-size: 0.8rem;
    margin-bottom: 0rem;
}

.case-article img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.wp-pagenavi .current {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 0.8rem;
}

.wp-pagenavi a:first-child,
.wp-pagenavi span:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

.wp-pagenavi a:last-child,
.wp-pagenavi span:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.wp-pagenavi span:focus,
.wp-pagenavi span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #343a40;
    z-index: 3;
}

@media screen and (min-width: 769px) {
    .computer-mobile {
        display: block;
    }
    .home-title-h2 {
        margin-top: 100px !important;
        text-align: center;
        font-weight: normal;
        font-size: 30px;
    }
    .home-title-h1 {
        font-size: 3.6rem;
    }
    .home-case .row .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .bottom-menu .row .col .title-h3 {
        text-align: center;
        margin-bottom: 1rem;
    }
    .bottom-menu .row .col .list-inline {
        line-height: 2;
        color: #333;
        text-align: center;
    }
    .mission .row p {
        text-align: center;
    }
    .mission {
        padding: 3rem;
        background-color: #FBFBF9;
        margin-bottom: 2rem;
    }
    .title-h1 {
        font-weight: normal;
        font-size: 1.8rem;
    }
    .title-h2 {
        font-weight: normal;
        font-size: 1.2rem;
    }
    .title-h3 {
        font-weight: normal;
        font-size: 1.1rem;
    }
    .title-h3-bold {
        font-weight: bold;
        font-size: 1.1rem;
    }
    .title-h4 {
        font-weight: normal;
        font-size: 1rem;
    }
    .title-h5 {
        font-weight: normal;
        font-size: 0.9rem;
    }
    .title-h6 {
        font-weight: normal;
        font-size: 0.8rem;
    }
    .news .row p {
        font-size: 0.85rem;
    }
    /* header {
        margin-bottom: 4.0625rem;
    } */
    header .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
        border-bottom: 1px solid transparent;
    }
    .case-nav-active {
        color: red !important;
        border-bottom: 1px solid red !important;
    }
    header .navbar-light .navbar-nav .nav-link-wrapper .nav-link:hover {
        border-bottom: 1px solid red;
        color: red;
    }
    header .navbar {
        background-color: #fff;
        /*box-shadow: 1px 1px 3px #ddd;*/
        padding: 5px 2rem;
        border-bottom: 1px solid #ddd
    }
    header .navbar-light .navbar-nav .dropdown-menu a:hover {
        color: #fff;
        background-color: #343a40;
    }
    header .navbar-light .navbar-nav .dropdown-toggle:focus {
        color: #343a40;
    }
    header .navbar-light .dropdown-item {
        color: #333;
        font-size: 0.92rem;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .btngroup .nav .btn {
        color: #000;
        font-size: 1rem;
        margin: 0 1.5rem;
        padding: 0;
    }
    .case .nav .btn {
        margin: 0 0;
        border-radius: 0;
        border-bottom: 1px solid transparent;
    }
    .case .nav .btn:hover {
        color: red;
        border-bottom: 1px solid red;
    }
    .case .nav-link {
        padding: 0.1rem 1rem;
    }
    hgroup .hgroup-title-h1 {
        font-weight: 500;
        color: #343a40;
        font-size: 1.2rem;
    }
    hgroup .hgroup-title-h2 {
        font-weight: normal;
        color: #343a40;
        font-size: 1rem;
    }
    hgroup .hgroup-title-h6 {
        font-weight: normal;
        color: #333;
        font-size: 0.9rem;
    }
    .padding-left {
        padding-left: 0
    }
    .padding-right {
        padding-right: 0
    }
    .box-bShadow {
        box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        will-change: transform, box-shadow;
    }
    .img-50 {
        width: 50%;
    }
    .fixed-center-right {
        position: fixed;
        z-index: 55;
        right: 1%;
        bottom: 45%;
        color: #333;
        font-size: 3rem;
    }
    .fixed-center-left {
        position: fixed;
        z-index: 55;
        left: 1%;
        bottom: 45%;
        color: #333;
        font-size: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .computer-mobile {
        display: none;
    }
    .no-gutters-news {
        margin-right: 0;
        margin-left: 0;
    }
    .no-gutters>.col,
    .no-gutters>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .card-border .row .col-6,
    .spacing .row .col-6,
    .symbol .row .col-6,
    .team .row .col-6,
    .partner-mission .row .col-6,
    .equity .row .col-6,
    .partner-type .row .col-6 {
        padding: 0 0.3rem;
    }
    .condition .row .col-6 {
        padding: 0 0.3rem;
    }
    .about-counter .row .col-6 {
        padding: 0 0.3rem;
    }
    .tab .nav-link {
        padding: 0.5rem 0.3rem;
    }
    .tab .row .col {
        padding: 0;
    }
    .home-title-h2 {
        font-weight: normal;
        font-size: 1.2rem;
    }
    .home-case .row .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .LGallerySlider-Button svg {
        fill: #f60 !important;
    }
    .case .border-right {
        border-right: 0px !important;
    }
    .title-height {
        margin-top: 0.8rem;
    }
    .col-height {
        margin-top: 1rem;
    }
    .title-h1 {
        font-weight: normal;
        font-size: 1.1rem;
    }
    .title-h2 {
        font-weight: normal;
        font-size: 1.1rem;
    }
    .title-h3 {
        color: #343a40;
        font-weight: normal;
        font-size: 1.1rem;
    }
    .title-h3-bold {
        font-weight: bold;
        font-size: 1.1rem;
    }
    .title-h4 {
        color: #343a40;
        font-weight: normal;
        font-size: 1.0625rem;
    }
    .title-h5 {
        font-weight: normal;
        color: #343a40;
        font-size: 1rem;
    }
    .title-h6 {
        font-weight: normal;
        color: #343a40;
        font-size: 0.9rem;
    }
    .h1-h6-title {
        font-weight: normal;
    }
    .news .row p {
        font-size: 0.85rem;
    }
    hgroup .hgroup-title-h1 {
        font-weight: 600;
        color: #343a40;
        font-size: 1.2rem;
    }
    hgroup .hgroup-title-h2 {
        font-weight: normal;
        color: #343a40;
        font-size: 1rem;
    }
    hgroup .hgroup-title-h6 {
        font-weight: normal;
        color: #333;
        font-size: 0.8rem;
    }
    header {
        margin-bottom: 2.6876rem;
    }
    header .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }
    header .navbar-brand img {
        width: 160px;
    }
    header .navbar {
        background-color: #fff;
        box-shadow: 1px 1px 3px #ddd;
        padding: 0rem 1rem;
    }
    header .navbar .brand-text {
        color: #343a40;
        font-size: 1.25rem;
        margin-left: -15%;
    }
    header .navbar-light .navbar-text a {
        color: #343a40;
    }
    #footer-logo {
        /* width: 82%; */
    }
    .footer-line {
        padding-bottom: 2rem;
    }
    .footer {
        position: fixed;
        z-index: 3;
        bottom: 0px;
        border-top: 1px solid #b3b3b3;
        background: #e6e6e6;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .menu {
        position: relative;
        float: left;
        width: 25%;
        height: 2.8125rem;
        line-height: 2.8125rem;
        background: #fff;
        border-right: 1px solid #ebebeb;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .menu:last-child {
        border-right: none;
    }
    .new-sub {
        position: absolute;
        bottom: 57px;
        z-index: 10;
        width: 100%;
        padding: 0px 10px;
        background: #fff;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
        display: none;
    }
    .new-sub ul {
        padding: 0;
    }
    .new-sub li {
        width: 100%;
        background: #fff;
        float: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-top: 1px solid #f2f2f2;
    }
    .new-sub li a {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: #fff;
        color: #333;
        border: none;
        text-align: center;
    }
    .bt-name {
        color: #333;
    }
    .bt-name a {
        display: block;
        color: #333;
    }
    .new-sub .tiggle {
        width: 0px;
        height: 0px;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        bottom: -9px;
        border-top: 10px solid #EEEEEE;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        z-index: 10;
    }
    .new-sub .innertiggle {
        width: 0px;
        height: 0px;
        position: absolute;
        left: 50%;
        margin-left: -9px;
        bottom: -8px;
        border-top: 9px solid white;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        z-index: 11;
    }
    .case .nav .btn {
        font-size: 0.85rem;
        margin: 0 0rem;
        padding: 0.5rem 0.5rem;
    }
    .btngroup .nav .btn {
        color: #333;
        font-size: 0.9rem;
    }
    .team h5 {
        font-size: 1rem;
    }
    .team p {
        font-size: 0.5rem;
    }
    .box-shadow {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .fixed-center-right {
        position: fixed;
        z-index: 55;
        right: 1%;
        bottom: 45%;
        color: #999;
        font-size: 2rem;
    }
    .fixed-center-left {
        position: fixed;
        z-index: 55;
        left: 1%;
        bottom: 45%;
        color: #999;
        font-size: 2rem;
    }
}

@media screen and (max-width: 1400px) {
    header .navbar-light .navbar-nav .nav-link {
        padding-top: 16px;
        font-size: .8rem;
    }
    #logo-slogan span {
        display: none;
    }
    header .navbar-brand img {
        /* width: 300px; */
    }
}

.fanye .col ul {
    border-top: 1px solid #ddd;
}

.links .col .btn-link {
    font-size: 0.85rem;
    padding: 0;
    color: #333;
}

.links .col .btn-link:hover {
    color: #333;
    text-decoration: none;
}

.links .col .collapse .list-inline-item {
    margin-bottom: 0.5rem;
}

.links .col .collapse .list-inline-item a {
    color: #777;
}

.links .col .collapse .list-inline-item a:hover {
    color: #777;
}

#cnzz_stat_icon_1276364995 {
    display: none !important;
}

.about-counter {
    margin-top: 100px !important;
}

.introdution {
    font-size: 1rem;
}

.introdution p {
    line-height: 2rem;
}

#service-scope h3 {
    font-size: 1.3rem;
}

#service-scope {
    font-size: 1rem;
}

.navbar-collapse {
    background-color: white;
}

.news-pills {
    padding-top: 50px;
}

.news-pills .nav-item {
    font-size: 1rem;
}

.news-pills .tab-content li {
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.news-pills .tab-content li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .9rem;
}

.news-pills .tab-content li:hover {
    color: #1DD8D3;
}

.news-pills .tab-content li:hover a {
    color: #1DD8D3;
}

.nested-nav li {
    font-size: 1.2rem;
}

.nested-nav a {
    color: #555;
}

.nav_wxCoed:hover .nav_wxCoed>a {
    color: #fff !important;
}


/* 顶部dropdown自定义图标 */

.dropdown-toggle:after {
    display: none;
}

.dropdown-center {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
}


/* 手机菜单 */

@media(max-width:768px) {
    .menu {
        width: 65%;
        height: 100% !important;
        position: fixed;
        top: 0px;
        right: 0px;
        background-color: black;
        z-index: 50;
        transition: all ease 1s;
        opacity: 1;
    }
    .menu.move-out {
        transform: translateX(100%);
        opacity: 0;
    }
    .menu .menu-close {
        float: right;
        margin-top: 10px;
        margin-right: 20px;
    }
    .menu .menu-close img {
        width: 30px;
    }
    .menu ul {
        margin-top: 100px;
    }
    .menu a {
        text-decoration: none;
        color: white;
        font-size: 2rem;
    }
    .menu .bottom {
        position: relative;
        bottom: 60px;
    }
    .menu .bottom li {
        color: #7b7c7d;
        font-size: .5rem !important;
    }
    .slide-in-animation {
        animation: 1s linear 1 running slideIn;
    }
}