body {
    /*font-family: Arial, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", sans-serif;*/
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    color: #424242;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}
a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.mobile {
    display: none;
}
.pc {
    display: inline-block;
}
.edit-box {
    line-height: 2;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff;
    -webkit-box-shadow: inset 0 0 6px #fff;
    border-radius: 10px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(136, 136, 136, 0.42);
    -webkit-box-shadow: inset 0 0 6px rgba(136, 136, 136, 0.42);
    background-color: rgba(136, 136, 136, 0.42);
}
.swiper-container {
    --swiper-theme-color: #F05652;
    --swiper-pagination-color: #F05652;
    --swiper-navigation-color: #333;
}
.com-btn {
    padding: 5px 9px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    background-color: #0692b1;
    color: #ffffff;
    border: 1px solid #057790;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 3px;
    line-height: 1.5;
}
.com-btn:hover {
    background-color: #fff;
    color: #0692b1;
    border-color: #000000;
}
.btn-box {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}
.btn-box.center {
    justify-content: center;
}
.btn-box .btn {
    padding: 5px 9px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    background-color: #0692b1;
    color: #ffffff;
    border: 1px solid #057790;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 3px;
    line-height: 1.5;
}
.btn-box .btn.big {
    padding: 10px 40px;
}
.btn-box .btn:hover {
    background-color: #fff;
    color: #0692b1;
    border-color: #000000;
}

.bg-333 {
    background-color: #333;
    color: #fff;
}
.bg-fff {
    background-color: #fff;
    color: #333;
}
.bg-img {
    margin: 0;
    padding: 0;
    background-image: url(../Images/bj1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.main-box {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0;
    box-sizing: border-box;
}
.main-box.small {
    padding: 40px 0;
}
.main-box .main-title {
    position: relative;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}
.main-box .main-title.blue-line::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #0692b1;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
}

/*头部*/
.top-bar {
    height: 90px;
    width: 100%;
    z-index: 20;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / .16);
    box-shadow: 0 3px 6px rgb(0 0 0 / .16);
    -webkit-font-smoothing: antialiased;
    background: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.top-line {
   padding-top: 90px;
}
.top-bar .logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}
.top-bar .logo img {
    height: 55px;
}
.top-bar .top-bar-right {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.top-bar .top-bar-right .blue-top-bar {
    background: #0692b1;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    height: 22px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.top-bar .navigation {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.top-bar .navigation ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
}
.top-bar .navigation ul li {
    list-style: none;
    white-space: nowrap;
    position: relative;
}
.top-bar .navigation ul>li {
    height: 68px;
}
.top-bar .navigation ul>li>a {
    padding: 20px;
    display: inline-block;
    font-size: 16px;
    color: #242424;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    margin-top: 3px;
}
.top-bar .navigation ul>li.active>a {
    color: #0692b1;
}
.top-bar .navigation ul>li>a:hover {
    color: #0692b1;
}
.top-bar .navigation ul>li>a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 11px 6px;
    border-color: #fff0 #fff0 #00A7EE #fff0;
    position: absolute;
    bottom: -12px;
    top: -1000px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.top-bar .navigation ul ul {
    width: 250px;
    height: auto;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / .16);
    box-shadow: 0 3px 6px rgb(0 0 0 / .16);
    position: absolute;
    background: #fff;
    border-top: 3px solid #0692b1;
    margin-top: 2px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    padding: 5px 0 5px 0;
    top: -5000%;
}
.top-bar .navigation ul ul li {
    width: 90%;
    padding: 5px 0;
    box-sizing: border-box;
    height: auto;
}
.top-bar .navigation ul ul li a {
    white-space: normal;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    border: 1px solid #242424;
    font-size: 14px;
    font-weight: normal;
}
.top-bar .navigation ul ul li a:hover {
    background: #0692b1;
    color: #fff;
}
.top-bar .navigation>ul>li:hover {
    display: block;
}
.top-bar .navigation>ul>li:hover>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    top: inherit;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.top-bar .navigation ul ul::before {
    position: relative;
    content: "";
    top: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 11px 6px;
    border-color: #fff0 #fff0 #0692b1 #fff0;
}
.footer-bar {
    text-align: center;
}
.footer-bar a {
    color: #fff;
}
.footer-bar a:hover {
    color: #ccc;
}
.footer-bar .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.footer-bar .menu .item {
}
.footer-bar .copyright {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 5px;
}
.footer-bar .copyright a {
    color: #ccc;
}
.footer-bar .copyright a:hover {
    color: #fff;
}

/*首页*/
.index-lig {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-lig .item {
    text-align: center;
}
.index-lig .item .h {
    font-size: 32px;
    font-weight: 700;
}
.index-lig .item .title {
    font-size: 14px;
}
.index-lig .item .num {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
}
.index-desc {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
}
.index-topic .swiper-slide img {
    width: 560px;
    height: 370px;
}
.index-topic .swiper-container {
    width: 560px;
    margin-right: 50px;
}
.index-topic li {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 10px;
}
.index-topic li .t {
    font-weight: 700;
}
.spearker-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.spearker-list .item {
    background-color: #333;
    width: 240px;
}
.spearker-list .item .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    filter: brightness(70%);
}
.spearker-list .item .img img {
    width: 100%;
}
.spearker-list .item .img:hover {
    filter: brightness(100%);
}
.spearker-list .item .tit {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 25px;
    word-wrap: break-word;
}
.spearker-list .item .desc {
    font-size: 12px;
    color: #ddd;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 20px;
    word-wrap: break-word;
}
.spearker-list .item .logo {
    width: 100%;
    height: 80px;
    /*overflow: hidden;*/
    background-color: #fff;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.spearker-list .item .logo img {
    height: 80px;
}
.spearker-list .item .line {
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #333333 transparent transparent transparent;
    margin: 20px auto -35px auto;
    background-color: #fff;
}
.index-list {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    gap: 20px;
}
.index-list .item {
    width: 285px;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.index-list .item img {
    max-width: 100%;
}
.index-review {

}
.swiper-container-three .swiper-slide {
    display: block;
    filter: opacity(30%);
    transform: translateX(-130px);
    padding-top: 50px;
}
.swiper-container-three .swiper-slide-active {
    transform: translateX(-150px);
}
.swiper-container-three .swiper-slide-next {
    filter: opacity(100%);
    transform: translateX(-140px);
    width: 680px !important;
    padding-top: 0px;
}
.swiper-container-three .swiper-slide-next .txt {
    padding: 95px 70px !important;
}
.index-review .swiper-slide .txt {
    padding: 70px 70px;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    font-size: 22px;
    text-align: center;
    position: relative;
}
.index-review .swiper-slide .txt .t1 {
    font-size: 100px;
    position: absolute;
    left: 15px;
    top: -10px;
}
.index-review .swiper-slide .txt .t2 {
    font-size: 100px;
    position: absolute;
    right: 15px;
    bottom: -10px;
    line-height: 0.4;
}
.index-review .swiper-slide .txt .d {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: keep-all;
    height: 90px;
    line-height: 30px;
}
.index-review .swiper-slide .tit {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.index-review .swiper-slide .logo {
    text-align: center;
}
.index-review .swiper-slide .logo img {
    max-width: 100%;
    width: auto;
    height: 80px;
}
.swiper-container-three .swiper-button-prev {
    top: 370px;
    left: 350px;
}
.swiper-container-three .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 800;
}
.swiper-container-three .swiper-button-next {
    top: 370px;
    right: 350px;
}
.swiper-container-three .swiper-button-next::after {
    font-size: 20px;
    font-weight: 800;
}
.index-history {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-history .item {
    width: 390px;
    height: 250px;
    color: #fff;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.index-history .item .cover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.index-history .item .tit {
    color: #fff;
    position: absolute;
    bottom: 42px;
    padding: 0 30px;
    line-height: 130%;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}
.index-history .item .desc {
    color: #ccc;
    visibility: hidden;
    text-align: left;
    height: 72px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0 30px;
}
.index-history .item .line {
    position: absolute;
    bottom: 25px;
    left: 5%;
    width: 90%;
    border-bottom: 2px solid #979797;
}
.index-history .item .arrow {
    color: #fff;
    visibility: hidden;
    position: absolute;
    bottom: 25px;
    right: 50px;
    width: auto
}
.index-history .item:hover .line {
    border-bottom: 2px solid #fff !important;
    transition: all .1s ease 0s !important;
    bottom: 49px !important
}
.index-history .item:hover .arrow {
    color: #fff;
    visibility: visible !important;
    transition: all .3s ease 0s;
    right: 20px !important;
    width: auto;
}
.index-history .item:hover .tit {
    color: #fff !important;
    transition: all .1s ease 0s !important;
    bottom: 144px !important;
}
.index-history .item:hover .desc {
    visibility: visible !important;
    transition: all .2s ease 0s;
    bottom: 61px !important;
}
.index-history .item:hover .cover {
    display: inline-block;
}
.index-media {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.index-media .item {
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.index-media .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.index-video {
    position: relative;
    height: 650px;
}
.index-video .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
}
.index-video .parallax_video {
    top: 0;
    left: 0;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.index-video .ct {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
}
.index-video .ct .logo {
    margin-top: 150px;
}
.index-video .ct .title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 50px;
}
.index-video .ct .time {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}
.index-video .ct .time i {
    margin-right: 20px;
}
.index-video .ct .btn-box {
    justify-content: center;
    margin-top: 50px;
}

.form-box {
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.form-box .top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DEE1E8;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
}
.form-box .top i {
    color: #0692b1;
    margin-right: 10px;
}
.form-box .item {
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}
.form-box .item .label {
    font-size: 14px;
    color: #101010;
    font-weight: 500;
}
.form-box .item .value {
    margin-top: 10px;
}
.form-box .item .value .input {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #DEE1E8;
    box-sizing: border-box;
}
.form-box .item .value .input input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-radius: 8px;
}
.form-box .item .value .text {
    height: 150px;
    border-radius: 8px;
    border: 1px solid #DEE1E8;
    box-sizing: border-box;
}
.form-box .item .value .text textarea {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-radius: 8px;
}
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #0692b1;
    top: 65px;
    bottom: 65px;
    left: 50%;
    margin-left: -2px;
}
.timeline .item {
    padding: 20px 2px;
    box-sizing: border-box;
    position: relative;
    width: 50%;
}
.timeline .item.left {
    left: 0;
    text-align: right;
}
.timeline .item.right {
    left: 50%;
    text-align: left;
}
.timeline h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.timeline .timeline-content {
    padding: 20px 30px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
}
.timeline .timeline-content::before {
    content: '';
    position: absolute;
    top: 35px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0692b1;
    color: white;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.timeline .item.left .timeline-content::before {
    right: -13px;
}
.timeline .item.right .timeline-content::before {
    left: -13px;
}