@media screen and (min-width: 1200px) {
  .top {
    padding: 20px 40px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: top;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
  }
  .top .logo {
    width: 247px;
    height: 32px;
  }
  .top .topTab {
    display: flex;
    justify-content: left;
    align-items: top;
    margin-bottom: 0;
  }
  .top .topTab li {
    width: 300px;
    position: relative;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    margin-left: -60px;
    margin-right: -60px;
  }
  .top .topTab li p {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 32px;
    display: inline-block;
  }
  .top .topTab li p a {
    text-decoration: none;
    color: #fff;
  }
  .top .topTab li .drawer {
    display: none;
    position: relative;
    width: 300px;
    background: rgba(0, 0, 0, 0.5);
  }
  .top .topTab li .drawer ul {
    padding: 10px 0 20px 0;
  }
  .top .topTab li .drawer ul li {
    margin: 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #FFFFFF;
  }
  .top .topTab li .drawer ul li a {
    color: #fff;
    text-decoration: none;
  }
  .top .topTab li .drawer::before {
    display: block;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-bottom: 16px solid rgba(0, 0, 0, 0.5);
  }
  .top .topTab .activeTab p::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 1px;
  }
  .top .topTab .activeTab .drawer {
    display: block;
  }
  .top .right a {
    text-decoration: none;
  }
  .top .right img {
    margin-left: 36px;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .top .right .asideNev {
    display: none;
    padding: 88px 24px 0 24px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 480px;
    height: 100vh;
    box-sizing: border-box;
    z-index: 999;
  }
  .top .right .asideNev .closeImg {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
  }
  .top .right .asideNev .search {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .top .right .asideNev .search .searchImg {
    margin: 0 20px 0 0;
    width: 24px;
    height: 24px;
  }
  .top .right .asideNev .search input {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
  }
  .top .right .asideNev .search input::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
  }
  .top .right .asideNev .line {
    margin: 15px 0 20px 0;
    height: 1px;
    background: #E8E8E8;
  }
  .top .right .asideNev .asideTab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top .right .asideNev .asideTab li {
    height: 60px;
    line-height: 60px;
  }
  .top .right .asideNev .asideTab li a {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
  }
  .searchTop {
    height: 70px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
    width: 100%;
    background: #fff;
    display: none;
  }
  .searchTop .logo {
    display: block;
    width: 247px;
    height: 32px;
  }
  .searchTop .searchBox {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .searchTop .searchBox .left {
    margin-right: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .searchTop .searchBox .left img {
    margin-right: 16px;
    width: 24px;
    height: 24px;
  }
  .searchTop .searchBox .left input {
    width: 700px;
    font-size: 24px;
    line-height: 33px;
  }
  .searchTop .searchBox .left input::placeholder {
    font-size: 24px;
    line-height: 33px;
    color: #999999;
  }
  .searchTop .searchBox .left button {
    display: inline-block;
    width: 60px;
    height: 32px;
    background: #677EB8;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    cursor: pointer;
  }
  .searchTop .searchBox .right {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .carousel {
    margin-top: -70px;
  }
  .carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: 130px;
  }
  .carousel .carousel-indicators li {
    margin: 0 4px;
    width: 60px;
    height: 5px;
    border-radius: 3px;
    border: none;
  }
  .carousel .carousel-indicators .active {
    width: 100px;
  }
  .carousel .carousel-item {
    position: relative;
  }
  .carousel .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }
  .carousel .carousel-item .banner1Title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 660px;
  }
  .carousel .carousel-item .banner1Title p {
    margin-bottom: 12px;
    font-family: "字由文艺黑";
    font-size: 44px;
    line-height: 55px;
  }
  .carousel .carousel-item .banner1Title p:last-of-type {
    margin-bottom: 0px;
  }
  .carousel .carousel-item .banner1Title .logo {
    margin-bottom: 36px;
    width: 567px;
    height: 73px;
  }
  .carousel .carousel-item .banner1Title button {
    margin-top: 50px;
    width: 190px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: none;
  }
  .carousel .carousel-item .banner1Title button a {
    text-decoration: none;
  }
  .carousel .carousel-item .banner1Title button a span {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }
  .carousel .carousel-item .banner1Title button a img {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .carousel .carousel-item .banner1Title button a .blueSkip {
    display: none;
  }
  .carousel .carousel-item .banner1Title2,
  .carousel .carousel-item .banner1Title3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 660px;
  }
  .carousel .carousel-item .banner1Title2 p,
  .carousel .carousel-item .banner1Title3 p {
    margin-bottom: 12px;
    font-family: "Auraka光荣日字体";
    font-size: 44px;
    line-height: 55px;
  }
  .carousel .carousel-item .banner1Title2 p:last-of-type,
  .carousel .carousel-item .banner1Title3 p:last-of-type {
    margin-bottom: 0px;
  }
  .bannerBottomTab {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 110px;
    z-index: 100;
  }
  .bannerBottomTab ul {
    margin-bottom: 0;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .bannerBottomTab ul li a {
    position: relative;
    padding: 0 118px;
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
  }
  .bannerBottomTab ul li a img {
    margin-right: 10px;
    width: 38px;
    height: 38px;
  }
  .bannerBottomTab ul li a span {
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
  }
  .bannerBottomTab ul li a::after {
    position: absolute;
    right: 0;
    content: '';
    width: 2px;
    height: 30px;
    background: #fff;
    border-radius: 1px;
  }
  .bannerBottomTab ul li:last-of-type a::after {
    width: 0;
  }
  .newsAndOpinion .switchTab {
    position: relative;
  }
  .newsAndOpinion .switchTab .bgImg {
    object-fit: cover;
    width: 100%;
    height: 354px;
  }
  .newsAndOpinion .switchTab .tab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
  }
  .newsAndOpinion .switchTab .tab .news,
  .newsAndOpinion .switchTab .tab .opinion {
    margin-right: 320px;
    text-align: center;
  }
  .newsAndOpinion .switchTab .tab .news .newsImg,
  .newsAndOpinion .switchTab .tab .opinion .newsImg,
  .newsAndOpinion .switchTab .tab .news .opinionImg,
  .newsAndOpinion .switchTab .tab .opinion .opinionImg {
    margin-bottom: 16px;
    width: 80px;
    height: 80px;
  }
  .newsAndOpinion .switchTab .tab .news p,
  .newsAndOpinion .switchTab .tab .opinion p {
    font-family: "Auraka光荣日字体";
    margin-bottom: 29px;
    font-size: 30px;
    line-height: 35px;
  }
  .newsAndOpinion .switchTab .tab .news button,
  .newsAndOpinion .switchTab .tab .opinion button {
    width: 230px;
    height: 48px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: none;
  }
  .newsAndOpinion .switchTab .tab .news button a,
  .newsAndOpinion .switchTab .tab .opinion button a {
    text-decoration: none;
  }
  .newsAndOpinion .switchTab .tab .news button a span,
  .newsAndOpinion .switchTab .tab .opinion button a span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
  }
  .newsAndOpinion .switchTab .tab .news button a img,
  .newsAndOpinion .switchTab .tab .opinion button a img {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .newsAndOpinion .switchTab .tab .news button a .blueSkip,
  .newsAndOpinion .switchTab .tab .opinion button a .blueSkip {
    display: none;
  }
  .newsAndOpinion .switchTab .tab .opinion {
    margin: 0;
  }
  .newsAndOpinion .lawFirm {
    position: relative;
    text-align: center;
  }
  .newsAndOpinion .lawFirm .bgImg {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }
  .newsAndOpinion .lawFirm .details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .newsAndOpinion .lawFirm .details .left {
    margin-right: 80px;
  }
  .newsAndOpinion .lawFirm .details .left .honorImg {
    margin-bottom: 13px;
    width: 70px;
    height: 70px;
  }
  .newsAndOpinion .lawFirm .details .left p {
    margin-bottom: 29px;
    font-family: "Auraka光荣日字体";
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
  }
  .newsAndOpinion .lawFirm .details .left button {
    width: 180px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: none;
  }
  .newsAndOpinion .lawFirm .details .left button a {
    text-decoration: none;
  }
  .newsAndOpinion .lawFirm .details .left button a span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }
  .newsAndOpinion .lawFirm .details .left button a img {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .newsAndOpinion .lawFirm .details .left button a .blueSkip {
    display: none;
  }
  .newsAndOpinion .lawFirm .details #honorsBox {
    height: 150px;
    overflow: hidden;
  }
  .newsAndOpinion .lawFirm .details #honorsBox .right {
    display: flex;
    flex-direction: column;
  }
  .newsAndOpinion .lawFirm .details #honorsBox .right li {
    text-align: left;
    width: 900px;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 200;
    font-style: italic;
  }
  .newsAndOpinion .lawFirm .details #honorsBox .right li:last-of-type {
    margin-bottom: 0;
  }
  .newsAndOpinion .business {
    position: relative;
    text-align: center;
  }
  .newsAndOpinion .business .bgImg {
    object-fit: cover;
    width: 100%;
    height: 600px;
  }
  .newsAndOpinion .business ul {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .newsAndOpinion .business ul li {
    margin-right: 280px;
    cursor: pointer;
  }
  .newsAndOpinion .business ul li a {
    text-decoration: none;
  }
  .newsAndOpinion .business ul li .icon {
    margin-bottom: 29px;
    width: 80px;
    height: 80px;
  }
  .newsAndOpinion .business ul li .skipIcon {
    width: 24px;
    height: 24px;
  }
  .newsAndOpinion .business ul li .name {
    font-family: "Auraka光荣日字体";
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
  }
  .newsAndOpinion .business ul li .intro {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
  }
  .newsAndOpinion .business ul li:last-of-type {
    margin-right: 0;
  }
  .activity {
    position: relative;
  }
  .activity .bgImg {
    object-fit: cover;
    width: 100%;
    height: 600px;
  }
  .activity .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .activity .content .title {
    margin-bottom: 100px;
  }
  .activity .content .title p {
    position: relative;
    font-size: 30px;
    line-height: 42px;
  }
  .activity .content .title p::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 30px;
    height: 4px;
    background: #4C7CC9;
  }
  .activity .content ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .activity .content ul li {
    margin-right: 68px;
  }
  .activity .content ul li a {
    color: #333;
    text-decoration: none;
  }
  .activity .content ul li img {
    margin-bottom: 17px;
    width: 80px;
    height: 80px;
  }
  .activity .content ul li p {
    font-family: "Auraka光荣日字体";
    margin-bottom: 38px;
    font-size: 30px;
    line-height: 35px;
  }
  .activity .content ul li .blackSkip,
  .activity .content ul li .blueSkip {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .activity .content ul li .blueSkip {
    display: none;
  }
  .activity .content ul li:last-of-type {
    margin-right: 0;
  }
  .contactUs {
    position: relative;
  }
  .contactUs a {
    text-decoration: none;
  }
  .contactUs a:hover {
    text-decoration: none;
  }
  .contactUs .bgImg {
    object-fit: cover;
    width: 100%;
    height: 500px;
  }
  .contactUs .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .contactUs .content p {
    font-family: "Auraka光荣日字体";
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
  }
  .contactUs .content .skipIcon {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .foot {
    background: #151B2E;
    font-size: 16px;
    color: #FFFFFF;
  }
  .foot a {
    text-decoration: none;
    color: #fff;
  }
  .foot a:hover {
    text-decoration: none;
    color: #fff;
  }
  .foot .topPart {
    padding: 40px 0 20px 0;
    display: flex;
    justify-content: center;
  }
  .foot .topPart .left {
    margin-right: 30px;
    width: 664px;
    display: flex;
    justify-content: space-between;
  }
  .foot .topPart .left ul {
    margin-bottom: 0;
  }
  .foot .topPart .left ul li {
    margin-bottom: 23px;
    line-height: 22px;
  }
  .foot .topPart .left ul li:last-of-type {
    margin-bottom: 0;
  }
  .foot .topPart .right {
    padding-top: 86px;
    width: 247px;
  }
  .foot .topPart .right .subscribe {
    float: right;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: right;
    flex-direction: column;
  }
  .foot .topPart .right .subscribe img {
    width: 28px;
    height: 28px;
  }
  .foot .topPart .right .subscribe p {
    margin-bottom: 0;
  }
  .foot .topPart .right .logo {
    width: 247px;
    height: 32px;
  }
  .foot .bottomPart {
    height: 60px;
    border-top: 1px solid #212943;
  }
  .foot .bottomPart p {
    font-size: 12px;
    line-height: 60px;
    margin-bottom: 0;
    text-align: center;
  }
  .subscribeToUs {
    position: fixed;
    right: 20px;
    bottom: 200px;
    display: none;
  }
  .subscribeToUs img {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .top {
    padding: calc(0.8 * 20px) calc(0.8 * 40px);
    height: calc(0.8 * 70px);
    display: flex;
    justify-content: space-between;
    align-items: top;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
  }
  .top .logo {
    width: calc(0.8 * 247px);
    height: calc(0.8 * 32px);
  }
  .top .topTab {
    display: flex;
    justify-content: left;
    align-items: top;
    margin-bottom: 0;
    display: none;
  }
  .top .topTab li {
    width: calc(0.8 * 300px);
    position: relative;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    margin-left: -60px;
    margin-right: -60px;
  }
  .top .topTab li p {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 32px;
    display: inline-block;
  }
  .top .topTab li p a {
    text-decoration: none;
    color: #fff;
  }
  .top .topTab li .drawer {
    display: none;
    position: relative;
    width: calc(0.8 * 300px);
    background: rgba(0, 0, 0, 0.5);
  }
  .top .topTab li .drawer ul {
    padding: 10px 0 20px 0;
  }
  .top .topTab li .drawer ul li {
    margin: 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #FFFFFF;
  }
  .top .topTab li .drawer ul li a {
    color: #fff;
    text-decoration: none;
  }
  .top .topTab li .drawer::before {
    display: block;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-bottom: 16px solid rgba(0, 0, 0, 0.5);
  }
  .top .topTab .activeTab p::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 1px;
  }
  .top .topTab .activeTab .drawer {
    display: block;
  }
  .top .right a {
    text-decoration: none;
  }
  .top .right img {
    margin-left: calc(0.8 * 36px);
    width: calc(0.8 * 24px);
    height: calc(0.8 * 24px);
    cursor: pointer;
  }
  .top .right .asideNev {
    display: none;
    padding: 88px 24px 0 24px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 320px;
    height: 100vh;
    box-sizing: border-box;
    z-index: 999;
  }
  .top .right .asideNev .closeImg {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
  }
  .top .right .asideNev .search {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .top .right .asideNev .search .searchImg {
    margin: 0 20px 0 0;
    width: 24px;
    height: 24px;
  }
  .top .right .asideNev .search input {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
  }
  .top .right .asideNev .search input::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
  }
  .top .right .asideNev .line {
    margin: 15px 0 20px 0;
    height: 1px;
    background: #E8E8E8;
  }
  .top .right .asideNev .asideTab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top .right .asideNev .asideTab li {
    height: 60px;
    line-height: 60px;
  }
  .top .right .asideNev .asideTab li a {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
  }
  .searchTop {
    height: 70px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
    width: 100%;
    background: #fff;
    display: none;
  }
  .searchTop .logo {
    display: none;
    width: calc(0.8 * 247px);
    height: calc(0.8 * 32px);
  }
  .searchTop .searchBox {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .searchTop .searchBox .left {
    margin-right: 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .searchTop .searchBox .left img {
    margin-right: 16px;
    width: 24px;
    height: 24px;
  }
  .searchTop .searchBox .left input {
    width: 700px;
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 33px);
  }
  .searchTop .searchBox .left input::placeholder {
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 33px);
    color: #999999;
  }
  .searchTop .searchBox .left button {
    display: inline-block;
    width: 60px;
    height: 32px;
    background: #677EB8;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border: none;
    cursor: pointer;
  }
  .searchTop .searchBox .right {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .carousel {
    margin-top: -70px;
  }
  .carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: calc(0.8 * 130px);
  }
  .carousel .carousel-indicators li {
    margin: 0 calc(0.8 * 4px);
    width: calc(0.8 * 60px);
    height: calc(0.8 * 5px);
    border-radius: 3px;
    border: none;
  }
  .carousel .carousel-indicators .active {
    width: calc(0.8 * 100px);
  }
  .carousel .carousel-item {
    position: relative;
  }
  .carousel .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }
  .carousel .carousel-item .banner1Title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: calc(0.8 * 660px);
  }
  .carousel .carousel-item .banner1Title p {
    margin-bottom: 12px;
    font-family: "字由文艺黑";
    font-size: calc(0.8 * 44px);
    line-height: calc(0.8 * 55px);
  }
  .carousel .carousel-item .banner1Title p:last-of-type {
    margin-bottom: 0px;
  }
  .carousel .carousel-item .banner1Title .logo {
    margin-bottom: calc(0.8 * 36px);
    width: calc(0.8 * 567px);
    height: calc(0.8 * 73px);
  }
  .carousel .carousel-item .banner1Title button {
    margin-top: calc(0.8 * 50px);
    width: calc(0.8 * 190px);
    height: calc(0.8 * 50px);
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: none;
  }
  .carousel .carousel-item .banner1Title button a {
    text-decoration: none;
  }
  .carousel .carousel-item .banner1Title button a span {
    display: inline-block;
    margin-right: calc(0.8 * 12px);
    font-size: calc(0.8 * 18px);
    line-height: calc(0.8 * 24px);
    color: #fff;
  }
  .carousel .carousel-item .banner1Title button a img {
    display: inline-block;
    width: calc(0.8 * 16px);
    height: calc(0.8 * 16px);
  }
  .carousel .carousel-item .banner1Title button a .blueSkip {
    display: none;
  }
  .carousel .carousel-item .banner1Title2,
  .carousel .carousel-item .banner1Title3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: calc(0.8 * 660px);
  }
  .carousel .carousel-item .banner1Title2 p,
  .carousel .carousel-item .banner1Title3 p {
    margin-bottom: 12px;
    font-family: "Auraka光荣日字体";
    font-size: calc(0.8 * 44px);
    line-height: calc(0.8 * 55px);
  }
  .carousel .carousel-item .banner1Title2 p:last-of-type,
  .carousel .carousel-item .banner1Title3 p:last-of-type {
    margin-bottom: 0px;
  }
  .bannerBottomTab {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: calc(0.8 * 110px);
    z-index: 100;
  }
  .bannerBottomTab ul {
    margin-bottom: 0;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .bannerBottomTab ul li a {
    position: relative;
    padding: 0 calc(0.5 * 118px);
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
  }
  .bannerBottomTab ul li a img {
    margin-right: calc(0.8 * 10px);
    width: calc(0.8 * 38px);
    height: calc(0.8 * 38px);
  }
  .bannerBottomTab ul li a span {
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 33px);
    color: #FFFFFF;
  }
  .bannerBottomTab ul li a::after {
    position: absolute;
    right: 0;
    content: '';
    width: 2px;
    height: calc(0.8 * 30px);
    background: #fff;
    border-radius: 1px;
  }
  .bannerBottomTab ul li:last-of-type a::after {
    width: 0;
  }
  .newsAndOpinion .switchTab {
    position: relative;
  }
  .newsAndOpinion .switchTab .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.8 * 354px);
  }
  .newsAndOpinion .switchTab .tab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
  }
  .newsAndOpinion .switchTab .tab .news,
  .newsAndOpinion .switchTab .tab .opinion {
    margin-right: calc(0.6 * 320px);
    text-align: center;
  }
  .newsAndOpinion .switchTab .tab .news .newsImg,
  .newsAndOpinion .switchTab .tab .opinion .newsImg,
  .newsAndOpinion .switchTab .tab .news .opinionImg,
  .newsAndOpinion .switchTab .tab .opinion .opinionImg {
    margin-bottom: calc(0.8 * 16px);
    width: calc(0.8 * 80px);
    height: calc(0.8 * 80px);
  }
  .newsAndOpinion .switchTab .tab .news p,
  .newsAndOpinion .switchTab .tab .opinion p {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.8 * 29px);
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 35px);
  }
  .newsAndOpinion .switchTab .tab .news button,
  .newsAndOpinion .switchTab .tab .opinion button {
    width: calc(0.8 * 230px);
    height: calc(0.8 * 48px);
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: none;
  }
  .newsAndOpinion .switchTab .tab .news button a,
  .newsAndOpinion .switchTab .tab .opinion button a {
    text-decoration: none;
  }
  .newsAndOpinion .switchTab .tab .news button a span,
  .newsAndOpinion .switchTab .tab .opinion button a span {
    display: inline-block;
    margin-right: calc(0.8 * 10px);
    font-size: 16px;
    line-height: 24px;
    color: #666666;
  }
  .newsAndOpinion .switchTab .tab .news button a img,
  .newsAndOpinion .switchTab .tab .opinion button a img {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .newsAndOpinion .switchTab .tab .news button a .blueSkip,
  .newsAndOpinion .switchTab .tab .opinion button a .blueSkip {
    display: none;
  }
  .newsAndOpinion .switchTab .tab .opinion {
    margin: 0;
  }
  .newsAndOpinion .lawFirm {
    position: relative;
    text-align: center;
  }
  .newsAndOpinion .lawFirm .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.8 * 300px);
  }
  .newsAndOpinion .lawFirm .details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .newsAndOpinion .lawFirm .details .left {
    margin-right: calc(0.6 * 80px);
  }
  .newsAndOpinion .lawFirm .details .left .honorImg {
    margin-bottom: calc(0.8 * 13px);
    width: calc(0.8 * 70px);
    height: calc(0.8 * 70px);
  }
  .newsAndOpinion .lawFirm .details .left p {
    margin-bottom: calc(0.8 * 29px);
    font-family: "Auraka光荣日字体";
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 35px);
    color: #FFFFFF;
  }
  .newsAndOpinion .lawFirm .details .left button {
    width: calc(0.8 * 180px);
    height: calc(0.8 * 40px);
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: none;
  }
  .newsAndOpinion .lawFirm .details .left button a {
    text-decoration: none;
  }
  .newsAndOpinion .lawFirm .details .left button a span {
    display: inline-block;
    margin-right: calc(0.8 * 10px);
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 24px);
    color: #fff;
  }
  .newsAndOpinion .lawFirm .details .left button a img {
    display: inline-block;
    width: calc(0.8 * 16px);
    height: calc(0.8 * 16px);
  }
  .newsAndOpinion .lawFirm .details .left button a .blueSkip {
    display: none;
  }
  .newsAndOpinion .lawFirm .details #honorsBox {
    height: calc(0.8 * 150px);
    overflow: hidden;
  }
  .newsAndOpinion .lawFirm .details #honorsBox .right {
    display: flex;
    flex-direction: column;
  }
  .newsAndOpinion .lawFirm .details #honorsBox .right li {
    text-align: left;
    width: calc(0.6 * 900px);
    margin-bottom: calc(0.8 * 32px);
    font-size: calc(0.8 * 20px);
    line-height: calc(0.8 * 28px);
    color: #FFFFFF;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 200;
    font-style: italic;
  }
  .newsAndOpinion .lawFirm .details #honorsBox .right li:last-of-type {
    margin-bottom: 0;
  }
  .newsAndOpinion .business {
    position: relative;
    text-align: center;
  }
  .newsAndOpinion .business .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.6 * 600px);
  }
  .newsAndOpinion .business ul {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .newsAndOpinion .business ul li {
    margin-right: calc(0.6 * 280px);
    cursor: pointer;
  }
  .newsAndOpinion .business ul li a {
    text-decoration: none;
  }
  .newsAndOpinion .business ul li .icon {
    margin-bottom: calc(0.8 * 29px);
    width: calc(0.8 * 80px);
    height: calc(0.8 * 80px);
  }
  .newsAndOpinion .business ul li .skipIcon {
    width: calc(0.8 * 24px);
    height: calc(0.8 * 24px);
  }
  .newsAndOpinion .business ul li .name {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.8 * 17px);
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 35px);
    color: #FFFFFF;
  }
  .newsAndOpinion .business ul li .intro {
    margin-bottom: calc(0.8 * 40px);
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    color: #FFFFFF;
  }
  .newsAndOpinion .business ul li:last-of-type {
    margin-right: 0;
  }
  .activity {
    position: relative;
  }
  .activity .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.6 * 600px);
  }
  .activity .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .activity .content .title {
    margin-bottom: calc(0.8 * 100px);
  }
  .activity .content .title p {
    position: relative;
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 42px);
  }
  .activity .content .title p::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.8 * 30px);
    height: calc(0.8 * 4px);
    background: #4C7CC9;
  }
  .activity .content ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .activity .content ul li {
    margin-right: calc(0.8 * 68px);
  }
  .activity .content ul li a {
    color: #333;
    text-decoration: none;
  }
  .activity .content ul li img {
    margin-bottom: calc(0.8 * 17px);
    width: calc(0.8 * 80px);
    height: calc(0.8 * 80px);
  }
  .activity .content ul li p {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.8 * 38px);
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 35px);
  }
  .activity .content ul li .blackSkip,
  .activity .content ul li .blueSkip {
    width: calc(0.8 * 24px);
    height: calc(0.8 * 24px);
    cursor: pointer;
  }
  .activity .content ul li .blueSkip {
    display: none;
  }
  .activity .content ul li:last-of-type {
    margin-right: 0;
  }
  .contactUs {
    position: relative;
  }
  .contactUs a {
    text-decoration: none;
  }
  .contactUs a:hover {
    text-decoration: none;
  }
  .contactUs .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.8 * 500px);
  }
  .contactUs .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .contactUs .content p {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.8 * 22px);
    font-size: calc(0.8 * 36px);
    line-height: calc(0.8 * 40px);
    color: #FFFFFF;
  }
  .contactUs .content .skipIcon {
    width: calc(0.8 * 24px);
    height: calc(0.8 * 24px);
    cursor: pointer;
  }
  .foot {
    background: #151B2E;
    font-size: 16px;
    color: #FFFFFF;
  }
  .foot a {
    text-decoration: none;
    color: #fff;
  }
  .foot a:hover {
    text-decoration: none;
    color: #fff;
  }
  .foot .topPart {
    padding: 40px 0 20px 0;
    display: flex;
    justify-content: center;
  }
  .foot .topPart .left {
    margin-right: 30px;
    width: 664px;
    display: flex;
    justify-content: space-between;
  }
  .foot .topPart .left ul {
    margin-bottom: 0;
  }
  .foot .topPart .left ul li {
    margin-bottom: 23px;
    line-height: 22px;
  }
  .foot .topPart .left ul li:last-of-type {
    margin-bottom: 0;
  }
  .foot .topPart .right {
    padding-top: 86px;
    width: 247px;
  }
  .foot .topPart .right .subscribe {
    float: right;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: right;
    flex-direction: column;
  }
  .foot .topPart .right .subscribe img {
    width: 28px;
    height: 28px;
  }
  .foot .topPart .right .subscribe p {
    margin-bottom: 0;
  }
  .foot .topPart .right .logo {
    width: 247px;
    height: 32px;
  }
  .foot .bottomPart {
    height: 60px;
    border-top: 1px solid #212943;
  }
  .foot .bottomPart p {
    font-size: 12px;
    line-height: 60px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top {
    padding: calc(0.7 * 20px) calc(0.7 * 40px);
    height: calc(0.7 * 70px);
    display: flex;
    justify-content: space-between;
    align-items: top;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
  }
  .top .logo {
    width: calc(0.6 * 247px);
    height: calc(0.6 * 32px);
  }
  .top .topTab {
    display: flex;
    justify-content: left;
    align-items: top;
    margin-bottom: 0;
    display: none;
  }
  .top .topTab li {
    width: calc(0.5 * 300px);
    position: relative;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    margin-left: -60px;
    margin-right: -60px;
  }
  .top .topTab li p {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 32px;
    display: inline-block;
  }
  .top .topTab li p a {
    text-decoration: none;
    color: #fff;
  }
  .top .topTab li .drawer {
    display: none;
    position: relative;
    width: calc(0.5 * 300px);
    background: rgba(0, 0, 0, 0.5);
  }
  .top .topTab li .drawer ul {
    padding: 10px 0 20px 0;
  }
  .top .topTab li .drawer ul li {
    margin: 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #FFFFFF;
  }
  .top .topTab li .drawer ul li a {
    color: #fff;
    text-decoration: none;
  }
  .top .topTab li .drawer::before {
    display: block;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-bottom: 16px solid rgba(0, 0, 0, 0.5);
  }
  .top .topTab .activeTab p::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 1px;
  }
  .top .topTab .activeTab .drawer {
    display: block;
  }
  .top .right a {
    text-decoration: none;
  }
  .top .right img {
    margin-left: calc(0.5 * 36px);
    width: calc(0.7 * 24px);
    height: calc(0.7 * 24px);
    cursor: pointer;
  }
  .top .right .asideNev {
    display: none;
    padding: 88px 24px 0 24px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 240px;
    height: 100vh;
    box-sizing: border-box;
    z-index: 999;
  }
  .top .right .asideNev .closeImg {
    position: absolute;
    right: calc(0.7 * 24px);
    top: calc(0.7 * 24px);
    width: calc(0.7 * 24px);
    height: calc(0.7 * 24px);
  }
  .top .right .asideNev .search {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .top .right .asideNev .search .searchImg {
    margin: 0 calc(0.8 * 20px) 0 0;
    width: calc(0.8 * 24px);
    height: calc(0.8 * 24px);
  }
  .top .right .asideNev .search input {
    font-size: calc(0.8 * 18px);
    line-height: calc(0.8 * 25px);
    color: #FFFFFF;
  }
  .top .right .asideNev .search input::placeholder {
    font-size: calc(0.8 * 18px);
    line-height: calc(0.8 * 35px);
    color: #FFFFFF;
  }
  .top .right .asideNev .line {
    margin: calc(0.8 * 15px) 0 calc(0.8 * 20px) 0;
    height: 1px;
    background: #E8E8E8;
  }
  .top .right .asideNev .asideTab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top .right .asideNev .asideTab li {
    height: calc(0.8 * 60px);
    line-height: calc(0.8 * 60px);
  }
  .top .right .asideNev .asideTab li a {
    font-size: calc(0.8 * 18px);
    color: #FFFFFF;
    text-decoration: none;
  }
  .searchTop {
    height: calc(0.7 * 70px);
    padding: 0 calc(0.7 * 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
    width: 100%;
    background: #fff;
    display: none;
  }
  .searchTop .logo {
    display: none;
    width: calc(0.8 * 247px);
    height: calc(0.8 * 32px);
  }
  .searchTop .searchBox {
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .searchTop .searchBox .left {
    margin-right: calc(0.7 * 40px);
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .searchTop .searchBox .left img {
    margin-right: calc(0.7 * 16px);
    width: calc(0.7 * 24px);
    height: calc(0.7 * 24px);
  }
  .searchTop .searchBox .left input {
    width: calc(0.3 * 700px);
    font-size: calc(0.7 * 24px);
    line-height: calc(0.7 * 33px);
  }
  .searchTop .searchBox .left input::placeholder {
    font-size: calc(0.7 * 24px);
    line-height: calc(0.7 * 33px);
    color: #999999;
  }
  .searchTop .searchBox .left button {
    padding: 4px;
    display: inline-block;
    background: #677EB8;
    font-size: calc(0.7 * 16px);
    color: #FFFFFF;
    text-align: center;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  .searchTop .searchBox .right {
    width: calc(0.7 * 24px);
    height: calc(0.7 * 24px);
    cursor: pointer;
  }
  .carousel {
    margin-top: calc(-0.7 * 70px);
  }
  .carousel .carousel-indicators {
    margin-bottom: 0;
    bottom: calc(0.7 * 130px);
  }
  .carousel .carousel-indicators li {
    margin: 0 calc(0.6 * 4px);
    width: calc(0.6 * 60px);
    height: calc(0.6 * 5px);
    border-radius: 2px;
    border: none;
  }
  .carousel .carousel-indicators .active {
    width: calc(0.6 * 100px);
  }
  .carousel .carousel-item {
    position: relative;
  }
  .carousel .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
  }
  .carousel .carousel-item .banner1Title {
    display: block !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: calc(0.5 * 660px);
  }
  .carousel .carousel-item .banner1Title p {
    margin-bottom: calc(0.6*12px);
    font-family: "字由文艺黑";
    font-size: calc(0.5*44px);
    line-height: calc(0.5*55px);
  }
  .carousel .carousel-item .banner1Title p:last-of-type {
    margin-bottom: 0px;
  }
  .carousel .carousel-item .banner1Title .logo {
    margin-bottom: calc(0.5 * 36px);
    width: calc(0.5 * 567px);
    height: calc(0.5 * 73px);
  }
  .carousel .carousel-item .banner1Title button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc(0.6 * 50px);
    width: calc(0.6 * 190px);
    height: calc(0.6 * 50px);
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: none;
  }
  .carousel .carousel-item .banner1Title button a {
    text-decoration: none;
  }
  .carousel .carousel-item .banner1Title button a span {
    display: inline-block;
    margin-right: calc(0.6 * 12px);
    font-size: calc(0.6 * 18px);
    line-height: calc(0.6 * 24px);
    color: #fff;
  }
  .carousel .carousel-item .banner1Title button a img {
    display: inline-block;
    width: calc(0.8 * 16px);
    height: calc(0.8 * 16px);
  }
  .carousel .carousel-item .banner1Title button a .blueSkip {
    display: none;
  }
  .carousel .carousel-item .banner1Title2,
  .carousel .carousel-item .banner1Title3 {
    display: block !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: calc(0.5*660px);
  }
  .carousel .carousel-item .banner1Title2 p,
  .carousel .carousel-item .banner1Title3 p {
    margin-bottom: 12px;
    font-family: "Auraka光荣日字体";
    font-size: calc(0.5*44px);
    line-height: calc(0.5*55px);
  }
  .carousel .carousel-item .banner1Title2 p:last-of-type,
  .carousel .carousel-item .banner1Title3 p:last-of-type {
    margin-bottom: 0px;
  }
  .bannerBottomTab {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: calc(0.6 * 110px);
    z-index: 100;
  }
  .bannerBottomTab ul {
    margin-bottom: 0;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .bannerBottomTab ul li a {
    position: relative;
    padding: 0 calc(0.15 * 118px);
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
  }
  .bannerBottomTab ul li a img {
    margin-right: calc(0.6 * 10px);
    width: calc(0.6 * 38px);
    height: calc(0.6 * 38px);
  }
  .bannerBottomTab ul li a span {
    font-size: calc(0.6 * 24px);
    line-height: calc(0.6 * 33px);
    color: #FFFFFF;
  }
  .bannerBottomTab ul li a::after {
    position: absolute;
    right: 0;
    content: '';
    width: 2px;
    height: calc(0.8 * 30px);
    background: #fff;
    border-radius: 1px;
  }
  .bannerBottomTab ul li:last-of-type a::after {
    width: 0;
  }
  .newsAndOpinion .switchTab {
    position: relative;
  }
  .newsAndOpinion .switchTab .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.5 * 354px);
  }
  .newsAndOpinion .switchTab .tab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-around;
  }
  .newsAndOpinion .switchTab .tab .news,
  .newsAndOpinion .switchTab .tab .opinion {
    margin-right: calc(0.1 * 100vw);
    text-align: center;
  }
  .newsAndOpinion .switchTab .tab .news .newsImg,
  .newsAndOpinion .switchTab .tab .opinion .newsImg,
  .newsAndOpinion .switchTab .tab .news .opinionImg,
  .newsAndOpinion .switchTab .tab .opinion .opinionImg {
    margin-bottom: calc(0.6 * 16px);
    width: calc(0.6 * 80px);
    height: calc(0.6 * 80px);
  }
  .newsAndOpinion .switchTab .tab .news p,
  .newsAndOpinion .switchTab .tab .opinion p {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.6 * 29px);
    font-size: calc(0.6 * 30px);
    line-height: calc(0.6 * 35px);
  }
  .newsAndOpinion .switchTab .tab .news button,
  .newsAndOpinion .switchTab .tab .opinion button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(0.6 * 230px);
    height: calc(0.6 * 48px);
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: none;
  }
  .newsAndOpinion .switchTab .tab .news button a,
  .newsAndOpinion .switchTab .tab .opinion button a {
    text-decoration: none;
  }
  .newsAndOpinion .switchTab .tab .news button a span,
  .newsAndOpinion .switchTab .tab .opinion button a span {
    display: inline-block;
    margin-right: calc(0.8 * 10px);
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 24px);
    color: #666666;
  }
  .newsAndOpinion .switchTab .tab .news button a img,
  .newsAndOpinion .switchTab .tab .opinion button a img {
    display: inline-block;
    width: calc(0.8 * 16px);
    height: calc(0.8 * 16px);
  }
  .newsAndOpinion .switchTab .tab .news button a .blueSkip,
  .newsAndOpinion .switchTab .tab .opinion button a .blueSkip {
    display: none;
  }
  .newsAndOpinion .switchTab .tab .opinion {
    margin: 0;
  }
  .newsAndOpinion .lawFirm {
    display: none;
    position: relative;
    text-align: center;
  }
  .newsAndOpinion .lawFirm .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.5 * 300px);
  }
  .newsAndOpinion .lawFirm .details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .newsAndOpinion .lawFirm .details .left {
    margin-right: calc(0.3 * 80px);
  }
  .newsAndOpinion .lawFirm .details .left .honorImg {
    margin-bottom: calc(0.5 * 13px);
    width: calc(0.5 * 70px);
    height: calc(0.5 * 70px);
  }
  .newsAndOpinion .lawFirm .details .left p {
    margin-bottom: calc(0.6 * 29px);
    font-family: "Auraka光荣日字体";
    font-size: calc(0.6 * 30px);
    line-height: calc(0.6 * 35px);
    color: #FFFFFF;
  }
  .newsAndOpinion .lawFirm .details .left button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(0.6 * 180px);
    height: calc(0.6 * 40px);
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: none;
  }
  .newsAndOpinion .lawFirm .details .left button a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .newsAndOpinion .lawFirm .details .left button a span {
    display: inline-block;
    margin-right: calc(0.6 * 10px);
    font-size: calc(0.6 * 16px);
    line-height: calc(0.6 * 40px);
    color: #fff;
  }
  .newsAndOpinion .lawFirm .details .left button a img {
    display: inline-block;
    width: calc(0.6 * 16px);
    height: calc(0.6 * 16px);
  }
  .newsAndOpinion .lawFirm .details .left button a .blueSkip {
    display: none;
  }
  .newsAndOpinion .lawFirm .details .right {
    display: flex;
    flex-direction: column;
  }
  .newsAndOpinion .lawFirm .details .right li {
    text-align: left;
    width: calc(0.3 * 900px);
    margin-bottom: calc(0.4 * 32px);
    font-size: calc(0.5 * 20px);
    line-height: calc(0.5 * 28px);
    color: #FFFFFF;
  }
  .newsAndOpinion .lawFirm .details .right li:last-of-type {
    margin-bottom: 0;
  }
  .newsAndOpinion .lawFirmMin {
    position: relative;
    text-align: center;
  }
  .newsAndOpinion .lawFirmMin .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.7 * 300px);
  }
  .newsAndOpinion .lawFirmMin .details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .newsAndOpinion .lawFirmMin .details .title {
    margin-bottom: calc(0.2 * 100px);
  }
  .newsAndOpinion .lawFirmMin .details .title p {
    position: relative;
    font-size: calc(0.6 * 30px);
    line-height: calc(0.6 * 42px);
    color: #fff;
  }
  .newsAndOpinion .lawFirmMin .details .title p::after {
    position: absolute;
    bottom: calc(-0.6 * 14px);
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.6 * 30px);
    height: calc(0.6 * 4px);
    background: #fff;
  }
  .newsAndOpinion .lawFirmMin .details #honorsBoxMin {
    height: calc(0.65 * 150px);
    overflow: hidden;
    margin-bottom: 12px;
  }
  .newsAndOpinion .lawFirmMin .details #honorsBoxMin .honors {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .newsAndOpinion .lawFirmMin .details #honorsBoxMin .honors li {
    text-align: left;
    width: calc(100vw - 48px);
    margin-bottom: calc(0.2 * 32px);
    font-size: calc(0.6 * 20px);
    line-height: calc(0.5 * 28px);
    color: #FFFFFF;
  }
  .newsAndOpinion .lawFirmMin .details #honorsBoxMin .honors li:last-of-type {
    margin-bottom: 0;
  }
  .newsAndOpinion .lawFirmMin .details button {
    display: flex;
    align-items: center;
    height: calc(0.6 * 40px);
    border: 1px solid #dddddd;
    border-radius: 2px;
    background: none;
    margin: 0 auto;
  }
  .newsAndOpinion .lawFirmMin .details button a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .newsAndOpinion .lawFirmMin .details button a span {
    display: inline-block;
    margin-right: calc(0.6 * 10px);
    font-size: calc(0.5 * 16px);
    line-height: calc(0.6 * 40px);
    color: #fff;
  }
  .newsAndOpinion .lawFirmMin .details button a img {
    display: inline-block;
    width: calc(0.6 * 16px);
    height: calc(0.6 * 16px);
  }
  .newsAndOpinion .lawFirmMin .details button a .blueSkip {
    display: none;
  }
  .newsAndOpinion .business {
    position: relative;
    text-align: center;
  }
  .newsAndOpinion .business .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.5 * 600px);
  }
  .newsAndOpinion .business ul {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .newsAndOpinion .business ul li {
    cursor: pointer;
  }
  .newsAndOpinion .business ul li a {
    text-decoration: none;
  }
  .newsAndOpinion .business ul li .icon {
    margin-bottom: calc(0.6 * 29px);
    width: calc(0.6 * 80px);
    height: calc(0.6 * 80px);
  }
  .newsAndOpinion .business ul li .skipIcon {
    width: calc(0.6 * 24px);
    height: calc(0.6 * 24px);
  }
  .newsAndOpinion .business ul li .name {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.6 * 17px);
    font-size: calc(0.6 * 30px);
    line-height: calc(0.6 * 35px);
    color: #FFFFFF;
  }
  .newsAndOpinion .business ul li .intro {
    margin-bottom: calc(0.6 * 40px);
    font-size: calc(0.6 * 16px);
    line-height: calc(0.6 * 22px);
    color: #FFFFFF;
  }
  .newsAndOpinion .business ul li:last-of-type {
    margin-right: 0;
  }
  .activity {
    position: relative;
  }
  .activity .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.5 * 600px);
  }
  .activity .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  .activity .content .title {
    margin-bottom: calc(0.6 * 100px);
  }
  .activity .content .title p {
    position: relative;
    font-size: calc(0.6 * 30px);
    line-height: calc(0.6 * 42px);
  }
  .activity .content .title p::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: calc(0.6 * 30px);
    height: calc(0.6 * 4px);
    background: #4C7CC9;
  }
  .activity .content ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
  }
  .activity .content ul li a {
    color: #333;
    text-decoration: none;
  }
  .activity .content ul li img {
    margin-bottom: calc(0.6 * 17px);
    width: calc(0.6 * 80px);
    height: calc(0.6 * 80px);
  }
  .activity .content ul li p {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.6 * 38px);
    font-size: calc(0.5 * 30px);
    line-height: calc(0.6 * 35px);
  }
  .activity .content ul li .blackSkip,
  .activity .content ul li .blueSkip {
    width: calc(0.6 * 24px);
    height: calc(0.6 * 24px);
    cursor: pointer;
  }
  .activity .content ul li .blueSkip {
    display: none;
  }
  .activity .content ul li:last-of-type {
    margin-right: 0;
  }
  .contactUs {
    position: relative;
  }
  .contactUs a {
    text-decoration: none;
  }
  .contactUs a:hover {
    text-decoration: none;
  }
  .contactUs .bgImg {
    object-fit: cover;
    width: 100%;
    height: calc(0.4 * 500px);
  }
  .contactUs .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .contactUs .content p {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.6 * 22px);
    font-size: calc(0.6 * 36px);
    line-height: calc(0.6 * 40px);
    color: #FFFFFF;
  }
  .contactUs .content .skipIcon {
    width: calc(0.6 * 24px);
    height: calc(0.6 * 24px);
    cursor: pointer;
  }
  .foot {
    background: #151B2E;
    font-size: calc(0.7 * 16px);
    color: #FFFFFF;
  }
  .foot a {
    text-decoration: none;
    color: #fff;
  }
  .foot a:hover {
    text-decoration: none;
    color: #fff;
  }
  .foot .topPart {
    padding: calc(0.6 * 40px) 0 calc(0.6 * 20px) 0;
    display: flex;
    justify-content: center;
  }
  .foot .topPart .left {
    margin-right: calc(0.6 * 30px);
    width: calc(0.6 * 664px);
    display: flex;
    justify-content: space-between;
  }
  .foot .topPart .left ul {
    margin-bottom: 0;
  }
  .foot .topPart .left ul li {
    margin-bottom: calc(0.6 * 23px);
    line-height: calc(0.6 * 22px);
  }
  .foot .topPart .left ul li:last-of-type {
    margin-bottom: 0;
  }
  .foot .topPart .right {
    padding-top: calc(0.6 * 86px);
    width: calc(0.6 * 247px);
  }
  .foot .topPart .right .subscribe {
    float: right;
    margin-bottom: calc(0.6 * 25px);
    display: flex;
    justify-content: flex-end;
    align-items: right;
    flex-direction: column;
  }
  .foot .topPart .right .subscribe img {
    width: calc(0.6 * 28px);
    height: calc(0.6 * 28px);
  }
  .foot .topPart .right .subscribe p {
    margin-bottom: 0;
  }
  .foot .topPart .right .logo {
    width: calc(0.6 * 247px);
    height: calc(0.6 * 32px);
  }
  .foot .bottomPart {
    height: calc(0.6 * 60px);
    border-top: 1px solid #212943;
  }
  .foot .bottomPart p {
    font-size: 12px;
    line-height: calc(0.6 * 60px);
    margin-bottom: 0;
    text-align: center;
  }
  .footMin {
    background: #151B2E;
    font-size: calc(0.6 * 16px);
    color: #FFFFFF;
    overflow: hidden;
    display: none;
  }
  .footMin a {
    text-decoration: none;
    color: #fff;
  }
  .footMin a:hover {
    text-decoration: none;
    color: #fff;
  }
  .footMin .head {
    display: flex;
    justify-content: left;
    width: calc(100vw - 48px);
    margin: 24px auto 12px auto;
  }
  .footMin .head ul li {
    margin-right: calc(0.8 * 23px);
    margin-bottom: calc(0.4 * 23px);
    line-height: 1;
  }
  .footMin .head ul li:last-of-type {
    margin-bottom: 0;
  }
  .footMin .center {
    margin: 0 auto 12px auto;
    width: calc(100vw - 48px);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footMin .center .subscribe img {
    width: calc(0.6 * 28px);
    height: calc(0.6 * 28px);
  }
  .footMin .center .subscribe p {
    margin-bottom: 0;
  }
  .footMin .center .logo {
    width: calc(0.6 * 247px);
    height: calc(0.6 * 32px);
  }
  .footMin .bottomPart {
    height: calc(0.6 * 60px);
    border-top: 1px solid #212943;
  }
  .footMin .bottomPart p {
    font-size: 10px;
    padding: 0 24px;
    line-height: 16px;
    margin-bottom: 0;
    text-align: center;
  }
}
