@font-face {
    font-family: 'azoft-sans';
    src: url('../fonts/azoft-sans.ttf');
    src: url('../fonts/azoft-sans.ttf') format('truetype')
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Regular.otf');
}

@font-face {
    font-family: 'RockwellStd';
    src: url('../fonts/RockwellStd.otf');
    src: url('../fonts/RockwellStd.otf') format('otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: Arial, sans-serif; */
    font-family: SourceHanSansCN-Regular;
    line-height: 1.6;
    color: #333;
    overflow: hidden;
}

/* Common styles */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Swiper container */
.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    /* text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; */
}

/* Navigation */
.menu-bar {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 180px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.logo {
    height: 50px !important;
}

.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu li {
    margin: 0 15px;
    position: relative;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 22px;
    width: 95px;
    left: -20px;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    z-index: 3;
    /* background-color: rgba(15, 25, 37, 0.5); */
    overflow: auto;
}

.sub-menu li {
    text-align: center;
    line-height: 30px;
}

.menu>li a {
    color: #2A5CAA;
    font-size: 14px;
    text-decoration: none;
}

.menu li:hover .sub-menu {
    display: block;
    color: #fff;
    background-color: #2A5CAA;
}

/* Home page content */
.home-layer {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-first-content {
    position: relative;
    z-index: 1;
    padding-top: 20vh;
}

.pimg {
    max-width: 500px;
    margin-bottom: 30px;
}

.p1,
.p2 {
    margin: 20px 0;
}

/* Data section */
.page2 {
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* gap: 30px;
    padding: 50px; */
    background: #fff;
    color: #000;
}

/* [class^="data"] {
    text-align: center;
    color: #fff;
} */

/* [class^="data"] p:first-child {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
} */

/* Footer */
/* .footer {
    background: #101926;
    color: #fff;
    padding: 50px 0;
    position: relative;
    width: 100%;
}

.footer-link {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
} */

.hr-full {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

/* Animation classes */
.ani {
    opacity: 0;
}

/* Stock price */
.stock {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}

/* Language switcher */
.lang {
    color: #fff;
    text-decoration: none;
}

/* Arrow down */
.arrowdown {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

html,
body {
    position: relative;
    height: 100%;
    font-family: Georgia, "Helvetica Neue", "Microsoft YaHei", "寰蒋闆呴粦", STXihei, "鍗庢枃缁嗛粦", serif;
}

body {
    /* background: #01123e; */
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #01123e; */
    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;
    overflow: hidden;
}

.home-first-content .p1 {
    margin-top: 40px;
    font-size: 24px;
    letter-spacing: 1px;
}

.home-first-content .p2 {
    font-size: 18px;
    width: 750px;
    margin: 10px auto 0;
}

.page1 {
    background-color: rgba(0, 104, 183, 0.3);
    z-index: 10;
}

.page3-bg {
    background-image: url(../images/introduce/t1.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page4-bg {
    background-image: url(../images/introduce/qx.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page5-bg {
    background-image: url(../images/introduce/gl.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page6-bg {
    background-image: url(../images/introduce/dt.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page8-bg {
    background-image: url(../images/introduce/tb.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page9-bg {
    background-image: url(../images/introduce/color.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page7-bg {
    background-image: url(../images/introduce/db.png);
    height: 80%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-position: top right;
    cursor: pointer;
    background-size: cover
}

.col33,
.col34 {
    float: left;
    height: 50%;
    background-size: cover;
}

.col33 span,
.col34 span {
    font-family: "DIN";
}

.col33 {
    width: 33%;
}

.col34 {
    width: 34%;
}

.col33 span,
.col34 span {
    font-size: 100px;
}

.col33 p:nth-child(1),
.col34 p:nth-child(1) {
    font-size: 24px;
    margin-top: 25%;
}

.col33 p:nth-child(2),
.col34 p:nth-child(2) {
    font-size: 22px;
}

.col33 p:nth-child(3),
.col34 p:nth-child(3) {
    font-size: 12px;
}

.data1 {
    background-image: url(../images/data1.jpg);
}

.data2 {
    background-image: url(../images/data2.jpg);
}

.data3 {
    background-image: url(../images/data3.jpg);
}

.data4 {
    background-image: url(../images/data4.jpg);
}

.data5 {
    background-image: url(../images/data4.jpg);
}

.data6 {
    background-image: url(../images/data5.jpg);
}

.data7 {
    background-image: url(../images/data6.jpg);
}

.page3-content {
    position: absolute;
    right: 30%;
    text-align: left;
    margin-top: 15%;
}

.page4-content {
    position: absolute;
    left: 30%;
    text-align: left;
    margin-top: 15%;
}

.page5-content {
    position: absolute;
    left: 18%;
    text-align: left;
    margin-top: 15%;
}

.page6-content {
    position: absolute;
    left: 50%;
    text-align: left;
    margin-top: 15%;
}

.page8-content {
    position: absolute;
    left: 50%;
    text-align: left;
    margin-top: 15%;
}

.page9-content {
    position: absolute;
    right: 60%;
    text-align: left;
    margin-top: 15%;
}


.hr2 {
    width: 320px;
    border-top: 1px solid #ffffff;
    margin: 20px 0;
}

.learnmore {
    display: block;
    height: 30px;
    width: 80px;
    border-radius: 15px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    opacity: .5;
    margin-top: 35px;
}

.normal-layout-head {
    height: 900px;
}

.normal-layout-white {
    background: #fff;
    color: #0f1925;
}

.normal-layout-blue {
    background: #0e132d;
    color: #fff;
}

.normal-layout-lightblue {
    background: #0e1237;
    color: #fff;
    padding: 50px 0 150px;
}

.normal-layout-grey {
    background: #f2f2f1;
    color: #0f1925;
    box-shadow: 0 5px 10px #ccc inset;
}

.img-title {
    text-align: center;
    padding: 100px 0 60px;
}

.img-title2 {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0 60px;
}

.banner-head {
    position: relative;
    overflow: hidden;
}

.banner-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-color: rgba(0, 104, 183, 0.3); */
    /* z-index: 10; */
}

.video-head {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.video-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 104, 183, 0.3);
    /* z-index: 10; */
}

.video-head-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10%;
    text-align: center;
}

.video-head-content .p1 {
    margin-top: 40px;
    font-size: 30px;
    letter-spacing: 5px;
}

.video-head-content .p2 {
    font-size: 20px;
    margin: 10px auto 0;
}

.conUs-head {
    background-image: url(../images/collab/banner.png);
    background-size: cover;
    background-position: center;
}

.csr-head {
    background-image: url(../images/collab/banner.png);
    background-size: cover;
    background-position: center;
}

.contact-head {
    background-image: url(../images/contact/banner.png);
    background-size: cover;
    background-position: center;
}

.csr-head-text {
    width: 1200px;
    margin: 0 auto;
    padding-top: 14%;
    padding-left: 10%;
}

.partner-list {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.partner-list li {
    float: left;
    width: 280px;
    height: 280px;
    vertical-align: middle;
    text-align: center;
    background: #1562AB;
}

.partner_text {
    padding: 30px 15px;
    color: #fff;
    line-height: 2;
}

.partner_text p {
    margin-top: 20px;
}

.intro {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0;
}

.intro-left {
    float: left;
}

.intro-right {
    margin-left: 500px;
}

.plan {
    width: 1200px;
    margin: 60px auto 90px;
}

.plan-left {
    display: flex;
    margin-bottom: 50px;
}

.plan_box {
    display: flex;

}

.plan_box img {
    width: 120px;
    height: 120px;
}

p.eng {
    font-size: 18px;
    line-height: 3;
    color: #646464;
    padding: 0 20px;
}

.hr {
    max-width: 1200px;
    border-top: 1px solid #E5E5E5;
    margin: 40px 0;
}

p.chn {
    font-size: 14px;
    line-height: 28px;
}

.page6-footer {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #101926;
}

.fixed-swiper {
    width: 100%;
    height: 900px;
    position: absolute;
}

.fixed-swiper img {
    height: 100%;
}

.news-head {
    height: 760px;
}

.news-list-content {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.news-list {
    margin-left: -26px;
}

.news-list li {
    float: left;
    margin-left: 26px;
    width: 280px;
    height: 420px;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-title {
    font-size: 20px;
    margin-top: 25px;
    line-height: 28px;
    min-height: 84px;
}

.news-source {
    font-size: 12px;
    margin: 10px 0;
    color: #5f5f5f;
}

.news-desc {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 24px;
}

.readmore {
    display: block;
    font-size: 18px;
    color: #5f5f5f;
    width: 300px;
    height: 40px;
    border: 1px solid #5f5f5f;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin: 10px auto 0;
}

.headmenu {
    background-color: #fff;
}

.swiper-slide-active .page3-bg {
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.swiper-slide-active .page4-bg {
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.swiper-slide-active .page5-bg {
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.swiper-slide-active .page6-bg {
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.swiper-slide-active .page7-bg {
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.swiper-slide-active .page8-bg {
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.swiper-slide-active .page9-bg {
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

@keyframes slowScale {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@-webkit-keyframes slowScale {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2)
    }
}

.numlist {
    margin-top: 50px;
}

.numlist li {
    float: left;
    width: 170px;
    height: 170px;
    margin-left: 33px;
    position: relative;
}

.numlist li p {
    text-align: center;
    font-size: 12px;
    color: #b1b1b1;
}

.numlist span {
    font-size: 60px;
}

.numlist li p:nth-child(2) {
    color: #fff;
    margin-top: 16px;
}

.numlist li .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #b1b1b1;
    border-radius: 50%;
    animation: circleScale 3s forwards;
    -webkit-animation: circleScale 3s forwards;
    opacity: 0;
}

@keyframes circleScale {
    0% {
        transform: scale(3)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes circleScale {
    0% {
        -webkit-transform: scale(3)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

.rank-list {
    width: 1200px;
    margin: 0 auto;
}

.rank-list>div {
    width: 50%;
    float: left;
}

.rank-list h3 {
    font-size: 22px;
    text-align: center;
}

ul.rank {
    width: 90%;
    margin: 30px auto 0;
}

ul.rank li {
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 48px;
}

ul.rank li:first {
    font-size: 14px;
}

ul.rank li {
    font-size: 18px;
}

ul.rank li span {
    display: inline-block;
    width: 50%;
}

ul.rank li span:first-child,
ul.rank li span:last-child {
    width: 22%;
}

ul.rank .grey {
    background: #bdbdbe;
    color: #000;
    font-weight: bold;
}

.honor {
    position: relative;
}

.swiper-container-honor {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper-container-honor .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f8f8f8;
    height: 240px;
    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;
}

.innerText {
    box-sizing: border-box;
    position: absolute;
    background: #000;
    padding: 22px;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.putmiddle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.innerText p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 10px;
}

.innerText p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
}

.swiper-container-honor .swiper-slide img {
    display: block;
}

.swiper-container-honor .swiper-slide:hover img {
    display: none;
}

.swiper-container-honor .swiper-slide .innerText {
    display: none;
}

.swiper-container-honor .swiper-slide:hover .innerText {
    display: block;
}

.pt50pb150 {
    padding-top: 50px;
    padding-bottom: 150px;
}

.customer {
    position: relative;
    margin-bottom: 100px;
}

.swiper-container-customer {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper-container-customer .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    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-container-customer .swiper-slide img {
    max-width: 100%;
}

.link-control {
    text-align: center;
    font-size: 18px;
}

.link-control a {
    color: #b4b5b5;
    text-decoration: none;
}

.link-control a.active {
    color: #000;
}

.borad {
    width: 1000px;
    margin: 0 auto;
}

.borad-list {
    margin-left: -20px;
}

.borad-list li {
    float: left;
    margin-left: 20px;
    margin-bottom: 50px;
    width: 230px;
}

.borad-list img {
    max-width: 100%;
}

.borad-list .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.borad-list .desc {
    font-size: 14px;
    margin-top: 8px;
    line-height: 24px;
    height: 72px;
}

.pagenation {
    text-align: center;
}

.pagenation-ct {
    display: inline;
}

.pagenation span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    min-width: 30px;
    padding: 0 5px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.first,
.last,
.prev,
.next {
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}

.first {
    background-image: url(../images/first.png);
}

.last {
    background-image: url(../images/last.png);
}

.prev {
    background-image: url(../images/prev.png);
}

.next {
    background-image: url(../images/next.png);
}

.category {
    padding: 70px 0 30px 0;
    text-align: center;
}

.category a {
    display: inline-block;
    height: 50px;
    width: 200px;
    border: 1px solid #cdcdcd;
    color: #5f5f5f;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    margin-left: 20px;
}

.category a.active {
    background: #ebebeb;
}

.news-detail-head {
    height: 300px;
    background-image: url(../images/newsdetail.jpg)
}

.main-content {
    background: #fff !important;
    color: #000;
}

.news-detail {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.breadcumb {
    padding: 40px 0;
}

.breadcumb a {
    color: #00a0e8;
}

.news-detail-left {
    width: 890px;
    float: left;
}

.news-detail-left p.title {
    font-size: 30px;
}

.news-detail-left p.source {
    font-size: 16px;
    margin: 20px 0;
}

.news-detail-left p.shortdesc {
    background: #e7f6fd;
    padding: 30px;
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 30px;
}

.article {
    font-size: 18px;
    line-height: 32px;
}

.article img {
    max-width: 100%;
}

.article p {
    margin-bottom: 28px;
}

.news-detail-right {
    margin-left: 920px;
}

.news-detail-right h3 {
    font-size: 20px;
}

.news-detail-right h3 span {
    font-size: 16px;
    color: #00a0e8;
    float: right;
}

.news-list-new {
    margin-top: 20px;
}

.news-list-new li {
    padding-bottom: 20px;
    border-bottom: 1px solid #9b9b9b;
}

.news-list-new p.title {
    font-size: 20px;
    margin-top: 20px;
}

.news-list-new p.source {
    margin: 18px 0;
    font-size: 12px;
    color: #5f5f5f;
}

.news-list-new p.desc {
    font-size: 14px;
    line-height: 24px;
    color: #5f5f5f;
}

.blue {
    background: #48ace6;
}

.gold {
    background: #bda34f;
}

.black {
    background: #000;
}

.red {
    background: #ca0f22;
}

.scalet {
    background: #dd0000;
}

.yellow {
    background: #e67600;
}

.pink {
    background: #c91f24;
}

.timeline {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.swiper-container-timeline {
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper-container-timeline .swiper-slide {
    text-align: center;
    background: none;
    /* Center slide text vertically */
    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;
    min-height: 650px;
    overflow: inherit;
}

.csr {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.swiper-container-csr {
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper-container-csr .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    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;
    background: none;
}

.csr p {
    margin-top: 20px;
    font-size: 20px;
}

.pdf {
    display: block;
    float: right;
    line-height: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #9b9b9b;
    font-size: 12px;
    padding: 0 5px;
    margin-top: 2px;
}

.ycircle {
    width: 60px;
    height: 60px;
    background: #969696;
    border-radius: 50%;
    border: 10px solid #fff;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: relative;
}

.swiper-slide-active .ycircle {
    width: 80px;
    height: 80px;
    background: #143599;
    font-size: 26px;
    line-height: 80px;
}

.aline {
    border: 1px solid #969696;
    top: 50%;
    position: absolute;
    width: 100%;
}

.ycircle .updotline {
    background-image: url(../images/updotline.png);
    background-position: center;
    height: 80px;
    width: 5px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: -90px;
}

.ycircle .downdotline {
    background-image: url(../images/downdotline.png);
    background-position: center;
    height: 80px;
    width: 5px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 70px;
}

.swiper-slide-active .ycircle .updotline {
    top: -80px;
}

.swiper-slide-active .ycircle .downdotline {
    top: 80px;
}

.ycircle .textup {
    width: 260px;
    position: absolute;
    bottom: 155px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    left: 50%;
    margin-left: -135px
}

.swiper-slide-active .ycircle .textup {
    bottom: 165px;
}

.swiper-slide-active .ycircle .textdown {
    top: 170px;
}

.ycircle .textdown {
    width: 230px;
    position: absolute;
    top: 160px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    left: 50%;
    margin-left: -115px
}

.ycircle .textup p.bb,
.ycircle .textdown p.bb {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about-head-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15%;
    text-align: center;
}

.about-head-content .p1 {
    font-size: 24px;
    letter-spacing: 5px;
}

.about-head-content .p2 {
    font-size: 16px;
    margin: 10px auto 0;
}

.location {
    background-image: url(../images/location.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position-y: 5px;
}

.phone {
    display: inline-block;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position-y: 5px;
}

.fax {
    margin-left: 10px;
    display: inline-block;
    background-image: url(../images/fax.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position-y: 5px;
}

.mail {
    margin-left: auto;
    display: inline-block;
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position-y: 5px;
}

.copyright {
    background-image: url(../images/copyright.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position-y: 5px;
}

.coll-case {
    background: #fff;
}

.advertime {
    display: flex;
    justify-content: center;
}

.advertime_item {
    display: flex;
    max-width: 1200px;
    justify-content: space-around;
}

.advertime_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-right: 5px;
}

.advertime_box img {
    width: 120px;
    height: 120px;
}

.advertime_box div {
    color: #323232;
    font-size: 24px;
}

.coll-case-img {
    display: flex;
    list-style-type: none;
    padding: 0;
    gap: 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    padding: 15px;
}

.coll-case-img li {
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.coll-case-img li:hover {
    background: #e9ecef;
    border-radius: 4px;
}

.coll-case-img li img {
    width: 100%;
}



@media (max-width:1025px) {
    #chatModal {
        width: 100vw !important;
        height: 100vh !important;
        max-width: 100vw !important;
        max-height: 100vh !important;
        border-radius: 0 !important;
    }

    #chatFloatBtn {
        right: 30px;
        bottom: 12px;
        width: 48px;
        height: 48px;
    }
}

/* @media (max-width: 1440px) {
    .news-head {
        height: 585px;
    }

    .fixed-swiper {
        width: 100%;
        height: 525px;
        position: absolute;
    }

    .home-first-content {
        transform: scale(.75);
        margin-top: 12%;
    }

    .about-head-content {
        transform: scale(.75);
    }

    .video-head-content {
        transform: scale(.75);
        margin-top: 5%;
    }

    .page6-footer {
        padding: 25px 0 30px;
    }

    .page6-footer .footer-link {
        margin-top: 20px;
    }

    .page6-footer .hr-full {
        margin: 15px 0;
    }


} @media (max-width: 768px) {
    .coll-case-img {
        flex-wrap: wrap;
        gap: 10px;
    }
}*/