html {
    font-size: 16px;
}
header{
    height: 3rem;
    padding-top: 1rem!important;
}
header .logo {
    margin: 0 1.2rem 0 2.5rem
}
header .text-ch {
    font-size: 1.5rem;
    color: #2b66a7;
}
header .text-en {
    font-size: 0.75rem;
    color: #a1bbdc
}
header .text-fa {
    width: 26rem;
}
header .time {
    width: 11.1rem;
    height: 2.25rem;
    border: 1px solid #e4e7e7;
    border-radius: 0.4rem
}
header .right-time {
    margin-right: 1.625rem
}
header .time-btn {
    width: 7.25rem;
    height: 2.25rem;
    text-align: center;
    line-height: 2.25rem;
    background-color: #2f67ab;
    margin-left: 0.75rem;
    border-radius: 0.3rem
}
header .time-btn a {
    color: white
}
nav {
    height: 4.2rem;
    background: #2e68ab;
    position: relative;
}
.btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
}
.btn a {
    height: 100%;
    width: 11rem;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    line-height: 4.2rem;
}
.btn a:hover {
    background: #001d59;
}
.container {
    min-height: 720px;
    position: relative;
    background: #fbfefe;
    display: none;
}
.img {
    text-align: center;
}
.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70rem;
}
.box-R {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 75rem;
}
.box-l, .box-r {
    width: 28rem;
    height: 19rem;
    padding: 6rem 1rem 0;
    box-shadow: 0px 0px 3px #ccc;
    background-color: #fbfefe;
}
.box-r-r{
    width: 19rem;
    height: 15rem;
    box-shadow:inset 0px 0px 20px #2196f33d,inset 0px 0px 20px #2196f33d,inset 0px 0px 20px #2196f33d,inset 0px 0px 20px #2196f33d;
    background-color: #fbfefe;
    margin-right: 5rem;
    margin-bottom: 3rem;
    padding: 3rem 1rem 0;
    border-radius: 8px;
}
.box-l {
    margin-right: 6rem;
}
.cgzc {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-top: 0.5rem;
}
.cgry {
    color: #9393a5;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    html {
        font-size: 14px;
    }
}

.container-zt {
    min-height: 800px;
    position: relative;
    background: #fbfefe;
    display: none;
}
.margin-r-0{
    margin-right: 0;
}
.active{
    display: block;
}