@import url(_form.css);

.wrapper {
    margin-left: 40%;
}
.site-header .container,
.site-main .container {
    margin: 0;
    padding: 0 80px;
    max-width: 960px;
}
.banner {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background: url(../images/index/bg.jpg) no-repeat 100% 50%;
    background-size: cover;
    color: #C0C0C0;
    text-align: right;
    padding: 160px 65px 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.banner .txt {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.9;
}
.banner .pic {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-border-radius: 80px;
            border-radius: 80px;
}
.site-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 40%;
    background: none;
    text-align: right;
    padding: 0 65px 40px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.site-header {
    margin-top: 40px;
    border-bottom: 0;
}
.site-title {
    padding: 0;
    margin-top: -22px;
}
.site-nav .menu {
    margin: 0 -15px;
}
.site-nav .menu > li > a {
    padding: 0 15px;
}

.sect-title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    background: url(../images/page_title_icon.png) no-repeat;
    padding-left: 44px;
    margin-bottom: 50px;
}
.site-main section {
    padding: 70px 0 80px;
}
.site-main section .container:before {
    content: "";
    border-top: 2px solid #E9E9E9;
    display: block;
    position: relative;
    top: -70px;
}
.site-main .about-sect .container:before {
    display: none;
}
.about-sect .btn.more {
    border: 2px solid #C5C5C5;
    width: 190px;
    line-height: 58px;
    color: #797979;
    font-size: 16px;
    font-weight: bold;
    margin-top: 60px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}
.about-sect .btn.more:hover {
    color: #FDA54C;
    border-color: #FDA54C;
}

.link-list {
    margin: 0 -30px;
}
.link-list .item {
    width: 50%;
    padding: 0 30px;
}
.link-list .item a {
    max-width: 370px;
    margin: 0 auto 40px;
}
.link-list .pic {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}
.link-list a:hover .pic:before {
    content: "";
    background: rgba(34,34,34,0.65) url(../images/index/hover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.link-list .title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}
.link-list a:hover .title {
    color: #FF9226;
}

.contact-sect .reminder {
    margin-bottom: 40px;
}
.contact-sect .row {
    margin: 0 -22px;
}
.contact-sect .col {
    position: relative;
    float: left;
    padding: 0 22px;
}
.contact-sect .contact-form {
    width: 64%;
}
.contact-sect .contact-info {
    width: 36%;
}
.contact-form .row {
    margin: 0 -7px;
}
.contact-form .col {
    width: 50%;
    padding: 0 7px;
}
.contact-form .input-box {
    width: auto;
    float: none;
    clear: both;
}
.contact-form .form-control {
    margin-bottom: 14px;
    background: #F0F0F0;
    border-color: #F0F0F0;
    line-height: 48px;
    height: 48px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}
.contact-form .form-control:focus {
    border-color: #FF9226;
}
.contact-info .btn-box {
    padding-top: 68px;
}
.contact-info .btn-box .btn {
    border: 2px solid #C5C5C5;
    width: 100%;
    line-height: 54px;
    color: #797979;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}
.contact-info .btn-box .btn:hover {
    color: #FDA54C;
    border-color: #FDA54C;
}
.contact-info li {
    text-indent: -35px;
    padding-left: 35px;
}
.contact-info li + li {
    margin-top: 28px;
}
.contact-info .label {
    display: inline-block;
    vertical-align: middle;
    text-indent: -99999px;
    overflow: hidden;
    background: url(../images/index/contact_icon.png) no-repeat;
    width: 25px;
    height: 25px;
    margin: -3px 10px 0 0;
}
.contact-info .label.phone { background-position: 0 -25px; }
.contact-info .label.mail { background-position: 0 -50px; }

@media screen and (max-height: 767px) {
    .banner {
        padding-top: 60px;
    }
    .site-footer {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1580px) {
    .wrapper {
        margin-left: 35%;
    }
    .banner,
    .site-footer {
        width: 35%;
        padding-right: 25px;
    }
    .site-header .container,
    .site-main .container {
        padding: 0 40px;
    }
    .site-title {
        margin-top: -10px;
    }
    .site-title .logo {
        width: 100px;
        height: 100px;
    }
    .site-nav .menu {
        margin: 0 -10px;
    }
    .site-nav .menu > li > a {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .wrapper {
        margin-left: 27%;
    }
    .banner,
    .site-footer {
        width: 27%;
        padding-right: 10px;
    }
    .banner .txt {
        font-size: 18px;
    }
    .site-header .container,
    .site-main .container {
        padding: 0 25px;
    }
}
@media screen and (max-width: 1010px) {
    .wrapper {
        margin-left: 0;
    }
    .banner,
    .site-footer {
        width: auto;
        padding-right: 0;
        position: static;
    }
    .site-header .container,
    .site-main .container {
        padding: 0 15px;
        margin: 0 auto;
        max-width: 1260px;
    }
    .banner {
        padding: 80px 5%;
    }
    .banner .txt {
        font-size: 22px;
    }
    .site-header {
        margin-top: 0;
        border-bottom: 2px #EF0003 solid;
    }
    .site-title {
        margin-top: 0;
        padding: 10px 0 0 10px;
    }
    .site-nav .menu {
        margin: 0 -26px;
    }
    .site-nav .menu > li > a {
        padding: 0 26px;
    }
    .site-footer {
        text-align: center;
        background:url(../images/footer_bg_01.jpg) top left repeat-x, url(../images/footer_bg_02.jpg) top left repeat;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 960px) {
    .site-nav .menu {
        margin: 0 -12px;
    }
    .site-nav .menu > li > a {
        padding: 0 12px;
    }
}
@media screen and (max-width: 767px) {
    .site-nav .menu {
        margin: 0;
    }
    .site-nav .menu > li > a {
        padding: 10px;
    }
    .link-list {
        margin: 0 -10px;
    }
    .link-list .item {
        padding: 0 10px;
    }
    .contact-sect .col {
        float: none;
        width: auto;
    }
    .contact-sect .contact-info {
        padding-top: 100px;
    }
    .contact-info .btn-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 22px;
    }
}
@media screen and (max-width: 600px) {
    .link-list .item {
        width: auto;
        float: none;
    }
}
@media screen and (max-width: 480px) {
    .banner .txt {
        font-size: 18px;
    }
}