* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
}

html,
body {
    font-size: 16px !important;
    color: #333333;
    font-family: Microsoft YaHei, sans-serif;
}
a{
    text-decoration: none;
    color: #333333;
}
img {
    border: 0;
}

/* 头部 */
header {
    width: 100%;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pgCon {
    max-width: 1356px;
    margin: 0 auto;
}

.hdNav {
    /* width: 100%; */
    min-height: 66px;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdLeft {
    display: flex;
    align-items: center;
}
.hdLeft .hdLogo {
    width: 114px;
    display: flex;
    align-items: baseline;
    margin-right: 10px;
    font-weight: bold;
    margin-top: -6px;
}

.hdLeft .hdLogo img {
    height: 30px;
}

.hdSele ul li {
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 48px;
    box-sizing: border-box;
    color: #333333;
    text-align: center;
}

.hdSele ul li a, .hdSele ul li > span {
    display: block;
    color: #333333;
    transition: all 0.1s ease-in;
    line-height: 40px;
}
.hdSele ul li a.about{
    background: url("../images/icon/about.png") no-repeat 24px center;
}
.hdSele ul li a.about:hover{
    background: url("../images/icon/home_15.png") no-repeat 24px center;
}
.hdSele ul li a.contact{
    background: url("../images/icon/contact.png") no-repeat 24px center;
}
.hdSele ul li a.contact:hover{
    background: url("../images/icon/home_32.png") no-repeat 24px center;
}
.hdSele .navTo {
    color: #6249FF;
    border-bottom: 2px solid #6249FF;
}

.hdSele .navTo a {
    color: #6249FF;
}

.hdSele ul li:hover a {
    color: #6249FF;
}

.hdSele ul li.about-pc {
    position: relative;
}

.about-sele-lis {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 166px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    overflow: hidden;
    transition: max-height .3s ease-out;
    border-radius: 0 0 4px 4px;
    padding: 20px 0px;
}

.hdSele ul li:hover .about-sele-lis {
    display: block;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, .05);
}

.about-sele-lis a {
    padding: 6px 0;
    color: #333 !important;
}

.about-sele-lis a:hover {
    color: #6249FF !important;

}

.about-sele-lis .navTo {
    border-bottom: none !important;
    color: #6249FF !important;
}

.hdSele .about-pc {
    border-bottom: none !important;
    color: #333;
}

.about-sele {
    width: 12px;
    transform: rotate(0deg);
    transition: all .2s ease-out;
}
.hdSele ul li.about-pc:hover{
    color: #6249FF;
}
.hdSele ul li.about-pc:hover .about-sele {
    transform: rotate(180deg);
}
.hdRight{
    display: flex;
    align-items: center;
}
.hdRight .changeLanguage{
    margin-right: 14px;
    cursor: pointer;
    color: #6249ff;
}
.sbmBtn {
    display: inline-block;
    /* width: 96px; */
    padding: 0 16px;
    height: 26px;
    line-height: 24px;
    font-family: OPPOSansR;
    font-size: 14px;
    background: #6249FF;
    border: 1px solid #6249FF;
    border-radius: 14px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.sbmBtn:hover{
    opacity: 0.8;
}
.register {
    background-color: #fff;
    border: 1px solid #6249FF;
    color: #6249FF;
    margin-left: 10px;
}

.register:hover {
    background-color: #6249FF;
    border: 1px solid #6249FF;
    color: #FFF;
}

.r-ico {
    width: 16px;
    height: 16px;
    display: none;
}

.l-ico {
    width: 16px;
    height: 16px;
    display: none;
}

/* 面包屑 */
.retract {
    display: none;
}

/* 底部 */
.foot-bg {
    background: #F5F5F7;
    overflow: hidden;
}

.foot-tit {
    margin-top: 75px;
}

.foot-con {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.foot-con .uls {
    display: flex;
}

.foot-con ul {
    color: #42474d;
    margin-right: 170px;
}

.foot-con ul li {
    margin-bottom: 18px;
}
.foot-con ul li.title{
    font-size: 18px;
}
.foot-con ul li a {
    position: relative;
    color: #565a5f;
    
}

.foot-con ul li a::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 50%;
    background-color: #333 !important;
    transform: translateX(-50%);
}

.foot-con ul li a::before {
    content: '';
    width: 0;
    transition: all .1s ease-in;
}

.foot-con ul li a:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: .5px;
    bottom: 0;
    left: 50%;
    background-color: #333 !important;
    transform: translateX(-50%);

}

.language-sele {
    position: relative;
    width: 146px;
    height: 46px;
    background: #FFFFFF;
    color: #6a6f73;
    border-radius: 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s ease-in;
}

.language-sele:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}

.language-sele .language {
    width: 15px;
    height: 15px;
    margin-right: 12px;
}
.language-sele .language_foot{
    display: flex;
    align-items: center;
}
.language-sele .xiala {
    width: 12px;
    height: 7px;
    margin-left: 12px;
    transition: all 0.2s ease-in;
}

.sele-pp {
    display: none;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    top: calc(100% + 10px);
    width: 100%;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    transition: all 0.3s ease-out;
}
.sele-pp.sele-pp-on{
    display: block;
}
.sele-pp .sele-item {
    background-color: #fff;
    padding: 15px 20px;
}

.sele-pp .sele-item:hover {
    color: #6249FF;
}

.active-a {
    color: #6249FF;
}

.foot-bot {
    background-color: #F5F5F7;
    margin-top: 120px;
}

.foot-bot .pgCon {
    padding: 24px 0;
    font-size: 12px;
    border-top: 1px solid #ECECEC;
    color: #949494;
}
/*  */
.main-bg3 {
    height: auto;
    background: linear-gradient(#7A5EE3, #6772EA);
}

.main-bg3 .pgCon {
    display: flex;
    min-height: 240px;
    align-items: center;
}

.main-bg3 .cont-cal {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
}
.main-bg3 .cont-cal:first-child{
    margin-right: 100px;
}
.main-bg3 .cont-cal:first-child{
    border-right: 1px solid #8c85eb;
}
.cont-cal .cont-cal-left .cont-cal-left-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
}

.cont-cal .cont-cal-left .cont-cal-left-text {
    padding: 8px 0px;
    font-size: 18px;
    margin-bottom: 5px;
}

.cont-cal-left .cont-cal-left-text span {
    font-weight: bold;
}

.cont-cal-left .cont-cal-left-text .btn {
    cursor: pointer;
    background: #FFA300;
    border-radius: 17px;
    width: 145px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}

.cont-cal-left-text .btn:hover {
    background: #FFA300dd;
}


/* 浮框 */
.home-top-code {
    position: fixed;
    right: 28px;
    top: 200px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.mbtn {
    width: 43px;
    height: 43px;
    border-radius: 10px;
    background-color: #9d9ea5;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease-in;
}

.mbtn img {
    width: 36px;
    height: 36px;
}

.mbtn:hover {
    background-color: #6249ff;
}
@media screen and (max-width: 1356px) {
    .pgCon {
      box-sizing: border-box;
      width: 100%;
      padding: 0 16px;
    }
}
@media screen and (max-width: 1000px) {
    .pgCon .hdNav {
        padding: 0;
    }
}
@media screen and (max-width: 920px) {

    a.hdLogo {
        width: 100px;
        margin: 0 auto !important;
    }

    .nav a {
        width: 66px !important;
    }

    .pgCon .hdNav {
        height: 56px;
    }

    .hdSele .navTo {
        background-color: #6249FF22;
        border: none;
    }

    .hdSele ul li:hover {
        background-color: #6249FF22;
        border: none;
    }
    .hdSele ul li .about-sele-lis{
        position: relative;
        display: block;
        padding: 0px 0px 20px 20px;
    }
    .hdSele ul li .about-sele-lis a, .hdSele ul li a.about:hover, .hdSele ul li a.contact:hover{
        background: none;
    }
    .hdLeft .hdSele {
        position: fixed;
        z-index: 999;
        max-height: 0;
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
        transition: all .2s ease-out;
        min-width: 168px;
        right: 16px;
        top: 50px;
        border-radius: 10px;
        overflow: hidden;
    }

    .hdLeft .hdSele ul {
        display: block;
    }
    .hdLeft .hdSele ul li{
        font-size: 1rem;
    }
    .hdLeft .hdSele ul li a, .hdSele ul li > span{
        white-space: nowrap;
        display: block;
        display: flex !important;
        box-sizing: border-box;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
        margin: 0px 16px;
    }

    .hdLeft .hdSele ul li {
        float: none;
        margin-left: 0 !important;
        margin-right: 0;
    }

    .retract {
        display: block !important;
        cursor: pointer;
        width: 24ppx;
        height: 24px;
        margin-left: 12px;
    }

    .retract-on {
        opacity: 1 !important;
        max-height: 500px !important;
    }

    .retract-on .r-ico {
        display: block;
    }

    .retract-on .l-ico {
        display: block;
    }

    .foot-con {
        margin-top: 10px;
        display: block;
        position: relative;
    }
    .language-sele{
        position: absolute;
        top: -80px;
        right: 0px;
    }
    .foot-con ul li{
        font-size: 14px;
    }
    .foot-con ul li.title{
        font-size: 16px;
    }
    .foot-con .uls {
        display: flex;
        justify-content: space-between;
    }

    .foot-flex ul {
        margin: 0;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .foot-tit {
        margin-top: 50px;
        padding: 24px 0;
    }

    .foot-flex {
        justify-content: center;
    }

    .foot-bot {
        margin-top: 30px;
        text-align: center;
    }

    /* 浮窗 */
    .home-top-code {
        display: none;
    }


    .main-bg3 {
        min-height: auto;
        padding: 20px 16px;
        background: linear-gradient(90deg, #7A5EE3, #6772EA);
        text-align: center;
    }

    .main-bg3 .info {
        font-size: 12px;
        margin: 10px 0 12px;
    }

    .main-bg3 .pgCon {
        display: block;
    }

    .main-bg3 .cont-cal {
        margin: 24px 0;
    }

    .cont-cal .cont-cal-left .cont-cal-left-title {
        font-size: 22px;
    }

    .cont-cal .cont-cal-left .cont-cal-left-text {
        font-size: 14px;
    }

    .cont-cal .cont-cal-left .cont-cal-left-text .btn {
        margin: 0 auto;
        width: 100%;
    }
}