@charset "utf-8";

* {
    box-sizing: border-box;
}

:root {
    --blue: #4d81fa;
    --purple: #6f5cff;
    --white: #fff;
    --black: #282828;
    --lightgrey: #f9f9f9;
    --darkgrey: #999;
    --fontSize-12: 12px;
    --fontSize-14: 14px;
    --fontSize-15: 15px;
    --fontSize-16: 16px;
    --fontSize-18: 18px;
    --fontSize-20: 20px;
    --fontSize-22: 22px;
    --fontSize-24: 24px;
    --fontSize-26: 26px;
    --fontSize-28: 28px;
    --fontSize-30: 30px;
    --fontSize-32: 32px;
    --fontSize-34: 34px;
    --fontSize-36: 36px;
    --fontSize-38: 38px;
    --fontSize-40: 40px;
    --fontSize-42: 42px;
    --fontSize-48: 48px;
    --fontSize-64: 64px;
    --grey444: #444;
    --grey666: #666;
    --grey999: #999;
    --greyccc: #ccc;
    --greyeee: #eee;
    --greyddd: #ddd;
    --lh140: 140%;
    --lh160: 160%;
    --lh180: 180%;
    --lh200: 200%;
    --lh220: 220%;
    --vh100: 100vh;
}

body {
    color: var(--black);
}

body,
button,
input,
select,
textarea {
    font-family: pingfang SC,
        helvetica neue,
        arial,
        hiragino sans gb,
        microsoft yahei ui,
        microsoft yahei,
        simsun,
        sans-serif;
    font-size: var(--fontSize-16);
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
h4,
h5,
h6,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.5;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
    -webkit-appearance: none;
}


address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: "Poppins", Sans-serif
}

small {
    font-size: 10px;
}

ul,
ol {
    list-style: none;
}

sub {
    bottom: 0
}

a {
    text-decoration: none;
    color: var(--black)
}

a:hover {
    color: var(--blue);
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: footer-help;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
}

:focus {
    outline: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

button,
input,
select {
    vertical-align: middle;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

.fw-900 {
    font-weight: 900;
}

.text-blue {
    color: var(--blue)
}

.text-purple {
    color: var(--purple)
}

.text-grey666 {
    color: #666;
}

.text-grey999 {
    color: #999;
}

.bg-blue {
    background: var(--blue);
}

.bg-purple {
    background: var(--purple)
}

.bg-grey {
    background: var(--lightgrey);
}

.text-capital {
    text-transform: uppercase
}

.arial {
    font-family: Arial, Helvetica, sans-serif;
}


/**************滚动条样式**********/

::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 .3125rem rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, .1);
}


.photo img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.photo:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.photo em {
    display: block;
    overflow: hidden;
}

.iconfont {
    font-size: inherit;
}

.pt-item {
    padding-top: 100px;
}

.pb-item {
    padding-bottom: 100px;
}

.py-item {
    padding-top: 100px;
    padding-bottom: 100px;
}

@font-face {
    font-family: 'DOUYUFont';
    src: url(../font/DOUYUFont.ttf);
}

.font-douyu {
    font-family: 'DOUYUFont';
}

.container-fluid {
    max-width: 1250px;
}

/**************框架公用样式**********/
header {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .05);
}

header h1 {
    font-size: var(--fontSize-28);
    color: #505050;
    line-height: 1;
    padding-top: 5px;
}

.nav a {
    padding: 0 20px;
    font-size: var(--fontSize-18);
    display: block;
}

.nav a.current {
    color: var(--blue);
}

/**************手机导航**********/

.sp_nav,
.sjj_nav {
    display: none;
}

.sp_nav {
    width: 30px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    color: #f333;
    z-index: 999
}

.sp_nav span {
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span {
    background: #333;
}

.sp_nav_se span {
    width: 24px;
    background: #fff;
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 20px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 20px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: calc(100% - 104px);
    height: 100vh;
    line-height: 40px;
    top: -100vh;
    left: 0;
    right: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
    margin: 0 auto
}

.nav_show {
    top: 0;
    padding: 3.75rem 1.875rem;
    background: #333
}

.sjj_nav ul li {
    position: relative;
    line-height: 3.125rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.sjj_nav ul li a {
    color: var(--grey999);
    display: block;
}

.sjj_nav ul li a.current {
    color: var(--blue);
}

.banner {
    margin-top: 82px;
}

.banner .swiper-slide-text {
    height: 37.5rem;
    font-size: 2rem;
}

.banner .swiper-slide-text h2 {
    font-size: 3.125rem;
}

.banner .swiper-slide-text h4 {
    color: var(--blue);
}

.banner .swiper-pagination {
    bottom: 15px;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--white);
    opacity: .6;
}

.banner .swiper-pagination-bullet-active {
    background: var(--purple);
}

.click-more {
    background: var(--purple);
    transition: .4s;
    color: var(--white);
    padding: 8px 2.5rem;
    display: inline-block;
}

.click-more:hover {
    background: var(--blue);
    color: var(--white);
}

.page-section1 {
    background: url(../images/bg1.webp) center;
    background-size: cover;
    padding: 4.0625rem;
}

.page-section1>ul::after {
    content: '';
    height: 100%;
    position: absolute;
    width: 50%;
    background: url(../images/world.webp) center no-repeat;
    top: 0;
    right: 0;
    background-size: 150%;
}

.page-section1>ul,
.page-section1 figure {
    width: 45%;
}

.page-section1>ul li {
    background: var(--white);
    padding: 1.875rem 3.125rem 1.875rem 5rem;
    position: relative;
}

.page-section1>ul li h4 {
    margin-top: .9375rem;
}

.page-section1>ul li+li {
    margin-top: 3.125rem;
}

.page-section1 figure li span {
    display: block;
    margin-top: 15px;
}

.page-section1>ul li::after {
    content: '';
    width: 12px;
    height: 42px;
    background: var(--purple);
    display: block;
    position: absolute;
    border-radius: 0 5px 5px 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-section1 figure article {
    font-size: var(--fontSize-18);
    line-height: 200%;
}

.page-section2 ul {
    gap: 2.5rem 3%
}

.page-section2 li {
    width: 48.5%;
    background: url(../images/bg2.webp) center;
    background-size: cover;
    padding: 3.125rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
}

.page-section2 li>span {
    position: absolute;
    right: 0;
    top: 3.4375rem;
    background: linear-gradient(to right, #a7d0ff, #fff);
    padding: 2px 35px 2px 15px;
    font-style: italic;
    color: var(--white);
}

.page-section2 li section {
    font-size: 1.125rem;
}

.page-section2 li section p {
    margin-bottom: 1.25rem;
}

.page-section2 li h3 span {
    font-size: 1.25rem;
}

.page-section2 li .click-more {
    position: absolute;
    bottom: 3.125rem;
    left: 45%;
}

.page-section2 .customization-list {
    background: linear-gradient(to right, #6f5cff, #3c4aff, #fa61a2, #ff8e39);
    border-radius: 10px;
    padding: 3px;
}

.page-section2 .customization-list section {
    padding: 1.875rem 3.125rem 1.875rem 5rem;
    line-height: 2;
    width: 21.875rem;
}

.page-section2 .customization-list figure {
    border-radius: 0 8px 8px 0;
    width: calc(100% - 21.875rem);
    height: 100%;
    padding-left: 5rem !important;
}

.page-section2 .customization-list figure {
    gap: 25px 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 13.75rem));
}

.page-section2 .customization-list figure p {
    width: 40%;
}

.page-section2 .customization-list figure p::before {
    content: '';
    background: var(--black);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.page-section2 .customization-list figure p:nth-child(2n) {
    width: 58%;
}

.page-section2 .customization-list figure .click-more {
    position: absolute;
    right: 5rem;
    bottom: 2.5rem;
}

.page-section3 {
    background: url(../images/worldmap.webp) center #f0f0f0;
    background-size: cover;
}

.page-section3 section ul {
    gap: 20px 1%;
}

.page-section3 section li {
    width: 15.8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 12px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: .4s;
}

.page-section3 section li:hover {
    background: #eaf3ff;
}

.page-section3 section li img {
    width:45px;
    height: 28px;
}
.page-section3 section li span{width:calc(100% - 45px); text-align:center}
.page-section3 section li:last-child i {
    font-size: var(--fontSize-32);
    line-height: 1;
}

.page-section3 section+section {
    margin-top: 35px;
}

.page-section4 ul {
    gap: 35px 3%;
}

.page-section4 li {
    width: 31.33%;
    padding: 1.875rem 1.875rem .625rem;
    border-radius: 10px;
    background: linear-gradient(to top, #e5edff, #f8f8ff);
    border: 1px solid #d9e2ff;
    display: flex;
    flex-direction: column;
}

.page-section4 li img {
    align-self: flex-end;
    margin-top: .9375rem;
}

.page-section4 li h5 {
    margin-top: 12px;
}

.page-section5 figure {
    width: 70%;
    background: url(../images/bg3.webp) center;
    background-size: cover;
    padding: 45px 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.page-section5 figure::after {
    content: '';
    width: 12px;
    height: 42px;
    background: var(--purple);
    display: block;
    position: absolute;
    border-radius: 0 5px 5px 0;
    left: 0;
    top: 40px;
}

.page-section5 figure li {
    margin-top: 25px;
}

.page-section5 figure li span {
    width: 6px;
    height: 6px;
    background: #8d5cff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
}

.page-section5 figure li span::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #8d5cff;
    display: inline-block;
    opacity: .2;
    position: absolute;
    top: -3px;
    right: -3px;
}

.page-section5 section {
    width: 50%;
    position: absolute;
    background: url(../images/bg4.webp) center;
    background-size: cover;
    right: 0;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.page-section5 section li {
    padding: 0 40px;
}

.page-section5 section li i {
    font-size: 2.8125rem;
}

.page-section5 section li i,
.page-section5 section li h5 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}

.page-section6 li {
    width: 32%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.page-section6 li h5 {
    position: absolute;
    top: 30px;
    left: 30px;

}

.page-section6 li img {
    width: 100%;
}

.page-section7 {
    background: url(../images/bg8.webp) center;
    background-size: cover;
}

.page-section7>div section {
    width: 47%;
    padding: 40px;
    position: relative;
}

.page-section7>div section li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
}

.page-section7>div section li a h6 {
    width: calc(100% - 30px);
}

.page-section7>div section li a i {
    color: var(--purple);
    font-size: var(--fontSize-20);
}

.page-section7>div section::after {
    content: '';
    width: 12px;
    height: 42px;
    background: var(--purple);
    display: block;
    position: absolute;
    border-radius: 0 5px 5px 0;
    left: 0;
    top: 30px;
}

footer {
    background: #262626;
    padding: 3.75rem 0;
}

footer,
footer a {
    color: #a2a2a2;
}

footer section {
    width: 65%;
    gap: 25px 2%;
}

footer section a {
    width: 32%;
}

footer h5 {
    padding-right: 3.75rem;
}

.min-banner {
    margin-top: 5.0625rem;
}

.min-banner img {
    height: 21.875rem;
    object-fit: cover;
    display: block;
    width: 100%;
}

.min-banner section {
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
}

.news-list {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.news-list section {
    background: #f5f5f5;
    width: 18.75rem;
    padding: 1.875rem 2.5rem;
}

.min-banner section h1 {
    font-size: 2.625rem;
}

.news-list section li {
    border-bottom: 1px solid #ddd;
}

.news-list section li a {
    padding: 15px 0;
    display: block;
    font-size: 1.125rem;
}

.news-list section li a:hover,
.news-list section li a.current,
.news-list section li a:hover i,
.news-list section li a.current i {
    color: var(--blue);
}

.news-list section li a i {
    float: right;
    color: #999;
}

.news-list .news-content,
.news-list .show-content {
    width: calc(100% - 21.875rem);
}

.news-list .news-content h4,
.news-list .show-content h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: .9375rem;
}

.news-list .news-content p {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-list .news-content p a {
    position: relative;
    padding-left: .9375rem;
    padding-left: 1.25rem;
    width: calc(100% - 7.5rem);
}

.news-list .news-content p span {
    color: var(--grey666);
}

.news-list .news-content p a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--blue);
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 10px;
}


.news-list section::after {
    content: '';
    width: 12px;
    height: 42px;
    background: var(--purple);
    display: block;
    position: absolute;
    border-radius: 0 5px 5px 0;
    left: 0;
    top: 1.875rem;
}

.news-list .show-content .news-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 1.25rem;
}

.news-list .show-content .news-title span {
    color: var(--grey666);
}

.news-list .show-content article {
    line-height: 220%;
    font-size: var(--fontSize-18);
}

.page {
    width: 100%;
    padding: 50px 0 15px 0;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page a,
.page span {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 0 3px;
    background: #fff
}

.page span,
.page a:hover {
    background: #4d81fa;
    border: 1px solid #4d81fa;
    color: #fff !important;
    border-radius: 5px;
}

.page .prev,
.page .next {
    margin: 0 10px;
}

.previous-next-article {
    border-top: 1px solid #eee;
}

.previous-next-article p {
    justify-content: flex-start !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-top: 15px;
}

.previous-next-article p a {
    padding-left: 0 !important;
}

.previous-next-article p a::after {
    display: none !important;
}
.modal-header{padding:10px 15px;}
.modal-dialog {
    max-width: 300px;
    top: 50%;
    transform: translateY(-50%)!important;;
    margin:0 auto;
}
.modal-content{border:0;}
.modal-open{overflow:inherit!important; padding-right:0!important}
@media screen and (max-width:767px) {

    body,
    button,
    input,
    select,
    textarea {
        font-size: 1rem;
    }

    .pt-item,
    .world-list {
        padding-top: 50px;
    }

    .pb-item {
        padding-bottom: 50px;
    }

    .py-item {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .nav,
    .news-list .news-content h4,
    .news-list .show-content h4 {
        display: none !important;
    }

    .sp_nav,
    .sjj_nav {
        display: block;
    }

    .banner,
    .min-banner {
        margin-top: 61px;
    }

    .banner .swiper-slide-text {
        height: 30vh;
    }

    .banner .swiper-slide-text h2 {
        font-size: 1.875rem;
    }

    h1,
    header h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.375rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    h5,
    .news-list .show-content article {
        font-size: 1rem;
    }

    .page-section1 {
        padding: 1.25rem;
    }

    .page-section1>ul,
    .page-section1 figure,
    .page-section2 li,
    .page-section2 .customization-list section,
    .page-section2 .customization-list figure,
    .page-section2 .customization-list figure p,
    .page-section5 figure,
    .page-section5 section,
    .page-section6 li,
    .page-section7>div section,
    footer section,
    footer h5,
    .news-list section,
    .news-list .news-content,
    .news-list .show-content {
        width: 100%;
    }

    .page-section1>ul li {
        padding: .9375rem 3.125rem .9375rem 3.75rem;
    }

    .page-section1>ul li+li {
        margin-top: .9375rem;
    }

    .page-section1>ul li h4 {
        margin-top: .625rem;
    }

    .page-section1 figure {
        margin-top: 1.875rem;
    }

    .page-section1 figure li img {
        height: 3.125rem;
    }

    .page-section2 li {
        padding: 1.875rem;
    }

    .page-section2 li section {
        font-size: 1rem;
    }

    .page-section2 li section p {
        margin-bottom: .625rem;
    }

    .click-more {
        padding: 6px 1.875rem;
    }

    .page-section2 ul {
        gap: 1.25rem 3%;
    }

    .page-section2 li .click-more {
        left: inherit;
        right: 1.25rem;
        bottom: 1.875rem;
    }

    .page-section2 .customization-list {
        background: linear-gradient(to bottom, #6f5cff, #3c4aff, #fa61a2, #ff8e39);
    }

    .page-section2 .customization-list section {
        padding: 1.875rem;
    }

    .page-section2 .customization-list figure {
        clip-path: inherit;
        border-radius: 8px;
        padding: 1.25rem 1.25rem 5rem !important;
        gap: 15px 0;
    }

    .page-section2 .customization-list figure p::before {
        margin-right: .625rem;
    }

    .page-section2 .customization-list figure .click-more {
        display: table;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 1.25rem;
    }

    .page-section3 section ul {
        gap: .625rem 4%;
    }

    .page-section3 section li {
        width: 48%;
        padding: .625rem;
        border-radius: 5px;
    }

    .page-section3 section li img {
        height: 1.25rem;
    }

    .page-section3 section+section {
        margin-top: 1.875rem;
    }

    .page-section4 ul {
        gap: .9375rem 4%;
    }

    .page-section4 li {
        width: 48%;
        padding: .9375rem .9375rem .625rem;
    }

    .page-section4 li img {
        height: 3.75rem;
    }

    .page-section5 section {
        position: relative;
        box-shadow: initial;
    }

    .page-section5 figure {
        padding: 1.5625rem 1.875rem
    }

    .page-section5 figure li {
        margin-top: .9375rem;
    }

    .page-section5 section li {
        padding: 0 1.25rem;
    }

    .page-section6 li+li {
        margin-top: .9375rem;
    }

    .page-section7>div section {
        padding: 1.875rem;
    }

    .page-section7>div section li a {
        padding: .9375rem 0;
    }

    .page-section7>div section li a i {
        font-size: var(--fontSize-18);
    }

    .page-section7>div section::after,
    .news-list section::after {
        height: 1.875rem;
    }

    .page-section7>div section:last-child {
        margin-top: .9375rem;
    }

    footer {
        padding: 1.875rem 0;
    }

    footer h5 {
        text-align: center;
        padding: 1.25rem 0;
    }

    footer img {
        margin: 0 auto;
        width: 8.125rem;
    }

    .min-banner img {
        height: 12.5rem;
    }

    .min-banner section h1 {
        font-size: 1.75rem;
    }

    .news-list {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .news-list section {
        padding: 1.25rem;
    }

    .news-list section ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news-list section li {
        width: 49%;
    }

    .news-list section li a {
        padding: 10px 0;
        font-size: 1rem;
    }

    .news-list .news-content,
    .news-list .show-content {
        margin-top: 1.875rem;
    }

    .news-list .news-content p {
        font-size: 1rem;
        padding: .75rem 0;
    }

    .news-list .news-content p a {
        width: calc(100% - 6.875rem);
    }

    .news-content .news-title h2 {
        margin-bottom: .9375rem;
    }
}