html {
    font-size: 10px;
}

/* 移动端的标准都是根据iphone手机来指定标准的 
   微信：是按照iphone6的设计标准设计的，可以参考微信的标准
   iphone6的分辨率 750*1334   在pc端 显示的比例375*667
*/

@media screen and (min-width:300px) {
    html {
        font-size: 8px !important;
    }
}

@media screen and (min-width:320px) {
    html {
        font-size: 8.53px !important;
    }
}

/* iphone6/7/8 */
@media screen and (min-width:375px) {
    html {
        font-size: 10px !important;
    }
}

/* iphone12p */
@media screen and (min-width:390px) {
    html {
        /* 10*390/375= */
        font-size: 10.4px !important;
    }
}

/* iphone6p/7p/8p */
@media screen and (min-width:414px) {
    html {
        /* 10*414/375= */
        font-size: 11.04px !important;
    }
}

@media screen and (min-width:540px) {
    html {
        /* 10*540/375= */
        font-size: 14.4px !important;
    }
}

@media screen and (min-width:600px) {
    html {
        /* 10*600/375= */
        font-size: 16px !important;
    }
}

@media screen and (min-width:700px) {
    html {
        /* 10*700/375= */
        font-size: 18.66px !important;
    }
}

/* ipad */
@media screen and (min-width:768px) {
    html {
        /* 10*768/375= */
        font-size: 20.48px !important;
    }
}

/* ipad Air*/
@media screen and (min-width:820px) {
    html {
        /* 10*820/375= */
        font-size: 21.86px !important;
    }
}

@media screen and (min-width:860px) {
    html {
        /* 10*860/375= */
        font-size: 22.93px !important;
    }
}

@media screen and (min-width:912px) {
    html {
        /* 10*912/375= */
        font-size: 24.32px !important;
    }
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: Arial, PingFang;
    background: #fff;
}

input,
button,
select,
textarea {
    font-family: Arial, PingFang;
}

dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
p,
form {
    padding: 0;
    margin: 0;
}

ul,
li,
ol {
    list-style: none;
}

img {
    vertical-align: top;
    display: inline-block;
}

.clear {
    clear: both;
}

a {
    color: #787E80;
    text-decoration: none;
}

a:hover {
    color: #2B1E1A;
    transition: 0.2s ease color;
}

.one-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.three-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pageing {
    display: none;
}

.layui-laypage a:hover {
    color: #212431;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #212431;
}

#award .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #fff;
}

#award .layui-laypage .layui-laypage-curr em {
    color: #ED530C;
}

.layui-icon {
    font-size: 1.6rem;
}

.boxing {
    width: 100%;
    font-size: 1.4rem;
    color: #212431;
    position: relative;
}

header {
    width: 30rem;
    height: 100vh;
    background: #040B14;
    color: #A8A9B4;
    padding: 1.5rem 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: -31rem;
    z-index: 9999;
    transition: all .4s;
}

.up {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #ED530C;
    text-align: center;
    z-index: 9999;
}

.menubtn {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #ED530C;
    z-index: 9999;
}

.cha,
.list {
    width: 100%;
    height: 100%;
    text-align: center;
}

.cha {
    display: none;
}

.up img,
.menubtn img {
    width: 2rem;
    height: 2rem;
    margin-top: 1rem;
}

main {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.main {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    scroll-behavior: smooth;
    z-index: 9;
}

.names {
    width: 100%;
    height: 100%;
}

.photo {
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
    overflow: hidden;
    border: 0.8rem solid #2C2F3F;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.photo img {
    width: 100%;
}

.name {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 3.6rem;
    margin: 1rem 0;
}

.bd {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bd li {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background: #212431;
    position: relative;
    margin: 0 0.5rem;
}

.bd li:hover {
    background: #ED530C;
}

.bd li .wx,
.bd li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.bd li img {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu {
    width: 100%;
    height: calc(100% - 23rem);
    overflow-y: auto;
    margin-top: 2rem;
}

.menu li {
    width: 100%;
    line-height: 3.6rem;
    font-size: 1.8rem;
    color: #A8A9B4;
    display: flex;
    margin-bottom: 1rem;
    padding-left: 4.2rem;
    box-sizing: border-box;
    cursor: pointer;
}

.menu li:last-child {
    margin-bottom: 0;
}

.menu li>a {
    display: flex;
    width: 100%;
    color: #A8A9B4;
}

.menu-icon {
    width: 2rem;
    height: 2rem;
    margin-top: 0.8rem;
    margin-right: 1.2rem;
    position: relative;
}

.menu-icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.menu-icon img:first-child {
    opacity: 1;
}

.menu .active .menu-icon img:last-child {
    opacity: 1;
}

.menu .active .menu-icon img:first-child {
    opacity: 0;
}

.menu .active,
.menu .active a {
    color: #fff;
    font-weight: 500;
}

footer {
    display: none;
}


.bann {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background: #040B14;
}

.bann .banner {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    position: relative;
    color: #fff;
    opacity: 1 !important;
}

.banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #050D18;
    opacity: 0.3;
}

.bann .banner img {
    height: 100%;
}

.banner-name {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 3rem;
    box-sizing: border-box;
    /* text-align: center; */
}

.my-name {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.my-message {
    font-size: 2rem;
}

.typing {
    position: relative;
}

.typing::before {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background: #ED530C;
}

.typing::after {
    /* content: '';
    position: absolute;
    top: 0;
    right: -0.5rem;
    width: 0.2rem;
    height: 2.6rem;
    background: #D8D8D8; */
}

.container {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 3rem 1.6rem;
    box-sizing: border-box;
}

.new-con {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    position: relative;
    padding: 6rem 1.6rem;
    box-sizing: border-box;
}

#new {
    padding-bottom: 0;
}

.bann video {
    display: none !important;
}

.container:first-child {
    height: 100vh;
    background: transparent;
}

.container:last-child {
    min-height: 100vh;
}

video::-webkit-media-controls {
    display: none !important;

}

.top {
    width: 100%;
    font-size: 2.4rem;
    font-weight: bold;
    /* color: #212431; */
    line-height: 3.2rem;
    position: relative;
}

.top-h2 {
    width: 100%;
    position: relative;
    margin-bottom: 3.3rem;
}

.top-h2::before {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 6rem;
    height: 0.3rem;
    background: #ED530C;
}

.top-time {
    font-weight: normal;
    color: #A8A9B4;
    font-size: 1.6rem;
    line-height: 3.2rem;
}

.word {
    width: 100%;
    font-size: 1.6rem;
    color: #212431;
    line-height: 2.8rem;
}

.word img,
.word video {
    max-width: 100%;
}

.about-img {
    width: 20rem;
    height: 20rem;
    overflow: hidden;
    margin: 3rem auto;
}

.about-img img {
    width: 100%;
}

.about-tab,
.about-tab-ul {
    width: 100%;
}

.about-tab-li {
    width: 100%;
    display: flex;
    font-size: 1.6rem;
    /* color: #212431; */
    line-height: 2.2rem;
}

.about-tab-left {
    width: 11rem;
    background: #F5F8FB;
    padding: 1.16rem;
    box-sizing: border-box;
    position: relative;
    text-align: right;
    color: #6F7180;
}

.about-tab-right {
    width: calc(100% - 11rem);
    background: #fff;
    padding: 1.16rem;
    box-sizing: border-box;
    position: relative;
}

.about-tab-left::before,
.about-tab-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid #DBDBDB;
}

.f5 {
    background: #F5F8FB;
}

.tab {
    width: auto;
    background: #fff;
    line-height: 4rem;
    display: flex;
    justify-content: center;
    border-radius: 2.3rem;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0 1.2rem;
    margin-bottom: 3rem;
}

.new-tab {
    background: #F5F8FB;
}

.tab li {
    cursor: pointer;
    margin: 0 2rem;
}

.career-tab li {
    cursor: pointer;
    margin: 0 1rem;
}

.tab .active {
    color: #ED530C;
}

.career {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.career-ul {
    width: 100%;
    /* height: 70vh;
    overflow-y: auto; */
    display: none;
}

.career .active {
    display: block;
}

.career-ul li {
    width: 100%;
    position: relative;
    padding: 0 0 2rem 1.8rem;
    box-sizing: border-box;
}

.career-ul li::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    border: 0.3rem solid #ED530C;
    box-sizing: border-box;
}

.career-ul li::after {
    content: '';
    position: absolute;
    top: 1.8rem;
    left: .6rem;
    width: 0.1rem;
    height: calc(100% - 1.2rem);
    background: #ED530C;
}

.career-ul li:last-child:after {
    height: calc(100% - 5.8rem);
}

.career-top {
    width: 100%;
    margin-bottom: 1rem;
}

.career-topic {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #212431;
    line-height: 2.8rem;
    margin-bottom: 0.5rem;
}

.career-time {
    font-size: 1.4rem;
    color: #ED530C;
    line-height: 2.2rem;
}

.data,
.data ul {
    width: 100%;
}

.data ul li {
    width: 100%;
}

.data-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data-img-l {
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 0.6rem solid #DBDBDB;
    border-radius: 50%;
}

.data-img-c {
    width: 7rem;
    height: 8rem;
}

.data-img-c img,
.data-img-l img {
    width: 100%;
}

.data-word {
    width: 100%;
    background: #F5F8FB;
    border-radius: 1.6rem;
    padding: 1.6rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    box-sizing: border-box;
    margin: 2rem 0;
}

.data-word>p {
    margin-bottom: 1rem;
}

.data-word>p:last-child {
    margin-bottom: 0;
}

.data-word .data-s {
    color: #6F7180;
}

.orange {
    color: #ED530C;
}

.award {
    width: 100%;
}

.award li {
    width: 100%;
    position: relative;
    display: flex;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.award li:last-child {
    margin-bottom: 0;
}

.award li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
}

.award-img {
    width: 16rem;
    height: 12rem;
    overflow: hidden;
    margin-right: 2rem;
}

.award-img img {
    width: 100%;
}

.award-word {
    flex: 1;
    height: 12rem;
    position: relative;
}

.award-top {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.award-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.4rem;
    color: #6F7180;
    line-height: 2.2rem;
}

.new {
    width: 100%;
}

.new-ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}

.new .active {
    display: flex;
}

.new-ul li {
    width: 16.7rem;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.new-ul li:nth-last-child(1),
.new-ul li:nth-last-child(2) {
    margin-bottom: 0;
}

.new-img {
    width: 100%;
    height: 12.5rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.new-img img {
    height: 100%;
}

.new-word {
    margin-top: 1rem;
}

.new-tit {
    width: 100%;
    height: 4.2rem;
    color: #212431;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.new-time {
    width: 100%;
    font-size: 1.4rem;
    color: #6F7180;
}

.new-ul li:hover .new-tit,
.new-ul li:hover .new-time {
    color: #ED530C;
}

.cooperation {
    width: 100%;
    margin: 3rem 0 6rem;
}

.contact {
    width: 100%;
}

.contact-li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.contact-img {
    width: 5.1rem;
    height: 5.1rem;
    background: rgb(254, 245, 241);
    border-radius: 50%;
    margin-right: 1rem;
    position: relative;
}

.contact-img img {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.contact-img img:first-child {
    opacity: 1;
}

.contact-word {
    flex: 1;
    height: 100%;
}

.contact-top {
    font-size: 1.8rem;
    font-weight: bold;
    color: #212431;
    line-height: 2.5rem;
}

.contact-tit {
    font-size: 1.6rem;
    color: #6F7180;
    line-height: 2.2rem;
}

.contact-tit a {
    display: block;
    margin-top: .5rem;
}

.contact-lis {
    justify-content: space-around;
}

.contact-er {
    width: 12rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: center;
}

.erweima {
    width: 12rem;
    height: 12rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.contact-er img {
    width: 100%;
}

.qrcode {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.qrcode img {
    width: 24rem;
    height: 24rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.online {
    width: 100%;
}

.online-top {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5rem;
    margin-bottom: 2.4rem;
}

.online-flex {
    width: 100%;
}

.online-inp {
    width: 100%;
}

.online .layui-input {
    height: 4.8rem;
    font-size: 1.6rem;
    padding: 0 2rem;
    background: #F7F7F7;
    outline: none;
    border: none;
    box-shadow: none;
    margin-bottom: 2rem;
}

.online .layui-textarea {
    min-height: 23rem;
    padding: 2rem 1.3rem;
    font-size: 1.6rem;
    background: #F7F7F7;
    border: none;
    box-shadow: none;
    outline: none;
}

.online .layui-btn {
    width: 18rem;
    height: 4.6rem;
    line-height: 4.6rem;
    background: #ED530C;
    font-size: 1.6rem;
    opacity: 1;
}

.online-center {
    text-align: center;
    margin-top: 3rem;
}

.layui-flow-more {
    margin: 10px auto;
}