/* @font-face {
    font-family: 'myFamily';
    src: url(../fonts/SourceHanSansCN-Medium.otf);
} */


/* @font-face {
    font-family: 'myFamily-en';
    src: url(../fonts/SourceHanSansCN-Regular.otf);
} */


/* @font-face {
    font-family: 'myFamily-song';
    src: url(../fonts/SourceHanSerifCN-Bold-2.otf);
} */


/* @font-face {
    font-family: 'myFamily-qiye';
    src: url(../fonts/SourceHanSansCN-ExtraLight.otf);
} */


/*@font-face {
    font-family: 'RockwellStd';
    src: url('../fonts/RockwellStd.otf');
    src: url('../fonts/RockwellStd.otf') format('otf')
}*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    position: relative;
    height: 100%;
    width: 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;
    min-width: 1200px;
}


/* #box::-webkit-scrollbar {
    width: 0px;
} */

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;
    /* 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;
    overflow: hidden;
}

.banner-video {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../videos/1_Moment.jpg) no-repeat;
    background-size: cover;
}

.home-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.darkmenu {
    background: #0f1925;
}

.darkmenu .menu-bar {
    padding-top: 16px;
}

.menu-bar {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.menu-bar .logo {
    width: 162px;
    float: left;
}

.menu {
    float: left;
    margin-left: 80px;
    font-size: 0;
}

.menu-top {
    float: left;
    margin-left: 130px;
    font-size: 0;
}

.menu-top>li {
    float: left;
    margin: 0 30px;
    line-height: 70px;
    position: relative;
}

.menu>li {
    float: left;
    margin: 11px 22px;
    line-height: 32px;
    position: relative;
    letter-spacing: 2px;
    font-family: 'SourceHanSansCN-Light';
}

.menu-bottom>li {
    float: left;
    margin: 5px 15px;
    line-height: 40px;
    position: relative;
}

.menu-top li::before {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    bottom: 0px;
    left: 100%;
    border-bottom: 3px solid white;
    transition: all 0.5s;
}


/* .menu-top li:hover::before {
    left: 0;
    width: 100%;
}

.menu-top li:hover~li::before {
    left: 0;
} */

.menu-top .active {
    opacity: 1;
    font-family: 'SourceHanSansCN-Bold';
}

.menu-top .active::before {
    width: 100%;
    left: 0;
}

.menu>li a {
    color: #fff;
    opacity: .5;
    font-size: 16px;
    text-decoration: none;
    padding: 20px 0px;
}

.menu>li:hover>a {
    opacity: 1;
}

.menu>li.active a {
    opacity: 1;
    font-family: 'SourceHanSansCN-Bold';
}

.menu>li:hover .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 39px;
    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;
}

.sub-menu li:hover a {
    opacity: 1;
}

.stock {
    color: #ff0202;
    font-size: 12px;
    line-height: 44px;
    margin-left: 50px;
}

.lang {
    opacity: .5;
    font-size: 14px;
    line-height: 40px;
    float: right;
    color: #fff;
}

.home-first-content {
    width: 1200px;
    margin: 0 auto;
    /* margin-top: 31vh; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-first-content .p1 {
    margin-top: 40px;
    font-size: 24px;
    letter-spacing: 1px;
}

.video-head-content .about_p1 {
    font-size: 48px;
}

.home-first-content .p2 {
    font-size: 18px;
    width: 750px;
    margin: 10px auto 0;
}

.home-first-content .about_p2 {
    font-size: 17px;
    line-height: 22px;
    text-align: center;
}

.home-first-content .ap2 {
    font-size: 18px;
    width: 750px;
    margin: 10px auto 0;
}

.page1 {
    background-color: rgba(0, 104, 183, 0.3);
    z-index: 10;
}

.page2 {
    background: #042254;
    z-index: 10;
}

.head-bg {
    background-image: url(../images/head_bg1.jpg);
    background-size: cover;
    background-position-y: center;
    height: 100%;
    width: 100%;
    position: absolute;
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.page22-bg {
    background-image: url(../images/homepage22.png);
    background-size: cover;
    background-position-y: center;
    height: 100%;
    width: 100%;
    position: absolute;
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.page32-bg {
    background-image: url(../images/homepage32.jpg);
    background-size: cover;
    background-position-y: center;
    height: 100%;
    width: 100%;
    position: absolute;
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.page33-bg {
    background-image: url(../images/homepage33.jpg);
    background-size: cover;
    background-position-y: center;
    height: 100%;
    width: 100%;
    position: absolute;
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.page23-bg {
    background-image: url(../images/homepage23.jpg);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    /* animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards; */
}

.page2-bg {
    background-image: url(../images/homepage11.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.short_2 {
    background-image: url(../images/short_2_bg.png);
    background-size: 100% 100%;
    height: 100vh;
    width: 100%;
}

.short_2_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.page3-bg {
    background-image: url(../images/homepage4.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page4-bg {
    background-image: url(../images/homepage3.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page5-bg {
    background-image: url(../images/homepage5.jpg);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page6-bg {
    background-image: url(../images/homepage6.jpg);
    height: 82vh;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-position: center;
    cursor: pointer;
    background-size: cover
}

.col25 {
    float: left;
    height: 100%;
    background-size: cover;
}

.col25:nth-child(1) {
    width: 33%;
}

.col25:nth-child(2) {
    width: 34%;
}

.col25:nth-child(3) {
    width: 33%;
}

.col25 span {
    font-size: 83px;
}

.col25 p:nth-child(1) {
    /* font-family: 'myFamily-bold'; */
    font-size: 24px;
    margin-top: 60%;
}

.col25 p:nth-child(2) {
    /* font-family: 'myFamily-bold'; */
    font-size: 22px;
}

.col25 p:nth-child(3) {
    /* font-family: 'myFamily-bold'; */
    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.png);
} */

.page3-content {
    position: absolute;
    left: 14%;
    text-align: left;
    top: 50%;
    transform: translate(0, -50%);
}

.page4-content {
    position: absolute;
    right: 8%;
    text-align: left;
    top: 50%;
    transform: translate(0, -50%);
}

.page5-content {
    position: absolute;
    left: 14%;
    text-align: left;
    top: 50%;
    transform: translate(0, -50%);
}

.hr-full {
    width: 100%;
    border-top: 1px solid #EB666A;
    margin: 0px 0px 20px 0;
}

.hr {
    width: 320px;
    border-top: 1px solid #ffffff;
    margin: 40px 0;
}

.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;
}


/* footer */

.footer {
    background: #0d131c;
    padding: 5px 0 40px;
    text-align: center;
}

.mail {
    margin-left: 48px;
}

.filling {
    margin-left: 20px;
}

.footer .footer-link {
    width: 1200px;
    margin: 0px auto 0;
    position: relative;
}

.footer .top {
    position: absolute;
    left: 0;
    top: -3px;
}

.footer .menu {
    margin: 0 auto;
    float: none;
    width: 590px;
}

.footer .footer-info {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
}

.footer .footer-info-left {
    float: left;
}

.footer .footer-info-left p {
    line-height: 28px;
    opacity: .5;
}

.footer .footer-info-right {
    float: right;
}

.footer .footer-info-right img {
    float: left;
    margin-left: 30px;
}

.footer .footer-info-right .social-text {
    float: left;
    color: #fff;
    font-size: 12px;
    opacity: .5;
    margin-left: 10px;
    padding-top: 38px;
}


/* 普通排版 */

.normal-layout-head {
    height: 900px;
}

.normal-layout-white {
    background: #fff;
    color: #0f1925;
}

.normal-layout-white.about_white {
    height: 100vh;
}

.video-head-content .introduce {
    font-size: 48px;
    /* font-family: 'myFamily-bold'; */
    letter-spacing: 2ox;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
    text-shadow: 0px 1px 1px rgba(0, 0, 87, 0.75);
    text-align: left;
}

.normal-layout-blue {
    background: #0e132d;
    color: #fff;
    height: 900px;
}

.normal-layout-blue.about_blue {
    height: 100vh;
    background-image: url('../images/about_bg.jpg');
    background-size: 100% 100%;
}

.normal-layout-blue .blue_divid {
    border: 2px solid red;
    width: 40px;
    margin-top: 20px;
    border: 1px solid;
    width: 192px;
    border-radius: 10px;
    margin-top: 29px;
    margin: 0px auto;
    margin-left: 280px;
    background-color: #ffffff;
    height: 1px;
}

.normal-layout-blue.about_blue>.info {
    position: absolute;
}

.normal-layout-blue.about_blue>.info {
    font-size: 14px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0px 1px 1px rgba(0, 0, 87, 0.75);
}

.normal-layout-blue.about_blue>.info .introduce {
    margin-left: 280px;
}

.normal-layout-blue.about_blue>.info .info_1 {
    margin-left: 280px;
    margin-top: 30px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0px 1px 1px rgba(0, 0, 87, 0.75);
}

.normal-layout-blue.about_blue>.info .info_2 {
    margin-left: 280px;
    margin-top: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0px 1px 1px rgba(0, 0, 87, 0.75);
}

.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;
}

.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.05);
    z-index: 10;
}

.loca {
    position: absolute;
    top: 50%;
    right: 7%;
    text-align: left;
    z-index: 10;
    transform: translate(0%, -50%);
}

.p_blue {
    text-align: left;
    font-size: 17px;
    font-family: 'myFamily-normal';
    font-weight: 500;
    color: #0550D0;
    line-height: 28px;
    margin-top: 15px;
    letter-spacing: 2px;
}

.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;
}

.csr-head {
    background-image: url(../images/csr.jpg);
    background-size: cover;
    background-position: center;
}

.csr-head-text {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}

.partner-list2 {
    width: 1000px;
    margin: 0 auto;
}

.partner-list2 li {
    float: left;
    width: 190px;
    height: 190px;
    line-height: 190px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    margin: 0 0 10px 10px;
}

.partner-list2 li img {
    width: 62%;
}

.partner-list {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.partner-list li {
    float: left;
    width: 280px;
    height: 280px;
    line-height: 280px;
    vertical-align: middle;
    text-align: center;
    background: #f8f8f8;
    margin: 0 0 20px 20px;
}


/*  业务介绍 */

.intro {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100vh;
}

.intro-left {
    position: absolute;
    top: 0;
    left: 0;
}

.intro-right {
    position: absolute;
    top: 126px;
    left: 0;
}

.intro-right .hr {
    position: absolute;
    top: 280px;
    width: 192px;
    background: #ffffff;
    margin-left: 280px;
}

.about_2 {
    width: 100%;
    height: 100vh;
    background-image: url('../images/about_bg.jpg');
}

p.eng {
    font-size: 12px;
    line-height: 22px;
    color: #b1b1b1;
}

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: 700px;
    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;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 12px;
    top: 33%;
    z-index: 50;
    width: 5px;
    height: 51%;
}

.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 .page2-bg {
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.swiper-slide-active .page5-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-left: 150px;
    margin-top: 100px;
    margin-bottom: 115px;
}

.numlist li {
    float: left;
    width: 170px;
    height: 170px;
    margin-left: 33px;
    position: relative;
}

.numlist li p {
    text-align: center;
    font-size: 15px;
    color: white;
}

.numlist span {
    font-size: 50px;
}

.numlist li p:nth-child(2) {
    color: #fff;
    margin-top: 36px;
}

.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;
    /* 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;
}

.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;
}

.arrowdown {
    width: 91px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -50px;
    z-index: 11;
    cursor: pointer;
}

.borad {
    width: 1000px;
    margin: 0 auto;
}

.borad-list {
    margin-left: -20px;
}

.borad-list li {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    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: 48px;
}

.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;
    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: 25%;
    text-align: center;
}

.about-head-content .p1 {
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: 5px;
}

.video-head-content .about_p1 {
    font-size: 48px;
    letter-spacing: 2px;
    /* font-family: 'myFamily-bold'; */
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 87, 0.75);
    margin-top: 20px;
}

.video-head-content .about_divid {
    height: 1px;
    width: 210px;
    border-radius: 10px;
    margin: 33px auto;
    background-color: #ffffff;
}

.about-head-content {
    font-size: 40px;
    text-align: center;
}

.about-head-content .p2 {
    font-size: 16px;
    margin: 10px auto 0;
}

.video-head-content .about_p2 {
    font-size: 17px;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-shadow: 0px 1px 1px rgba(0, 0, 87, 0.55);
    margin-top: 20px;
    letter-spacing: 1px;
}

.about_3 {
    background-image: url(../images/about_3_bg.png);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: absolute;
}

.short_white {
    height: 100vh;
    width: 100%;
    background-image: url('../images/short_2_bg.png');
    position: relative;
}

.short_white_2 {
    height: 100vh;
    width: 100%;
    background-image: url('../images/short_3_bg.png');
    background-size: 100% 100%;
    position: relative;
}

.short_2_title {
    font-size: 44px;
    /* font-family: 'myFamily-bold'; */
    font-weight: 600;
    color: #333333;
    line-height: 71px;
    letter-spacing: 3px;
}

.short_2_subtitle {
    font-size: 30px;
    font-family: 'myFamily-normal';
    font-weight: 400;
    color: #BCBCBC;
    line-height: 56px;
    letter-spacing: 3px;
    margin-top: 6p5
}

.short_white .info {
    position: absolute;
    top: 95px;
    left: 130px;
}

.short_white .info .title {
    width: 274px;
    height: 39px;
    font-size: 39px;
    /* font-family: SourceHanSansCN-Medium, SourceHanSansCN; */
    font-weight: 500;
    color: #333333;
    line-height: 59px;
}

.short_white .info .subtitle {
    width: 342px;
    height: 45px;
    font-size: 32px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #BCBCBC;
    line-height: 45px;
    letter-spacing: 2px;
    margin-top: 15px;
}

.short_2 {
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    background-image: url('../images/short_2_bg.png');
}

.short_2 .short_circle {
    width: 690px;
    height: 260px;
    position: absolute;
    top: 330px;
    left: calc(50% - 345px);
    z-index: 20;
}

.circles {
    display: flex;
    justify-content: space-between;
    width: 821px;
    margin: 0 auto;
}

.circle-out {
    width: 311px;
    height: 311px;
    border: 2px solid rgba(244, 172, 101, 0.5);
    border-radius: 50%;
}

.circle-inner {
    width: 261px;
    height: 261px;
    background: rgba(244, 172, 101, 0.8);
    border-radius: 50%;
    background-color: #F4AC65;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
}

.p_num .num {
    font-size: 85px;
    font-family: DIN-Regular, DIN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 104px;
    position: absolute;
    left: 30.6px;
    top: 68.85px;
}

.p_num .plus {
    font-size: 42.5px;
    font-family: DIN-Regular, DIN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 51px;
    position: absolute;
    left: 225.35px;
    top: 117.5px;
}

.p_title {
    font-size: 24px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
    position: absolute;
    top: 170px;
    left: 75.2px;
}

.short_white .short_circle .circle_shape {
    width: 260px;
    height: 260px;
    border: 1px solid rgba(244, 172, 101, 0.5);
    border-radius: 50%;
}

.short_white .short_circle .circle_shape .circle_inner {
    width: 260px;
    height: 260px;
    border: 1px solid rgba(244, 172, 101, 0.5);
    border-radius: 50%;
    background-color: #F4AC65;
    position: relative;
}

.text .num {
    position: absolute;
    font-size: 71px;
    font-family: DIN-Regular, DIN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 87px;
    top: 56px;
    left: 37px;
}

.text .plus {
    font-size: 36px;
    font-family: DIN-Regular, DIN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 43px;
    position: absolute;
    top: 105px;
    left: 170px;
}

.text .plus:nth-child(2) {
    left: 200px;
}

.text .explain {
    text-align: center;
    font-size: 17px;
    /* font-family: PingFangSC-Medium, PingFang SC; */
    font-weight: 500;
    color: #FFFFFF;
    line-height: 23px;
    position: absolute;
    top: 160px;
    left: 89px;
}

.short_white_2 .info_right {
    position: absolute;
    top: 126px;
    left: 832px;
    z-index: 10;
}

.info_right .info-title {
    font-size: 39px;
    /* font-family: SourceHanSansCN-Medium, SourceHanSansCN; */
    font-weight: 500;
    color: #333333;
    line-height: 59px;
    margin-top: 15px;
}

.info_right .info-subtitle {
    font-size: 32px;
    /* font-family: PingFangSC-Regular, PingFang SC; */
    font-weight: 400;
    color: #BCBCBC;
    line-height: 45px;
    letter-spacing: 2px;
    margin-top: 15px;
}

.info_right .explain:nth-child(5) {
    margin-top: 45px;
}

.info_right .explain:nth-child(4) {
    margin-top: 45px;
}

.info_right .explain:nth-child(3) {
    margin-top: 68px;
}

.t {
    font-size: 28px;
    /* font-family: SourceHanSansCN-Normal, SourceHanSansCN; */
    font-weight: 400;
    color: #333333;
    line-height: 43px;
}

.subt {
    font-size: 21px;
    /* font-family: SourceHanSansCN-Light, SourceHanSansCN; */
    font-weight: 300;
    color: #999999;
    line-height: 32px;
    margin-top: 13px;
}

.nums .num1 {
    position: absolute;
    top: 544px;
    left: 392px;
}

.nums .num2 {
    position: absolute;
    top: 644px;
    left: 392px;
}

.nums .num1 .num {
    font-size: 50px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #F4AC65;
    line-height: 58px;
}

.nums .num2 .num {
    font-size: 50px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #F4AC65;
    line-height: 58px;
}

.nums .num1 .unit {
    width: 31px;
    height: 21px;
    font-size: 16px;
    /* font-family: PingFangTC-Regular, PingFangTC; */
    font-weight: 400;
    color: #F4AC65;
    line-height: 21px;
}

.nums .num2 .unit {
    width: 31px;
    height: 21px;
    font-size: 16px;
    /* font-family: PingFangTC-Regular, PingFangTC; */
    font-weight: 400;
    color: #F4AC65;
    line-height: 21px;
}

.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: 10px;
    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;
}

.pos {
    margin-left: 1%;
    margin-top: 12%
}

.fly1 {
    animation: fly1 2.5s infinite linear;
}

.fly2 {
    animation: fly2 4s infinite linear;
}

@keyframes fly1 {
    0% {
        margin-top: 40%;
        margin-left: 1%;
    }
    50% {
        margin-top: 42%;
        margin-left: 0%;
    }
    100% {
        margin-top: 40%;
        margin-left: 1%;
    }
}

@keyframes fly2 {
    0% {
        margin-top: 40%;
        margin-left: 1%;
    }
    25% {
        margin-top: 42%;
        margin-left: 0%;
    }
    50% {
        margin-top: 42%;
        margin-left: 2%;
    }
    100% {
        margin-top: 40%;
        margin-left: 1%;
    }
}

@keyframes bg11 {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1.0);
    }
}

.p0 {
    font-size: 48px;
    letter-spacing: 2px;
    font-weight: bold;
    /* font-family: 'myFamily-bold'; */
}

.p0_0 {
    /* font-weight: bold; */
    /* font-family: 'myFamily-normal'; */
    font-size: 35px;
    margin-top: 10px;
}

.p_me {
    font-size: 17px;
    letter-spacing: 2px;
    margin-top: 30px;
    line-height: 26px;
}

.more_red {
    width: 78px;
    height: 23px;
    background: #FFFFFF;
    font-size: 15px;
    color: #E34B0C;
    line-height: 27px;
    padding: 3px 6px;
    font-weight: bold;
}

.more_blue {
    width: 78px;
    height: 23px;
    background: #FFFFFF;
    font-size: 15px;
    color: #0D58C1;
    line-height: 27px;
    padding: 3px 6px;
    font-weight: bold;
}

.more_orange {
    width: 78px;
    height: 23px;
    background: #FFFFFF;
    font-size: 15px;
    color: #F28A3A;
    line-height: 27px;
    padding: 3px 6px;
    font-weight: bold;
}

.yuanjing {
    margin-top: 24vh;
    /* margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.page-di {
    z-index: 10;
    background-image: url(../images/homepage11.png);
    background-size: cover;
    background-position-y: center;
    height: 100%;
    width: 100%;
    position: absolute;
}

.img_sty {
    display: flex;
    margin-top: 15%
}

.img_sty img {
    width: 425px;
}

.img_sty img:hover {
    transform: scale(1.1);
    transition: all .5s linear;
}

.round {
    position: relative;
    width: 35vh;
    height: 35vh;
    background: #F4AC65;
    border-radius: 50%;
}

.round div {
    font-size: 4vh;
    color: #ffffff;
    /* height: 61px; */
    /* line-height: 61px; */
    /* margin-top: 30%; */
    position: absolute;
    display: block;
    /* margin-left: 18%; */
    /* margin: 50% 50%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'SourceHanSansCN-Bold';
}

.p_grey {
    margin-top: 100px;
    font-size: 60px;
    color: rgb(244, 172, 101);
    font-weight: 200;
    font-family: 'SourceHanSansCN-Light';
}

.round-ani li {
    width: 142px;
    height: 142px;
    margin-left: 70px;
    font-family: 'SourceHanSansCN-Bold';
}

.round-ani li p {
    font-size: 38px;
    color: white
}

.round-ani li p:nth-child(2) {
    margin-top: 18px;
}

.round-bg {
    width: 700px;
    height: 700px;
    background: rgba(255, 127, 0, 0.62);
    border-radius: 50%;
    margin: auto;
}

.round-bgs {
    width: 85vh;
    height: 85vh;
    background: #0550D0;
    opacity: 0.8;
    border-radius: 50%;
    margin: auto;
}

.menu-bg {
    background: #0550D0;
    width: 100%;
    height: 150px;
}

.page-size-top {
    /* margin-top: 31vh */
    margin-top: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-size-middle {
    margin-top: 12%
}

.about_2_p1,
.about_2_p2 {
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.numlist-me {
    margin-top: 100px;
    margin-left: -33px;
}

.numlist-me li {
    margin-left: 70px;
}

.page-size-tops {
    /* margin-top: 31vh; */
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-size-middles {
    margin-top: 22vh
}

.round-bg-top {
    margin: 35% 0 0 0;
    width: inherit;
}

.round-bgs-top {
    margin: 30% 0 0 0;
    width: inherit
}

.banner {
    width: 250px;
    margin-top: 25%;
    margin-left: 72%;
}

.map {
    position: absolute;
    top: 24%;
    left: 5%;
    /* transform: scale(1); */
    /* margin-left: -600px; */
    /* margin-top: 2%; */
    z-index: 2;
    /* width: 40%; */
    /* height: 60%; */
}


/* .map img {
    object-fit: contain;
} */

.map-box {
    position: absolute;
}

.map-bg {
    width: 1920px;
    height: 1036px;
    /* opacity: 0.25; */
}

.map-box .liruo:hover {
    color: #0550D0;
    transform: scale(1.02);
    cursor: pointer;
    font-weight: 500;
    font-family: 'SourceHanSansCN-Medium';
    transition: all .2s linear;
}

.map-box:hover .liruo {
    color: #0550D0;
    transform: scale(1.02);
    cursor: pointer;
    transition: all .2s linear;
    font-weight: 500;
    font-family: 'SourceHanSansCN-Medium';
}

.map-box:hover .dot {
    filter: grayscale(0)!important;
    filter: brightness(1)!important;
    opacity: 1;
}

.map-box .liruo {
    position: absolute;
    width: 220px;
    height: 33px;
    font-size: 31px;
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    color: #adb1b1;
    line-height: 19px;
}

.map-box .city {
    position: absolute;
    color: #0550D0;
    font-size: 20px;
    width: 70px;
    height: 33px;
    line-height: 32px;
    font-family: 'SourceHanSansCN-Medium';
}

.map-box:nth-child(1) {
    top: 0px;
    left: 330px;
}

.map-box:nth-child(2) {
    top: 220px;
    left: 370px;
}

.map-box:nth-child(3) {
    top: 340px;
    left: 460px;
}

.map-box:nth-child(4) {
    top: 390px;
    left: 230px;
}

.round1,
.round4,
.round3 {
    width: 89px;
    position: absolute;
    animation: zhuan 4s linear infinite;
}

.round2 {
    width: 127px;
    position: absolute;
    animation: zhuan 6s linear infinite;
}

.dot1 {
    width: 147px;
    position: absolute;
    top: -17px;
    left: 55px;
    filter: grayscale(1);
    filter: brightness(0);
    opacity: 0.5;
}

.dot2 {
    width: 147px;
    position: absolute;
    top: 25px;
    filter: grayscale(1);
    filter: brightness(0);
    opacity: 0.5;
    left: 105px;
}

.dot3 {
    width: 147px;
    position: absolute;
    top: 25px;
    left: -125px;
    filter: grayscale(1);
    filter: brightness(0);
    opacity: 0.5;
    transform: rotateY(180deg);
}

.dot4 {
    width: 147px;
    filter: grayscale(1);
    filter: brightness(0);
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 76px;
}

.dot5 {
    width: 147px;
    filter: grayscale(1);
    filter: brightness(0);
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: -130px;
    transform: rotateY(180deg);
}

@keyframes zhuan {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.content-me {
    width: 1200px;
    margin: 50px auto 0;
    color: #404040;
}

.hr_top {
    /* color: #bdbdbe; */
    font-size: 18px;
    letter-spacing: 2px;
    margin-left: 2px;
    font-family: 'SourceHanSansCN-Medium';
}

.hr_me {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: #404040;
    opacity: 0.5;
}

.address p {
    padding: 6px 0;
}

.address_sorts span {
    margin: 25px 0;
    display: block;
    background-color: #404040;
    opacity: 0.5;
    width: 31px;
    height: 1px;
}

.address p:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'SourceHanSansCN-Bold';
}

.address p:nth-child(2),
.address p:nth-child(3) {
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'SourceHanSansCN-Light';
}

.video-head-me {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.dash {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    margin: 0 15px 12px 15px;
}

.round-bgs-top {
    margin-top: 23vh;
    /* margin-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.fixed1 {
    top: 12vh;
    left: 8vw;
}

.fixed2 {
    top: 19vh;
    right: -74vw;
}

.footer_bottom {
    font-family: 'SourceHanSansCN-Light';
    font-size: 13px;
    color: #FFFFFF;
    opacity: 0.6;
    letter-spacing: 1px;
    text-shadow: 0px 1px 1px rgba(0, 0, 87, 0.75);
}

.footer_bottom p {
    line-height: 22px;
}

.footer_bottom p:nth-child(1) img {
    width: 14px;
}

.footer_bottom p:nth-child(2) img {
    width: 14px;
}

.marg {
    margin-top: 26vh;
    /* margin-top: 0; */
    width: 1200px;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

@media (min-width: 2000px) {
    .map {
        transform: scale(1.5);
        /* top: 1vh */
    }
    /* .liruo {
        transform: scale(.8);
    } */
    .loca {
        right: 13%!important;
    }
    .page6-bg {
        height: 87vh;
    }
    /* .fixed1 {
        transform: scale(1.3);
        left: -26%;
    }
    .fixed2 {
        transform: scale(1.3);
        right: -102%;
    } */
}

@media (max-width: 1440px) {
    .news-head {
        height: 585px;
    }
    .fixed-swiper {
        width: 100%;
        height: 525px;
        position: absolute;
    }
    .home-first-content {
        transform: translate(-50%, -50%) scale(.75);
        /* margin-top: 22vh; */
    }
    .about-head-content {
        transform: scale(.75);
        margin-top: 12%;
    }
    .video-head-content {
        transform: scale(.75);
        margin-top: 18%;
    }
    .page-size-top {
        /* margin-top: 20vh */
        transform: translate(-50%, -50%) scale(.75);
        margin-top: 0%;
    }
    .page-size-middle {
        margin-top: 2%
    }
    .page-size-tops {
        /* margin-top: 20vh; */
        margin-top: 0;
        transform: translate(-50%, -50%) scale(.75);
    }
    .page-size-middles {
        margin-top: -0.5%;
        /* transform: scale(.7); */
    }
    .page-round {
        /* margin-top: 0% */
    }
    .round-bgs-top {
        transform: scale(1.0);
        margin-top: 19vh;
        /* margin-top: 0;
        transform: translate(-50%, -50%) scale(.75); */
    }
    .round-bgs-top .p_grey {
        font-size: 45px;
    }
    .round-bgs-top .yuanjing_p_sub {
        font-size: 37.5px;
        line-height: 65px;
        margin-top: 0px;
    }
    .round-bgs-top p:nth-child(2) {
        width: 120px!important;
        margin: 17px auto!important;
    }
    .round-bgs-top .yuanjing_p_sub_sub {
        font-size: 26.25px;
        margin-top: 50px;
    }
    .round-bgs-top .dash {
        width: 52.5px;
        margin: 0 15px 8px 15px;
    }
    .round-bg-top {
        margin-top: 31%;
        transform: scale(1.0);
    }
    /* .fixed1 {
        top: 14vh;
        left: 8vw;
    }
    .fixed2 {
        margin-top: 7vh;
        right: -83%!important;
    } */
    .round span {
        transform: scale(.75);
    }
    .fix_22 {
        margin-right: -26% !important;
    }
    .fix_33 {
        margin-right: -24.5% !important;
    }
    .fix_55 {
        margin-top: -2%;
    }
    .round-bg {
        /* transform: scale(.75); */
    }
    .marg {
        margin-top: 1vh !important;
        /* margin-top: 0;
        transform: translate(-50%, -50%) scale(.75); */
    }
    .map {
        transform: scale(.8);
        /* margin-left: -700px;
        margin-top: -10%; */
    }
    /* .mar {
        margin-top: 7%
    } */
    .left_info {
        transform: scale(1);
        margin-top: -16%;
    }
    .content5_main {
        margin-top: -25px;
    }
    .change-height {
        height: 900px;
    }
    .video-head-me {
        position: relative;
        height: 800px;
        overflow: hidden;
    }
    .content4_main {
        margin-top: 0;
    }
    .short_5_fix {
        padding-top: 6% !important;
    }
    .img_sty {
        margin-top: 5vh
    }
    /* .loca {
        transform: scale(.75);
        top: 25%;
        left: 56%;
    } */
    .page3-content {
        transform: scale(.75) translate(0, -50%);
        left: 5%;
        /* margin-top: 29vh; */
    }
    .page4-content {
        transform: scale(.75) translate(0, -50%);
        right: 3%;
        /* margin-top: 29vh; */
    }
    .page5-content {
        transform: scale(.75) translate(0, -50%);
        left: 5%;
        /* margin-top: 29vh; */
    }
    .yuanjing {
        margin-top: -5vh;
        /* margin-top: 0; */
        /* transform: translate(-50%, -50%) scale(.75); */
    }
    .loca {
        transform: translate(0%, -50%) scale(.75);
    }
    .cards {
        transform: scale(.8);
    }
    /* .content4_head {
        width: 1200px;
        text-align: left;
        margin: 0 auto;
        transform: scaled(0.85);
        padding-right: 208px;
        margin-left: -4vw!important;
    } */
    /* .page6-footer {
        padding: 0px 0 30px;
    }
    .page6-footer .footer-link {
        margin-top: 0px;
    }
    .page6-footer .hr-full {
        margin: 15px 0;
    } */
}
