﻿/* 英文版 en */
@font-face {
    font-family: 'Rany';
    src: url(../font/Rany.ttf);
}

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

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

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;

}

/* 顶部导航 开始 */
.top_nav {
    width: 100%;
    height: 80px;
    padding-left: 120px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.top_nav .top_nbox {
    padding-left: 22%;
}

.top_nav .top_nbox .one_nav {
    position: relative;
    float: left;
}

.top_nav .top_nbox .one_nav_en {
    text-align: center;
}

.top_nav .top_nbox .one_nav>a {
    display: block;
    line-height: 80px;
    padding: 0 30px;
    font-size: 14px;
    position: relative;
    z-index: 10;
}

.top_nav .one_nav .two_nav {
    width: 140%;
    display: flex;
    justify-content: center;
    opacity: 0;
    top: -200px;
    left: -20%;
    position: absolute;
    transition: all .8s;
    background-color: rgba(20, 74, 144, .9);
    border-radius: 8px;
    z-index: 1;
    /* top: 90px;
    opacity: 1; */
}

.top_nav .one_nav .two_nav01 {
    justify-content: space-between;
    width: 200%;
    padding: 10px;
    margin-left: -50%;
}

.top_nav_en .one_nav .two_nav01 {
    width: 240%;
    margin-left: -70%;
}

.top_nav .one_nav .two_nav .ul_one {
    margin-right: 10px;
}

.top_nav .one_nav .two_nav li a {
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    opacity: .7;
}

.top_nav .two_nav .ul_cpfu li:first-child a {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    opacity: 1;
}

.top_nav .one_nav:hover .two_nav {
    top: 80px;
    opacity: 1;
    transition: all .8s;
}

.top_nav .one_nav a+.two_nav .three_active a,
.top_nav .one_nav a+.two_nav li a:hover,
.top_nav .top_nbox .active a,
.top_nav .top_nbox a:hover {
    color: #1fb7bc;
}

.color_bai .one_nav>a {
    color: #fff;
}

/* 顶部导航 结束 */

body {
    width: 100%;
    height: auto;
    overflow-x: hidden !important;
}

.main {
    width: 1400px;
    margin-left: 240px;
}

.main2 {
    width: 100%;
    padding-left: 120px;
}

.main3 {
    width: 86%;
    margin: 0 auto;
}

.tel {
    display: none !important;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 120px;
    background-color: #144a90;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

#header a {
    display: block;
}

#header .logo {
    margin-top: 30px;
}

#header .logo img {
    width: 100%;
}

#header .btn01 {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -80%;
}

#header .btn01 i {
    display: block;
    margin-top: 10px;
    color: #fff;
}

#header .guanbi {
    display: none;
}

#header .sc_ {
    margin-bottom: 40px;
    position: relative;
}

#header .sc_ .sc_box {
    display: none;
    width: 300px;
    height: auto;
    border-radius: 30px;
    position: absolute;
    bottom: -10px;
    left: -20px;
    padding-top: 20px;
}

#header .sc_ .sc_box input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border-radius: 30px;
    text-indent: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#header .sc_ .sc_box>img {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.section {
    width: 100%;
    overflow: hidden;
}

.swiper1 {
    width: 100%;
}

.swiper1 .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#nav {
    display: none;
    position: fixed;
    left: 120px;
    top: 24%;
    background-color: rgba(20, 74, 144, .9);
    width: 70%;
    height: 510px;
    /* padding: 90px 100px; */
    padding: 90px 50px 90px 80px;
    border-bottom-right-radius: 200px;
    z-index: 1000;
}

#nav .one_1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#nav .one_1 .one_box {
    position: relative;
}

.one_box01 {
    width: 50%;
}

#nav .one_1 .one_box>a {
    display: block;
}

#nav .one_1 .one_box .en {
    font: bold 26px/48px 'Rany';
    color: #1fb7bc;
}

#nav .one_1 .one_box .cn {
    font: 18px/1 '微软雅黑';
    color: #fff;
    transition: all .3s;
}

#nav .one_1 .one_box .cn:hover {
    color: #1fb7bc;
    transition: all .3s;
}

#nav .one_1 .two_a1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#nav .one_1 .two_2 {
    position: absolute;
}

#nav .one_1 .two_aa {
    /* width: 105px; */
    width: 46%;
}

#nav .one_1 .two_a {
    top: 100%;
    padding-top: 12px;
}

#nav .one_box .two_2 b {
    display: block;
    height: 30px;
    font: bold 14px/30px '微软雅黑';
    color: #fff;
    transition: all .3s;
}

#nav .one_box .two_2 b:hover {
    color: #1fb7bc;
    transition: all .3s;
}

#nav .one_1 .two_2 ul li {
    width: 100%;
    display: flex;
    align-items: center;
}

#nav .one_1 .two_2 ul li span {
    display: none;
    width: 6px;
    height: 6px;
    background-color: #1fb7bc;
    transform: rotate(45deg);
    margin-right: 5px;
}

#nav .one_1 .two_2 ul li a {
    flex: 1;
    font: 14px/36px '微软雅黑';
    color: #b1b8c5;
}

#nav .one_1 .two_2 ul .active a,
#nav .one_1 .two_2 ul li:hover a {
    color: #1fb7bc;
}

#nav .one_1 .two_2 ul .active span,
#nav .one_1 .two_2 ul li:hover span {
    display: block;
}

.h_top {
    position: fixed;
    /* top: 45px; */
    top: 25px;
    right: 45px;
    z-index: 10;
    display: flex;
    align-items: baseline;
}

.top_nav .top_nbox::after {
    content: "";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.top_nav .top_nbox .qr1_top {
    float: right;
    margin-right: 100px;
}

.top_nav .top_nbox .en_top {
    float: right;
    margin-right: 190px;
}



.top_nav .top_nbox .qr1_top a:hover {
    color: #333;
}


.qr1_top .qr01 {
    text-align: center;
    display: none;
    margin-top: -20px;
}

.qr1_top:hover .qr01 {
    display: block;
}


.top_nav .top_nbox .en_top .bt02 {
    display: flex;
    align-items: center;
    position: absolute;
    left: -40px;
    top: 17.5px;
}

.en_top .bt02 a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin: 0 2px;
    cursor: pointer;
}

.en_top .bt02 .active {
    color: #fff;
    background: url(../image/btn03.png) no-repeat;
    background-size: 100% 100%;
}

/* .h_top .qr01 {
    text-align: center;
}

.h_top .qr01 img {
    display: none;
}

.h_top .qr01 p {
    font-size: 18px;
    display: flex;
}

.h_topbai .bt02 b,
.h_topbai .qr01 p {
    color: #fff;
}

.h_top .qr01 p span {
    display: block;
    width: 15px;
    font-size: 12px;
    position: relative;
    top: -4px;
    left: -2px;
}

.h_top .qr01 p:hover+img {
    display: block;
    margin: 0 auto;
}

.h_top .bt02 {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.h_top .bt02 b {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    margin: 0 2px;
    cursor: pointer;
}

.h_top .bt02 .active {
    color: #fff;
    background: url(../image/btn03.png) no-repeat;
    background-size: 100% 100%;
}

 */
.h_bot {
    position: absolute;
    right: 45px;
    bottom: 15px;
}

.h_bot a {
    opacity: .6;
    font-size: 12px;
}

.h_bot span {
    margin: 0 5px;
}

.h_bot a:hover {
    color: #0061DE;
}

.page1 {
    position: relative;
}

.page1 .ban_ts {
    width: 100%;
    height: 100%;
    position: relative;
}

.page1 .ban_ts .ts_tex {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    transition: all .8s;
}

.page1 .ban_ts .ts_tex img {
    width: 100%;
    transition: all .8s;
}

.banner_tex {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 10;
    text-align: center;
}

.banner_tex a {
    font: 26px/1 '微软雅黑';
    color: #fff;
}

.banner_tex p {
    font: 300 20px/44px 'Rany';
    color: #fff;
    /* opacity: .5; */
}

.banner_tex .banner_ {
    height: 100px;
    overflow: hidden;
    position: relative;
}


.banner_tex .ig_02 {
    width: 140px;
    display: none;
    position: relative;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
    transition: all .8s;
}

.banner_tex .ig_01 {
    width: 66px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner_tex .active .ig_02 {
    display: block;
    text-align: center;
    transition: all .8s;
}

.banner_tex .active .ig_01 {
    display: none;
}

.section {
    overflow: hidden;
}

.section .title {
    margin-top: 5%;
}

.section .title01 {
    margin-top: 220px;
}

.section .title02 {
    margin-top: 0;
}

.section .title h6 {
    font-size: 28px;
    font-family: 'Rany';
    font-weight: 300;
    color: #2D2C2C;
    line-height: 92px;
}

.section .title h5 {
    font-size: 40px;
    font-family: 'Source Han Sans CN';
    font-weight: 300;
    color: #2D2C2C;
    line-height: 1;
    float: left;
}

.section .title .title_xg {
    display: flex;
    align-items: flex-end;
}

.section .title span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #144A90;
    transform: rotate(45deg);
    margin: 2px 15px;
}

.section .title b {
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #2D2C2C;
    line-height: 1;
    position: relative;
    top: 1px;
}

.page2 {
    background: url(../image/pc-img02.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.page2_ti {
    position: absolute;
}

.pa02_fl {
    margin-top: 15%;
    width: 30%;
    float: left;
}

.pa02_fl h4 {
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #2D2C2C;
    line-height: 34px;
    margin-top: 30px;
    transition: all .8s;
}


.pa02_fl i {
    display: block;
    font-size: 18px;
    font-family: 'Rany';
    font-weight: 300;
    color: #2D2C2C;
    line-height: 1;
    opacity: 0.4;
    margin-top: 14px;
    transition: all .8s;
}

.pa02_fl i:hover,
.pa02_fl h4:hover {
    margin-left: 20px;
    transition: all .8s;
}

.pa02_fl ul li {
    display: inline-block;
    padding: 0 22px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #0061DE;
    color: #0061DE;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    margin-top: 50px;
}

.pa02_fl p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.sw_02 {
    /* width: 100%; */
    height: 100%;
    overflow: hidden;
    position: relative;
}

.sw_02>.swiper-wrapper>.swiper-slide {
    /* width: 100% !important; */
}

.sw_02 .swiper-button-prev,
.sw_02 .swiper-container-rtl .swiper-button-next {
    width: 64px;
    height: 65px;
    background: url(../image/fl01.png) no-repeat;
    background-size: 100% 100%;
    top: 78%;
    left: 0px;
}

.sw_02 .swiper-button-next,
.sw_02 .swiper-container-rtl .swiper-button-prev {
    width: 64px;
    height: 65px;
    top: 78%;
    left: 75px;
    background: url(../image/fr01.png) no-repeat;
    background-size: 100% 100%;
}

.sw_02 .swiper-button-prev:hover {
    background: url(../image/fl01_.png) no-repeat;
    background-size: 100% 100%;
}

.sw_02 .swiper-button-next:hover {
    background: url(../image/fr01_.png) no-repeat;
    background-size: 100% 100%;
}

.pa02_fr {
    float: right;
    width: 70%;
    height: 75%;
    background: url(../image/sw02_back.png) no-repeat center 100%;
    background-size: 100%;
    position: relative;
    top: 25%;
    overflow: hidden;
}

.pa02_fr .swiper03 {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.pa02_fr .swiper03_one {
    position: absolute;
    top: 10%;
}

.pa02_fr .swiper03>img {
    width: 100%;
}


.pa02_fr .swiper03 .swiper-slide {
    opacity: 0;
}

.pa02_fr .swiper03 .swiper-slide-prev,
.pa02_fr .swiper03 .swiper-slide-next,
.pa02_fr .swiper03 .swiper-slide-active {
    opacity: 1;
}

.pa02_fr .swiper03 .swiper-slide img {
    width: 100%;
}

.pa02_fr .swiper03 .swiper-slide .b_t {
    opacity: 0;
    transition: all .8s;
}

.pa02_fr .swiper03 .swiper-slide-active .b_t {
    opacity: 1;
    transition: all .8s;
    width: 100%;
    height: 78px;
    text-align: center;
    color: #fff;
    font: bold 24px/78px '微软雅黑';
    background: url(../image/b_title.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    top: -20px;
    z-index: 10;
    transition: all .8s;
}

.pa02_fr .swiper03 .swiper-slide-next .b_t,
.pa02_fr .swiper03 .swiper-slide-prev .b_t {
    opacity: 1;
    width: 155px;
    height: 43px;
    text-align: center;
    color: #fff;
    background: url(../image/s_title.png) no-repeat center;
    background-size: 100% 100%;
    font: bold 16px/43px '微软雅黑';
    position: absolute;
    bottom: 75px;
    transition: all .8s;
}

.pa02_fr .swiper03 .swiper-slide-prev .b_t {
    left: -50px;
}

.pa02_fr .swiper03 .swiper-slide-next .b_t {
    right: -50px;
}

.page3 {
    background: url(../image/gy_back01.png) no-repeat;
    background-size: 100% 100%;
}

.page3 .pa03_fr,
.page3 .pa03_fl {
    width: 42%;
    margin-top: 5%;
}

.page3 .pa03_fl {
    float: left;
    margin-right: 3%;
}

.page3 .pa03_fl p {
    font-size: 14px;
    color: #3A3E46;
    margin-top: 43px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
}

.page3_en .pa03_fl p {
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
}

.section .ckxq_0 {
    text-align: center;
    font-size: 16px;
    display: block;
    width: 220px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    font-weight: bold;
    transition: all .5s;
    margin-top: 30px;
    border: 1px solid #0061DE;
    color: #0061DE;
    transition: all .5s;
}

.section .ckxq_0:hover {
    background: #0061DE;
    color: #fff;
    transition: all .5s;
}

.page3 .pa03_fr {
    float: left;
    margin-top: 10%;
    position: relative;
}

.page3 .pa03_fr .vo {
    width: 100%;
    position: relative;
}

.page3 .pa03_fr .vo video {
    width: 100%;
}

.page3 .pa03_fr .vo .t_vo {
    width: 100%;
}

.page3 .pa03_fr .vo .bt_vo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all .8s;
}

.page3 .pa03_fr .vo .bt_vo:hover {
    transform: rotate(360deg) translate(-50%, -50%);
    transition: all .8s;
}

.page3 .pa03_fr .vo .zs_vo {
    position: absolute;
    right: -120px;
    bottom: -65px;
}

.page3 ul {
    display: flex;
    margin-top: 5%;
}

.page3_en ul {
    margin-top: 1%;
}

.page3 ul li {
    width: 260px;
    margin-right: 100px;
}

.page3 ul li p {
    position: relative;
}

.page3 ul li span {
    font-size: 36px;
    font-weight: bold;
}

.page3 ul li sub {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 5px;
    left: 75px;
}

.page3 ul li sup {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 20%;
}

.page3 ul li i {
    display: block;
    font-size: 12px;
    color: #3A3E46;
    opacity: 0.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
}

.page3 ul li:hover sub,
.page3 ul li:hover sup,
.page3 ul li:hover span {
    color: #0061DE;
}

.page4 {
    /* background: url(../img/jr_back01.png) no-repeat; */
    /* background-size: 100% 100%; */
    position: relative;
}

.page4>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page4 .pa_04 {
    position: absolute;
    top: 0;
    left: 0;
}

.pa_04 p {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    background-color: #0061DE;
    padding: 12px 27px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 20px;
}

.pa_04 h4 {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 45px;
    color: #fff;
}

.page4 .title h5,
.page4 .title h6 {
    color: #fff;
}

.pa_04 h4 span {
    font-weight: bold;
    color: #0061DE;
}

.pa_05t {
    height: auto;
    padding-top: 60px;
}

.pa_05t .new_box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pa_05t .new_box .new_b {
    width: 48%;
    display: flex;
    margin-bottom: 35px;
}

.pa_05t .new_box .new_b .line {
    width: 20px;
    height: 2px;
    background-color: #D4DCE6;
    margin-right: 18px;
    margin-top: 12px;
}

.pa_05t .new_box .new_b .new_date b {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Rany';
    transition: all .5s;
}

.pa_05t .new_box .new_b .new_date i {
    display: block;
    font-size: 16px;
    font-family: 'Rany';
    font-weight: 300;
    transition: all .5s;
}

.pa_05t .new_box .new_b a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-left: 28px;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pa_05t .new_box .new_b:hover .new_date b,
.pa_05t .new_box .new_b:hover .new_date i,
.pa_05t .new_box .new_b:hover a {
    color: #0061DE;
    transition: all .5s;
}

.pa_05b {
    height: 100%;
    background-color: #1A1A1A;
    padding-top: 60px;
    /* margin-top: 30px; */
}

.fo_box {
    width: 85%;
    display: flex;
    justify-content: space-between;
    /* height: 230px; */
}

.fo_box .fo_fl {
    width: 35%;
    height: 230px;
}

#ul_01 {
    width: 280px;
    display: flex;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    /* background-color: #292929; */
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#ul_01 li {
    width: 70px;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
}

#ul_01 .active {
    background-color: #0061DE;
}

#ul_one p {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.pa_05b .fo_fr {
    display: flex;
    justify-content: space-between;
    width: 64%;
}

.pa_05b .fo_fr .fo_s {
    width: auto;
}

.pa_05b_en .fo_fr .fo_s {
    width: 160px;
}


.pa_05b .fo_fr .fo_s b a,
.pa_05b .fo_fr .fo_s b {
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    transition: all .5s;
}

.pa_05b .fo_fr .fo_s b a:hover {
    color: #0061DE;
    transition: all .5s;
}

.pa_05b .fo_fr .fo_s ul li a {
    color: #fff;
    opacity: 0.6;
    line-height: 24px;
    font-size: 12px;
    transition: all .3s;
}


.pa_05b .fo_fr .fo_s ul li a:hover {
    color: #0061DE;
    transition: all .3s;
    opacity: 1;
}

.fo_bq {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}

.bq_fl ul {
    display: flex;
    align-items: center;
}

.bq_fl ul li a {
    display: block;
    font-size: 12px;
    color: #fff;
    opacity: .6;
    margin-right: 60px;
    line-height: 30px;
}


.bq_fl p {
    font-size: 12px;
    color: #fff;
    opacity: .6;
    line-height: 30px;
}

.bq_fl p a {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.bq_fr ul {
    display: flex;
}

.bq_fr ul li {
    width: 155px;
    margin: 0 35px;
    text-align: center;
}

.bq_fr ul li p {
    font-size: 14px;
    color: #fff;
    opacity: .6;
    line-height: 30px;
}

.bq_fr ul li p span {
    font-size: 16px;
    position: relative;
    top: 0px;
    left: -2px;
}

.n_banner {
    position: relative;
}

.n_banner .h_top {
    position: absolute;
}

.n_banner .n_ig {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.n_banner .n_ig img {
    width: 100%;
}

.n_banner .n_ig .nb_text {
    position: absolute;
}

.n_banner .n_ig .nb_text01 {
    width: 50%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.n_banner .n_ig .nb_text02 {
    width: 32%;
    top: 35%;
    right: 4%;
}

.n_banner .n_ig .nb_text03 {
    top: 35%;
    right: 2.5%;
}

.n_banner .n_ig .nb_text04 {
    top: 35%;
    right: 6%;
}

.n_banner .n_ig .nb_text06,
.n_banner .n_ig .nb_text05 {
    top: 35%;
    left: 15%;
}

.n_banner .n_ig .nb_text b {
    display: block;
    font-size: 32px;
    font-family: 'Rany';
    font-weight: bolder;
    color: #144A90;
    line-height: 60px;
    letter-spacing: 4px;
    transition: all .8s;
    word-wrap: break-word;
}

.n_banner .n_ig .nb_text01 b {
    width: 50%;
}

.n_banner .n_ig .nb_text p {
    font-size: 36px;
    font-family: 'Source Han Sans CN';
    font-weight: 400;
    color: #2D2C2C;
    line-height: 72px;
    transition: all .8s;
}

.n_banner .n_ig .nb_text span {
    display: block;
    width: 20px;
    height: 5px;
    background-color: #1A8E6F;
    margin-top: 18px;
    margin-bottom: 50px;
    transition: all .8s;
}

.n_banner .n_ig .nb_text i {
    display: block;
    font-size: 26px;
    line-height: 24px;
    color: #2D2C2C;
    font-weight: normal;
}

.n_banner .n_ig .nb_text05 i,
.n_banner .n_ig .nb_text05 p,
.n_banner .n_ig .nb_text05 b {
    color: #fff;
}

.n_title h5 {
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.n_title i {
    display: block;
    font-family: 'Rany';
    font-size: 18px;
    opacity: .4;
    line-height: 28px;
}

.n_title02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n_title02 ul {
    width: 70%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.n_title02 ul li {
    width: 33.3%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ecf1f4;
}

.n_title02 ul li p {
    line-height: 20px;
    font-size: 12px;
    padding: 10px 0;
    cursor: pointer;
}

.n_title02 ul .active,
.n_title02 ul li:hover {
    background-color: #0061DE;
}

.n_title02 ul .active p,
.n_title02 ul li:hover p {
    color: #fff;
}

.n_jz {
    background: url(../image/n_back01.png) no-repeat;
    background-size: 100% 100%;
}

.n_jz .b_box {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: -50px; */
}

.n_jz .s_box {
    width: 30%;
    margin-right: 4%;
}

.n_jz .s_box01 {
    margin-right: 0;
}

.n_jz .s_box .jz_ig {
    display: block;
    position: relative;
}

.n_jz .s_box .jz_ig>img {
    position: relative;
    z-index: 10;
    transition: all .5s;
}

.n_jz .s_box .jz_ig>img:hover {
    transform: scale(1.1);
    transition: all .5s;
}

.n_jz .s_box .jz_ig .jz_back {
    display: block;
    width: 400px;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #d5dbec;
    background-color: #fff;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.n_jz .s_box p {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 20px;
}

.n_jz .s_box i {
    display: block;
    font-family: 'Rany';
    font-size: 18px;
    color: #b1b4b7;
    line-height: 24px;
}

.dks {
    position: relative;
    padding-bottom: 60px;
}

.dks .n_title {
    position: absolute;
    z-index: 10;
}

.dks .dk_ig {
    width: 100%;
    overflow: hidden;
    padding-left: 120px;
    position: relative;
    top: 60px;
    z-index: 1;
}

.dks .dk_ig>img {
    width: 100%;
}

.dks .dk_ig .n_ic {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 240px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.dks .dk_ig .n_ic:hover {
    background-color: #0061DE;
    border-radius: 8px;
}

.dks .dk_ig .n_ic:hover img,
.dks .dk_ig .n_ic .bai {
    display: none;
}

.dks .dk_ig .n_ic:hover .bai {
    display: block;
}

.dks .dk_ig .n_ic:hover p {
    color: #fff;
}

.dks .dk_ig .n_ic p {
    line-height: 1.2;
    width: 100px;
    font-size: 12px;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all; */
}

.dks .dk_ig .n_ic01 {
    top: 35%;
    left: 20.5%;
}

.dks .dk_ig .n_ic02 {
    top: 53%;
    left: 20.5%;
}

.dks .dk_ig .n_ic03 {
    top: 72%;
    left: 20.5%;
}

.dks .dk_ig .n_ic04 {
    top: 19.5%;
    left: 73.5%;
}

.dks .dk_ig .n_ic05 {
    top: 38.5%;
    left: 73.5%;
}

.dks .dk_ig .n_ic06 {
    top: 56%;
    left: 73.5%;
}


.n_sh {
    position: relative;
}

.n_sh .n_title {
    position: absolute;
    top: 30px;
}

.n_sh .sh_text {
    position: absolute;
    top: 180px;
}

.n_sh .sh_text .sh_li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.n_sh .sh_text .sh_li img {
    margin-right: 15px;
}

.n_sh .sh_text .sh_li i {
    display: block;
    font-size: 16px;
    line-height: 27px;
}

.n_sh .sh_text .sh_li p {
    color: #3A3E46;
    font-size: 30px;
    font-family: 'Rany';
    font-weight: bold;
    line-height: 36px;
}

.n_sh>img {
    width: 100%;
}

.pxyy {
    margin-top: 30px;
}

.pxyy .px_top {
    width: 94%;
    height: 120px;
    margin: 0 auto;
    background: url(../image/n_ly.png)no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.pxyy .px_top b {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    padding-top: 30px;
    color: #fff;
}

.pxyy .px_top p {
    font-size: 16px;
    color: #fff;
}

.pxyy form {
    width: 94%;
    margin: 0 auto;
    background-color: #f5f7f9;
    /* padding-top: 54px;
    padding-left: 96px;
    padding-bottom: 60px; */
    padding: 54px 60px 60px;
}

.pxyy .px_bot {
    display: flex;
    flex-wrap: wrap;
}

.pxyy .px_bot .inp {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.pxyy .px_bot .inp p {
    width: 32%;
    font-size: 16px;
    margin-right: 10px;
    margin-left: 24px;
    /* 断词折行 */
    /* word-break: break-all; */
}

.pxyy .px_bot .inp input {
    width: 260px;
    height: 54px;
    background-color: #fff;
    border-radius: 2px;
    font-size: 16px;
    text-indent: 20px;
}

.pxyy .px_bot .in_te {
    width: 100%;
}

.pxyy .px_bot .in_te p {
    width: 10.5%;
}

.pxyy .px_bot .in_te textarea {
    width: 80%;
    height: 130px;
}

.pxyy .btn {
    display: block;
    border: none;
    width: 220px;
    height: 54px;
    margin: 0 auto;
    background: #0061DE;
    border-radius: 27px;
    font-size: 16px;
    color: #fff;
    transition: all .8s;
}

.pxyy .btn:hover {
    transform: scale(1.1);
    transition: all .8s;
}

.n_page5 {
    /* margin-top: 60px; */
}

.n_page5 .pa_05b {
    padding-bottom: 50px;
}

.pu_b {
    margin-top: 0;
}

.pu_b .pa_05b {
    margin-top: 0;
}

.qj_box {
    margin-top: 20px;
    padding: 0 40px;
    padding-bottom: 80px;
}

.qj_box img {
    width: 100%;
}

.syks {
    position: relative;
}

.syke_ig .n_title {
    position: absolute;
    z-index: 10;
}

.syke_ig {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.syke_ig .sy_ig01 {
    width: 100%;
}

.syke_ig .sy_text {
    width: 35%;
    position: absolute;
    top: 25%;
    left: 7%;
    z-index: 10;
}

.syke_ig .sy_text01 {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.syke_ig .sy_text .n_ic {
    width: 46%;
    height: 80px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: space-around;
    box-shadow: 10px 10px 20px 1px rgb(0 0 0 / 5%);
    background-color: #fff;
    margin-bottom: 18px;
    cursor: pointer;
}

.syke_ig .sy_text .nsy_ic:hover img,
.syke_ig .sy_text .nsy_ic .bai {
    display: none;
}

.syke_ig .sy_text .nsy_ic:hover {
    background-color: #0061DE;
}

.syke_ig .sy_text .nsy_ic:hover .bai {
    display: block;
}

.syke_ig .sy_text .nsy_ic:hover p {
    color: #fff;
}

.syke_ig .sy_text .nsy_ic01 {
    opacity: .5;
}

.syke_ig .sy_text .nsy_ic01 .bai {
    display: none;
}

.syke_ig .sy_bl {
    width: 12%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.syke_ig .sy_bl p {
    width: 100%;
    height: 79px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/duan.png) no-repeat;
    background-size: 100% 100%;
    color: #0061de;
    z-index: 10;
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
}

.syke_ig .sy_bl img {
    margin-left: -20px;
    z-index: 11;
}

.syke_ig .sy_br img {
    margin-left: 0;
    margin-right: -20px;
    z-index: 11;
}

.syke_ig .sy_bl01 {
    top: 69.5%;
    right: 42%;
}

.syke_ig .sy_bl02 {
    top: 49.5%;
    right: 42%;
}

.syke_ig .sy_bl03 {
    top: 64.5%;
    right: 8%;
}

.syke_ig .sy_bl04 {
    top: 32.9%;
    right: 8%;
}

.syke_ig .sy_bl05 {
    top: 50%;
    right: 42%;
}

.syke_ig .sy_bl06 {
    top: 18.5%;
    right: 8%;
}

.syke_ig .line {
    width: 20%;
    height: 1px;
    background-color: #0061DE;
    position: absolute;
    top: 0;
    right: 0;
}

.syke_ig .line01 {
    width: 11.2%;
    top: 74.8%;
    right: 30.8%;
}

.syke_ig .line02 {
    width: 11.2%;
    top: 55.1%;
    right: 30.8%;
}

.syke_ig .line03 {
    width: 10%;
    top: 69.8%;
    right: 20%;
}

.syke_ig .line04 {
    width: 14.3%;
    top: 38.5%;
    right: 16.8%;
}

.syke_ig .line05 {
    width: 12%;
    top: 46.5%;
    right: 31%;
    transform: rotate(-33deg);
}

.syke_ig .line06 {
    width: 9.5%;
    top: 23.6%;
    right: 20%;
}

.ys_box {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.ys_box .ys_fl,
.ys_box .ys_fr {
    width: 50%;
}

.ys_box .ys_ti {
    display: flex;
    align-items: center;
}

.ys_box .ys_ti h5 {
    font-size: 20px;
    line-height: 140px;
    margin-left: 15px;
}

.ys_box .ys_b01 {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ys_box .ys_b02 {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.ys_box .ys_b02>img {
    width: 60px;
    transition: all .8s;
}

.ys_box .ys_b02>img:hover {
    display: block;
    transition: all .8s;
    transform: rotate(360deg);
}

.ys_box .ys_b03 {
    width: 50%;
}

.ys_box .ys_b02 p {
    font-size: 14px;
    font-weight: bold;
    margin-left: 14px;
    text-align: left;
    transition: all .8s;
}

.ys_box .ys_b02 p:hover {
    margin-left: 20px;
    transition: all .8s;
}

.ys_box .ys_b02 i {
    display: block;
    font-size: 12px;
    margin-left: 14px;
    margin-top: 10px;
    text-align: left;
    font-weight: normal;
}

.ys_box .ys_ig {
    width: 50%;
}

.ys_box .ys_fr {
    text-align: right;
}

.ys_box .ys_fl>img,
.ys_box .ys_fr>img {
    width: 90%;
}

.ys_box .ys_tex01 {
    margin-top: 5%;
}

.ys_box .ys_tex02 {
    margin: 14% 0;
}

.ys_box .ys_ig02 {
    margin-top: 12%;
    margin-bottom: 5%;
}

.ys_box .ys_ig02_xz {
    margin-top: 32%;
}

.ys_box .ys_ig03 {
    margin-top: 32%;
}

.ys_box .ys_tex {
    margin-left: 14%;
}

.sp_box {
    position: relative;
}

.sp_box .n_title {
    position: absolute;
    z-index: 10;
}

.sp_box .vedio_back {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sp_box .vedio_back img {
    width: 100%;
    transition: all .8s;
}

.sp_box .vedio_back .c02_vedio .c02_bf img:hover {
    transition: all .8s;
    transform: rotate(360deg);
}

.sp_box .vedio_back .c02_vedio {
    width: 50%;
    height: 58%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 20px;
}

.sp_box .vedio_back .c02_vedio video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp_box .vedio_back .c02_vedio .vedio {
    width: 100%;
    object-fit: cover;
}

.sp_box .vedio_back .c02_vedio .c02_bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sp_box .vedio_back .c02_zs {
    position: absolute;
    bottom: 14%;
    left: 19%;
}

.n_k0 {
    margin-top: 0;
}

.n_k0 .pa_05b {
    margin-top: 0;
}

.c03_ig4 .cig4 img {
    width: 100%;
}

.c06_back {
    background: url(../image/c06_back01.png) no-repeat;
    background-size: 100% 100%;
}

.tz01_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 100px;
    margin-top: 30px;
}

.tz01_box .tz01_l {
    width: 30%;
    height: 400px;
    background: url(../image/tz01_back01.png) no-repeat;
    background-size: 100% 100%;
    padding: 60px 40px;
}

.tz01_box .tz01_l img {
    display: block;
    transition: all .8s;
}

.tz01_box .tz01_l img:hover {
    transform: rotate(360deg);
    transition: all .8s;
}

.tz01_box .tz01_l i {
    display: block;
    font-size: 24px;
    line-height: 56px;
    opacity: 0.4;
    margin-top: 15px;
    transition: all .8s;
}

.tz01_box .tz01_l p {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    transition: all .8s;
}

.tz01_box .tz01_l i:hover,
.tz01_box .tz01_l p:hover {
    margin-left: 20px;
    transition: all .8s;
}

.g_box {
    margin-top: 70px;
    background: url(../image/tz02.back011.png) no-repeat;
    background-size: 100%;
    padding: 3vw 0;
}

.g_box .g_text {
    margin-left: 28%;
}

.g_box .g_text>p {
    line-height: 30px;
    font-size: 20px;
}

.g_box .g_text b {
    font-size: 40px;
    color: #FF194F;
    line-height: 4vw;
}

.g_box .g_text b span {
    font-size: 14px;
    color: #3A3E46;
}

.g_box .g_text b i {
    font-size: 20px;
}

.g_box .g_text .date {
    display: flex;
    align-items: center;
}

.g_box .g_text .date i {
    line-height: 30px;
    opacity: 0.5;
}

.g_box .g_text .date p {
    font-size: 16px;
    color: #0061DE;
    opacity: 0.8;
    border: 1px solid #0061DE;
    padding: 0 8px;
    margin-left: 12px;
}

.g_list {
    margin-top: 30px;
}

.g_list .new_b .line {
    width: 20px;
    height: 2px;
    background-color: #D4DCE6;
    margin-right: 18px;
    margin-top: 12px;
}

.g_list .new_b {
    width: 90%;
    display: flex;
}

.g_list .new_b .new_date {
    width: 5%;
}

.g_list .new_b .new_date i {
    display: block;
    font-size: 16px;
    font-family: 'Rany';
    font-weight: 300;
    transition: all .5s;
}

.g_list .new_b .new_date b {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Rany';
    transition: all .5s;
}

.g_list .new_b a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-left: 28px;
    transition: all .5s;
}

.g_list .new_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}

.g_list .new_box .g_ck {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    background: #ECF1F4;
    text-align: center;
    line-height: 40px;
    transition: all .5s;
}

.g_list .new_box:hover .new_b a,
.g_list .new_box:hover .new_b i,
.g_list .new_box:hover .new_b .new_date b {
    color: #0061DE;
}

.g_list .new_box:hover .g_ck {
    background-color: #0061DE;
    transition: all .5s;
    color: #fff;
}

#feny {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

#feny li {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #0061DE;
    border-radius: 8px;
    margin: 0 5px;
    cursor: pointer;
}

#feny li:last-child,
#feny li:first-child {
    width: auto;
    padding: 0 25px;
}

#feny li p {
    color: #0061DE;
    transition: all .5s;
}

#feny .active,
#feny li:hover {
    background-color: #0061DE;
}

#feny .active p,
#feny li:hover p {
    color: #fff;
    transition: all .5s;
}

.tz03_back1 {
    background: url(../image/sanjiao.png) no-repeat center right;
    padding-bottom: 80px;
}

.tz03_back3 {
    background: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.tz03_back4 {
    background: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.tz03_a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.tz03_a li {
    /* width: 220px; */
    width: 300px;
    height: 56px;
    text-align: center;
    border: 1px solid #0061DE;
    border-radius: 28px;
    margin: 0 10px;
    transition: all .5s;
}

.tz03_a li a {
    display: block;
    width: 100%;
    line-height: 56px;
    color: #0061DE;
    transition: all .5s;
}

.tz03_a .active,
.tz03_a li:hover {
    background-color: #0061DE;
    transition: all .5s;
}

.tz03_a .active a,
.tz03_a li:hover a {
    color: #fff;
    transition: all .5s;
}

.n_title03 {
    margin-top: 60px;
}

.n_title03 .n_t03 {
    display: flex;
    align-items: baseline;
}

.n_title03 .n_t03 img {
    margin-right: 12px;
}

.n_title03 .n_t03 h6 {
    font-size: 20px;
    font-weight: bold;
}

.tz03_ig1 {
    text-align: center;
}

.tz03_back2 {
    background: url(../image/dongshi.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 130px;
}

.sw_tz03box {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.sw_tz03 {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.tz03_top b {
    font-size: 50px;
    line-height: 120px;
    font-weight: bold;
    color: #0061DE;
    margin-right: 30px;
}

.tz03_top .tz03_d p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 25px;
    background-color: #0061DE;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    color: #fff;
}

.tz03_top .tz03_d i {
    font-size: 14px;
    opacity: 0.4;
    line-height: 26px;
}

.tz03_bot {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 1px rgba(188, 206, 230, 0.3);
    padding: 26px 56px;
}

.tz03_bot>b {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.tz03_bot .t_tex {
    display: flex;
    align-items: baseline;
}

.tz03_bot .t_tex img {
    margin-right: 16px;
}

.tz03_bot .t_tex p {
    font-size: 16px;
    line-height: 1;
    margin: 9px 0;
}

.sw_tz03box .swiper-button-prev {
    width: 64px;
    height: 65px;
    background: url(../image/fl01.png) no-repeat center;
    background-size: 100% 100%;
    left: 2%;
    top: 65%;
}

.sw_tz03box .swiper-button-prev:hover {
    background: url(../image/fl01_.png) no-repeat center;
}

.sw_tz03box .swiper-button-next {
    width: 64px;
    height: 65px;
    background: url(../image/fr01.png) no-repeat center;
    background-size: 100% 100%;
    right: 2%;
    top: 65%;
}

.sw_tz03box .swiper-button-next:hover {
    background: url(../image/fr01_.png) no-repeat center;
}

.js_box {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #ebf3fc;
    border-top-left-radius: 20px;
    margin-top: 30px;
}

.js_top {
    display: flex;
    align-items: center;
    background: url(../image/tz03_back01.png) no-repeat center;
    background-size: 100% 100%;
    padding-left: 40px;
}

.js_top b {
    font-weight: bold;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    margin-right: 10px;
}

.js_top i {
    font-size: 16px;
    line-height: 60px;
    font-family: 'Rany';
    color: #fff;
}

.js_top span {
    width: 1px;
    height: 14px;
    background-color: #fff;
    line-height: 60px;
    opacity: 0.3;
    margin: 0 12px;
}

.js_top p {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
}

.js_bot {
    padding: 26px 40px 36px;
}

.js_bot b {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    display: block;
    margin-bottom: 10px;
}

.js_bot .t_tex {
    display: flex;
    align-items: baseline;
}

.js_bot .t_tex p {
    margin-left: 10px;
    line-height: 1;
    line-height: 24px;
}

.gj_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
    padding: 0 5%;
}

.js_box02 {
    width: 48%;
    margin: 0;
    margin-top: 30px;
}

.js_top02 {
    background: url(../image/tz03_back02.png) no-repeat center;
    background-size: 100% 100%;
}

.js_bot02 b {
    font-weight: normal;
}

.jr_title {
    background: url(../image/jr01_back01.png) no-repeat center;
    background-size: 100% 100%;
    padding: 32px 78px;
    display: flex;
    align-items: center;
    margin-top: 68px;
    margin-bottom: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.jr_title p {
    font-size: 20px;
    line-height: 36px;
    font-family: 'Source Han Sans CN';
    margin-left: 70px;
}

.jr01_box {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.jr01_box .jr01_fr {
    width: 75%;
    margin-top: 50px;
    overflow: hidden;
}

.jr01_box .jr01_fr img {
    width: 100%;
    transition: all .8s;
}

.jr01_box:hover .jr01_fr img {
    transform: scale(1.1);
    transition: all .8s;
}

.jr01_text b {
    display: block;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    font-family: 'Source Han Sans CN';
    margin-bottom: 20px;
    transition: all .8s;
}

.jr01_text i {
    font-size: 20px;
    color: #0061DE;
    font-family: 'Source Han Sans CN';
    line-height: 34px;
    margin-bottom: 20px;
    opacity: 1;
    transition: all .8s;
}

.jr01_text i:hover,
.jr01_text b:hover {
    margin-left: 20px;
    transition: all .8s;
}

.jr01_text p {
    font-size: 16px;
    font-family: 'Source Han Sans CN';
    line-height: 30px;
}


.jr01_a {
    position: relative;
    margin-bottom: 120px;
}

.jr01_a .jr01_text {
    position: absolute;
    left: 0;
    top: 30%;
    background: url(../image/jr01_back02.png)no-repeat center;
    background-size: 100% 100%;
    width: 660px;
    /* height: 360px; */
    /* padding: 64px 40px; */
    height: auto;
    padding: 50px;
}

.jr01_a .jr01_text02 {
    left: 55%;
}

.jr01_b .jr01_fr {
    text-align: center;
}

.jr01_b .jr01_text {
    width: 500px;
    /* height: 280px; */
    height: auto;
    background: url(../image/jr01_back03.png)no-repeat center;
    background-size: 100% 100%;
    padding: 40px;
}


.jr01_b .jr01_text03 {
    left: 0;
}

.jr01_b .jr01_text04 {
    top: 40%;
    left: 67%;
}

.zp_box {
    display: flex;

}

.zp_box .zp_tit {
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.jr02_fenl {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.jr02_fenl li {
    text-align: center;
    margin: 0 2px;
    margin-bottom: 20px;
}

.jr02_fenl li b {
    display: block;
    width: 130px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
}

.jr02_fenl li p {
    width: 80px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 28px;
    transition: all .5s;
}

.jr02_fenl .active p,
.jr02_fenl li:hover p {
    background-color: #0061DE;
    color: #fff;
    transition: all .5s;
}

.jr02_big {
    margin-top: 30px;
}

.jr02_top {
    border-radius: 10px;
    padding: 30px 40px;
    cursor: pointer;
    transition: all .5s;
}

.jr02_top>b {
    font-size: 30px;
    line-height: 46px;
    font-weight: bold;
}

.jr02_top .t_shang {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jr02_top .t_shang i {
    line-height: 32px;
    transition: all .5s;
}

.jr02_top .t_shang .shang {
    display: none;
}

.jr02_top .t_shang i span {
    color: #D4DEE9;
    margin: 0 20px;
}

.jr02_top .t_shang i img {
    margin-left: 64px;
}

.jr02_bot {
    display: none;
    background-color: #f9f9f9;
    padding: 20px 40px 110px;
    position: relative;
}

.jr02_bot .t_title {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
}

.jr02_bot .t_title img {
    margin-right: 10px;
}

.jr02_bot .t_title p {
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    transition: all .8s;
}

.jr02_bot>p {
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
}

.jr02_bot .t_title p:hover {
    margin-left: 20px;
    transition: all .8s;
}

.jr02_bot>.tr02_toud {
    display: block;
    width: 220px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    background: #0061DE;
    border-radius: 28px;
    position: absolute;
    bottom: 40px;
    right: 110px;
}

.jr02_box {
    border-bottom: 1px solid #ebf3fc;
}

.jr02_box .jr02_top:hover,
.jr02_active .jr02_top {
    background-color: #0061DE;
    transition: all .5s;
}

.jr02_box .jr02_top:hover .t_shang i,
.jr02_box .jr02_top:hover>b,
.jr02_active .jr02_top .t_shang i,
.jr02_active .jr02_top>b {
    color: #fff;
    transition: all .5s;
}

.jr02_active .jr02_top .t_shang i span {
    opacity: .4;
    transition: all .5s;
}

.jr02_active .jr02_top .t_shang .xia {
    display: none;
}

.jr02_active .jr02_top .t_shang .shang {
    display: block;
}

.jr02_active .jr02_bot {
    display: block;
}

.new01_big {}

.new01_big ul {
    margin-bottom: 50px;
}

.new01_big ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    border-bottom: 1px solid #E4EBEF;
}

.new01_big ul li a {
    display: block;
}

.new01_big ul li a {}

.new01_big ul li .new01_ig01 {
    width: 300px;
    height: 180px;
    overflow: hidden;
    border-top-right-radius: 20px;
}

.new01_big ul li .new01_ig01 img {
    width: 100%;
    transition: all .5s;
}

.new01_big ul li .new01_ig01:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.new01_big ul li .new01_text {
    display: block;
    width: 60%;
}

.new01_big ul li .new01_text h5 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Source Han Sans CN';
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.new01_big ul li .new01_text i {
    font-size: 16px;
    font-family: 'Rany';
    opacity: 0.6;
    line-height: 48px;
    color: #3A3E46;
}

.new01_big ul li .new01_text p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.new01_big ul li:hover .new01_jt a,
.new01_big ul li .new01_jt .blue {
    display: none;
}

.new01_big ul li:hover .new01_jt .blue {
    display: block;
}

.new01_big ul li:hover {
    border-bottom: 1px solid #0061DE;
    transition: all .5s;
}

.new01_big ul li:hover .new01_text h5 {
    color: #0061DE;
}

.new02_box {
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 80px;
}

.new02_box::after {
    content: "";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}

.new02_box strong,
.new02_box b {
    font-weight: bold;
}

.new02_box .new02_fl {
    width: 70%;
    float: left;
}

.new02_box .new02_fl h5 {
    font-size: 30px;
    line-height: 1;
    margin: 30px 0;
    text-align: center;
}

.new02_box .new02_fl .fl_bor {
    border-top: 1px solid #e4ebef;
    border-bottom: 1px solid #e4ebef;
    text-align: center;
}

.new02_box .new02_fl i {
    font-size: 18px;
    font-family: 'Rany';
    opacity: 0.4;
    line-height: 34px;
}

.new02_box .new02_fl .new02_ig {
    text-align: center;
    margin-bottom: 40px;
}

.new02_box .new02_fl h6 {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0;
}

.new02_box .new02_fl p {
    line-height: 1.8;
}

.new02_box .new02_fl .n_box .n_fl p {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.new02_box .new02_fl .n_box .n_fl p a {
    display: block;
    /* width: 80%; */
    width: 75%;
}

.new02_box .new02_fl .line {
    width: 100%;
    height: 1px;
    background-color: #e4ebef;
    margin-top: 60px;
    margin-bottom: 40px;
}

.new02_box .new02_fl .n_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new02_box .new02_fl .n_box .n_fl {
    width: 65%;
}

.new02_fl .n_box .n_fl p a:hover {
    color: #0061DE;
}

.new02_fl .n_box .n_fr {
    display: block;
    width: 220px;
    height: 56px;
    line-height: 56px;
    background: #0061DE;
    border-radius: 28px;
    text-align: center;
    color: #fff;
}

.new02_box .new02_fr {
    border-top: 1px solid #0061DE;
    width: 22%;
    padding: 40px;
    background-color: #f6f7f9;
    /* 修改 */
    /* height: 1200px; */
    height: auto;
    float: right;
}

.new02_box .new02_fr h6 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

.new02_box .new02_fr i {
    display: block;
    font-size: 18px;
    font-family: 'Rany';
    opacity: 0.4;
    text-align: center;
}

.new02_box .new02_fr p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Microsoft YaHei';
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.new02_box .new02_fr .fr_ig {
    text-align: center;
    margin: 20px 0;
}

.new02_box .new02_fr .n_ic {
    display: flex;
    align-items: center
}

.new02_box .new02_fr .n_ic img {
    margin-right: 8px;
}

.new02_box .new02_fr .n_ic i {
    font-size: 14px;
    line-height: 30px;
}

.new02_box .new02_fr .fr_text {
    padding-top: 30px;
    border-bottom: 1px solid #E4EBEF;
    padding-bottom: 20px;
}

.new02_box .new02_fr .fr_text:hover p {
    color: #0061DE;
}

.new03_map {
    margin: 65px 0;
    position: relative;
    overflow: hidden;
}

.new03_map .lx_map img {
    width: 100%;
}

.new03_map .new03_lo {
    width: 240px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.new03_lx {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.new03_lx .lx_box {
    width: 45%;
    height: 240px;
    background: url(../image/new03_back.png) no-repeat center;
    background-size: 100% 100%;
    padding: 30px 40px;
    margin-bottom: 30px;
}

.new03_lx .lx_box h5 {
    font-size: 24px;
    margin-bottom: 20px;
    word-break: break-all;
}

.new03_lx .lx_box .lx_ic {
    display: flex;
    align-items: center;
}

.new03_lx .lx_box .lx_ic img {
    margin-right: 24px;
}

.new03_lx .lx_box .lx_ic b {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Rany';
    line-height: 42px;
    transition: all .8s;
}

.new03_lx .lx_box .lx_ic p {
    font-size: 16px;
    line-height: 30px;
    transition: all .8s;
}

.new03_lx .lx_box .lx_ic p:hover,
.new03_lx .lx_box .lx_ic b:hover {
    margin-left: 20px;
    transition: all .8s;
}

.cl01_big {
    padding-bottom: 150px;
}

.cl01_big>p {
    font-size: 20px;
    margin: 50px 0 40px;
}

.cl01_back {
    background-image: linear-gradient(to top, #ecf1f6, #eff3f7, #f0f4f8, #f6f8fb, #f9fbfc, #fff);
}

.a_back {
    width: 1560px;
    height: 980px;
    background: url(../image/cl01_back01.jpg) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.e_box {
    width: 410px;
    height: 280px;
    box-shadow: 11px 11px 46px 0px rgba(188, 206, 230, 0.41);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    /* background: url(../img/cl01_img01.png) no-repeat center; */
    /* background-size: 100% 100%; */
    position: absolute;
    transition: all .8s;
    overflow: hidden;
}

.e_box>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.e_box:hover {
    transform: scale(1.1);
    transition: all .8s;
}

.e_box .top03 {
    flex: 1;
    font-size: 12px;
    color: #fff;
    padding: 30px 50px;
    background-color: #0061DE;
    border-top-right-radius: 30px;
    line-height: 1.8;
    opacity: 0;
    transition: all .5s;
}

.e_box .f_back {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.e_box .f_back .bot03 {
    font-size: 16px;
    line-height: 60px;
    padding-left: 30px;
    background: url(../image/zitiao.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
}

.e_box:hover .top03 {
    opacity: .7;
    transition: all .5s;
}

.e_box01 {
    top: 0%;
    left: 5%;
}

.e_box02 {
    /* background: url(../img/cl01_img02.png) no-repeat center;
    background-size: 100% 100%; */
    top: 35%;
    left: 5%;
}

.e_box03 {
    /* background: url(../img/cl01_img03.png) no-repeat center;
    background-size: 100% 100%; */
    top: 70%;
    left: 5%;
}

.e_box04 {
    /* background: url(../img/cl01_img04.png) no-repeat center;
    background-size: 100% 100%; */
    top: 0%;
    left: 68%;
}

.e_box05 {
    /* background: url(../img/cl01_img05.png) no-repeat center;
    background-size: 100% 100%; */
    top: 35%;
    left: 68%;
}

.e_box06 {
    /* background: url(../img/cl01_img06.png) no-repeat center;
    background-size: 100% 100%; */
    top: 70%;
    left: 68%;
}

.a_back .num {
    width: 160px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.a_back .num01 {
    top: 15%;
}

.a_back .num02 {
    top: 29%;
}

.a_back .num03 {
    top: 64%;
}

.a_back .num04 {
    top: 78%;
}

.a_back .num span {
    font-size: 36px;
    font-weight: bold;
    color: #0061DE;
    line-height: 46px;
}


.a_back .num sub {
    font-size: 12px;
    color: #0061DE;
    position: relative;
    top: -8px;
}

.a_back .num sup {
    font-size: 12px;
    color: #0061DE;
    position: relative;
    top: -10px;
}

.a_back .num p {
    font-size: 16px;
    line-height: 18px;
}

.yg_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.yg_box .left {
    width: 35%;
    margin-left: 120px;
    padding-left: 6%;
}

.yg_box02 .left {
    margin-left: 0;
    padding-left: 0;
    margin-right: 7%;
}

.yg_box .right {
    width: 55%;
}

.yg_box .right img {
    width: 100%;
}

.yg_box .right .vedio_box {
    position: relative;
}

.yg_box .right .vedio_box .vedio {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
}

.yg_box .right .vedio_bt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .8s;
}

.yg_box .right .vedio_bt:hover {
    transform: rotate(360deg) translate(-50%, -50%);
    transition: all .8s;
}

.yg_box .right .vedio_bt img {
    width: 60px;
}

.yg_box .ys_ti {
    display: flex;
    align-items: baseline;
}

/* 地图闪动 */

@keyframes myfirst {
    20% {
        transform: scale(1.5);
    }

    40% {
        transform: scale(2);
    }

    60% {
        transform: scale(2.5);
    }

    80% {
        transform: scale(3);
    }

    100% {
        transform: scale(3.5);
    }
}

.yg_map {
    position: relative;
}

.yg_box .yg_map .map_ig {
    padding-left: 120px;
    width: 90%;
}

.yg_map .bo_ {
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    position: absolute;
}


.yg_map .bo_ p {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: myfirst 2s infinite;
    box-shadow: 0px 0px 1px #fff;
}

.yg_map .bo_ span {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: myfirst 2s infinite;
    box-shadow: 0px 0px 1px #fff;
    animation-delay: 0.5s;
}

.yg_map .bo01 {
    top: 18%;
    right: 31%;
}

.yg_map .bo02 {
    top: 35%;
    right: 39.5%;
}

.yg_map .bo03 {
    top: 49.4%;
    right: 41.6%;
    background-color: #144A90;
}

.yg_map .bo03 p,
.yg_map .bo03 span {
    box-shadow: 0px 0px 1px #144A90;
}

.yg_map .bo04 {
    top: 56.5%;
    right: 33.5%;
}

/* 地图闪动结束 */
.yg_box:nth-of-type(3) {
    align-items: flex-start
}

.yg_box .ys_ti img {
    margin-right: 14px;
    /* padding-bottom: 10px; */
}

.yg_box .ys_ti .yg_text {
    width: 100%;
}

.swiper_yljg {
    width: 100%;
    overflow: hidden;
}

.swiper_cl03 .swiper-pagination-bullet,
.yg_box .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    border-radius: 5px;
    transition: all .5s;
    background-color: #A5C3EA;
}

.swiper_cl03 .swiper-pagination-bullet-active,
.yg_box .swiper-pagination-bullet-active {
    width: 40px;
    background-color: #0061DE;
    transition: all .5s;
}

.swiper_cl03 .swiper-pagination-bullet {
    width: 30px;
}

.swiper_cl03 .swiper-pagination-bullet-active {
    width: 60px;
}

.yg_box .swiper-container-horizontal>.swiper-pagination-bullets {
    /* bottom: 0px; */
    bottom: -8%;
    left: 10%;
}

.yg_box .ys_ti .yg_text h5 {
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 28px;
}

.yg_box .ys_ti .yg_text p {
    font-size: 16px;
    line-height: 1.2;
}

.yg_box .ys_ti .yg_text .te_ic {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.yg_box .ys_ti .yg_text .te_ic img {
    padding-bottom: 0;
}

.yg_box .yg_icon {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.yg_box .yg_icon .y_ic {
    width: 33%;
    text-align: center;
}

.yg_box .yg_icon .y_ic p {
    font-size: 14px;
    color: #3A3E46;
    /* line-height: 30px; */
    line-height: 1.2;
}

.yg_box .ys_ti .yg_icon .y_ic img {
    width: auto;
    margin: 0;
    transition: all .8s;
}

.yg_box .ys_ti .yg_icon .y_ic img:hover {
    transform: scale(1.1);
    transition: all .8s;
}

.swiper_yg {
    overflow: hidden;
    padding-bottom: 82px;
}

.yg_box .swiper-button-prev {
    /* width: 64px;
    height: 65px; */
    width: 50px;
    height: 50px;
    background: url(../image/fl01.png) no-repeat center;
    background-size: 100% 100%;
    left: 14%;
    top: 85%;
}

.yg_box .swiper-button-prev:hover {
    background: url(../image/fl01_.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
}

.yg_box .swiper-button-next {
    /* width: 64px;
    height: 65px; */
    width: 50px;
    height: 50px;
    background: url(../image/fr01.png) no-repeat center;
    background-size: 100% 100%;
    right: 78%;
    top: 85%;
}

.yg_box .swiper-button-next:hover {
    background: url(../image/fr01_.png) no-repeat center;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
}

.cl03_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 40px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.cl03_title>a {
    display: block;
}


.cl03_title {
    padding: 50px;
    background: url(../image/cl03_back02.png) no-repeat center;
    background-size: 100% 100%;
}

.cl03_title .xia {
    display: none;
}

.cl3_tex h5 a {
    display: block;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
}

.cl3_tex p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.cl03_back01 {
    background: url(../image/cl03_back01.png) no-repeat center;
    background-size: 100%;
    padding-bottom: 230px;
}

.cl03_title01 {
    display: flex;
    align-items: center;
}

.cl03_title01 h5 {
    font-size: 24px;
    margin: 25px 0;
    margin-left: 15px;
}

.swiper_cl03 {
    margin: 50px 180px 0 25px;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}

.sw_back {
    width: 90%;
    height: 340px;
    background: url(../image/cl03_back03.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    padding: 5% 10%;
}

.sw_back strong {
    font-size: 42px;
    line-height: 66px;
    font-weight: bold;
    color: #0061DE;
}

.sw_back b {
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
    border-bottom: 2px solid #0061DE;
    margin-bottom: 10px;
    color: #0061DE;
}

.sw_back p {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
}

.sw_back .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.sw_back .swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    border-radius: 5px;
    transition: all .5s;
    background-color: #A5C3EA;
}

.sw_back .swiper-pagination-bullet-active {
    width: 60px;
    background-color: #0061DE;
    transition: all .5s;
}

.cl03_lj>p {
    font-size: 16px;
    line-height: 30px;
    padding-left: 30px;
}

.cl03_lj .cl03_ig01 {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}

.cl03_lj .cl03_ig01 img {
    width: 80%;
}

.cl03_xyg {
    margin-bottom: 150px;
}

.new04_back {
    background-color: #f6f6f6;
}

.pb_box {
    /* column-count: 3;
    column-gap: 40px;
    margin-top: 30px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pb_list {
    /* border-radius: 4px;
    margin-bottom: 30px;
    break-inside: avoid; */
    width: 33%;
    border-radius: 4px;
    margin: 10px;
    width: calc(100%/3 - 20px);
}

.pb_list .p_t {
    width: 100%;
}

.pb_list .p_t a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 25px;
}

.pb_list .p_t a img {
    width: 100%;
    transition: all .5s;
}

.pb_list .p_t a img:hover {
    transform: scale(1.1);
    transition: all .5s;
}

.pb_list .p_b {
    padding: 16px 20px;
    background-color: #fff;
    transition: all .8s;
}

.pb_list .p_b .p_text {
    display: flex;
}

.pb_list .p_b .p_text .te_fl {
    margin-right: 20px;
    text-align: center;
}

.pb_list .p_b .p_text .te_fl b {
    display: block;
    font-size: 40px;
    font-family: 'Rany';
    font-weight: bold;
    line-height: 1;
    transition: all .8s;
}

.pb_list .p_b .p_text .te_fl i {
    display: block;
    font-size: 14px;
    font-family: 'Rany';
    font-weight: 300;
    color: #3A3E46;
    transition: all .8s;
}

.pb_list .p_b .p_text .te_fr p {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Source Han Sans CN';
    color: #3A3E46;
}

.pb_list .p_b .line {
    width: 100%;
    height: 1px;
    background-color: #E4EBEF;
    margin-top: 30px;
    margin-bottom: 15px;
    transition: all .8s;
}

.pb_list .p_b .te_bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pb_list .p_b .te_bot .xq {
    display: block;
    font-size: 16px;
    line-height: 24px;
    transition: all .8s;
}

.pb_list:hover .p_b .te_bot .ig img,
.pb_list .p_b .te_bot .ig .bai {
    display: none;
}

.pb_list:hover .p_b {
    background-color: #144A90;
    transition: all .8s;
}

.pb_list:hover .p_b .te_bot .xq,
.pb_list:hover .p_b .p_text .te_fr p,
.pb_list:hover .p_b .p_text .te_fl i,
.pb_list:hover .p_b .p_text .te_fl b {
    color: #fff;
    transition: all .8s;
}

.pb_list:hover .line {
    background-color: #275692;
}

.pb_list:hover .p_b .te_bot .ig .bai {
    display: block;
}

.ck_box {
    text-align: right;
    margin-top: 30px;
    padding-bottom: 90px;
}

.ckgd {
    display: inline-block;
    text-align: center;
    width: 220px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    transition: all .8s;
    border: 2px solid #0061DE;
    color: #0061DE;
    font-size: 16px;
}

.ckgd:hover {
    transition: all .8s;
    background: #0061DE;
    color: #fff;
}

.gsjj_box {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.gsjj_box .gsjj_fl {
    width: 24%;
}

.gsjj_box .gsjj_fr {
    width: 100%;
}

.gsjj_box .gsjj_fl span {
    display: block;
    font-size: 60px;
    font-family: 'Rany';
    font-weight: bold;
    line-height: 64px;
    color: #0061DE;
}

.gsjj_box .gsjj_fl p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.gsjj_box .gsjj_fr p {
    font-size: 16px;
    margin-top: 20px;
}

.video_box {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 40px auto 120px;
}

.video_box .video {
    width: 100%;
    position: relative;
}

.video_box .video img {
    width: 100%;
}

#v_sp {
    width: 100%;
}

.video_box .gy_bt01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_box .gy_bt01 img {
    transition: all .8s;
}

.video_box .gy_bt01 img:hover {
    transform: rotate(360deg);
    transition: all .8s;
}

.video_box .gy_zs01 {
    width: 200px;
    position: absolute;
    bottom: -14%;
    right: -7%;
}

.video_box .gy_zs01 img {
    width: 100%;
}

.gy_ig {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    overflow: hidden;
}

.gy_ig img {
    width: 100%;
}


.gy_whbox {
    height: 700px;
    background: url(../image/wh_back.png) no-repeat center;
    background-size: cover;
    display: flex;
}

.gy_whbox .wh_lis {
    width: 33.3%;
    height: 100%;
    text-align: center;
    position: relative;
    transition: all .8s;
}

.gy_whbox .wh_lis .line {
    width: 20px;
    margin: 0 auto;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    transition: all .8s;
}

.gy_whbox .wh_lis02 {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);

}

.gy_whbox .wh_lis p {
    font-size: 30px;
    font-family: 'Source Han Sans CN';
    font-weight: 300;
    line-height: 34px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    color: #fff;
    transform: translateX(-50%);
    transition: all .8s;
}

.gy_whbox .wh_lis i {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #fff;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .8s;
}

.gy_whbox .wh_lis>img {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all .8s;
}

.gy_whbox .wh_lis:hover {
    background-color: #0061DE;
    opacity: 0.6;
    transition: all .8s;
}

.gy_whbox .wh_lis:hover p {
    transition: all .8s;
    bottom: 45%;
}

.gy_whbox .wh_lis:hover i {
    display: block;
    width: 100%;
    opacity: 1;
    transition: all .8s;
    bottom: 40%;
}

.gy_whbox .wh_lis:hover>img {
    opacity: 1;
    top: 30%;
    transition: all .8s;
}

.gy_whbox .wh_lis:hover .line {
    bottom: 35%;
}

.gy_whbox .wh_lis>img:hover {
    transform: translateX(-50%) rotate(360deg);
    transition: all .8s;
}

.fz_box {
    display: flex;
}

.fz_back {
    /* background: url(../img/fz_img01.png) no-repeat right; */
    height: 590px;
}

.fz_box .n_title03 {
    padding-top: 80px;

}

.fz_box .fz_fl {
    width: 48%;
    margin-left: 7%;
}

.fz_box .fz_fl p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
}

.fz_box .fz_fr {
    width: 48%;
    height: 590px;
}

.fz_box .fz_fr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rrzz_box {
    position: relative;
    margin-top: 30px;
}

.swiper_rz {
    overflow: hidden;
    margin: 0 10%;
}

.swiper_rz .swiper-slide img {
    width: 100%;
}

.rrzz_box .swiper-button-prev {
    width: 64px;
    height: 65px;
    background: url(../image/fl01.png) no-repeat center;
    background-size: 100% 100%;
}

.rrzz_box .swiper-button-next {
    width: 64px;
    height: 65px;
    background: url(../image/fr01.png) no-repeat center;
    background-size: 100% 100%;
}

.rrzz_box .swiper-button-prev:hover {
    background: url(../image/fl01_.png) no-repeat center;
}

.rrzz_box .swiper-button-next:hover {
    background: url(../image/fr01_.png) no-repeat center;
}

.rz_ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.rz_ul .rz_li {
    /* width: 290px; */
    width: 33%;
    height: 115px;
    background: url(../image/maisui.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    padding: 15px 0;
    margin: 20px 0;
    margin-right: .3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rz_ul .rz_li b {
    display: block;
    font-size: 36px;
    font-family: 'Rany';
    font-weight: bold;
    color: #3A3E46;
    line-height: 30px;
}

.rz_ul .rz_li p {
    font-size: 12px;
    color: #3A3E46;
    line-height: 24px;
    padding: 0 24px;
}

.ss_inp {
    width: 50%;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    box-shadow: 18px 6px 18px 0px rgba(236, 243, 252, 0.4);
    position: relative;
    margin-top: 20px;
}

.ss_inp input {
    width: 100%;
    height: 60px;
    border: 2px solid rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    text-indent: 36px;
    font-size: 16px;
    color: #144A90;
    opacity: 0.4;
}

.ss_inp button {
    width: 128px;
    height: 56px;
    border: none;
    border-radius: 30px;
    color: #fff;
    background-color: #0061DE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.ss_inp button img {
    margin-right: 10px;
}

.ss_ul {
    width: 50%;
    margin: 0 auto;
    display: flex;
}

.ss_ul .lis {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.ss_ul .active {
    width: 80px;
    height: 34px;
    background-color: rgba(9, 102, 223, .08);
    border-radius: 17px;
    text-align: center;
}

.ss_ul .lis img {
    margin-right: 5px;
}

.g_list .new_box .new_ti {
    color: #3A3E46;
    font-size: 18px;
}

.g_list .new_box .new_ti span {
    color: #0061DE;
}

.lc_back {
    background: url(../image/fzlc_back.png) no-repeat center;
    background-size: 100% 100%;
    height: 700px;
}


.lc_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.lc_box .lc_text {
    width: 60%;
    margin-left: 7%;
}

.lc_box .lc_text .lc_nf {
    width: 50%;
    position: absolute;
    top: 18%;
    left: 10%;
}

.lc_box .lc_text b {
    display: block;
    font-size: 100px;
    line-height: 1;
    font-family: 'Rany';
    font-weight: bold;
    color: #0061DE;
    margin-top: 45px;
    margin-bottom: 20px;
}

.lc_box .lc_text b sub {
    font-size: 30px;
    font-family: 'Source Han Sans CN';
    font-weight: normal;
    position: relative;
    top: -20px;
    left: 16px;
    line-height: 34px;
}

.lc_box .lc_text .lc_p {
    display: flex;
    align-items: baseline;
}

.lc_box .lc_text .lc_p img {
    margin-right: 20px;
}

.lc_box .lc_text .lc_p p {
    font-size: 14px;
    line-height: 30px;
}

.lc_dy {
    background: url(../image/fzlc_dy.png) no-repeat -40% center;
    position: relative;
    right: 0;
    transition: all .8s;
}

.lc_dy .lc_wz {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) scale(.8);
}

.lc_dy .lc_xz {
    width: 350px;
    height: 280px;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%) scale(.7);
}

.lc_dy .lc_xz .b_year {
    display: flex;
    align-items: center;
}

.lc_dy .lc_xz .b_year .ig1 {
    margin-right: 10px;
}

.lc_dy .lc_xz .b_year .ig3 {
    width: 260px;
    height: 260px;
    margin-left: -180px;
    position: relative;
}

.lc_dy .lc_xz .b_year .ig3 img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}



.lc_dy .lc_xz .num_y {
    position: absolute;
    top: 46%;
    left: 53%;
}

.lc_dy .lc_xz .num_y p {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.lc_xy {
    width: 780px;
    height: 780px;
    border-radius: 50%;
    position: relative;
    top: -40px;
    right: -280px;
    background: url(../image/fzlc_xy.png) no-repeat center;
    background-size: 100% 100%;
    /* transform: rotate(-101.25deg); */
    transform: rotate(-78.75deg);
    /* transform: rotate(-123.75deg); */
    /* transform: rotate(-112.5deg); */
    /* 11.25 */
}

.lc_xy .y_box {
    width: 148px;
    position: absolute;
    left: 50%;
    transform-origin: 0 390px;
}

.lc_xy .y_box .y_year {
    display: flex;
    align-items: center;
}

.lc_xy .y_02 {
    transform: rotate(22.5deg);
}

.lc_xy .y_03 {
    transform: rotate(45deg);
}

.lc_xy .y_04 {
    transform: rotate(67.5deg);
}

.lc_xy .y_05 {
    transform: rotate(90deg);
}

.lc_xy .y_06 {
    transform: rotate(112.5deg);
}

.lc_xy .y_07 {
    transform: rotate(135deg);
}

.lc_xy .y_08 {
    transform: rotate(157.5deg);
}

.lc_xy .y_09 {
    transform: rotate(180deg);
}

.lc_xy .y_10 {
    transform: rotate(202.8deg);
}

.lc_xy .y_11 {
    transform: rotate(225deg);
}

.lc_xy .y_12 {
    transform: rotate(247.5deg);
}

.lc_xy .y_13 {
    transform: rotate(270deg);
}

.lc_xy .y_14 {
    transform: rotate(292.5deg);
}

.lc_xy .y_15 {
    transform: rotate(315deg);
}

.lc_xy .y_16 {
    transform: rotate(337.5deg);
}

/* 负数 --- */

.lc_xy .y_box .y_year {
    transform: rotate(-258.25deg);
}


.lc_xy .y_year p {
    width: 42px;
    font-size: 20px;
    font-family: 'Rany';
    font-weight: bold;
    color: #3A3E46;
    line-height: 30px;
    margin-right: 20px;
}

.lc_xy .y_year span {
    display: block;
    width: 14px;
    height: 14px;
    background: #C9D2D7;
    border-radius: 50%;
}

.bt_box {
    display: flex;
    /* margin-left: 7%; */
    /* margin-top: 50px; */
    position: absolute;
    bottom: 8%;
    left: 10%;
}

.bt_box #bt_fl {
    width: 64px;
    height: 65px;
    background: url(../image/fzlc_zuo.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 15px;
    cursor: pointer;
}

.bt_box #bt_fr {
    width: 64px;
    height: 65px;
    background: url(../image/fzlc_you.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.bt_box #bt_fl:hover {
    background: url(../image/fl01_.png) no-repeat center;
}

.bt_box #bt_fr:hover {
    background: url(../image/fr01_.png) no-repeat center;
}

.lc_xy .active {
    width: 256px;
    height: 256px;
    background: url(../image/fzlc_tu.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    justify-content: center;
    left: -110px;
}

.lc_xy .active .y_bany {
    position: absolute;
    left: -28%;
    top: 50%;
    transform: translateY(-50%);
}

.lc_xy .active .y_jt {
    position: absolute;
    left: -40%;
    top: 50%;
    transform: translateY(-50%);
}

.lc_xy .active span {
    display: none;
}

.lc_xy .active p {
    font-size: 36px;
    font-family: 'Rany';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.wz_box {
    display: flex;
    padding: 26px 30px 10px;
    border: 1px solid #d9e2f3;
    margin-bottom: 40px;
}

.wz_box .wz_ic {
    margin-right: 26px;
    margin-top: 6px;
}

.wz_box .wz_tex {
    width: 100%;
}

.wz_box .wz_tex p {
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}

.wz_box .wz_tex .wz_a a {
    font-size: 16px;
    line-height: 30px;
    margin-right: 40px;
}

.wz_box .wz_tex .wz_a a i {
    font-size: 14px;
    color: #3A3E46;
    opacity: 0.8;
}

.wz_box .wz_tex .wz_c a:nth-of-type(1) {
    display: inline-block;
    width: 80px;
}

.wz_box .wz_tex .wz_a a i:hover,
.wz_box .wz_tex .wz_a a:hover {
    color: #0061DE;
}

.wz_box .wz_tex .wz_a span {
    margin: 0 60px;
    color: #d9e2f3;
}

.wz_box .wz_tex .wz_a .kong {
    margin: 0 30px;
}

.wz_box .wz_tex .line {
    width: 100%;
    height: 1px;
    background-color: #d9e2f3;
    margin: 8px 0;
}


/* 选择上传 */
.xzsc_a {
    margin-top: 20px;
}

.xzsc_a .xz_i {
    width: 100%;
    text-align: center;
}

@media (min-width: 1921px) {
    .main {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1701px) and (max-width: 1800px) {
    .a_back {
        width: 1400px;
        height: 880px;
    }

    .e_box {
        width: 360px;
    }

    .e_box .top03 {
        padding: 25px;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1700px) {


    .a_back {
        width: 1350px;
        height: 840px;
    }

    .e_box {
        width: 360px;
        height: 260px;
    }

    .e_box .top03 {
        padding: 25px;
    }

    .syke_ig .sy_bl06 {
        top: 17%;
    }

    .syke_ig .sy_bl01 {
        top: 68.5%;
    }

    .syke_ig .sy_bl02 {
        top: 49%;
    }

    .syke_ig .sy_bl03 {
        top: 63.5%;
    }

    .syke_ig .sy_bl04 {
        top: 32%;
    }

    .syke_ig .line04 {
        width: 11%;
        top: 38.5%;
        right: 20%;
    }

    .main {
        margin-left: 200px;
    }

    .pa_05b {
        margin-top: 0px;
        padding-top: 30px;
    }

    .pa_05t {
        padding-top: 20px;
    }

    .pa_05t .new_box {
        margin-top: 20px;
    }

    .dks .dk_ig .n_ic01 {
        top: 34.5%;
        left: 20%;
    }

    .dks .dk_ig .n_ic02 {
        top: 52.5%;
        left: 20%;
    }

    .dks .dk_ig .n_ic03 {
        top: 71.5%;
        left: 20%;
    }

    .dks .dk_ig .n_ic04 {
        top: 19%;
    }

    .dks .dk_ig .n_ic05 {
        top: 38%;
    }

    .dks .dk_ig .n_ic06 {
        top: 55.5%;
    }

}

@media (max-width: 1601px) {

    .yg_box .swiper-button-next {
        right: 72%;
        top: 90%;
    }

    .yg_box .swiper-button-prev {
        left: 18%;
        top: 90%;
    }

    .gsjj_box .gsjj_fl span {
        font-size: 48px;
    }

    .lc_dy {
        right: -10%;
        transition: all .8s;
    }

    .lc_dy .lc_wz {
        transform: translateY(-50%) scale(.9);
        transition: all .8s;
    }

    .pa02_fl h4 {
        font-size: 24px;
        margin-top: 15px;
    }

    .pa02_fl ul li {
        margin-top: 20px;
    }

    .section .ckxq_0 {
        margin-top: 15px;
        width: 200px;
        height: 48px;
        line-height: 48px;
    }

    .section .title b {
        font-size: 16px;
    }

    .n_banner .n_ig .nb_text b {
        font-size: 40px;
        line-height: 1;
        transition: all .8s;
    }

    .n_banner .n_ig .nb_text p {
        font-size: 28px;
        line-height: 2;
        transition: all .8s;
    }

    .n_banner .n_ig .nb_text span {
        margin-top: 15px;
        margin-bottom: 30px;
        transition: all .8s;
    }

    .n_banner .n_ig .nb_text i {
        font-size: 20px;
        line-height: 2;
    }

    .page1 .ban_ts .ts_tex img {
        transform: scale(.8);
        transition: all .8s;
    }

    .sw_back {
        height: 320px;
        padding: 5%;
    }

    .sw_back strong {
        font-size: 36px;
        line-height: 1.5;
    }

    .sw_back b {
        font-size: 20px;
    }

    .sw_back p {
        font-size: 14px;
    }

    .yg_box .ys_ti .yg_text p {
        font-size: 14px;
        line-height: 1.2;
    }

    .swiper_yg .swiper-button-prev {
        transform: scale(.8);
        left: 18%;
    }

    .swiper_yg .swiper-button-next {
        transform: scale(.8);
        right: 72%;
    }

    .yg_box .ys_ti .yg_text h5 {
        font-size: 20px;
    }

    .a_back {
        width: 1180px;
        height: 754px;
        margin: 0 auto;
    }

    .e_box {
        /* width: 300px; */
        transform: scale(.8);
    }

    .e_box:hover {
        transform: scale(.85);
    }

    .e_box .top03 {
        padding: 25px;
    }

    .e_box01 {
        top: -3%;
        left: 0%;
    }

    .e_box02 {
        top: 32%;
        left: 0%;
    }

    .e_box03 {
        top: 67%;
        left: 0%;
    }

    .e_box04 {
        top: -3%;
        left: 65%;
    }

    .e_box05 {
        top: 32%;
        left: 65%;
    }

    .e_box06 {
        top: 67%;
        left: 65%;
    }

    .jr01_a .jr01_text {
        width: 500px;
        /* height: 300px; */
        padding: 40px 30px;
    }

    .jr01_b .jr01_text {
        width: 420px;
        /* height: 240px; */
    }

    .jr01_text p {
        font-size: 14px;
    }

    .jr01_text i {
        font-size: 18px;
    }

    .jr01_text b {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .jr01_text i {
        margin-bottom: 10px;
        line-height: 30px;
    }

    .jr01_text p {
        line-height: 24px;
    }

    .new03_lx .lx_box .lx_ic b,
    .new03_lx .lx_box h5 {
        font-size: 24px;
    }

    .new01_big ul li .new01_text {
        width: 55%;
    }

    .tz01_box .tz01_l {
        height: 300px;
    }

    .syke_ig .sy_bl06 {
        top: 17%;
    }

    .syke_ig .sy_bl05 {
        top: 49%;
    }

    .syke_ig .sy_bl04 {
        top: 32%;
    }

    .syke_ig .sy_bl03 {
        top: 63.5%;
    }

    .syke_ig .sy_bl02 {
        top: 48.5%;
    }

    .syke_ig .sy_bl01 {
        top: 68%;
    }


    #header .logo img {
        width: 80%;
    }

    .pa_05b {
        margin-top: 0px;
        padding-top: 30px;
    }

    .pa_05t {
        padding-top: 40px;
    }

    .pa_05t .new_box {
        margin-top: 20px;
    }

    .dks .dk_ig .n_ic01 {
        top: 34%;
        left: 19%;
    }

    .dks .dk_ig .n_ic02 {
        top: 52%;
        left: 19%;
    }

    .dks .dk_ig .n_ic03 {
        top: 71%;
        left: 19%;
    }

    .dks .dk_ig .n_ic04 {
        top: 18.5%;
    }

    .dks .dk_ig .n_ic05 {
        top: 37.5%;
    }

    .dks .dk_ig .n_ic06 {
        top: 55%;
    }

    .pxyy .px_bot .in_te textarea {
        width: 87%;
    }

    .n_jz .s_box01 {
        margin-right: 0;
    }

    .n_jz .s_box .jz_ig {
        width: 100%;
    }

    .n_jz .s_box .jz_ig>img {
        width: 100%;
    }

    .n_jz .s_box .jz_ig .jz_back {
        width: 100%;
    }

    .ys_box .ys_b02 img {
        width: 60px;
    }

    .sp_box .vedio_back .c02_zs img {
        width: 80%;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .main {
        width: 1300px;
        margin-left: 12%;
    }

    #nav .one_1 .one_box .en {
        font-size: 18px;
    }

    #nav .one_1 .one_box .cn {
        font-size: 16px;
    }

    .fo_box {
        margin-left: 10%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {

    .main {
        width: 1200px;
        margin-left: 180px;
    }

    .fo_box {
        width: 85%;
    }

    .section .title01 {
        margin-top: 100px;
    }

    .section .title h6 {
        font-size: 24px;
        line-height: 60px;
    }

    .section .title h5 {
        font-size: 26px;
    }

    .page3 .pa03_fr {
        margin-top: 8%;
    }

    .pa03_fl .section .title {
        margin-top: 0;
    }

    .page3 ul {
        margin-top: 3%;
    }

    .pa_05t .new_box .new_b {
        margin-bottom: 20px;
    }

    .bq_fr ul li img {
        width: 80px;
    }

    .dks .dk_ig .n_ic01 {
        top: 33.5%;
        left: 18%;
    }

    .dks .dk_ig .n_ic02 {
        top: 51.5%;
        left: 18%;
    }

    .dks .dk_ig .n_ic03 {
        top: 70.5%;
        left: 18%;
    }

    .pxyy .px_bot .inp input {
        width: 200px;
    }

    .pxyy .px_bot .in_te textarea {
        width: 83%;
    }

}

@media (max-width: 1400px) {
    .pa_05b .fo_fr {
        width: 62%;
    }

    .fo_box .fo_fl {
        width: 30%;
    }

    .fo_box {
        height: 230px;
    }

    .top_nav {
        padding-left: 90px;
    }

    .section .title span {
        width: 8px;
        height: 8px;
    }

    .section .title b {
        font-size: 14px;
    }

    .top_nav .one_nav .two_nav01 {
        width: 180%;
        margin-left: -40%;
    }

    .top_nav_en .one_nav .two_nav01 {
        width: 260%;
        margin-left: -80%;
    }

    .banner_tex {
        bottom: 0;
    }

    .banner_tex a {
        font-size: 18px;
        line-height: 1.5;
    }

    .banner_tex p {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 24px;
    }

    .tz01_box .tz01_l i {
        font-size: 16px;
        line-height: 42px;
    }

    .tz01_box .tz01_l p {
        font-size: 14px;
    }

    .tz01_box .tz01_l img {
        width: 60px;
    }

    .pa02_fr .swiper03 .swiper-slide-prev .b_t {
        left: -40px;
    }

    .pa02_fr .swiper03 .swiper-slide-next .b_t {
        right: -40px;
    }

    .yg_box .swiper-button-next {
        right: 72%;
    }

    .yg_box .swiper-button-prev {
        left: 18%;
    }

    .yg_box .swiper-button-prev:hover,
    .yg_box .swiper-button-next:hover,
    .yg_box .swiper-button-prev,
    .yg_box .swiper-button-next {
        width: 50px;
        height: 50px;
        background-size: 100% 100%;
    }

    #nav {
        left: 90px;
    }

    .h_top .qr01 p {
        font-size: 16px;
    }

    .h_top .bt02 b {
        font-size: 14px;
        line-height: 32px;
        width: 32px;
        height: 32px;
    }

    #header .btn01 img {
        width: 24px;
    }

    #header .sc_ {
        text-align: center;
    }

    #header .sc_ .sc_box input {
        height: 50px;
    }

    #header .sc_ .sc_box>img {
        width: 28px;
    }

    #header .sc_>img {
        width: 28px;
    }

    .page3 ul li sub {
        left: 50px;
    }

    .g_list .new_box .g_ck,
    .g_list .new_b a {
        font-size: 14px;
    }

    .g_list .new_b .new_date b {
        font-size: 18px;
    }

    .g_list .new_b .new_date i {
        font-size: 12px;
    }

    .gsjj_box .gsjj_fl span {
        font-size: 36px;
        line-height: 1;
    }

    .gsjj_box .gsjj_fl p {
        font-size: 14px;
        line-height: 1.5;
    }

    .gsjj_box img {
        margin: 10px 0;
    }

    .fz_box .fz_fl p,
    .gsjj_box .gsjj_fr p {
        font-size: 14px;
    }

    .lc_box .lc_text .lc_nf {
        width: 50%;
    }

    .lc_dy {
        right: 0;
        transition: all .8s;

    }

    .lc_dy .lc_xz {
        left: 0;
        transform: translateY(-50%) scale(.6);
        transition: all .8s;
    }

    .lc_dy .lc_wz {
        transform: translateY(-50%) scale(.5);
        left: 24%;
        transition: all .8s;
    }

    .rz_ul .rz_li {
        width: 33%;
    }

    .rz_ul .rz_li b {
        font-size: 20px;
    }

    .rz_ul .rz_li p {
        font-size: 12px;
    }

    .fo_box .d_logo {
        display: block;
        width: 260px;
    }

    .fo_box .d_logo img {
        width: 75%;
    }

    .lc_dy {
        background: url(../image/fzlc_dy.png) no-repeat -24% center;
        transition: all .8s;
        margin-right: -300px;
    }


    .lc_xy {
        transform: rotate(-78.75deg) scale(.92);
        transition: all .8s;
        right: -200px;
    }

    .bt_box {
        margin-top: 20px;
        bottom: 10%;
    }


    .lc_box .lc_text b {
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .lc_box .lc_text b sub {
        font-size: 20px;
        top: -14px;
    }

    .lc_box .lc_text .lc_p p {
        font-size: 12px;
    }

    .page1 .ban_ts .ts_tex img {
        transform: scale(.6);
        transition: all .8s;
    }

    .page1 .ban_ts .ts_tex {
        left: 4%;
        transition: all .8s;
    }

    .a_back .num span {
        font-size: 20px;
    }

    .a_back .num sub {
        top: -5px;
    }

    .a_back .num sup {
        top: -4;
    }

    .cl3_tex h5 a {
        font-size: 20px;
    }

    .cl3_tex p {
        font-size: 14px;
    }

    .cl03_title {
        margin-bottom: 20px;
    }

    .cl03_title .ig .jiant {
        width: 40px;
    }

    .tz03_top b {
        font-size: 30px;
        line-height: 70px;
    }

    .tz03_top .tz03_d p {
        font-size: 14px;
    }

    .tz03_top .tz03_d i {
        font-size: 12px;
    }

    .tz03_bot>b {
        font-size: 16px;
    }

    .tz03_bot .t_tex p {
        font-size: 14px;
    }

    .sw_tz03 .tz03_top>img {
        width: 180px;
    }

    .sw_tz03box .swiper-button-prev:hover,
    .sw_tz03box .swiper-button-next:hover,
    .sw_tz03box .swiper-button-next,
    .sw_tz03box .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-size: 100% 100%;
    }

    .tz03_back2 {
        padding-bottom: 80px;
    }

    .js_top b {
        font-size: 20px;
        line-height: 50px;
    }

    .js_top i {
        font-size: 12px;
        opacity: .7;
        line-height: 50px;
    }

    .js_top p {
        font-size: 14px;
        line-height: 50px;
    }

    .js_bot b {
        font-size: 14px;
    }

    .js_bot .t_tex p {
        font-size: 12px;
        line-height: 1.5;
    }

    .page3 ul li span {
        font-size: 24px;
    }

    .g_box .g_text>p {
        font-size: 16px;
        font-weight: bold;
    }

    .g_box .g_text b {
        font-size: 28px;
    }

    .g_box .g_text b i,
    .g_box .g_text b span {
        font-size: 12px;
    }

    .g_box .g_text b img {
        width: 6px;
    }

    .g_box .g_text .date i {
        font-size: 12px;
    }

    .g_box .g_text .date p {
        font-size: 14px;
    }

    .pa_04 p {
        font-size: 14px;
        padding: 10px 20px;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .pa_04 h4,
    .pa_05t .new_box .new_b .new_date b {
        font-size: 18px;
    }

    .pa_05t .new_box .new_b .new_date i {
        font-size: 12px;
    }

    .pa_05t .new_box .new_b a {
        font-size: 12px;
    }

    #ul_01 {
        margin: 15px 0;
    }

    .n_sh .sh_text .sh_li {
        margin-bottom: 20px;
    }

    .n_sh .sh_text .sh_li p {
        font-size: 22px;
    }

    .video_box {
        margin-bottom: 60px;
    }

    .video_box .gy_zs01 {
        width: 100px;
        bottom: -9%;
        right: -5%;
    }

    .video_box .gy_zs01 img {
        width: 100%;
    }

    .fz_box .n_title03 {
        padding-top: 50px;
    }

    .n_title03 .n_t03 h6 {
        font-size: 16px;
    }

    .n_title i {
        font-size: 12px;
    }

    .rz_ul .rz_li {
        margin: 30px auto;
    }

    .gy_whbox .wh_lis p {
        font-size: 20px;
    }

    .gy_whbox .wh_lis:hover>img {
        /* top: 35%; */
        top: 30%;
    }

    .gy_whbox .wh_lis:hover p {
        /* bottom: 40%; */
        bottom: 45%;
    }

    .gy_whbox .wh_lis:hover i {
        bottom: 35%;
    }

    .gy_whbox .wh_lis:hover .line {
        /* bottom: 30%; */
        bottom: 25%;
    }

    .gy_whbox {
        height: 520px;
    }

    .pa02_fl h4 {
        font-size: 20px;
        line-height: 1.2;
    }

    .new01_big ul li .new01_text h5 {
        font-size: 18px;
        line-height: 1.5;
    }

    .new01_big ul li .new01_text i {
        font-size: 12px;
        line-height: 1.5;
        display: block;
        margin-bottom: 20px;
    }

    .new01_big ul li .new01_text p {
        font-size: 14px;
    }

    .cl03_title01 h5 {
        font-size: 20px;
    }

    .rz_ul .rz_li {
        /* width: 260px; */
    }

    .fz_back {
        /* background: url(../img/fz_img01.png) no-repeat 120% center; */
    }

    .n_title h5 {
        font-size: 22px;
    }

    .n_title i {
        font-size: 14px;
        line-height: 1.5;
    }

    .pxyy .px_top b {
        font-size: 24px;
    }

    .pxyy .px_bot .inp p {
        font-size: 12px;
    }

    .n_title02 ul li p {
        font-size: 12px;
        line-height: 1.2;
    }

    .swiper_cl03 {
        margin: 20px 10%;
    }

    .sw_back {
        height: 270px;
    }

    .sw_back strong {
        display: block;
        font-size: 36px;
        line-height: 1.5;
    }

    .sw_back b {
        font-size: 18px;
    }

    .sw_back p {
        font-size: 14px;
        line-height: 1.5;
    }

    .cl03_back01 {
        padding-bottom: 110px;
    }

    .swiper_yg .swiper-button-prev {
        transform: scale(.6);
        left: 18%;
    }

    .swiper_yg .swiper-button-next {
        transform: scale(.6);
        right: 72%;
    }

    .yg_box .ys_ti .yg_text p {
        font-size: 14px;
    }

    .yg_box .yg_icon {
        margin-top: 10px;
    }

    .yg_box .ys_ti img {
        /* padding-bottom: 3px; */
    }

    .yg_box .ys_ti .yg_text h5 {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .a_back {
        width: 800px;
        height: 500px;
    }

    .e_box {
        transform: scale(.55);
    }

    .e_box:hover {
        transform: scale(.6);
    }

    .e_box .top03 {
        padding: 25px;
    }

    .e_box01 {
        top: -14%;
        left: -12%;
    }

    .e_box02 {
        top: 22%;
        left: -12%;
    }

    .e_box03 {
        top: 58%;
        left: -12%;
    }

    .e_box04 {
        top: -14%;
        left: 61%;
    }

    .e_box05 {
        top: 22%;
        left: 61%;
    }

    .e_box06 {
        top: 58%;
        left: 61%;
    }

    .jr01_a .jr01_text {
        width: 400px;
        /* height: 280px; */
        padding: 40px 20px 20px;
    }

    .jr01_b .jr01_text {
        width: 320px;
        /* height: 240px; */
    }

    .jr01_text b {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .jr01_text i {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .jr01_text p {
        font-size: 12px;
        line-height: 1.5;
    }

    .jr02_bot .t_title p {
        font-size: 14px;
    }

    .jr02_bot>p {
        font-size: 12px;
    }

    .jr02_top>b {
        font-size: 18px;
    }

    .new03_lx {
        padding-bottom: 20px;
    }

    .new03_lx .lx_box {
        padding: 20px;
        height: auto;
    }

    .new03_lx .lx_box .lx_ic b,
    .new03_lx .lx_box h5 {
        font-size: 18px;
    }

    .new03_lx .lx_box .lx_ic img {
        width: 25px;
        margin-right: 18px;
    }

    .new03_lx .lx_box .lx_ic p {
        font-size: 14px;
        line-height: 1.5;
    }

    .new03_lx .lx_box h5 {
        font-size: 20px;
        white-space: normal;
    }

    .jr_title p {
        font-size: 14px;
        line-height: 2;
    }

    .new02_box .new02_fr {
        width: 24%;
        padding: 40px 20px;
    }

    .new02_box .new02_fr .fr_ig img,
    .new02_box .new02_fl .new02_ig img {
        width: 80%;
    }

    .new01_big ul li {
        padding: 30px 50px;
    }

    .new01_big ul li .new01_ig01 {
        width: 24%;
        height: auto;
    }

    .new01_big ul li .new01_ig01 img {
        height: 100%;
        object-fit: cover;
    }

    .new01_big ul li .new01_text {
        width: 60%;
    }

    .new01_big ul li .new01_jt a>img {
        width: 50px;
    }

    .new02_box .new02_fl h5 {
        font-size: 20px;
        margin: 15px 0;
    }

    .new02_box .new02_fl p,
    .new02_box .new02_fl i {
        /* font-size: 14px; */
    }

    .new02_box .new02_fl h6 {
        font-size: 14px;
        margin: 15px 0;
    }

    .new02_box .new02_fr h6 {
        font-size: 16px;
    }

    .new02_box .new02_fr .n_ic i,
    .new02_box .new02_fr i {
        font-size: 12px;
    }

    .new02_box .new02_fr .fr_ig img {
        width: 50%;
    }

    .syke_ig .sy_bl img {
        width: 20px;
        margin-left: -10px;
    }

    .syke_ig .sy_br img {
        margin-right: -10px;
    }

    .syke_ig .sy_text .n_ic {
        height: 50px;
    }

    .syke_ig .sy_text .n_ic .ic {
        width: 30px;
    }

    .syke_ig .sy_bl01 {
        top: 67%;
    }

    .syke_ig .sy_bl02 {
        top: 47.5%;
    }

    .syke_ig .sy_bl03 {
        top: 62.5%;
        right: 5%;
    }

    .syke_ig .sy_bl04 {
        top: 31%;
        right: 5%;
    }

    .syke_ig .sy_bl05 {
        top: 47%;
    }

    .syke_ig .sy_bl06 {
        top: 16%;
        right: 5%;
    }

    .syke_ig .line03 {
        width: 13%;
        top: 69.8%;
        right: 17%;
    }

    .syke_ig .line06 {
        width: 13%;
        top: 23.6%;
        right: 16.5%;
    }

    #header .logo img {
        width: 70%;
    }

    #nav {
        height: 60%;
        padding: 4% 2% 0 2%;
    }

    .one_box01 {
        width: 42%;
    }

    #nav .one_1 .one_box .en {
        line-height: 1;
        margin-bottom: 6px;
    }

    #nav .one_1 .two_2 ul li a {
        line-height: 2;
    }

    #nav .one_1 .two_a {
        padding-top: 10px;
    }

    .n_jz .b_box {
        margin-top: 0;
    }

    .dks .dk_ig .n_ic {
        width: 200px;
        height: 50px;
    }

    .dks .dk_ig .n_ic>.ic {
        height: 80%;
    }

    /* .dks .dk_ig .n_ic p {
        width: 100px;
        font-size: 12px;
        line-height: 1.2;
    } */

    .dks .dk_ig .n_ic01 {
        top: 34%;
        left: 20%;
    }

    .dks .dk_ig .n_ic02 {
        top: 52%;
        left: 20%;
    }

    .dks .dk_ig .n_ic03 {
        top: 71%;
        left: 20%;
    }

    .dks .dk_ig .n_ic04 {
        top: 19.5%;
        left: 73.5%;
    }

    .dks .dk_ig .n_ic05 {
        top: 38.5%;
        left: 73.5%;
    }

    .dks .dk_ig .n_ic06 {
        top: 56%;
        left: 73.5%;
    }

    .n_sh .n_title {
        top: 0;
    }

    .n_sh .sh_text {
        top: 130px;
    }

    .pxyy form {
        padding-left: 50px;
    }

    .pxyy .px_bot .inp input {
        width: 160px;
    }

    .pxyy .px_bot .in_te textarea {
        width: 85%;
    }

    .ys_box .ys_b01 {
        width: 100%;
    }

    .ys_box .ys_tex01 {
        margin-top: 0;
    }

    .sp_box .vedio_back .c02_zs img {
        width: 50%;
    }

    .ys_box .ys_ti h5 {
        font-size: 20px;
        line-height: 1.5;
        margin: 30px 0 30px 15px;
    }

    .ys_box .ys_b02 img {
        width: 50px;
    }

    #header {
        width: 90px;
    }

    .main2 {
        padding-left: 90px;
    }

    .sp_box .vedio_back .c02_vedio .c02_bf {
        width: 50px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1399px) {
    .fo_box .fo_fl {
        height: 200px;
    }

    .swiper_yljg {
        padding-bottom: 10%;
    }

    .yg_box .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }

    .yg_box .ys_ti .yg_text p {
        line-height: 20px;
    }

    .pa_05b_en .fo_fr .fo_s ul li a {
        line-height: 2;
    }

    .yg_box .left {
        padding-left: 4%;
    }

    .a_back .num01 {
        top: 4%;
    }

    .a_back .num02 {
        top: 23%;
    }

    .a_back .num03 {
        top: 61%;
    }

    .a_back .num04 {
        top: 81%;
    }

    .pb_list .p_b .p_text .te_fl b {
        font-size: 30px;
    }

    .pb_list .p_b .p_text .te_fl i {
        font-size: 12px;
    }

    .pb_list .p_b .te_bot .xq,
    .pb_list .p_b .p_text .te_fr p {
        font-size: 14px;
    }

    .ckgd {
        width: 180px;
        height: 48px;
        line-height: 48px;
    }

    .gy_whbox .wh_lis>img {
        width: 80px;
    }

    .video_box .gy_bt01 {
        width: 50px;
    }

    .a_back .num p {
        font-size: 14px;
    }

    .top_nav {
        height: 60px;
    }

    .top_nav .one_nav:hover .two_nav {
        top: 60px;
    }

    .top_nav .top_nbox {
        /* justify-content: flex-start; */
        /* margin-left: 15%; */
    }

    .top_nav .top_nbox .one_nav>a {
        line-height: 60px;
        padding: 0 20px;
    }

    .en_top .bt02 b {
        font-size: 16px;
    }

    .top_nav .top_nbox .en_top .bt02 {
        top: 7.5px;
    }

    .banner_tex .ig_02 {
        width: 120px;
    }

    .pa02_fr {
        height: 70%;
        top: 30%;
    }

    .pa02_fr .swiper03 .swiper-slide-prev .b_t,
    .pa02_fr .swiper03 .swiper-slide-next .b_t {
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        bottom: 40px;
    }

    .pa02_fr .swiper03 .swiper-slide-active .b_t {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .section .title h6 {
        font-size: 18px;
        line-height: 2;
    }

    .section .title h5 {
        font-size: 24px;
    }

    .section .title b {
        font-size: 14px;
    }

    .section .title01 {
        margin-top: 10%;
    }

    .section .title span {
        width: 8px;
        height: 8px;
        margin: 0 8px;
    }

    .pa02_fl {
        margin-top: 14%;
    }

    .pa02_fl ul li {
        margin-top: 10px;
        padding: 0 15px;
        font-size: 14px;
        height: 30px;
        line-height: 28px;
    }

    .pa02_fl p {
        font-size: 14px;
        line-height: 1.5;
    }

    .pa02_fl i {
        font-size: 14px;
        margin-top: 0;
    }

    .page3 .pa03_fr .vo .bt_vo {
        width: 60px;
    }

    .page3 .pa03_fr .vo .t_vo {
        width: 100%;
    }

    .page3 .pa03_fr,
    .page3 .pa03_fl {
        width: 48%;
    }

    .page3 .pa03_fr {
        float: right;
    }

    .page3 .pa03_fr .vo .zs_vo {
        width: 110px;
        right: -10%;
        bottom: -12%;
    }

    .page3 .pa03_fl p {
        margin-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 12;
    }

    .section .ckxq_0 {
        width: 120px;
        height: 36px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 20px;
    }

    .sw_02 .swiper-button-next,
    .sw_02 .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .page3 ul {
        margin-top: 2%;
    }

    .bq_fr ul li img {
        width: 80px;
    }

    .pa_05t .new_box .new_b {
        margin-bottom: 25px;
    }

    .pa_05b .fo_fr .fo_s {
        width: auto;
    }

    .bq_fr ul li p {
        font-size: 12px;
    }

    .bq_fr ul li p span {
        display: inline-block;
        transform: scale(.9);
    }

    .bq_fr ul li {
        width: 135px;
        margin: 0 15px;
    }

    .pa_05b .fo_fr .fo_s b {
        font-size: 14px;
    }

    .n_sh .sh_text .sh_li img {
        width: 40px;
    }

    .pa_05b {
        padding-left: 90px;
    }

    .n_page5 .pa_05b {
        padding-left: 0;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {

    .main {
        width: 1050px;
        margin-left: 12%;
    }

    .fo_bq,
    .fo_box {
        width: 86%;
        margin-left: 7%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .swiper_cl03 {
        margin: 50px 5%;
    }

    .main {
        width: 1050px;
        margin-left: 12%;
    }

    .fo_bq,
    .fo_box {
        width: 86%;
        margin-left: 7%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    #nav .one_1 .two_2 ul li a {
        font-size: 12px;
    }

    .top_nav .top_nbox {
        padding-left: 5%;
    }

    .yg_box .swiper-button-next {
        right: 70%;
        top: 90%;
    }

    .yg_box .swiper-button-prev {
        left: 20%;
        top: 90%;
    }

    .n_banner .n_ig .nb_text b {
        font-size: 28px;
        line-height: 1;
        transition: all .8s;
    }

    .n_banner .n_ig .nb_text p {
        font-size: 22px;
        line-height: 2;
        transition: all .8s;
    }

    .n_banner .n_ig .nb_text span {
        margin-top: 10px;
        margin-bottom: 20px;
        transition: all .8s;
    }

    .n_banner .n_ig .nb_text i {
        font-size: 16px;
        line-height: 2;
    }

    .page1 .ban_ts .ts_tex img {
        transform: scale(.4);
        transition: all .8s;
    }

    .page1 .ban_ts .ts_tex {
        left: 2%;
        transition: all .8s;
    }

    .syke_ig .line06 {
        width: 13%;
        top: 23.6%;
        right: 16.5%;
    }

    .n_title h5 {
        padding-top: 30px;
    }

    .n_sh .sh_text {
        top: 100px;
    }

    .pxyy .px_bot .in_te textarea {
        width: 67%;
    }

    .n_sh .sh_text .sh_li {
        margin-bottom: 20px;
    }

    .n_sh .sh_text .sh_li p {
        font-size: 24px;
    }

    .dks .dk_ig .n_ic01 {
        top: 32%;
        left: 18%;
    }

    .dks .dk_ig .n_ic02 {
        top: 50%;
        left: 18%;
    }

    .dks .dk_ig .n_ic03 {
        top: 69%;
        left: 18%;
    }

    .dks .dk_ig .n_ic04 {
        top: 17%;
        left: 74.5%;
    }

    .dks .dk_ig .n_ic05 {
        top: 36%;
        left: 74.5%;
    }

    .dks .dk_ig .n_ic06 {
        top: 53.5%;
        left: 74.5%;
    }


    .n_jz .s_box .jz_ig .jz_back {
        height: 200px;
    }

    .sw_02 .swiper-button-next,
    .sw_02 .swiper-container-rtl .swiper-button-prev,
    .sw_02 .swiper-button-prev,
    .sw_02 .swiper-container-rtl .swiper-button-next {
        top: 90%;
    }

    .bq_fl ul li a {
        margin-right: 20px;
        line-height: 24px;
    }

    #ul_01 {
        margin: 10px 0;
    }

    .fo_bq {
        margin-top: 0;
    }

    .pa_05t .new_box .new_b .new_date b {
        font-size: 20px;
    }

    #ul_one p {
        line-height: 24px;
    }

    .section .ckxq_0 {
        width: 180px;
        height: 40px;
        line-height: 40px;
    }

    .pa02_fl h4 {
        margin-top: 10px;
        line-height: 1.2;
    }

    .page3 .pa03_fr,
    .page3 .pa03_fl {
        margin-top: 2%;
    }

    .page3 ul li {
        margin-right: 0;
    }

    .pa_04 h4 {
        margin: 20px 0;
    }

    .pa_05t .new_box .new_b a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .fz_back {
        /* background: url(../img/fz_img01.png) no-repeat 150% center; */
        transition: all .8s;
    }

    .swiper_cl03 {
        margin: 50px 0;
    }

    .main {
        width: 850px;
        margin-left: 18%;
    }

    .syke_ig .sy_bl01 {
        top: 66%;
    }

    .syke_ig .sy_bl02 {
        top: 46.5%;
    }

    .syke_ig .sy_bl03 {
        top: 60.5%;
        right: 4%;
    }

    .syke_ig .sy_bl04 {
        top: 30%;
        right: 4%;
    }

    .syke_ig .sy_bl06 {
        top: 15%;
        right: 4%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1099px) {
    .g_box {
        padding: 2vw 0;
    }

    .fz_back {
        /* background: url(../img/fz_img01.png) no-repeat 170% center; */
        transition: all .8s;
    }

    .swiper_cl03 {
        margin: 50px 0;
    }

    .main {
        width: 850px;
        margin-left: 15%;
    }

    .syke_ig .sy_bl01 {
        top: 65%;
    }

    .syke_ig .sy_bl02 {
        top: 45.5%;
    }

    .syke_ig .sy_bl03 {
        top: 60.5%;
        right: 4%;
    }

    .syke_ig .sy_bl04 {
        top: 29%;
        right: 4%;
    }

    .syke_ig .sy_bl06 {
        top: 14%;
        right: 4%;
    }
}

@media (max-width: 999px) {
    .main {
        width: 90%;
        margin: 0 auto;
    }

    .main2 {
        padding-left: 0;
    }

    .main3 {
        width: 90%;
    }

    .pc {
        display: none !important;
    }

    .tel {
        display: block !important;
    }

    .banner_tex {
        width: 96%;
    }

    .banner_tex a {
        font-size: 16px;
    }

    .banner_tex p {
        line-height: 1;
        font-size: 12px;
    }

    .banner_tex .banner_ {
        height: 75px;
    }

    .banner_tex .ig_02 {
        width: 100px;
    }

    /* 手机 */

    header {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .index_header {
        left: 5%;
    }

    header .th_nav {
        height: 60px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .th_logo {
        display: block;
        width: auto;
    }

    .th_logo img {
        width: 65%;
    }

    .th_bt img {
        width: 30px;
    }

    .th_hk {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        right: -100%;
        transition: all .5s;
        width: 100vw;
        height: 100vh;
        z-index: 1000;
    }

    .th_hk .th_fr {
        width: 80%;
        height: 100%;
        background-color: #fff;
        overflow-y: scroll;
        padding-top: 80px;
        position: relative;
    }

    .th_hk .th_fr .th_gb {
        position: absolute;
        top: 5%;
        right: 5%;
        cursor: pointer;
    }

    .th_hk .on {
        line-height: 60px;
    }

    .th_hk .on a {
        font: 18px/60px '微软雅黑';
        padding-left: 3vw;
    }

    .th_hk .active>a,
    .th_hk .on:hover>a {
        display: block;
        width: 100%;
        line-height: 60px;
        background-color: #eee;
        color: #0061DE;
        font-weight: bold;
    }

    .th_hk .on ul {
        display: none;
    }

    .th_hk .active ul {
        display: block;
        height: auto;
    }

    .th_hk .active ul li {
        line-height: 60px;
    }

    .th_hk .active ul li a {
        display: block;
        line-height: 60px;
        padding-left: 30px;
    }

    .th_hk .active ul li .on_three {
        display: none;
    }

    .th_hk .active ul li .on_three p {
        padding-left: 20px;
    }

    .th_hk .active ul li .on_three p a {
        font-size: 16px;
    }

    .th_hk .active ul li .on_three .three_active {
        background-color: #eee;
    }

    .th_hk .active ul li .on_three .three_active a {
        color: #0061DE;
    }

    .th_hk .active ul li a:hover {
        background-color: #eee;
        color: #0061DE;
        font-weight: bold;
    }

    .th_hk .active ul .h_active>a {
        background-color: #eee;
        color: #0061DE;
    }

    .th_hk .active ul .h_active .on_three {
        display: block;
    }

    .th_nav .bt02 {
        display: flex;
        align-items: center;
        text-align: center;
        margin-right: 10%;
    }

    .th_nav .bt02 a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .th_nav .bt02 .active {
        color: #fff;
        background: url(../image/btn03.png) no-repeat;
        background-size: 100% 100%;
    }

    .sw_04 {
        position: relative;
        height: 100%;
    }

    .sw_04 .sw_04t {
        text-align: center;
    }

    .tel_title {
        text-align: center;
        margin-top: 70px;
    }

    .tel_title h6 {
        font-size: 20px;
        font-family: 'Rany';
        font-weight: 300;
        line-height: 1.2;
    }

    .tel_title h5 {
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.4;
    }

    .tel_title h5 span {
        display: block;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        background-color: #0061DE;
        margin: 0 10px;
    }

    .tel_title b {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
    }

    .sw_04t h4 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }

    .sw_04t i {
        font-size: 12px;
        margin-top: 10px;
        color: #2D2C2C;
        opacity: .6;
    }

    .sw_04t ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sw_04t ul li {
        padding: 3px 10px;
        font-weight: bold;
        color: #0061DE;
        border: 1px solid #0061DE;
        border-radius: 20px;
        margin: 10px 5px 5px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sw_04t p {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 1px;
    }

    .section .ckxq_0 {
        width: 100px;
        height: 30px;
        line-height: 28px;
        margin: 0 auto;
        margin-top: 5px;
        font-size: 14px;
    }

    .page2 {
        background: url(../image/tel_page02.png) no-repeat center;
        background-size: 100% 100%;
    }

    .sw_04sl {
        height: 100%;
    }

    .sw_04b {
        height: 100%;
        position: relative;
        margin-top: 20px;
    }

    .sw_04b .swiper05 {
        width: 100%;
        overflow: hidden;
        position: absolute;
        top: 5%;
        left: 0;
    }

    .sw_04b .swiper05>img {
        width: 100%;
    }

    .sw_04b .swiper05 .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sw_04b .swiper05 .swiper-slide img {
        height: 300px;
    }

    .sw_04b .swiper05 .swiper-slide .b_t {
        display: none;
    }

    .sw_04b .swiper05 .swiper-slide-active .b_t {
        display: block;
        background: url(../image/b_title.png) no-repeat;
        background-size: 100% 100%;
        color: #fff;
        width: 140px;
        font-size: 12px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
    }

    .sw_04 .swiper-button-next,
    .sw_04 .swiper-container-rtl .swiper-button-prev {
        width: 40px;
        height: 40px;
        top: 25%;
        background: url(../image/fr01.png) no-repeat;
        background-size: 100% 100%;
    }

    .sw_04 .swiper-button-prev,
    .sw_04 .swiper-container-rtl .swiper-button-next {
        width: 40px;
        height: 40px;
        top: 25%;
        background: url(../image/fl01.png) no-repeat;
        background-size: 100% 100%;
    }

    .t_03>p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
        color: #3A3E46;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 8;
    }

    .page3 {
        background: url(../image/tel_gy01.png) no-repeat;
        background-size: 100% 100%;
    }

    .page3 ul {
        justify-content: space-between;
    }

    .page3 ul li {
        width: 30%;
        margin-right: 0;
    }

    .t_03 .vo {
        width: 100%;
        position: relative;
    }

    .t_03 .vo .t_vo {
        width: 100%;
    }

    .t_03 .vo .bt_vo {
        width: 50px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .t_03 .vo .zs_vo {
        width: 30%;
        position: absolute;
        right: -5%;
        bottom: -5%;
    }

    .section .ckxq_1 {
        margin: 10px auto;
    }

    .page3 ul li span {
        font-size: 20px;
    }

    .page3 ul li sub {
        font-size: 0.6rem;
        bottom: 2px;
        left: 45px;
    }

    .page3 ul li sup {
        top: -5px;
        left: 30px;
    }

    .page4 {
        /* background: url(../img/tel_jr01.png) no-repeat; */
        /* background-size: 100% 100%; */
    }

    .page4>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page4 .t_04 {
        position: absolute;
        top: 20px;
        left: 0;
    }

    .t_04 .tel_title b {
        display: inline-block;
        font-weight: bold;
        color: #fff;
        background-color: #0061DE;
        border-bottom-left-radius: 12px;
        border-top-right-radius: 12px;
        margin-top: 8px;
        padding: 5px 20px;
    }

    .t_04 p {
        font-size: 18px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .t_04 p span {
        font-weight: bold;
        color: #0061DE;
    }

    .pa_05t {
        height: auto;
        padding-top: 0;
    }

    .pa_05t .new_box {
        display: block;
        margin-top: 20px;
    }

    .pa_05t .new_box .new_b {
        width: 100%;
        margin-bottom: 15px;
        align-items: baseline;
    }

    .pa_05t .new_box .new_b .new_date {
        width: 10%;
    }

    .pa_05t .new_box .new_b .new_date b {
        font-size: 16px;
    }

    .pa_05t .new_box .new_b .new_date i {
        font-size: 12px;
    }

    .pa_05t .new_box .new_b a {
        font-size: 12px;
        line-height: 1.5;
        margin-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pa_05t .new_box .new_bs {
        display: none;
    }

    .pa_05b {
        padding-top: 15px;
        position: relative;
    }

    .fo_box .fo_fl {
        width: 100%;
    }

    .fo_box .d_logo {
        display: block;
        width: 300px;
    }

    .fo_box .d_logo img {
        width: 60%;
    }

    #ul_01 {
        width: 240px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #ul_01 li {
        width: 60px;
    }

    #ul_one p {
        line-height: 1.5;
    }

    .t_bq .t_qr {
        display: flex;
        justify-content: flex-start;
        margin-top: 1%;
        margin-bottom: 3%;
    }

    .t_bq .t_qr li {
        width: 80px;
        text-align: center;
        margin-right: 10px;
    }

    .t_bq .t_qr li img {
        width: 60px;
        margin-bottom: 2px;
    }

    .t_bq .t_qr li p {
        font-size: 12px;
        color: #fff;
        opacity: 0.6;
    }

    .t_bq .t_text {
        display: flex;
        align-items: center;
        /* margin-bottom: 5px; */
    }

    .t_bq .t_text li {
        margin-right: 10px;
    }

    .t_bq .t_text li a {
        font-size: 12px;
        color: #fff;
        opacity: 0.6;
    }

    .t_bq>p {
        font-size: 12px;
        color: #fff;
        opacity: 0.6;
        line-height: 1.5;
    }

    .t_bq>p a {
        font-size: 12px;
        color: #fff;
    }

    /* 内页 cp01 开始 */
    .tel_navback {
        width: 100%;
        /* background-color: rgba(255, 255, 255, 0.4); */
        background-color: #fff;
        box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    }

    .n_title h5 {
        font-size: 18px;
        padding-top: 30px;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .n_banner {
        margin-top: 60px;
    }

    .n_banner .n_ig .nb_text b {
        font-size: .9rem;
        letter-spacing: 1px;
    }

    .n_banner .n_ig .nb_text p {
        font-size: .6rem;
    }

    .n_banner .n_ig .nb_text span {
        width: 10px;
        height: 3px;
        margin: 8px 0;
    }

    .n_banner .n_ig .nb_text i {
        font-size: 12px;
    }

    .n_banner .n_ig .nb_text01 {
        transform: translateY(0);
        top: 42%;
        left: 5%;
    }

    .n_banner .n_ig .nb_text07 {
        transform: translateY(0);
        top: 38%;
        left: 5%;
    }

    .n_jz .b_box {
        margin-top: 0;
        justify-content: space-between;
    }

    .n_jz .s_box p {
        font-size: 14px;
        margin-top: 10px;
    }

    .n_jz .s_box i {
        line-height: 1.2;
        font-size: 14px;
    }

    .n_jz .s_box {
        width: 48%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .n_jz .s_box .jz_ig .jz_back {
        height: 70%;
    }

    .tel_keshi {
        width: 100%;
        padding-top: 18%;
        overflow: hidden;
    }

    .tel_keshi .tel_dingw {
        width: 375px;
        position: relative;
        margin: 0 auto;
        transition: all .8s;
    }

    .tel_keshi .tel_dingw>img {
        width: 100%;
    }

    .t_ic {
        width: 100px;
        height: 48px;
        display: flex;
        align-items: center;
        box-shadow: 10px 10px 20px 1px rgb(0 0 0 / 5%);
        border-radius: 8px;
        padding: 0 5px;
        position: absolute;
        transform: scale(.9);
    }

    .t_ic01 {
        top: 32.5%;
        right: 73%;
    }

    .t_ic02 {
        top: 50.5%;
        right: 73%;
    }

    .t_ic03 {
        top: 70%;
        right: 73%;
    }

    .t_ic04 {
        top: 17%;
        left: 73%;
    }

    .t_ic05 {
        top: 35.5%;
        left: 73%;
    }

    .t_ic06 {
        top: 54%;
        left: 73%;
    }

    .t_ic:hover img,
    .t_ic .bai {
        display: none;
    }

    .t_ic .ic {
        /* width: 30px; */
        width: 20px;
        /* margin-right: 5px; */
        margin-right: 0px;
    }

    .t_ic p {
        font-size: 12px;
        margin-top: 0;
        line-height: 1;
        margin-left: -10px;
        transform: scale(.6);
    }

    .t_ic04 p {
        margin-left: -22px;
    }

    .t_ic:hover {
        background-color: #0061DE;
    }

    .t_ic:hover .bai {
        display: block;
    }

    .t_ic:hover p {
        color: #fff;
    }

    .dks {
        padding-bottom: 0;
    }

    .n_sh .sh_text .sh_li {
        margin-bottom: 36px;
    }

    .n_sh .sh_text .sh_li img {
        width: 30px;
    }

    .n_sh .sh_text .sh_li i {
        font-size: 14px;
        line-height: 1.5;
    }

    .n_sh .sh_text .sh_li p {
        font-size: 18px;
        line-height: 1.5;
    }

    .pxyy .px_top {
        width: 100%;
    }

    .pxyy .px_top b {
        font-size: 18px;
    }

    .pxyy .px_top p {
        font-size: 14px;
    }

    .pxyy form {
        width: 100%;
        padding: 20px;
    }

    .pxyy .px_bot .inp {
        width: 100%;
    }

    .pxyy .px_bot .inp p {
        margin-left: 16px;
    }

    .pxyy .px_bot .inp input {
        width: 60%;
        height: 40px;
        line-height: 40px;
    }

    .pxyy .btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .pxyy .px_bot .in_te textarea {
        width: 60%;
    }

    /* 内页 cp01 结束 */

    /* 内页 cp02-06 开始 */
    .qj_box {
        margin-top: 10px;
        padding: 0;
        padding-bottom: 20px;
    }

    .tel_nkeshi {
        position: relative;
    }

    .tel_nkeshi .n_title {
        position: absolute;
    }

    .nke_dingw {
        width: 100%;
    }

    .nke_dingw>img {
        width: 100%;
    }

    .syke_ig .sy_text {
        width: 80%;
        left: 50%;
        top: 16%;
        transform: translateX(-50%);
    }

    .syke_ig .sy_text01 {
        justify-content: space-evenly;
    }

    .syke_ig .sy_text .n_ic {
        width: 130px;
        height: 40px;
        margin-bottom: 10px;
    }

    .syke_ig .sy_text .nsy_ic01 {
        opacity: .3;
    }

    .syke_ig .sy_text .n_ic .ic {
        width: 20px;
    }

    .syke_ig .sy_text .nsy_ic p {
        font-size: 12px;
        line-height: 1;
        transform: scale(.8);
        width: 78%;
        margin-left: -0px;
    }

    .syke_ig .sy_text .nsy_ic01 p {
        transform: scale(.6);
        width: 78%;
        margin-left: -20px;
    }

    .syke_ig .sy_bl {
        width: 100px;
    }

    .syke_ig .sy_bl p {
        height: 40px;
        /* line-height: 40px; */
        line-height: 1;
        font-size: 12px;
        font-weight: normal;
    }

    .syke_ig .sy_bl img {
        width: 15px;
    }

    .nke_dingw .nk_ic {
        width: 15px;
        position: absolute;
        animation: shandong 1s infinite;
    }

    .nke_dingw .nk_ic img {
        width: 100%;
    }

    /* 泌尿点 */
    .nke_dingw .nk_ic01 {
        bottom: 14%;
        left: 48%;
    }

    /* 普通外科点 */
    .nke_dingw .nk_ic02 {
        bottom: 23%;
        left: 50%;
    }

    /* 妇科点 */
    .nke_dingw .nk_ic03 {
        bottom: 16.5%;
        left: 45.5%;
    }

    /* 胸外点 */
    .nke_dingw .nk_ic04 {
        bottom: 35%;
        left: 56%;
    }

    /* 骨科点 */
    .nke_dingw .nk_ic05 {
        bottom: 37%;
        left: 45%;
    }

    /* 耳鼻喉点 */
    .nke_dingw .nk_ic06 {
        bottom: 46%;
        left: 48%;
    }


    /* 泌尿 隐藏框 */
    .syke_ig .sy_bl01 {
        top: 81%;
        right: 70%;
    }

    /* 普通外科 隐藏框 */
    .syke_ig .sy_bl02 {
        top: 72%;
        right: 70%;
    }

    /* 妇科 隐藏框 */
    .syke_ig .sy_bl03 {
        top: 78.5%;
        left: 72%;
    }

    /* 胸外 隐藏框 */
    .syke_ig .sy_bl04 {
        top: 60%;
        left: 72%;
    }

    /* 骨科 隐藏框 */
    .syke_ig .sy_bl05 {
        top: 58%;
        right: 70%;
    }

    /* 耳鼻喉 隐藏框 */
    .syke_ig .sy_bl06 {
        top: 49%;
        left: 72%;
    }


    /* 泌尿 线 */
    .syke_ig .line01 {
        width: 20%;
        top: 84.5%;
        right: 51%;
    }

    /* 普通外科 线 */
    .syke_ig .line02 {
        width: 22%;
        top: 75.5%;
        right: 49%;
    }

    /* 妇科科 线 */
    .syke_ig .line03 {
        width: 22%;
        top: 82%;
        left: 48%;
    }

    /* 胸外 线 */
    .syke_ig .line04 {
        width: 12%;
        top: 63.5%;
        left: 59%;
    }

    /* 骨科 线 */
    .syke_ig .line05 {
        width: 17%;
        top: 61.5%;
        right: 54%;
        transform: rotate(0);
    }

    /* 耳鼻喉 线 */
    .syke_ig .line06 {
        width: 19%;
        top: 52.5%;
        left: 51%;
    }

    @keyframes shandong {
        20% {
            transform: scale(.6);
        }

        40% {
            transform: scale(.7);
        }

        60% {
            transform: scale(.8);
        }

        80% {
            transform: scale(.9);
        }

        100% {
            transform: scale(1);
        }
    }

    .tel_cp02 .ad_box {
        margin-bottom: 20px;
    }

    .tel_cp02 .ad_box>img {
        width: 100%;
        transition: all .8s;
    }

    .tel_cp02 .ad_box>img:hover {
        transform: scale(1.05);
        transition: all .8s;
    }

    .tel_cp02 .ys_tex .ys_ti {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .tel_cp02 .ys_tex .ys_ti img {
        margin-right: 10px;
    }

    .tel_cp02 .ys_tex .ys_ti h5 {
        font-size: 18px;
    }

    .tel_cp02 .ys_tex .ys_b01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tel_cp02 .ys_tex .ys_b01 .ys_b02 {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .tel_cp02 .ys_tex .ys_b01 .ys_b03 {
        width: 48%;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .tel_cp02 .ys_tex .ys_b01 img {
        width: 45px;
        margin-right: 10px;
        transition: all .8s;
    }

    .tel_cp02 .ys_tex .ys_b01 img:hover {
        transform: rotate(360deg);
        transition: all .8s;
    }

    .tel_cp02 .ys_tex .ys_b01 p {
        font-size: 12px;
        font-weight: normal;
    }

    .tel_cp02 .ys_tex .ys_b01 i {
        display: block;
        font-size: 12px;
        font-weight: normal;
    }

    .sp_box .vedio_back .c02_vedio {
        width: 50%;
        top: 60%;
        height: auto;
    }

    .sp_box .vedio_back .c02_vedio .c02_bf {
        width: 20%;
    }

    .sp_box .vedio_back .c02_zs img {
        width: 25%;
    }

    .sp_box .vedio_back .c02_zs {
        bottom: 5%;
        left: 16%;
    }

    .n_page5 {
        /* margin-top: 30px; */
    }

    /* 内页 cp02-06 结束 */

    /* 内页 cl01-03 开始 */
    .tz03_a {
        padding-top: 20px;
    }

    .tz03_a li {
        /* height: 40px; */
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        margin: 0 5px;
    }

    .tz03_a li a {
        /* line-height: 40px; */
        line-height: 1;
        font-size: 12px;
        transform: scale(.9);
    }

    .cl01_big>p {
        font-size: 14px;
        margin: 20px 0;
    }

    .tel_c01 {
        width: 375px;
        margin: 0 auto;
    }

    .tel_c01>p {
        font-size: 14px;
    }

    .tel_c01 .c01_flex {
        margin-top: 80px;
        margin-bottom: 100px;
        display: flex !important;
    }

    .tel_c01 .c01_dingwei {
        width: 58%;
        position: relative;
    }

    .tel_c01 .ig_left {
        width: 42%;
        position: relative;
    }

    .tel_c01 .ig_left img {
        width: 100%;
    }

    .tel_c01 .ig_left .num {
        text-align: center;
        position: absolute;
        left: 5%;
    }

    .tel_c01 .ig_left .num01 {
        /* top: 20%; */
        top: 5%;
    }

    .tel_c01 .ig_left .num02 {
        /* top: 35%; */
        top: 25%;
    }

    .tel_c01 .ig_left .num03 {
        /* top: 60%; */
        top: 65%;
    }

    .tel_c01 .ig_left .num04 {
        /* top: 75%; */
        top: 85%;
    }

    .num {
        width: 70px;
    }

    .num span {
        font-weight: bold;
        color: #0061DE;
        font-size: 18px;
    }

    .num sub {
        font-size: 12px;
        color: #0061DE;
        position: relative;
        top: -2px;
    }

    .num sup {
        font-size: 12px;
        color: #0061DE;
    }

    .num p {
        font-size: 14px;
    }

    .tel_c01 .right {
        flex: 1;
        width: 58%;
    }

    .e_box {
        position: absolute;
        transform: scale(.5);
        left: -55%;
    }

    .e_box>img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        object-fit: cover;
    }

    .e_box:hover {
        transform: scale(.55);
    }

    .e_box01 {
        top: -15%;
    }

    .e_box02 {
        top: 5%;
    }

    .e_box03 {
        top: 25%;
    }

    .e_box04 {
        top: 44%;
    }

    .e_box05 {
        top: 64%;
    }

    .e_box06 {
        top: 84%;
    }

    /* 医工结合 */

    .yg_box {
        display: block;
    }

    .yg_box .left,
    .yg_box .right {
        width: 100%;
    }


    .yg_box .left {
        margin-left: 0;
        padding-left: 0;
    }

    .yg_map>img {
        width: 100%;
    }

    .yg_map .bo_ {
        transform: scale(.6);
    }

    .swiper_yljg {
        padding-bottom: 20px;
    }

    .yg_box .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
        left: 0;
    }

    .yg_box .ys_ti .yg_text h5 {
        font-size: 16px;
        line-height: 1.5;
    }

    .yg_box .ys_ti .yg_text p {
        line-height: 1.5;
    }

    .yg_box .ys_ti img {
        padding-bottom: 0;
        margin-right: 8px;
    }

    .yg_box .yg_icon {
        justify-content: space-between;
    }

    .yg_box .yg_icon .y_ic p {
        font-size: 12px;
        line-height: 1.5;
    }

    .yg_box .yg_icon .y_ic img {
        width: 100%;
    }

    /* c03 */
    .zk_box {
        margin-bottom: 20px;
    }

    .cl03_title {
        padding: 20px;
        background: url(../image/cl03_back04.png) no-repeat center;
        margin-bottom: 0;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .cl03_title .ig {
        margin-left: 10px;
    }

    .cl03_title .ig .jiant {
        width: 30px;
    }

    .cl3_tex h5 a {
        font-size: 16px;
    }

    .cl3_tex p {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .cl03_back01 {
        background: url(../image/cl03_back05.png) no-repeat center;
    }

    .cl03_title01 h5 {
        font-size: 20px;
    }

    .swiper_cl03 {
        margin: 0;
    }

    .sw_back {
        height: 200px;
        background-size: 101% 100%;
        border-top-left-radius: 32px;
        border-bottom-right-radius: 32px;
        border: 1px solid #A5C3EA;
    }

    .sw_back strong {
        display: block;
        font-size: 20px;
        line-height: 2;
    }

    .sw_back b {
        font-size: 16px;
    }

    .sw_back p {
        font-size: 12px;
        line-height: 1.5;
    }

    .cl03_lj>p {
        font-size: 14px;
        line-height: 2;
    }

    .cl03_lj .cl03_ig01 {
        margin-top: 20px;
    }

    .cl03_xyg {
        margin-bottom: 0;
    }

    /* 内页 cl01-03 结束 */

    /* 内页 关于思哲睿 开始 */
    .n_banner .n_ig .nb_text05 {
        transform: translateY(0);
        top: 38%;
        left: 5%;
    }

    .tz03_b {
        flex-wrap: wrap;
        justify-content: normal;
    }

    .tz03_b li {
        width: 32%;
        margin: 0 1% 2% 0;
        overflow: hidden;
    }

    .gsjj_title {
        margin-bottom: 10px;
    }

    .gsjj_title span {
        display: block;
        font-weight: bolder;
        color: #0061DE;
        font-size: 30px;
        font-family: 'Rany';
        line-height: 1.2;
    }

    .gsjj_title p {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }

    .tel_gsjj {}

    .tel_gsjj>p {
        font-size: 14px;
        line-height: 1.5;
    }

    .video_box {
        width: 100%;
        margin: 30px 0;
    }

    .video_box .gy_bt01 {
        width: 30px;
    }

    .video_box .gy_zs01 {
        width: 50px;
        bottom: -14%;
        right: -5%;
    }

    .gy_ig {
        margin: 20px 0;
    }

    /* 企业文化 */
    .gy_whbox {
        height: 380px;
        background: url(../image/tel_qywh01.png) no-repeat center;
        flex-direction: column;
    }

    .gy_whbox .wh_lis02 {
        border: none;
    }

    .gy_whbox .wh_lis {
        width: 100%;
    }

    .gy_whbox .wh_lis p {
        left: 70%;
        bottom: 20%;
        font-size: 18px;
        transform: translateX(0);
    }

    .gy_whbox .wh_lis i {
        left: 70%;
        transform: translateX(0);
    }

    .gy_whbox .wh_lis .line {
        left: 70%;
        bottom: 50%;
        transform: translateX(0);
    }

    .gy_whbox .wh_lis>img {
        transform: translateX(0);
        width: 60px;
        left: 0;
    }

    .gy_whbox .wh_lis:hover p {
        font-size: 14px;
        left: 35%;
        bottom: 50%;
        transform: translateX(0);
    }

    .gy_whbox .wh_lis:hover i {
        font-size: 12px;
        left: 15%;
        bottom: 32%;
        transform: translateX(0) scale(.7);
    }

    .gy_whbox .wh_lis:hover .line {
        left: 36%;
        bottom: 16%;
        transform: translateX(0);
    }

    .gy_whbox .wh_lis:hover>img {
        left: 10%;
        transform: translateX(0);
    }

    /* 企业分支 */
    .n_title02 {
        display: block;
    }

    .n_title02 ul {
        width: 100%;
        margin-top: 20px;
    }

    .fz_back {
        background: none;
        height: auto;
    }

    .fz_box {
        flex-direction: column;
    }

    .fz_box .fz_fl {
        width: 90%;
        margin-left: 5%;
    }

    .fz_box .n_title03 {
        padding-top: 0;
        margin-top: 20px;
    }

    .fz_box .fz_fl p {
        margin-top: 20px;
    }

    .n_title03 .n_t03 h6 {
        font-size: 18px;
    }

    .fz_box .ig_ {
        /* margin-top: -40px; */
        margin-bottom: -40px;
    }

    .fz_box .ig_ img {
        display: block;
        width: 100%;
    }

    .lc_back {
        width: 90%;
        /* height: 450px; */
        max-height: 590px;
        margin: 0 auto;
        background: none;
    }

    .lc_dy {
        display: none;
    }

    .lc_box .lc_text {
        width: 100%;
        margin-left: 0;
    }

    .lc_box .lc_text .lc_nf {
        width: 100%;
        top: 14%;
        left: 0;
    }

    .lc_box .lc_text .lc_p img {
        margin-right: 10px;
    }

    .lc_box .lc_text .lc_p p {
        line-height: 2;
    }

    .bt_box {
        bottom: 2%;
        left: 0;
    }

    .bt_box #bt_fl:hover,
    .bt_box #bt_fr:hover,
    .bt_box #bt_fl,
    .bt_box #bt_fr {
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
    }

    /* 荣誉资质 */
    .rrzz_box {
        width: 100%;
    }

    .swiper_rz {
        margin: 0;
    }

    .rrzz_box .swiper-button-prev:hover,
    .rrzz_box .swiper-button-next:hover,
    .rrzz_box .swiper-button-prev,
    .rrzz_box .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
    }

    .rz_ul {
        width: 100%;
        justify-content: space-between;
    }

    .rz_ul .rz_li {
        width: 48%;
        margin: 15px 0;
        padding: 0;
        height: 120px;
    }

    .rz_ul .rz_li b {
        font-size: 16px;
    }

    .rz_ul .rz_li p {
        font-size: 12px;
        line-height: 1.5;
    }

    /* 内页 关于思哲睿 结束 */

    /* 内页新闻 开始 */

    .new01_big ul {
        margin-bottom: 30px;
    }

    .new01_big ul li {
        padding: 20px;
        flex-direction: column;
        align-items: normal;
        justify-content: normal;
        border: 1px solid #eee;
        margin-bottom: 20px;
    }

    .new01_big ul li .new01_ig01 {
        width: 100%;

    }

    .new01_big ul li .new01_text {
        width: 100%;
    }

    .new01_big ul li .new01_jt {
        display: none;
    }

    .new01_big ul li .new01_text h5 {
        font-size: 18px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .new01_big ul li .new01_text i {
        line-height: 30px;
    }

    #feny {
        margin-bottom: 40px;
    }

    #feny li {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    #feny li:last-child,
    #feny li:first-child {
        padding: 0 10px;
    }

    #feny li p {
        font-size: 12px;
    }

    /* 新闻详情页 */
    .new02_box .new02_fr {
        display: none;
    }

    .new02_box .new02_fl {
        width: 100%;
    }

    .new02_box .new02_fl h5 {
        font-size: 18px;
        margin: 15px 0;
    }

    .new02_box .new02_fl img {
        width: 100% !important;
        height: auto !important;
    }

    .new02_box .new02_fl i {
        font-size: 14px;
    }

    .new02_box .new02_fl h6 {
        margin: 15px 0;
    }

    .new02_box .new02_fl .new02_ig {
        margin-bottom: 20px;
    }

    .new02_box .new02_fl .line {
        margin: 20px 0;
    }

    .new02_fl .n_box .n_fr {
        width: 160px;
        height: 40px;
        line-height: 40px;
    }

    /* 新闻瀑布流 */
    .pb_box {
        column-count: 1;
        column-gap: 40px;
        margin-top: 30px;
    }

    .pb_list .p_b .p_text .te_fl b {
        font-size: 32px;
    }

    .pb_list .p_b .p_text .te_fr p {
        font-size: 16px;
    }

    .pb_list .p_b .te_bot .xq {
        font-size: 14px;
    }

    /* 联系我们 */
    .new03_map {
        margin: 20px 0;
    }

    .new03_map .lx_map {
        width: 100%;
        height: 200px;
    }

    .new03_map .lx_map img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .new03_map .new03_lo {
        width: 100px;
    }

    .new03_lx {
        display: block;
    }

    .new03_lx .lx_box {
        width: 100%;
    }

    .new03_lx .lx_box h5 {
        margin-bottom: 10px;
    }

    .new03_lx .lx_box .lx_ic b,
    .new03_lx .lx_box h5 {
        font-size: 16px;
    }

    .new03_lx .lx_box .lx_ic p {
        font-size: 14px;
        line-height: 1.5;
    }

    .new03_lx .lx_box .lx_ic img {
        margin-right: 15px;
    }

    /* 内页新闻 结束 */

    /* 加入我们 开始 */

    .jr_title {
        margin: 20px auto;
        padding: 20px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .jr_title>img {
        width: 30px;
    }

    .jr_title p {
        font-size: 14px;
        line-height: 1.5;
        margin-left: 15px;
    }

    .jr01_box {
        display: block;
    }

    .jr01_box .jr01_fr {
        width: 100%;
        margin-top: 10px;
    }

    .jr01_a {
        margin-bottom: 0;
    }

    .jr01_a .jr01_text {
        width: 100%;
        height: auto;
        position: static;
        margin-top: 20px;
    }

    .jr01_text b {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .jr01_text i {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .jr01_text p {
        font-size: 12px;
        line-height: 1.5;
    }

    .jr01_b .jr01_fr>img {
        width: 100%;
    }

    .jr02_fenl li {
        width: 32%;
    }

    .jr02_fenl li b,
    .jr02_fenl li p {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    /* 招聘 */
    .jr02_xiala {
        display: flex !important;
    }

    .xiala_box {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        width: 49%;
    }

    .xiala_box p {
        font-size: 14px;
        font-weight: bold;
        line-height: 40px;
        margin-right: 10px;
    }

    .xiala_box select {
        width: 90px;
        height: 40px;
        line-height: 40px;
        text-indent: 10px;
        border: 1px solid #0061DE;
        border-radius: 8px;
        background-color: transparent;
        /*隐藏select的下拉图标*/
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .xiala_box select option {
        line-height: 40px;
        text-indent: 10px;
    }

    .jr02_top {
        padding: 20px;
    }

    .jr02_top>b {
        font-size: 16px;
        line-height: 1.5;
    }

    .jr02_top .t_shang i {
        line-height: 30px;
        font-size: 12px;
    }

    .jr02_top .t_shang i span {
        margin: 0 8px;
    }

    .jr02_top .t_shang i img {
        width: 20px;
    }

    .jr02_bot {
        padding: 20px 20px 110px;
    }

    .jr02_bot .t_title {
        margin-top: 0;
    }

    .jr02_bot>p {
        font-size: 14px;
        line-height: 2;
    }

    .jr02_bot>.tr02_toud {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    /* 加入我们 结束 */
    /* 投资者联系 开始 */
    .tz01_box {
        display: block;
        margin-bottom: 0;
    }

    .tz01_box .tz01_l {
        width: 100%;
        padding: 30px;
        height: auto;
        margin-bottom: 20px;
    }

    .tz01_box .tz01_l img {
        width: 40px;
    }

    .tz01_box .tz01_l i {
        font-size: 16px;
        line-height: 2;
        margin-top: 0;
    }

    .tz01_box .tz01_l p {
        font-size: 14px;
    }

    /* tz02 */

    .g_box {
        background: url(../image/tel_tz02_back011.png) no-repeat center;
        background-size: 100% 100%;
        margin-top: 20px;
        padding: 20px 0;
    }

    .g_list {
        margin-top: 10px;
    }

    .g_list .new_box {
        padding: 20px 0;
    }

    .g_box .g_text {
        margin-left: 34%;
    }

    .g_list .new_b {
        width: 100%;
    }

    .g_box .g_text b i {
        display: none;
    }

    .g_box .g_text>p {
        font-size: 14px;
        line-height: 1.5;
    }

    .g_box .g_text b {
        font-size: 16px;
        line-height: 1.5;
    }

    .g_box .g_text b img {
        display: none;
    }

    .g_list .new_b .new_date {
        width: 40px;
        text-align: left;
    }

    .g_box .g_text .date p,
    .g_box .g_text .date i {
        font-size: 12px;
    }

    .g_list .new_b .new_date b {
        font-size: 16px;
    }

    .g_list .new_b a {
        flex: 1;
        font-size: 12px;
        line-height: 1.5;
        margin-left: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .g_list .new_box .g_ck {
        display: none;
    }

    /* tz03 */
    .tz03_back1 {
        background: none;
        padding-bottom: 20px;
    }

    .n_title03 {
        margin-top: 20px;
    }

    .tz03_ig1 {
        margin-top: 20px;
    }

    .tz03_ig1 img {
        width: 100%;
    }

    .sw_tz03 {
        width: 100%;
    }

    .tz03_top {
        margin: 10px 0;
    }

    .tz03_top b {
        font-size: 18px;
        line-height: 2;
        margin-right: 20px;
    }

    .tz03_top>img {
        display: none;
    }

    .tz03_top .tz03_d {
        display: flex;
        align-items: center;
    }

    .tz03_top .tz03_d p {
        padding: 0 10px;
        font-size: 12px;
        margin-top: 0;
        margin-right: 20px;
    }

    .tz03_top .tz03_d i {
        font-size: 12px;
    }

    .tz03_bot {
        padding: 20px;
    }

    .tz03_bot>b {
        font-size: 14px;
        line-height: 1.5;
    }

    .tz03_bot .t_tex img {
        margin-right: 8px;
    }

    .tz03_bot .t_tex p {
        font-size: 14px;
        line-height: 1.5;
        margin: 5px 0;
    }

    .sw_tz03box {
        overflow: visible;
        margin-top: 20px;
    }

    .sw_tz03box .swiper-button-prev:hover,
    .sw_tz03box .swiper-button-next:hover,
    .sw_tz03box .swiper-button-next,
    .sw_tz03box .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
        top: 110%;
    }

    .sw_tz03box .swiper-button-prev {
        left: 35%;
    }

    .sw_tz03box .swiper-button-next {
        right: 35%;
    }

    .tz03_back2 {
        padding-bottom: 80px;
    }

    .js_box {
        width: 100%;
    }

    .js_top {
        padding-left: 15px;
        background: url(../image/tel_tz03_back01.png) no-repeat center;
        background-size: 100% 100%;
        border-top-left-radius: 20px;
    }

    .js_top b {
        font-size: 16px;
        line-height: 2.5;
    }

    .js_top i {
        font-size: 12px;
        line-height: 1.5;
    }

    .js_top span {
        margin: 0 8px;
    }

    .js_top p {
        font-size: 14px;
        line-height: 1.5;
    }

    .js_bot {
        padding: 20px;
    }

    .js_bot b {
        font-size: 14px;
        line-height: 1.5;
    }

    .js_bot .t_tex>img {
        width: 8px;
    }

    .gj_box {
        padding: 0;
        margin-bottom: 50px;
    }

    .n_page5 .pa_05b {
        padding-bottom: 15px;
    }

    /* 投资者联系 结束 */


    /* banner 定位修改 */
    .n_banner .n_ig .nb_text01 {
        top: 35%;
    }

    .n_banner .n_ig .nb_text04,
    .n_banner .n_ig .nb_text02 {
        top: 22%;
    }

    .n_banner .n_ig .nb_text02 {
        width: 35%;
        right: 5%;
    }

    .n_banner .n_ig .nb_text03 {
        top: 22%;
        width: 35%;
        right: 5%;
    }

    /* 搜索结果 网站地图 开始 */
    .ss_inp {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .ss_inp button,
    .ss_inp input {
        height: 40px;
        line-height: 40px;
    }

    .ss_inp button {
        width: 80px;
    }

    .ss_ul {
        width: 100%;
        flex-wrap: wrap;
    }

    .ss_ul .lis {
        margin: 10px;
    }

    .g_list .new_box .new_ti {
        font-size: 16px;
    }

    .wz_box {
        padding: 20px;
    }

    .wz_box .wz_ic>img {
        display: none;
    }

    .wz_box .wz_ic {
        margin: 0;
    }

    .wz_box .wz_tex .wz_a span {
        margin: 0 10px;
    }

    /* 搜索结果 网站地图 结束 */
    /* 修改 */
    .fo_box {
        height: 200px;
    }

    .jr01_b .jr01_text04 {
        margin-bottom: 20px;
    }

    .new02_box .new02_fl .n_box {
        flex-direction: column;
    }

    .new02_box .new02_fl .n_box .n_fl {
        width: 100%;
    }

    .new02_box .new02_fl p a {
        width: 80%;
    }

    .new02_box .new02_fl .n_box .n_fl p {
        width: 100%;
        justify-content: space-between;
    }

    .new02_box .new02_fl .n_box .n_fl p a {
        width: 180px;
        display: block;
    }

    .yg_box .right .vedio_box .vedio {
        margin-top: 0px;
    }
}





@media screen and (min-width: 390px) and (max-width: 999px) {
    .tel_keshi .tel_dingw {
        transform: scale(1.1);
        transition: all .8s;
    }
}

@media (max-width: 374px) {
    .tel_keshi .tel_dingw {
        transform: scale(.9);
        transition: all .8s;
    }

    .tel_c01 {
        width: 350px;
        margin: 0 auto;
        transition: all .8s;
    }
}