
body,body *{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: "TimesNewRomanPS-BoldMT";
    box-sizing: border-box;
}
a,a:link,a:visited,a:hover,a:active{
    text-decoration: none;
    color:inherit;
}

.z-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.z-header{
    width: 100%;
    height: 80px;
}
.words{
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 400;
}
.flex{
    display: flex;
}
.view-more{
    width: fit-content;
    min-width: 200px;
	height: 60px;
    line-height: 60px;
	background: url('../images/more-view-btn.png') no-repeat center center;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.z-navbar{
    width: 100%;
    height: 40px;
	background-color: #0e0e0e;
}
.navbar-right{
    float: right;
    height: 100%;
    width:calc(100% * 745 / 1920);
    font-size: 15px;
    line-height: 40px;
    position: relative;
    padding-left: 86px;
    background-color: #b52e26;
}
.navbar-right .lang{
    position: absolute;
    left: 0;
    transform: translateX(-79px);
    font-size: 14px;
    width: 122px;
    text-align: center;
	height: 40px;
    flex-shrink: 0;
    background: url('../images/lang.png') no-repeat center;

}
.navbar-right .wrapper{
    width: 100%;
   
}
.navbar-list{
    width: 100%;
}
.navbar-list li{
    padding: 0 23px;
    font-size: 15px;
}

.mb-25{
    margin-bottom: 25px;
}
.mb-10{
    margin-bottom: 10px;
}
/* z-header */

.z-header{
    height: 5.625rem;
    background-color: #89211b;
    line-height: 5.625rem;
}
.z-header .logo{
    width: 23.25rem;
	height: 3.5rem;
    background: url('../images/logo.png') no-repeat center center;
    background-size: contain;
}
.z-header-container{
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header-nav{
    height: 100%;
    line-height: 80px;
    margin-left: 20px;
}
.header-nav li{
    margin-left: 1.5625rem;
    font-size: 17px;
    position: relative;
}
.header-nav li.active::after{
    content: "";
    background: url('../images/nav-active.png') no-repeat center;
    background-size: 100% ;
    position: absolute;
    width: calc(100% + 100px);
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 0;
}
.header-nav li a{
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    line-height: 5.625rem;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}


.z-indicators{
    position: absolute;
    width: fit-content;
    margin-bottom: 53px;
    width: 100%;
    max-width: 1200px;
    margin: 5px 0;
    padding-right: 10px;
    justify-content: flex-end;
}
.z-indicators li{
    width: 8px;
	height: 8px;
	background-color: #ffffff;
	opacity: 0.4;
    border-radius: 50%;
    position: relative;
    margin: 0 5px;
}
.z-indicators li.active::after{
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 50%;
    top: -3px;
    left: -3px;  
}
.z-banner{
    background-color: antiquewhite;
    width: 100%;
    height: calc(100vh - 125px);
    position: relative;
}
.z-banner .carousel-item img{
    object-fit: cover;
    width: 100%;
}
.z-banner .z-banner-more{
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 172px;
    z-index: 2;
}

.z-page-banner{
    height: 440px;
    position: relative;
    overflow: hidden;
}
.z-page-banner img{
    min-width: 100%;
    
}

.z-page-banner .banner-title{
    position: absolute;
    width: 780px;
	height: 160px;
	border: solid 4px #ffffff;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
}
.z-page-banner  .title{
    color: #ffffff;
    font-size: 80px;
    letter-spacing: 2px;
    text-align: center;
}
.z-page-banner .sub{
    text-align: center;
    color: #ffffff;
}
.z-page-banner .sub span{
    margin: 0 10px;
    font-size: 15px;
}

.z-page-banner .banner-nav{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.z-page-banner .nav-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: flex-end;
    gap: 7px;
}
.z-page-banner .nav-list li{
    min-width: 180px;
    width: fit-content;
    padding: 0 10px;
	height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 24px;
    white-space: nowrap;
}
.z-page-banner .nav-list li:not(.active){
    cursor: pointer;
}
.z-page-banner .nav-list li.active{
    height: 70px;
    background-color: #ffffff;
    color: #1f1f1f;
    border-top: 3px solid #b52e26;

    line-height: 67px;
}

.z-page-tab{
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 80px;
}

.z-page-tab li{
    color: rgba(31, 31, 31, 0.5);
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: bold;
    cursor: pointer;
}

.z-page-tab li.active{
    color: #1f1f1f;
    font-size: 40px;
    position: relative;
}
.z-page-tab li.active::after{
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    width: 40px;
	height: 5px;
	background-color: #b52e26;
}

.carousel-control-box{
    position: absolute;
    width: 120px;
	height: 120px;
    top: 50%;
    transform: translateY(-50%);
    right: 37px;
    z-index: 2;
}
.carousel-control_bg{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
	height: 120px;
    
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: transparent;
    z-index: 5;
   
}

.carousel-control{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85px;
	height: 85px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .2s;
    z-index: 2;
}
.carousel-control i{
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
.carousel-control i:hover{
    color: rgb(255, 255, 255);
}

.z-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.z-title.title-white .sub-title{
    color: #ff7068;
}
.z-title.title-white .title{
    color: #ffffff;
}
.z-title .sub-title{
    color: #b52e26;
    font-family: TimesNewRomanPSMT;
	font-size: 16px;
    letter-spacing: 0px;
}
.z-title.title-white .title::after{
    background-color: #ff7068;
}
.z-title.title-white .view-more{
    background: url('../images/more-view-btn-white.png') no-repeat center center;
    color: #b52e26;
}
.z-title .title::after{
    content: "";
    display: block;
    width: 40px;
	height: 5px;
	background-color: #b52e26;
    margin-top: 10px;
}
.z-title-left{
    display: flex;
    flex-direction: column;
}
.z-title .title{
    color: #1f1f1f;
    font-size: 40px;
}
.ellipsis-l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.ellipsis-l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis-l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.z-footer{
    background-color: #141414;
}


.contact{
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}
.z-footer {
 padding-top: 52px;
}
.z-footer .info{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.z-footer .info .info-right{
    display: flex;
    gap: 90px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 36px;
    font-size: 16px;
}
.z-footer .info .info-left{
    display: flex;
    gap: 69px;
}

.info-left>div{
    padding-left: 43px;
    color: #ffffff;
    font-size: 20px;
}
.info-left .label{
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 14px;
}
.info-left .tel{
   background: url('../images/tel.png') no-repeat center center;
   background-position: 0 0;
}
.info-left .email{
    background: url('../images/email.png') no-repeat center center;
   background-position: 0 0;
}

.z-footer .footer-bottom{
    padding: 27px 0 23px 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-top: 53px;
}

.z-top-btn{
    width: 65px;
	height: 65px;
    display: none;
	background-color: transparent;
    background: url('../images/top.png') no-repeat center center;
    cursor: pointer;
    position: fixed;
    bottom: 248px;
    right: 36px;
    z-index: 999;
 
}

.z-container .pt-60{
    padding-top: 60px;
}
.z-container .pt-90{
    padding-top: 90px;
}
.z-container .pt-40{
    padding-top: 40px;
}


.introduce-card{
    display: block;
    width: 100%;
    background-color: #f8f8f8;
    font-size: 15px;
    padding:30px;
    transition: .2s;
    cursor: pointer;
}
.introduce-card-name{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.introduce-card .avatar{
    width: 70px;
	height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    
}

.introduce-card .introduce{
    margin-bottom: 45px;
}

.introduce-card .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introduce-card .name{
    font-size: 20px;
    letter-spacing: 0px;
	color: #1f1f1f;
    text-align: end;
}

.introduce-card .email{
    font-size: 14px;
    letter-spacing: 0px;
    height: 22px;
    line-height: 22px;
	color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.introduce-card:hover{
    box-shadow: 0px 3px 25px 0px 
    rgba(140, 140, 140, 0.35);
}

.introduce-card-title{
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: #1f1f1f;
}

.introduce{
    color: #5c5c5c;
    font-size: 15px;
    margin: 15px 0;
    line-height: 30px;
    height: 60px;
}

.introduce-card.business {
    padding:30px 15px 30px 30px;
}

.introduce-card.business .introduce{
    margin: 0px 0px 30px 0;
    color: #5c5c5c;
    font-size: 15px;
}
.introduce-card.business .introduce-card-title {
    font-size: 15px;
    color: #a9a9a9;
    margin-top: 30px;
}
.introduce-card.business  .introduce-card-name{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.introduce-card.business .name{
    text-align: start;
}
.introduce-card.business .avatar{
    margin-right: 18px;
}

.text-center{
    text-align: center;
}

@media (min-width: 1600px) {
    :root {
        font-size: 16px;
    }
}
@media (max-width: 1600px) {
    :root {
        font-size: calc(16px * 0.8)
    }
}
@media (max-width: 1400px) {
    :root {
        font-size: calc(16px * 0.7)
    }
}