.page1 {
    background: url('../image/tembin_brand.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
.page1 a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -47px;
    margin-left: -47px;
}
.page1 .page-cont>div{
    width: 100%;
    text-align: center;
}
.page-small-title{
    font-size: 14px;
    margin-top: 20px;
    font-weight: normal;
    text-align: center;
}
.page2 {
    background: url('../image/paeg2_banner.png') no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}
.page2 .page-cont{
    padding-top: calc(8% + 60px);
}
.page2 .page2-title1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
}
.page2 .page2-title2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page2 .text{
    line-height: 2;
    font-size: 14px;
}
.page3 {
    background: url('../image/page3_banner.png') no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.page3 .text-item{
    margin-bottom: 80px;
}
.page3 .text-item .title{
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}
.page3 .text-item .text{
    line-height: 2;
    font-size: 14px;
}
.page3 .text-item:last-of-type{
    margin-bottom: 0;
}

.page4 {
    background: url('../image/page4_banner.png') no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    min-height: 75vh;
    color:white;
}
.page4 .page-title{
    margin-bottom: 20px;
}
.page4 .page-small-title{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 100px;
}
.page4 .count-wrap{
    display: flex;
}
.page4 .count-wrap .part{
    border-right: 1px solid #878789;
    padding: 0 50px;
}
.page4 .count-wrap .part:last-of-type{
    border-right:none;
}
.page4 .count-wrap .part .count-line{
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
}
.page4 .count-wrap .part .count-line .count{
    position: relative;
}
.page4 .count-wrap .part .count-line .count:after{
    content: '+';
    color: white;
    font-size: 20px;
    position: absolute;
    right: -19px;
    top: -8px;
}
.page4 .count-wrap .part:first-of-type .count-line .count:after,
.page4 .count-wrap .part:last-of-type .count-line .count:after{
    content: '';
}
.page4 .count-wrap .part  .sub{
    font-size: 14px;
}
.page4 .count-wrap .part .text{
    font-size: 14px;
}

.page5{
    padding-bottom: 120px;
}
.page5 .page-title{
    margin-bottom: 90px;
}
.page5 .tab-history{
    width: 1000px;
    white-space: nowrap;
    position: relative;
    overflow-x: auto;
}
.page5 .tab-history::-webkit-scrollbar{
    width: 0px;
    height: 0px;
}
.page5 .tab-list,.page5 .out-wrap{
    width: 1000px;
    font-size: 0;
}
.page5 .tab-history:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    clear: both;
}
.page5 .tab-history .tab-item{
    background-color: #F4F5F9;
    width: 245px;
    text-align: left;
    padding: 15px 0;
    padding-left: 30px;
    padding-top: 20px;
    font-size: 14px;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
}
.page5 .tab-history .tab-item .line{
    position: absolute;
    top: 0;
    left: 0;
    background: #A9AFBD;
    width: 100%;
    height: 5px;
}
.page5 .tab-history .tab-item:hover>.line,
.page5 .tab-history .tab-item.active>.line{
    background-color: #0070C9;
}
.page5 .tab-history .tab-item:hover,
.page5 .tab-history .tab-item.active{
    background: #E4EFF9;
    color:#0070C9;
}
/*箭头*/
.page5 .arrow-wrap{
    position: relative;
    margin-bottom: 80px;
}
.page5  .arrow-left,.page5 .arrow-right{
    position: absolute;
    bottom:15px;
    cursor: pointer;
}
.page5  .arrow-left{
    left: -50px;
}
.page5  .arrow-right{
    right: -50px;
}
/*----*/
/*page5 内容*/
.page5 .content {
    text-align: center;
}
.page5 .content .tab-content{
    display: none;
}
.page5 .content .tab-content.active{
    display: block;
}
.page5 .content .content-title{
    font-weight: bold;
    margin-bottom: 20px;
}
.page5 .content img{
    width: 100%;
    margin-top: 80px;
}
.page5 .content-text{
    line-height: 2;
}


.page6{
    background: #F8F8FA;
    min-height: auto;
    padding-bottom: 8%;
}
.page6 .page-small-title{
    margin-bottom: 80px;
}
.page6 .cop-line{
    margin-bottom: 30px;
}
.page6 .line3{
    text-align: center;
}

.page7{
    background: url('../image/page7_banner.png') no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color:white;
    min-height: 75vh;
}
.page7 .page-title{
    margin-bottom: 90px;
}
.page7 .page-small-title{
    margin-bottom: 100px;
}
.page7 .info-wrap{
    display: flex;
    width: 100%;
    text-align: left;
}
.page7 .info-wrap p{
    letter-spacing: 0;
    line-height: 2;
}
.page7 .info-wrap p.gap{
    height: 35px;
}
.page7 .info-wrap .part{
    border-right: 1px solid grey;
    /*padding: 0 50px;*/
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.page7 .info-wrap .part:first-of-type{
    border-left:1px solid grey;
}
.page7 .info-wrap .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.page7 .info-wrap .sub_title{
    font-size: 14px;
    font-weight: bold;
}
.page7 .info-wrap .text{
    font-size: 12px;
}
