﻿.banner{line-height:0}
.honor {
    background: #f2f2f2;
    text-align: center;
    padding: 5rem;
}
.honor img{width:50%;}
.desc{margin-top:2rem}
.section-title {
    font-size: 3rem;
    font-weight: bold;
    margin-top: 2rem;
    color: #007765;
}
.intro {
    text-align: center;
    margin: 10rem 0;
}
.intro img{width:40rem}
.adv {
    display: flex;
    justify-content: space-around;
    width: 57rem;
    margin: 4rem auto 0;
}
.adv img{width:6rem;}
.adv p{
    font-weight: bold;
    margin-top: 1rem;
    font-size: 1.25rem;
}
.course{text-align:center}
.history{position:relative;margin-top:2rem}
.timeline {
    display: flex;
    justify-content: space-around;
    color: #fcc9a4;
    position: absolute;
    bottom: -0.75rem;
    width:100%
}
.timeline::after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid #fcc9a4;
    bottom: 1rem;
    z-index: 0;
}
.years {
    position: relative;
    z-index: 1;
}
.years .year{    
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.years.active .year{font-size:1.75rem}
.years.active .circular{border: 1px solid #fcc9a4;}
.circular {
    width: 1.65rem;
    height: 1.65rem;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.circular::after {
    content: "";
    position: absolute;
   width: 1.2rem;
    height: 1.2rem;
    background: #fcc9a4;
    border-radius: 50%;
    left: 50%;
    margin-left: -0.6rem;
    top: 50%;
    margin-top: -0.6rem;
    z-index: 1;
}
.history-item{display:none;}
.history-item.active{display:block}
.history .swiper-container{width:100%}
.history .swiper-wrapper{align-items:baseline}
.history-show{height:37rem;padding-top:3rem}
.history-item p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.history-item img{width:17rem;margin:0 .5rem}
.history .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.trait-t{display:flex}
.trait-t .swiper-container{width:60%}
.trait-content {
    flex: 1;
    background: #f2f2f2;
    padding: 9rem;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.trait-pagination {
    position: absolute;
    right: 9rem;
    top: 9rem;
    font-size:0
}
.trait-pagination a {
    color: #aeaeae;
    padding: 0 0.5rem;
    border-right: 1px solid #aeaeae;
    font-size: 1rem;
    font-weight:bold
}
.trait-pagination a:last-child{border:none}
.trait-pagination a.active{color:#000;}
.trait .swiper-slide{line-height:0}
.trait-eng{font-size:.6rem}
.product {
    background: #007765;
    text-align: center;
    padding: 10rem 0;
}
.pro-title {
    width: 54rem;
    display: block;
    margin: auto;
}
.pro-yf {
    width: 716px;
    margin-left: 150px;
    margin-bottom: -215px;
}
.pro-md {
    width: 90%;
}
.pro-box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto 0;
}
.pro-box>a{width:50%;position:relative;color:#000;font-weight:bold;position:relative;line-height:0}
.pro-box > a:hover .pro-bg{
    opacity:1
}
.pro-box > a:hover {z-index:2;color:#007765}
.pro-box .more__link-product{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1.5rem;
    align-items: center;
}
.more__link-product p{font-size:1.25rem}
.product .more__link {
    margin: 4rem auto 2rem;
    border-color: #fcc9a4;
    color: #fcc9a4;
    width: 175px;
}
.product .more__link:hover{color: #000}
.guide-content {
    width: 66.333%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.guide-content p{
    line-height: 5rem;
    font-size:1.25rem
}
.guide-content p:nth-child(1){background: #e6e6e6;}
.guide-content p:nth-child(2){background: #ececec;}
.guide-content p:nth-child(3){background: #f2f2f2;}
.guide-content p:nth-child(4){background: #f8f8f8;}
.join-content {
    background: #007765;
    padding: 12rem 16.66%;
    text-align: center;
    margin-top: -10rem;
}
.join-title {
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    margin: 6rem 0 3rem;
}
.join-model {
    display: flex;
    justify-content: space-between;
}
.join-model img{width:32%}
.guide-title {
    text-align: center;
    background: url(/Images/join/waterdrop.png)no-repeat center;
    background-size: contain;
    padding: 6rem 0;
    margin: 9rem 0 6rem;
}
.guide-eng {
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 1px;
}
.guide h2{
    font-size: 5rem;
    font-weight: bold;
    margin: 1rem;
    color:#007765
}
.guide .slogan{font-size:2.5rem;font-weight:bold}
.info {
    text-align: center;
    padding: 8rem 0;
}
.company h2 {
    font-weight: bold;
    font-size:3rem;
    margin-bottom: 1rem;
    color:#007765
}
.company p {
    font-size: 1.5rem;
    font-weight: bold;
}
.company .code{width:9rem;margin-top:1rem}
.form {
    width: 66.666%;
    margin: 5rem auto 0;
}
.fields{display:flex;flex-wrap:wrap;justify-content:space-between}
.fields input,.fields select{
    background: #fcfcfc;
    width: 49%;
    border: 1px solid rgba(0,0,0,.1);
    line-height: 3rem;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
}
.submit {
    border: none;
    width: 20rem;
    margin-top: 1rem;
    color: #fff;
    line-height: 3rem;
    background:#007765;
    cursor:pointer
}
.pro-bg {
    position: absolute;
    background: url(/Images/join/shadow.png) no-repeat center;
    height: 115%;
    width: 109%;
    background-size: 100% 100%;
    transform: translate(-4%, -6%);
    z-index: -1;
    top: 0;
    left: 0;
    opacity:0
}