﻿@charset "utf-8";

/* CSS Document */
.information-image {
    margin-top: 0px;
    text-align: center;
}

.online-item {
    top: 75px;
}

.margin-top-nav {
    margin-top: 0px;
}

.online-item {
    display: none;
}

.navbar-light .navbar-nav>li:nth-child(5)>a {
    color: #2d2d2d;
}

.news-image {
    height: 400px;
    background-image: url(/assets/images/news-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 72px;
}

.news-inside {
    margin-top: 80px;
}

.log-block-top {
    margin-top: 160px;
}

.news-image h1 {
    padding-top: 150px;

    letter-spacing: 15px;
    color: #663610;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}


/*blog*/
.taian-blog {
    padding: 50px;
}

.gallery-wrapper {
    overflow: hidden;
}

.grid-item {
    padding-bottom: 3rem;
}

.blog-card {
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(126, 126, 126, 0.3);
}

.grid-item img {
    border-radius: 10px 10px 0 0;
}

.search-blog .form-control {
    width: 200px;
    display: inline-block;
    border-radius: 3rem 0 0 3rem;
}

.search-blog .btn {
    width: 80px;
    background-color: #b8b8b8;
    color: #fff;
    vertical-align: top;
    margin-left: -8px;
    border-radius: 0 3rem 3rem 0;
}

.tag-frame a {
    background-color: #b8b8b8;
    color: #fff;
    padding: 10px;
    border-radius: 3rem;
    margin-right: 10px;
    display: inline-block;
    width: 95%;
    text-align: center;
    height: 38px;
    line-height: 18px;
}

.search-blog,
.tag-wrapper {
    display: inline-block;
    vertical-align: top;
}

.tag-wrapper {
    width: calc(100% - 400px);
    margin-left: 50px;
    padding: 0 30px;
    text-align: left;
}

.blog-tag-wrapper {
    margin-bottom: 50px;
}

.slick-prev:before,
.slick-next:before {
    color: #616161;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.tag-text {
    padding: 20px;
    font-size: 1.1rem;
    line-height: 35px;
    position: relative;
}

.type-icon {
    position: absolute;
    background-color: #e74543;
    color: #fff;
    top: -2px;
    width: 60px;
    height: 55px;
    text-align: center;
    left: calc(100% - 70px);
    display: none;
}

.type-icon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    left: 0;
    border-style: solid;
    border-width: 0 30px 22px 30px;
    border-color: transparent transparent #ffffff transparent;
    display: none;
}

.blog-title {
    /* width: calc(100% - 70px); */
}

.blog-title a {
    color: #2d2d2d;
    text-decoration: underline;
}

.tag-link a {
    color: #e74543;
    font-size: 15px;
    margin-right: 5px;
}

.tag-num,
.goto-calculate {
    display: inline-block;
}

.tag-num {
    width: 135px;
}

.goto-calculate {
    width: calc(100% - 150px);
}

.tag-num {
    font-size: 15px;
}

.tag-num .red-text {
    color: #e74543;
    margin-right: 5px;
}

.tag-num span {
    margin-right: 5px;
}

.goto-calculate a {
    color: #e74543;
    font-size: 15px;
    border: solid #e74543 1px;
    width: 100px;
    display: block;
    text-align: center;
    border-radius: 20px;
    margin: 0 0 0 auto;
}

.follow-fb .red-text {
    color: #e74543;
    margin-bottom: 10px;
}

.hot-issue {
    margin-top: 50px;
    border: solid 1px #e2e2e2;
    padding: 20px;
    position: relative;
    border-radius: 10px;
}

.hot-issue-title {
    position: absolute;
    left: 0;
    top: -10px;
    background-color: #fff;
    width: 80px;
}

.article {
    margin-bottom: 20px;
}

.article a:hover {
    text-decoration: none;
}

.hot-issue .red-text {
    color: #e74543;
}

.issue-num {
    border: solid 1px #e74543;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.article p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 45px);
    line-height: 25px;
    color: #2d2d2d;
}

/*blog end*/
/*blog inside*/
.taian-blog-inside {
    margin-top: 50px;
}

.taian-blog-inside .breadcrumb {
    background-color: #fff;
    display: block;
    text-align: right;
    margin-bottom: 50px;
}

.taian-blog-inside .breadcrumb li {
    display: inline-block;
}

.taian-blog-inside .breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

.taian-blog-inside .breadcrumb li a {
    color: #e74543;
}

.taian-blog-inside .red-text {
    color: #e74543;
}

.blog-inside-title {
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 10px;
    border-left: solid 5px #e74543;
    margin-bottom: 0;
}

.article-detail {
    margin-top: 30px;
}

.article-detail ul {
    display: inline-block;
    width: 80%;
}

.article-detail li {
    display: inline-block;
    min-width: 20%;
}

.article-detail li p {
    display: inline-block;
    margin-left: 5px;
}

    .article-detail li a {
        color: #2d2d2d;
    }

.article-detail li i {
    margin-right: 5px;
}

.share-web {
    display: inline-block;
    width: 18%;
    text-align: right;
}

.share-web>div {
    display: inline-block;
}

.share-web i {
    font-size: 2rem;
    vertical-align: middle;
}

.line-it-button {
    vertical-align: middle;
    margin-right: 5px;
}

.fb-button i {
    color: #4267b2;
}

.tag-type {
    margin-top: 15px;
}

.tag-type a {
    color: #2d2d2d;
}

.article-body {
    margin-top: 30px;
    line-height: 30px;
}

.calculate input[type="radio"] {
    display: none;
}

.input-wrapper {
    display: inline-block;
    width: 47%;
}

.calculate {
    border: solid 1px #e2e2ee;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin: 50px 0;
}

.calculate>p {
    position: absolute;
    background-color: #fff;
    top: -9px;
    width: 80px;
    text-align: center;
}

.calculate label {
    width: 100%;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
}

.calculate label i {
    margin-right: 5px;
}

.calculate input[type="radio"]:checked~label {
    background-color: #e74543;
    color: #fff;
}

.calculate span {
    margin-bottom: 5px;
    display: block;
}

.calaculate-btn {
    text-align: center;
    margin: 30px 0 0;
}

.calaculate-btn .btn {
    margin: auto;
    border: solid 1px #e74543;
    color: #e74543;
}

.choice-block {
    margin-top: 30px;
}

.choice-block .red-circle-num {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e74543;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    margin-right: 5px;
}

.calculate-list {
    margin-top: 30px;
}

.list-type {
    margin-bottom: 10px;
    padding-left: 45px;
    position: relative;
}

.plus::before {
    display: inline-block;
    content: '+';
    color: #e74543;
    left: 0;
    position: absolute;
}

.price {
    border-top: solid 1px #e74543;
    padding-top: 15px;
    width: 90%;
}

.price span {
    float: right;
}

.command-choice .calaculate-btn {
    margin-top: 30px;
}

.command-choice {
    position: relative;
    margin-top: 40px;
    border-top: solid 1px #e2e2e2;
}

.command-choice>p {
    position: absolute;
    left: 0;
    top: -10px;
    width: 80px;
    text-align: center;
    background-color: #fff;
}

.viaemail {
    color: #e74543;
    border-radius: 3px;
    margin-left: -3px;
}

.notice {
    margin-top: 30px;
}

.notice p {
    margin-bottom: 10px;
}

/*.command-choice {
    display: none;
}*/

/*blog inside end*/
@media(max-width:1400px) {
    .tag-num {
        width: 40%;
    }

    .goto-calculate {
        width: 47%;
        float: right;
    }
}

@media(max-width:1250px) {

    .tag-num,
    .goto-calculate {
        width: 100%;
        display: block;
    }

    .goto-calculate {
        float: none;
    }

    .goto-calculate a {
        margin: 5px 0 0 0;
    }

}

@media(max-width:1090px) {

    .slick-prev,
    .slick-next {
        display: inline-block !important;
    }
}

/*ipad*/
@media(max-width:991px) {
    .btn-wrapper a {
        display: block;
        margin: 15px auto;
        width: 80%;
    }

    .information-image,
    .margin-top-nav {
        margin-top: 0;
    }

    .information-image h1 {
        font-size: 2em;
        width: 95%;
        text-align: center;
        padding-top: 120px;
    }

    .hot-issue {
        margin-bottom: 50px;
    }

    .taian-blog-inside {
        margin-top: 20px;
    }

}

@media(max-width:815px) {
    .margin-top-nav {
        margin-top: 0;
    }

    .online-item {
        display: block;
    }
}

@media(max-width:768px) {

    .search-blog,
    .tag-wrapper {
        display: block;
    }

    .search-blog {
        width: 100%;
    }

    .search-blog .form-control {
        width: 80%;
    }

    .search-blog .btn {
        width: 17%;
    }

    .tag-wrapper {
        width: 96%;
        margin: 25px 0 0;
    }

    .calculate .col-sm-4 span {
        margin-top: 20px;
    }
}

/*smartphone*/
@media(max-width:450px) {

    .news-inside .location,
    .news-locate p {
        float: none;
        display: block;
    }

    .news-inside-main {
        margin-top: 40px;
    }

    .news-inside .location {
        padding-left: 55px;
        margin: 10px 0;
    }

    .news-inside-text {
        margin-top: 0;
    }

    .news-inside-text p.inside-sub-title {
        font-size: 20px;
    }

    .news-block {
        padding: 30px 0;
    }

    .news-list {
        height: inherit;
    }

    .news-icon {
        float: none;
        width: 100%;
        height: auto;
        border-radius: 10px 10px 0 0;
    }

    .news-icon img {
        border-radius: 10px 10px 0 0;
    }

    .news-title {
        width: 100%;
        margin-left: 0;
        padding: 20px;
        position: relative;
        height: 210px;
    }

    .news-inside {
        padding: 30px 0;
    }

    .news-inside-text img {
        width: 100%;
    }

    .btn-wrapper a {
        display: block;
        margin: 15px auto;
        width: 100%;
        padding: 5px;
        border-radius: 5px;
        text-align: center;
    }

    .news-inside {
        margin-top: 0;
    }

    .search-blog {
        margin-top: 20px;
    }

    .taian-blog {
        padding: 10px;
        margin-bottom: 50px;
    }

    .tag-text {
        padding: 10px;
    }

    .type-icon {
        position: inherit;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: block;
        font-size: 14px;
        color: #e74543;
        border: solid 1px #e74543;
        background-color: #fff;
        line-height: 28px;
    }

    .type-icon:after {
        display: none;
    }

    .blog-title {
        width: 100%;
        line-height: 30px;
        margin-top: 10px;
    }

    .goto-calculate a {
        width: 100%;
    }

    .grid-item {
        padding-bottom: 25px;
    }

    .hot-issue .article:last-child {
        margin-bottom: 0;
    }

    .article-detail ul,
    .share-web {
        width: 100%;
        display: block;
    }

    .share-web {
        margin-top: 20px;
        text-align: left;
    }

    .taian-blog-inside .breadcrumb {
        margin-bottom: 20px;
        text-align: left;
        padding: 0;
    }
}