@font-face {
    font-family: 'MyCustomFont';
    src: url('OPPOSANS-B.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont2';
    src: url('DIN-BOLD.OTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    /* font-family: Arial, Helvetica, STHeiTi, sans-serif;*/
    margin: 0 auto
}

.cyrillic {
    font-family: 'Times New Roman', serif;
    /* ??Cyrillic?? */
}


ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {

    text-decoration: none
}

img {
    display: block
}

html {
    background: #fff;
    font-family: "Microsoft YaHei";
}

.container {
    width: 100%;
    /*    max-width: 1920px;*/
    height: auto;
    display: table;
    margin: 0 auto;

}

.header {

    height: 3.75rem;
    line-height: 3.75rem;
    margin: 0 2.5rem;
}

.logo {
    float: left;
    padding-top: .6rem;
}

.logo img {
    width: 8.854rem;
    height: 2.5rem;
}

.nav {
    float: left;
    font-size: .729rem;
    margin-left: 5.75rem;
}

.nav li {
    float: left;
    margin-left: 1.875rem;
}

.nav span {
    display: inline-block;
    color: #B6C0C9;
    margin-left: 1.875rem;
    font-size: .625rem;
}

.nav a {
    color: #333;
}

.header-right {
    float: right;
}

.search {
    float: left;
    margin-top: 1rem;
}

.search a {
    display: block;
    font-size: .729rem;
    color: #000000;
    border: 1px solid #EBEBEB;
    width: 4.375rem;
    height: 1.667rem;
    line-height: 1.667rem;
    border-radius: 2.604rem;
    text-align: center;
}

.search a::before {
    display: inline-block;
    content: "";
    width: 1.042rem;
    height: 1.042rem;
    max-width: 1.042rem;
    max-height: 1.042rem;
    background: url(../images/search-01.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    margin: -3px 1px 0 0;
}

.service-tel {
    float: left;
    color: #0466BB;
    font-family: "MyCustomFont";
    font-size: .729rem;
    margin-left: 2.5rem;
}

.service-tel::before {
    display: inline-block;
    content: "";
    width: 1.042rem;
    height: 1.042rem;

    background: url(../images/Tel.png) no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    margin: -3px 1px 0 0;
}

.logon {
    float: left;
    margin-left: 2.5rem;
    margin-top: 1rem;
}

.logon a {
    float: left;
    width: 3.6458rem;
    height: 1.667rem;
    color: #333333;
    text-align: center;
    line-height: 1.667rem;
    font-size: .729rem;
    margin-left: 8px;
}

.logon a:first-child {
    color: #fff;
    background: #0466BB;
}

.login-succcss {
    float: left;
    margin-left: 1rem;
    font-family: "MyCustomFont";
    font-size: .729rem;
    color: #333;
    height: 100%;

}

.login-succcss a {
    display: inline-block;
    color: #333;
    line-height: 100%
}

.banner {
    position: relative;
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
    height: auto;
}

.menu {
    position: absolute;
    left: 18.75rem;
    top: 2rem;
    font-size: .83rem;
}

.menu a {
    float: left;
    color: #434F59;
    margin-right: 2rem;
    font-size: .83rem;
}

.menu a.active {
    position: relative;
    font-weight: bold;
    font-size: .83rem;
}

.menu a.active::before {
    display: block;
    content: "";
    width: 40%;
    height: 0.156rem;
    background: #0466BB;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.625rem;
    margin: 0 auto;
    border-radius: 0.156rem;
}

.anchor {
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 100%;
    height: 3.125rem;
    font-size: .83rem;
    background: rgba(255, 255, 255, 0.4);
}

.anchor-box {
    width: 62.5rem;
    height: 3.125rem;
    line-height: 3.125rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: .83rem;
}

.anchor a {
    color: #333;
    float: left;
    font-size: .83rem;

}

.anchor a.active {
    color: #0466BB;
    font-size: .83rem;
}

.anchor a.active::before {
    display: inline-block;
    content: "";
    width: .1rem;
    height: .625rem;
    background: #0466BB;
    vertical-align: middle;
    margin: -.1rem .3rem 0 0;
}

.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 3.125rem;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 2px 20px 0px rgb(120 120 120 / 50%);
}

.box {
    width: 100%;
    height: auto;
    display: table;
    background: url(../images/about-bg.png) no-repeat center center;
    margin: 0 auto;
    padding: 3rem 0 2rem 0;

}

.box-main {
    width: 62.5rem;
    height: auto;
    display: table;
    margin: 0 auto;

}

.box h2 {
    font-size: 1.66rem;
    color: #333333
}

.box span {
    font-size: .833rem;
    color: #0466BB;
    font-weight: normal;
}


.box-left {
    float: left;
    width: 40.625rem;
    font-size: .729rem;
    color: #434F59;
    line-height: 1.25rem;
}

.box-left p {

    margin-top: 1.25rem;
}

.box-right {
    float: right;
    width: 16.98rem;
    height: 17.8125rem;
    margin-top: .5rem;
}

.box-right img {

    width: 16.98rem;
    height: 17.8125rem;

}

.box-text {
    width: 100%;
    height: auto;
    display: table;
    font-size: .729rem;
    color: #434F59;
    line-height: 1.25rem;
}

.box-text p {

    margin-bottom: 1.25rem;
}

.box1 {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 1.66rem;
    background: url(../images/about2.png) no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 3rem;
}

.box1-main {
    width: 62.5rem;
    height: auto;
    display: table;
    margin: 0 auto;

}

.box1-left {
    float: left;
    width: 15.42rem;
    height: auto;
    display: table;
    text-align: center;
    color: #0466BB;
    font-size: .729rem;
}

.box1-left img {
    width: 15.42rem;
    height: 18.542rem;
}

.box1-left p {
    margin-top: .5rem;
}

.box1-right {
    float: right;
    width: 43.02rem;
    height: auto;
    display: table;
    font-size: .729rem;

    padding-top: 3rem;
}

.box1-right h2 {
    font-size: 1.66rem;
    color: #333333;
    margin-bottom: .75rem;
}

.box1-right p {
    font-size: .729rem;
    color: #434F59;
    font-weight: normal;
    margin-bottom: 1rem;
}

.box1-text {
    float: left;
    width: 100%;
    height: auto;
    display: table;
    font-size: .729rem;
    color: #434F59;
    line-height: 1.25rem;
    margin-top: 1.25rem;
}

.box2 {
    width: 100%;
    height: 40.625rem;
    background: url(../images/about3.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
}

.box2-main {
    width: 62.5rem;
    height: auto;
    display: table;
    margin: 0 auto;
}

.box2-main img {
    width: 100%;
    height: auto;

}

.box2-text {
    float: left;
    width: 100%;
    height: auto;
    display: table;
    font-size: .729rem;
    color: #434F59;
    line-height: 1.25rem;
}

.box3 {
    width: 100%;
    height: auto;
    background: #F3F4F8;
    margin: 0 auto;
    padding: 3.125rem 0;
}

.title {
    text-align: center;
    font-size: 1.66rem;
    color: #333333;
    font-weight: bold;
}

.box3-main {
    width: 62.5rem;
    height: auto;
    display: table;
    margin: 3rem auto 0 auto;
}

.box3-left {
    float: left;
    width: 19.795rem;
    height: 19.795rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(96, 109, 121, 0.1);
    padding: 1.5626rem;
}

.photo-box {
    width: 18.126rem;
    height: 11.876rem;
    border-radius: .42rem;
    border: 1px solid #EBEBEB;
    padding: .833rem;
}

.photo-box img {
    display: block;
    width: auto;
    height: 11.876rem;
    margin: 0 auto;
    max-width: 100%;
}

.honor-name {
    text-align: center;
    color: #000000;
    font-size: .833rem;
    margin-top: 1.25rem;
}

.page {
    text-align: center;
    font-weight: 400;
    font-size: 1.66rem;
    color: #EBEBEB;
    font-family: "MyCustomFont2";
    margin-top: 1.25rem;
}

.page .contont {

    color: #333;

}

.box3-right {
    float: right;
    width: 36.042rem;
    height: 22.92rem;
    overflow-y: auto;
}

/* 设置滚动条的样式 */
.box3-right::-webkit-scrollbar {
    width: .1042rem;
    background: #D9D9D9;
}



/* 滚动条滑块 */
.box3-right::-webkit-scrollbar-thumb {
    background: #0466BB;
}

.box3-right li {
    float: left;
    width: 14.67rem;
    height: 4.77rem;
    padding: 1rem;
    cursor: pointer;
}



.honor-photo {
    float: left;
    width: 2.92rem;
    height: 2.92rem;
}

.honor-photo img {
    width: 100%;
    height: auto;
}

.honor-group {
    float: right;
    width: 11.42rem;

}

.honor-group h2 {
    font-weight: normal;
    font-size: 1.66rem;
    line-height: 1.66rem;
    color: #B6C0C9;
    font-family: "MyCustomFont2";
}

.honor-group p {
    font-size: .833rem;
    color: #333333;
}

.box3-right li.active {

    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(96, 109, 121, 0.1);
}

.box3-right li.active .honor-group h2 {
    color: #0466BB;
}

.box3-right li.active .honor-group p {
    color: #0466BB;
}

.box4 {
    width: 100%;
    height: 31.775rem;
    background: url(../images/timebg.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 3.125rem 0;
}

.product-section {
    margin-top: 4rem;
}

.product-wrapper {
    width: 89rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.swiper-left {
    position: absolute;
    top: 0;
    left: -4.4rem;
    width: 10.41rem;
    height: 100%;
    z-index: 9;
}

.swiper-right {
    position: absolute;
    top: 0;
    right: -4.4rem;
    width: 10.41rem;
    height: 100%;
    z-index: 9;
}

.swiper-left img,
.swiper-right img {
    width: 10.41rem;
    height: 100%;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-bottom: 3rem;
}

.features-item .features-info {
    padding-top: 5rem;
    display: block;
    margin: 0 auto;
    height: 10rem;
    background: url(../images/time-line.png) repeat-x 0 bottom;
}

.features-item .features-info2 {
    display: block;
    margin: 0 auto;
    height: 15rem;
    background: url(../images/time-line.png) repeat-x 0 bottom;
}

.features-title {
    position: relative;
    margin: 0 auto;
    height: 10rem;
    text-align: center;
    font-size: .833rem;
    color: #333333;
    line-height: 1.25rem;
}

.features-title p.p1 {
    width: 1px;
    height: 3.5rem;
    border-right: 1px dashed #000;
    margin: .5rem auto 0 auto;
}

.features-title p.p3 {
    width: 1px;
    height: 4.8rem;
    border-right: 1px dashed #000;
    margin: .5rem auto 0 auto;
}

.features-info i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .5rem;
    margin: 0 auto;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/addres-icon.png) no-repeat center center;
    background-size: 100%;
}

.features-title2 {
    position: relative;
    margin: 0 auto;
    height: 15rem;
    text-align: center;
    font-size: .833rem;
    color: #333333;
    line-height: 1.25rem;
}

.features-title2 p.p2 {
    width: 1px;
    height: 8.6rem;
    border-right: 1px dashed #000;
    margin: .5rem auto 0 auto;
}

.features-title2 p.p3 {
    width: 1px;
    height: 9.6rem;
    border-right: 1px dashed #000;
    margin: .5rem auto 0 auto;
}

.features-title p.p4 {
    width: 1px;
    height: 3.6rem;
    border-right: 1px dashed #000;
    margin: .5rem auto 0 auto;
}

.features-title2 p.p5 {
    width: 1px;
    height: 7.4rem;
    border-right: 1px dashed #000;
    margin: .5rem auto 0 auto;
}

.features-info2 i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .5rem;
    margin: 0 auto;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/addres-icon.png) no-repeat center center;
    background-size: 100%;
}

.date-year {
    text-align: center;
    font-weight: bold;
    font-size: 1.042rem;
    color: #434F59;
    margin-top: 1rem;
}

/*左右按钮*/
.swiper-container-horizontal>.swiper-scrollbar {
    width: 14rem;
    height: auto;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0rem;

    z-index: 50;
    height: 5px;

}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #0466BB;
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-button-group {
    position: relative;
    width: 21.875rem;
    height: 2.708rem;
    margin: 0 auto;
    top: 3rem
}

.product-features .swiper-button-prev {
    width: 2.708rem;
    height: 2.708rem;
    background: none;
    top: 0;
    margin-top: 0;
    z-index: 0;
}

.product-features .swiper-button-prev:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2.708rem;
    height: 2.708rem;
    background: url(../images/productBase-features-left.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;

    left: 0;
}

.product-features .swiper-button-next {
    width: 2.708rem;
    height: 2.708rem;
    background: none;
    top: 0;
    margin-top: 0;
}

.product-features .swiper-button-next:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2.708rem;
    height: 2.708rem;
    background: url(../images/productBase-features-right.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    right: 0;
}





/* 登录弹窗 */
.login-box {
    display: none
}

.login_count {
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.16);
    z-index: 999999999999;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 360px;
    height: 400px;
    background: url("../new-images/login-bg.png") no-repeat center;
    padding: 20px;
    margin: -220px auto 0 auto
}

.login_count_a {
    position: relative;
    width: 100%;
}

.login_count_a_l {
    position: absolute;
    right: 0;
    z-index: 99;
    width: 40%;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.icon_e {
    height: 18px;
}

.login_a_l_t,
.login_a_l_t img,
.login_b_l_t,
.login_b_l_t img {
    position: relative;
    top: -4px;
    right: -6px;
    width: 76px;
    height: 26px;

}

.triangle {
    float: left;
    width: 0;
    height: 0;
    border-width: 11px;
    border-style: solid;
    border-color: transparent #3EE1E2 transparent transparent;
    transform: rotate(180deg);
}

#all {
    position: relative;
    top: 10px;
    width: 320px;
    margin: 0px auto 0px;
}

#option {
    width: 200px;
    height: 40px;
    line-height: 40px;

    margin-bottom: 40px;
}

#option li {
    float: left;
    text-align: center;
    width: 86px;
    height: 38px;
    cursor: pointer;
    color: #4f4f4f;
    font-size: 16px;

}

#option li.active {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #1042ab
}

#card li {
    height: 100%;
    display: none;
}

#card li.active {
    display: block;
}

.login_bot_count {
    width: 318px;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    border-radius: 4px;
    background: #f3f5fb;

    margin: 10px 0 10px 0;
}

.login_bot_count>img {
    width: 30px;
    height: 30px;
    padding-left: 5px;
}

.login_bot_count>input {
    height: 35px;
    border: 0px;
    width: 282px;
    background: none
}

.login_bot_count>input::-webkit-input-placeholder {
    color: #dedede;
}

.login_bot {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 18px;
    float: left
}

.login_bot>a,
.login_bot>p {
    color: #555555;
}

.login_bot>label {
    float: left;
    color: #555555;
    cursor: pointer
}

.login_bot>label input {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: 1px solid #9fb3dd;
    margin: -2px 4px 0 0
}

.login_bot>a {
    float: right;

}


.login-bbox {
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.16);
    z-index: 999999999999;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 340px;
    height: 380px;
    margin: -130px auto 0 auto
}



/*.logoClose{ text-align:center; font-size:12px; color:#919191; margin-top:20px; position:absolute; top:365px;left:0px; width:100%;display:block; margin:0 auto;display:none}*/

.logoClose {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 20px;
    width: 100%;
    display: block;
    /*margin:-35px auto 0 auto;*/
    font-weight: normal;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index: 2
}

.logoClose span {
    display: inline-block;
    cursor: pointer;
}

.logoClose span::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url("https://www.lgmi.com/new-images/loginClose.png?vs=2.0") no-repeat center;
    vertical-align: middle;
    margin: -1px 4px 0 0;
    background-size: 100% 100%
}

.box5 {
    width: 100%;
    height: 32.8125rem;
    background: url(../images/qualificationBg.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 3.125rem 0;
}

.box5-main {
    width: 54.0625rem;
    height: 26.146rem;
    margin: 2rem auto 0 auto;
}

.box5-main img {
    width: 100%;
    height: 100%;
}




/*记住密码勾选框*/

.login_bot>p>input[type="checkbox"] {
    width: 10px;
    height: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 10px;
    position: relative;
}

.login_bot>p>input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #dedede;
}

.login_bot>p>input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #dedede;
    color: #898989;
    font-size: 12px;
    font-weight: bold;
}

.register {

    text-align: center;
    color: #000;
    font-size: 13px;
    padding-right: 5px;
    margin-top: 20px;
}

.register a {
    color: #2b79ee;
}

/*按钮样式*/

.login_button {
    margin-top: 20px;
    width: 320px;
    border: 0px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #1042ab;
    border-radius: 4px;
    cursor: pointer
}





.login_account_count {
    width: 318px;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    border-radius: 4px;
    background: #f3f5fb;

    margin-top: 10px;
}

.login_account_count>img,
.login_account_counts>img {
    width: 30px;
    height: 30px;
    padding-left: 5px;
}

.login_account_count>input {
    height: 35px;
    border: 0px;
    width: 282px;
    background: none
}



.mobile_input {
    height: 35px;
    border: 0px;
    width: 75%;
}

.account_select {
    color: #4F4F4F;
    font-size: 14px;
    border: 0px;
    margin: 0px 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 45px;
    z-index: 999;
    background: none;
}

.account_select_icon {
    position: relative;
    left: -8%;
    height: 10px !important;
}

.login_account_counts {
    float: left;
    width: 188px;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    border-radius: 4px;
    background: #f3f5fb;

    margin-top: 10px;
}



.original {
    float: right;
    color: #3969a3;
    width: 120px;
    height: 40px;
    background: #eea72b;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 10px;
}



.login_account_counts>input {
    height: 35px;
    border: 0px;
    width: 247px;
    background: none
}

.account_code {
    color: white;
    background-color: #26CBD6;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    border: 0px;
}

.login_account_count>input::-webkit-input-placeholder {

    color: #dedede;
}

.login_account_counts>input::-webkit-input-placeholder {
    color: #dedede;
}


/*按钮样式*/

.login_account_button {
    margin-top: 20px;
    width: 320px;
    border: 0px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #1042ab;
    border-radius: 4px;
    cursor: pointer
}

.login_count_b {
    position: relative;
    width: 100%;
    display: none;
}

.login_count_b_l {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;

}

.icon_e,
.icon_z {
    width: 60px;
    height: 60px;
    cursor: pointer
}


.login_b_title>img {
    height: 22px;
    margin-right: 5px;
}

.login_b_title {
    position: relative;
    top: 15px;
    left: 4px;
    width: 320px;
    margin: 0 auto;

    color: black;
    font-size: 20px;
    font-weight: bold;
}

.login-code {
    width: 174px;
    height: 174px;
    margin: 80px auto 20px auto;
    overflow: hidden;
    text-align: center
}

.login-code img {
    display: block;
    width: 174px;
    height: 174px;
    margin: 0 auto
}

.libqr_text {
    width: 100%;
    text-align: center;
    color: #666;

}

.libqr_text span {
    color: #1042ab;
}