/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

/*loading*/
.hide {
    display: none;
}
body:not(.no-page-loader) #page_wrapper {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}

#loading{
    background-color: #ffd34e;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100000;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;

}
.object{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.object:nth-child(2n+0) {
    margin-right: 0px;

}
#object_one{
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}
#object_two{
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
}
#object_three{
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
}
#object_four{
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute{
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}
@keyframes loading-center-absolute{
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




@-webkit-keyframes object_one{
    50% {
        -ms-transform: translate(20px,20px);
        -webkit-transform: translate(20px,20px);
        transform: translate(20px,20px);
    }
}
@keyframes object_one{
    50% {
        -ms-transform: translate(20px,20px);
        -webkit-transform: translate(20px,20px);
        transform: translate(20px,20px);
    }
}


@-webkit-keyframes object_two{
    50% {
        -ms-transform: translate(-20px,20px);
        -webkit-transform: translate(-20px,20px);
        transform: translate(-20px,20px);
    }
}
@keyframes object_two{
    50% {
        -ms-transform: translate(-20px,20px);
        -webkit-transform: translate(-20px,20px);
        transform: translate(-20px,20px);
    }
}



@-webkit-keyframes object_three{
    50% {
        -ms-transform: translate(20px,-20px);
        -webkit-transform: translate(20px,-20px);
        transform: translate(20px,-20px);
    }
}
@keyframes object_three{
    50% {
        -ms-transform: translate(20px,-20px);
        -webkit-transform: translate(20px,-20px);
        transform: translate(20px,-20px);
    }
}



@-webkit-keyframes object_four{
    50% {
        -ms-transform: translate(-20px,-20px);
        -webkit-transform: translate(-20px,-20px);
        transform: translate(-20px,-20px);
    }
}
@keyframes object_four{
    50% {
        -ms-transform: translate(-20px,-20px);
        -webkit-transform: translate(-20px,-20px);
        transform: translate(-20px,-20px);
    }
}


.some-css-selector {font-size:13px;}

.text-color-normal {
    color: #333 !important;
}
.text-color-gray6 {
    color: #666 !important;
}
.text-color-gray8 {
    color: #8b8c8d !important;
}

.divider {
    width: 100%;
    max-width: 370px;
    height: 1px;
    margin: 40px auto;
    display: block;
    position: relative;
    background: #e5e5e5;
}

.svg-triangle-icon-container {
    width: 22px;
    height: 15px;
    overflow: visible!important;
    left: 50%;
    margin-left: -11px;
    margin-top: -6px;
    display: block;
    position: absolute;
}

.svg-triangle-icon {
    fill: transparent;
    stroke: #ebcd1e;
    stroke-width: 3;
}

.h-auto {
    height: auto !important;
}
.w-auto {
    width: auto !important;
}

.main-case-section .imgboxes_style4 .imgboxes-wrapper {
    display: block;
}

.brands-section .col-md-2{
    padding: 5px;
}

.brands-section .col-md-2 .img-responsive{
    width: 100%;
}

.brands-section .col-md-2:hover {
    border: 3px solid #ebcd1e;
}

#footer .bottom {
    border-top: 3px solid #484848
}

#footer .copyright-con {
    background: #262626;
}

.section-gonglue .hoverBorderWrapper img {
    border-radius: 0;
}

.text-center-imp {
    text-align: center !important;
}
.text-left-imp {
    text-align: left !important;
}

/*siderbar-nav-custom 自定义侧边栏导航*/
ul.siderbar-nav-custom li {
    display: block;
    width: 100%;
    background: #f2f2f2;
    transition: all 0.1s;
    margin-bottom: 5px;
    border-right: 4px solid transparent;
}

ul.siderbar-nav-custom li a {
    color: #555555;
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 60px;
    padding: 0 15px;
    transition: all 0.1s;
}

ul.siderbar-nav-custom li a span {
    margin-right: 5px;
}

ul.siderbar-nav-custom li.active,
ul.siderbar-nav-custom li:hover {
    border-right: 4px solid #ebcd1e;
    background: #333333;
}

ul.siderbar-nav-custom li.active a,
ul.siderbar-nav-custom li:hover a {
    color: #ebcd1e;
}

.branch-items dt{
    padding: 10px 0;
    margin-top: 10px;
    font-size: 17px;
}
.branch-items dd {
    line-height: 1.7;
}

.page-subheader {
    min-height: 450px;
}

.item-custom {
    margin-bottom: 40px;
}
.btn-sm.btn-lined {
    padding-bottom: 3px;
}

.item-custom .post_details {
    font-size: 11px;
    color: #9a9a9a;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
}

.item-custom .tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 10px;
}

.item-custom .tbk-symbol--line .tbk__symbol span {
    height: 1px;
}


/*上一篇 下一篇 导航*/
.entry_post_navigation {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.entry_post_navigation .preview_entry_post {
    display: inline-block;
    float: left;
}
.entry_post_navigation .next_entry_post {
    display: inline-block;
    float: right;
    text-align: right;
}
.entry_post_navigation a {
    color: #666;
    transition: all 0.6s ease 0s;
}
.entry_post_navigation span {
    transition: all 0.6s ease 0s;
    font-size: 13px;
}
.entry_post_navigation h4 {
    font-size: 15px;
}

/*overide pagenition style*/
/*pagination*/
.pagination a, .pagination span {
    position: relative;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 2px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: #888;
    cursor: pointer;
}
.pagination span {
    border: none;
}
.pagination>span.active, .pagination a:focus, .pagination a:hover {
    z-index: 3;
    color: #fff;
    cursor: pointer;
    background-color: #ebcd1e;
    border: 1px solid #ebcd1e;
}
.pagination input {
    float: left;
    margin: 0 5px;
    width: 44px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
.pagination-container ul.pagination {
    overflow: hidden;
    display: inline-block;
}

/*override form style*/
.form-title {
    padding-top: 10px;
    border: 1px solid #eee;
    margin-bottom: 8px;
    border-top: 4px solid #ebcd1e;
}
.form-custom .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 6px;
}
.form-custom  .form-control {
    border-radius: 0;
    border: 1px solid #eee;
    height: 38px;
}
.brs-0 {
    border-radius: 0 !important;
}


/*tag-list*/
.type-con .tag-list {

}

.type-con dl.tag-list{
    overflow: hidden;

}
.type-con .tag-list dt{
    width: 50px;
    float: left;
}
.type-con .tag-list dd {
    float: left;
    width: calc(100% - 60px);
}
.type-con .tag-list dd a {
    margin: 0 5px 8px 0;
    text-align: left;
    color: #666;
    display: inline-block;
    padding: 3px 6px;
}
.type-con .tag-list dd a.active {
    color: #fff;
    background: #aaa;
}

.h-180 {
    height: 180px !important;
}
.item-tags-block {
    padding: 15px 10px;
}
.item-tags-block.item-tags-block-border {
    border: 1px solid #eee;
    border-top: none;
    /*text-align: center;*/
}
.item-tags-block a {
    display: inline-block;
}
.btn-lined {
    border-width: 1px;
}
.btn-lined.lined-gray-custom {
    color: #666;
    border-color: #ddd;
    font-weight: 400;
    border-radius: 2px;
}
.btn-lined.lined-gray-custom:hover {
    color: #fff;
    background: #ebcd1e;
    border-color: #ebcd1e;
}
.case-items-con .imgboxes_style4 .imgboxes-wrapper {
    display: block;
}

/*style for swiper case-detail*/
.case-photo-container .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.case-photo-container .gallery-top {
    width: 100%;
}
.case-photo-container .gallery-thumbs {
    box-sizing: border-box;
    height: 110px;
    overflow: hidden;
}
.case-photo-container  .gallery-thumbs .swiper-slide {
    width: 20%;
    opacity: 1;
    height: 100%;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
}
.case-photo-container  .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border-color: #ebcd1e;
}

.case-photo-container .swiper-button-next.swiper-button-black,
.case-photo-container .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    opacity: 0.7;
}
.case-photo-container .swiper-button-next.swiper-button-disabled,
.case-photo-container .swiper-button-prev.swiper-button-disabled {
    opacity: 0.25;
}

/*site*/
.case_progress {
    display: inline-block;
}
.case_progress li {
    border-top: 2px solid #eee;
    float: left;
    color: #333;
    font-size: 14px;
    width: 106px;
    padding-right: 40px;
    margin: 15px 0;
}
.case_progress li em {
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 auto;
    position: relative;
    top: -7px;
    border-radius: 50%;
    border: 2px solid #aaa;
    background: #fff;
}
.case_progress li.on_li em {
    border-color: #ebcd1e;
}

/*case-detal*/
.case-detal dl {
    position: relative;
    border-left: 1px solid #dfdfdf;
    margin-left: 32px;
    padding: 20px 0 0;
    margin-bottom: 0;
}

.case-detal dl dt {
    position: relative;
    left: -32px;
    float: left;
    width: 64px;
    height: 64px;
    color: #fff;
    background: #ebcd1e;
    border-radius: 50%;
    text-align: center;
}

.case-detal dl dt span {
    display: block;
    padding-top: 12px;
}

.case-detal dl dd {
    width: calc(100% - 30px);
    float: left;
    padding-left: 60px;
    margin-top: -45px;
}

.tabs_style1 .tab-content {
    width: 100%;
}

.site-tab-con .tab-pane {
    padding: 3% 0 0 3%;
}
.case-detal .gridPhotoGallery--ratio-square .gridPhotoGalleryItem--w1 .gridPhotoGalleryItem--h1,
.case-detal .gridPhotoGallery--ratio-square  .gridPhotoGalleryItem--w2 .gridPhotoGalleryItem--h2,
.case-detal .gridPhotoGallery__link {
    padding-bottom: 75%;
}
.case-detal .gridPhotoGallery__img {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

/*swiper for index brand*/
.swiper-container-brands {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}
.swiper-container-brands .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 94px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-brands  .swiper-pagination-bullet {
    background: #fff;
}
.swiper-container-brands .swiper-pagination-bullet-active {
    background: #ebcd1e;
}


.features-custom {
    list-style: none;
    padding-left: 0;
}
.features-custom li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(255,255,255,0.4);
}
.features-custom li > span {
    margin: 7px 10px 0 0;
}

.text-color-light {
    color: #eee;
}

.text-color-theme {
    color: #ebcd1e;
}

/*team*/
.team-member-cunstom {
    padding: 10px;
    background: #fff;
}
.team-member-cunstom img {
    width: 100%;
}
.team-member-cunstom .mmb-desc {
    height: 44px;
    overflow: hidden;
}
.team-member-cunstom .mmb-position {
    color: #999;
}
.team-member-cunstom .mmb-title {
    font-size: 22px;
    letter-spacing: 2px;
}
.team-member-cunstom.active,
.team-member-cunstom:hover{
    background: #ebcd1e;
    color: #fff;
}
.team-member-cunstom.active .mmb-desc,
.team-member-cunstom:hover  .mmb-desc{
    color: #fff;
}
.team-member-cunstom.active  .mmb-position,
.team-member-cunstom:hover   .mmb-position{
    color: #eee;
}

.team-member-container .team-member-cunstom {
    background: #f7f7f7;
}

.team-member-container .team-member-cunstom.active,
.team-member-container .team-member-cunstom:hover{
    background: #ebcd1e;
    color: #fff;
}

.team-member-details .portfolio-item-details-item {
    width: calc(100% - 90px);
}
.team-member-details .portfolio-item-details-label {
    min-width: 90px;
}

.tbk__title_icon {
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position: left center;
}
.tbk__title_brands {
    background-image: url("../images/brand_icon.png");
    background-size: 34px;
}
.tbk__title_contact {
    background-image: url("../images/contact_us_icon.png");
    background-size: 34px;
}
.icon-qq {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url("../images/qq.png") no-repeat left center;
    background-size: 18px;
    margin-right: 4px;
    position: relative;
    top: 8px;
}
.qq-con {
    padding: 5px 0;
    display: inline-block;
    margin-right: 40px;
}

/*右侧边客服*/
.kefu-container {
    width: 170px;
    position: fixed;
    top: 50%;
    z-index: 1000;
    right: 0;
    margin-top: -150px;
}
.kefu-container.kefu-hidden {
    -webkit-transform: translateX(167px);
    -moz-transform: translateX(167px);
    -ms-transform: translateX(167px);
    -o-transform: translateX(167px);
    transform: translateX(167px);
}

.kefu-container p {
    margin: 0;
    padding: 0;
}

.kefu-container .kefu_left {
    background: #fff;
    box-shadow: 0px 3px 3px #999;
    -moz-box-shadow: 0px 3px 3px #999;
    -ms-box-shadow: 0px 3px 3px #999;
    -o-box-shadow: 0px 3px 3px #999;
    -webkit-box-shadow: 0px 3px 3px #999;
}

.kefu-container .kefu_top {
    width: 100%;
    height: 60px;
}

.kefu-container .kefu_top>img {
    width: 100%;
    height: 100%;
}

.kefu-container .kefu_p1 {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 10px;
}

.kefu-container .kefu_p2 {
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.kefu-container .kefu_p2 span {
    display: block;
}

.kefu-container .kefu_p3 {
    width: 150px;
    height: 30px;
    display: block;
    background: #f2f2f2 url(../images/qq.png) no-repeat 10px center;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 40px;
}

.kefu-container .kefu_p4 {
    height: 24px;
    width: auto;
    background: url(../images/time.png) no-repeat left center;
    margin-left: 10px;
    text-indent: 30px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.kefu-container .kefu_p5 {
    font-size: 12px;
    margin: 10px 10px;
    text-align: center;
    padding-bottom: 10px;
}

.kefu-container .kefu_right {
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -43px;
    cursor: pointer;
}

.no-result {
    text-align: center;
    color: #bbb;
    margin-top: 40px;
}
.no-result i {
    font-size: 72px;
    display: block;
    text-align: center;
    font-weight: 100;
    margin-bottom: 8px;
}

.project-item .imgboxes_style4 .imgboxes-wrapper {
    height: 320px;
}
.topnav  .topnav-contact {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    color: #fff;
}
.topnav  .topnav-contact a {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.map-container {
    height: 400px;
    padding-top: 20px;
}
.map-container iframe {
    border: none;
}


#zn-res-menu li {
    border-color: #eee;
}
#zn-res-menu li>a {
    color: #666;
}
#zn-res-menu .zn_res_has_submenu>span, #zn-res-menu .zn_res_menu_go_back>span {
    color: #888;
    font-weight: 100;
}

.breadcrumbs li {
    font-size: 14px;
}
#footer {
    border: none;
}


/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){
    .project-item .imgboxes_style4 .imgboxes-wrapper {
        height: 270px;
    }
}
@media only screen and (max-width : 1280px){
    .project-item .imgboxes_style4 .imgboxes-wrapper {
        height: 240px;
    }
}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

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


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

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

}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .video-links.pl-30 {
        padding-left: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .case-photo-container .gallery-thumbs {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .page-subheader {
        min-height: 240px;
    }
    .project-item .imgboxes_style4 .imgboxes-wrapper {
        height: 260px;
    }
    .content-right {
        padding-top: 50px;
    }
}

@media only screen and (max-width : 480px) {
    .topnav  .topnav-contact {
        font-size: 16px;
    }
    .topnav  .topnav-contact a {
        font-size: 16px;
    }
    .qq-con {
        margin-right: 20px;
    }
}

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

}