/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/3/13, 下午 03:47:05
    Author     : alexlin
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);
body{
    clear:both;
    text-align:center;
    font-family: 'Open Sans', sans-serif,"cwTeXHei", FontAwesome;
    font-size:16px;
    margin-bottom:20px;
    margin:0 auto;
    color:#3b4750;
    padding:0;
    font-weight:500;
    -webkit-font-smoothing:antialiased;
    background-color:#f2f2f2;
}
.xbi_footer{
    background-color:#192a31;
    color:#fff;
    font-size:12px;
    padding-top:5px;
}
.navbar-default{
    background-color:transparent;
    border:none;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 15%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 15%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 15%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.container{
    width:100% !important;
}
#navbar {
    width: 100%;
    text-align: left;
}
.navbar-brand{
    padding:10px;
}
@media (min-width: 980px) {
    .navbar-right{
        padding-top:12px;
        width: calc(100% - 162PX);
        display: flex;
        display: -webkit-flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        -webkit-flex-wrap: wrap;
    }
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border:none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}
.navbar-default .navbar-toggle{
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
}
.navbar-default .navbar-nav > li > a{
    color:#fff;
    transition: .5s;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#ddd;
    transition: .5s;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
    width:auto;
    height:500px;
}
.nav > li > a{
    padding:6px;
}
.bx-wrapper{
    margin-bottom: 0;
    border:none;
}
#back-to-top {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}


.banner{
    background-repeat: no-repeat;
    background-position: center center;    
    background-size:100% auto;
    height:500px;
    position: relative;
    text-align: left;
}
.banner_slide{
    background-repeat: no-repeat;
    background-position: center center;    
    background-size:auto 100%;
    height:500px;
    position: relative;
    text-align: left;
}
.banner_text{
    margin: 20px;
    color: #222;
    max-width: 1000px;
    color:#fff;
    position: absolute;
    width:calc(100% - 40px);
}
.banner_title{
    font-size:48px;
}
.bxslider .banner_title{
    color:#222;

}
.banner_desc{
    font-size:20px;
}
.index_block{
    display: flex; 
    display: -webkit-flex; /*for safari*/
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
}
.block1{
    color:#fff;
}
.block_half{
    width:50%;
    vertical-align: top;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:400px;
}
.block_center{
    margin:20px 0;
}
.block_title{
    font-size:42px;
    padding-top:20px;
    text-shadow:0 0 1px #222;
}
.first_block_title{
    font-size:42px;
    font-weight:400;
    padding-top:20px;
}
.top_0 .block_title{
    font-size:36px;
}
.block_text{
    font-size:16px;
    max-width:450px;
    padding:10px;
    margin:0 auto;
}
.block2{
    color:#192a31;
}
.block_img{
    background-repeat: no-repeat;
    background-position: center center;    
    background-size:100%;
    min-height:400px;
    transition: .5s;
}
.block3{
    position: relative;
    color:#192a31;
    margin:0 auto;

}
.block3 .block_img{
    background-size:100% auto;
    background-color:#fff;
}
.block_3_text{
    position: absolute;
    max-width:1000px;
    width: 100%;
}
.block_desc{
    border-bottom:1px solid #192a31;
    width:250px;
    margin:0 auto;
    line-height: 1.5;
    font-size:24px;
}
.block3 .block_half{
    padding:20px;
}
.block_half img{
    width:50%;
}
.contact_block{
    background-repeat: no-repeat;
    background-position: center center;    
    background-size: 100% auto;
    color:#fff;
    padding:20px;
    background-color:#192a31;
    line-height:2;
}
.contact_block .block_desc{
    border-bottom:1px solid #fff;
    margin-top:35px;
}
.contact_detail{
    display: flex; 
    display: -webkit-flex; /*for safari*/
    justify-content: space-between;
    -webkit-justify-content:space-between;
    -webkit-flex-wrap: wrap;
}
.contact_detail{
    max-width:500px;
    margin: 30px auto;
}
.column_block{
    width:49%;
}
.column_title{
    text-align:left;
}
.column_textarea{
    width:100%;
}
.column_item input, .column_item textarea{
    border-radius: 0;
    background-color: transparent;
    border:1px solid #fff;
    width:100%;
    height:35px;
    padding:5px;
}
.column_item textarea{
    height:200px;
    resize: none;
}
.send_btn{
    background-color:#a94442;
    border-radius: 3px;
    width:100%;
    border:none;
    transition: .5s;
    color:#fff;
    line-height:1.5;
    font-size: 16px;
    margin: 10px auto;
    padding: 10px 0;
}
.send_btn:hover{
    opacity: .75;
    transition: .5s;
}
.app_link{
    background-color:#1c2f36;
    color:#fff;
    margin:0 auto;
    padding:20px;
}
.app_icon{
    border:2px solid #fff;
    border-radius: 5px;
    height:35px;
    width:35px;
    text-align: center;
    font-size:18px;
    line-height:35px;
    display:inline-block;
    margin:5px;
    cursor:pointer;
}
.app_icon:hover{
    opacity: .5;
    transition: .5s;
}
.real_footer{
    background-color:#192a31;
    color:#fff;
    padding:5px 0 ;
    font-size:12px;
}
.real_footer img{
    width:280px;
}
.main_block{
    margin:40px auto;
    color:#222;
    max-width:1000px;
}
.main_block.top_0{
    margin-top:0;
}
.main_block .block_desc{
    font-size:32px;
    margin:20px auto;
    max-width:500px;
    width:100%;
}
.main_text{
    text-align:left;
    margin: 20px;
    line-height:1.5;
    font-size:16px;
    font-weight: 500;

}
.main_flex{
    display: flex;
    display: -webkit-flex; /*for safari*/
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
}

.product_show_block{
    max-width:300px;
    margin:20px;
    width:100%;
    transition: .5s;
    cursor:pointer;
}
.product_show_block:hover{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    transition: .5s;
    background-color: #fff;
}

.show_block{
    max-width:300px;
    border:1px solid #192a31;
    background-color:#fff;
    margin:10px;
    width:100%;
    border-radius: 3px;
    transition: .5s;
}
.show_block:hover{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    transition: .5s;
}

.product_show_block .show_img{
    width:300px;
    height:250px;
    overflow: hidden;
    background-repeat:no-repeat;
    background-position: center center;    
    background-size:cover;
}
.show_bottom{
    margin:10px;
    line-height: 1.5;
}
.show_title{
    font-size:18px;
    overflow:hidden;
    text-overflow : ellipsis;
    white-space: nowrap;
    width:100%;
}
.product_show_block .show_title{
    font-size:20px;
    text-align:center;
}
.show_time{
    font-size:18px;
    overflow:hidden;
    text-overflow : ellipsis;
    white-space: nowrap;
    width:100%;
}
.show_block .show_img{
    width:100%;
    height:300px;
    overflow:hidden;
    background-repeat:no-repeat;
    background-position: center center;    
    background-size:cover;
}
.show_img img{
    width:100%;
}
.show_more{
    font-size:16px;
    margin:10px auto;
    padding:10px 0;
}
.load_more{
    margin:20px auto;
    width:300px;
    padding:10px 0;
}
.modal_img{
    width:100%;
    max-width:100%;
}
.modal_img img{
    width:100%;
}
.show_time{
    line-height: 2;
}
.show_text{
    text-align:left;
    border-top:1px solid #d2d2d2;
    padding-top:10px;
}
.contact_btn{
    font-size:18px;
    background-color:#1c2f36;
    width:150px;
    line-height: 2;
    margin-top:10px;
    border:none;
    transition: .5s;
    border-radius: 3px;
}
.contact_btn.red{
    background-color:#a94442;
    color:#fff;
}
.contact_btn:hover{
    opacity: .75;
    transition: .5s;
}
.product_img{
    background-repeat:no-repeat;
    background-position: center center;    
    background-size:cover;
}
.business_main{
    margin:20px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-flex-wrap: wrap;
    width:100%;
}
.circle_block{
    width:30%;
    text-align:center;
    min-width:235px;
    padding:10px;
}
.circle_icon{
    font-size:18px;
    background-color:#fff;
    border-radius: 20px;
    width:35px;
    height:35px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height:35px;
    margin:10px auto;
}
.circle_title{
    font-size:24px;
    margin:5px 0;
}
.circle_text{
    text-align:left;
}
.circle_text ul{
    margin-left:30px;
}
.single_main{
    margin:10px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-flex-wrap: wrap;
    width:100%;
}
.single_block{
    width:100%;
    background-color:#fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    margin:20px auto;
    padding:10px;
    text-align:center;
}
.single_title{
    font-size:24px;
    margin-top:20px;
}
.single_icon{
    font-size:56px;
}
.shadow_main{
    width:100%;
    margin:20px auto;
    padding:10px;
    text-align:center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -webkit-flex-wrap: wrap;
}
.shadow_block{
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width:25%;
    text-align:center;
    min-width:235px;
    padding:30px 10px;
    margin:20px;
}
.shadow_icon{
    font-size:56px;
}
.circle_title2{
    text-align:left;
    margin-bottom:10px;
}
.circle_title1{
    text-align:left;
    font-size:24px;
}
.ul_fix ul{
    margin-left:-20px;
}

@media (max-width: 1200px) {
    .banner{
        background-size:auto 100%;
    }
    .block_img{
        background-size:auto 100%;
    }
}
@media (max-width: 1050px) {
    .contact_block{
        background-size:auto 100%;
    }
}
@media (max-width: 800px) {
    .block_half{
        width:100%;
    }
    .block_img{
        background-size:100% auto;
    }
}

/*loading*/
#loading{
    background-color:rgba(255,255,255,.75);
    position: fixed;
    top:0;
    width:100%;
    height:100vh;
    z-index: 9999;
}
.spinner {
    margin: 10px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top:calc(50% - 20px);
    left:calc(50% - 25px);
    display:block;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect1 {
    background-color:#9CCAC5;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    background-color:#8AB3AF;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    background-color:#71A199;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    background-color:#66928A;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background-color:#50786C;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/*loading end*/