/* 公共CSS */

/* 字体 */

@font-face {
    font-family: arial-boldmt;
    src: url('../fonts/arial-boldmt.otf'), url('../fonts/arial-boldmt.otf');
}

@font-face {
    font-family: arial-arialmt;
    src: url('../fonts/arialmt.ttf'), url('../fonts/arialmt.ttf');
}

/* a */

a:hover {
    text-decoration: none;
}

/* container */

.container {
    position: relative;
    max-width: 1090px;
    margin: 0 15px;
    padding: 80px 0 60px;
    color: #47464B;
    z-index: 20;
}

.container>img {
    margin-bottom: 20px;
}

.container>h1 {}

.container>h4 {
    /*font-family: ArialMT;*/
    font-size: 20px;
    color: #01CE80;
    letter-spacing: -0.4px;
}

.container p {
    /*font-family: ArialMT;*/
    font-size: 16px;
    color: #011B4E;
    line-height: 22px;
}

.container .img-container {
    text-align: center;
}

.container .img-container img {
    margin: 40px auto 0;
}

.container article, .container .img-container {
    margin-bottom: 40px;
}

.container section {
    margin-bottom: 20px;
}

/* Button */

/* 除去按钮点击边框 */

input[type="button"]:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

.btn {
    color: #FFFFFF;
}

.btn:focus, .btn:hover {
    color: #fff;
}

.btn:active, .btn.active {
    color: #fff;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

/* Color */

.azure {
    color: #6BC6E5 !important;
}

.lakeBlue {
    color: #218FF8 !important;
}

.dackBlue {
    color: #011B4E !important;
}

/* Form */

textarea {
    height: 305px !important;
    /*font-family: SourceHanSansCN-Medium;*/
    font-size: 20px !important;
    color: #0D2E5D !important;
}

/* banner */

.banner {
    background: url(../images/banner.jpg) no-repeat;
    min-height: 400px;
    background-size: auto 100%;
    padding-top: 20px;
}

header {
    min-height: 70px;
}

/* header */
header .navbar {
    background: none;
    border: none !important;
    margin: 0;
    border-radius: 0;
}

header .navbar-default .navbar-toggle {
    margin-top: 13px;
}

/* logo */
header .logo img {
    width: auto;
    height: 59px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* main navigation */

header .menu {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    max-height: 100% !important;
    margin: 0 !important;
    z-index: 9999;
}

header .menu ul li {
    line-height: 80px;
}

header .menu .searchBtn {
    width: 27px;
    height: 27.86px;
    background: url(../images/search.png) no-repeat;
    background-size: 27px;
    margin-right: 50px;
}

header .menu .contactBtn {
    width: 200px;
    height: 70px;
    background-color: #82C695;
    border-radius: 5px;
    font-family: Arial-BoldMT;
    font-size: 26.65px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;
}

header input {
    height: 41px;
    margin-right: 11px;
}

/* btnNav */



/* footer */

footer {
    min-height: 470px;
    padding-top: 117px;
    background: #343254;
}

footer .container {
    padding-bottom: 0;
}

footer .row {
    padding-bottom: 66px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer form input {
    width: 100%;
    max-width: 392px;
    height: 60px;
    background: rgba(130, 198, 149, 0.06);
    border: 1px solid rgba(130, 198, 149, 0.5);
    border-radius: 5px;
    margin-bottom: 18px;
    font-family: ArialMT;
    font-size: 16px;
    color: #82C695;
    letter-spacing: 0.27px;
    font-weight: 400;
    padding-left: 20px;
}

footer form .txtSubmit {
    background: #82C695;
    border-radius: 5px;
    font-family: ArialMT;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.27px;
    font-weight: 400;
}

footer article h3 {
    font-family: Arial-BoldMT;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0 0 20px;
}

footer article p {
    font-family: ArialMT;
    font-size: 16px;
    color: #FFFFFF !important;
    line-height: 25px !important;
    font-weight: 400;
}

footer article img {
    width: 464.02px;
    height: 176px;
    margin-top: 13px;
    border-radius: 5px;
}


footer .copyright {
    min-height: 67px;
    line-height: 67px;
    text-align: center;
    opacity: 0.5;
    font-family: ArialMT;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
}



/* footer .d */

@media(min-width:1921px) {}

@media(min-width:1920px) {
    .banner {
        min-height: 1024px;
        ;
    }
}

@media(min-width:1180px) {
    .banner {
        padding-top: 76px;
        max-height: 1024px;
        ;
        background-size: 100% auto;
    }

    header {
        padding: 0 100px;
    }

    header .menu {
        position: unset;
        width: auto;
        background: unset;
    }
}

@media (min-width: 926px) {}

@media (min-width: 768px) {
    .container {
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 1024px) {}