/*
*index.css
*by morefun
*
*/

/*public*/
body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    position: relative;
    padding-top: 60px;
}

.container {
    overflow: hidden;
}

textarea {
    resize: none;
}

.col-white {
    color: #fff !important;
}

.txt-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

/*header*/
.navbar-default {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 5px #ddd;
    overflow: hidden;
}

.navbar-brand {
    height: 60px;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: 100px;
}

.navbar-nav > li > a {
    padding: 20px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: bold;
}

.navbar-toggle {
    margin-top: 13px;
}

/*banner*/
.banner {

}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    border: none;
    background: #fff;
    margin: 0 3px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #e93441;
}

.carousel-inner .item img {
    width: 100%;
    max-height: 90vh;
}

.carousel-inner .item {
    height: auto;
    overflow: hidden;
}

.banner-txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 60%;
    padding-left: 15px;
    padding-right: 25%;
}

.banner-txt .txt-tit {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

.banner-txt .txt-des {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 15px;
}

.banner-txt .txt-btn a {
    text-shadow: none;
    display: inline-block;
    width: 130px;
    height: 40px;
    background-color: #e93441;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    transition: all .5s;
}

.banner-txt .txt-btn a:hover, .banner-txt .txt-btn a:active {
    background: #333;
}


/*page*/
.page {
    padding: 10% 0;
}

/*page-title*/
.page-title {
    text-align: center;
    width: 80%;
    margin: 0 auto 30px auto;
}

.page-title > .tit {
    font-size: 28px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #333;
    position: relative;
    margin-bottom: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.page-title > .tit:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 5px;
    background: #e93441;
}

.page-title > .info {
    font-size: 14px;
    color: #999;
}

/*audience*/
.audience {
    background: url("../images/page1_bg.jpg") no-repeat center center /cover;
}

.audience .cards > div {
    padding: 15px;
}

.audience .c-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12vh 30px;
    border-radius: 15px;
    border: 1px solid #f8f8f8;
    box-shadow: 5px 5px 15px 2px #eee;
    margin: 0;
    background: rgba(255, 255, 255, .7);
    transition: all 0.5s;
}

.audience .c-item:hover {
    box-shadow: 0 8px 15px 4px #eee;
    margin-top: -10px;
}

.audience .c-img {
    margin-bottom: 30px;
    text-align: center;
}

.audience .c-img img {
    display: inline-block;
    width: 150px;
    height: 150px;
}

.audience .c-txt {
    text-align: center;
}

.audience .c-txt .c-tit {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}

.audience .c-txt .c-des {
    color: #999;
    font-size: 14px;
}

/*monet*/
.monet {
    background: url("../images/page2_bg.jpg") no-repeat center center /cover;
}

.lists > div {
    padding: 15px;
}

.l-item {
    background: rgba(255, 255, 255, .8);
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 0 10px 0 #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all 0.5s;
}

.l-item:hover {
    background: #fff;
}

.l-left {
    margin-right: 15px;
}

.l-left img {
    width: 100px;
    height: 100px;
}

.l-tit {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.l-des {
    font-size: 14px;
    color: #555;
}

/*about*/
.about {
    background: url("../images/page3_bg.jpg") no-repeat center center /cover;
}

.a-left {
    padding: 15px;
}

.a-left img {
    width: 100%;
    height: auto;
}

.a-tit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.a-right p {
    color: #666;
    font-size: 16px;
}

.num {
    margin-top: 50px;
    color: #333;
}

.num > div {
    padding: 15px;
}

.n-tit {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.n-num {
    font-weight: bold;
    font-size: 30px;
}

/*contact*/
.contact {
    background: url("../images/page4_bg.jpg") no-repeat center center /cover;
}

.contact input, .contact textarea {
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.contact textarea {
    height: 120px;
}

.contact .send-btn {
    background: #333;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: all .3s;
    cursor: pointer;
}

.contact .send-btn:hover {
    background: #c2313b;
}

/*.contact .send-btn:active{
    background: #c2313b;
}*/
/*foot*/
.foot {
    background: #333;
    padding-top: 50px;
}

.foot-logo {
    text-align: center;
    margin-bottom: 30px;
}

.foot-logo img {
    width: 200px;
    display: inline-block;
}

.foot-nav {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

.foot-nav li {

}

.foot-nav a {
    color: #fff;
    padding: 0 10px;
}

.copyright {
    margin-top: 15px;
    background: #222;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #ccc;
}

/*media*/
@media (max-width: 768px) {
    #top {
        display: none;
    }

    .banner-txt {
        padding: 10px;
        width: 90%;
    }

    .banner-txt .txt-tit {
        font-size: 16px;
    }

    .page-title {
        width: 100%;
    }
}

