html,
body {
    width: 100%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

ul,
li,
ol,
dl,
dd,
dt,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
option {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clearAppr {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* 穿透该层 */
.pointEvent {
    pointer-events: none;
}

.nowarp {
    word-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
}

* {
    -webkit-tap-highlight-color: transparent;
    font-family: "SourceHanSansCN";
    font-weight: 400;
    vertical-align: top;
}

.anim {
    transition: all 0s;
}

.imgbg {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
    outline: none;
}

a img {
    border: none;
    outline: none;
}

.ablock {
    width: 100%;
    height: 100%;
    display: block;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

::-webkit-input-placeholder {
    color: #dfd4c6;
}

::-moz-placeholder {
    color: #dfd4c6;
}

:-ms-input-placeholder {
    color: #dfd4c6;
}

:-moz-placeholder {
    color: #dfd4c6;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

body::-webkit-scrollbar-track {
    background: #ededed;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix_ie {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.scale_img {
    transition: all 1s;
}

.scale_img:hover {
    transform: scale(1.1);
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.otf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-ExtraLight.woff2") format("woff2"), url("../fonts/SourceHanSansCN-ExtraLight.woff") format("woff"), url("../fonts/SourceHanSansCN-ExtraLight.otf") format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Light.woff2") format("woff2"), url("../fonts/SourceHanSansCN-Light.woff") format("woff"), url("../fonts/SourceHanSansCN-Light.otf") format("truetype");
    font-weight: 200;
}

* {
    font-family: "SourceHanSansCN";
    transition: all 0.5s;
}

.hover-big {}

.hover-big:hover {
    transform: scale(1.1);
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.header_hoder {
    width: 100%;
    height: 118px;
}

#header {
    height: 118px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 40;
}

#header.shadow {
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.4);
}

#header .center_con {
    width: 83.3333%;
    height: 100%;
    margin-left: 8.333%;
}

#header .logo {
    float: left;
    display: block;
    width: 16.6666%;
    height: 55px;
    margin-top: 32px;
}

#header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#header .menus {
    height: 32px;
    float: right;
    display: flex;
    margin-right: 8%;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 40px;
}

#header .menus a {
    float: left;
    display: block;
    font-size: 18px;
    color: #2b3a41;
    line-height: 30px;
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
    left: 0;
    top: 0;
    white-space: nowrap;
}

#header .menus a::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 8px;
    width: 14px;
    height: 14px;
    background-color: #cd3f47;
    display: none;
}

#header .menus a.active {
    border-bottom: 2px solid #cd3f47;
}

#header .menus a.active::after {
    display: block;
}

#header .menus a:hover {
    transition: all 0s;
    border-bottom: 2px solid #cd3f47;
}

#header .menus a:hover::after {
    display: block;
}

#header .menus:last-child {
    margin-right: 0;
}

#header .language {
    height: 100%;
    float: right;
    display: block;
    width: 8.333%;
    text-align: right;
}

#header .language a {
    background: url(../imgs/index/icon_lang.png) no-repeat;
    background-size: auto 100%;
    display: block;
    float: right;
    height: 26px;
    padding-left: 36px;
    font-size: 14px;
    color: #2b3a41;
    line-height: 26px;
    margin-top: 42px;
}

#header .wap-menu-open {
    width: 36px;
    height: 30px;
    position: absolute;
    right: 8.333%;
    top: 45px;
    background: url(../imgs/index/wap-menu-open.png) no-repeat;
    background-size: contain;
    display: none;
}

#wap-menu {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 400;
    display: none;
    transition: all 0s;
}

#wap-menu .drawer-bg {
    width: 100%;
    height: 100%;
}

#wap-menu .drawer {
    width: 320px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    text-align: right;
}

#wap-menu .drawer .language {
    padding: 50px 70px 0 0;
    text-align: right;
    height: 140px;
}

#wap-menu .drawer .language a {
    background: url(../imgs/index/icon_lang.png) no-repeat;
    background-size: 52px 52px;
    font-size: 36px;
    color: #2b3a41;
    padding-left: 74px;
    line-height: 52px;
    display: block;
    float: right;
}

#wap-menu .drawer .menus {
    width: 227px;
    height: auto;
    margin-left: 22px;
    display: block;
}

#wap-menu .drawer .menus li {
    display: block;
    text-align: right;
    margin-bottom: 102px;
}

#wap-menu .drawer .menus li a {
    display: block;
    margin-right: 28px;
    padding-right: 10px;
    font-size: 36px;
    line-height: 38px;
    color: #2b3a41;
    position: relative;
    left: 0;
    top: 0;
}

#wap-menu .drawer .menus li a::after {
    content: " ";
    position: absolute;
    right: -28px;
    bottom: 1px;
    width: 28px;
    height: 28px;
    background-color: #e72422;
    display: none;
}

#wap-menu .drawer .menus li.active a {
    border-bottom: 2px solid #e72422;
}

#wap-menu .drawer .menus li.active a::after {
    display: block;
}

#footer {
    width: 100%;
    height: 342px;
    background-color: #2b3a41;
    border-bottom: 1px solid #fff;
}

#footer .center_con {
    width: 100%;
    padding-top: 107px;
    position: relative;
}

#footer .center_con .addr-0 {
    width: 16.666%;
    float: left;
    margin-left: 16.666%;
}

#footer .center_con .addr-1 {
    width: 16.666%;
    float: left;
}

#footer .center_con .icons {
    width: 8.333%;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#footer .center_con .icons .weixi {
    width: 32px;
    height: 32px;
    background: url(../imgs/index/icon_weixi.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10%;
    flex-shrink: 0;
}

#footer .center_con .icons .in {
    width: 32px;
    height: 32px;
    background: url(../imgs/index/icon_in.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 10%;
    flex-shrink: 0;
}

#footer .center_con .icons .qrcode {
    width: 10vw;
    height: 10vw;
    position: absolute;
    background-color: #fff;
    left: 50%;
    bottom: 46px;
    transform: translateX(-50%);
    padding: 0px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    display: none;
}

#footer .center_con .icons .qrcode::after {
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotateZ(45deg);
    bottom: -5px;
    background-color: #fff;
}

#footer .center_con .icons .qrcode img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#footer .center_con .icons .weixi:hover .qrcode {
    display: block;
}

#footer .center_con .icons .in:hover .qrcode {
    display: block;
}

#footer .center_con .logobox {
    width: 25%;
    float: right;
    margin-right: 16.666%;
    text-align: right;
}

#footer .center_con .addr-title {
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 8px;
}

#footer .center_con .addr-title span {
    position: relative;
    left: 0;
    top: 0;
    padding-right: 30px;
}

#footer .center_con .addr-title span::after {
    content: " ";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #cc0f19;
    right: 0;
    bottom: 0;
}

#footer .center_con .addr-info {
    height: 36px;
    background: url(../imgs/index/icon_addr.png) no-repeat left center;
    background-size: 32px 32px;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    padding-left: 48px;
    margin-top: 18px;
}

#footer .center_con .addr-tel {
    height: 34px;
    background: url(../imgs/index/icon_tel.png) no-repeat left center;
    background-size: 32px 32px;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    padding-left: 48px;
    margin-top: 18px;
}

#copyright {
    width: 100%;
    height: 257px;
    background-color: #2b3a41;
    font-size: 14px;
}

#copyright p {
    text-align: center;
    padding-top: 32px;
    line-height: 26px;
    color: #fff;
}

#copyright a {
    color: #fff;
}

.example-details {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0s;
    display: block;
}

.example-details * {
    transition: all 0.5s;
}

.example-details .dialog {
    position: absolute;
    width: 1144px;
    height: 496px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #2b3a41;
    overflow: hidden;
    border-radius: 4px;
    color: #fff;
}

.example-details .dialog .left-con {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 60px 56px 60px 56px;
}

.example-details .dialog .left-con .title {
    font-size: 36px;
    line-height: 36px;
    height: 66px;
}

.example-details .dialog .left-con .title span {
    position: relative;
    left: 0;
    top: 0;
    padding-right: 27px;
}

.example-details .dialog .left-con .title span::after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    background-color: #cc0f19;
}

.example-details .dialog .left-con .author {
    font-size: 24px;
    line-height: 24px;
    height: 88px;
}

.example-details .dialog .left-con .info {
    font-size: 18px;
    line-height: 32px;
    height: 160px;
    margin-bottom: 27px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.example-details .dialog .left-con .link {
    background: url(../imgs/index/icon_link.png) no-repeat left center;
    background-size: 36px 36px;
    color: #cc0f19;
    line-height: 36px;
    padding-left: 60px;
    font-size: 24px;
    display: block;
}

.example-details .dialog .right-con {
    width: 50%;
    float: right;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.example-details .dialog .right-con .logobox {
    width: 100%;
    height: 100%;
    background-color: #0c8241;
    border-radius: 4px;
    overflow: hidden;
}

.example-details .dialog .right-con .logobox img {
    height: 100%;
    width: 50%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.example-details .dialog .close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../imgs/index/icon_close.png) no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 4;
}

@media screen and (max-width: 1280px) {
    #header .menus {
        margin-right: 0;
    }

    #header .menus a {
        margin-right: 20px;
    }

    #header .center_con {
        width: 91%;
    }

    #header .language {
        height: 100%;
        float: right;
        display: block;
        width: 8.333%;
        text-align: right;
    }

    #footer .center_con .addr-0 {
        margin-left: 8.333%;
        width: 25%;
    }

    #footer .center_con .addr-1 {
        width: 25%;
    }

    #footer .center_con .logobox {
        margin-right: 8.333%;
        margin-top: 34px;
        width: 33.333%;
    }

    #footer .center_con .icons {
        position: absolute;
        right: 8.333%;
        top: 48px;
    }

    .example-details .dialog {
        width: 898px;
        height: 390px;
    }

    .example-details .dialog .left-con {
        padding: 24px 20px;
    }

    .example-details .dialog .left-con .title {
        height: 54px;
    }

    .example-details .dialog .left-con .author {
        height: 78px;
    }

    .example-details .dialog .left-con .info {
        margin-bottom: 14px;
    }

    .example-details .dialog .right-con .logobox img {
        width: 70%;
    }
}

@media screen and (max-width: 950px) {
    #header .wap-menu-open {
        display: block;
    }

    #header .menus {
        display: none;
    }

    #header .language {
        display: none;
    }

    #footer {
        height: 450px;
    }

    #footer .center_con .addr-0 {
        margin-left: 8.333%;
        width: 37.3%;
    }

    #footer .center_con .addr-1 {
        width: 37.3%;
        float: right;
        margin-right: 8.333%;
        font-size: 24px;
    }

    #footer .center_con .addr-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #footer .center_con .addr-info {
        font-size: 20px;
        line-height: 26px;
        background: url(../imgs/index/icon_addr.png) no-repeat left 10px;
        background-size: 32px 32px;
        height: auto;
    }

    #footer .center_con .addr-tel {
        font-size: 20px;
    }

    #footer .center_con .logobox {
        display: none;
    }

    #footer .center_con .icons {
        position: absolute;
        right: 17.6%;
        top: 342px;
        width: 31.333%;
    }

    #footer .center_con .icons .weixi {
        width: 64px;
        height: 64px;
        margin-right: 30px;
    }

    #footer .center_con .icons .in {
        width: 64px;
        height: 64px;
        margin-left: 30px;
    }

    #footer .center_con .icons .qrcode {
        width: 24vw;
        height: 24vw;
        position: absolute; 
        bottom: 86px;  
    }

    #footer .center_con .icons .qrcode::after { 
        width: 25px;
        height: 25px; 
        bottom: -8px; 
    }

    #copyright {
        height: 150px;
    }

    .example-details .dialog {
        width: 83.333%;
        height: 1080px;
    }

    .example-details .dialog .right-con {
        float: none;
        width: 100%;
        height: 50%;
    }

    .example-details .dialog .left-con {
        padding: 60px 48px;
        float: none;
        width: 100%;
        height: 50%;
    }

    .example-details .dialog .left-con .title {
        height: 54px;
    }

    .example-details .dialog .left-con .author {
        height: 88px;
        font-size: 36px;
        line-height: 36px;
    }

    .example-details .dialog .left-con .info {
        margin-bottom: 54px;
        font-size: 24px;
        line-height: 32px;
        height: 196px;
        -webkit-line-clamp: 6;
    }

    .example-details .dialog .right-con .logobox img {
        width: 70%;
    }

}