.jumbotron {
	background: #2192d9;
    height: 240px;
    background-size: cover;
    margin: 0;
	padding: 0;
	color: #fff;
	overflow:hidden;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 60px;
}
.jumbotron .btn{
	position: relative;
	width: 160px;
    padding: 10px;
}

.jumbotron canvas{
	height:100%
}
.jumbotron .container{
	margin-top: -200px;
}
.jumbotron .financing {
	margin-top: -240px;
}

.justeasy-background{
	background: url(../images/justeasy-background.jpg);
}
.customs-background{
	background: url(../images/customs-background.jpg);
}
.logistics-background{
	background: url(../images/logistics-background.jpg);
}
.finance-background{
	background: url(../images/finance-background.jpg);
}
.insurance-background{
	background: url(../images/insurance-background.jpg);
}
.creditLetter-background{
	background: url(../images/creditletter-background.jpg);
}
.settle-background{
	background: url(../images/settle-background.jpg);
}
.storage-background{
	background: url(../images/storage-background.jpg);
}
.documentary-background{
	background: url(../images/documentary-background.jpg);
}
.pledge-background{
	background: url(../images/pledge-background.jpg);
}
.credence-background{
	background: url(../images/credence-background.jpg);
}

.bnb {
	padding: 50px 0;
	text-align: left;
}
.bnb .title {
	font-size: 30px;
	color: #666;
}
.bnb .desc {
	padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #777;
}
.bnb .desc i{
	font-size: 22px;
    color: #5cb85c;
}

.bnb h2 strong {
	color: #2192D9	;
}

.bnb img {
	width:280px;
	height:280px;
}

.bnb .badge {
	background-color: #2192D9;
}

.process {
	padding-bottom: 60px;
}

.process .proDetail {
    display: inline-block;
    margin-top: 3%;
	width:100%;
}

.process .proDetail ul {
    list-style: none;
    padding-left: 0;
}

.process .w20 li{
	width: 20%;
}

.process .w25 li{
	width: 25%;
}

.process .proDetail li {
    float: left;
    min-height: 100px;
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 90px;
}

.process .proDetail li .title {
    font-size: 16px;
}

.process .proDetail li p {
    font-size: 12px;
    padding-top: 10px;
    color: #999;
}

.proDetail .one {
    background-image: url(../images/1.png);
}
.proDetail .two {
    background-image: url(../images/2.png);
}
.proDetail .three {
    background-image: url(../images/3.png);
}
.proDetail .four {
    background-image: url(../images/4.png);
}
.proDetail .five {
    background-image: url(../images/5.png);
}


.center-heading {
    text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
}

.center-heading h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    font-size: 2.2em;
}
.center-heading h2 strong {
	color: #2192D9	;
}

.center-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    margin: auto;
}

.financing-product{
	text-align: center;
    padding: 10px 0 80px;
}
.financing-product .keyword {
	font-size: 20px;
    font-weight: 700;
	padding: 6px 10px;
}
.financing-product .description {
    font-size: 12px;
    line-height: 2;
    padding: 6px 10px;
}
.financing-product .description .financial-strong {
    color: #e69015;
    font-size: 20px;
}

.btn.btn-transparent {
	border: 2px solid #2192D9!important;
	padding: 0 20px;
	border-radius: 4px;
    color: #2192D9;
	font-size: 15px;
	line-height: 34px;
}

.btn.btn-transparent:hover {
	background-color: #2192D9;
	color : white;
}

.pdt10 {
    padding-top: 2%;
	padding-bottom : 5%;
}

