@charset "UTF-8";

/* article-banner */

.article-banner {
    height: 320px;
    padding-top: 114px;
    margin: 24px auto 24px;
    background-image: url('../img/category-banner-01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-banner h2 {
    margin: 0 0 4px 160px;
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
    color: #FFFFFF;
}

.article-banner p {
    margin-left: 160px;
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
}

/* category-box */ 

.category-box {
    margin: 24px auto 24px;
}

.cat-left {
    width: 1100px;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 4px;
}

.category-title-2 {
    margin-bottom: 24px;
    padding-left: 24px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.04);
}

.category-title-2 li {
    margin-right: 32px;
}

.category-title-2 a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    position: relative;
}

.category-title-2 li.active a,
.category-title-2 li:hover a {
    text-decoration: none;
    font-weight: 700;
    color: #003A8F;
}

.category-title-2 li.active a::after,
.category-title-2 li:hover a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #003A8F;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* cat-content-history */

.cat-content-history {
    min-height: 600px;
    background-image: url(../img/rotade-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;
}


.category-history .content {
    width: 605px;
    min-height: 600px;
    padding-left: 80px;
    align-content: center;
}

.category-history .content h3 {
    width: 100%;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    color: #003A8F;
}

.category-history .content h3 img {
    width: 80px;
    height: 8;
    position: absolute;
    bottom: 0;
    left: 0;
}

.category-history .content ul {
    width: 100%;
}

.category-history .content li {
    margin-bottom: 24px;
}

.category-history .content li h4 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.9);
}

.category-history .content li p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0em;
    color: rgba(0, 0, 0, 0.7);
}

/* select-time */


.select-time-box {
    width: 1280px;
    min-height: 600px;
    background-image: url(../img/rotade-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.select-time .btnTop {
    width: 68px;
    height: 240px;
    background-image: url(../img/icon/rotade-top-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    position: absolute;
    right: 240px;
    top: 54px;
}

.select-time .btnTop:hover {
    background-image: url(../img/icon/rotade-top-02.png);
}

.select-time .btnBottom {
    width: 68px;
    height: 170px;
    background-image: url(../img/icon/rotade-bottom-01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    position: absolute;
    right: 240px;
    top: 236px;
}

.select-time .btnBottom:hover {
    background-image: url(../img/icon/rotade-bottom-02.png);
}

.select-time li {
    width: 186px;
    height: 33px;
    padding-left: 8px;
    font-size: 16px;
    line-height: 33px;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    top: 230.5px;
    transform-origin: right center;
}

.select-time li.active {
    color: #003A8F;
    font-size: 19px;
    line-height: 30px;
    font-weight: bold;
}

.select-time li:nth-child(1) {
    transform: rotate(60deg);
}

.select-time li:nth-child(2) {
    transform: rotate(30deg);
}

.select-time li:nth-child(4) {
    transform: rotate(-30deg);
}

.select-time li:nth-child(5) {
    transform: rotate(-60deg);
}

/* right-news */

.right-news {
    width: 244px;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
    background-color: #ffffff;
}

.right-news h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}

.right-news img {
    width: 100%;
    height: 120px;
    border-radius: 4px;
}

.right-news p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0,0,0,0.8);
}

/* cat-article-content */

.cat-article-content {
    padding-bottom: 91px;
}

.cat-article-content h2 {
    margin: 40px auto 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.2px;
}

.cat-article-content img {
    width: 100%;
    margin-bottom: 40px;
}

.cat-article-content .article-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

/* serve */

.serve {
    padding: 197px 0 0 132px;
    background-image: url(../img/serve-bg.png);
    background-size: 656px 535px;
    background-position: right top;
    background-repeat: no-repeat;
}

.serve h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 46px;
}

.serve a {
    width: 217px;
    height: 44px;
    margin: 30px 0 30px;
    border-radius: 44px;
    background: #003A8F;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-decoration: none;
}

.serve p {
    width: 400px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
}

/* contact */

.contact {
    padding: 140px 0 0 132px;
    background-image: url(../img/contact-bg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.contact h3 {
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: bold;
    line-height: 46px;
}

.contact li {
    margin-bottom: 16px;
}

.contact li img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.contact li p {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
}