/*body{
	background: #f3f6f7;
	line-height: 150%;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}*/
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #73879C;
    font-size: 14px;
    line-height: 150%;
    overflow-x: hidden;
    height: auto !important;
}
p {
    margin-bottom: 20px;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #506A85;
    margin-top: 0;
    /* word-wrap: break-word; */
}
h2 {
    font-size: 26px;
    line-height: 130%;
    margin: 20px 0;
}
#navbar {
    font-size: 18px;
}
#contact{
    padding-top: 80px;
}

#contact .input .col-xs-10{
    padding-right: 10px;
}
#contact .input .col-xs-2{
    font-size: 58px;
    padding: 0;
    padding-left: 5px;
}
#contact .input{
    margin-top: 20px;
    font-size: 14px;
}
#contact input{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #878d91;
}

.footer{
    color: #fff;
    padding-bottom: 0;
}
.footer .nav-item{
    margin-bottom: 4px;
}
.footer .nav-item,.footer .nav-item a{
    color: #fff;
    font-size: 14px;
}
.footer-copyright{
    margin-top: 30px;
    color: #fff;
}
.footer .container{
    padding: 0 30px;
}
.footer .nav-title{
    padding: 15px 0;
}
.footer .wechat{
    margin-top: 30px;
}


/*导航部分*/
.navbar-white{
	background: #fff;
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}
.navbar-brand {
	float: none;
    padding: 0;
	padding-left: 15px;
}
.navbar-brand .logo {
    margin: 10px 10px 10px 0px;
    max-height: 30px;
}
.navbar-white .navbar-toggle {
    border-color: #f3f3f3;
}
.navbar-white .navbar-toggle .icon-bar{
	background: #555;
}
.navbar-nav > li > a{
	 color:#506A85;
}
.navbar-nav > li > a:hover{
	background: #fff;
	    color: #3F8DBF;
}


/*首页部分*/
#catcher{
	/*background-color: #2F4052;*/
    position: relative;
	color:white !important;
}
#catcher img{
    min-height: 200px;
    /*max-width: 1400px;*/

}
#catcher .container{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#catcher .catcher-box{
    height: 100%;
    width: 100%;
    display: table;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

#catcher .catcher-text{
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
#catcher .catcher-text h2,#catcher .catcher-text p{
    color:#fff;
}

#catcher h2{
	font-weight: bolder;
	font-family: 'Lato', sans-serif;
    margin: 10px 0;
}
#catcher .catcher-text p{
    font-size: 12px;
    margin-bottom: 0;
}
#catcher .btn-primary{
    margin-top: 10px;
}
#product{
    font-size: 16px;
}
#product .product-item{
    padding: 30px 0;
}
#product .product-item .row{
    margin: 0;
}
#product .product-img{
    padding: 0;
}
#product .product-text{
    padding: 0 15px;
}
#product .product-text .fa{
    margin-right: 10px;
} 

#customer{
    padding: 80px 0;
    text-align: center;
}

#customer .col-md-3{
    padding: 10px;
    height: 82px;
}


/*列表*/
.title-image{
    position: relative;
    overflow: hidden;
}
.title-image h1{
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 24px;
    z-index: 99;
    padding-bottom: 20px;
}
.cover{
    background-color: #000;
    opacity: .4;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.article-list{
    padding: 0 20px;
}
.article-list hr{
    border-top: 1px solid #c6c8ca;
    padding: 0;
}
.article-list .desc{
    padding: 30px 15px;
    font-size: 18px;
}
.article {
    padding: 20px 15px;
}
.article h2{
    margin: 10px 0;
    font-size: 16px;
}
.article p{
    margin-bottom: 10px;
    word-break: break-all;
    font-size: 14px;
    height: 75px;
    overflow: hidden;
}
.article img{
    height: 210px;
}
.pagination a{
    margin-left: 40px;
}
.pagination a:first-child{
    margin-left: 0;
}
.post {
    background: #ebebeb;
}
.post .container{
    padding:20px 10px 80px 10px;
}

.post h1{
        font-size: 30px;
}
.post-content{
    padding-top: 40px;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 2;
    font-size: 14px;
    color: rgb(31, 9, 9);
}
.post article,.post .weiget{
    background: #fff;
}

.post article{
    padding:35px;
}
.weiget {
    margin-bottom: 35px;
}

.post-content.markdown-body a{
    color: #3bafda;
}
.post .weiget{
    padding: 21px 30px;
}

.weiget .title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
}
.weiget .title:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #506A85;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.weiget .item{
    padding: 3px 0;
}

.breadcrumb{
    background-color:initial;
}
.link{
    margin-top: 20px;
    font-size: 14px;
}
.link a{
    color: #fff;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table th {
    background: #f3f3f3;
    border: 1px solid #e6e6e6;
    padding: .21333rem .34133rem;
    word-break: normal;
}
table td{
    border: 1px solid #e6e6e6;
    padding: .21333rem .34133rem;
    word-break: normal;
}
/*
 * 桌面端 
 */
@media (min-width: 1000px){
    .navbar-brand .logo{
        max-height: 60px;
    }
    #navbar .navbar-nav{
        float: right;
        padding:15px 0;
    }


    #navbar .navbar-nav > li{
        margin-right: 30px;
    }
    #catcher .catcher-text h2{
        margin-bottom:40px;
        font-size: 52px;
    }
    #catcher .catcher-text p{
        margin:20px 0;
        font-size: 28px;
        padding: 10px 0;
    }
    #catcher .catcher-text .btn{
        margin-top:20px;
        padding: 10px 20px;
    }
    
    #product .product-item{
        padding: 80px 15px;
    }
    
    #product .product-text{
        padding:0 50px;
    }

    #contact .input{
        font-size: 18px;
    }

    .title-image{
        overflow: hidden;
        max-height: 800px;
        text-align: center;
    }
    .title-image h1{
        font-size: 38px;
    }

    .footer .wechat{
        margin-top: 10px;
    }

}

/*
 * 手机端
 */
@media (max-width: 768px){
    #catcher .catcher-text h2{
        font-size: 18px;
    }
    .article h2 {
        text-align: center;
    }
    .post h1{
        font-size: 18px;
    }
    .post .breadcrumb{
        font-size: 14px;
    }
}


@media (min-width: 1000px){
    #catcher .catcher-text h2{
        margin-bottom: 20px;
        padding: 20px 0;   
    }
}