@charset "utf-8";
body, html, div, blockquote, img, label, p,
h1, h2, h3, h4, h5, h6, pre, ul,  ol, li, dl, dt,
dd, form, a, fieldset, input, th{
    margin: 0; padding: 0; border: 0; outline: none;
}
ol, ul {list-style: none;}
p {font-size: 12px;}
a {text-decoration: none;}
a img {border: none;}
img {vertical-align: center;}
fieldset {border: none;}
h1, h2, h3, h4, h5, h6, p {font-family:'Open Sans', Tahoma, Helvetica, sans-serif;}
.clear {clear: both;}
.floatleft {float: left;}
.floatright {float: right;}
.aligncenter {text-align: center;}
/* CSS Document */
@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/opensans-bold.eot');
    src: url('./fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('./fonts/opensans-bold.woff2') format('woff2'), url('./fonts/opensans-bold.woff') format('woff'), url('./fonts/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/opensans-italic.eot');
    src: url('./fonts/opensans-italic.eot?#iefix') format('embedded-opentype'), url('./fonts/opensans-italic.woff2') format('woff2'), url('./fonts/opensans-italic.woff') format('woff'), url('./fonts/opensans-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic; }

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/opensans-light.eot');
    src: url('./fonts/opensans-light.eot?#iefix') format('embedded-opentype'), url('./fonts/opensans-light.woff2') format('woff2'), url('./fonts/opensans-light.woff') format('woff'), url('./fonts/opensans-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal; }

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/opensans-regular.eot');
    src: url('./fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/opensans-regular.woff2') format('woff2'), url('./fonts/opensans-regular.woff') format('woff'), url('./fonts/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'Open Sans';
    src: url('./fonts/opensans-semibold.eot');
    src: url('./fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('./fonts/opensans-semibold.woff2') format('woff2'), url('./fonts/opensans-semibold.woff') format('woff'), url('./fonts/opensans-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal; }

.wrapper{
    margin:0 auto;
    padding:0;

    background:#f1f1f1;
}
.logo{
    background:url('./logo.png') no-repeat 120px 15px #0066b3;
    height:80px;
    border-bottom:1px solid #0089f0;
    border-bottom:1px solid #0089f0;
}
.main{
    margin:50px 120px;
    min-height: calc(100vh - 184px);
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.main-left{
    width: calc(58% - 20px);
    /*display: block;
    float: left;*/
    padding-right: 20px;
    padding-top: 60px;
	position: relative;
}
.main-right{
    width: 42%;
    /*display: block;
    float: left;*/
	position: relative;
}
.blue{
    color:#0066b3;
}
.grey{
    color:#1b1b1b;
}
.orange{
    color:#f47920;
}

.title{
    font-weight:lighter;
    font-size:33px;
    text-align:left;
    margin-bottom:50px;
    line-height: 50px;
}

.im{
    /*float:right;*/
}
.tx{
    text-align:left;
    padding-bottom:40px;
    /*width: 86%;*/
    font-size: 18px;
    line-height: 33px;
    font-weight: normal;
}

.bt{
    font-family:'Open Sans', Tahoma, Helvetica, sans-serif;
    /*background:url(./images/bank.png) no-repeat 20px 8px #f47920;*/
    border-radius:2px;
    padding:7px 20px 7px 40px;
    font-size:14px;
    color:#FFF;
}
.bt:hover{
    /*background:url(./images/bank.png) no-repeat 20px 8px #f7941d;*/
}
.bank{
    margin-bottom:20px;
}
.tx2{
    text-align:left;
    font-size:16px;
    line-height:24px;
    font-weight:lighter;
}
.bank ul li{
    display:inline;
    font-size:18px;
    font-weight:600;
    margin-right:30px;
    font-family:'Open Sans', Tahoma, Helvetica, sans-serif;
}
.tel{
    /*background:url(./images/tel.png) no-repeat left 2px;*/
    padding-left:25px;
}
.mail{
    /*background:url(./images/mail.png) no-repeat left 2px;*/
    padding-left:25px;
}
.pd-bt-10{
    padding-bottom:10px;
}
.mg-r-10{
    margin-right:10px;
}
.footer{
    height:6px;
    background:#0066b3;
}
ul.listbt li{
    display:inline;
    margin-right:15px;
}
.im img {
	max-width: 100%;
}
@media (max-width: 1200px){
	.main {
		margin: 50px 50px;
		min-height: calc(100vh - 188px);
	}
	.main-left{
        width: calc(62% - 20px);
    }
    .main-right{
        width: 38%;
    }
	.logo {
		background-position: 50px 15px;
	}
}
@media (min-width: 768px) and (max-width: 1000px) {
	.title {
		font-weight: lighter;
		font-size: 24px;
		text-align: left;
		margin-bottom: 50px;
		line-height: 30px;
	}
	.tx {
		font-size: 15px;
		line-height: 25px;
		font-weight: normal;
	}
	.main-right {
		width: 34%;
	}	
	.main-left {
		width: calc(66% - 20px);
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
    .main-left{
        width: 100%;
        padding: 0;
		order: 2;
    }
    .main-right{
        width: 100%;
		order: 1;
    }
    .main-right img{
        width: 100%;
    }
    .logo{
        background-size: 64px 32px;
        height:55px;
        border-bottom:1px solid #0089f0;
        border-bottom:1px solid #0089f0;
		background-position: 20px 12px;
    }
    .im {
        float: none;
        margin-bottom: 50px;
        text-align: center;
        margin-top:10px;
    }
    .tx {
        text-align: left;
        width: 100%;
        font-size: 15px;
    }
    .tx2{
        text-align:center;
    }
    .bank{
        text-align:center;
    }
    .main{
        margin:0;
        padding:40px 20px;
        background:#f1f1f1;
		min-height: calc(100vh - 145px);
       /* min-height:800px;*/
    }
    .title {
        font-weight: normal;
        font-size: 20px;
        text-align: left;
        margin-bottom: 20px;
        line-height: 35px;
    }
}
@media (min-width: 940px){
    .im img {
        float:right;
        width:100%;
    }
}

@media (max-width: 640px){
    .main{
        padding: 20px !important;
		
    }
    .main-left{
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }
    .main-right{
        width: 100%;
    }
    .im {
        float: none;
        margin-bottom: 10px;
        text-align: center;
        margin-top:10px;
    }
    .im img {
        width:90%;
        height:auto;
    }
    .tx{
        text-align:left;
    }
    .tx2{
        text-align:center;
    }
    .bank{
        text-align:center;
    }
    .main{
        background:#f1f1f1;
        padding:40px;
        margin:0px;
		min-height: calc(100vh - 103px);
    }
    .bt{
        line-height:40px;
    }
    ul.listbt li{
        display:list-item;
        margin:0 0 10px 0;
        background: #f47920;
        border-radius: 2px;
        width: 100%;
    }
    ul.listbt li:hover{
        background: #f7941d;
    }
	.tx {
		line-height: 25px;
	}
}