a:hover {
    color: #ca141d;
}

.tc_0052a9 {
    color: #ca141d;
}

.tc_888888 {
    color: #888;
}

.tc_555555 {
    color: #555;
}

.fw_b {
    font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
nav {
    padding: 0px 0 0px 90px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.gsName {
    font-size: 40px;
}

.navbar-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.nav-title {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    margin: 0 10px;
}

.active,
.nav-title:hover {
    color: #ca141d;
    border-bottom: 3px solid #ca141d;
}

#visits {
    width: 145px;
    height: 90px;
    border-left: 1px solid #000;
    line-height: 90px;
    text-align: center;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bk1 {
    padding: 0 30px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bk2>.container>.row>div {
    width: 20%;
    padding: 0 15px;
}

.bk2>.container>.row>div>em {
    display: block;
    width: 143px;
    height: 165px;
    margin: 0 auto;
}

.bd1>em {
    background: url(../images/index/o1.png)no-repeat;
    background-size: 100% 100%;
}

.bd1:hover>em {
    background: url(../images/index/o2.png)no-repeat;
    background-size: 100% 100%;
}

.bd2>em {
    background: url(../images/index/o3.png)no-repeat;
    background-size: 100% 100%;
}

.bd2:hover>em {
    background: url(../images/index/o4.png)no-repeat;
    background-size: 100% 100%;
}

.bd3>em {
    background: url(../images/index/o5.png)no-repeat;
    background-size: 100% 100%;
}

.bd3:hover>em {
    background: url(../images/index/o6.png)no-repeat;
    background-size: 100% 100%;
}

.bd4>em {
    background: url(../images/index/o7.png)no-repeat;
    background-size: 100% 100%;
}

.bd4:hover>em {
    background: url(../images/index/o8.png)no-repeat;
    background-size: 100% 100%;
}

.bd5>em {
    background: url(../images/index/o9.png)no-repeat;
    background-size: 100% 100%;
}

.bd5:hover>em {
    background: url(../images/index/o10.png)no-repeat;
    background-size: 100% 100%;
}

.bk2>.container>.row>div>h2 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
}

.bk2>.container>.row>div>p {
    text-align: center;
    padding: 0 30px 16px;
    line-height: 20px;
    min-height: 60px;
    color: #888;
}

.bk2>.container>.row>div:hover>em {
    animation: btnRotate-y 0.5s linear 1;
    -webkit-animation: btnRotate-y 0.5s linear 1;
}

@keyframes btnRotate-y {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.bk2>.container>.row>div:hover {
    color: #ca141d;
}

.bk2 .more a {
    display: block;
    width: 94px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #999;
    margin: 0 auto;
    text-align: center;
}

.bk2 .more a:hover {
    background: #ca141d;
    color: #fff;
    border: 1px solid #ca141d;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bk3 {
    background: url(../images/index/bk3.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}

.bk3 h1 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.bk3 p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.bk3 .more a {
    display: block;
    width: 170px;
    height: 46px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    margin: auto;
}

.bk3 .more a:hover {
    border: 1px solid #ca141d;
    background: #ca141d;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bk4 {
    background: #f8fafd;
}

.bk4>.container>.row>.col-md-4>div {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 27px #3030360f;
    padding: 30px;
}

.casetitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #8b8b8b dashed;
    padding-bottom: 20px;
}

.casetitle>span {
    color: #2d2d32;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.casetitle>span>img {
    margin-right: 20px;

}

@media (min-width: 1200px) {
    .bk4 .container {
        max-width: 80%;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.footer {
    background-color: #ca141d;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.footer a {
    color: #fff;
}

.btn-info {
    background-color: #ca141d;
    border-color: #ca141d;
}

.btn-info:hover {
    background-color: #8e0e15;
    border-color: #8e0e15;
}