@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden;
    font-size: 100%;
}

body {
    font: 14px "microsoft Yahei", "Arial", sans-serif;
    color: #333;
    line-height: 1.5;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
}

body,
form,
input,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style: none;
}

dl,
dt,
dd {
    display: block;
}

a {
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    outline: none;
}

input,
textarea {
    box-sizing: border-box;
    outline: none;
    border: 0;
    background: none;
    font: 14px "microsoft Yahei", "Arial", sans-serif;
    width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}

h2 {
    font-weight: 400;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

video {
    object-fit: cover;
}

/*文本框placeholder=""文字颜色*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #333;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before,
.wrap:before {
    content: "";
    display: table;
}

.cf:after,
after,
.header:after,
.main:after,
.footer:after,
.wrap:after {
    content: "";
    display: table;
    clear: both;
}

.cf,
.header,
.main,
.footer,
.wrap {
    *zoom: 1;
}

.clear {
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}

/*特殊字体*/
@font-face {
    font-family: "Conv_DIN_Bold";
    src: url("../fonts/DIN-Bold.eot");
    src: local("☺"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype"),
        url("../fonts/DIN-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Conv_DIN";
    src: url("../fonts/DIN-Regular.eot");
    src: local("☺"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype"),
        url("../fonts/DIN-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*预加载*/
.content_body {
    height: 100%;
    width: 100%;
}

.load_body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.load {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 5000;
    background: #fff;
}

.load .icon {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -45px 0 0 0;
}

.load .logo {
    text-align: center;
    margin-bottom: 20px;
}

.load .logo img {
    margin: 0 auto;
    width: 170px;
}

.load .heng {
    height: 2px;
    width: 0;
    background: #093090;
    transform-origin: left top;
}

/* 公用 */
.wrap {
    width: 1320px;
    margin: 0 auto;
}

.rotation-shim {
    display: none;
}

.header {
    position: fixed;
    left: calc(100vw / 16 * 1);
    top: 64px;
    z-index: 50;
    transition: 0.4s;
}

.header .logo {
    opacity: 1;
    transition: 0.6s;
    width: 165px;
    height: 50px;
    position: relative;
}

.header .logo img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 2s cubic-bezier(0.42, 0, 0.58, 1);
}

.header .logo .img1 {
    opacity: 1;
}

.header .logo .img2 {
    opacity: 0;
}

.header.header_on .logo {
    opacity: 0;
}

.header.header_no {
    opacity: 0;
}

.nav {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50;
    height: 21vh;
}

.nav .but_bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(100vw / 16 * 2);
    background: #073190;
    cursor: pointer;
    z-index: 20;
}

.nav .but_bg::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
}

.nav .but {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

.nav .but i {
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    margin-top: 23px;
    position: relative;
    transition: 0.4s;
}

.nav .but i:before,
.nav .but i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.6s;
}

.nav .but i:before {
    margin-top: -20px;
}

.nav .but i:after {
    margin-top: 20px;
}

.nav .nav_list {
    width: 0;
    height: 100%;
    padding-right: calc(100vw / 16 * 2);
    top: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    transition: all 1s;
    overflow: hidden;
}

.nav .ul_one {
    width: 100%;
    background: #073190;
    height: 100%;
    padding-left: calc(100vw / 16 * 1);
    white-space: nowrap;
}

.nav .ul_one ul {
    width: 100vw;
}

.nav .ul_one li {
    float: left;
    line-height: 21vh;
    /*padding-right: 90px;*/
    margin-left: 45px;
    margin-right: 45px;
    cursor: pointer;
}
.nav .ul_one li:first-child{
    margin-left: 0 !important;
}

.nav .ul_one li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: bold;
}

.nav .ul_one li span {
    font-size: 12px;
    margin-left: 8px;
    font-weight: 400;
    color: #fff;
    transform: rotate(90deg);
    display: inline-block;
    transition: 0.4s;
}

.nav .ul_one li.one a {
    color: rgba(255, 255, 255, 1);
}

.nav .ul_one li.one a span {
    transform: rotate(-90deg);
}

.nav .list {
    display: none;
    background: #021234;
    padding: 40px calc(100vw / 16 * 1);
    position: absolute;
    width: calc(100vw / 16 * 14);
    left: 0;
    top: 100%;
}

.nav .list .li {
    padding: 48px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 2;
}

.nav .list .li:last-child {
    border: none;
}

.nav .list .li b {
    float: left;
    display: block;
    font-size: 15px;
    color: #fff;
    min-width: 230px;
    padding-right: 20px;
}

.nav .list .li span {
    display: block;
    padding-left: 230px;
}

.nav .list .li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    padding-right: 70px;
    display: inline-block;
}

.nav .list .li a:hover {
    color: #fff;
}

.nav .list .li2 span {
    display: block;
    padding-left: 0;
}

.nav.nav_one .but i {
    background: transparent;
}

.nav.nav_one .but i:before {
    transform: rotate(45deg);
    margin: 0;
}

.nav.nav_one .but i:after {
    transform: rotate(-45deg);
    margin: 0;
}

.nav.nav_one .nav_list {
    width: 100vw;
    overflow: visible;
}

/*底部*/
.section_footer {
    width: 100%;
    height: 380px;
    background: #093090;
    position: absolute;
    z-index: 100;
    bottom: -380px;
    left: 0;
    transition: 0.6s;
}

.section_footer_on {
}

.section_footer .nav_ul {
    width: 100%;
    background: #073190;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 65px 0 28px 0;
}

.section_footer .nav_ul ul {
    display: flex;
    justify-content: space-between;
}

.section_footer .nav_ul li {
    float: left;
    margin-right: 30px;
}

.section_footer .nav_ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.section_footer .con {
    padding-top: 65px;
}

.section_footer .logo {
    width: 13.6%;
    float: left;
    padding-top: 10px;
}

.section_footer .logo img {
    float: left;
}

.section_footer .txt {
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    clear: both;
}

.section_footer .txt a {
    color: rgba(255, 255, 255, 0.6);
}

.section_footer .con_l {
    width: 45%;
    float: left;
    padding-left: 4%;
}

.section_footer .con_l .phone {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    padding-bottom: 4px;
}

.section_footer .con_l .phone b {
    font-size: 24px;
    color: #fff;
}

.section_footer .con_l .address {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    padding-bottom: 10px;
}

.section_footer .con_l .address b {
    font-size: 15px;
    color: #fff;
}

.section_footer .con_r {
    width: 40%;
    float: right;
    text-align: right;
}

.section_footer .con_r .fx a {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    margin-left: 20px;
    color: #fff;
    position: relative;
}

.section_footer .con_r .fx .iconfont {
    font-size: 20px;
}

.section_footer .con_r .fx a:hover {
    background: #fff;
    border-color: #fff;
}

.section_footer .con_r .fx a:hover .iconfont {
    color: #073190;
}

.section_footer .con_r .fx .ewm {
    position: absolute;
    width: 84px;
    padding: 8px;
    background: #fff;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transform: 0.4s;
}

.section_footer .con_r .fx .ewm::after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

.section_footer .con_r .fx .ewm img {
    width: 100%;
}

.section_footer .con_r .fx a:hover .ewm,
.section_footer .con_r .fx a:active .ewm {
    opacity: 1;
    visibility: visible;
}

.section_footer .con_r .txt {
    padding-top: 40px;
}

.bold{
    font-weight: bold !important;
}
/* 首页-公用 */
.t_right {
    position: fixed;
    right: 0;
    top: 21vh;
    height: 79vh;
    width: calc(100vw / 16 * 2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    z-index: 59;
}

.t_right .box {
    position: relative;
    height: 100%;
    transition: 0.6s;
}

.t_right .menu {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.t_right .menu li {
    padding: 8px 0;
}

.t_right .menu li a {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 2.5px;
    display: block;
}

.t_right .menu li.active a {
    height: 50px;
}

.t_right .icon_list {
    position: absolute;
    left: 50%;
    bottom: 75px;
    transform: translateX(-50%);
}

.t_right .icon_list .text {
    display: block;
    line-height: 1.2;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 4px;
    text-align: center;
}

.t_right .icon_list a {
    display: block;
    color: #fff;
    /* padding-top: 8px; */
    position: relative;
    text-align: center;
}

.t_right .icon_list a span {
    font-size: 18px;
}

/* .t_right .icon_list img{position: absolute; left: 0; top: 0; transition: 0.5s; opacity: 0;}
.t_right .icon_list .img1{opacity: 1;} */
.t_right .icon_list a.wx:hover b {
    display: block;
}

.t_right .icon_list a b {
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
    display: none;
}

.t_right .icon_list a b img {
    width: 100%;
}

.t_right.t_right_on .box {
    opacity: 0;
}

.t_right.t_right_no .box {
    opacity: 0;
}

.b_left {
    position: fixed;
    left: calc(100vw / 16 * 1);
    bottom: 80px;
    z-index: 50;
    animation: t_right_bottom 1.6s linear infinite;
    pointer-events: none;
}

.b_left span {
    display: block;
    font-size: 50px;
    color: #fff;
    transition: 1s;
}

@keyframes t_right_bottom {
    0% {
        transform: translateY(0);
        opacity: 0.6;
    }

    30% {
        transform: translateY(10px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 0.6;
    }
}

.in_main {
    z-index: 2;
    transform: translate3d(0px, 0px, 0px) !important;
}

.section {
    position: absolute;
    width: 100%;
}

.section.active {
    opacity: 1;
    z-index: 2;
}

.fp-viewing-1 .logo .img1 {
    opacity: 0;
}

.fp-viewing-1 .logo .img2 {
    opacity: 1;
}

.fp-viewing-1 .t_right .menu li a,
.fp-viewing-3 .t_right .menu li a,
.fp-viewing-5 .t_right .menu li a {
    background: #434343;
}

.fp-viewing-1 .t_right .icon_list .text,
.fp-viewing-3 .t_right .icon_list .text,
.fp-viewing-5 .t_right .icon_list .text {
    color: #666666;
}

.fp-viewing-1 .t_right .icon_list a,
.fp-viewing-3 .t_right .icon_list a,
.fp-viewing-5 .t_right .icon_list a {
    color: #073190;
}

.fp-viewing-1 .b_left span,
.fp-viewing-4 .b_left span,
.fp-viewing-6 .b_left span {
    color: #404040;
}

.fp-viewing-2 .b_left span,
.fp-viewing-5 .b_left span,
.fp-viewing-7 .b_left span {
    color: transparent;
}

/* 首页-第1屏-视频 */
.section1_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/in_bg01.jpg) no-repeat center;
    background-size: cover;
}

.section1_video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.section1_video video {
    width: 100%;
    height: 100%;
}

/* 首页-第1屏 */
.section1 .line {
    width: calc(100vw / 16 * 14);
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    left: 0;
    top: 21vh;
}

.section1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.section1 .div1 {
    position: absolute;
    z-index: 1;
    color: #fff;
    left: calc(100vw / 16 * 1);
    top: 50%;
}

.section1 .div1 h2 {
    font-size: 60px;
    line-height: 1;
    padding-bottom: 40px;
}

.section1 .div1 span {
    font-size: 20px;
}

.section1 .div2 {
    position: absolute;
    right: calc(100vw / 16 * 3);
    bottom: 75px;
    width: 200px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.section1 .div2 a {
    display: block;
    color: #fff;
}

.section1 .div2 .gp_l {
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    text-align: center;
}

.section1 .div2 .gp_l b {
    display: block;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
}

.section1 .div2 .gp_l span {
    display: block;
    font-weight: bold;
}

.section1 .div2 .gp_r {
    float: right;
    width: 23%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.section1 .div2 .gp_r span {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 90px;
}

/* 首页-第2屏 */
.section2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 21vh;
    left: 0;
    background: #efefef;
    z-index: 10;
}

.section2 .r_bg {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0%;
    width: calc(100vw / 16 * 2);
    height: 100%;
    background: #fff;
    border-left: 1px solid #efefef;
}

.section2 .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100vw / 16 * 14);
    height: 100%;
    pointer-events: none;
}

.section2 .bg .img {
    position: absolute;
    height: 100%;
    overflow: hidden;
}

.section2 .bg .img1 {
    right: 0;
    top: 0;
    width: calc(100vw / 16 * 8);
}

.section2 .bg .img2 {
    right: calc(100vw / 16 * 8);
    bottom: 0;
    width: calc(100vw / 16 * 6);
}

.section2 .bg .pic {
    position: absolute;
    width: 100%;
    height: 960px;
    right: 0;
    background: no-repeat right bottom;
    background-size: 100% auto;
}

.section2 .bg .img1 .pic {
    background-image: url(../images/in_s1_bg02.png);
    top: calc(100vh - 960px);
}

.section2 .bg .img2 .pic {
    background-image: url(../images/in_s1_bg01.png);
    bottom: 0;
}

.section2 .three_earth {
    pointer-events: none;
    z-index: 8;
    width: calc(100vw / 16 * 5.5);
    height: calc(100vw / 16 * 5.5);
    position: absolute;
    transform: translate(50%, 50%);
    right: calc(100vw / 16 * 3.5);
    bottom: 66vh;
}

.section2 .three_earth #canvasBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section2 .div1 {
    position: absolute;
    z-index: 10;
    left: calc(100vw / 16 * 6);
    padding-left: 60px;
    top: 50%;
    margin-top: -110px;
    line-height: 1.29;
}

.section2 .div1 h2 {
    color: #073190;
    font-size: 54px;
}

.section2 .div1 span {
    color: #262626;
    font-size: 54px;
}

.section2 .div2 {
    position: absolute;
    z-index: 10;
    left: calc(100vw / 16 * 6);
    bottom: 0;
    width: calc(100vw / 16 * 8);
}

.section2 .div2 li {
    float: left;
    width: 33.3%;
    text-align: center;
    box-sizing: border-box;
    padding: 70px 0 50px 0;
    color: #fff;
}

.section2 .div2 li b {
    display: block;
    font-size: 50px;
    font-family: "Conv_DIN_Bold";
}

.section2 .div2 li span {
    display: block;
    font-size: 16px;
}

/* 首页-第3屏 */
.section3 {
    color: #fff;
}

.section3 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/in_s3_bg1.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    z-index: 5;
    opacity: 0;
}

.section3 .div1 {
    position: relative;
    left: calc(100vw / 16 * 1);
    top: 30%;
    z-index: 10;
}

.section3 .div1 h2 {
    font-size: 58px;
    line-height: 1;
}

.section3 .div1 h2 br {
    display: none;
}

.section3 .div1 > span {
    font-size: 20px;
    padding: 30px 0 45px 0;
    display: block;
}

.section3 .div1 a {
    display: block;
    width: 240px;
    height: 50px;
    border: 1px solid #fff;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.section3 .div1 a span {
    padding-left: 10px;
}

.section3 .div1 a:hover {
    color: #073190;
    background: #fff;
}

.section3 .div2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100vw / 16 * 14);
    height: 225px;
    z-index: 10;
}

.section3 .div2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    left: 0;
    top: 0;
}

.section3 .div2 ul {
    padding: 50px 0 0 calc(100vw / 16 * 1);
}

.section3 .div2 li {
    float: left;
    width: calc(100vw / 16 * 4);
}

.section3 .div2 b {
    font-weight: bold;
    display: block;
    font-size: 32px;
}

.section3 .div2 i {
    font-size: 16px;
}

.section3 .div2 i br {
    display: none;
}

/* 首页-第4屏 */
.section4 .r_bg {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0%;
    width: calc(100vw / 16 * 2);
    height: 100%;
    background: #fff;
    border-left: 1px solid #efefef;
}

.section4 .div1 {
    width: calc(100vw / 16 * 8);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/in_s4_bg1.jpg) no-repeat center top;
    background-size: cover;
    animation: section4_div1 20s linear infinite;
    animation-direction: alternate;
}

@keyframes section4_div1 {
    0% {
        background-size: 115%;
    }

    100% {
        background-size: 130%;
    }
}

.section4 .div2 {
    width: calc(100vw / 16 * 6);
    height: 100%;
    position: absolute;
    left: calc(100vw / 16 * 8);
    bottom: 0;
    overflow: hidden;
}

.section4 .bg_zhiwen {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section4 .div3 {
    position: absolute;
    left: calc(100vw / 16 * 1);
    color: #fff;
    top: 30%;
    width: calc(100vw / 16 * 4);
}

.section4 .div3 h2 {
    font-size: 58px;
    line-height: 1;
}

.section4 .div3 > span {
    display: block;
    font-size: 20px;
    padding: 30px 0 40px 0;
}

.section4 .div3 a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.section4 .div3 a span {
    transition: all 0.4s;
}

.section4 .div3 a:hover span {
    padding-left: 10px;
    opacity: 0;
}

.section4 .div4 {
    position: absolute;
    left: calc(100vw / 16 * 4);
    bottom: 0;
    width: calc(100vw / 16 * 10);
}

.section4 .div4 .d1 {
    margin-left: 40%;
}

.section4 .div4 .d3 {
    margin-left: 60%;
}

.section4 .div4 .d_bg {
    width: 100%;
    height: 23.5vh;
    position: relative;
    overflow: hidden;
}

.section4 .div4 .d_box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section4 .div4 .d_box_li {
    position: absolute;
}

.section4 .div4 .d_box1 {
    top: 0;
    height: 100%;
}

.section4 .div4 .d_box1 .d_box_li {
    top: 0;
}

.section4 .div4 .d_box2 {
    width: 40%;
    left: 0;
}

.section4 .div4 .d_box2 .d_box_li {
    width: calc(100vw / 16 * 4);
    left: 0;
    height: 100%;
}

.section4 .div4 .d_box3 {
    width: 60%;
    right: 0;
}

.section4 .div4 .d_box3 .d_box_li {
    width: calc(100vw / 16 * 6);
    right: 0;
    height: 100%;
}

.section4 .div4 .d_box4 {
    bottom: 0;
    height: 100%;
}

.section4 .div4 .d_box4 .d_box_li {
    bottom: 0;
}

.in_box_list .li_a {
    width: calc(100vw / 16 * 2);
    height: 23.5vh;
    float: left;
}

.in_box_list .li_a a {
    background: no-repeat center;
    background-size: cover;
    display: block;
    padding: 32px 40px 0 40px;
    color: #fff;
    height: 100%;
    position: relative;
}

.in_box_list .li_a .tit {
    font-size: 20px;
    font-weight: bold;
    transition: all 0.4s;
}

.in_box_list .li_a .txt {
    font-weight: 300;
    padding-top: 6px;
}

.in_box_list .li_a .more {
    position: absolute;
    bottom: 34px;
    left: 40px;
    transition: all 0.4s;
}

.in_box_list .li_a .more span {
    font-size: 24px;
    line-height: 1;
}

.in_box_list .li_a2 a {
    color: #000;
}

.in_box_list .li_a2 .txt {
    color: #000;
}

.in_box_list .li_a a:hover .tit {
    padding-top: 10px;
}

.in_box_list .li_a a:hover .more {
    opacity: 0;
    transform: translateX(100px);
}

/* 首页-第5屏 */
.section5 {
    background: url(../images/in_s5_bg1_new.jpg) center no-repeat;
    background-size: cover;
}

/* .section5{background: url(../images/in_s5_bg1.jpg) center no-repeat; background-size: cover;animation: section5_bg 20s linear infinite;animation-direction:alternate;}
@keyframes section5_bg{
    0%{ background-size: 130%;}
    100%{ background-size: 115%; }
} */
.section5 .div1 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 47vh;
    width: calc(100vw / 16 * 14);
}

.section5 .div1_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(at center, #28c7ba, #1a867d);
}

.section5 #canvas_particle {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    background: #fff;
}

.section5 .div3 {
    position: absolute;
    left: calc(100vw / 16 * 8);
    color: #fff;
    bottom: 60%;
    width: calc(100vw / 16 * 4.8);
    padding-left: 80px;
    box-sizing: border-box;
    z-index: 10;
}

.section5 .div3 h2 {
    font-size: 58px;
    line-height: 1;
}

.section5 .div3 > span {
    display: block;
    font-size: 20px;
    padding: 30px 0 40px 0;
}

.section5 .div3 a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.section5 .div3 a span {
    transition: all 0.4s;
}

.section5 .div3 a:hover span {
    padding-left: 10px;
    opacity: 0;
}

.section5 .div4 {
    position: absolute;
    left: calc(100vw / 16 * 2);
    bottom: 0;
    width: calc(100vw / 16 * 8);
}

.section5 .div4 .d1 {
    margin-left: 25%;
}

.section5 .div4 .d3 {
    margin-left: 75%;
}

.section5 .div4 .d_bg {
    width: 100%;
    height: 23.5vh;
    position: relative;
    overflow: hidden;
}

.section5 .div4 .d_box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section5 .div4 .d_box_li {
    position: absolute;
}

.section5 .div4 .d_box1 {
    top: 0;
    height: 100%;
}

.section5 .div4 .d_box1 .d_box_li {
    top: 0;
}

.section5 .div4 .d_box2 {
    width: 50%;
    left: 0;
}

.section5 .div4 .d_box2 .d_box_li {
    width: calc(100vw / 16 * 4);
    left: 0;
    height: 100%;
}

.section5 .div4 .d_box3 {
    width: 50%;
    right: 0;
}

.section5 .div4 .d_box3 .d_box_li {
    width: calc(100vw / 16 * 4);
    right: 0;
    height: 100%;
}

.section5 .div4 .d_box4 {
    bottom: 0;
    height: 100%;
}

.section5 .div4 .d_box4 .d_box_li {
    bottom: 0;
}

/* 首页-第6屏 */
.section6 .r_bg {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0%;
    width: calc(100vw / 16 * 2);
    height: 100%;
    background: #fff;
    border-left: 1px solid #efefef;
}

.section6 .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.section6 .div1 li {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100vw / 16 * 14);
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center;
    transition: all 1s;
}

.section6 .div1 li.on {
    opacity: 1;
}

.section6 .div2 {
    position: absolute;
    z-index: 1;
    color: #fff;
    width: calc(100vw / 16 * 14);
    height: 100%;
}

.section6 .div2 li {
    float: left;
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.section6 .div2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
}

.section6 .div2 li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, #073190 100%);
    opacity: 0;
    transition: 0.5s;
}

.section6 .div2 li a {
    color: #fff;
}

.section6 .div2 .shu {
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0;
    z-index: 10;
}

.section6 .div2 dl {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    z-index: 1;
    transition: 0.5s;
}

.section6 .div2 dl dt {
    opacity: 1;
    text-align: center;
    transition: 0.6s;
}

.section6 .div2 dl h2 {
    font-size: 24px;
    font-weight: bold;
}

.section6 .div2 dl .iconfont {
    display: block;
    font-size: 40px;
    line-height: 1;
}

.section6 .div2 dl dd {
    opacity: 0;
    height: 180px;
    transition: 0.6s;
    padding: 0 43px;
}

.section6 .div2 dl dd .txt {
    display: block;
    font-size: 16px;
    padding: 15px 0 25px 0;
}

.section6 .div2 li.on dl {
    bottom: 105px;
}

.section6 .div2 li.on::before {
    opacity: 0;
}

.section6 .div2 li.on dt {
    opacity: 0;
}

.section6 .div2 li.on dd {
    opacity: 1;
    height: auto;
}

.section6.section_an .div2 li.on::after {
    opacity: 1;
}

/* 首页-第7屏 */
.section7 {
    background: url(../images/in_s7_bg1.jpg) center no-repeat;
    background-size: cover;
}

.section7 .div1 {
    position: absolute;
    left: calc(100vw / 16 * 1);
    color: #fff;
    top: 50%;
    width: calc(100vw / 16 * 4);
    box-sizing: border-box;
    margin-top: -120px;
}

.section7 .div1 h2 {
    font-size: 58px;
    line-height: 1;
}

.section7 .div1 > span {
    display: block;
    font-size: 20px;
    padding: 30px 0 40px 0;
}

.section7 .div1 a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.section7 .div1 a span {
    transition: all 0.4s;
}

.section7 .div1 a:hover span {
    padding-left: 10px;
    opacity: 0;
}

.section7 .div2 dl {
    clear: both;
    overflow: hidden;
    height: 22vh;
    border-bottom: 1px solid #efefef;
    padding-right: 120px;
}

.section7 .div2 dt {
    float: left;
    width: 240px;
    height: 100%;
    background: #073190;
    width: 0;
    transition: 0.5s;
    color: #fff;
}

.section7 .div2 dt span {
    display: block;
    font-family: "Conv_DIN";
    font-size: 16px;
    padding: 70px 0 0 80px;
    white-space: nowrap;
}

.section7 .div2 dt b {
    display: block;
    font-family: "Conv_DIN_Bold";
    font-size: 32px;
    padding-left: 80px;
    white-space: nowrap;
}

.section7 .div2 dd {
    padding: 46px 0 0 40px;
    overflow: hidden;
}

.section7 .div2 .tit {
    font-family: "Conv_DIN";
    font-size: 16px;
    color: #999;
    overflow: hidden;
    transition: 0.4s;
    max-height: 40px;
}

.section7 .div2 .txt {
    font-size: 20px;
    font-weight: bold;
    color: #262622;
    padding: 10px 0;
}

.section7 .div2 .tet {
    font-size: 16px;
    color: #999;
    height: 50px;
    overflow: hidden;
}

.section7 .div2 {
    position: absolute;
    right: calc(100vw / 16 * 2);
    bottom: 0;
    width: calc(100vw / 16 * 8);
    overflow: hidden;
}

.section7 .div2 dl:hover dt {
    width: 240px;
}

.section7 .div2 dl:hover .tit {
    max-height: 0px;
}

.section7 .div2 .container1 {
    background: #fff;
    overflow: hidden;
    margin-bottom: 13vh;
}

.section7 .div2 .swiper-container {
    width: calc(100vw / 16 * 8);
}

.section7 .div2 .but {
    background: #073190;
    height: 13vh;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.section7 .div2 .swiper-button span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 13vh;
    transition: 0.4s;
}

.section7 .div2 .swiper-button-next1,
.section7 .div2 .swiper-button-prev1 {
    float: left;
    height: 120px;
    width: 120px;
    cursor: pointer;
    border-right: 1px solid #7b90c0;
    background: none;
}

.section7 .div2 .swiper-button:hover span {
    transform: scale(1.2);
}

.section7 .div2 .swiper-pagination1 {
    color: rgba(255, 255, 255, 0.6);
    width: auto;
    text-align: center;
    margin: 50px 0 0 120px;
    float: left;
}

.section7 .div2 .swiper-pagination1 .swiper-pagination-current {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.section7 .div2 .swiper-pagination1 span {
    padding: 0 12px;
}

.section7 .div2 .swiper-pagination1 span::before {
    content: "0";
}

/* 首页-第8屏 */
.section8 {
    color: #fff;
    transition: 0.6s;
}

.section8_f {
    transform: translateY(-380px);
}

.section8 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/in_s8_bg1.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    z-index: 5;
    opacity: 0;
}

.section8 .div1 {
    position: relative;
    left: calc(100vw / 16 * 1);
    top: 20vh;
    z-index: 10;
}

.section8 .div1 h2 {
    font-size: 58px;
    line-height: 1;
}

.section8 .div3 {
    width: calc(100vw / 16 * 9);
    height: 33vh;
    top: 46vh;
    position: absolute;
    padding-left: 80px;
    z-index: 10;
}

.section8 .div3::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    left: 0;
    top: 0;
    position: absolute;
}

.section8 .div3 .li {
    width: 50%;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    height: 100%;
}

.section8 .div3 .li b {
    display: inline-block;
    font-size: 100px;
    font-family: "Conv_DIN_Bold";
    position: relative;
    padding-right: 40px;
    line-height: 1;
    margin-top: 20%;
}

.section8 .div3 .li b i {
    position: absolute;
    font-size: 50px;
    right: -16px;
    top: 8px;
}

.section8 .div3 .li > span {
    display: block;
    font-size: 40px;
}

.section8 .div2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100vw / 16 * 14);
    height: 21vh;
    z-index: 10;
}

.section8 .div2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    left: 0;
    top: 0;
}

.section8 .div2 li {
    float: left;
    width: 20%;
    padding: 60px 0 0 80px;
}

.section8 .div2 b {
    font-weight: bold;
    display: block;
    font-size: 32px;
}

.section8 .div2 i {
    font-size: 16px;
    color: #bbbbbb;
    width: 170px;
    display: block;
}

.section8 .div4 {
    width: calc(100vw / 16 * 5);
    height: 79vh;
    left: calc(100vw / 16 * 9);
    top: 0;
    position: absolute;
    background-color: rgba(7, 49, 144, 0.7);
    z-index: 10;
}

/* .section8 .div4 .tagsList{position: absolute;width: 100%;height: 100%;}
.section8 .div4 .tagsList a{position: absolute;top: 0px;left: 0px;color: #fff;font-weight: bold;text-decoration: none;padding: 3px 6px; transition: 0s;font-size: 36px; text-align: center;white-space: nowrap; transition: all 1s cubic-bezier(.01,.22,.41,.99) ;} */
.section8 .div4 .container2 {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section8 .div4 .swiper-container {
    height: 100%;
}

.section8 .div4 .container2 .swiper-slide {
    text-align: center;
    height: 100px;
    font-size: 18px;
    opacity: 0.3;
    transition: 1s;
    position: relative;
}

.section8 .div4 .container2 .swiper-slide span {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.section8 .div4 .container2 .swiper-slide-active {
    font-size: 36px;
    font-weight: bold;
    opacity: 1;
}

.section8 .div4 .container2 .swiper-slide-prev,
.section8 .div4 .container2 .swiper-slide-next {
    font-size: 26px;
    opacity: 0.5;
}

.section8 .div4 .container2 .slide2 {
    font-size: 22px;
    opacity: 0.5;
}

/* 首页-动画 */
.section {
    z-index: 0;
    visibility: hidden;
}

.section.section_down {
    z-index: 10;
    visibility: visible;
}

.section.section_down_n {
    z-index: 20;
    visibility: visible;
}

.section.section_an {
    z-index: 10;
    visibility: visible;
}

.section .div_txt > * {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section.section_down .div_txt > * {
    transform: translateY(-50px);
    opacity: 0;
}

.section.section_an .div_txt > * {
    transform: translateY(0);
    opacity: 1;
}

.section .div_txt > h2 {
    transition-delay: 0s;
}

.section .div_txt > span {
    transition-delay: 0.1s;
    display: block;
}

.section .div_txt > .a {
    transition-delay: 0.2s;
    display: block;
}

.section1 .line {
    transform-origin: left;
}

.section1 .div_txt > h2 {
    transition-delay: 0.3s;
}

.section1 .div_txt > span {
    transition-delay: 0.4s;
}

.section1 .div2 {
    opacity: 0;
    transform: scale(0);
    transition: all 1s cubic-bezier(0.42, 0, 0.58, 1);
}

.section1.section_down .line {
    transform: scaleX(0);
    transition: all 0.6s;
}

.section1.section_an .div2 {
    opacity: 1;
    transform: scale(1);
    transition: all 1s;
}

.section2::after {
    transform: scaleX(0);
    transition: all 0.6s;
    transform-origin: left;
}

.section2 .bg::after {
    width: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    transition-delay: 0s;
}

.section2 .bg .img1 {
    height: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section2 .bg .img2 {
    height: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section2 .r_bg {
    height: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section2.section_down .bg .img1 {
    transition-delay: 0.4s;
}

.section2.section_down .bg .img2 {
    transition-delay: 0.4s;
}

.section2.section_down .r_bg {
    transition-delay: 0.4s;
}

.section2.section_down_n::after {
    transform: scaleX(1);
    transition-delay: 1.2s;
}

.section2.section_down_n .bg .img1 {
    height: 100%;
    transition-delay: 0.6s;
}

.section2.section_down_n .bg .img2 {
    height: 100%;
    transition-delay: 0.6s;
}

.section2.section_down_n .r_bg {
    height: 100%;
    transition-delay: 0.6s;
}

.section2.section_an::after {
    transform: scaleX(1);
    transition-delay: 1.2s;
}

.section2.section_an .bg::after {
    width: 100%;
    transition-delay: 0.6s;
}

.section2.section_an .bg .img1 {
    height: 100%;
    transition-delay: 0s;
}

.section2.section_an .bg .img2 {
    height: 100%;
    transition-delay: 0s;
}

.section2.section_an .r_bg {
    height: 100%;
    transition-delay: 0s;
}

.section2 .three_earth {
    opacity: 0;
    transition: all 0.8s;
}

.section2.section_an .three_earth {
    opacity: 1;
}

.section2 .div_txt > h2 {
    transition-delay: 0.2s;
}

.section2 .div_txt > span {
    transition-delay: 0.4s;
}

.section2 .div2 li {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section2.section_an .div2 .li1 {
    transition-delay: 0.2s;
}

.section2.section_an .div2 .li2 {
    transition-delay: 0.3s;
}

.section2.section_an .div2 .li3 {
    transition-delay: 0.4s;
}

.section2.section_an .div2 li {
    transform: translateY(0);
    opacity: 1;
}

.section3.section_down_n {
    z-index: 5;
}

.section3 .bg {
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section3.section_down .bg {
    opacity: 1;
    transition-delay: 0.6s;
}

.section3.section_down_n .bg {
    opacity: 1;
}

.section3.section_an .bg {
    opacity: 1;
}

.section3 .div2::after {
    width: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section3.section_an .div2::after {
    width: 100%;
    transition-delay: 0.3s;
}

.section3 .div2 li {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section3.section_an .div2 .li1 {
    transition-delay: 0.4s;
}

.section3.section_an .div2 .li2 {
    transition-delay: 0.5s;
}

.section3.section_an .div2 .li3 {
    transition-delay: 0.6s;
}

.section3.section_an .div2 li {
    transform: translateY(0);
    opacity: 1;
}

.section4 .r_bg {
    height: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section4 .div1 {
    height: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section4 .div2 {
    height: 0;
    top: 0;
    bottom: auto;
    transition: height 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section4.section_down .r_bg {
    transition-delay: 0.4s;
    top: auto;
    bottom: 0;
}

.section4.section_down .div1 {
    transition-delay: 0.3s;
}

.section4.section_down .div2 {
    transition-delay: 0.4s;
    top: 0;
    bottom: auto;
}

.section4.section_down_n .r_bg {
    height: 100%;
    transition-delay: 0.6s;
    top: 0;
    bottom: auto;
}

.section4.section_down_n .div1 {
    height: 100%;
    transition-delay: 0.6s;
}

.section4.section_down_n .div2 {
    height: 100%;
    transition-delay: 0.6s;
    top: auto;
    bottom: 0;
}

.section4.section_an .r_bg {
    height: 100%;
    transition-delay: 0s;
}

.section4.section_an .div1 {
    height: 100%;
    transition-delay: 0s;
}

.section4.section_an .div2 {
    height: 100%;
    top: auto;
    bottom: 0;
    transition-delay: 0s;
}

.section4 .div4 .d_box1 {
    height: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section4 .div4 .d_box2 {
    width: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section4 .div4 .d_box3 {
    width: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section4 .div4 .d_box4 {
    height: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section4.section_down .div4 .d_box1 {
    transition-delay: 0s;
}

.section4.section_down .div4 .d_box2 {
    transition-delay: 0s;
}

.section4.section_down .div4 .d_box3 {
    transition-delay: 0s;
}

.section4.section_down .div4 .d_box4 {
    transition-delay: 0s;
}

.section4.section_an .div4 .d_box1 {
    height: 100%;
    transition-delay: 0.4s;
}

.section4.section_an .div4 .d_box2 {
    width: 40%;
    transition-delay: 0.2s;
}

.section4.section_an .div4 .d_box3 {
    width: 60%;
    transition-delay: 0.2s;
}

.section4.section_an .div4 .d_box4 {
    height: 100%;
    transition-delay: 0.4s;
}

.section5.section_down_n {
    z-index: 5;
}

.section5 .div1_bg {
    width: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section5.section_an .div1_bg {
    width: 100%;
    transition-delay: 0s;
}

.section5 .div4 .d_box1 {
    height: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section5 .div4 .d_box2 {
    width: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section5 .div4 .d_box3 {
    width: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section5 .div4 .d_box4 {
    height: 0;
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section5.section_down_n .div4 .d_box1 {
    height: 100%;
    transition-delay: 0.8s;
}

.section5.section_down_n .div4 .d_box2 {
    width: 50%;
    transition-delay: 0.6s;
}

.section5.section_down_n .div4 .d_box3 {
    width: 50%;
    transition-delay: 0.6s;
}

.section5.section_down_n .div4 .d_box4 {
    height: 100%;
    transition-delay: 0.8s;
}

.section5.section_an .div4 .d_box1 {
    height: 100%;
    transition-delay: 0.4s;
}

.section5.section_an .div4 .d_box2 {
    width: 50%;
    transition-delay: 0s;
}

.section5.section_an .div4 .d_box3 {
    width: 50%;
    transition-delay: 0s;
}

.section5.section_an .div4 .d_box4 {
    height: 100%;
    transition-delay: 0.4s;
}

.section6 .div1 {
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section6.section_down_n .div1 {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.4s;
}

.section6.section_an .div1 {
    opacity: 1;
    transform: scale(1);
}

.section6 .div2 .shu {
    height: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section6 .div2 .li1 .shu {
    top: 0;
    bottom: auto;
}

.section6 .div2 .li2 .shu {
    top: auto;
    bottom: 0;
}

.section6 .div2 .li3 .shu {
    top: 0;
    bottom: auto;
}

.section6 .div2 .li4 .shu {
    top: auto;
    bottom: 0;
}

.section6.section_down_n .div2 .shu {
    height: 100%;
    transition-delay: 0.4s;
}

.section6.section_an .div2 .shu {
    height: 100%;
}

.section6 .div2 dl {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s, transform 0.8s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section6.section_an .div2 dl {
    opacity: 1;
    transform: translateY(0);
}

.section6 .div2 li::before {
    background: rgba(0, 0, 0, 0);
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section6.section_down_n .div2 li::before {
    background: rgba(0, 0, 0, 0.4);
    transition-delay: 0.6s;
}

.section6.section_an .div2 li::before {
    background: rgba(0, 0, 0, 0.4);
    transition-delay: 0s;
}

.section6 .r_bg {
    height: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section6.section_down .r_bg {
    transition-delay: 0.4s;
    top: 0;
    bottom: auto;
}

.section6.section_down_n .r_bg {
    height: 100%;
    top: auto;
    bottom: 0;
}

.section6.section_an .r_bg {
    height: 100%;
    transition-delay: 0s;
}

.section7.section_down_n {
    z-index: 5;
}

.section7 .div2 .container1 {
    width: 0%;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section7 .div2 .but {
    width: 0%;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section7.section_an .div2 .container1 {
    width: 100%;
}

.section7.section_an .div2 .but {
    width: 100%;
}

.section7.section_down_n .div2 .container1 {
    width: 100%;
    transition-delay: 0.6s;
}

.section7.section_down_n .div2 .but {
    width: 100%;
    transition-delay: 0.6s;
}

.section7.section_down_n .div_txt > h2 {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s;
}

.section7.section_down_n .div_txt > span {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.5s;
}

.section7.section_down_n .div_txt > .a {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.6s;
}

.section8.section_down_n {
    z-index: 12;
}

.section8 .bg {
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}

.section8.section_down_n .bg {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.4s;
}

.section8.section_an .bg {
    opacity: 1;
    transform: scale(1);
}

.section8 .div3::after {
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section8 .div3 .li {
    height: 0;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section8.section_down_n .div3::after {
    transform: scaleX(1);
    transition-delay: 0.8s;
}

.section8.section_down_n .div3 .li {
    height: 100%;
}

.section8.section_down_n .div3 .li1 {
    transition-delay: 0.6s;
}

.section8.section_down_n .div3 .li2 {
    transition-delay: 0.7s;
}

.section8.section_an .div3::after {
    transform: scaleX(1);
    transition-delay: 0.4s;
}

.section8.section_an .div3 .li {
    height: 100%;
}

.section8.section_an .div3 .li1 {
    transition-delay: 0.2s;
}

.section8.section_an .div3 .li2 {
    transition-delay: 0.3s;
}

.section8 .div2::after {
    width: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section8 .div2 li {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section8.section_an .div2::after {
    width: 100%;
    transition-delay: 0s;
}

.section8.section_an .div2 .li1 {
    transition-delay: 0.1s;
}

.section8.section_an .div2 .li2 {
    transition-delay: 0.2s;
}

.section8.section_an .div2 .li3 {
    transition-delay: 0.3s;
}

.section8.section_an .div2 .li4 {
    transition-delay: 0.4s;
}

.section8.section_an .div2 .li5 {
    transition-delay: 0.5s;
}

.section8.section_an .div2 li {
    transform: translateY(0);
    opacity: 1;
}

.section8 .div4 {
    height: 0;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.section8.section_down_n .div4 {
    height: 79vh;
    transition-delay: 0.8s;
}

.section8.section_an .div4 {
    height: 79vh;
}

/* 栏目页-公用 */
.header_bg_lm {
    height: 14.5vh;
    position: relative;
    border-bottom: 1px solid rgba(222, 222, 222, 0.7);
    z-index: 1000;
}

.header_bg_lm .header {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.header_bg_lm .logo .img1 {
    opacity: 0;
}

.header_bg_lm .logo .img2 {
    opacity: 1;
}

.header_bg_lm .nav {
    height: 100%;
    position: absolute;
}

.header_bg_lm .nav .ul_one ul {
    height: 100%;
}

.header_bg_lm .nav .ul_one li {
    height: 100%;
    line-height: 14.5vh;
}

.lm_gpdm {
    position: absolute;
    right: calc(100vw / 16 * 3);
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #262626;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.lm_gpdm b {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    padding-left: 15px;
}

.section_footer_lm {
    position: relative;
    bottom: auto;
}

.lm_main {
}

.lm_main .lm_tit2 {
    font-size: 22px;
    padding-bottom: 15px;
    color: #093090;
    font-weight: bold;
}

.lm_main .lm_tit {
    font-size: 36px;
    padding-bottom: 30px;
    color: #000;
}

.lm_main .lm_txt {
    line-height: 1.55;
    color: #666666;
    font-size: 18px;
}

.lm_main .lm_txt p {
    margin: 0 0 28px 0;
}

.lm_title {
    margin: 0 calc(100vw / 16 * 2);
    padding: 150px 0 120px 0;
    position: relative;
}

.lm_title::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
    background: rgba(222, 222, 222, 0.7);
}

.lm_title .con_l {
    width: 45%;
    float: left;
}

.lm_title .con_l .tit {
    font-size: 22px;
    font-weight: bold;
    color: #093090;
    padding-bottom: 10px;
}

.lm_title .con_l h1 {
    font-size: 90px;
    color: #000000;
    font-weight: 400;
    line-height: 1.2;
}

.lm_title .con_r {
    width: 55%;
    padding-right: 14%;
    float: left;
    line-height: 1.55;
    color: #666666;
    font-size: 18px;
}

.lm_title .con_r p {
    margin: 0 0 28px 0;
}

.lm_title .con_r p:last-child {
    margin: 0;
}

.lm_tab_h {
    width: 100%;
    height: 0;
    clear: both;
}

.lm_tab_list {
    float: left;
    width: 25%;
}

.lm_tab_list.on .lm_tab_list_bg {
    width: 25%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.lm_tab_list li a {
    position: relative;
    display: block;
    line-height: 84px;
    color: #666666;
    font-size: 19px;
    padding: 0 16% 0 0;
    text-align: right;
}

.lm_tab_list li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to right, transparent 0%, #e2e7f0 100%);
    transition: 0.4s;
}

.lm_tab_list li a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 0;
    right: -1px;
    top: 0;
    background: #093090;
    transition: 0.4s;
    z-index: 10;
}

.lm_tab_list li a span {
    position: relative;
    z-index: 10;
}

.lm_tab_list li a:hover {
    color: #093090;
}

.lm_tab_list li a.active {
    font-weight: bold;
    color: #093090;
}

.lm_tab_list li a.active::after {
    width: 100%;
}

.lm_tab_list li a.active::before {
    height: 100%;
}

.lm_tab_list .prev,
.lm_tab_list .next {
    display: none;
}

.lm_tab_bg {
    border-left: 1px solid rgba(222, 222, 222, 0.7);
    float: right;
    width: 75%;
}

.lm_banner {
    width: 100%;
    margin-bottom: 140px;
}

.lm_banner .pic {
    width: 100%;
    height: 460px;
    background: no-repeat center;
    background-size: cover;
}

.lm_imatext {
    padding: 0 calc(100vw / 16 * 2) 0 calc(100vw / 16 * 1);
    overflow: hidden;
}

.lm_imatext .pic {
    float: left;
    width: 45%;
}

.lm_imatext .pic img {
    width: 100%;
}

.lm_imatext .con {
    float: left;
    width: 55%;
    padding: 60px 0 0 60px;
}

.lm_imatext .con .more a {
    display: block;
    width: 80%;
    line-height: 58px;
    height: 60px;
    background: #e5edfa;
    border: 1px solid #073190;
    padding: 0 30px;
    font-size: 18px;
    color: #073190;
    font-weight: bold;
}

.lm_imatext .con .more .btn {
    display: block;
    width: 20px;
    height: 100%;
    float: left;
    display: block;
    background: no-repeat left center;
    margin-right: 10px;
    transition: 0.4s;
}

.lm_imatext .con .more .iconfont {
    float: right;
    font-size: 12px;
}

.lm_imatext .con .more a:hover {
    background: #073190;
    color: #fff;
}

.lm_imatext .con .more a:hover .btn {
    background-position: right center;
}

.lm_imatext_r .con {
    padding: 50px 60px 0 0;
}

.lm_imatext_r .con .more_rpa .btn {
    background-image: url(../images/lm_cp_icon_1.png);
}

.lm_imatext_r .pic {
    float: right;
}

.lm_imatext2 {
    background: #e5edfa;
    padding: 120px calc(100vw / 16 * 2) 120px calc(100vw / 16 * 1);
}

.lm_imatext2 .pic {
    margin-bottom: 30px;
}

.lm_imatext2 .pic img {
    max-width: 100%;
}

/* 栏目页-产品与解决方案 */
.lm_cp_box {
    padding-bottom: 140px;
}

.lm_cp_part5 {
    width: 100%;
    height: 550px;
    background: url(../images/lm_cp_pic_6.jpg) no-repeat center;
    background-size: cover;
    clear: both;
    color: #ffffff;
    padding: 190px 0 0 0;
}

.lm_cp_part5 .con_l {
    float: left;
    width: 50%;
}

.lm_cp_part5 .con_l .tit {
    font-size: 58px;
    padding-bottom: 10px;
}

.lm_cp_part5 .con_l .txt {
    font-size: 22px;
}

.lm_cp_part5 .con_r {
    float: left;
    width: 50%;
    padding-left: 12%;
}

.lm_cp_part5 .tit1 {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 3px;
}

.lm_cp_part5 .tit2 {
    font-size: 36px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    font-family: "Conv_DIN";
    padding-bottom: 3px;
}

.lm_cp_part5 .tit3 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.lm_cp_part5 .more {
    padding-top: 40px;
    margin-left: -20px;
}

.lm_cp_part5 .more a {
    display: block;
    width: 320px;
    line-height: 48px;
    height: 50px;
    border: 1px solid #ffffff;
    padding: 0 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.lm_cp_part5 .more .iconfont {
    float: right;
}

.lm_cp_part5 .more a:hover {
    background: #fff;
    color: #073190;
}

/* 关于我们 */
.pc_mb_30 {
    margin-bottom: 30px;
}

.lm_main .color_fff {
    color: #fff;
}

.height_0 {
    height: 0;
    padding: 0;
}

.pb_0 {
    padding-bottom: 0;
}

.display_none {
    display: none;
}

.lm_title .con_l .num_list {
    padding-top: 70px;
}

.lm_title .con_l .num_list li {
    float: left;
    padding-right: 64px;
    text-align: center;
}

.lm_title .con_l .num_list span {
    display: block;
}

.lm_title .con_l .num_list .num {
    color: #073190;
    font-family: "Conv_DIN_Bold";
    font-size: 44px;
}

.lm_gywm_banner {
    position: relative;
}

.lm_gywm_banner .pic {
    height: 610px;
}

.lm_gywm_banner .video_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.lm_gywm_banner .video_btn i {
    display: block;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
}

.lm_gywm_banner .video_btn i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 22px solid #273576;
    border-bottom: 18px solid transparent;
    margin: -18px 0 0 -8px;
}

.lm_gywm_banner .video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    display: none;
}

.lm_gywm_zzrztop {
    background: url(../images/lm_gywm_pic-3.jpg) no-repeat center;
    background-size: cover;
    padding: 140px 0 70px;
}

.lm_gywm_zzrzbot {
    padding-top: 50px;
}

.lm_gywm_zzrzbot .tab_click {
    padding-bottom: 40px;
}

.lm_gywm_zzrzbot .tab_click li {
    float: left;
    margin-right: 20px;
}

.lm_gywm_zzrzbot .tab_click li a {
    display: block;
    font-size: 20px;
    line-height: 44px;
    padding: 0 34px;
    color: #666;
    border: 1px solid #dadee0;
    border-radius: 22px;
}

.lm_gywm_zzrzbot .tab_click li a:hover,
.lm_gywm_zzrzbot .tab_click li.on a {
    background-color: #273576;
    border-color: #273576;
    color: #fff;
    font-weight: bold;
}

.lm_gywm_zzrzbot .btn_box {
    margin-bottom: 50px;
    overflow: visible;
}

.lm_gywm_zzrzbot .btn_box2 {
    margin-bottom: 0;
    height: 30px;
}

.lm_gywm_zzrzbot .btn_box .year {
    float: left;
}

.lm_gywm_zzrzbot .btn_box .year a {
    color: #666;
    font-size: 18px;
    font-family: "Conv_DIN";
    margin-right: 40px;
}

.lm_gywm_zzrzbot .btn_box .year a:hover,
.lm_gywm_zzrzbot .btn_box .year a.one {
    color: #073190;
    font-weight: bold;
}

.lm_gywm_zzrzbot .btn_box .btn {
    float: right;
    position: relative;
}

.lm_gywm_zzrzbot .btn_box2 .btn {
    top: -70px;
}

.lm_gywm_zzrzbot .btn_box .btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    width: 1px;
    height: 15px;
    background: #cacaca;
}

.lm_gywm_zzrzbot .swiper-button-prev,
.lm_gywm_zzrzbot .swiper-button-next {
    position: initial;
    margin: 0 10px;
    width: 38px;
    height: 30px;
    float: left;
    background: none;
    text-align: center;
}

.lm_gywm_zzrzbot .btn span {
    font-size: 30px;
    line-height: 1;
    color: #073190;
}

.lm_gywm_zzrzbot .lb_box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* 资质认证-认证 */
.swiper-wrapper-new li{
    width: 31%;
    height: 60px;
    line-height: 18px;
    float: left;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
    margin: 10px 1% 10px 1%;
    border-radius: 5px;
    padding: 0 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    word-break: break-all;
    white-space: normal;
}
.swiper-wrapper-new span{
    display: block;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.swiper-wrapper-new img{
    padding-right: 5px;
}

.lm_gywm_zzrzbot .lb_box::before,
.lm_gywm_zzrzbot .lb_box::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    display: none;
}

.lm_gywm_zzrzbot .lb_box::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.lm_gywm_zzrzbot .lb_box::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.lm_gywm_zzrzbot .swiper-slide img {
    width: 100%;
    transition: 0.4s;
    transform: scale(0.8);
}

.lm_gywm_zzrzbot .swiper-slide:hover img {
    transform: scale(1);
}

/* .lm_gywm_zzrzbot .swiper-slide-active img{ transform: scale(1);}
.lm_gywm_zzrzbot .swiper-slide-next img{ transform: scale(0.8) translateX(10%);}
.lm_gywm_zzrzbot .swiper-slide-prev img{ transform: scale(0.8) translateX(-10%);} */

.lm_gywm_zzrzbot .table_swiper_bg {
    position: relative;
    width: 100%;
    height: 420px;
}

.lm_gywm_zzrzbot .table {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.6s;
    z-index: 2;
    box-sizing: border-box;
    padding: 0 40px;
}

.lm_gywm_zzrzbot .display_on {
    opacity: 1;
    z-index: 10;
}

.lm_gywm_qywh ul {
    margin: 0 -45px;
    padding-top: 45px;
}

.lm_gywm_qywh li {
    font-size: 16px;
    color: #666;
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 45px;
}

.lm_gywm_qywh li .p1 {
    font-size: 16px;
    font-weight: bold;
    color: #073190;
}

.lm_gywm_qywh li .p2 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding: 15px 0 25px;
}

/* 服务 */
.pc_mb_20 {
    padding-bottom: 20px;
}

.lm_title .con_l .txt {
    padding-top: 30px;
    line-height: 1.55;
    color: #666666;
    font-size: 18px;
}

.lm_fw_more a {
    display: block;
    width: 417px;
    line-height: 58px;
    height: 60px;
    background: #e5edfa;
    border: 1px solid #073190;
    padding: 0 30px;
    font-size: 18px;
    color: #073190;
    font-weight: bold;
}

.lm_fw_more .btn {
    display: block;
    width: 20px;
    height: 100%;
    float: left;
    display: block;
    background: no-repeat left center;
    margin-right: 10px;
    transition: 0.4s;
}

.lm_fw_more .iconfont {
    float: right;
    font-size: 12px;
}

.lm_fw_more a:hover {
    background: #073190;
    color: #fff;
}

.lm_fw_more a:hover .btn {
    background-position: right center;
}

.lm_more_h100.lm_fw_more a {
    height: 100px;
    display: flex;
    align-items: center;
}

.lm_more_h100.lm_fw_more .btn {
    background-position-y: 30px;
}

.lm_more_h100.lm_fw_more a:hover .btn {
    background-position-y: 30px;
}

.lm_more_h100.lm_fw_more i {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    line-height: 1.2;
}

.lm_more_h100.lm_fw_more .tel {
    font-size: 24px;
    color: #073190;
}

.lm_more_h100.lm_fw_more a:hover i {
    color: #fff;
}

.lm_more_h100.lm_fw_more a:hover .tel {
    color: #fff;
}

.lm_more_h100.lm_fw_more .iconfont {
    margin-left: auto;
}

.lm_fw_banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lm_fw_banner .lm_title::after {
    display: none;
}

.lm_fw_banner .lm_title .con_l {
    width: 50%;
}

.lm_fw_banner .lm_title .con_r {
    width: auto;
    max-width: 50%;
    padding-right: 8%;
    float: right;
}

.lm_fw_part1 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.lm_fw_part2 {
    background: #e5edfa;
}

.lm_fw_part2 .lm_imatext {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.lm_fw_part2 .pic2 {
    width: 55%;
    position: relative;
}

.lm_fw_part2 .pic2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, #e5edfa, transparent);
}

.lm_fw_part2 .con2 {
    width: 45%;
}

.lm_fw_part3 {
    padding: 120px calc(100vw / 16 * 2) 70px calc(100vw / 16 * 1);
}

.lm_fw_part3 .pic img {
    width: 100%;
}

.lm_fw_part4 {
    padding: 70px 0;
}

.lm_fw_part5 {
    padding: 70px calc(100vw / 16 * 2) 140px calc(100vw / 16 * 1);
}

.lm_fw_part5 .pic img {
    width: 100%;
}

/* 产品详情 */
.lm_cpxq_banner .lm_title .con_l h1 {
    font-size: 70px;
}

.lm_cpxq_part1 {
    padding: 88px calc(100vw / 16 * 2) 100px calc(100vw / 16 * 1);
}

.lm_cpxq_part1 .con {
    padding: 40px 200px 50px 80px;
    position: relative;
}

.lm_cpxq_part1 .con::before,
.lm_cpxq_part1 .con::after {
    content: "";
    position: absolute;
    background: #073190;
    left: 0;
    top: 0;
}

.lm_cpxq_part1 .con::before {
    width: 10px;
    height: 40px;
}

.lm_cpxq_part1 .con::after {
    width: 40px;
    height: 10px;
}

.lm_cpxq_part1 .con .dian {
    position: absolute;
    background: #073190;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
}

.lm_cpxq_partbg {
    background: url(../images/lm_cpxq_pic-2.jpg) no-repeat center top #e5edfa;
    background-size: 100% 70%;
}

.lm_cpxq_part2 {
    padding-top: 100px;
    color: #fff;
}

.lm_cpxq_part2 ul {
    margin: 0 -10px;
}

.lm_cpxq_part2 li {
    float: left;
    width: 50%;
    padding: 0 10px 20px;
}

.lm_cpxq_part2 li:last-child {
    width: 100%;
}

.lm_cpxq_part2 .li_box {
    border: 1px solid #fff;
    padding: 30px 36px 50px;
    height: 255px;
}

.lm_cpxq_part2 li:last-child .li_box {
    height: auto;
}

.lm_cpxq_part2 .li_box .tit {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}

.lm_cpxq_part2 .li_box .tet {
    font-size: 18px;
    line-height: 1.8;
    overflow: auto;
    height: 100px;
}

.lm_cpxq_part3 {
    padding: 80px 0 160px;
}

.lm_cpxq_part3 .li_box a,
.lm_cpxq_part3 .li_box span {
    display: block;
}

.lm_cpxq_part3 .li_box .img {
    position: relative;
}

.lm_cpxq_part3 .li_box .img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top, #fff, transparent);
}

.lm_cpxq_part3 .li_box img {
    width: 100%;
}

.lm_cpxq_part3 .li_box .text_con {
    background: #fff;
    padding: 40px 30px;
    height: 160px;
    overflow: auto;
}

.lm_cpxq_part3 .li_box .tit {
    color: #333;
    font-size: 24px;
    padding-bottom: 16px;
}

.lm_cpxq_part3 .li_box .txt {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.lm_cpxq_swiperbtn .lm_tit {
    float: left;
}

.lm_cpxq_swiperbtn .btn_box {
    float: right;
}

.lm_cpxq_swiperbtn .swiper-pagination,
.lm_cpxq_swiperbtn .swiper-button-prev,
.lm_cpxq_swiperbtn .swiper-button-next {
    position: initial;
    margin: 0;
    float: left;
    width: auto;
    background: none;
    color: #fff;
    line-height: 30px;
    height: auto;
}

.lm_cpxq_swiperbtn .swiper-button-prev,
.lm_cpxq_swiperbtn .swiper-button-next {
    font-size: 34px;
}

.lm_cpxq_swiperbtn .swiper-pagination {
    font-size: 20px;
    color: #666;
    padding: 0 20px;
}

.lm_cpxq_swiperbtn .swiper-pagination .swiper-pagination-current {
    font-size: 26px;
    color: #999;
}

.lm_cpxq_swiperbtn2 .swiper-button-prev,
.lm_cpxq_swiperbtn2 .swiper-button-next {
    color: #073190;
}

.lm_cpxq_part4 {
    padding: 105px 0 115px;
}

.lm_cpxq_part4 .li_box {
    padding: 6px 6px 0 0;
    position: relative;
}

.lm_cpxq_part4 .li_box::before,
.lm_cpxq_part4 .li_box::after {
    content: "";
    position: absolute;
    background: #073190;
    right: 0;
    top: 0;
}

.lm_cpxq_part4 .li_box::before {
    width: 6px;
    height: 71px;
}

.lm_cpxq_part4 .li_box::after {
    width: 67px;
    height: 6px;
}

.lm_cpxq_part4 .li_box,
.lm_cpxq_part4 .li_box span {
    display: block;
}

.lm_cpxq_part4 .text_con {
    border: 1px solid #073190;
    padding: 42px 20px 42px 30px;
    box-sizing: border-box;
    height: 260px;
}

.lm_cpxq_part4 .text_con .tit {
    font-size: 24px;
    font-weight: bold;
    color: #073190;
    padding-bottom: 22px;
}

.lm_cpxq_part4 .text_con .txt {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    height: 100px;
    overflow: auto;
}

.lm_cpxq_part5 .none {
    display: none;
}

.lm_cpxq_part5 .tab_box {
    height: 340px;
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding-right: 60px;
    padding-left: 52px;
}

.lm_cpxq_part5 .tab_box a {
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #b7bec8;
    padding-bottom: 14px;
}

.lm_cpxq_part5 .tab_box a:hover,
.lm_cpxq_part5 .tab_box .on a {
    font-weight: bold;
    color: #073190;
    border-color: #073190;
}

.lm_cpxq_part5 .tab_con {
    width: 66.6%;
    float: left;
    position: relative;
}

.lm_cpxq_part5 .tab_con img {
    width: 100%;
}

.lm_cpxq_part5 .tab_con .txt {
    width: 55%;
    box-sizing: border-box;
    padding: 40px 45px 33px;
    background: #e5edfa;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #666;
}

.lm_cpxq_part6 {
    padding: 110px 0 40px;
}

.lm_cpxq_part6 li {
    border-top: 1px solid #ccc;
    padding: 40px 0 70px;
}

.lm_cpxq_part6 .con_l,
.lm_cpxq_part6 .con_r {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.lm_cpxq_part6 .icon {
    width: 120px;
    float: left;
    text-align: center;
}

.lm_cpxq_part6 .tit {
    margin-left: 120px;
    font-size: 36px;
    padding: 0 30px 0 100px;
}

.lm_cpxq_part6 .con_r {
    padding-left: 40px;
    color: #666;
    font-size: 18px;
}

/* 加入我们 */
.lm_jrwm_part1 {
    background: url(../images/lm_jrwm_pic-1.jpg) no-repeat center top;
    padding-top: 560px;
}

.lm_jrwm_part1 .lm_tit {
    text-align: center;
}

.lm_jrwm_part1 .box1 {
    margin: 0 -20px;
}

.lm_jrwm_part1 .box1 li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 20px;
}

.lm_jrwm_part1 .box1 li:nth-child(2) {
    margin-top: 60px;
}

.lm_jrwm_part1 .box1 li img {
    width: 100%;
}

.lm_jrwm_part1 .box2 {
    padding-top: 160px;
    position: relative;
}

.lm_jrwm_part1 .box2 img {
    width: 89%;
}

.lm_jrwm_part1 .box2 .text {
    width: 38%;
    box-sizing: border-box;
    padding: 70px 0 0 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    font-size: 32px;
}

.lm_jrwm_part1 .box3 {
    padding-top: 140px;
    padding-bottom: 30px;
}

.lm_jrwm_part1 .box3 .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-bottom: 50px;
}

.lm_jrwm_part1 .box3 .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e5edfa;
    width: 100%;
    height: 1px;
}

.lm_jrwm_part1 .box3 .title .tit {
    display: block;
    background: #fff;
    font-size: 60px;
    line-height: 60px;
    padding-right: 20px;
    position: relative;
}

.lm_jrwm_part1 .box3 .title a {
    width: 175px;
    height: 60px;
    line-height: 60px;
    display: block;
    background: #073190;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.lm_jrwm_part1 .box3 .title a span {
    padding-left: 20px;
}

.lm_jrwm_part1 .box3 .lb_box {
    position: relative;
}

.lm_jrwm_part1 .box3 .con_l {
    width: 55%;
    float: left;
    box-sizing: border-box;
}

.lm_jrwm_part1 .box3 .con_r {
    width: 45%;
    float: left;
    box-sizing: border-box;
    padding-left: 7%;
}

.lm_jrwm_part1 .box3 img {
    width: 100%;
}

.lm_jrwm_part1 .box3 a,
.lm_jrwm_part1 .box3 span {
    display: block;
}

.lm_jrwm_part1 .box3 .con_l .txt {
    font-size: 33px;
    color: #333;
    padding-top: 46px;
}

.lm_jrwm_part1 .box3 .con_l .tet {
    font-size: 16px;
    color: #666;
    padding-top: 16px;
}

.lm_jrwm_part1 .box3 .con_l .btn {
    font-size: 16px;
    color: #005bbb;
    padding-top: 30px;
}

.lm_jrwm_part1 .box3 .con_r .box {
    margin-bottom: 60px;
}

.lm_jrwm_part1 .box3 .con_r .txt {
    font-size: 26px;
    color: #333;
    padding-top: 16px;
}

.lm_jrwm_part1 .box3 .lb_btn {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 1;
}

.lm_jrwm_part1 .box3 .lb_btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    width: 1px;
    height: 15px;
    background: #cacaca;
}

.lm_jrwm_part1 .box3 .swiper-button-prev,
.lm_jrwm_part1 .box3 .swiper-button-next {
    position: initial;
    margin: 0 10px;
    width: 38px;
    height: 30px;
    float: left;
    background: none;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    color: #073190;
}

.lm_jrwm_part2 .lm_imatext2 {
    overflow: hidden;
    background: url(../images/lm_jrwm_pic-12.jpg) no-repeat center;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 190px;
}

.lm_jrwm_part2 .lb_top {
    position: relative;
}

.lm_jrwm_part2 .lb_btn {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.lm_jrwm_part2 .lb_btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    width: 1px;
    height: 15px;
    background: #cacaca;
}

.lm_jrwm_part2 .swiper-button-prev,
.lm_jrwm_part2 .swiper-button-next {
    position: initial;
    margin: 0 10px;
    width: 38px;
    height: 30px;
    float: left;
    background: none;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    color: #073190;
}

.lm_jrwm_part2 .swiper-container {
    overflow: initial;
}

.lm_jrwm_part2 .lb_box img {
    width: 100%;
    height: 200px;
}

.lm_jrwm_part3 {
    padding: 110px 0;
}

.lm_jrwm_part3 .top_tit .lm_tit {
    float: left;
}

.lm_jrwm_part3 .top_tit .btn_box {
    float: right;
    padding-top: 50px;
    width: 175px;
}

.lm_jrwm_part3 .top_tit .lm_fw_more a {
    width: 100%;
}

.lm_jrwm_part3 li {
    border-top: 1px solid #021234;
    margin-bottom: 60px;
}

.lm_jrwm_part3 .con_l,
.lm_jrwm_part3 .con_r {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.lm_jrwm_part3 .tet {
    float: left;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    background: #073190;
    color: #fff;
    font-size: 26px;
}

.lm_jrwm_part3 .tit {
    margin-left: 120px;
    padding: 22px 74px 0;
    font-size: 22px;
    font-weight: bold;
}

.lm_jrwm_part3 .con_r {
    padding: 22px 0 0 22px;
    font-size: 16px;
}

.lm_jrwm_part3 .con_r .txt {
    color: #666;
    padding-bottom: 24px;
}

.lm_jrwm_part3 .con_r .btn {
    color: #005bbb;
    display: inline-block;
}

.lm_jrwm_part3 .bot_btn {
    display: flex;
    justify-content: center;
}

/* 新闻列表 */
.lm_xwlb {
    padding-top: 60px;
    padding-bottom: 100px;
}

.lm_xwlb ul {
    margin: 0 -20px;
    padding-bottom: 60px;
}

.lm_xwlb li {
    float: left;
    width: 100%;
    padding: 20px;
}

.lm_xwlb .li_box,
.lm_xwlb .li_box span {
    display: block;
}

.lm_xwlb .li_box .img {
    position: relative;
}

.lm_xwlb .li_box .img img {
    width: 100%;
    height: 350px;
}

.lm_xwlb .li_box .img .date {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Conv_DIN";
    color: #fff;
    background: #073190;
    padding: 0 20px;
    line-height: 32px;
}

.lm_xwlb .li_box .text_con {
    height: 285px;
    border: 1px solid #e0e0e0;
    border-top: none;
    position: relative;
    box-sizing: border-box;
    padding: 35px 40px 55px;
}

.lm_xwlb .li_box .text_con .tit {
    color: #333;
    font-size: 24px;
    padding-bottom: 20px;
    transition: 0.5s;
}

.lm_xwlb .li_box:hover .text_con .tit {
    color: #073190;
}

.lm_xwlb .li_box .text_con .txt {
    color: #999;
    font-size: 16px;
}
.lm_xwlb .li_box span.txt {
    max-height: 96px;
}

.lm_xwlb .li_box .text_con .btn {
    color: #073190;
    font-weight: bold;
    line-height: 16px;
    position: absolute;
    right: 40px;
    bottom: 30px;
}

.lm_page {
    text-align: center;
}

.lm_page a {
    display: inline-block;
    color: #333;
    padding: 0 10px;
    margin: 0 8px;
    background: #fff;
    line-height: 40px;
    font-family: "Conv_DIN";
}

.lm_page a:hover,
.lm_page .modern {
    background: #073190;
    color: #fff;
}

.lm_page .last {
    color: #666;
    position: relative;
}

.lm_page .last::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 15px;
    margin-top: -7px;
    background: #cacaca;
}

.lm_page .prev i,
.lm_page .next i {
    color: #073190;
}

.lm_page .prev:hover i,
.lm_page .next:hover i {
    color: #fff;
}

/* 新闻详情 */
.lm_xwxq_left {
    float: right;
    padding-right: 90px;
    padding-bottom: 20px;
}

.lm_xwxq_left .date {
    text-align: center;
    font-size: 30px;
    color: #073190;
    font-family: "Conv_DIN";
    padding: 110px 0 20px;
    border-bottom: 1px solid #ccc;
}

.lm_xwxq_left .date span {
    display: block;
}

.lm_xwxq_left .date .p1 {
    font-size: 53px;
}

.lm_xwxq_left .fx {
    text-align: center;
}

.lm_xwxq_left .fx .tet {
    font-size: 16px;
    color: #666;
    padding: 20px 0 10px;
}

.lm_xwxq_left .fx .bshare-custom a {
    background: #e4e4e4;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 0;
    line-height: 40px;
    font-size: 24px;
    margin: 0 3px;
}

.lm_xwxq_left .fx .bshare-custom a:hover {
    text-decoration: none;
    opacity: 1;
    background: #073190;
    color: #fff;
}

.lm_mbx {
    padding-top: 20px;
    color: #999;
}

.lm_mbx a {
    color: #999;
}

.lm_mbx a:hover {
    color: #073190;
}

.lm_mbx span {
    padding: 0 5px;
}

.lm_xwxq {
    position: relative;
    min-height: 800px;
}

.lm_xwxq::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 800px;
    background: linear-gradient(to top, transparent 0%, #e5edfa 100%) #fff;
}

.lm_xwxq .lm_imatext {
    position: relative;
}

.lm_xwxq .cont {
    padding: 80px 0;
}

.lm_xwxq .cont .tit {
    padding-bottom: 20px;
    font-size: 50px;
    border-bottom: 1px solid #ccc;
}

.lm_xwxq .cont .ly {
    font-weight: bold;
    color: #666;
    padding-top: 14px;
}

.lm_xwxq .cont .text {
    padding: 80px 0 70px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 2;
    color: #666;
}

.lm_xwxq .cont .text img {
    max-width: 100%;
}

.lm_xwxq .other {
    padding-top: 30px;
}

.lm_xwxq .other .prev,
.lm_xwxq .other .next {
    width: 40%;
    box-sizing: border-box;
    position: relative;
}

.lm_xwxq .other .prev {
    float: left;
    padding-left: 50px;
}

.lm_xwxq .other .next {
    float: right;
    padding-right: 50px;
}

.lm_xwxq .other .prev i,
.lm_xwxq .other .next i {
    color: #cacaca;
    position: absolute;
    top: 30px;
    font-size: 24px;
    transition: 0.5s;
}

.lm_xwxq .other .prev i {
    left: 0;
}

.lm_xwxq .other .next i {
    right: 0;
}

.lm_xwxq .other .prev:hover i,
.lm_xwxq .other .next:hover i {
    color: #073190;
}

.lm_xwxq .other a,
.lm_xwxq .other span {
    display: block;
}

.lm_xwxq .other span {
    color: #999;
    padding-bottom: 10px;
}

.lm_xwxq .other a {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.lm_xwxq .other a:hover {
    color: #073190;
}

.bsBox {
    box-sizing: initial;
}

/* 投资者关系 */
.lm_tzzgx_banner .stock {
    float: right;
}

.lm_tzzgx_banner .stock li {
    border: 1px solid rgba(102, 102, 102, 0.4);
    margin-top: -1px;
}

.lm_tzzgx_banner .stock span {
    display: inline-block;
    width: 146px;
    text-align: center;
    line-height: 60px;
    color: #333;
}

.lm_tzzgx_banner .stock span.p1 {
    border-right: 1px solid rgba(102, 102, 102, 0.4);
    background: rgba(229, 237, 250, 0.4);
}

.lm_tzzgx_banner .stock span.p2 {
    font-size: 20px;
    font-weight: bold;
}

.lm_tzzgx_part1 {
    background: url(../images/lm_tzzgx_pic-2.jpg) no-repeat center top;
    padding-top: 100px;
}

.lm_tzzgx_part1 .top .tit_box {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lm_tzzgx_part1 .top .tit_box .tit {
    float: left;
    font-size: 36px;
    color: #fff;
}

.lm_tzzgx_part1 .top .tit_box .num {
    float: right;
    font-size: 16px;
    color: #fff;
    padding-top: 14px;
}

.lm_tzzgx_part1 .top .tit_box .num i {
    font-size: 24px;
    font-weight: bold;
    padding-right: 10px;
}

.lm_tzzgx_part1 .top ul {
    margin: 0 -20px;
    color: #fff;
    color: rgba(255, 255, 255, 0.3);
    padding: 25px 0;
}

.lm_tzzgx_part1 .top li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 20px;
}

.lm_tzzgx_part1 .top li .num {
    padding: 5px 0;
}

.lm_tzzgx_part1 .top li .num span {
    font-weight: bold;
    padding-left: 10px;
    color: #fff;
}

.lm_tzzgx_part1 .top li .num span i {
    font-size: 18px;
}

.lm_tzzgx_part1 .top .tet_box {
    padding: 10px 0 90px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    color: rgba(255, 255, 255, 0.3);
}

.lm_tzzgx_part1 .top .tet_box .date {
    float: left;
}

.lm_tzzgx_part1 .top .tet_box .num {
    float: right;
    font-size: 18px;
}

.lm_tzzgx_part1 .top .tet_box .num span {
    font-weight: bold;
    padding-left: 10px;
    color: #fff;
}

.lm_tzzgx_part1 .top .tet_box .num span i {
    font-size: 28px;
}

.color_green {
    color: #00ffa2 !important;
}

.color_red {
    color: #ff0000 !important;
}

.lm_tzzgx_part1 .bot {
    background: #fff;
    margin-left: calc(100vw / 16 * 1);
    padding-right: calc(100vw / 16 * 2);
}

.lm_tzzgx_part1 .bot .box {
    padding: 80px 0 0 70px;
}

.lm_tzzgx_part1 .bot .tab_box {
    float: left;
}

.lm_tzzgx_part1 .bot .tab_box a {
    display: block;
    width: 100px;
    line-height: 50px;
    font-size: 18px;
    color: #666;
    text-align: center;
    border: 1px solid #999;
    margin-top: -1px;
}

.lm_tzzgx_part1 .bot .tab_box a:hover,
.lm_tzzgx_part1 .bot .tab_box .on a {
    background: #073190;
    color: #fff;
    font-weight: bold;
    border-color: #073190;
}

.lm_tzzgx_part1 .bot .tab_con {
    margin-left: 170px;
}

.lm_tzzgx_part1 .bot .tab_con img {
    max-width: 100%;
}

.lm_tzzgx_part1 .none {
    display: none;
}

.lm_tzzgx_part_list {
    padding: 105px 0 80px;
}

.lm_tzzgx_part_list .top {
    margin: 0 -10px;
}

.lm_tzzgx_part_list .top li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

.lm_tzzgx_part_list .top li a,
.lm_tzzgx_part_list .top li span {
    display: block;
    transition: 0.5s;
}

.lm_tzzgx_part_list .top li a {
    position: relative;
    background: url(../images/lm_tzzgx_pic-4.jpg) no-repeat center;
    background-size: cover;
    height: 200px;
}

.lm_tzzgx_part_list .top li a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(7, 49, 144, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}

.lm_tzzgx_part_list .top li .text {
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px 55px;
}

.lm_tzzgx_part_list .top li .icon {
    width: 60px;
    height: 52px;
    background: url(../images/lm_tzzgx_pic-6.png) no-repeat left top;
}

.lm_tzzgx_part_list .top li .txt {
    color: #000;
    font-size: 32px;
    padding-top: 50px;
}

.lm_tzzgx_part_list .top li a:hover:before {
    opacity: 1;
}

.lm_tzzgx_part_list .top li a:hover .icon {
    background-position: right top;
}

.lm_tzzgx_part_list .top li a:hover .txt {
    color: #fff;
}

.lm_tzzgx_part_list .top li.li2 a {
    background-image: url(../images/lm_tzzgx_pic-5.jpg);
}

.lm_tzzgx_part_list .top li.li2 .icon {
    background-image: url(../images/lm_tzzgx_pic-7.png);
}

.lm_tzzgx_part_list .list {
    padding: 20px 0 46px;
}

.lm_tzzgx_part_list .list li {
    padding: 34px 0;
    border-bottom: 1px solid #e8e8e8;
}

.lm_tzzgx_part_list .list a,
.lm_tzzgx_part_list .list .date {
    display: block;
}

.lm_tzzgx_part_list .list .date {
    float: left;
    font-size: 16px;
    color: #999;
    font-family: "Conv_DIN";
    padding-top: 4px;
}

.lm_tzzgx_part_list .list a {
    margin-left: 122px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.lm_tzzgx_part_list .list a:hover {
    color: #073190;
}

.lm_tzzgx_part4 {
    height: 402px;
    padding-top: 130px;
    color: #333;
}
.lm_tzzgx_part3 .more a {
    border-color: #073190;
    color: #073190;
}

.lm_tzzgx_part3 .more a:hover {
    background: #073190;
    color: #fff;
}

/* 小PC-1680 */
@media screen and (max-width: 1800px) {
    /* 首页 */
    .section1 .div1 {
        top: 40%;
    }

    .section1 .div1 h2,
    .section3 .div1 h2,
    .section4 .div3 h2,
    .section5 .div3 h2,
    .section7 .div1 h2,
    .section8 .div1 h2 {
        font-size: 54px;
    }

    .section2 .div1 h2,
    .section2 .div1 span {
        font-size: 48px;
    }

    .section6 .div2 dl h2 {
        font-size: 20px;
    }

    .section7 .div2 dl {
        padding-right: 80px;
    }

    .section8 .div3 .li b {
        font-size: 80px;
    }

    .section8 .div3 .li > span {
        font-size: 36px;
    }

    /* 栏目页-公用 */
    .lm_title .con_l h1 {
        font-size: 80px;
    }

    /* 产品详情 */
    .lm_cpxq_part4 .text_con {
        height: 310px;
    }

    /* 新闻列表 */
    .lm_xwlb .li_box .text_con .tit {
        font-size: 20px;
    }

    .lm_xwlb .li_box .text_con .txt {
        font-size: 14px;
    }
    .lm_xwlb .li_box span.txt {
        max-height: 86px;
    }
}

/* 小PC-1440 */
@media screen and (max-width: 1600px) {
    /* 公用 */
    .wrap {
        width: 1200px;
    }

    .nav .ul_one li {
        /*padding-right: 60px;*/
        margin-left: 30px;
        margin-right: 30px;
    }

    .nav .list {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nav .list .li {
        padding: 32px 0;
    }

    /* 首页 */
    .t_right .menu li {
        padding: 6px 0;
    }

    .t_right .icon_list {
        bottom: 40px;
    }

    .section1 .div1 h2,
    .section3 .div1 h2,
    .section4 .div3 h2,
    .section5 .div3 h2,
    .section7 .div1 h2,
    .section8 .div1 h2 {
        font-size: 44px;
    }

    .section3 .div1 > span,
    .section7 .div1 > span,
    .section5 .div3 > span,
    .section4 .div3 > span {
        font-size: 18px;
    }

    .section4 .div3 a,
    .section7 .div1 a,
    .section5 .div3 a {
        font-size: 16px;
    }

    .in_box_list .li_a a {
        padding: 16px 20px 0 20px;
    }

    .in_box_list .li_a .tit {
        font-size: 18px;
    }

    .in_box_list .li_a .more {
        bottom: 16px;
        left: 20px;
    }

    .section2 .div1 h2,
    .section2 .div1 span {
        font-size: 42px;
    }

    .section2 .div2 li b {
        font-size: 40px;
    }

    .section3 .div1 a {
        font-size: 16px;
        width: 200px;
        height: 46px;
        line-height: 44px;
    }

    .section3 .div2 b {
        font-size: 28px;
    }

    .section4 .div3 {
        top: 25%;
    }

    .section5 .div3 {
        padding-left: 60px;
    }

    .section6 .div2 dl h2 {
        font-size: 18px;
    }

    .section7 .div2 dl {
        padding-right: 40px;
    }

    .section7 .div2 dd {
        padding: 30px 0 0 30px;
    }

    .section7 .div2 .txt {
        padding: 8px 0;
        font-size: 16px;
    }

    .section7 .div2 .tet {
        font-size: 14px;
        height: 44px;
    }

    .section7 .div2 dl:hover dt {
        width: 200px;
    }

    .section7 .div2 dt span {
        padding: 40px 0 0 60px;
    }

    .section7 .div2 dt b {
        padding-left: 60px;
    }

    .section7 .div2 .swiper-pagination1 {
        margin: 40px 0 0 80px;
    }

    .section8 .div2 li {
        padding-top: 30px;
    }

    .section8 .div2 b {
        font-size: 28px;
    }

    .section8 .div2 i {
        font-size: 14px;
    }

    .section8 .div3 .li b {
        font-size: 64px;
    }

    .section8 .div3 .li > span {
        font-size: 28px;
    }

    .section8 .div3 .li b {
        padding-right: 30px;
    }

    .section8 .div4 .container2 {
        height: 400px;
    }

    .section8 .div4 .container2 .swiper-slide {
        font-size: 16px;
    }

    .section8 .div4 .container2 .swiper-slide-active {
        font-size: 32px;
    }

    .section8 .div4 .container2 .swiper-slide-prev,
    .section8 .div4 .container2 .swiper-slide-next {
        font-size: 22px;
    }

    .section8 .div4 .container2 .slide2 {
        font-size: 18px;
    }

    /* 栏目页-公用 */
    .lm_title {
        padding: 100px 0;
    }

    .lm_title .con_l h1 {
        font-size: 70px;
    }

    .lm_imatext .con {
        padding: 0 0 0 40px;
    }

    .lm_imatext .con .more a {
        font-size: 14px;
    }

    .lm_main .lm_tit2 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .lm_main .lm_tit {
        font-size: 32px;
        padding-bottom: 20px;
    }

    .lm_main .lm_txt {
        font-size: 16px;
    }

    .lm_imatext_r .con {
        padding: 0 40px 0 0;
    }

    .lm_banner {
        margin-bottom: 100px;
    }

    /* 栏目页-产品与解决方案 */
    .lm_cp_box {
        padding-bottom: 100px;
    }

    .lm_cp_part5 {
        height: 450px;
        padding-top: 120px;
    }

    .lm_cp_part5 .con_l .tit {
        font-size: 48px;
    }

    .lm_cp_part5 .con_l .txt {
        font-size: 18px;
    }

    .lm_cp_part5 .more a {
        font-size: 16px;
    }

    /* 关于我们 */
    .height_0 {
        height: 0;
        padding: 0;
    }

    .pb_0 {
        padding-bottom: 0;
    }

    .lm_title .con_l .num_list li {
        padding-right: 40px;
    }

    .lm_gywm_banner .pic {
        height: 460px;
    }

    .lm_gywm_zzrztop {
        padding-top: 120px;
    }

    .lm_gywm_zzrzbot .tab_click li a {
        font-size: 18px;
    }

    /* 服务 */
    .lm_fw_more a {
        font-size: 14px;
        width: 350px;
    }

    .lm_more_h100.lm_fw_more a {
        height: 80px;
    }

    .lm_more_h100.lm_fw_more .btn,
    .lm_more_h100.lm_fw_more a:hover .btn {
        background-position-y: 20px;
    }

    .lm_more_h100.lm_fw_more i {
        font-size: 12px;
    }

    .lm_more_h100.lm_fw_more .tel {
        font-size: 20px;
    }

    /* 产品详情 */
    .lm_cpxq_banner .lm_title .con_l h1 {
        font-size: 50px;
    }

    .lm_cpxq_part1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lm_cpxq_part1 .con {
        padding: 40px 120px 20px 40px;
    }

    .lm_cpxq_part2 {
        padding-top: 60px;
    }

    .lm_cpxq_part2 .li_box {
        height: 230px;
    }

    .lm_cpxq_part2 .li_box .tit {
        font-size: 20px;
        padding-bottom: 14px;
    }

    .lm_cpxq_part2 .li_box .tet {
        font-size: 14px;
    }

    .lm_cpxq_part3 {
        padding: 40px 0 60px;
    }

    .lm_cpxq_part3 .li_box .text_con {
        padding-top: 20px;
    }

    .lm_cpxq_part3 .li_box .tit {
        font-size: 20px;
    }

    .lm_cpxq_part3 .li_box .txt {
        font-size: 14px;
    }

    .lm_cpxq_part4 {
        padding: 60px 0;
    }

    .lm_cpxq_part4 .text_con {
        height: 240px;
    }

    .lm_cpxq_part4 .text_con .tit {
        font-size: 20px;
    }

    .lm_cpxq_part4 .text_con .txt {
        font-size: 14px;
    }

    .lm_cpxq_part5 .tab_box {
        padding: 0 40px 0 20px;
    }

    .lm_cpxq_part5 .tab_box a {
        font-size: 16px;
    }

    .lm_cpxq_part5 .tab_con .txt {
        position: initial;
        width: 100%;
        padding: 20px 0 0 0;
        font-size: 16px;
    }

    .lm_cpxq_part6 {
        padding: 60px 0 20px;
    }

    .lm_cpxq_part6 .tit {
        font-size: 26px;
        padding-left: 20px;
    }

    .lm_cpxq_part6 .con_r {
        font-size: 14px;
    }

    /* 加入我们 */
    .lm_jrwm_part1 {
        padding-top: 240px;
        background-size: 100%;
    }

    .lm_jrwm_part1 .box2 {
        padding-top: 100px;
    }

    .lm_jrwm_part1 .box2 .text {
        width: 50%;
        font-size: 24px;
        padding: 40px 0 0 40px;
    }

    .lm_jrwm_part1 .box3 {
        padding-top: 100px;
    }

    .lm_jrwm_part1 .box3 .title .tit {
        font-size: 40px;
        line-height: 40px;
    }

    .lm_jrwm_part1 .box3 .title a {
        height: 40px;
        width: 120px;
        line-height: 40px;
        font-size: 14px;
    }

    .lm_jrwm_part1 .box3 .con_r .box {
        margin-bottom: 40px;
    }

    .lm_jrwm_part1 .box3 .con_l .txt {
        font-size: 20px;
        padding-top: 20px;
    }

    .lm_jrwm_part1 .box3 .con_r .txt {
        font-size: 18px;
    }

    .lm_jrwm_part1 .box3 .lb_btn {
        bottom: 20px;
    }

    .lm_jrwm_part2 .lm_imatext2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .lm_jrwm_part3 {
        padding: 100px 0;
    }

    .lm_jrwm_part3 .top_tit .btn_box {
        padding-top: 30px;
    }

    .lm_jrwm_part3 li {
        margin-bottom: 40px;
    }

    .lm_jrwm_part3 .tit {
        padding: 22px 20px 0 40px;
        font-size: 18px;
        /*white-space: nowrap;*/
    }

    .lm_jrwm_part3 .con_r {
        font-size: 14px;
    }

    /* 投资者关系 */
    .lm_tzzgx_part1 {
        padding-top: 80px;
    }

    .lm_tzzgx_part1 .top li {
        width: 33.3%;
    }

    .lm_tzzgx_part1 .top .tet_box {
        padding-bottom: 70px;
    }

    .lm_tzzgx_part1 .bot .box {
        padding-left: 40px;
    }

    .lm_tzzgx_part1 .bot .tab_con {
        margin-left: 140px;
    }

    .lm_tzzgx_part_list {
        padding-top: 80px;
    }

    .lm_tzzgx_part_list .top li a {
        height: 166px;
    }

    .lm_tzzgx_part_list .top li .txt {
        font-size: 24px;
        padding-top: 30px;
    }

    .lm_tzzgx_part_list .list .date {
        font-size: 14px;
    }

    .lm_tzzgx_part_list .list a {
        font-size: 16px;
        margin-left: 100px;
    }
}

/* 小PC-1366 */
@media screen and (max-width: 1400px) {
    /* 公用 */
    .header {
        top: 40px;
    }

    .nav .but {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }

    .nav .but i {
        margin-top: 18px;
    }

    .nav .but i:before {
        margin-top: -15px;
    }

    .nav .but i:after {
        margin-top: 15px;
    }

    .nav .list {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav .list .li a {
        padding-right: 30px;
    }

    .section_footer {
        height: 300px;
        bottom: -300px;
    }

    .section_footer .nav_ul {
        padding: 40px 0 24px 0;
    }

    .section_footer .con {
        padding-top: 40px;
    }

    /* 首页 */
    .t_right .menu li {
        padding: 4px 0;
    }

    .t_right .icon_list {
        bottom: 30px;
    }

    .t_right .icon_list a {
        padding-top: 0;
    }

    .b_left {
        bottom: 40px;
    }

    .b_left span {
        font-size: 40px;
    }

    .section1 .div1 h2,
    .section3 .div1 h2,
    .section4 .div3 h2,
    .section5 .div3 h2,
    .section7 .div1 h2,
    .section8 .div1 h2 {
        font-size: 34px;
    }

    .section3 .div1 > span,
    .section7 .div1 > span,
    .section5 .div3 > span,
    .section4 .div3 > span {
        font-size: 16px;
    }

    .section4 .div3 a,
    .section7 .div1 a,
    .section5 .div3 a {
        font-size: 14px;
    }

    .section4 .div3 a span,
    .section7 .div1 a span,
    .section5 .div3 a span {
        font-size: 14px;
    }

    .in_box_list .li_a a {
        padding: 12px 16px 0 16px;
    }

    .in_box_list .li_a .tit {
        font-size: 16px;
    }

    .in_box_list .li_a .txt {
        font-size: 12px;
    }

    .in_box_list .li_a .more {
        bottom: 12px;
        left: 16px;
    }

    .section1 .div1 h2 {
        padding-bottom: 20px;
    }

    .section2 .div1 h2,
    .section2 .div1 span {
        font-size: 36px;
    }

    .section2 .div2 li b {
        font-size: 34px;
    }

    .section3 .div1 a {
        font-size: 14px;
        width: 180px;
        height: 42px;
        line-height: 40px;
    }

    .section3 .div2 {
        height: 27vh;
    }

    .section3 .div2 b {
        font-size: 22px;
    }

    .section5 .div3 {
        padding-left: 40px;
    }

    .section5 .div3 > span {
        padding: 20px 0;
    }

    .section6 .div2 dl {
        bottom: -100px;
    }

    .section6 .div2 li.on dl {
        bottom: 70px;
    }

    .section6 .div2 dl h2 {
        font-size: 16px;
    }

    .section6 .div2 dl dd {
        padding: 0 30px;
    }

    .section7 .div2 dl {
        padding-right: 30px;
    }

    .section7 .div2 dd {
        padding: 20px 0 0 20px;
    }

    .section7 .div2 .txt {
        font-size: 14px;
    }

    .section7 .div2 .tet {
        font-size: 12px;
        height: 40px;
    }

    .section7 .div2 dl:hover dt {
        width: 160px;
    }

    .section7 .div2 dt span {
        padding: 30px 0 0 40px;
    }

    .section7 .div2 dt b {
        padding-left: 40px;
    }

    .section7 .div2 .swiper-button span {
        font-size: 20px;
    }

    .section7 .div2 .swiper-button-next1,
    .section7 .div2 .swiper-button-prev1 {
        width: 80px;
    }

    .section7 .div2 .swiper-pagination1 {
        margin: 30px 0 0 60px;
    }

    .section8 .div2 li {
        padding-top: 20px;
    }

    .section8 .div2 b {
        font-size: 24px;
    }

    .section8 .div2 i {
        font-size: 12px;
    }

    .section8 .div3 .li b {
        font-size: 54px;
    }

    .section8 .div3 .li > span {
        font-size: 24px;
    }

    .section8 .div3 .li b {
        padding-right: 20px;
    }

    .section8 .div3 .li b i {
        font-size: 30px;
    }

    .section8 .div4 .container2 {
        height: 360px;
    }

    .section8 .div4 .container2 .swiper-slide {
        font-size: 14px;
    }

    .section8 .div4 .container2 .swiper-slide-active {
        font-size: 24px;
    }

    .section8 .div4 .container2 .swiper-slide-prev,
    .section8 .div4 .container2 .swiper-slide-next {
        font-size: 20px;
    }

    .section8 .div4 .container2 .slide2 {
        font-size: 16px;
    }

    .section8_f {
        transform: translateY(-300px);
    }

    /* 栏目页-公用 */
    .wrap {
        width: 1002px;
    }

    .header .logo {
        width: 150px;
        height: 40px;
    }

    .section_footer_lm {
        bottom: auto;
    }

    .lm_main .lm_txt p {
        margin-bottom: 20px;
    }

    .lm_title {
        padding: 60px 0;
        margin-left: calc(100vw / 16 * 1);
    }

    .lm_title .con_l {
        width: 35%;
    }

    .lm_title .con_l h1 {
        font-size: 50px;
    }

    .lm_title .con_r {
        padding-right: 8%;
        width: 65%;
    }

    .lm_title .con_r p {
        margin-bottom: 20px;
    }

    .lm_imatext .con .more a {
        font-size: 12px;
    }

    .lm_imatext .con .more a {
        height: 42px;
        line-height: 40px;
        padding: 0 20px;
    }

    .lm_imatext2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lm_banner {
        margin-bottom: 60px;
    }

    .lm_banner .pic {
        height: 360px;
    }

    .lm_tab_list li a {
        line-height: 60px;
        font-size: 18px;
    }

    /* 栏目页-产品与解决方案 */
    .lm_cp_box {
        padding-bottom: 60px;
    }

    .lm_imatext_r .con {
        padding: 0 40px 0 0;
    }

    .lm_cp_part5 {
        height: 360px;
        padding-top: 100px;
    }

    .lm_cp_part5 .con_l .tit {
        font-size: 38px;
    }

    .lm_cp_part5 .con_l .txt {
        font-size: 16px;
    }

    .lm_cp_part5 .tit2 {
        font-size: 32px;
    }

    .lm_cp_part5 .more {
        padding-top: 20px;
        margin-left: -15px;
    }

    .lm_cp_part5 .more a {
        font-size: 12px;
        padding: 0 15px;
    }

    .lm_cp_part5 .more .iconfont {
        font-size: 12px;
    }

    /* 关于我们 */
    .pc_mb_30 {
        margin-bottom: 20px;
    }

    .height_0 {
        height: 0;
        padding: 0;
    }

    .pb_0 {
        padding-bottom: 0;
    }

    .lm_title .con_l .num_list {
        padding-top: 20px;
    }

    .lm_title .con_l .num_list li {
        padding: 0 20px 20px 0;
        max-width: 33%;
    }

    .lm_title .con_l .num_list .num {
        font-size: 34px;
        line-height: 1.1;
    }

    .lm_gywm_banner .video_btn i {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px;
    }

    .lm_gywm_banner .video_btn i::before {
        border-top-width: 10px;
        border-left-width: 12px;
        border-bottom-width: 10px;
        margin: -10px 0 0 -4px;
    }

    .lm_gywm_zzrztop {
        padding: 60px 0 30px;
    }

    .lm_gywm_qywh ul {
        margin: 0 -30px;
    }

    .lm_gywm_qywh li {
        padding: 0 30px;
    }

    .lm_gywm_qywh li .p1 {
        font-size: 14px;
    }

    .lm_gywm_qywh li .p2 {
        font-size: 18px;
        padding: 10px 0 16px;
    }

    .lm_gywm_zzrzbot .btn_box {
        margin-bottom: 30px;
    }

    .lm_gywm_zzrzbot .btn_box2 {
        margin-bottom: 0;
    }

    .lm_gywm_zzrzbot .tab_click {
        padding-bottom: 20px;
    }

    .lm_gywm_zzrzbot .table_swiper_bg {
        height: 460px;
    }

    /* 服务 */
    .lm_fw_part1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lm_fw_part3 {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .lm_fw_part4 {
        padding: 30px 0;
    }

    .lm_fw_part5 {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    /* 新闻列表 */
    .lm_xwlb ul {
        margin: 0 -10px;
    }

    .lm_xwlb li {
        padding: 10px;
    }

    .lm_xwlb .li_box .text_con {
        padding: 30px;
    }

    .lm_xwlb .li_box .text_con .tit {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .lm_xwlb .li_box .text_con .btn {
        font-size: 14px;
        right: 30px;
    }

    /* 新闻详情 */
    .lm_xwxq .cont {
        padding: 60px 0;
    }

    .lm_xwxq .cont .text {
        padding: 40px 0;
    }

    .lm_xwxq .cont .tit {
        font-size: 30px;
    }

    .lm_xwxq .other a {
        font-size: 16px;
    }
}

/* ipad-1024*768 */
@media screen and (max-width: 1200px) {
    /* 公用部分 */
    .wrap {
        padding: 0 40px;
        width: 100%;
    }

    .nav {
        height: calc(100vw / 16 * 2);
    }

    .nav .ul_one {
        padding-left: 40px;
    }

    .nav .ul_one li {
        line-height: calc(100vw / 16 * 2);
        /*padding-right: 30px;*/
        margin-left: 15px;
        margin-right: 15px;
    }

    .nav .ul_one li a {
        font-size: 14px;
    }

    .nav .list {
        padding: 10px 40px;
    }

    .nav .list .li {
        padding: 16px 0;
    }

    .nav .list .li b {
        width: 200px;
        min-width: 200px;
    }

    .nav .list .li span {
        padding-left: 200px;
    }

    /* 首页 */
    .t_right {
        top: calc(100vw / 16 * 2);
        height: calc(100vh - 100vw / 16 * 2);
    }

    .t_right .menu li {
        padding: 8px 0;
    }

    .section1 .line {
        top: calc(100vw / 16 * 2);
    }

    .section2::after {
        top: calc(100vw / 16 * 2);
    }

    .section2 .bg .pic {
        height: 100%;
        background: no-repeat right center;
        background-size: 100% auto;
    }

    .section2 .bg .pic::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 10%;
        background: #fff;
        top: 0;
    }

    .section2 .bg .pic::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 9%;
        background: #fff;
        bottom: 0;
    }

    .section2 .bg .img1 .pic {
        top: 0;
    }

    .section2 .bg .img1 .pic:before {
        display: none;
    }

    .section2 .div1 {
        padding-left: 30px;
    }

    .section2 .div2 li {
        padding: 70px 0 30px 0;
    }

    .in_box_list .li_a {
        height: 20vh;
    }

    .section4 .div1 {
        animation: none;
    }

    .section4 .div4 .d_bg {
        height: 20vh;
    }

    .section5 {
        animation: none;
    }

    .section5 .div1 {
        height: 40vh;
    }

    .section5 .div4 .d_bg {
        height: 20vh;
    }

    .section6 .div2 dl dd {
        padding: 0 15px;
    }

    .section7 .div2 dl {
        height: 23.5vh;
    }

    .section7 .div2 dd {
        padding: 40px 0 0 30px;
    }

    .section8 .div2 li {
        padding: 30px 0 0 60px;
    }

    .section8 .div2 i {
        width: 100%;
    }

    .section8 .div3 {
        height: 29vh;
        top: 50vh;
        width: calc(100vw / 16 * 8);
        padding-left: 60px;
    }

    .section8 .div4 {
        width: calc(100vw / 16 * 6);
        left: calc(100vw / 16 * 8);
    }

    /* 栏目页-公用 */

    .section_footer_lm {
        bottom: auto;
    }

    .lm_title {
        padding: 40px 0;
    }

    .lm_title .con_l {
        width: 45%;
    }

    .lm_title .con_l h1 {
        font-size: 40px;
    }

    .lm_title .con_l .tit {
        font-size: 18px;
    }

    .lm_title .con_r {
        width: 55%;
    }

    .lm_title .con_r p {
        font-size: 16px;
    }

    .lm_main .lm_tit2 {
        font-size: 16px;
    }

    .lm_main .lm_tit {
        font-size: 28px;
        padding-bottom: 15px;
    }

    .lm_main .lm_txt {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .lm_imatext .con .more a {
        width: 100%;
    }

    .lm_imatext2 .pic {
        margin-bottom: 15px;
    }

    .lm_tab_list li a {
        line-height: 50px;
        font-size: 16px;
    }

    .lm_banner {
        margin-bottom: 40px;
    }

    .lm_banner .pic {
        height: 300px;
    }

    /* 栏目页-产品与解决方案 */
    .lm_cp_box {
        padding-bottom: 40px;
    }

    /* 关于我们 */
    .pb_0 {
        padding-bottom: 0;
    }

    .lm_title .con_l .num_list li {
        text-align: left;
    }

    .lm_gywm_qywh ul {
        margin: 0;
        padding-top: 20px;
    }

    .lm_gywm_qywh li {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .lm_gywm_qywh li .p2 {
        font-size: 16px;
        padding: 6px 0 10px 0;
    }

    .lm_gywm_zzrzbot .tab_click {
        padding-bottom: 30px;
    }

    .lm_gywm_zzrzbot .btn_box {
        margin-bottom: 20px;
    }

    .lm_gywm_zzrzbot .btn_box2 {
        margin-bottom: 0;
        height: 0;
    }

    .lm_gywm_zzrzbot .btn_box2 .btn {
        position: absolute;
        right: 20px;
        top: -60px;
    }

    .lm_gywm_zzrzbot .table {
        padding: 0 20px;
    }

    .lm_gywm_zzrzbot .table_swiper_bg {
        height: 390px;
    }

    .lm_gywm_zzrzbot .btn_box .year a {
        margin-right: 20px;
    }
    /* 资质认证-认证 */
    .swiper-wrapper-new li{
        width: 31%;
        height: 50px;
        margin: 10px 1% 10px 1%;
    }

    /* 服务 */
    .pc_mb_20 {
        padding-bottom: 10px;
    }

    .lm_title .con_l .txt {
        font-size: 16px;
    }

    .lm_fw_banner .lm_title .con_l {
        box-sizing: border-box;
        padding-right: 20px;
    }

    .lm_fw_banner .lm_title .con_r {
        max-width: 50%;
    }

    .lm_fw_more a {
        width: auto;
    }

    .lm_fw_part2 .pic2 {
        overflow: hidden;
    }

    .lm_fw_part2 .pic2 img {
        width: 150%;
    }

    /* 产品详情 */
    .lm_cpxq_banner .lm_title .con_l h1 {
        font-size: 36px;
    }

    .lm_cpxq_part1 .con {
        padding: 20px 40px;
    }

    .lm_cpxq_part1 .con::before {
        width: 6px;
        height: 30px;
    }

    .lm_cpxq_part1 .con::after {
        width: 30px;
        height: 6px;
    }

    .lm_cpxq_part1 .con .dian {
        width: 10px;
        height: 10px;
    }

    .lm_cpxq_part2 .li_box {
        height: 260px;
        padding: 30px 30px;
    }

    .lm_cpxq_part4 .li_box::before {
        height: 40px;
    }

    .lm_cpxq_part4 .li_box::after {
        width: 40px;
    }

    .lm_cpxq_part5 .tab_box {
        width: 40%;
        height: 260px;
    }

    .lm_cpxq_part5 .tab_box a {
        margin-bottom: 20px;
    }

    .lm_cpxq_part5 .tab_con {
        width: 60%;
    }

    .lm_cpxq_part6 li {
        padding: 40px 0;
    }

    .lm_cpxq_part6 .icon {
        width: 100px;
    }

    .lm_cpxq_part6 .icon img {
        width: 60%;
    }

    .lm_cpxq_part6 .tit {
        margin-left: 100px;
        font-size: 20px;
    }

    .lm_cpxq_part6 .con_r {
        padding-left: 0;
    }

    /* 加入我们 */
    .lm_jrwm_part1 .box2 img {
        width: 100%;
    }

    .lm_jrwm_part1 .box2 .text {
        font-size: 18px;
        width: 70%;
    }

    .lm_jrwm_part1 .box3 .con_l .txt {
        font-size: 18px;
    }

    .lm_jrwm_part1 .box3 .con_l .tet {
        font-size: 14px;
    }

    .lm_jrwm_part1 .box3 .con_l .btn {
        font-size: 14px;
        padding-top: 20px;
    }

    .lm_jrwm_part1 .box3 .con_r .txt {
        font-size: 16px;
    }

    /* 新闻详情 */
    .lm_xwxq_left {
        padding-right: 40px;
        font-size: 20px;
    }

    .lm_xwxq_left .date {
        padding-top: 40px;
    }

    .lm_xwxq_left .date .p1 {
        font-size: 40px;
    }

    .lm_xwxq .cont {
        padding: 40px 0;
    }

    .lm_xwxq .cont .tit {
        font-size: 24px;
    }

    .lm_xwxq .cont .ly {
        font-size: 12px;
    }

    .lm_xwxq .cont .text {
        font-size: 16px;
    }

    .lm_xwxq .other .prev,
    .lm_xwxq .other .next {
        width: 45%;
    }

    .lm_xwxq .other .prev {
        padding-left: 40px;
    }

    .lm_xwxq .other .next {
        padding-right: 40px;
    }

    /* 投资者关系 */
    .lm_tzzgx_part1 .bot .box {
        padding-top: 40px;
    }

    .lm_tzzgx_part1 .bot .tab_box {
        float: none;
        margin-bottom: 20px;
    }

    .lm_tzzgx_part1 .bot .tab_box ul {
        clear: both;
        overflow: hidden;
    }

    .lm_tzzgx_part1 .bot .tab_box li {
        float: left;
        width: 25%;
    }

    .lm_tzzgx_part1 .bot .tab_box a {
        margin-top: 0;
        width: 100%;
    }

    .lm_tzzgx_part1 .bot .tab_con {
        margin-left: 0;
    }

    .lm_tzzgx_part_list {
        padding-top: 60px;
    }

    .lm_tzzgx_part_list .top li a {
        height: 140px;
    }

    .lm_tzzgx_part_list .top li .text {
        padding: 24px 30px;
    }

    .lm_tzzgx_part_list .top li .icon {
        width: 40px;
        height: 42px;
        background-size: 80px;
    }

    .lm_tzzgx_part_list .top li .txt {
        font-size: 20px;
        padding-top: 20px;
    }

    .lm_tzzgx_part_list .list li {
        padding: 20px 0;
    }

    .lm_tzzgx_part_list .list .date {
        font-size: 12px;
    }

    .lm_tzzgx_part_list .list a {
        font-size: 14px;
        margin-left: 80px;
    }
}

/* ipad-竖-768*1024 */
@media screen and (max-width: 1002px) {
    /* 公用部分 */
    .header {
        top: 30px;
    }

    .header .logo {
        width: 140px;
    }

    .section_footer .txt {
        font-size: 12px;
    }

    .section_footer .con {
        padding-top: 30px;
    }

    .section_footer .con_l .phone {
        padding-bottom: 10px;
    }

    .section_footer .con_l .phone b {
        font-size: 20px;
    }

    .section_footer .con_l .address b {
        font-size: 15px;
    }

    .section_footer .con_r .txt {
        padding-top: 20px;
    }

    /* 首页 */
    .section1 .div1 h2,
    .section3 .div1 h2,
    .section4 .div3 h2,
    .section5 .div3 h2,
    .section7 .div1 h2,
    .section8 .div1 h2 {
        line-height: 1.3;
    }

    .section2 .bg .pic::after {
        height: 30vh;
    }

    .section2 .bg .pic::before {
        height: 30vh;
    }

    .section2 .div1 {
        width: 50%;
    }

    .section2 .div2 li {
        padding: 100px 0;
    }

    .section3 .div1 {
        width: calc(100vw / 16 * 12);
    }

    .in_box_list .li_a {
        width: calc(100vw / 16 * 2.8);
    }

    .section4 .div1 {
        width: calc(100vw / 16 * 8.4);
    }

    .section4 .div2 {
        width: calc(100vw / 16 * 5.6);
        left: calc(100vw / 16 * 8.4);
    }

    .section4 .div3 {
        top: 15%;
        width: calc(100vw / 16 * 5);
    }

    .section4 .div4 {
        width: calc(100vw / 16 * 14);
        left: calc(100vw / 16 * 0);
    }

    .section4 .div4 .d_box2 .d_box_li {
        width: calc(100vw / 16 * 5.6);
    }

    .section4 .div4 .d_box3 .d_box_li {
        width: calc(100vw / 16 * 8.4);
    }

    .section5 .div3 {
        width: calc(100vw / 16 * 7);
        left: calc(100vw / 16 * 6);
        bottom: 70%;
    }

    .section5 .div4 {
        width: calc(100vw / 16 * 11.2);
        left: calc(100vw / 16 * 1);
    }

    .section5 .div4 .d_box2 .d_box_li {
        width: calc(100vw / 16 * 5.6);
    }

    .section5 .div4 .d_box3 .d_box_li {
        width: calc(100vw / 16 * 5.6);
    }

    .section6 .div2 dl dt h2 {
        font-size: 14px;
        padding: 0 15px;
    }

    .section6 .div2 dl dd {
        padding: 0 15px;
    }

    .section6 .div2 dl dd .txt {
        font-size: 12px;
    }

    .section6 .div2 dl .iconfont {
        font-size: 20px;
    }

    .section7 .div1 {
        top: 25%;
    }

    .section7 .div2 dl {
        height: 20vh;
    }

    .section7 .div2 .container1 {
        margin-bottom: 10vh;
    }

    .section7 .div2 .but {
        height: 10vh;
    }

    .section8 .div2 li {
        padding: 40px 0 0 40px;
    }

    .section8 .div3 {
        height: 24vh;
        top: 55vh;
        padding: 0 40px;
        width: calc(100vw / 16 * 14);
    }

    .section8 .div4 {
        width: calc(100vw / 16 * 7);
        left: calc(100vw / 16 * 7);
    }

    .section8.section_an .div4 {
        height: 55vh;
    }

    /* 栏目页-公用 */
    .header_bg_lm {
        height: calc(100vw / 16 * 2);
    }

    .header_bg_lm .nav .ul_one li {
        line-height: calc(100vw / 16 * 2);
    }

    .lm_title {
        padding: 40px 0;
        margin-left: 40px;
    }

    .lm_title .con_l h1 {
        font-size: 36px;
    }

    .lm_title .con_l .tit {
        font-size: 16px;
    }

    .lm_title .con_r p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .lm_main .lm_tit2 {
        font-size: 14px;
    }

    .lm_main .lm_tit {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .lm_main .lm_txt p {
        margin-bottom: 10px;
    }

    .lm_banner {
        margin-bottom: 30px;
    }

    .lm_banner .pic {
        height: 280px;
    }

    .lm_imatext {
        padding: 0 30px;
    }

    .lm_imatext .con {
        padding-left: 30px;
    }

    .lm_imatext .con .more a {
        width: 100%;
    }

    .lm_imatext_r .con {
        padding: 0 30px 0 0;
    }

    .lm_imatext2 {
        padding: 30px;
    }

    /* 栏目页-产品与解决方案 */
    .lm_cp_box {
        padding-bottom: 30px;
    }

    .lm_cp_part5 {
        height: 300px;
        padding-top: 60px;
    }

    .lm_cp_part5 .con_l .tit {
        font-size: 30px;
    }

    .lm_cp_part5 .con_l .txt {
        font-size: 14px;
    }

    .lm_cp_part5 .con_r {
        padding-left: 8%;
    }

    .lm_cp_part5 .tit2 {
        font-size: 28px;
    }

    .lm_cp_part5 .more a {
        width: 200px;
    }

    /* 关于我们 */
    .height_0 {
        height: 0;
        padding: 0;
    }

    .pb_0 {
        padding-bottom: 0;
    }

    .lm_title .con_l .num_list span {
        font-size: 12px;
    }

    .lm_title .con_l .num_list .num {
        font-size: 24px;
    }

    .lm_gywm_zzrzbot {
        padding-top: 30px;
    }

    .lm_gywm_zzrzbot .tab_click li a {
        font-size: 16px;
        line-height: 34px;
        padding: 0 28px;
    }
    /* 资质认证-认证 */
    .swiper-wrapper-new li{
        width: 48%;
        height: 36px;
        margin: 5px 1% 5px 1%;
    }

    /* 服务 */
    .lm_title .con_l .txt {
        font-size: 14px;
    }

    .lm_fw_banner .lm_title .con_r {
        padding-right: 0;
        padding-left: 8%;
    }

    .lm_fw_more a {
        font-size: 12px;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
    }

    .lm_more_h100.lm_fw_more a {
        height: 60px;
    }

    .lm_more_h100.lm_fw_more i {
        font-size: 10px;
    }

    .lm_more_h100.lm_fw_more .tel {
        font-size: 16px;
    }

    .lm_fw_part1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lm_fw_part3 {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .lm_fw_part4 {
        padding: 15px 0;
    }

    .lm_fw_part5 {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    /* 产品详情 */
    .lm_cpxq_banner .lm_title .con_l h1 {
        font-size: 28px;
    }

    .lm_cpxq_part2 .li_box .tit {
        font-size: 18px;
    }

    .lm_cpxq_part3 .li_box .text_con {
        padding: 20px 20px 30px;
    }

    .lm_cpxq_part3 .li_box .tit {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .lm_cpxq_part4 .text_con {
        padding-top: 30px;
    }

    .lm_cpxq_part4 .text_con .tit {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .lm_cpxq_part6 .tit {
        font-size: 16px;
    }

    /* 加入我们 */
    .lm_jrwm_part1 {
        padding-top: 140px;
    }

    .lm_jrwm_part1 .box1 {
        margin-top: 20px;
    }

    .lm_jrwm_part1 .box1 li:nth-child(2) {
        margin-top: 20px;
    }

    .lm_jrwm_part1 .box2 {
        padding-top: 60px;
    }

    .lm_jrwm_part1 .box3 {
        padding-top: 60px;
    }

    .lm_jrwm_part1 .box3 .title .tit {
        font-size: 36px;
    }

    .lm_jrwm_part2 .lm_imatext2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .lm_jrwm_part3 {
        padding: 60px 0;
    }

    .lm_jrwm_part3 .top_tit {
        padding-bottom: 20px;
    }

    .lm_jrwm_part3 .top_tit .btn_box {
        width: 120px;
    }

    .lm_jrwm_part3 .con_l,
    .lm_jrwm_part3 .con_r {
        width: 100%;
        float: none;
    }

    .lm_jrwm_part3 .con_r {
        padding-left: 0;
    }

    .lm_jrwm_part3 .tet {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }

    .lm_jrwm_part3 .tit {
        padding-top: 0px;
        line-height: 60px;
        padding-left: 20px;
        font-size: 16px;
    }

    .lm_jrwm_part3 .con_r .txt {
        padding-bottom: 10px;
    }

    /* 新闻列表 */
    .lm_xwlb {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .lm_xwlb ul {
        padding-bottom: 30px;
    }

    .lm_xwlb .li_box .text_con {
        padding: 20px;
    }

    .lm_xwlb .li_box .text_con .tit {
        font-size: 14px;
    }

    .lm_xwlb .li_box .text_con .txt {
        font-size: 12px;
    }
    .lm_xwlb .li_box span.txt {
        max-height: 72px;
    }


    .lm_xwlb .li_box .text_con .btn {
        font-size: 12px;
        right: 20px;
    }

    .lm_xwlb .li_box .text_con .btn i {
        font-size: 12px;
    }

    /* 新闻详情 */
    .lm_xwxq_left {
        padding-right: 20px;
    }

    .lm_xwxq .other .prev,
    .lm_xwxq .other .next {
        float: none;
        width: 100%;
        padding: 10px 0;
    }

    .lm_xwxq .other .prev i,
    .lm_xwxq .other .next i {
        display: none;
    }

    .lm_xwxq .other span {
        padding-bottom: 4px;
    }

    /* 投资者关系 */
    .lm_tzzgx_banner .stock span {
        width: 110px;
        line-height: 48px;
    }

    .lm_tzzgx_banner .stock span.p1 {
        font-size: 14px;
    }

    .lm_tzzgx_banner .stock span.p2 {
        font-size: 18px;
    }

    .lm_tzzgx_part1 {
        padding-top: 40px;
    }

    .lm_tzzgx_part1 .top .tit_box .tit {
        font-size: 24px;
    }

    .lm_tzzgx_part1 .top .tit_box .num {
        padding-top: 0;
        font-size: 14px;
    }

    .lm_tzzgx_part1 .top .tit_box .num i {
        font-size: 18px;
    }

    .lm_tzzgx_part1 .top .tet_box {
        padding-bottom: 40px;
    }

    .lm_tzzgx_part1 .top .tet_box .date {
        padding-top: 10px;
    }

    .lm_tzzgx_part1 .bot {
        margin-left: 30px;
        padding-right: 30px;
    }

    .lm_tzzgx_part1 .bot .tab_box a {
        font-size: 14px;
        line-height: 40px;
    }

    .lm_tzzgx_part_list {
        padding-top: 40px;
    }

    .lm_tzzgx_part_list .top li a {
        height: 124px;
    }

    .lm_tzzgx_part_list .top li .txt {
        font-size: 16px;
        padding-top: 10px;
    }
}

/* 手机 */
@media screen and (max-width: 758px) {
    /* 公用部分 */
    .wrap {
        padding: 0 15px;
    }

    .rotation-shim.rotation-shim-on {
        display: flex !important;
    }

    .rotation-shim {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1350;
        box-sizing: border-box;
        width: 100%;
        height: 100vh;
        background-color: #073190;
        color: #fff;
    }

    .rotation-shim .shim_svg {
        display: none;
    }

    .rotation-shim-inner {
        display: inline-flex;
        align-items: center;
        margin: auto;
    }

    .rotation-shim-image {
        margin-right: 48px;
        width: 98px;
        height: 105px;
    }

    .rotation-shim-image svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .rotation-shim-title {
        max-width: 327px;
        font-size: 24px;
        font-weight: 600;
        color: #fff;
    }

    .rotation-shim-text {
        margin-top: 16px;
        max-width: 327px;
        font-size: 15px;
        line-height: 1.6;
        color: #fff;
    }

    .header {
        top: calc((100vw / 16 * 2 - 26px) / 2);
        left: 15px;
        z-index: 100;
    }

    .header .logo {
        width: 84px;
        height: 26px;
    }

    .header .logo.logo_one .img1 {
        opacity: 1 !important;
        transition: 0.4s;
    }

    .header .logo.logo_one .img2 {
        opacity: 0 !important;
        transition: 0.4s;
    }

    .nav {
        z-index: 70;
    }

    .nav .but {
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
    }

    .nav .but i {
        margin-top: 9px;
        height: 2px;
    }

    .nav .but i:before {
        margin-top: -8px;
    }

    .nav .but i:after {
        margin-top: 8px;
    }

    .nav .nav_list {
        width: 100vw;
        height: 100vh;
        top: -100vh;
        transition: 0.8s;
    }

    .nav .nav_list::after {
        content: "";
        position: absolute;
        width: calc(100vw / 16 * 2 - 1px);
        right: 0;
        top: calc(100vw / 16 * 2);
        height: 0;
        background: #073190;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        transition: 1s;
    }

    .nav.nav_one .nav_list {
        height: 100vh;
        right: 0;
        top: 0;
    }

    .nav.nav_one .nav_list::after {
        height: 100vh;
    }

    .nav .ul_one {
        padding: calc(100vw / 16 * 3) 0 0 calc(100vw / 16 * 1);
    }

    .nav .ul_one .phone_bg {
        position: absolute;
        width: 100%;
        height: calc(100vh - (100vw / 16 * 2));
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
    }

    .nav .ul_one::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.15);
        top: calc(100vw / 16 * 2);
        left: 0;
    }

    .nav .ul_one ul {
        width: 100%;
    }

    .nav .ul_one li {
        float: none;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .nav .ul_one li:first-child {
         margin-left: 15px !important;
    }

    .nav .nav_list_1 .ul_one .phone_bg {
        opacity: 1;
        visibility: visible;
    }

    .nav .nav_list_1 .ul_two {
        right: 0;
    }

    .nav .ul_two {
        position: absolute;
        right: -100%;
        bottom: 0;
        width: calc(100vw / 16 * 14);
        height: calc(100vh - (100vw / 16 * 2) - 1px);
        z-index: 80;
        transition: 0.4s;
    }

    .nav .list {
        top: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

    .nav .list .li {
        padding: 10px 0;
        border: none;
    }

    .nav .list .li b {
        width: 100%;
        min-width: auto;
        float: none;
    }

    .nav .list .li span {
        padding-left: 0;
        transform: rotate(0) !important;
    }

    .nav .list .li a {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        font-size: 12px;
        padding: 4px 0;
        color: #fff;
    }

    .nav .list .li_box {
        padding: 10px 20px;
    }

    .section_footer {
        height: 180px;
        bottom: -180px;
    }

    .section_footer .nav_ul {
        display: none;
    }

    .section_footer .con {
        padding-top: 20px;
    }

    .section8_f {
        transform: translateY(-180px);
    }

    .section_footer .logo {
        float: none;
        width: 130px;
        margin: 0 auto;
    }

    .section_footer .logo img {
        float: none;
    }

    .section_footer .txt {
        font-size: 10px;
    }

    .section_footer .con_l {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .section_footer .con_l {
        padding-top: 15px;
    }

    .section_footer .con_l .phone {
        padding-bottom: 0;
    }

    .section_footer .con_l .address {
        padding-bottom: 0;
    }

    .section_footer .con_l .txt br {
        display: none;
    }

    .section_footer .con_r {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .section_footer .con_r .txt {
        padding: 0;
    }

    .section_footer .con_r .fx {
        display: none;
    }

    /* 首页 */
    .t_right .menu li {
        padding: 6px 0;
    }

    .t_right .menu li.active a {
        height: 40px;
    }

    .t_right .icon_list .text {
        font-size: 11px;
        padding-bottom: 10px;
    }

    .t_right .icon_list a span {
        font-size: 14px;
    }

    .b_left {
        display: none;
    }

    .fp-viewing-3 .t_right .menu li a,
    .fp-viewing-5 .t_right .menu li a {
        background: #fff;
    }

    .fp-viewing-3 .t_right .icon_list .text,
    .fp-viewing-5 .t_right .icon_list .text {
        color: #fff;
    }

    .fp-viewing-3 .t_right .icon_list a,
    .fp-viewing-5 .t_right .icon_list a {
        color: #fff;
    }

    .section1 .div1 h2,
    .section3 .div1 h2,
    .section4 .div3 h2,
    .section5 .div3 h2,
    .section7 .div1 h2,
    .section8 .div1 h2 {
        font-size: 30px;
    }

    .section1_video {
        animation: section1_video_b 40s linear infinite;
    }

    .section1_video video {
        display: none;
    }

    @keyframes section1_video_b {
        0% {
            background-position: 0% center;
        }

        50% {
            background-position: 100% center;
        }

        100% {
            background-position: 0% center;
        }
    }

    .section1 .div1 {
        width: calc(100vw / 16 * 12);
    }

    .section1 .div1 span {
        font-size: 16px;
    }

    .section1 .div2 {
        width: 180px;
        height: 65px;
        bottom: 60px;
        right: auto;
        left: calc(100vw / 16 * 1);
    }

    .section1 .div2 .gp_l {
        line-height: 1.3;
    }

    .section1 .div2 .gp_l b {
        font-size: 18px;
    }

    .section1 .div2 .gp_l span {
        font-size: 12px;
    }

    .section1 .div2 .gp_r span {
        line-height: 63px;
        font-size: 18px;
    }

    .section2::after {
        z-index: 15;
    }

    .section2 .bg .img2 {
        display: none;
    }

    .section2 .bg .img1 {
        width: 100%;
        right: 0;
    }

    .section2 .bg .img1 .pic {
        background: url(../images/in_s1_bg03.png) no-repeat center;
        background-size: 100% auto;
    }

    .section2 .bg .pic::after,
    .section2 .bg .pic::before {
        display: none;
    }

    .section2 .div1 {
        width: calc(100vw / 16 * 12);
        left: calc(100vw / 16 * 1);
        padding: 0;
        top: 68%;
        margin-top: -40px;
        padding-left: 10px;
    }

    .section2 .div1 h2,
    .section2 .div1 span {
        font-size: 30px;
    }

    .section2 .div1 span br {
        display: none;
    }

    .section2 .div2 {
        width: calc(100vw / 16 * 14);
        left: 0;
    }

    .section2 .div2 li {
        color: #333;
        padding: 0 0 30px 0;
    }

    .section2 .div2 li b {
        font-size: 24px;
    }

    .section2 .div2 li span {
        font-size: 12px;
    }

    .section2 .three_earth {
        bottom: calc(50vh + 50vw);
        width: calc(100vw / 16 * 12);
        height: calc(100vw / 16 * 12);
        transform: translate(50%, 50%);
        right: calc(100vw / 16 * 1.5);
        z-index: 12;
    }

    .section3 .div1 h2 br {
        display: inline-block;
    }

    .section3 .div1 > span {
        padding: 15px 0 30px 0;
    }

    .section3 .div1 a {
        width: 160px;
        height: 36px;
        line-height: 34px;
        font-size: 13px;
    }

    .section3 .div1 a span {
        font-size: 13px;
    }

    .section3 .div2 {
        height: auto;
    }

    .section3 .div2 ul {
        padding: 30px 0 30px calc(100vw / 16 * 1);
        overflow: hidden;
    }

    .section3 .div2 li {
        width: 33.3%;
    }

    .section3 .div2 b {
        font-size: 20px;
    }

    .section3 .div2 i {
        font-size: 14px;
    }

    .section3 .div2 i br {
        display: inline-block;
    }

    .in_box_list .li_a {
        width: calc(100vw / 16 * 7) !important;
        height: 18vh;
    }

    .in_box_list .li_a a {
        padding: 20px;
    }

    .in_box_list .li_a .txt {
        display: none;
    }

    .in_box_list .li_a .tit {
        font-size: 14px;
    }

    .section4 .r_bg {
        display: none;
    }

    .section4 .div1 {
        width: 100%;
        background-size: auto 100vh;
    }

    .section4 .div2 {
        display: none;
    }

    .section4 .div3 {
        width: calc(100vw / 16 * 14);
        top: 10vh;
    }

    .section4 .div3 h2 {
        padding-bottom: 10px;
    }

    .section4 .div3 > span {
        display: none;
    }

    .section4 .div4 {
        width: calc(100vw / 16 * 14);
        height: 72vh;
        left: 0;
    }

    .section4 .div4 .d_bg {
        position: initial;
    }

    .section4 .div4 .d_box {
        position: initial;
    }

    .section4 .div4 .d_box_li {
        position: initial;
    }

    .section4 .div4 .li_a {
        position: absolute;
    }

    .section4 .div4 .d_box1 .li_a {
        left: 0;
        top: 0;
    }

    .section4 .div4 .d_box1 .li_a:nth-child(2) {
        left: 50%;
    }

    .section4 .div4 .d_box2 .li_a {
        left: 0;
        top: 18vh;
    }

    .section4 .div4 .d_box2 .li_a:nth-child(2) {
        left: 50%;
    }

    .section4 .div4 .d_box3 .li_a {
        left: 0;
        top: 36vh;
    }

    .section4 .div4 .d_box3 .li_a:nth-child(2) {
        top: 54vh;
        left: 50%;
    }

    .section4 .div4 .d_box3 .li_a:nth-child(3) {
        left: 50%;
    }

    .section4 .div4 .d_box4 .li_a {
        left: 0;
        top: 54vh;
    }

    .section4 .div4 .li_a {
        opacity: 0;
        transform: translateY(20px);
        transition: 0.8s;
    }

    .section4.section_an .div4 .li_a {
        opacity: 1;
        transform: translateY(0);
    }

    .section4.section_an .div4 .li_a.a1 {
        transition-delay: 0.1s;
    }

    .section4.section_an .div4 .li_a.a2 {
        transition-delay: 0.2s;
    }

    .section4.section_an .div4 .li_a.a3 {
        transition-delay: 0.3s;
    }

    .section4.section_an .div4 .li_a.a4 {
        transition-delay: 0.4s;
    }

    .section4.section_an .div4 .li_a.a5 {
        transition-delay: 0.5s;
    }

    .section4.section_an .div4 .li_a.a6 {
        transition-delay: 0.6s;
    }

    .section4.section_an .div4 .li_a.a7 {
        transition-delay: 0.7s;
    }

    .section4.section_an .div4 .li_a.a8 {
        transition-delay: 0.8s;
    }

    .section5 .div1 {
        display: none;
    }

    .section5 .div3 {
        width: calc(100vw / 16 * 14);
        top: 10vh;
        left: calc(100vw / 16 * 1);
        padding: 0;
    }

    .section5 .div3 h2 {
        padding-bottom: 10px;
    }

    .section5 .div3 > span {
        display: none;
    }

    .section5 .div4 {
        width: calc(100vw / 16 * 14);
        height: 72vh;
        left: 0;
    }

    .section5 .div4 .d_bg {
        position: initial;
    }

    .section5 .div4 .d_box {
        position: initial;
    }

    .section5 .div4 .d_box_li {
        position: initial;
    }

    .section5 .div4 .li_a {
        position: absolute;
    }

    .section5 .div4 .d_box1 .li_a {
        left: 0;
        top: 0;
    }

    .section5 .div4 .d_box1 .li_a:nth-child(2) {
        left: 50%;
    }

    .section5 .div4 .d_box2 .li_a {
        left: 0;
        top: 18vh;
    }

    .section5 .div4 .d_box2 .li_a:nth-child(1) {
        width: 100% !important;
        left: 0;
    }

    .section5 .div4 .d_box2 .li_a:nth-child(2) {
        top: 36vh;
        left: 50%;
    }

    .section5 .div4 .d_box3 .li_a {
        left: 0;
        top: 36vh;
    }

    .section5 .div4 .d_box3 .li_a:nth-child(2) {
        top: 54vh;
        left: 50%;
    }

    .section5 .div4 .d_box3 .li_a:nth-child(3) {
        left: 50%;
    }

    .section5 .div4 .d_box4 .li_a {
        left: 0;
        top: 54vh;
    }

    .section5 .div4 .li_a {
        opacity: 0;
        transform: translateY(20px);
        transition: 0.8s;
    }

    .section5.section_an .div4 .li_a {
        opacity: 1;
        transform: translateY(0);
    }

    .section5.section_an .div4 .li_a.a1 {
        transition-delay: 0.1s;
    }

    .section5.section_an .div4 .li_a.a2 {
        transition-delay: 0.2s;
    }

    .section5.section_an .div4 .li_a.a3 {
        transition-delay: 0.3s;
    }

    .section5.section_an .div4 .li_a.a4 {
        transition-delay: 0.4s;
    }

    .section5.section_an .div4 .li_a.a5 {
        transition-delay: 0.5s;
    }

    .section5.section_an .div4 .li_a.a6 {
        transition-delay: 0.6s;
    }

    .section5.section_an .div4 .li_a.a7 {
        transition-delay: 0.7s;
    }

    .section5.section_an .div4 .li_a.a8 {
        transition-delay: 0.8s;
    }

    .section6 .r_bg {
        display: none;
    }

    .section6 .div1 li {
        width: 100%;
    }

    .section6 .div2 {
        height: calc(100vh - 100vw / 16 * 2);
        bottom: 0;
    }

    .section6 .div2 li {
        float: none;
        height: 20%;
        width: 100%;
    }

    .section6 .div2 li::after {
        display: none !important;
    }

    .section6 .div2 li::before {
        display: none !important;
    }

    .section6 .div2 dl {
        bottom: 0 !important;
        top: 0;
        display: flex;
        align-items: center;
    }

    .section6 .div2 dl dt {
        display: none;
    }

    .section6 .div2 dl dd {
        opacity: 1 !important;
        height: auto;
        padding: 0 60px 0 calc(100vw / 16 * 1);
    }

    .section6 .div2 dl dd h2 {
        font-size: 18px;
    }

    .section6 .div2 dl dd .txt {
        font-size: 13px;
        padding: 10px 0 0 0;
        opacity: 0.6;
    }

    .section6 .div2 dl .iconfont {
        position: absolute;
        right: 18px;
        top: 50%;
        font-size: 16px;
    }

    .section6 .div2 .shu {
        width: 0;
        height: 1px !important;
        bottom: 0 !important;
        top: auto !important;
        transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    }

    .section6 .div2 .li1 .shu {
        left: 0;
        right: auto;
    }

    .section6 .div2 .li2 .shu {
        left: auto;
        right: 0;
    }

    .section6 .div2 .li3 .shu {
        left: 0;
        right: auto;
    }

    .section6 .div2 .li4 .shu {
        left: auto;
        right: 0;
    }

    .section6.section_down_n .div2 .shu {
        width: 100%;
        transition-delay: 0.4s;
    }

    .section6.section_an .div2 .shu {
        width: 100%;
    }

    .section6 .div2 dl {
        opacity: 0;
        transform: translateX(20px);
        transition: all 0.5s, transform 0.8s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    }

    .section6.section_an .div2 dl {
        opacity: 1;
        transform: translateX(0);
    }

    .section6.section_an .div2 .li1 dl {
        transition-delay: 0s;
    }

    .section6.section_an .div2 .li2 dl {
        transition-delay: 0.1s;
    }

    .section6.section_an .div2 .li3 dl {
        transition-delay: 0.2s;
    }

    .section6.section_an .div2 .li4 dl {
        transition-delay: 0.3s;
    }

    .section6.section_an .div2 .li5 dl {
        transition-delay: 0.4s;
    }

    .section7::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .section7 .div1 {
        width: calc(100vw / 16 * 14);
        top: 10vh;
        left: calc(100vw / 16 * 1);
        padding: 0;
        margin: 0;
        z-index: 10;
    }

    .section7 .div1 h2 {
        padding-bottom: 10px;
    }

    .section7 .div1 > span {
        display: none;
    }

    .section7 .div2 {
        width: calc(100vw / 16 * 14);
        z-index: 10;
    }

    .section7 .div2 .swiper-container {
        width: calc(100vw / 16 * 14);
    }

    .section7 .div2 dd {
        padding: 30px 0 0 30px;
    }

    .section7 .div2 .tit {
        font-size: 12px;
    }

    .section7 .div2 .tet {
        display: none;
    }

    .section7 .div2 .txt {
        font-size: 16px;
        padding: 0;
    }

    .section7 .div2 .swiper-button span {
        line-height: 10vh;
    }

    .section7 .div2 .swiper-button:hover span {
        transform: scale(1);
    }

    .section7 .div2 .swiper-pagination1 {
        position: absolute;
        left: 200px;
        bottom: 50%;
        transform: translateY(50%);
        margin: 0;
    }

    .section8 .bg::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    .section8 .div1 {
        width: calc(100vw / 16 * 14);
        top: 10vh;
        left: calc(100vw / 16 * 1);
        padding: 0;
        margin: 0;
        z-index: 10;
    }

    .section8 .div2 {
        height: 36vh;
    }

    .section8 .div2 i {
        font-size: 11px;
    }

    .section8 .div2 li {
        width: 50%;
        height: 12vh;
        padding: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .section8 .div2 li.li1 {
        width: 100%;
        padding: 10px;
    }

    .section8 .div3 {
        top: 20vh;
        height: 16vh;
        padding: 0;
    }

    .section8 .div3::before {
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.15);
        right: 0;
        bottom: 0;
        position: absolute;
    }

    .section8 .div3 .li:first-child {
        border: none;
    }

    .section8 .div3 .li b i {
        font-size: 20px;
    }

    .section8 .div3 .li b {
        margin-top: 10%;
        font-size: 42px;
        padding-right: 10px;
    }

    .section8 .div3 .li > span {
        font-size: 16px;
    }

    .section8 .div4 .tagsList {
        transform: scale(0.5);
    }

    .section8 .div4 {
        left: 0;
        width: calc(100vw / 16 * 14);
        top: 36vh;
        height: 0;
        background: none;
    }

    .section8.section_down_n .div4 {
        height: 28vh;
    }

    .section8.section_an .div4 {
        height: 28vh;
    }

    .section8 .div3::before {
        transform: scaleX(0);
        transform-origin: right;
        transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    }

    .section8.section_down_n .div3::before {
        transform: scaleX(1);
        transition-delay: 0.8s;
    }

    .section8.section_an .div3::before {
        transform: scaleX(1);
        transition-delay: 0.4s;
    }

    .section8 .div4 .container2 {
        height: 280px;
    }

    .section8 .div4 .container2 .swiper-slide {
        font-size: 12px;
    }

    .section8 .div4 .container2 .swiper-slide-active {
        font-size: 18px;
    }

    .section8 .div4 .container2 .swiper-slide-prev,
    .section8 .div4 .container2 .swiper-slide-next {
        font-size: 16px;
    }

    .section8 .div4 .container2 .slide2 {
        font-size: 14px;
    }

    /* 栏目页-公用 */
    .lm_content_body {
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: absolute;
    }

    .header_bg_lm .header {
        top: calc((100vw / 16 * 2 - 26px) / 2);
        transform: translateY(0);
    }

    .header_bg_lm .nav .ul_one li {
        height: auto;
    }

    .header_bg_lm .nav.nav_one .nav_list {
        background: #073190;
    }

    .section_footer_lm {
        bottom: auto;
    }

    .lm_gpdm {
        font-size: 12px;
    }

    .lm_gpdm b {
        font-size: 20px;
        padding-left: 10px;
    }

    .lm_title {
        padding: 20px 0;
        margin-left: 20px;
    }

    .lm_title .con_l {
        width: 100%;
        float: none;
    }

    .lm_title .con_l h1 {
        font-size: 30px;
    }

    .lm_title .con_l .tit {
        font-size: 12px;
        padding-bottom: 0;
    }

    .lm_title .con_r {
        width: 100%;
        float: none;
        padding-top: 14px;
        padding-right: 20px;
    }

    .lm_title .con_r p {
        margin-bottom: 8px;
    }

    .lm_tab_list {
        height: 40px;
        position: relative;
        width: 100%;
        overflow: hidden;
        border-top: 1px solid rgba(222, 222, 222, 0.7);
        float: none;
    }

    .lm_tab_list_bg {
        position: relative;
        z-index: 1;
        width: 100%;
        background: linear-gradient(to bottom, transparent 0%, #e2e7f0 100%) #fff;
    }

    .lm_tab_list.on .lm_tab_list_bg {
        width: 100%;
        border-bottom: 1px solid #ccc;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .lm_tab_list_box {
        overflow-y: hidden;
    }

    .lm_tab_list li a {
        float: left;
        line-height: 40px;
        text-align: center;
        font-size: 12px;
        padding: 0 10px;
    }

    .lm_tab_list li a::after {
        display: none;
    }

    .lm_tab_list li a::before {
        width: 0;
        height: 2px;
        bottom: 0;
        top: auto;
    }

    .lm_tab_list li a.active::before {
        width: 100%;
        height: 2px;
    }

    .lm_tab_list .prev,
    .lm_tab_list .next {
        position: absolute;
        top: 0;
        width: 30px;
        height: 100%;
        display: block;
        text-align: center;
        color: #005bbb;
        line-height: 40px;
        z-index: 10;
        font-weight: bold;
    }

    .lm_tab_list .prev i,
    .lm_tab_list .next i {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .lm_tab_list .prev {
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
        display: none;
    }

    .lm_tab_list .next {
        right: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
    }

    .lm_tab_bg {
        width: 100%;
        float: none;
    }

    .lm_main .lm_tit {
        font-size: 20px;
    }

    .lm_main .lm_tit2 {
        padding-bottom: 5px;
    }

    .lm_imatext {
        padding: 0 20px;
    }

    .lm_imatext .pic {
        margin: 0 15px 0 0;
    }

    .lm_imatext .con {
        padding: 0;
        width: 100%;
        float: none;
    }

    .lm_imatext_r .pic {
        margin: 0 0 0 15px;
    }

    .lm_imatext2 {
        padding: 20px;
    }

    .lm_banner {
        margin-bottom: 20px;
    }

    .lm_banner .pic {
        height: 200px;
    }

    .lm_more_h100.lm_fw_more i {
        max-width: 95%;
    }

    /* 栏目页-产品与解决方案 */
    .lm_cp_box {
        padding-bottom: 20px;
    }

    .lm_cp_part5 {
        height: auto;
        padding: 30px 0;
    }

    .lm_cp_part5 .con_l {
        width: 100%;
        float: none;
    }

    .lm_cp_part5 .con_r {
        width: 100%;
        float: none;
    }

    .lm_cp_part5 .con_l .tit {
        font-size: 24px;
    }

    .lm_cp_part5 .con_r {
        padding: 10px 0 0 0;
    }

    .lm_cp_part5 .tit1 {
        font-size: 14px;
    }

    .lm_cp_part5 .tit2 {
        font-size: 24px;
    }

    .lm_cp_part5 .tit3 {
        font-size: 14px;
    }

    .lm_cp_part5 .more {
        margin: 0;
    }

    .lm_cp_part5 .more a {
        line-height: 38px;
        height: 40px;
    }

    /* 关于我们 */
    .pc_mb_30 {
        margin-bottom: 10px;
    }

    .pb_0 {
        padding-bottom: 0;
    }

    .height_0 {
        height: 0;
        padding: 0;
    }

    .lm_title .con_l .num_list {
        display: flex;
        justify-content: space-between;
    }

    .lm_title .con_l .num_list li {
        box-sizing: border-box;
        padding: 0 10px;
    }

    .lm_title .con_l .num_list .num {
        padding-bottom: 10px;
    }

    .lm_gywm_zzrztop {
        padding: 20px 0 0;
    }

    .lm_gywm_zzrzbot .table {
        padding: 0 30px;
    }

    .lm_gywm_zzrzbot .btn_box {
        overflow: initial;
    }

    .lm_gywm_zzrzbot .btn_box .year {
        float: none;
    }

    .lm_gywm_zzrzbot .btn_box .btn {
        float: none;
        position: initial;
    }

    .lm_gywm_zzrzbot .btn_box .btn::before {
        display: none;
    }

    .lm_gywm_zzrzbot .swiper-button-prev,
    .lm_gywm_zzrzbot .swiper-button-next {
        position: absolute;
        float: none;
        margin: 0;
        top: 40%;
    }

    .lm_gywm_zzrzbot {
        padding-top: 20px;
    }

    .lm_gywm_zzrzbot .tab_click {
        padding-bottom: 20px;
    }

    .lm_gywm_zzrzbot .btn_box {
        margin-bottom: 0;
    }

    .lm_gywm_zzrzbot .tab_click li {
        margin-right: 10px;
    }

    .lm_gywm_zzrzbot .tab_click li a {
        padding: 0 15px;
        font-size: 14px;
        line-height: 28px;
    }

    .lm_gywm_zzrzbot .btn_box .year a {
        font-size: 14px;
        margin: 0 15px;
    }

    .lm_gywm_qywh .pic {
        display: none;
    }
    /* 资质认证-认证 */
    .swiper-wrapper-new li{
        width: 48%;
        height: 35px;
        line-height: 16px;
        margin: 5px 1% 5px 1%;
        font-size:12px;
    }

    /* 服务 */
    .lm_title .con_l .txt {
        padding-top: 14px;
    }

    .lm_fw_banner .lm_title .con_l {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .lm_fw_banner .lm_title .con_r {
        float: none;
        width: 100%;
        padding-left: 0;
        max-width: 100%;
    }

    .lm_fw_part2 .lm_imatext {
        display: block;
        padding-right: 0px;
    }

    .lm_fw_part2 .pic2,
    .lm_fw_part2 .con2 {
        float: none;
        width: 100%;
    }

    .lm_fw_part2 .pic2 {
        max-height: 200px;
    }

    .lm_fw_part2 .pic2 img {
        width: 100%;
    }

    .lm_fw_part2 .pic2::after {
        width: 100%;
        height: 50%;
        background: linear-gradient(to top, #e5edfa, transparent);
        top: auto;
        bottom: 0;
    }

    .lm_fw_part2 .con2 {
        padding: 10px 20px;
    }

    .lm_fw_part3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lm_fw_part5 {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 产品详情 */
    .lm_cpxq_part1 {
        padding: 30px 20px;
    }

    .lm_cpxq_part1 .con {
        padding: 20px 20px 0;
    }

    .lm_cpxq_partbg {
        background-size: 100% 80%;
    }

    .lm_cpxq_part2 {
        padding-top: 30px;
    }

    .lm_cpxq_part2 li {
        float: none;
        width: 100%;
        padding-bottom: 10px;
    }

    .lm_cpxq_part2 .li_box {
        height: auto;
        padding: 20px;
    }

    .lm_cpxq_part2 .li_box .tit {
        font-size: 16px;
    }

    .lm_cpxq_part3 {
        padding: 30px 0 30px;
    }

    .lm_cpxq_swiperbtn .swiper-button-prev,
    .lm_cpxq_swiperbtn .swiper-button-next {
        font-size: 24px;
    }

    .lm_cpxq_swiperbtn .swiper-pagination {
        font-size: 14px;
    }

    .lm_cpxq_swiperbtn .swiper-pagination .swiper-pagination-current {
        font-size: 20px;
    }

    .lm_cpxq_part4 {
        padding: 30px 0;
    }

    .lm_cpxq_part4 .text_con {
        height: 200px;
    }

    .lm_cpxq_part4 .text_con .tit {
        font-size: 16px;
    }

    .lm_cpxq_part5 .tab_box {
        width: 100%;
        float: none;
        height: 120px;
        margin-bottom: 20px;
    }

    .lm_cpxq_part5 .tab_box a {
        padding-bottom: 10px;
        margin-bottom: 14px;
        font-size: 14px;
    }

    .lm_cpxq_part5 .tab_con {
        width: 100%;
        float: none;
    }

    .lm_cpxq_part5 .tab_con .txt {
        font-size: 14px;
        padding-top: 10px;
    }

    .lm_cpxq_part6 {
        padding: 30px 0 20px;
    }

    .lm_cpxq_part6 li {
        padding: 20px 0;
    }

    .lm_cpxq_part6 .con_l,
    .lm_cpxq_part6 .con_r {
        float: none;
        width: 100%;
    }

    .lm_cpxq_part6 .con_l {
        clear: both;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .lm_cpxq_part6 .icon {
        width: 50px;
    }

    .lm_cpxq_part6 .tit {
        margin-left: 60px;
        padding: 0;
    }

    .lm_cpxq_part6 .con_r {
        padding-left: 60px;
    }

    /* 加入我们 */
    .lm_jrwm_part1 {
        padding-top: 100px;
    }

    .lm_jrwm_part1 .box1 {
        margin-top: 0;
    }

    .lm_jrwm_part1 .box1 {
        margin: 0 -5px;
    }

    .lm_jrwm_part1 .box1 li {
        padding: 0 5px;
    }

    .lm_jrwm_part1 .box2 {
        padding-top: 30px;
    }

    .lm_jrwm_part1 .box2 .text {
        position: initial;
        width: 100%;
        padding: 20px 0 10px;
        font-size: 14px;
    }

    .lm_jrwm_part1 .box3 {
        padding-top: 30px;
    }

    .lm_jrwm_part1 .box3 .title {
        margin-bottom: 20px;
    }

    .lm_jrwm_part1 .box3 .title .tit {
        font-size: 24px;
    }

    .lm_jrwm_part1 .box3 .title a {
        width: 100px;
        font-size: 12px;
    }

    .lm_jrwm_part1 .box3 .con_l .txt {
        font-size: 14px;
        padding-top: 14px;
    }

    .lm_jrwm_part1 .box3 .con_l .tet {
        font-size: 12px;
        padding-top: 10px;
    }

    .lm_jrwm_part1 .box3 .con_l .btn {
        font-size: 12px;
        padding-top: 10px;
    }

    .lm_jrwm_part1 .box3 .con_r .txt {
        font-size: 12px;
        padding-top: 10px;
    }

    .lm_jrwm_part1 .box3 .con_r .box {
        margin-bottom: 20px;
    }

    .lm_jrwm_part1 .box3 .lb_btn {
        position: relative;
        display: inline-block;
        clear: both;
        overflow: hidden;
        margin-top: 20px;
        bottom: 0;
    }

    .lm_jrwm_part1 .box3 .swiper-button-prev,
    .lm_jrwm_part1 .box3 .swiper-button-next {
        font-size: 24px;
        width: 24px;
    }

    .lm_jrwm_part1 .box3 .swiper-button-prev {
        margin-left: 0;
    }

    .lm_jrwm_part1 .box3 .swiper-button-next {
        margin-right: 0;
    }

    .lm_jrwm_part2 .lm_imatext2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lm_jrwm_part2 .lb_btn {
        bottom: auto;
        top: 0;
    }

    .lm_jrwm_part2 .swiper-button-prev,
    .lm_jrwm_part2 .swiper-button-next {
        font-size: 24px;
        width: 24px;
    }

    .lm_jrwm_part2 .swiper-button-prev {
        margin-left: 0;
    }

    .lm_jrwm_part2 .swiper-button-next {
        margin-right: 0;
    }

    .lm_jrwm_part2 .lb_btn .lm_jrwm_part3 {
        padding: 30px 0;
    }

    .lm_jrwm_part3 .top_tit .lm_tit {
        float: none;
        width: 100%;
    }

    .lm_jrwm_part3 .top_tit .btn_box {
        float: none;
        padding-top: 0;
    }

    .lm_jrwm_part3 li {
        margin-bottom: 20px;
    }

    .lm_jrwm_part3 .tet {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .lm_jrwm_part3 .tit {
        margin-left: 100px;
        line-height: 40px;
        font-size: 14px;
    }

    .lm_jrwm_part3 .con_r {
        font-size: 12px;
        padding-top: 12px;
    }

    /* 新闻列表 */
    .lm_xwlb ul {
        margin: 0 -5px;
    }

    .lm_xwlb li {
        padding: 5px;
    }

    .lm_xwlb .li_box .img .date {
        padding: 0 10px;
        font-size: 12px;
        line-height: 28px;
    }

    .lm_xwlb .li_box .text_con {
        height: auto;
    }

    .lm_xwlb .li_box .text_con .tit {
        height: 42px;
        padding-bottom: 0;
        overflow: hidden;
    }

    .lm_xwlb .li_box .text_con .txt {
        display: none;
    }

    .lm_xwlb .li_box .text_con .btn {
        position: initial;
        padding-top: 10px;
    }

    .lm_page a {
        display: none;
    }

    .lm_page .prev,
    .lm_page .next,
    .lm_page .modern,
    .lm_page .last {
        display: inline-block;
    }

    /* 新闻详情 */
    .lm_xwxq_left {
        float: none;
        clear: both;
        overflow: hidden;
        padding-bottom: 0;
    }

    .lm_xwxq_left .date {
        padding: 0 20px;
        border: none;
        float: left;
        font-size: 16px;
        line-height: 40px;
    }

    .lm_xwxq_left .date span {
        display: inline-block;
        padding-right: 10px;
    }

    .lm_xwxq_left .date .p1 {
        font-size: 16px;
    }

    .lm_xwxq_left .fx {
        float: right;
    }

    .lm_xwxq_left .fx .tet {
        display: inline-block;
        font-size: 12px;
        line-height: 40px;
        padding: 0 10px 0 0;
    }

    .lm_xwxq_left .fx .bshare-custom {
        display: inline-block;
    }

    .lm_xwxq_left .fx .bshare-custom a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .lm_mbx {
        font-size: 12px;
    }

    .lm_xwxq .cont {
        padding: 30px 0;
    }

    .lm_xwxq .cont .tit {
        font-size: 16px;
    }

    .lm_xwxq .cont .text {
        padding: 30px 0;
        font-size: 14px;
    }

    .lm_xwxq .other {
        padding-top: 20px;
    }

    .lm_xwxq .other span {
        font-size: 12px;
    }

    .lm_xwxq .other a {
        font-size: 14px;
    }

    /* 投资者关系 */
    .lm_tzzgx_banner .stock {
        float: none;
    }

    .lm_tzzgx_banner .stock span.p2 {
        font-size: 16px;
    }

    .lm_tzzgx_part1 .top .tit_box .tit {
        font-size: 20px;
    }

    .lm_tzzgx_part1 .top .tit_box .num {
        padding-top: 2px;
    }

    .lm_tzzgx_part1 .top ul {
        padding: 15px 0;
    }

    .lm_tzzgx_part1 .top li .num span {
        display: block;
        padding-left: 0;
    }

    .lm_tzzgx_part1 .top .tet_box .date,
    .lm_tzzgx_part1 .top .tet_box .num {
        float: none;
    }

    .lm_tzzgx_part1 .top .tet_box .num {
        font-size: 14px;
    }

    .lm_tzzgx_part1 .top .tet_box .num span i {
        font-size: 20px;
    }

    .lm_tzzgx_part1 .bot {
        margin-left: 0;
        padding: 0 20px;
    }

    .lm_tzzgx_part1 .bot .box {
        padding: 40px 0 0;
    }

    .lm_tzzgx_part_list {
        padding-bottom: 40px;
    }

    .lm_tzzgx_part_list .top li a {
        height: 110px;
    }

    .lm_tzzgx_part_list .top li .icon {
        background-size: 60px;
        width: 30px;
        height: 30px;
    }

    .lm_tzzgx_part_list .top li .txt {
        font-size: 14px;
    }

    .lm_tzzgx_part_list .list {
        padding-bottom: 30px;
    }

    .lm_tzzgx_part_list .list .date {
        float: none;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .lm_tzzgx_part_list .list a {
        margin-left: 0;
    }
}

/* 手机竖470 */
@media screen and (max-width: 470px) {
}

/* 手机-小320 */
@media screen and (max-width: 360px) {
    /* 首页 */
    .section2 .div1 h2,
    .section2 .div1 span {
        font-size: 24px;
    }

    .section3 .div1 > span,
    .section7 .div1 > span,
    .section5 .div3 > span,
    .section4 .div3 > span {
        font-size: 14px;
    }

    .section7 .div2 .txt {
        font-size: 14px;
    }

    .section8 .div2 li {
        padding-top: 5px;
    }

    .section8 .div2 b {
        font-size: 18px;
    }

    .section7 .div2 .swiper-button-next1,
    .section7 .div2 .swiper-button-prev1 {
        width: 60px;
    }

    .section7 .div2 .swiper-pagination1 {
        left: 50%;
    }

    /* 栏目页-公用 */
    .lm_gpdm {
        font-size: 11px;
    }

    .lm_gpdm b {
        font-size: 16px;
        padding-left: 3px;
    }
}
