/*** 

====================================================================
    Resources / Css Files
====================================================================

 ***/

@import url('animate.css');
@import url('hover.css');
@import url('timeline.min.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url('global.css');
@import url('baes.css');
@import url('room_list_v2.css');

/*** 
   
   ====================================================================
           Products Section
   ====================================================================
   
   ***/

.products-section {
    padding: 60px 0;
    background: #18324f;
}

.products-section .auto-container {
    width: 100% !important;
    max-width: 100%;
    padding: 0 3% !important;
}

.products-section .inner-box_b {
    position: relative;
    margin-bottom: 30px;
}

.products-section .inner-box_b .inner-box {
    width: 100%;
    overflow: hidden;
}

.products-section .inner-box_b .inner-box img {
    width: 100%;
    transition: all 8s cubic-bezier(0, 0, 0.2, 1);
    transition-delay: .2s;
    display: block;
    transform: scale(1.05);
}

.products-section .inner-box_b:hover .inner-box img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.products-section .inner-box_b .text {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgb(0, 0, 0, 0.65);
    content: "";
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.products-section .inner-box_b:hover .text {
    color: #1aabde;
}


/*** 
   
   ====================================================================
           Products Details Section
   ====================================================================
   
   ***/

.products--details-section {
    padding: 60px 0;
}

.pd-one {
    background: #18324f;
}

.pd-two {
    background: #012036;
}

.pd-three {
    background-image: url(../images/background/14.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.products--details-section .inner-box_b h1 {
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: -5px;
}

.products--details-section .inner-box_b h6 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.products--details-section .inner-box_b .text .iconfont {
    color: #1aabde;
}

.products--details-section .inner-box_b .text span {
    font-size: 24px;
    color: #fff;
}

.products--details-section .inner-box_b h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.products--details-section .inner-box .text,
.products--details-section .inner-box_b .text {
    font-size: 18px;
    color: #fff;
}

.products-block-one .inner-box {
    width: 100%;
}

.products-block-one .image {
    width: 100%;
    max-width: 600px;
    max-height: 600px;
    overflow: hidden;
    margin: 0 auto;
}

.products-block-one .image img {
    width: 100%;
}

.two-item-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: -50px;
}

.two-item-carousel .owl-nav {
    display: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}

.two-item-carousel {
    width: 100%;
    height: 630px;
    position: relative;
}

.two-item-carousel .owl-dots .owl-dot {
    background-color: transparent;
    cursor: pointer;
    margin: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    float: left;
}

.two-item-carousel .owl-dots .owl-dot.active {
    width: 40px;
    height: 10px;
}

.two-item-carousel .owl-dots .owl-dot:hover {
    background-color: #F32B56;
}

.two-item-carousel .owl-dots .owl-dot {
    background: #fff;
}

.two-item-carousel .owl-dots .owl-dot.active,
.two-item-carousel .owl-dots .owl-dot:hover {
    border-radius: 20px;
    background-color: #019bec;
    border-color: #fff;
}

.inner-box_b .inner-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.products_details_img {
    width: 100%;
    max-width: 600px;
    max-height: 600px;
}

.inner-box_b .inner-box .image-box {
    width: 63px;
    height: 62px;
    float: left;
}

.inner-box_b .inner-box .image-box img {
    width: 100%;
}

.inner-box_b .inner-box .text {
    float: left;
    width: 80%;
    margin-left: 20px;
}

.approach-block .title {
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    font-weight: initial;
    text-align: center;
}


/*** 
   
   ====================================================================
         Exhibition Section
   ====================================================================
   
   ***/

.exhibition-section {
    background: url(../images/background/05.jpg)no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.exhibition-section .inner-box {
    margin-bottom: 20px;
}


/*** 
   
   ====================================================================
          Clients Section
   ====================================================================
   
   ***/

.clients-section {
    padding: 60px 0 50px;
    background: url(../images/background/15.jpg)no-repeat;
    background-size: cover;
}

.image-box {
    margin: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
}

.image-box img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.image-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.clients-section .slide-item {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-section .owl-dot-style-three .owl-dots {
    margin-top: 60px;
}

.clients-section .slide-item {
    display: block;
}

.clients-section .slide-item .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0;
    text-align: center;
}

.clients-section .slide-item .inner-box:hover .title {
    color: #1aabde;
}

.exhibition-section .sponsors-outer {
    margin-top: 60px;
}

.six-item-carousel,
.three-item-carousel,
.four-item-carousel {
    position: relative;
    margin: 0 auto;
}

.six-item-carousel .owl-nav .owl-next,
.six-item-carousel .owl-nav .owl-prev,
.three-item-carousel .owl-nav .owl-next,
.three-item-carousel .owl-nav .owl-prev,
.four-item-carousel .owl-nav .owl-next,
.four-item-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.three-item-carousel .owl-nav .owl-next,
.three-item-carousel .owl-nav .owl-prev,
.four-item-carousel .owl-nav .owl-next,
.four-item-carousel .owl-nav .owl-prev {
    margin-top: -30px;
}

.six-item-carousel .owl-nav .owl-prev,
.three-item-carousel .owl-nav .owl-prev,
.four-item-carousel .owl-nav .owl-prev {
    left: -60px;
}

.six-item-carousel .owl-nav .owl-next,
.three-item-carousel .owl-nav .owl-next,
.four-item-carousel .owl-nav .owl-next {
    left: initial;
    right: -60px;
}

.six-item-carousel .owl-nav .owl-prev span,
.six-item-carousel .owl-nav .owl-next span,
.three-item-carousel .owl-nav .owl-prev span,
.three-item-carousel .owl-nav .owl-next span,
.four-item-carousel .owl-nav .owl-next span,
.four-item-carousel .owl-nav .owl-prev span {
    font-size: 48px;
    color: #fff;
}

.six-item-carousel .owl-nav .owl-next:hover span,
.six-item-carousel .owl-nav .owl-prev:hover span,
.three-item-carousel .owl-nav .owl-next:hover span,
.three-item-carousel .owl-nav .owl-prev:hover span,
.four-item-carousel .owl-nav .owl-next:hover span,
.four-item-carousel .owl-nav .owl-prev:hover span {
    color: #1aabde;
}

.four-item-carousel .inner-box {
    position: relative;
}


/*** 
   
   ====================================================================
         Product Parameter Section
   ====================================================================
   
   ***/

.products-parameter-section {
    padding: 60px 0;
    background: #011e33;
}


/* 图片放大 */

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 45px;
}

.overlay:before {
    position: absolute;
    content: '';
    background: #222;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition: all .5s linear;
}

.inner-box:hover .overlay:before {
    transform: scale(1, 1);
    opacity: .1;
}

.overlay a {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 38px;
    color: #fff;
    transition: .5s linear;
    opacity: 0;
    transition-delay: .4s;
    width: 100%;
    height: 100%;
}

.inner-box:hover .overlay a {
    opacity: 1;
    transition-delay: 0s;
}

.fancybox-toolbar {
    top: 70%;
    left: 65%;
    transform: translate(-50%, -50%);
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #56c4e9;
}

@media only screen and (max-width:1500px) {
    .sec-title.light h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width:1200px) {
    .approach-block .title {
        font-size: 14px;
    }
    .products--details-section .inner-box_b h1 {
        font-size: 30px;
    }
    .products--details-section .inner-box_b h5 {
        font-size: 18px;
    }
    .inner-box_b .inner-box {
        margin: 20px 0 0;
    }

}

@media only screen and (max-width:991px) {
    .p-none {
        display: none;
    }
    .sec-title.light h1 {
        font-size: 30px;
    }
    .approach-block .title {
        line-height: 24px;
    }
    .products-block-one .image {
        max-width: 100%;
        max-height: 100%;
        display: table;
        margin: 0 auto !important;
        padding: 0 !important;
    }
    .products-block-one .image img {
        width: 100% !important;
        height: 100% !important;
        display: table;
        margin: 0 auto !important;
    }
    .six-item-carousel .owl-nav .owl-prev,
    .three-item-carousel .owl-nav .owl-prev,
    .four-item-carousel .owl-nav .owl-prev {
        left: -10px !important;
    }
    .six-item-carousel .owl-nav .owl-next,
    .three-item-carousel .owl-nav .owl-next,
    .four-item-carousel .owl-nav .owl-next {
        left: initial;
        right: -10px !important;
    }
    .clients-section .slide-item .title{
        font-size: 14px
    }
    .products-parameter-section table{
        width: 100%;
        display: table;
        margin:0 auto;
    }
    table td:first-child {
        width: 40%;
    }
    .two-item-carousel .owl-dots {
    margin-bottom: 38px;
}
 .products-section .nav li a{
    font-size: 16px !important
 }
}

@media only screen and (max-width:640px) {
    .exhibition-section .sponsors-outer {
        margin-top: 30px;
    }
    .products-section .nav {
        margin-bottom: 5px !important;
    }
    .products-section .nav li {
        width: 120px !important;
    }
    .products--details-section,
    .exhibition-section {
        padding: 30px 0;
    }
    .inner-box_b {
        margin-top: 24px;
    }
    .products--details-section .inner-box_b h6 {
        font-size: 30px;
    }
    .products--details-section .inner-box .text,
    .products--details-section .inner-box_b .text {
        font-size: 13px;
    }
    .products--details-section .inner-box_b .text span {
        font-size: 13px;
    }
    .products_details_img {
        max-width: 100% !important;
        max-height: 100% !important
    }
    .products-block-one .image {
        width: 100%;
        max-width: 100% !important;
        max-height: 100% !important;
        height: 100% !important;
        overflow: hidden;
        margin: 0 auto;
    }
    .two-item-carousel {
        width: 100%;
        height: 405px;
        position: relative;
    }
    .sec-title.light h1 {
        line-height: 44px;
    }
    .pr-45 {
        padding-right: 0 !important;
    }
    .six-item-carousel .owl-nav .owl-prev,
    .three-item-carousel .owl-nav .owl-prev,
    .four-item-carousel .owl-nav .owl-prev {
        left: -10px !important;
    }
    .six-item-carousel .owl-nav .owl-next,
    .three-item-carousel .owl-nav .owl-next,
    .four-item-carousel .owl-nav .owl-next {
        left: initial;
        right: -10px !important;
    }
    .six-item-carousel .owl-nav .owl-prev span,
    .six-item-carousel .owl-nav .owl-next span,
    .three-item-carousel .owl-nav .owl-prev span,
    .three-item-carousel .owl-nav .owl-next span,
    .four-item-carousel .owl-nav .owl-next span,
    .four-item-carousel .owl-nav .owl-prev span {
        font-size: 30px;
        color: #fff;
    }
    .clients-section .slide-item .title {
        font-size: 18px;
    }
    .clients-section,
    .products-parameter-section {
        padding: 30px 0;
    }
    th,
    td {
        vertical-align: middle;
        text-align: center;
        font-size: 14px !important;
        color: #fff;
    }
    .table thead th,
    td {
        padding: 8px 8px;
    }
    .products-parameter-section .inner-box {
        margin-top: 30px;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .products-section .inner-box_b .text {
        font-size: 14px;
    }
    .products-section {
        padding: 45px 0 30px;
    }
    .products-section .inner-box_b {
        margin-bottom: 0;
    }
}