@font-face {
    font-family: 'OPPOSans-R';
    src: url('../fonts/OPPOSans-R.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'OPPOSans-H';
    src: url('../fonts/OPPOSans-H.woff') format('woff');
    font-display: swap;
}

body {
    font-family: 'OPPOSans-R';
}

@media only screen and (max-width:1280px) {
    body {
        font-size: 13px;
    }
}

/*Top003198 */
.Top003198 {
    position: relative;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.Top003198 .top-nav {
    background: #0068b7;
    padding: 0.46875% 0;
}

.Top003198 .top-nav dl>*>* {
    width: 34px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 15px;
    vertical-align: middle;
}

.Top003198 .top-nav .fb {
    background-image: url("../images/fx1.png");
}

.Top003198 .top-nav .tw {
    background-image: url("../images/fx2.png");
}

.Top003198 .top-nav .ing {
    background-image: url("../images/fx3.png");
}

.Top003198 .top-nav .ytb {
    background-image: url("../images/fx4.png");
}

.Top003198 .top-nav .wx {
    background-image: url("../images/fx5.png");
}

.Top003198 .top-nav dd.share {
    float: right
}
.Top003198 .top-nav .share a{
    position: relative;
}
.Top003198 .top-nav .share img {
    display: none;
    width: 100px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:140%;
    border:3px solid #fff;
    border-radius: 5px;
    max-width: none;
}
.Top003198 menu li span {
    display: block;
    font-size: 18px;
    font-family: 'OPPOSans-H';
}

.Top003198 menu li a:hover,
.Top003198 menu li.aon span a {
    color: #0068b7;
}

.Top003198 li .sub .pic .Ispic {
    padding-bottom: calc(400 / 310 * 100%);
    background-color: #eee;
}

.Top003198 .top-hotline {
    color: #0068b7;
    font-size: calc(20 / 1920 * 100vw);
    padding-left: calc(29 / 20 * 1em);
    background: url(../images/Top003198-tel.svg) no-repeat left center;
    background-size: 1em auto;
    line-height: calc(36 / 20 * 1em);
}

.Top003198 .top-search {
    display: block;
    padding: 0;
    margin-left: 1vw;
}

.Top003198 .top-search .box {
    position: relative;
    width: 145px;
    border-radius: 18px;
    transition: 0.3s;
    background-color: rgba(163, 163, 163, 0.1);
    overflow: hidden;
}

.Top003198 .top-search .box .text {
    width: 100%;
    display: block;
    line-height: 36px;
    height: 36px;
    background: none;
    border: 0;
    padding-left: calc(42 / 1920 * 100vw);
    color: rgba(51, 51, 51, 0.5);
    font-family: 'OPPOSans-R';
}

.Top003198 .top-search .box .text.focus {
    color: #000;
}

.Top003198 .top-search .box .btn {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(42 / 1920 * 100vw);
    height: 100%;
    background: url(../images/Top003198-search.svg) no-repeat center center;
    background-size: calc(17 / 42 * 100%) auto;
    cursor: pointer;
}

.Top003198 .top-right {
    min-width: 180px;
}

.Top003198 .top-right dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Top003198 .logo {
    width: 8%;
    padding: 10px 0;
}

.Top003198 .logo a {
    display: block;
}

.Top003198 .logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 90px;
}

.Top003198 .language a {
    display: block;
    background: url(../images/Top002897-icon_lang.png) no-repeat left center;
    padding-left: 22px;
}

@media (min-width:1025px) {
    .Top003198 menu {
        width: calc(100% - 300px);
    }

    .Top003198 menu>ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-left: 6vw;
    }

    .Top003198 menu li span {
        line-height: 5em;
    }

    .Top003198 li .sub {
        position: absolute;
        top: 100%;
        background-color: #0068b7;
        width: calc(200 / 1920 * 100vw);
        margin-left: calc((200 / 1920 * 100vw) / -2);
        padding: calc(10 / 1920 * 100vw);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .Top003198 li .sub dl {
        background: none;
    }

    .Top003198 li .sub dt a {
        color: #fff;
        line-height: calc(30 / 1920 * 100vw)
    }

    .Top003198 li .sub .pic {
        width: 50%;
    }

    .open-search,
    .open-menu {
        display: none;
    }

    .Top003198 .top-right dd {
        line-height: 2.7;
    }

    .Top003198 .top-search.show .box {
        width: 200px;
    }
}

.Top003198 header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:1628px) {
    .Top003198 menu li span {
        font-size: 1.10565vw;
    }

    .Top003198 .top-search .box .text {
        height: 2.2113vw;
        line-height: 2.2113vw;
    }
}

@media (max-width:1280px) {
    .Top003198 .top-search .box .text {
        height: 28px;
        line-height: 28px;
    }
}

@media (max-width:1024px) {
    .Top003198 .top-nav {
        padding: 4px 0;
    }

    .Top003198 .top-hotline,
    .Top003198 header:after {
        display: none;
    }

    .Top003198 .logo {
        width: 85px;
    }

    .Top003198 menu {
        position: fixed;
        left: -100%;
        top: 96px;
        height: calc(100% - 96px);
        background-color: #fff;
        opacity: 0;
        transition: 0.5s;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        width: 50vw;
        max-width: 260px;
    }

    .menu-show .Top003198 menu {
        left: 0;
        opacity: 1;
    }

    .Top003198 menu ul {
        height: 100%;
        overflow: auto;
    }

    .Top003198 menu li {
        border-bottom: 1px dotted #eee;
    }

    .Top003198 menu li span {
        line-height: 3;
        padding: 0.5em 40px 0.5em 2em;
        font-size: 13px;
    }

    .Top003198 menu li.has-sub span .op:before,
    .Top003198 menu li.has-sub span .op:after {
        background-color: #0068b7;
    }

    .Top003198 li .sub {
        background-color: #eee;
    }

    .Top003198 li .sub dt {
        text-align: left;
        margin-left: 2em;
    }

    .Top003198 li .sub .pic {
        display: none;
    }

    .Top003198 .top-search {
        position: inherit;
        margin-left: 0;
    }

    .Top003198 .top-search .box {
        top: 100%;
        left: 0;
        width: 100%;
        opacity: 1;
        position: absolute;
        display: none;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .Top003198 .top-search .box .btn {
        left: auto;
        right: 0;
        width: 36px;
        height: 100%;
    }

    .Top003198 .top-search .box .text {
        padding: 0 36px 0 3%;
    }

    .Top003198 .top-right {
        min-width: 18.75%;
    }

    .Top003198 .top-right dl:after {
        display: none;
    }

    .Top003198 .top-right dl {
        display: flex;
        align-items: center;
    }

    .Top003198 .open-search {
        width: 16px;
        height: 16px;
        background: url(../images/Top003198-search.svg) no-repeat center center;
        background-size: contain;
        display: block;
        position: relative;
    }

    .Top003198 .open-search.on:after,
    .Top003198 .open-search.on:before {
        background-color: #0068b7;
    }

    .Top003198 .top-search .box .text {
        height: 36px;
        line-height: 36px;
    }

    .Top003198 .open-menu {
        width: 18px;
        height: 18px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-around;
        transition: 0.3s;
        cursor: pointer;
    }

    .Top003198 .open-menu span {
        display: block;
        transition: 0.3s;
        height: 2px;
        background-color: #000;
    }

    .menu-show .Top003198 .open-menu {
        border-radius: 50%;
        background-color: #0068b7;
        padding: calc(9 / 1920 * 100vw);
    }

    .menu-show .Top003198 .open-menu span {
        background-color: #fff;
    }
}

@media (max-width:768px) {
    .Top003198 .logo {
        width: 75px;
    }

    .Top003198 .top-right {
        min-width: 135px;
    }

    .Top003198 menu {
        top: 90px;
        height: calc(100% - 90px);
    }
}

/*Banner003200 */
.Banner003200 {
    position: relative;
    z-index: 1;
}

.Banner003200 .solgan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 56px;
    font-family: arial, sans-serif;
    line-height: 1.35em;
}

.Banner003200 .solgan .auto {
    max-width: 1400px;
    height: 100%;
}

.Banner003200 .solgan p {
    white-space: pre-line;
    margin: 0;
}

.Banner003200 .slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: calc(60 / 960 * 100%);
    z-index: 10;
}

.Banner003200 .slick-dots li {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin: 0 calc(20 / 1920 * 100vw);
}

.Banner003200 .slick-dots li button {
    display: none;
}

.Banner003200 .slick-dots li.slick-active {
    background-color: #0068b7;
    border-color: #0068b7;
}

@media (min-width:1025px) {
    .Banner003200 .wap {
        display: none;
    }
}

@media (max-width:1638px) {
    .Banner003200 .solgan {
        font-size: 3.4398vw;
    }
}

@media (max-width:1024px) {
    .Banner003200 .pc {
        display: none;
    }

    .Banner003200 .slick-dots li {
        width: 10px;
        height: 10px;
    }
}

.home-title {
    color: #000;
    margin-bottom: calc(80 / 1920 * 100vw);
    position: relative;
    z-index: 1;
    padding-bottom: calc(30 / 1920 * 100vw)
}

.home-title .cn {
    font-size: calc(50 / 1920 * 100vw);
    font-family: 'OPPOSans-H';
    text-transform: uppercase
}

.home-title .cn span {
    display: inline-block;
    position: relative;
    line-height: 1em;
}

.home-title .intro {
    padding: calc(30 / 1920 * 100vw) 0 0 0;
    position: relative;
    padding-right: calc(500 / 1920 * 100vw);
    line-height: 1.75em;
    color: #666
}

.home-title:before {
    position: absolute;
    content: '';
    width: calc(50 / 1920 * 100vw);
    height: 4px;
    background-color: #0068b7;
    left: 0;
    bottom: 0;
}

.Floor003114 {
    padding: calc(100 / 1920 * 100vw) 0;
    overflow: hidden;
}

.Floor003114 .btn {
    position: relative;
    min-height: 1px;
    z-index: 5;
}

.Floor003114 .slick-arrow {
    position: absolute;
    bottom: calc(30 / 1920 * 100vw);
    background: #e1e1e1 no-repeat center;
    background-size: auto 25%;
    padding: 0;
    right: 0;
    width: calc(60 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
    font-size: 1em;
    text-indent: -9999em;
    transition: 0.56s;
    background-color: #0068b7;
}

.Floor003114 .slick-prev {
    margin-right: calc(74 / 1920 * 100vw);
    background-image: url(../images/Floor003183-prev.svg);
}

.Floor003114 .slick-arrow:hover {
    background-color: #0068b7;
}

.Floor003114 .slick-next {
    background-image: url(../images/Floor003183-next.svg);
}

.Floor003114 .slider {
    width: 120%;
    overflow: hidden;
}

.Floor003114 .slider .ul {
    padding-right: 14.3%;
}

.Floor003114 .slider .slick-list {
    overflow: inherit;
}

.Floor003114 .slick-slide:not(.slick-active) {
    opacity: 0.5;
}

.Floor003114 .slick-slide a {
    display: block;
    margin-right: calc(40 / 1920 * 100vw);
    padding-bottom: 1px;
}

.Floor003114 .slider a {
    display: block;
    position: relative;
    overflow: hidden;
}

.Floor003114 .slider .Ispic {
    padding-bottom: 75%;
    transition: 0.3s ease-out;
}

.Floor003114 .slider .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: calc(40 / 1920 * 100vw);
    color: #000;
    transition: 0.5s;
}

.Floor003114 .slider .tit {
    font-size: calc(30 / 1920 * 100vw);
    font-family: 'OPPOSans-H';
}

.Floor003114 .slider span {
    display: inline-block;
    padding: calc(10 / 1920 * 100vw) calc(30 / 1920 * 100vw);
    margin-top: calc(20 / 1920 * 100vw);
    background: #0068b7;
    color: #fff
}

.Floor003114 .slider a:hover .Ispic {
    transform: scale(1.15);
}

.Floor003114 .slider a:hover .txt {
    background-color: rgba(0, 104, 183, 0.8);
    color: #fff
}

@media (max-width:1024px) {
    .Floor003114 .title {
        padding-right: 40%;
    }

    .Floor003114 .title .cn {
        font-size: 5vw;
    }

    .Floor003114 .slick-arrow {
        width: 32px;
        height: 32px;
    }

    .Floor003114 .slick-prev {
        margin-right: 40px;
    }

    .Floor003114 .slider .tit {
        font-size: 16px;
    }

    .Floor003114 .slider span {
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .home-title .cn {
        font-size: 20px;
    }

    .home-title .intro {
        padding-right: 0;
        font-size: 13px;
    }

    .Floor003114 .btn {
        padding: 1em 0;
        display: flex;
        justify-content: space-between;
    }

    .Floor003114 .slick-arrow {
        position: static;
    }

    .Floor003114 .slider .txt {
        padding: 10px;
    }

    .Floor003114 .slider span {
        padding: 8px 12px;
    }
}

@media (max-width:640px) {
    .Floor003114 .title .cn {
        font-size: 9vw;
    }

    .Floor003114 .slider .ul {
        padding-right: 18%;
    }

    .Floor003114 .slick-slide a {
        margin-right: 5vw;
    }
}

.home-about .main {
    position: relative;
    background: no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.home-about .main::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 104, 183, 0.5)
}

.home-about .txt {
    position: relative;
    z-index: 2;
    margin: 5.2% 0;
}

.home-about .txt .cn {
    color: #fff
}

.home-about .txt .home-title:before {
    background: #fff
}

.home-about .txt .info {
    color: #fff;
    max-width: 994px;
    line-height: 2;
    font-size: 16px;
}

.home-about .txt .more {
    color: #fff;
    display: inline-block;
    width: 12%;
    text-align: center;
    line-height: 3.25;
    border: 1px solid rgba(255, 255, 255, .5);
    margin-top: 3.429%;
}

.home-about .num {
    background: rgba(0, 104, 183, 0.8);
}

.home-about .num ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-about .info-num li {
    padding: 3.57% 0
}

.home-about .info-num li aside {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 42px;
}

.home-about .info-num li aside b {
    color: #fff;
    display: inline-block;
    font-family: 'OPPOSans-H';
}

.home-about .info-num li aside sub {
    font-size: 0.47em;
    margin-left: 0.5em;
    display: inline-block;
    vertical-align: top;
}

.home-about .info-num li p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 5px;
}

@media(max-width:1628px) {
    .home-about .info-num li aside {
        font-size: 2.58vw;
    }
}

@media(max-width:1280px) {
    .home-about .txt .info {
        font-size: 14px;
        line-height: 1.75em;
    }

    .home-about .info-num li p {
        font-size: 14px;
    }

    .home-about .txt .more {
        line-height: 3em;
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .home-about .txt .more {
        width: 115px;
    }
	.home-about .num {
    background: #0068b7;
	}
}

@media(max-width:768px) {
    .home-about .info-num {
        padding: 3.5% 0;
    }

    .home-about .info-num li {
        text-align: center;
        width: 30%;
    }

    .home-about .info-num li:nth-child(3n) {
        width: 40%;
    }

    .home-about .info-num li aside {
        font-size: 20px;
    }

    .home-about .txt .more {
        font-size: 12px;
        width: 100px;
        line-height: 2.5em;
    }

    .home-about .txt .info {
        font-size: 13px;
    }
}

.Floor002912 {
    padding: calc(100 / 1920 * 100vw) 0;
}

.Floor002912 .home-title .more {
    color: #333;
    display: inline-block;
    width: 12%;
    text-align: center;
    line-height: 3.25;
    border: 1px solid rgba(0, 0, 0, .5);
    position: absolute;
    right: 0;
    top: calc(80 / 1920 * 100vw)
}

.Floor002912 .home-title .more:hover {
    background: rgba(0, 104, 183);
    color: #fff;
    border-color: rgba(0, 104, 183)
}

.Floor002912 .slider {
    position: relative;
    z-index: 1;
}

.Floor002912 .slider .box {
    overflow: hidden;
}

.Floor002912 .slider .box li.slick-slide a {
    display: block;
    margin: 0 calc(20 / 1920 * 100vw);
    text-align: center;
}

.Floor002912 .pic {
    overflow: hidden;
    background: #f7f8f9
}

.Floor002912 .pic figure {
    padding-bottom: 134%;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.Floor002912 .detail aside {
    position: relative;
    transition: 0.3s;
    margin-top: calc(30 / 1920 * 100vw);
    font-size: calc(18 / 1920 * 100vw);
    color: #000;
    font-weight: bold;
}

.Floor002912 .slider .box li.slick-slide a:hover .pic {
    background: #0068b7;
}

.Floor002912 .slider .box li.slick-slide a:hover .pic figure {
    transform: scale(1.1);
}

.Floor002912 .btn {
    position: relative;
    min-height: 1px;
    z-index: 5;
}

.Floor002912 .slick-arrow {
    position: absolute;
    bottom: calc(30 / 1920 * 100vw);
    background: #e1e1e1 no-repeat center;
    background-size: auto calc(15 / 1920 * 100vw);
    padding: 0;
    right: 0;
    width: calc(60 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
    font-size: 1em;
    text-indent: -9999em;
    transition: 0.56s;
}

.Floor002912 .slick-prev {
    margin-right: calc(74 / 1920 * 100vw);
    background-image: url(../images/Floor003183-prev.svg);
}

.Floor002912 .slick-arrow:hover {
    background-color: #0068b7;
}

.Floor002912 .slick-next {
    background-image: url(../images/Floor003183-next.svg);
}

@media(max-width:640px) {
    .Floor002912 .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

@media(min-width:1701px) {
    .Floor002912 .slider .box ul {
        margin: 0 calc(-20 / 1920 * 100vw);
    }
}

@media(max-width:1280px) {
    .Floor002912 .slider .box li.slick-slide {
        padding-top: 4vw;
    }

    .Floor002912 .home-title .more {
        line-height: 3em;
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .Floor002912 .home-title .more {
        width: 115px;
    }
}

@media(max-width:768px) {
    .Floor002912 .home-title .more {
        width: 100px;
        font-size: 12px;
        line-height: 2.5em;
        position: static;
        margin: 1em 0;
    }
}

@media(max-width:640px) {
    .Floor002912 {
        padding-bottom: 8vw;
    }

    .Floor002912 .pic {
        height: 40vw;
    }

    .Floor002912 .pic img {
        max-height: 40vw;
    }

    .Floor002912 .slider .box li.slick-slide {
        padding-top: 12vw;
    }

    .Floor002912 .name {
        font-size: 8vw;
    }

    .Floor002912 a:hover .name aside {
        font-size: 10vw;
    }

    .Floor002912 .slider .box li.slick-slide a {
        padding: 8vw 0;
    }
}

.Bottom003025 {
    background: #646b72;
    padding-top: calc(80 / 1920 * 100vw);
}

.Bottom003025,
.Bottom003025 a {
    color: #fff;
}

.Bottom003025 .bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2.865vw;
    color: rgba(255, 255, 255, 0.5);
}

.Bottom003025 .bottom dt a {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    transition: .3s;
}

.Bottom003025 .bottom .social a {
    background: no-repeat center center;
    background-size: 40% auto;
    position: relative;

}
.Bottom003025 .bottom .social img {
    display: none;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:100%;
    border:3px solid #fff;
    border-radius: 5px;
    width: 100px;
    max-width: none;
}
.Bottom003025 .bottom .social a:nth-child(1) {
    background-image: url(../images/fx1.png);
}

.Bottom003025 .bottom .social a:nth-child(2) {
    background-image: url(../images/fx2.png);
}

.Bottom003025 .bottom .social a:nth-child(3) {
    background-image: url(../images/fx3.png);
}

.Bottom003025 .bottom .social a:nth-child(4) {
    background-image: url(../images/fx4.png);
}

.Bottom003025 .bottom .social a:nth-child(5) {
    background-image: url(../images/fx5.png);
}

.Bottom003025 .bottom .social a:hover {
    opacity: .5;
}

.Bottom003025 .intro .logo {
    margin-bottom: 25px;
}

.Bottom003025 .intro .logo img {
    max-width: calc(160 / 1920 * 100vw);
}

.Bottom003025 .intro dd {
    font-size: 14px;
    line-height: 2.14em;
    margin-right: calc(20 / 1920 * 100vw);
    color: rgba(255, 255, 255, 0.5);
    padding-left: 1.45em;
    background-position: left 0.5714285em;
    background-repeat: no-repeat;
    background-size: auto 1.0714285em;
}

.Bottom003025 .intro dt {
    font-size: 14px;
    line-height: 1.75em;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: calc(15 / 1920 * 100vw);
}

.Bottom003025 .intro dd.tel {
    background-image: url(../images/Bottom003025_call.png);
}

.Bottom003025 .intro dd.email {
    background-image: url(../images/Bottom003025_email.png);
}

.Bottom003025 .links dd {
    line-height: 2.5em;
    background: url(../images/Bottom003025_aicon.png) no-repeat left center;
    padding-left: 14px;
}

.Bottom003025 .links dd a {
    text-transform: capitalize;
    opacity: 0.5;
    transition: .3s;
}

.Bottom003025 .links dd a:hover {
    opacity: 1;
}

.Bottom003025 .contact tr {
    position: relative
}

.Bottom003025 .contact td {
    padding-bottom: 2%;
}

.Bottom003025 .contact td .word {}

.Bottom003025 .contact td div {
    position: relative;
}

.Bottom003025 .contact td.f_name {
    padding-right: 2%;
    width: 48%;
}

.Bottom003025 .contact label {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 30px;
    font-size: 13px;
    color: rgba(255, 255, 255, .25);
    display: none;
}

.Bottom003025 .contact .text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    border: none;
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.Bottom003025 .contact textarea.text {
    height: 150px;
}

.Bottom003025 .contact .btn input {
    cursor: pointer;
    padding: 0;
    border: none;
    background: #3498db;
    background: rgb(256, 256, 256, .15) url(../images/sub.png) no-repeat center center;
    background-size: auto 23px;
    transition: .5s ease-out;
    background-size: 20px;
    width: 58px;
    padding: 0 10px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
}

.Bottom003025 .b-tit {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 48px;
    font-weight: bold
}

.Bottom003025 .b-right {
    width: 30%;
}

@media(min-width:1025px) {
    .Bottom003025 .intro {
        width: 35%;
    }

    .Bottom003025 .intro .inner {
        max-width: calc(430 / 1920 * 100vw);
    }

    .Bottom003025 .contact {
        width: 100%;
    }

    .Bottom003025 .bottom .auto {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 1.0714285% 0;
    }
}

@media(max-width:1280px) {
    .Bottom003025 .b-tit {
        font-size: 18px;
    }
}

@media(max-width:1024px) {
    .Bottom003025 .b-tit {
        font-size: 16px;
    }

    .Bottom003025 .b-right {
        width: auto;
    }

    .Bottom003025 .b-right .item {
        margin: 0 0 3vw 0 !important;
    }

    .Bottom003025 .bottom {
        text-align: center;
        padding: 15px 0;
    }

    .Bottom003025 .bottom .social a {
        float: none;
        vertical-align: middle;
    }

    .Bottom003025 .intro {
        padding-bottom: 3vw;
    }

    .Bottom003025 .intro .logo {
        margin-bottom: 2.5%;
    }

    .Bottom003025 .intro .logo img {
        width: 85px;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .Bottom003025 .intro dt {
        font-size: 13px;
    }
}

@media(max-width:480px) {
    .Bottom003025 .b-right .item {
        margin-bottom: 40px !important;
    }
}

.Bottom003025 nav.item.links {
    margin-top: 3vw;
}

.Other002781 ul {
    position: fixed;
    right: 2%;
    z-index: 110;
    bottom: 20%;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
}

.Other002781 li {
    position: relative;
}

.Other002781 li>a {
    font-size: 50px;
    display: block;
    width: 1em;
    height: 1em;
    background: url(../images/Other002781_icon1.png) no-repeat 0 0 #0068b7;
    background-size: 100% auto;
    transition: 0.3s;
    margin-bottom: calc(2 / 1920 * 100vw)
}

.Other002781 li>a:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.Other002781 li.li_left>a {
    background: #fff;
    text-align: center;
    line-height: 60px;
}

.Other002781 li.li_left>a:hover {
    background: #ffb41e;
}

.Other002781 li.li_left>a span {
    font-size: 36px;
}

.Other002781 li.li_left>a:hover span {
    color: #fff;
}

.Other002781 li.li_jd .wap,
.Other002781 li.li_message .wap,
.Other002781 li.li_wechat .wap,
.Other002781 li.li_vip .wap {
    display: none;
}

.Other002781 li.li_jd aside,
.Other002781 li.li_message aside,
.Other002781 li.li_wechat aside,
.Other002781 li.li_qq aside,
.Other002781 li.li_vip aside {
    display: none;
    position: absolute;
    right: 100%;
    line-height: calc(50 / 1920 * 100vw);
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 0;
    background: #0068b7;
    margin-right: 1px;
    padding: 0 10px;
    color: #fff;
}

.Other002781 li.li_jd a {
    background-position: center -0.14em;
}

.Other002781 li.li_message a {
    background-position: center -1.3em;
}

.Other002781 li.li_qq a {
    background-position: center -2.6em;
}

.Other002781 li.li_gettop a {
    background-position: center -3.76em;
}

.Other002781 li.li_wechat a {
    background-position: center -4.8em;
}
.Other002781 li img {display: block; width: 120px; height: auto; max-width: none; margin:10px 0;}
@media(min-width:1025px) {

    .Other002781 li.li_qq:hover aside,
    .Other002781 li.li_wechat:hover aside,
    .Other002781 li.li_jd:hover aside,
    .Other002781 li.li_message:hover aside,
    .Other002781 li.li_vip:hover aside {
        display: block;
    }
}

@media(max-width:1628px) {
    .Other002781 li>a {
        font-size: 3.07125vw;
    }
}

@media(max-width:1024px) {

    .Other002781 li.li_jd a,
	.Other002781 li.li_wechat a,
    .Other002781 li.li_vip a {
        display: none;
    }

    .Other002781 li.li_jd .wap,
    .Other002781 li.li_wechat .wap,
    .Other002781 li.li_vip .wap {
        display: block;
    }

    .Other002781 li>a {
        font-size: 31px;
    }
}

.Other002781 .pop-up {
    display: none;
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.Other002781 .pop-up .ytable {
    height: 100%;
}

.Other002781 .pop-up .main {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
    background: #fff;
    border: 5px solid #0068b7;
    padding: 2%;
}

.Other002781 .pop-up .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    background: #0068b7;
    cursor: pointer;
}

.Other002781 .pop-up .close::before,
.Other002781 .pop-up .close::after {
    position: absolute;
    content: '';
    left: 20%;
    top: 50%;
    width: 60%;
    height: 3px;
    background: #fff;
    margin-top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.Other002781 .pop-up .close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Other002781 .pop-up#form td {
    padding-top: 4%;
    vertical-align: top;
}

.Other002781 .pop-up#form td.f-name {
    text-align: right;
    width: 90px;
    line-height: 32px;
}
.Other002781 .pop-up#form td label {margin-right: 5px;}
.Other002781 .pop-up#form td .text {
    width: 100%;
    line-height: 32px;
    height: 32px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 5px;
}

.Other002781 .pop-up#form td .btn {
    width: 40%;
    margin-right: 3%;
    height: 40px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    color: #fff;
    background: #0068b7;
    max-width: 120px;
}

.Other002781 .pop-up#form td .btn_reset {
    background: #999;
}

.Other002781 .pop-up#form td textarea.text {
    height: 90px;
}

.Other002781 .pop-up p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #294593;
}

.Other002781 .pop-up#code aside {
    text-align: center;
	width: 50%;
    max-width: 100px;
    margin: 0 auto;
}



@media(max-width:640px) {
	.Other002781 .pop-up p {
		font-size: 13px;
	}
}

/*Floor002988*/
.Floor002988 {
    padding: calc(100 / 1920 * 100vw) 0 0;
    overflow: hidden;
}

.Floor002988 .home-title {
    margin-bottom: 0;
}

.Floor002988 .auto {
    max-width: 1400px;
}

.Floor002988 .inner {
    padding-top: 4.22vw;
    position: relative;
    z-index: 1;
}

.Floor002988 .design {
    position: relative;
    background: url(../images/about-logo.png)no-repeat right -70px top 30px, linear-gradient(to right, rgba(0, 104, 183, 0.9) 0%, rgba(34, 148, 208, 0.9) 100%);
    background-size: contain;
}

/* .Floor002988 .design:before{position: absolute; left: 0; top: 0; width: 540px; height: 100%; content: '';background:url(../images/about-logo.png)no-repeat right -70px top 30px, linear-gradient(to right, rgba(0,104,183,0.9) 0%, rgba(34,148,208,0.9) 100%); } */
.Floor002988 .design .main {
    padding: calc(133 / 1920 * 100vw) calc(70 / 1920 * 100vw) calc(70 / 1920 * 100vw);
}

.Floor002988 .arrow {
    display: table;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.54vw;
}

.Floor002988 .arrow:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    left: 22%;
    top: 50%;
    width: 55%;
    height: 1px;
}

.Floor002988 .arrow .slick-arrow {
    height: 20px;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 5;
}

.Floor002988 .arrow .slick-next {
    padding-left: 1.56vw;
    margin-left: 4.11vw;
}

.Floor002988 .arrow .slick-prev {
    padding-right: 1.56vw;
}

.Floor002988 .design .logo {
    width: 53.263%;
}

.Floor002988 .design .txt .slider {
    margin-bottom: 6%;
}

.Floor002988 .design .txt aside {
    color: #fff;
    word-break: break-word !important;
}

.Floor002988 .design .txt aside.t-1 {
    font-size: calc(36 / 1920 * 100vw);
    font-weight: bold;
    color: #fff;
    font-style: italic;
    margin: 0;
    padding-bottom: calc(20 / 1920 * 100vw);
}

.Floor002988 .design .txt aside.t-2 {
    font-size: 44px;
    margin-bottom: 1.5em;
}

.Floor002988 .design .txt aside.t-3 {
    line-height: calc(24 / 1920 * 100vw);
    color: #fff;
    margin: 0;
}

@media(min-width:1025px) {
    .Floor002988 .design {
        position: absolute;
        padding-bottom: 0;
        right: 13%;
        top: 0;
        z-index: 10;
        max-width: 540px;
    }

    .Floor002988 .design:before {
        height: 560px;
    }
}

@media(max-width:768px) {
    .Floor002988 .title {
        padding-bottom: 4vw;
    }

    .Floor002988 .title h3 {
        font-size: 6vw;
    }

    .Floor002988 .title p {
        font-size: 3vw;
    }
}

@media(max-width:640px) {
    .Floor002988 .design .txt aside.t-1 {
        font-size: 4vw;
    }

    .Floor002988 .design .txt aside.t-2 {
        font-size: 7vw;
    }

    .Floor002988 .design .txt aside.t-3 {
        font-size: 3vw;
    }
}

/*Floor003066 */
.Floor003066 {
    padding: calc(100 / 1920 * 100vw) 0;
    overflow: hidden;
    background: #f5f5f5;
}

.Floor003066 .slider {
    position: relative;
    z-index: 1;
}

.Floor003066 .slider .list {
    overflow: hidden;
}

.Floor003066 .slider li {
    text-align: center;
}

.Floor003066 .slider li a {
    display: block;
    margin: 0 1.25vw;
    position: relative;
    background: #fff;
    transition: 0.5s;
}

.Floor003066 .slider li .pic {
    position: relative;
    overflow: hidden;
}

.Floor003066 .slider li figure {
    
    padding-bottom: 66%;
}

.Floor003066 .slider li .dw {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    background: rgb(0 104 183 / 0.35);
    transition: .5s;
}

.Floor003066 .slider li .dw .link {
    width: 50px;
    height: 50px;
    background: url(../images/link.png) no-repeat center center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.Floor003066 .slider li .info {
    padding: 25px 40px;
}

.Floor003066 .slider li .info .name {
    color: #333;
    font-size: 20px;
    margin-bottom: 0.5em;
    font-family: 'OPPOSans-H';
}

.Floor003066 .slider li .info .desc {
    color: #999;
    font-size: 16px;
}

.Floor003066 .slider li a:hover {
    background: #0068b7;
}

.Floor003066 .slider li a:hover .info * {
    color: #fff;
}

.Floor003066 .slider li a:hover .dw {
    height: 100%;
    top: 0;
}

@media(min-width:641px) {
    .Floor003066 .slider {
        margin: 0 -2.5vw;
        padding: 0 1.25vw;
    }
}

@media(max-width:1280px) {
    .Floor003066 .slider li .info .name {
        font-size: 18px;
    }

    .Floor003066 .slider li .info .desc {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .Floor003066 .slider li .info .name {
        font-size: 16px;
    }

    .Floor003066 .slider li .info .desc {
        font-size: 13px;
    }
}

.Floor003066 .btn {
    position: relative;
    min-height: 1px;
    z-index: 5;
}

.Floor003066 .slick-arrow {
    position: absolute;
    bottom: 0;
    background: #e1e1e1 no-repeat center;
    background-size: auto 25%;
    padding: 0;
    right: 0;
    width: calc(60 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
    font-size: 1em;
    text-indent: -9999em;
    transition: 0.56s;
    background-color: #0068b7;
}

.Floor003066 .slick-prev {
    margin-right: calc(74 / 1920 * 100vw);
    background-image: url(../images/Floor003183-prev.svg);
}

.Floor003066 .slick-arrow:hover {
    background-color: #0068b7;
}

.Floor003066 .slick-next {
    background-image: url(../images/Floor003183-next.svg);
}

@media(max-width:1024px) {
    .Floor003066 .slick-arrow {
        width: 32px;
        height: 32px;
    }

    .Floor003066 .slick-prev {
        margin-right: 40px;
    }
}

/*PicList002035 */
.PicList002035 {
    color: #fff;
}

.PicList002035 li {
    margin-bottom: 3%;
    padding-left: 52px;
    padding-right: 20px;
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.PicList002035 li .Ispic {
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    opacity: 0.4;
}

.PicList002035 li .Ispic img {
    display: none;
}

.PicList002035 li div {
    line-height: 52px;
    height: 52px;
    margin-left: 3%;
    position: relative;
}

.PicList002035 li time {
    position: absolute;
    left: 0;
    top: 0;
    color: #fdfdfd;
    font-size: 13px;
}

.PicList002035 li time span {
    color: #fff;
    font-size: 24px;
    display: block;
    text-align: center;
}

.PicList002035 li .dot {
    font-size: 16px;
    color: #fff;
}

.PicList002035 li p {
    opacity: 0.5;
    line-height: 24px;
    overflow: hidden;
    height: 72px;
    margin-bottom: 3%;
}

.PicList002035 li i {
    background: url(../images/PicList002035-more.png) no-repeat;
    width: 21px;
    height: 11px;
    display: inline-block;
}

@media(max-width:1680px) {
    .PicList002035 .auto {
        padding: 0 2%;
    }
}

@media(max-width:1280px) {
    .PicList002035 li .dot {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .PicList002035 .auto {
        padding: 0;
    }

    .PicList002035 li .dot {
        font-size: 13px;
    }
}

@media(max-width:640px) {

    .PicList002035 li:nth-child(n+3) {
        display: none;
    }
}



.column-title {
    font-size: 40px;
    color: #111240;
    font-family: 'OPPOSans-H';
    padding-bottom: calc(20 / 1920 * 100vw);
    text-transform: uppercase
}

@media only screen and (max-width:1628px) {
    .column-title {
        font-size: 2.457vw;
    }
}

@media only screen and (max-width:768px) {
    .column-title {
        font-size: 20px;
    }
}

.about {
    padding: calc(90 / 1920 * 100vw) 0;
    overflow: hidden
}

.about .con {
    position: relative;
    z-index: 10;
}

.about .txt {
    line-height: 2;
}

.about .txt .title {
    font-size: calc(40 / 1920 * 100vw);
    color: #111240;
    padding-bottom: calc(20 / 1920 * 100vw)
}

.about .numbox {
    background: #0068b7;
    padding-bottom: 4.21875%;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.about .numbox .count {
    position: relative;
    z-index: 1;
    padding-top: calc(200 / 1920 * 100vw);
    font-size: 16px;
}

.about .numbox .count li p {
    margin: 0;
    color: #fff;
}

.about .numbox .count li aside {
    color: #fff;
}

.about .numbox .count li aside b {
    font-size: calc(44 / 1920 * 100vw);
    display: inline-block;
    vertical-align: sub;
    margin-right: calc(10 / 1920 * 100vw);
    font-family: 'OPPOSans-H';
}

.about .numbox .waves {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    opacity: .3
}

.about .list {
    margin-top: calc(30 / 1920 * 100vw)
}

.about .list .box:not(:last-child) {
    margin-bottom: 6%;
}

.about .list .info {
    line-height: 2;
    padding: 0 0 0 calc(80 / 1920 * 100vw)
}

.about .pic {
    margin-bottom: -5.714%;
}

.about .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.about .numbox .count ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .list .pic {
    width: 50%;
    margin-bottom: 0;
}

@media (min-width:1025px) {
    .about .fl {
        width: 50%;
        padding-right: calc(80 / 1920 * 100vw);
        padding-bottom: 3.125%;
    }

    .about .fr {
        width: 50%;
    }

    .about .list .box:nth-child(2n) .info {
        padding: 0 calc(80 / 1920 * 100vw) 0 0;
    }
}

@media(max-width:1280px) {
    .about .numbox .count {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .about .numbox .count {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .about .numbox .count li {
        width: 50%;
        text-align: center;
        padding: 2% 0;
    }

    .about .numbox .count li aside b {
        font-size: 20px;
        line-height: 1.5em;
    }

    .about .ytable,
    .about .ytable-cell {
        display: block;
    }

    .about .list .pic {
        width: auto;
        margin-bottom: 3.5%;
    }

    .about .list .info {
        padding: 0;
    }
}

.Timeline003058 {
    padding: calc(120 / 1920 * 100vw) 0;
    background: url(../images/Timeline003058-bg.jpg);
    background-size: cover;
}

.Timeline003058 .column-title {
    text-align: center;
    padding-bottom: 3.5714%;
}

.Timeline003058 .list {
    overflow: hidden;
    padding-bottom: 1vw
}

.Timeline003058 .year {
    position: relative;
    z-index: 1;
}

.Timeline003058 .year .slider:after {
    position: absolute;
    content: '';
    left: 0;
    top: 38px;
    width: 100%;
    height: 8px;
    border-radius: 4px;
}

.Timeline003058 .year .slick-list {
    margin: 0 4.5vw
}

.Timeline003058 .year li {
    padding-bottom: calc(11 / 1920 * 100vw);
    text-align: center;
    background: url(../images/Timeline003058-line1.png)no-repeat left -39px bottom 13px;
    position: relative;
    font-size: 24px;
    line-height: 1.667em;
}

.Timeline003058 .year li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 19px;
    background: rgba(256, 256, 256, .2);
    left: 0;
    bottom: 4px
}

.Timeline003058 .year li span {
    color: #333;
    display: inline-block;
    padding: 0 0.889em;
}

.Timeline003058 .year li span::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #009cbd;
    background: #fff;
    border-radius: 50%;
    margin: 30px auto 0
}

.Timeline003058 .year li.slick-current span {
    font-size: 1.5em;
    color: #0068b7;
    font-family: 'OPPOSans-H';
}

.Timeline003058 .slick-arrow {
    position: absolute;
    z-index: 30;
    bottom: 0;
    font-size: 50px;
    width: 1em;
    height: 1em;
    padding: 0;
    transition: 0.3s;
    text-indent: -99999em;
    overflow: hidden;
    background: #0068b7 no-repeat center center;
    background-size: auto 30%;
}

.Timeline003058 .slick-prev {
    left: 0vw;
    background-image: url(../images/Floor003183-prev.svg);
}

.Timeline003058 .slick-next {
    right: 0vw;
    background-image: url(../images/Floor003183-next.svg);
}

.Timeline003058 .slider-list {
    position: relative;
}

.Timeline003058 .slider-list li {
    padding: 0 0 4vw 0;
}

.Timeline003058 .slider-list .inner {
    background-color: rgba(256, 256, 256, 1);
    padding: 2vw;
    margin: 0 1.405vw;
    transition: 0.3s;
    border-radius: 3px
}

.Timeline003058 .slider-list .inner time {
    display: block;
    font-size: 36px;
    color: #0068b7;
    font-family: 'OPPOSans-H';
    padding-bottom: 1.26%;
}

.Timeline003058 .slider-list .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.Timeline003058 .slider-list .p {
    line-height: 2;
    color: #666;
    width: 70%;
    padding: 0 4vw;
    font-size: 16px;
}

.Timeline003058 .slider-list p {
    margin: 0
}

.Timeline003058 .slider-list .btn .slick-arrow {
    position: absolute;
    top: 50%;
    border: solid 4px #8696a9;
    width: 32px;
    height: 32px;
    transform: rotate(45deg);
    border-right: 0;
    border-top: 0;
    border-radius: 4px;
}

.Timeline003058 .slider-list .btn .slick-next {
    transform: rotate(-135deg);
}

.Timeline003058 .slider-list .btn .slick-arrow:hover {
    border-color: #0068b7;
}

@media(min-width:1601px) {
    .Timeline003058 .slider-list .btn .slick-prev {
        left: -3.07vw;
    }

    .Timeline003058 .slider-list .btn .slick-next {
        right: -3.07vw;
    }

    .Timeline003058 .slider-list .slider {
        margin: 0 -1.405vw;
    }
}

@media(max-width:1628px) {
    .Timeline003058 .year li {
        background: url(../images/Timeline003058-line1.png)no-repeat center bottom 13px;
        font-size: 1.4742vw;
    }

    .Timeline003058 .year li span::after {
        margin-top: 1.84275vw;
    }

    .Timeline003058 .slider-list .inner time {
        font-size: 2.2113vw;
    }

    .Timeline003058 .slider-list .btn .slick-prev {
        left: 0;
    }

    .Timeline003058 .slider-list .btn .slick-next {
        right: 0;
    }

    .Timeline003058 .slider-list .inner {
        margin: 0 1vw;
    }

    .Timeline003058 .slick-arrow {
        font-size: 3.07125vw;
    }
}

@media(max-width:1280px) {
    .Timeline003058 .slider-list p {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .Timeline003058 .slider-list .inner time {
        font-size: 24px;
        line-height: 1.5em;
    }

    .Timeline003058 .year li {
        font-size: 16px;
    }

    .Timeline003058 .slick-arrow {
        font-size: 32px;
    }
}

@media(max-width:768px) {
    .Timeline003058 .year li {
        background-position: center bottom 6px;
    }
}

@media(max-width:640px) {
    .Timeline003058 .slider-list .inner .ytable {
        display: block;
    }

    .Timeline003058 .slider-list .pic {
        display: block;
        margin-bottom: 5%;
    }

    .Timeline003058 .pic {
        margin-bottom: 30px
    }

    .Timeline003058 .pic figure {
        padding-bottom: 60%
    }

    .Timeline003058 .list {
        padding-right: 0%;
    }

    .Timeline003058 .slider-list {
        padding: 0;
    }

    .Timeline003058 .slider-list li {
        padding: 0;
    }

    .Timeline003058 .slider-list .btn .slick-arrow {
        width: 5vw;
        height: 5vw;
        margin-top: -2.5vw;
    }

    .Timeline003058 .slider-list .inner {
        margin: 0;
        padding: 20px
    }

    .Timeline003058 .slider-list .p {
        font-size: 13px;
        display: block;
        width: auto;
    }

    .Timeline003058 .year {
        padding: 0 5vw;
        margin-top: 4.886%;
    }

    .Timeline003058 .year .slider:after {
        height: 5px;
        top: 28px;
    }

    .Timeline003058 .year li span::after {
        margin: 10px auto 0
    }
}

.quality {
    padding: calc(120 / 1920 * 100vw) 0;
    position: relative
}

.quality .column-title {
    text-align: center;
    padding-bottom: calc(50 / 1920 * 100vw)
}

.quality .auto {
    position: relative;
}

.quality .txt {
    position: absolute;
    max-width: 700px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 3.57%;
    color: #fff;
    line-height: 2;
    font-family: 'OPPOSans-H';
}

.quality .txt .ytable {
    height: 100%;
}

.quality .bg {
    position: relative;
}

.quality .bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(0, 104, 183, 0.65) 0%, rgba(0, 104, 183, 0) 82%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 104, 183, 0.65) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 104, 183, 0.65) 0%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.quality .item i {
    display: block;
    padding-bottom: 31.25%;
    background: no-repeat center center;
    background-size: cover;
}

.quality .slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: 3.125%;
    text-align: center;
    z-index: 10
}

.quality .slick-dots li {
    display: inline-block;
    margin: 0 0.7142em;
    vertical-align: middle;
    border: 2px solid #fff;
    border-radius: 50%;
    
}

.quality .slick-dots li button {
    width: 12px;
    height: 12px;
    
    font-size: 0;
    background: none;
    border:none;
    display: block;
    cursor: pointer;
}
.quality .slick-dots li.slick-active {
    border-color: #0068b7;
}
.quality .slick-dots li.slick-active button {
    
    background: #0068b7;
}

@media only screen and (max-width:1024px) {
    .quality .txt {
        position: static;
        color: #333;
        max-width: none;
        line-height: 1.75em;
        padding-left: 0;
        padding-right: 0;
    }

    .quality .slick-dots li {
        margin: 0 5px;
    }

    .quality .slick-dots li button {
        width: 6px;
        height: 6px;
    }
}

.p120 {
    padding: calc(120 / 1920 * 100vw) 0 0;
    background: #f8f8f8
}

.p50 {
    padding: calc(50 / 1920 * 100vw) 0 0;
    background: #f8f8f8
}

.Menu002306 .side-title {
    text-transform: uppercase;
    line-height: 1.25em;
    background-color: #0068b7;
    font-size: 24px;
    color: #fff;
    padding: 0.8334em 3.125em 0.8334em 1.3334em;
    position: relative;
    font-family: 'OPPOSans-H';
}

.Menu002306 .side-title::after {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
}

.Menu002306 .side-menu {
    background-color: #fff;
    border: 1px solid #eee;
    padding-bottom: 50px;
    overflow: hidden;
}

.Menu002306 .side-menu li a {
    display: block;
    line-height: 2em;
    color: #333;
}

.Menu002306 .side-menu li a:hover {

    background: #459cde;
    color: #fff;
}

.Menu002306 .side-menu>ul>li>a:hover:after{
    border-color: #fff;
}
.Menu002306 .side-menu>ul>li {
    border-bottom: 1px solid #f5f5f5;
}

.Menu002306 .side-menu>ul>li>a {
    padding: calc(20 / 1920 * 100vw) calc(32 / 1920 * 100vw);
    color: #333;
    line-height: 1.5em;
    position: relative;
}

.Menu002306 .side-menu>ul>li>a::after {
    position: absolute;
    content: '';
    width: 0.75em;
    height: 0.75em;
    right: 1.25em;
    top: 50%;
    margin-top: -0.3125em;
    border: 1px solid #666;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg)
}

.Menu002306 .side-menu>ul>li.select>a.aon::after {
    border-color: #fff;
}

.Menu002306 .side-menu>ul>li ul {
    display: none;
    padding: 10px 15px;
}

.Menu002306 .side-menu>ul>li>ul {
    padding-left: 32px;
    padding-right: 32px;
    background: #f5f5f5
}

.Menu002306 .side-menu>ul>li>ul>li>a {
    color: #666;
    font-size: 1em;
}

.Menu002306 .side-menu ul li ul li ul li a::before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #555;
    margin-right: 10px;
}

.Menu002306 .side-menu li.select>a {
    background: #459cde;
    color: #fff
}

.Menu002306 .side-menu li>a {
    font-size: 16px;
}

.Menu002306 .side-menu li .aon {
    /* color: #0068b7; */
    font-family: 'OPPOSans-H';
    background: #459cde;
    color: #fff;
}
.Menu002306 .side-menu>ul>li>a.aon::after{
    border-color: #fff;
}

.Menu002306 .side-menu li.select>a::after {
    transform: rotate(135deg);
    border-color: #fff;
    margin-top: -10px
}

.Menu002306 .side-menu ul li ul li.select>a {
    background-color: transparent;
    background-image: url(../images/Menu002306-a_on.png);
    font-weight: bold;
    color: #0068b7;
}

.Menu002306 .side-other dd {
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #e7f0f4;
    margin-top: 20px;
    position: relative;
}

.Menu002306 .side-other dd.dd_1 {
    background-image: url(../images/Menu002306-picbg1.png);
}

.Menu002306 .side-other dd.dd_2 {
    background-image: url(../images/Menu002306-picbg2.png);
}

.Menu002306 .side-other dd a {
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    color: #555;
    padding-left: 100px;
}

.Menu002306 .side-other dd a::after {
    position: absolute;
    content: '>';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0068b7;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-family: 宋体;
    font-size: 12px;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.Menu002306 .side-open_menu {
    display: none;
}

@media(min-width:1025px) {
    .Menu002306 .side-menu {
        display: block !important;
    }
}

@media(max-width:1628px) {
    .Menu002306 .side-title {
        font-size: 1.4742vw;
    }
}

@media(max-width:1280px) {
    .Menu002306 .side-menu li>a {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .Menu002306 {
        padding-top: 0;
        margin-bottom: 5%;
    }

    .Menu002306 .side-title {
        font-size: 16px;
    }

    .Menu002306 .side-other {
        display: none;
    }

    .Menu002306 .side-open_menu {
        display: block;
        border: 2px solid #dd1409;
        padding: 10px 20px 10px 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
        color: #dd1409;
        border-radius: 0 0 5px 5px;
        position: relative;
    }

    .Menu002306 .side-open_menu::after {
        position: absolute;
        content: '';
        border: 6px solid transparent;
        border-top-color: #dd1409;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }

    .Menu002306 .side-menu {
        display: none;
        padding-bottom: 20px;
    }
}

@media(max-width:768px) {
    .Menu002306 .side-title {
        font-size: 14px;
    }

    .Menu002306 .side-menu>ul>li>a {
        padding: 8px 13px;
    }
}

.PicList002323 ul li {
    float: left;
    width: 48.25%;
    margin: 0 3.5% 3.5% 0;
    position: relative;
}

.PicList002323 ul li a {
    display: block;
}

.PicList002323 ul li:nth-of-type(2n) {
    margin-right: 0;
}

.PicList002323 ul li .pic {
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
}

.PicList002323 ul li figure {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.PicList002323 ul li .txt {
    background: #fff;
    padding: calc(25 / 1920 * 100vw);
}

.PicList002323 ul li h3 {
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'OPPOSans-H';
}

.PicList002323 ul li p {
    color: #666;
    margin-bottom: 0;
    line-height: 1.75
}

.PicList002323 ul li a:hover figure {
    transform: scale(1.1);
}

.PicList002323 ul li a:hover h3 {
    color: #0068b7;
}

.PicList002323 li .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 104, 183, 0.9);
    z-index: 10;
    transition: 0.3s;
    color: #fff;
}

.PicList002323 li:hover {
    box-shadow: 0 0 15px 3px #ccc;
    border-color: #0068b7;
}

.PicList002323 li aside {
    position: absolute;
    left: 10%;
    width: 80%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.PicList002323 li .hover h5 {
    font-size: calc(20 / 1920 * 100vw);
    font-weight: bold;
    margin: 0;
}

.PicList002323 li .hover i {
    display: block;
    height: 2px;
    background: #fff;
    width: 48px;
    margin: 14px auto 20px;
}

.PicList002323 li .hover p {
    color: #fff;
    line-height: 2;
    margin: 0;
    max-height: 90px;
    overflow: hidden;
}

.PicList002323 .more {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.PicList002323 .more span {
    display: inline-block;
    padding: 0 calc(40 / 1920 * 100vw);
    line-height: calc(40 / 1920 * 100vw);
    transition: all 0.5s ease-out 0s;
    color: #333;
    background: #fff
}

@media only screen and (max-width:1280px) {
    .PicList002323 ul li h3 {
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    .PicList002323 ul li .txt {
        padding: 15px;
    }
}

@media only screen and (max-width:540px) {
    .PicList002323 ul li {
        float: none;
        width: auto;
        margin-right: 0;
    }
}

.Page002274 {
    text-align: center;
    padding: calc(30 / 1920 * 100vw) 0 calc(120 / 1920 * 100vw);
    color: #666666;
}

.Page002274 .Pages * {
    vertical-align: middle;
}

.Page002274 .Pages .p_cur,
.Page002274 .Pages .p_count,
.Page002274 .Pages .p_total {
    display: none;
}

.Page002274 .Pages a {
    display: inline-block;
    padding: 0 5px;
    width: calc(50 / 1920 * 100vw);
    line-height: calc(50 / 1920 * 100vw);
    background-color: #ececec;
    color: #666666;
    margin-left: 5px;
}

.Page002274 .Pages a:hover,
.Page002274 .Pages a.a_cur {
    color: #fff;
    background-color: #0068b7;
}

.Page002274 .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.Page002274 .Pages .i_text {
    width: 47px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ceced5;
}

.Page002274 .Pages .i_button {
    cursor: pointer;
    background: none;
    width: 47px;
    height: 36px;
    border: 1px solid #ceced5;
}

.Page002274 .Pages .p_jump b {
    font-weight: normal;
    margin: 0 5px;
}

.Page002274 .Pages .a_prev,
.Page002274 .Pages .a_next {
    font-family: 宋体;
    font-weight: bold;
    width: calc(60 / 1920 * 100vw);
}

@media(max-width:1280px) {
    .Page002274 .Pages a {
        width: 34px;
        line-height: 34px;
    }

    .Page002274 .Pages .a_prev,
    .Page002274 .Pages .a_next {
        width: 40px;
    }
}

@media(max-width:1024px) {
    .Page002274 .Pages em {
        display: none;
    }
}

@media(max-width:640px) {

    .Page002274 .Pages a.a_first,
    .Page002274 .Pages a.a_end {
        display: none;
    }

    .Page002274 .Pages a {
        padding: 0 10px;
    }
}

.RighInfo001774 {}

.RighInfo001774 .wrap {
    background: #fff;
    margin-bottom: 3.5714%;
    padding: calc(50 / 1920 * 100vw)
}

.RighInfo001774 .title {
    color: #333;
    font-size: 30px;
    margin-top: calc(20 / 1920 * 100vw);
    font-family: 'OPPOSans-H';
}

.RighInfo001774 .name {
    color: #79c142;
    font-size: 20px;
    margin-bottom: 20px;
}

.RighInfo001774 .desc {
    padding: calc(30 / 1920 * 100vw) 0;
    margin: calc(30 / 1920 * 100vw) 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    line-height: 2;
    color: #666;
}

.RighInfo001774 .list_img {
    float: left;
    width: 50%;
}

.RighInfo001774 .big {
    margin-bottom: 20px;
}

.RighInfo001774 .big li {
    position: relative
}
.RighInfo001774 .list_img li video {
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.RighInfo001774 .list_img li .hide {
    opacity: 0;
}
.RighInfo001774 .big li .play {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/play.svg)no-repeat center;
    background-size: calc(60 / 1920 * 100vw);
    z-index: 2;
}

.RighInfo001774 .big li figure {
    border: 1px solid #ededed;
    padding-bottom: 72%;
    background-size: contain;
}

.RighInfo001774 .small {
    padding: 0 30px;
    position: relative;
}

.RighInfo001774 .small .slick-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    width: 25px;
    z-index: 10;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    border: 0;
    background-color: transparent;
}

.RighInfo001774 .small .slick-prev {
    left: 0;
    background-image: url(../images/btn_prev.png);
}

.RighInfo001774 .small .slick-next {
    right: 0;
    background-image: url(../images/btn_next.png);
}

.RighInfo001774 .small .slick-disabled {
    cursor: default;
}

.RighInfo001774 .small li {
    position: relative;
}

.RighInfo001774 .small li figure {
    margin: 0 auto;
    padding-bottom: 65%;
    background-size: contain;
    max-width: 90%;
    border: 1px solid #ededed;
}

.RighInfo001774 .small li .play {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/play.svg)no-repeat center;
    background-size: calc(30 / 1920 * 100vw);
    z-index: 2;

}

.RighInfo001774 .small li.slick-current figure {
    border-color: #0068b7;
}

.RighInfo001774 .intro {
    float: right;
    width: 45%;
}

.RighInfo001774 .goback a {
    display: inline-block;
    line-height: 50px;
    text-align: center;
    width: 28.718%;
    background: #0068b7;
    color: #fff;
}

.RighInfo001774 .tab {
    padding: 3% 0;
}

.RighInfo001774 .tab .h1_tab {
    margin: 0;
    border-bottom: 1px solid #e7e8e8;
    overflow: hidden;
    font-weight: normal;
    color: #000;
}

.RighInfo001774 .tab .h1_tab span {
    float: left;
    padding: 0 5%;
    line-height: 50px;
    background-color: #fff;
    margin-right: 4px;
    cursor: pointer;
}

.RighInfo001774 .tab .h1_tab span.on {
    background-color: #0068b7;
    color: #fff;
}

.RighInfo001774 .tab .info {
    padding-top: 3%;
    overflow: hidden;
}

.RighInfo001774 .prod-intro .table_1 {
    background: #fff;
    overflow-x: auto;
}

.RighInfo001774 .prod-intro .table_1 table {
    min-width: 640px;
}

.RighInfo001774 .prod-intro .table_1 .th_1 {
    background: #fff
}

.RighInfo001774 .prod-intro .table_1 th,
.RighInfo001774 .prod-intro .table_1 td {
    font-size: 1em;
    border: 1px solid #d8e2ef;
    border-collapse: collapse;
    line-height: 1.75;
    padding: calc(20 / 1920 * 100vw);
}

.RighInfo001774 .prod-intro .table_1 th {
    color: #333;
}

@media(max-width:1628px) {
    .RighInfo001774 .title {
        font-size: 1.84275vw;
    }

    .RighInfo001774 .tab .h1_tab span,
    .RighInfo001774 .goback a {
        line-height: 3.07125vw;
    }
}

@media(max-width:1024px) {
    .RighInfo001774 .title {
        font-size: 18px;
    }

    .RighInfo001774 .list_img {
        width: 40%;
    }

    .RighInfo001774 .intro {
        width: 55%;
    }

    .RighInfo001774 .goback a {
        width: 108px;
        line-height: 32px;
    }

    .RighInfo001774 .tab .h1_tab span {
        line-height: 32px;
    }
}

@media(max-width:768px) {

    .RighInfo001774 .list_img,
    .RighInfo001774 .intro {
        float: none;
        width: auto;
        margin-bottom: 3%;
    }
}

.PicList002433 {
    padding: calc(90 / 1920 * 100vw) 0 0;
}

.PicList002433 .column-title {
    text-align: center;
    padding-bottom: calc(100 / 1920 * 100vw)
}

.PicList002433 .list ul {
    padding: 0 50px;
}

.PicList002433 .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

.PicList002433 .list li:first-child:before,
.PicList002433 .list li:nth-child(5):before,
.PicList002433 .list li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
}

.PicList002433 .list li:first-child:before,
.PicList002433 .list li:nth-child(5):before {
    left: -50px;
    background: url(../images/PicList002433_ul_l.png) no-repeat 0 0;
}

.PicList002433 .list li:last-child:after {
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

.PicList002433 .list li aside {
    padding-top: 35px;
    height: 90px;
    background: url(../images/PicList002433_libg.png) repeat-x left top;
}

.PicList002433 .list li .ytable {
    height: 245px;
}

.PicList002433 .list li .ytable-cell {
    vertical-align: bottom;
}

.PicList002433 .list li figure {
    position: relative;
    display: inline-block;
}

.PicList002433 .list li figure:after {
    position: absolute;
    right: -24px;
    background: url(../images/PicList002433_ying.png) no-repeat left bottom;
    width: 24px;
    height: 100%;
    background-size: contain;
    content: '';
}

.PicList002433 .list li figure img {
    max-height: 290px;
    padding: 8px;
    padding-top: 12px;
    background-image: url(../images/PicList002433_kuang.png);
    background-size: 100% 100%;
    transition: all .5s;
}
.PicList002433 .list li figure:hover img{
    transform: scale(1.05);
}

.PicList002433 .list li p {
    margin: 0 auto;
    max-width: 210px;
    width: 90%;
    line-height: 2;
    max-height: 40px;
    color: #333;
    font-size: 16px;
}

.PicList002433 .list li {
    width: 25%;
}

.PicList002433 .list li:nth-child(4):after {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 90px;
    width: 50px;
    right: -50px;
    background: url(../images/PicList002433_ul_r.png) no-repeat 0 0;
}

@media(max-width:640px) {

    .PicList002433 .auto,
    .PicList002433 .list ul {
        padding: 0;
    }

    .PicList002433 .list li p {
        font-size: 12px;
    }

    .PicList002433 .list li .ytable {
        height: 150px;
    }

    .PicList002433 .list li figure img {
        max-height: 150px;
        padding: 3px
    }

    .PicList002433 .list .ul-2 li:nth-child(1)>* {
        padding-left: 30%;
    }

    .PicList002433 .list .ul-2 li:nth-child(2)>* {
        padding-right: 30%;
    }

    .PicList002433 .list .ul-3 li:nth-child(3):after,
    .PicList002433 .list li:first-child:before {
        display: none;
    }
}

@media(max-width:480px) {
    .PicList002433 .list li .ytable {
        height: 100px;
    }

    .PicList002433 .list li figure img {
        max-height: 100px;
    }
}

.PicList002433.zhuanli {
    background: url(../uploadfiles/bg3.jpg) no-repeat;
    background-size: cover;
}

.PicList002433.zhuanli h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 4%;
    margin-top: 0;
}

.PicList002433.zhuanli .main li {
    float: left;
    list-style: none;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

.PicList002433.zhuanli .list ul {
    padding: 0 50px;
}

.PicList002433.zhuanli .list li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
    width: 16%;
}

.PicList002433.zhuanli .Columnpage .Pages {
    padding-top: 0;
}

.PicList002433.zhuanli .pic01 {
    margin-bottom: 60px;
}

.contactUs {
    padding: calc(90 / 1920 * 100vw) 0;
}

.contactUs .column-title {
    text-align: center;
    margin-bottom: calc(20 / 16 * 1em);
}

.contactUs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contactUs li {
    width: 32%;
    padding: 1.5em 1em;
    text-align: center;
    border: 1px solid #eaeaea;
    min-height: 15em;
}

.contactUs li:nth-child(1),
.contactUs li:nth-child(2) {
    width: 49%;
    margin-bottom: 2%;
}

.contactUs li .ytable {
    height: 100%
}

.contactUs li .icon {
    font-size: 60px;
    width: 1em;
    height: 1em;
    margin: 0 auto;
}

.contactUs li .icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: baseline;
}

.contactUs li aside {
    color: #333;
    font-size: 1.5em;
    font-family: 'OPPOSans-H';
    margin: 0.714285em 0;
}

.contactUs li p {
    font-size: 1.125em;
    margin: 0;
    line-height: 2;
    color: #222;
    position: relative
}

.contactUs li p.ewm {
    display: inline-block;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

.contactUs li .on {
    display: none
}

.contactUs li:hover {
    background: #0068b7
}

.contactUs li:hover aside {
    color: #fff
}

.contactUs li:hover p {
    color: #fff
}

.contactUs li:hover .off {
    display: none
}

.contactUs li:hover .on {
    display: inline-block
}

@media (max-width:1628px) {
    .contactUs li .icon {
        font-size: 3.6855vw;
    }
}

@media (max-width:1024px) {
    .contactUs li .icon {
        font-size: 38px;
    }

    .contactUs li aside {
        font-size: 1.25em;
    }

    .contactUs li p {
        font-size: 1em;
    }
}

@media (max-width:640px) {
    .contactUs li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .contactUs li:nth-child(1),
    .contactUs li:nth-child(2) {
        width: 100%;
    }
}

.Form003139 {
    padding: calc(120 / 1920 * 100vw) 0;
    background: #f8f8f8;
}

.Form003139 .column-title {
    text-align: center;
    margin-bottom: calc(20 / 16 * 1em);
}

.Form003139 .form {
    background-color: #fff;
    margin-top: 3.375em;
}

.Form003139 .form .img img {}

.Form003139 .form-ul {
    margin: 0 auto;
    width: 80%;
}

.Form003139 .form-ul li {
    margin-bottom: 10px;
    position: relative;
}

.Form003139 .form-ul li .tit {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.Form003139 .form-ul li select,
.Form003139 .form-ul li .text {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #8b8b8b;
    line-height: 3.2;
    height: 50px;
    background: none;
    padding: 0 1em;
}

.Form003139 .form-ul li textarea.text {
    height: auto;
}

.Form003139 .form-ul .btn {
    width: 10em;
    background: #0068b7;
    height: 50px;
    color: #fff;
    cursor: pointer;
    border: 0;
    margin: 2em auto 0;
    display: table;
    border-radius: 5px;
}

@media (min-width:1025px) {
    .Form003139 .form .img {
        width: 48%;
    }

    .Form003139 .form-ul .row-2 li {
        float: left;
        width: calc(50% - 10px);
    }

    .Form003139 .form-ul .row-2 li:nth-child(2n) {
        float: right;
    }
}

@media (max-width:1024px) {
    .Form003139 .form-ul {
        padding: 2em 0;
    }

    .Form003139 .form-ul {
        width: 90%;
    }

    .Form003139 .form-ul .btn,
    .Form003139 .form-ul li select,
    .Form003139 .form-ul li .text {
        height: 40px;
    }
}

/*PicList002856 */
.PicList002856 {
    overflow: hidden;
    position: relative;
    padding: 2% 0;
}

.PicList002856 .list ul li .inner {
    position: relative;
}

.PicList002856 .list .left img {
    width: 100%;
    transition: .3s;
}

.PicList002856 .list .right .h3 {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    margin: 0.454em 0;
    font-family: 'OPPOSans-H';
}

.PicList002856 .list .right .p {
    color: #999;
    line-height: 2;
}

.PicList002856 .list ul li {
    padding-bottom: 2.857%;
    border-bottom: 1px solid #e9e9e9;
}

.PicList002856 .list ul li:not(:last-child) {
    margin-bottom: 2.857%;
}

.PicList002856 .list ul li:hover a {
    color: #0068b7;
}

@media screen and (min-width:769px) {
    .PicList002856 .list .left {
        float: left;
        width: 25%;
    }

    .PicList002856 .list .right {
        width: 50%;
    }

    .PicList002856 .list ul li:hover .left img {
        box-shadow: 0 3px 29px rgb(192 196 204 / 71%);
    }

    .PicList002856 .list ul li time {
        border-left: 1px dashed #ededed;
        padding-left: 5%;
        width: 150px;
        height: 160px;
        position: absolute;
        top: 50%;
        right: 0;
        cursor: pointer;
        transform: translateY(-50%);
        color: #666;
        background: url(../images/PicList002482-time.png) no-repeat top center;
        text-align: center;
    }

    .PicList002856 .list ul li time span {
        font-size: calc(45 / 1920 * 100vw);
        font-weight: bold;
        color: #0068b7;
        padding-top: 40px;
        padding-bottom: 5px;
        display: block;
        font-family: 'OPPOSans-H';
    }
}

.PicList002856 .list .left {
    float: left;
    margin-right: 7.14%;
}

.PicList002856 .list .right {
    float: left;
}

.PicList002856 .list .right .h3 {
    margin: calc(50 / 1920 * 100vw) 0 calc(35 / 1920 * 100vw);
}

@media screen and (max-width:1280px) {
    .PicList002856 .list .right .h3 {
        font-size: 1.71875vw;
    }
}

@media screen and (max-width:1024px) {
    .PicList002856 .list .right .h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .PicList002856 .list .left {
        float: none;
        margin-right: 0;
    }

    .PicList002856 .list .right {
        float: none;
    }

    .PicList002856 .list .right .h3 {
        font-size: 16px;
    }

    .PicList002856 .list time {
        display: none;
    }

    .PicList002856 .list .right .p {
        margin: 2% 0 0;
    }
}

.SS {
    margin-bottom: calc(60 / 1920 * 100vw)
}

.SS .Search {
    width: 50%
}

.Location000892 {
    margin-bottom: calc(30 / 1920 * 100vw)
}

.Location000892 a {
    color: #666;
}

.Location000892 a:hover {
    text-decoration: underline;
}

.Location000892 span {
    color: #0068b7;
}

.Floor002915 .form {
    position: relative;
    padding-right: 150px;
    overflow: hidden;
}

.Floor002915 .form .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 100%;
    color: #fff;
    background: #0068b7;
    border: 0;
    cursor: pointer;
    font-family: 'OPPOSans-R';
}

.Floor002915 .form .text {
    width: 100%;
    line-height: 56px;
    height: 56px;
    background: #fff;
    border: 0;
    padding: 0 1vw;
    font-family: 'OPPOSans-R';
}

.Floor002915 .tips {
    padding-top: 1.66vw;
    color: #999;
    padding-bottom: 4vw
}

.Floor002915 .tips a {
    color: #666;
    margin-right: calc(20 / 1920 * 100vw)
}

.Floor002915 .tips a:hover {
    color: #0068b7;
}

@media(max-width:1628px) {
    .Floor002915 .form {
        padding-right: 9.21375vw;
    }

    .Floor002915 .form .btn {
        width: 9.21375vw;
    }

    .Floor002915 .form .text {
        height: 3.4398vw;
        line-height: 3.4398vw;
    }
}

@media(max-width:1024px) {
    .Floor002915 .form {
        padding-right: 95px;
    }

    .Floor002915 .form .btn {
        width: 95px;
    }

    .Floor002915 .form .text {
        height: 36px;
        line-height: 36px;
    }
}

@media(max-width:768px) {

    #bar,
    #bar .ytable-cell {
        display: block;
    }

    .SS .Search {
        width: auto;
    }
}

@media(max-width:640px) {
    .Floor002915 .form {
        padding-right: 30%;
        margin: 2vw 0;
    }

    .Floor002915 .form .btn {
        height: 12vw;
        width: 30%;
    }

    .Floor002915 .form .text {
        line-height: 12vw;
        height: 12vw;
    }

    .Floor002915,
    .Floor002915 .form .btn {
        font-size: 3.5vw;
    }
}

/*News_detail*/
.News_detail {
    padding: 4% 0;
}

.News_detail .news_info {}

.News_detail .news_info .title {
    text-align: center;
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
    margin-bottom: 4.15%;
}

.News_detail .news_info .title h1 {
    margin: 0;
    padding-bottom: 1%;
    font-size: 28px;
    font-family: 'OPPOSans-H';
    color: #000;
    font-weight: normal;
    line-height: 1.5em;
}

.News_detail .news_info .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1.5em 0.5em;
    line-height: 2;
    color: #999;
}

.News_detail .news_info .title .social-share {
    display: inline-block;
}

.News_detail .social-share a {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #f3f4f7 !important;
    margin: 0 0 0 1em;
}

.News_detail .social-share a:before {
    display: none;
}

.News_detail .social-share a.icon-wechat {
    background-image: url("../images/RighInfo002973_share_wx.png");
}

.News_detail .social-share a.icon-weibo {
    background-image: url("../images/RighInfo002973_share_sina.png");
}

.News_detail .social-share a.icon-qq {
    background-image: url("../images/RighInfo002973_share_qz.png");
}

.News_detail .news_info .info {
    text-justify: inter-ideograph
}

.News_detail .news_info img {
    margin: 2% auto;
    max-width: 50%;
    text-align: center
}

.News_detail .info {
    line-height: 2.14285em;
    color: #333;
}

.News_detail .bot {
    position: relative;
    margin-top: 4.15%;
    padding-top: 4.15%;
    border-top: 1px dashed #d2d2d2
}

.News_detail .info_back {
    text-align: center;
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0
}

.News_detail .info_back a {
    position: relative;
    color: #fff;
    display: block;
    width: 10.7em;
    line-height: 3;
    border-radius: 100px;
    background: #0068b7;
}

.News_detail .info_back a:hover {
    opacity: 0.8;
}

.News_detail .info_pn span {
    display: block;
    margin: 1% 0;
}

.News_detail .info_pn span a {
    color: #999
}

.News_detail .info_pn span a:hover {
    color: #0068b7;
}

@media(max-width:1628px) {
    .News_detail .news_info .title h1 {
        font-size: 1.72vw;
    }
}

@media(max-width:1280px) {
    .News_detail .news_info .title aside span {
        font-size: 12px;
    }

    .News_detail .info,
    .News_detail .info_back a,
    .News_detail .info_pn {
        font-size: 13px;
    }
}

@media(max-width:1024px) {
    .News_detail .news_info .title h1 {
        font-size: 18px;
    }

    .News_detail .info_back {
        position: relative
    }
}

@media(max-width:768px) {
    .News_detail .info {
        line-height: 1.75em;
    }

    .News_detail .info_back a {
        width: 100%;
        margin-bottom: 5%
    }
}

.Top003198 li .sub dt{
    transition: all .5s;
}
.Top003198 li .sub dl dt:hover{
    background: #fff;
}
.Top003198 li .sub dl dt:hover a{
    color: #0068b7;
}