﻿@font-face {
    font-family: Lufga;
    src: url(../fonts/Lufga-Medium.ttf);
}

@font-face {
    font-family: Lufga-Light;
    src: url(../fonts/Lufga-Light.otf);
}

@font-face {
    font-family: Lufga-Bold;
    src: url(../fonts/Lufga-Bold.otf);
}

@font-face {
    font-family: Lufga-Regular;
    src: url(../fonts/Lufga-Regular.otf);
}

@font-face {
    font-family: SOURCEHANSANSCN-MEDIUM;
    src: url(../fonts/SOURCEHANSANSCN-MEDIUM.otf);
}

@font-face {
    font-family: SOURCEHANSANSCN-REGULAR;
    src: url(../fonts/SOURCEHANSANSCN-REGULAR.otf);
}

@font-face {
    font-family: SOURCEHANSANSCN-HEAVY;
    src: url(../fonts/SOURCEHANSANSCN-HEAVY.OTF);
}

@font-face {
    font-family: SOURCEHANSANSCN-BOLD;
    src: url(../fonts/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face{
    font-family: DIN-Black;
    src: url(../fonts/DIN-Black.otf);
}

@font-face{
    font-family: DIN-Bold;
    src: url(../fonts/DIN-Bold.otf);
}

@font-face{
    font-family: DIN-BoldAlternate;
    src: url(../fonts/DIN-BoldAlternate.otf);
}

@font-face{
    font-family: DIN-Light;
    src: url(../fonts/DIN-Light.otf);
}

@font-face{
    font-family: DIN-LightAlternate;
    src: url(../fonts/DIN-LightAlternate.otf);
}

@font-face{
    font-family: DIN-Medium;
    src: url(../fonts/DIN-Medium.otf);
}

@font-face{
    font-family: DIN-Regular;
    src: url(../fonts/DIN-Regular.otf);
}
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

* {
    font-family: SOURCEHANSANSCN-MEDIUM;

}

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

/*.........................搜索................................................................*/
.header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*text-indent: -119988px;*/
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0;
    padding: 0;
    outline: none;
    /*background: url("../images/sousuo.png");*/
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAA8CAQAAABlJ1gMAAABfElEQVR42u3ZsU7CUBhA4U6Iib5IITigOzMzzwUMmNA3MRofwMSRCDB1MPIAOoDBHAch0VhUCb2Ecr4uBJb23Oa/FKJIkiRJkiRJkiRJygENElJSEhpEmxz6W+Z7Vu43S71PlxvTZsiMGQ+0iTe7szY6EuCOmJg7IClwaEr0eOOzN/ocBwqdwnJhYyAtbGhK3ACQcEGZMhckANxSChIayHxduNCXwISzL6deYQT0Chma3+RzmRUWQO3b+2fAgkrOgbd0vfsQurN2A0qATgFD72hwDIHzzNM/B4YBRkbW6Chg6DlwlHn6R8Dc0PmHPgWeA22C//lsT2f0+tFRBwaGDrMZdgsYekejo7rm610NWFA1dIgHlqtgDyoHEXr1CN6nTokT6vQBgAktZ/Q2j6wfla6ZAOMcUx9g6I9h0WXEKy8M6FIlosU419SHNjp+WPp8Uxs6UGpDZ6Y2dJDUedzRTz/uSFP/nN3WAjaZrs38SNPQkiRJkiRJkiRJKoB36w+U2Cj/A/EAAAAASUVORK5CYII=");*/
    border: none;
    cursor: pointer;
}

#toggle-menu {
    float: left;
    background-position: 0 0;
    background-color: #bc0023;
}

#toggle-search {
    float: right;
    background-position: -0.6rem 0;
}

#toggle-search.open:after {
    top: 0.4rem;
}

#toggle-search:after {
    -moz-transition: top, 0.5s;
    -o-transition: top, 0.5s;
    -webkit-transition: top, 0.5s;
    transition: top, 0.5s;
    position: absolute;
    top: 0.52rem;
    left: 50%;
    margin-left: -0.08rem;
    content: "";
    border-color: transparent transparent #e1e4e7;
    border-style: solid;
    border-width: 0.08rem 0.08rem 0.12rem;
}

#toggle-basket {
    position: relative;
    float: right;
    background-position: -1.2rem 0;
}

#toggle-basket:before {
    position: absolute;
    top: 0.05rem;
    left: 0;
    width: 0.02rem;
    height: 0.5rem;
    content: "";
    background-color: #000;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    max-height: 0;
    overflow: hidden;
    background-color: #eee;
    z-index: 99;
}

#search-form.open {
    max-height: 0.6rem;
}

#search-form fieldset {
    position: relative;
    margin: 0 0.6rem 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 0.6rem;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 0.05rem 0 0.22rem;
    background: transparent;
    border: none;
    font-size: 0.14rem;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.6rem;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #516270;
    background: #c6cacd;
    border: none;
    cursor: pointer;
    font-size: 0.16rem;
}

/*.........................搜索...............................................................................*/
.header_top{
    width: 85%;
}
.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.28rem;
    padding-bottom: 0.28rem;
    border-bottom: 0.01rem rgba(221, 221, 221, 1) solid;
}

.headerr {
    display: flex;
    position: relative;
    /* top: -0.06rem; */
}

.headertext0 {
    font-size: 0.12rem;
    font-family: Lufga;
    font-weight: bold;
    color: #8D8D8D;
    line-height: 0.12rem;
    padding-left: 0.2rem;
}

.headertext0 i {
    font-weight: lighter;
    font-style: normal;
    font-family: Lufga;
}

/* .headerr>div {
    margin-top: auto;

} */
.icona{
    height:0.34rem ;
}
.icona a{
    display: -webkit-inline-flex;
    width: auto;
    height:0.34rem ;
    line-height:0.3rem ;
    vertical-align: top;
    margin-right: 0.1rem;
}
.icona a:nth-child(3){
    margin-right: 0;
}
.icon1 {
    color: #1A2654;
    vertical-align: top;
}

.icon-8657E9629ED61923A0D3326AD46FAF1A {
    font-size: 0.15rem;
}

.icon-facebook {
    font-size: 0.19rem;
}

.icon-twitter {
    font-size: 0.2rem;
}

.qitext {
    font-size: 0.12rem;
    font-family: Lufga;
    font-weight: 500;
    color: #434343;
    line-height: 0;
    text-align: center;
    zoom: 0.63;
}

.headera {
    display: flex;
    justify-content: space-between;
    margin-left: 0.42rem;
    margin-right: 0.42rem;
    /*padding-bottom: 5px;*/

}
.headera a:nth-child(1){
    height: 0.24rem;
    background: #1A2654;
    border-radius: 0.3rem;
    font-size: 0.12rem;
    font-family: Lufga;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.24rem;
    text-align: center;
    margin-right: 0.2rem;
    padding: 0 0.16rem;
}
.headera a:nth-child(1)> i {
    font-style: normal;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.83);
    zoom: 0.8;
}

.headera a:nth-child(2) {
    height: 0.24rem;
    background: #1A2654;
    border-radius: 0.3rem;
    font-size: 0.14rem;
    text-align: center;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.24rem;
    padding: 0 0.23rem;
}




.headerqi {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.headerimgqi img {
    /*width: 50px;*/
    display: block;
    height: 0.24rem;
    margin-bottom: 0.09rem;

}

.header2 {
    display: flex;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    justify-content: space-between;
}
.header2 h1{
    width: 3.51rem;
    padding-left: 0.1rem;
}
.header2 h1 a{
    width: 4rem;
    display: grid;
}
.header2 h1 a img{
    width: 100%;
}
.header2text {
    display: flex;
    padding-left: 1.1rem;
}

.header2text a {
    color: #535353;
}

.header2text>div>a:hover {
    color: #1A2654;
    border-bottom: 0.04rem #1A2654 solid;
    padding-bottom: 0.11rem;
    font-family: SOURCEHANSANSCN-HEAVY;
}

.header2text>div {
    padding:0.2rem 0.3rem 0;
    color: #8d8d8d;
    font-weight: 500;
    font-size: 0.2rem;
    /*background: #8D8D8D;*/
}
.header2text>div:nth-child(2) .nav_box{
    margin: 0 0 0 9.9rem
}
.header2text>div:nth-child(4) .nav_box{
    margin: 0 0 0 66.6%;
}
.header2text>div:nth-child(6) .nav_box{
    margin: 0 0 0 83.2%;
}
.nav_box ul li a{
    font-weight: 500;
}

/* .header2text a{
    font-family: 'SOURCEHANSANSCN-REGULAR';
} */
.gaoliang {
    color: #1A2654 !important;
    font-family: SOURCEHANSANSCN-HEAVY;
    border-bottom: 0.04rem #1A2654 solid;
    padding-bottom: 0.11rem;
}

.icon-sousuo {
    font-weight: 700;
    font-size: 0.18rem;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0.1rem;
    padding-left: 0.2rem;
    color: #1A2653;
}
/*---------------------手机端----------------*/
.search{
    display: inline-block;
    width: 36px;
    height: 24px;
    border: 0px solid red;
    position: absolute;
    top: 26px;
    right: 80px;
    text-align: center;
}
.icon_search{
    font-size: 2.5rem;
    font-weight: 600;
    color: #1A2654;
}


/* -----------手机头部---------------- */
.header_wap{
    width: 100%;
    display: none;
    top: 0rem;
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
}
.active{
    z-index: 1000;
    position: fixed;
    box-shadow: rgb(238 238 238) 0px 0px 10px;
}
.header_wap h1{
    /* height: 5rem; */
}
.header_wap h1 a img{
    height: 100%;
}
.lang{
    border: 0px solid red;
    position: absolute;
    top: 14px;
    font-size: 20px;
    right: 56px;
    color: #1A2654;
    text-align: center;
}
.lang i{
    font-size: 6rem;
}
.header_wap .menu {
    width: 23px;
    position: absolute;
    top: 19px;
    right: 20px;
}

.header_wap .ion-ios-navicon {
    height:2px;
    width: 23px;
    background: #1a2654;
    position: relative;
    left: 0;
    top: 15px;
    cursor: pointer;
    display: inline-block
}

.header_wap .ion-ios-navicon:after,
.header_wap .ion-ios-navicon:before {
    content: '';
    width: inherit;
    height: inherit;
    position: absolute;
    background: inherit
}

.header_wap .ion-ios-navicon:before {
    left: 0;
    bottom: 20px
}

.header_wap .ion-ios-navicon:after {
    left: 0;
    bottom: 10px;
}

#menu #lg {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
    text-align: right;
}

#menu #lg a {
    width: 25px;
    height: 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
    background: #bf613f;
    margin-left: 4px;
}

#menu #lg a:last-child {
    background: #bb3239;
}
/* -----------手机头部---------------- */
.banner {
    padding-bottom: 0.5rem;
}
.banner2{
    display: none;
}
.banner .swiper-slide img:nth-child(2) {
    display: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.12rem !important;
}

.index-1 {
    display: flex;
    flex-direction: column;
}

.indextext1 {
    font-size: 0.43rem;
    font-family: Lufga;
    font-weight: 500;
    color: #1A2654;
    line-height: 0.35rem;
    text-align: right;
    letter-spacing: -2px;
    margin-left: 0.8rem;
}

.indextext2 {
    font-size: 0.17rem;
    font-family: Lufga;
    font-weight: 500;
    color: #7B7B7B;
    line-height: 0.16rem;
    text-align: right;
    padding-top: 0.15rem;
}
.indextext1:nth-child(3){
    display: none;
}
.indextext2:nth-child(4){
    display: none;
}

.index1up {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: #e6e6e6 1px solid;
    border-bottom: 1px #e6e6e6 solid;
    padding: 0.55rem 0;
}

.indextext3 {
    font-size: 0.26rem;
    font-weight: bold;
    color: #1A2654;
    line-height: 1;
    margin-bottom: 0.13rem;
    letter-spacing: 0px;
    font-family: 'SOURCEHANSANSCN-BOLD';
}

.indextext4 {
    font-family: SOURCEHANSANSCN-REGULAR;
    font-size: 0.21rem;
    font-weight: 400;
    color: #1A2654;
    line-height: 0.29rem;
    padding-left: 0.15rem;
}

.index1upl {
    border-right: #636b8a 2px solid;
    margin-right: 1.33rem;
    padding-right: 1.33rem;
}

.index1upr {
    /*margin-right: 45px;*/
    width: 45%;
}

.index1tu {
    width: 0.77rem;
    height: 0.77rem;
    background: #1A2654;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;

}

.index1tu img {
    width: 70%;
    vertical-align: top;
    margin-top:0.12rem
}

/*.index1down>.index1down0:first-child>div:first-child img {
    margin-top: 15px;


}*/

.index1down {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: #e6e6e6 1px solid;

}

.index1down .index1down0:nth-child(1) {
    width: 23.45%;
    padding-right: 0.25rem;
}

.index1down .index1down0:nth-child(2) {
    width: 28.7%;
}

.index1down .index1down0:nth-child(3) {
    width: 25.15%;
}

.index1down .index1down0:nth-child(4) {
    width: 22.7%;
    padding-left: 0.25rem;
}
.index1down .index1down0:nth-child(1) .indextext6 br:nth-child(2) {
    display: none;
}
.index1down .index1down0:nth-child(2) .indextext6 br:nth-child(2) {
    display: none;
}
.index1down0 {
    height: 3.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 330px;*/
    padding: 0.15rem 0 0.1rem;
    border-right: #e9e9e9 1px solid;
}

.index1down0:last-child {
    border: none;
}

.indextext5 {
    font-size: 0.25rem;
    /*font-weight: bold;*/
    color: #1A2654;
    line-height: 0.36rem;
    padding-top: 0.44rem;
    letter-spacing: 0.02rem;
    font-family: 'SOURCEHANSANSCN-BOLD';

}

.indextext6 {
    /* height: 2rem; */
    padding: 0.2rem 0.35rem 0;
    font-size: 0.16rem;
    font-weight: 500;
    color: #868686;
    line-height: 0.3rem;
    text-align: center;
}
/* .indextext6 br{
    display: none;
} */
.text62{
    display: none;
}

.indextext7 {
    height: 0.12rem;
    margin-top: 0.26rem;
}

.indextext7 a {
display: none;
    font-size: 0.12rem;
    font-weight: 300;
    color: #AAAAAA;
    line-height: 0.12rem;
    padding-bottom: 0.05rem;
    border-bottom: 1px solid #d7d7d7;
    vertical-align: top;
    font-family: SOURCEHANSANSCN-REGULAR;
}

.index2text1 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #1A2654;
    line-height: 0.6rem;
    letter-spacing: 0.04rem;
    vertical-align: top;
}

.index2text2 {
    font-size: 0.34rem;
    font-family: Lufga;
    font-weight: 500;
    color: #AAAAAA;
    line-height: 0.6rem;
    vertical-align: top;
}

.index-2 {
    margin-bottom: 0.6rem;

}

.shiliang {
    position: absolute;
    top: 0;
    right: 0;
    font-family: Lufga;
    color: #AAAAAA;
    line-height: 14px;
}

.shiliang0 {
    height: 0.65rem;
    position: absolute;
    top: 0.42rem;
    right: 0;
    font-family: Lufga;
    color: #AAAAAA;
}

.shiliang0 img {
    vertical-align: top;
    height: 100%;
}

.index2l {
    background: url("../images/shenyang.png") center;
    background-size: cover;
    width: 61.3%;
    position: relative;
}

.shiliang2 {
    position: absolute;
    left: 0.3rem;
    bottom: 0.2rem;
    z-index: 10;
    font-size: 0.15rem;
    font-family: Lufga;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.12rem;
}
.shiliang2 i{
    font-family: Lufga;
    font-style: normal;
    font-weight: lighter;
}
.index2 {
    display: flex;
    justify-content: center;
}
.index2r {
    width:38.7%;
    background: #D0D0D0;
    height: 3.6rem;
    display: flex;
    flex-direction: column;
    padding-left: 0.74rem;
    padding-top: 0.65rem;
    position: relative;

}
/* :nth-child(1) div,
.index2r>div:nth-child(1) a {
    margin-top: 0;
} */

.r1 {
    margin-right: 0.12rem;
    font-size: 0.17rem;
    font-weight: 500;
    color: #868686;
    /* background-color: #1a2654; */
    padding: 0 0.08rem;
    letter-spacing: 0.01rem;
    border-bottom: 1px solid #868686;
}

.shuminghao {
    font-size: 0.18rem;
    font-weight: 500;
    color: #1a2654;
    transform: rotate( 180deg);
}
.shu2{
    display: none;
}


.index-3 {
    position: relative;
    margin-top: 0.3rem;
    border-top: #e6e6e6 1px solid;
    padding-bottom: 0.4rem;
}


.shiliang :first-child,
.shiliang0 :first-child {
    font-size: 0.17rem;
}


.index3l {
    background: url("../images/index3.png") center;
    width: 61.3%;
    /* height: 3.6rem; */
    background-size: cover;
    position: relative;
}

.index3 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.index3r {
    width: 38.7%;
    background: #1A2654;
    height: 3.6rem;
    display: flex;
    flex-direction: column;
    padding: 0.6rem 0.6rem 0 0.7rem;
}

.index3r>div div:nth-child(2) {
    margin-right: 0.2rem;
    padding-bottom: 0.03rem;
    border-bottom: 1px #ffffff solid;
    margin-top: 0.16rem;
    letter-spacing: 0.03rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index3r>div:nth-child(1) div {
    margin-top: 0;
}

.i3r1 a,
.i3r2 a,
.i3r3 a,
.i3r4 a {
    color: #ffffff;
    font-size: 0.15rem;
    letter-spacing: 0.02rem;
}

.i3r1+div,
.i3r2+div,
.i3r3+div,
.i3r4+div {
    margin-top: 0.2rem;
    letter-spacing: 0.05rem;
}


.index2r>div {
    display: flex;
    align-items: center;
    padding-top: 0.14rem;
}

.index3r>div {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
}



.more2 {
    font-size: 0.12rem !important;
    font-weight: 500;
    padding-bottom: 0.05rem;
    letter-spacing: 0.03rem;
    line-height: 0.2rem;
    padding-top: 0.47rem;
}
.index33{
    background: #D0D0D0;
}
.index33 .i3r1 a{
    color: #868686;
}
.index33>div div:nth-child(2){
    border-bottom: 1px solid #868686;
}
.shu1{
    display: none;
}
.shu2{
    display: block;
}
.index3r .shu2 i{
    color: #FFFFFF;
}
.index33 .shu2 i{
    color: #868686;
}

.more2 a {
    border-bottom: 1px #ffffff solid;
    color: #ffffff;
    padding-bottom: 0.05rem;
}

.more1 {
    font-size: 0.12rem !important;
    font-weight: 500;
    padding-bottom: 0.05rem;
    letter-spacing: 0.03rem;
    line-height: 0.2rem;
    padding-top: 0.47rem;
}
.more22{
    display: none !important;
}


.more1 a {
    color: #4F4F4F;
    padding-bottom: 0.05rem;
    border-bottom: 1px #4F4F4F solid;
}

.index-4 {
    border-top: #e6e6e6 1px solid;
    position: relative;
}

.ren1 {
    background: #dddddd;
    display: flex;
    /*justify-content: space-between;*/
    position: relative;
}

.cname {
    font-size: 0.27rem;
    color: #1A2654;
    line-height: 0.32rem;
    font-family: SOURCEHANSANSCN-REGULAR;
}

.cname span {
    font-family: SOURCEHANSANSCN-BOLD;
}

.ename {
    font-size: 0.29rem;
    font-family: Lufga-Regular;
    font-weight: 100;
    color: #1A2654;
    line-height: 0.26rem;
    padding-bottom: 0.18rem;
    /*border-bottom: 5px #1A2654 solid;*/
    margin-top: 0.05rem;
}

.ename span {
    font-family: Lufga-Bold;
}
.ren-div{
    display: flex;
    font-size: 0.18rem;
    color: #1A2654;
    line-height: 0.32rem;
    letter-spacing: -1px;
}
.jianjie {
    border-top: 0.04rem #1A2654 solid;
    padding-top: 0.14rem;
    min-width: 4.2rem;
    height: 2rem;
   overflow: auto;
}
.jianjie22{
    display: none;
}

.jianjie2 {
    color: #868686;
    border-top: 0.04rem #1A2654 solid;
    margin-left: 0.5rem;
    padding-top: 0.14rem;
    min-width: 3.4rem;
    font-family: 'SOURCEHANSANSCN-REGULAR';
}
.jianjie2 p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.jianjie2 br{
    display: none;
}
.ren1l{
    width: 27%;
}
.ren1l img{
    width: 100%;
    vertical-align: middle;
}
.ren1l img:nth-child(2),.ren1l img:nth-child(3){
    display: none;
}
.ren1m {
    width: 73%;
    padding: 0.9rem 0.6rem 0 0.9rem;
}

.more_ren{
    display: block;
    height: 0.5rem;
    padding-top: 0.3rem;
}
.more_ren a{
    color: #4F4F4F;
    font-size: 0.15rem;
    padding-bottom: 0.05rem;
    border-bottom: 1px #4F4F4F solid;
    vertical-align: top;
}

.ren2 {
    margin-top: 0.1rem;
    display: flex;
    background: #dddddd;
    position: relative;
}

.shiliang1 {
    height: 0.6rem;
    position: absolute;
    right: 0.32rem;
    top: 0.35rem;
}

.shiliang1 img {
    vertical-align: top;
    height: 100%;
    color: #fff;
}

.logo2 {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
}
.logo2img{
    width: 29%;
    height: 0.4rem;
}
.logo2img img{
    height: 100%;
    vertical-align: top;
}
.logo2text {
    width: 71%;
    font-size: 0.19rem;
    color: #868686;
    line-height: 0.4rem;
    padding-left: 0.9rem;
    font-family: SOURCEHANSANSCN-REGULAR;
}
.logo2text br{
    display: none;
}


.zymiddown_1,
.zymiddown_2,
.zymiddown_3,
.zymiddown_4 {
    width: 50%;
    display: flex;
    transition: .4s;
}

.zymiddowndiv {
    margin-left: 0.5rem;
}
/*.zymiddown1{
    width: 3.8rem;
    float: right;
}*/
.zymiddown_1 img,
.zymiddown_2 img,
.zymiddown_3 img,
.zymiddown_4 img{
    width: 0.67rem;
    height: auto;
    vertical-align: top;

}
.zymiddown {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 90px;*/
    flex-wrap: wrap;
    position: relative;
    margin: 0.35rem 0 0.45rem;
}

.zymiddown:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -6%;
    width: 110%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(215, 215, 215, 1), rgba(0, 0, 0, 0));
    transform: translateY(-50%);
}

.zymiddown:before {
    content: '';
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 75%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(203, 203, 203, 1), rgba(0, 0, 0, 0));

}

.zymiddown2 {
    font-size: 0.26rem;
    /*    font-weight: 800;*/
    color: #1A2654;
    line-height: 0.29rem;
    font-family: SOURCEHANSANSCN-BOLD;
}

.zymiddown3 {
    padding-top: 0.2rem;
    width: 100%;
    font-size: 0.31rem;
    font-family: Lufga-Light;
    font-weight: 300;
    color: #A0A0A0;
    line-height: 0.26rem;
}

.zymiddown4 {
    font-size: 0.48rem;
    font-family: Arial;
    font-weight: bold;
    color: #FF6800;
    padding: 0.25rem 0 0 1.45rem;
}

.zymiddown_1 {
    padding: 0.75rem 1.2rem 0.9rem 0.75rem;
}

.zymiddown_2 {

    padding-left: 1.2rem;
    padding-bottom: 0.9rem;
    padding-top: 0.75rem;
    /*margin-left: -3px;*/
}

.zymiddown_3 {
    padding: 0.75rem 1.2rem 0.9rem 0.75rem;
}

.zymiddown_4 {

    padding-top: 0.75rem;
    padding-left: 1.2rem;
    padding-bottom: 0.9rem;
    /*margin-top: -3px;*/
}
.jianjie li{
    list-style: unset;
    display: flex;
    /*align-items: center;*/
}
.jianjie li div{
    margin-top: -3px;
}
.addactive{
    color: #1A2654 !important;
    padding-bottom: 0.11rem !important;
    border-bottom: 0.04rem #1A2654 solid;
    font-family: 'SOURCEHANSANSCN-HEAVY';
}
.nav{
    position: absolute;
    left: 0;
    top: 2.38rem;
    z-index: 9999;
    border-top: 1px solid #eee;
    font-size: 0.17rem;
    line-height: 0.5rem;
    width: 100%;
    padding: 0.3rem 0 0.5rem 0;
    display: none;
    background: #DDDDDD;
    color: #4F4F4F;
}

.nav_box{
    width: 20%;
    height: 100%;
}
.nav li{
    padding: 0 0.1rem;
    text-align: left;
}
.nav ul li a{
    font-family: 'SOURCEHANSANSCN-Regular';
}
.nav li:last-child{
    border: 0px;
}
.nav li a:hover{
    color: #1A2654 !important;
}

.banner_text{
    position: absolute;
    top: 1rem;
    right: 2.2rem;
    border: 0px solid red;
    width: 50%;
    height: 50%;
    text-align: right;
}
.banner_title,.banner_txt{
    font-family: Lufga;
    font-size: 0.6rem;
    color: #1A2654;
}
.banner_title i{
    font-style: normal;
    font-size: 58px;
    padding-left: 10px;
}
.banner_txt{
    width: 100%;
    font-size: 0.26rem;
    font-family: Lufga;
    display: inline-block;
    /* margin-bottom: 0; */
    position: relative;
    top: -0.15rem;
}
.banner_txxt{
    font-size: 0.125rem;
    display: inline-block;
    font-family: Lufga;
    color: #1A2654;
    font-weight: 600;
}

/*------------------bottom------------------*/
.bottom {
    width: 100%;
    background-color: #dddddd;

}
.bottom2{
    display: none;
}

.bottom-1 {
    display: flex;
    justify-content: space-between;
    padding-top: 0.76rem;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 0.85rem;

}

.bottom-1-1 {
    width: 29.6%;
    margin-right: 0.05rem;
}

.bottom-1-1:last-child {
    padding-left: 6.9%;
}

.bottom-1-1 img {
    width: 89%;
    vertical-align: top;
}

.bottom-1-2 {
    width: 43%;
    padding-left: 6%;
    padding-right: 5.5%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}


.yingwen {
    padding-left: 0.21rem;
    line-height: 0.14rem;
    font-family: Lufga;
    color: #1a2654;
}

.bottom-1-1 p{
    margin-top: -0.4rem;
    font-size: 0.14rem;
    font-weight: 500;
    color: #9B9B9B;
    line-height: 0.3rem;
}

.zhongwenzi {
    font-size: 0.12rem;
    font-family: Lufga;
    font-weight: bold;
    color: #1A2654;
    line-height: 0.24rem;
    padding-bottom: 0.36rem;
    text-transform: uppercase;
}

.zhong a {
    height: 0.4rem;
    vertical-align: top;
    font-size: 0.17rem;
    text-decoration: none;
    color: #7D7D7D;
    line-height: 0.39rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #989898;
    margin-right: 0.55rem;
}

.zhong a:nth-child(3) {
    margin-right: 0;
}

.zhong a:last-child {
    margin-right: 0;
}

.zhong a:hover {
    color: #1A2654;
    border-bottom: 1px solid #1A2654;
    font-family: SOURCEHANSANSCN-BOLD;
}

.zhong {
    margin-bottom: 0.34rem;
    height: 0.82rem;
}

.zhong1 {
    height: 0.4rem;
    border-bottom: 0.01rem solid #989898;
    display: flex;
}

.zhong2 {
    width: 60%;
    height: 0.4rem;
    border-bottom: 0.01rem solid #989898;
    /*max-width: 183px;*/
    /* display: inline-block; */
    display: flex;
}

.shang0 {
    display: flex;
}

.shang1 {
    font-size: 0.1rem;
    font-family: Lufga;
    font-weight: bold;
    color: #DDDDDD;
    line-height: 0.19rem;
    padding: 0.04rem 0.14rem;
    background-color: #1A2653;
    border-radius: 0.5rem;
    margin-right: 0.75rem;
}
.shang1 i{
    font-style: normal;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.83);
    zoom: 0.8;
}
.shang2 {
    font-size: 14px;
    font-weight: 500;
    color: #DDDDDD;
    line-height: 0.24rem;
    padding: 1px 0.24rem;
    background-color: #1A2653;
    border-radius: 0.5rem;
}

.second {
    font-size: 0.15rem;
    font-family: Lufga;
    font-weight: bold;
    color: #1A2653;
    line-height: 0.25rem;
    margin-top: 0.34rem;
    margin-bottom: 0.83rem;
}
.second span{
    /* width: 0.55rem; */
    display: block;
    float: left;
    margin-right: 15px;
}
.second a{
    color: #1A2653;
}
.third {
    display: flex;
}

.i1 {
    text-align: center;
    font-size: 0.17rem;
    font-family: FontAwesome;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.38rem;
    width: 0.38rem;
    height: 0.38rem;
    background: #1A2653;
    border-radius: 50%;
    margin-right: 0.1rem;
}

.zhognjian {
    background-color: salmon;
}

.bottom100 {
    width: 100%;
    background-color: #dddddd;
    padding-bottom: 0.9rem;
    padding-top: 0.46rem;
}

.shuming {
    font-size: 0.14rem;
    color: #757575;
    text-align: center;
    margin: auto;
    font-family: SOURCEHANSANSCN-REGULAR;
}

.dian span {
    background-color: #FFFFFF;
    opacity: 1;
}

.dian .swiper-pagination-bullet-active {
    background-color: #1a2654;
}

/*--------------------------------------------*/
.title {
    padding: 0.6rem 0 0.6rem;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
}
.title2{
    display: none;
}

.title .biaoti {
    border-bottom: #666e8d 2px solid;
    border-top: #666e8d 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.index-5 .title {
    padding-bottom: 0;
}

/**********************************1440px********************************/
@media (max-width:1440px) {
    .index1upr{
        width: 47%;
    }
    .indextext1{
        font-size: 36px;
    }
    .indextext2{
        font-size: 16px;
        line-height: 1;
    }
    .indextext3{
        font-size: 22px;
    }
    .indextext4{
        font-size: 16px;
        line-height: 1.2;
        margin-top: 10px;
    }
    .indextext5{
        font-size: 20px;
    }
    .indextext6{
        font-size: 14px;
        line-height: 1.5;
    }
    .index2text1,.index2text2{
        font-size: 26px;
    }
    .index2text2{
        margin-left: 10px;
    }
    .i3r1 a, .i3r2 a, .i3r3 a, .i3r4 a{
        font-size: 14px;
    }
    .more1,.more2{
        font-size: 12px !important;
    }
    .ren-div{
        font-size: 14px;
    }
    .cname{
        font-size: 20px;
    }
    .ename{
        font-size: 20px;
        margin-top: 5px;
    }
    .logo2{
        padding: 0.6rem 0;
    }
    .logo2text{
        font-size: 14px;
        padding-left: 0;
    }
    .zymiddown2{
        font-size: 22px;
    }
    .zymiddown3{
        line-height: 1;
        font-size: 22px;
    }
    .header2text>div{
        font-size: 26px;
    }
    .more_ren a{
        font-size: 12px;
    }
}

@media (max-width: 1367px) {
    .header2text>div:nth-child(2) .nav_box{
        margin-bottom: 0 0 0 49.8%;
    }
    .header2text>div:nth-child(4) .nav_box{
        margin-bottom: 0 0 0 65.2%;
    }
    .header2text>div{
        font-size: 0.22rem;
        font-family: SOURCEHANSANSCN-HEAVY;
        padding-bottom: 0.11rem;
    }
    .addactive{
        color: #1A2654 !important;
        font-family: SOURCEHANSANSCN-HEAVY;
        border-bottom: 0.04rem #1A2654 solid;
        padding-bottom: 0.11rem;
    }
    .index1upr{
        width: 50%;
    }
    .ren1l {
        width: 25%;
    }
    .ren1m {
        width: 75%;
        padding: 0.7rem 0.6rem 0 0.9rem;
    }
}
@media (max-width: 1200px) {
    .header2text>div:nth-child(2) .nav_box{
        margin: 0 0 0 45%;
    }
    .header2text>div:nth-child(4) .nav_box{
        margin: 0 0 0 61.2%;
    }
    .header2text>div:nth-child(6) .nav_box{
        margin: 0 0 0 80%;
    }
    
    .index2l,.index3l {
        width: 57%;
    }
    .index2r,.index3r {
        width: 43%;
    }
    .index2r,.index3r{
        height: 4.2rem;
    }
    .zymiddown_1,.zymiddown_3 {
        padding-left: 1.9rem;
    }
}
@media (max-width: 1024px) {
    .zymiddown3{
        font-size: 20px;
    }
    .header_top {
        width: 90%;
    }
    .indextext1 {
        font-size: 32px;
        line-height: 0.7;
    }
    .indextext2{
        font-size: 14px;
    }
    .indextext3{
        font-size: 22px;
    }
    .indextext4{
        font-size: 16px;
    }
    .index2text1, .index2text2{
        font-size: 24px;
        line-height: 1.6;
    }
    .shiliang0{
        height: 0.85rem;
    }
    .jianjie{
        /* height: 2rem; */
    }
    .ren-div{
        line-height: 1.4;
    }
    .ename{
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .ren-div{
        line-height: 1.4;
    }
    .jianjie{
        height: auto;
    }
    .header_wap h1{
        /* height: 50px; */
    }
    .search_put{
        width: 81%;
        height: 55%;
        position: absolute;
        top: 14px;
        display: none;
        border: 0;
        border-bottom: 1px solid #535353;
    }
    .header_top{
        width: 100%;
    }
    .headertext0 {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    .icona,.headera,.header2 {
        display: none;
    }
    .header{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .headerqi a:last-child .headerimgqi {
        padding-right: 0;
    }
    .headerqi{
        justify-content: flex-end;
    }
    .headerimgqi{
        padding: 0 10px;
    }
    .qitext {
        font-size: 10px;
        margin-top: 8px;
    }
    .indextext1{
        font-size: 32px;
    }
    .headerimgqi img{
        height: 20px;
    }
    .header_wap{
        display: flex;
    }
	.index1up {
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 0;
		border-bottom: 0;
		padding: 0.55rem 0;
		flex-direction: column;
	}
	.index1upl {
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
	}
	.indextext2{
		text-align: center;
	}
	.indextext1:nth-child(1){
		display: none;
	}
	.indextext2:nth-child(2){
		display: none;
	}
	.indextext1:nth-child(3){
		display: block;
        font-family: 'DIN-Bold';
        font-weight: bold;
	}
	.indextext2:nth-child(4){
		display: block;
        font-family: DIN-Light;
        font-weight: 300;
        font-size: 25px;
        /* text-align: left; */
        color: #1A2654;
        padding-top: 0.5rem;
	}
    .banner {
        /* margin-top: 70px; */
        padding-bottom: 5.5rem;
    }
    .banner{
        display: none;
    }
    .banner1{
        display: block;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.5rem !important;
    }
    .banner_text2{
        position: absolute;
        top: 5rem;
        width: 100%;
        right: 0;
        display: flex;
        flex-direction: column;
    }
    .banner_title2{
        font-family: 'DIN-BoldAlternate';
        color: #ffffff;
        font-size: 5.8rem;
        font-weight: bold;
        letter-spacing: unset;
        margin-top: 15%;
    }
    .banner_txt2{
        font-family: 'DIN-Medium';
        color: #ffffff;
        font-size: 4.5rem;
        letter-spacing: unset;
        /* margin-top: -2rem; */
    }
    .banner_txxt2{
        color: #ffffff;
        font-family: DIN-Medium;
        margin-top: 9.2rem;
        /* border: 1px solid red; */
        font-size: 2.7rem;
    }
    .banner_end{
        color: #FFFFFF;
        font-family: DIN-Bold;
        margin-top: 10rem;
        font-size: 3.8rem;
        font-weight: bold;
        letter-spacing: -2px;
    }
    .index1up {
        padding: 0rem 0 5.5rem 0;
    }
    /* .index1upl{
        border-right: #636b8a 1px solid;
        margin-right: 4rem;
        padding-right: 4rem;
    } */
    .index1down{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-bottom: 0;
    }
    .index1down .index1down0:nth-child(1),.index1down .index1down0:nth-child(2),.index1down .index1down0:nth-child(3),.index1down .index1down0:nth-child(4) {
        width: 90%;
        float: left;
        border-bottom: #CFD3E1 1px solid;
        padding-bottom: 5rem;
        padding-top: 5rem;
        border-right: 0;
    }
    .index1down .index1down0:nth-child(2) {
        border-right: none;
    }
    .index1down .index1down0:nth-child(4) {
        border-bottom: none;
    }
    .indextext1 {
        font-size: 42.5px;
        line-height: 4.2rem;
        letter-spacing: unset;
        margin-left: 0rem;
        text-align: center;
        position: relative;
    }
    .indextext2 {
        font-size: 3.1rem;
        line-height: 3.1rem;
        /* padding-top: 2rem; */
        text-align: center;
    }
    .indextext3 {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 0.5rem;
        font-weight: 400 !important;
        font-family: 'SourceHanSansCN-Regular';
    }
    .indextext4 {
        margin-top: 20px;
        color: #535353;
        font-size: 18px;
        line-height: 1.4;
        padding-left: 0;
    }
    .index1upr {
        width: 75%;
        margin-top: 40px;
        text-align: center;
    }
    .index1down {
        padding: 3rem 0;
        background-color: #F4F6FD;
    }
    .index1down0 {
        height: auto;
        padding: 0.5rem 0 0.3rem;
    }
    .index1down .index1down0:nth-child(1) {
        padding-right: 1rem;
    }
    .index1tu {
        width: 11rem;
        height: 11rem;
        line-height: 11rem;
        background-color: #ABABAB;
    }
    .index1down0:nth-child(odd) .index1tu{
        background-color: #ABABAB;
    }
    .index1down0:nth-child(even) .index1tu{
        background-color: #1A2654;
    }
    .index1tu img {
        margin-top: 1.8rem;
    }
    .indextext5 {
        font-size: 24px;
        line-height: 3rem;
        padding-top: 3rem;
        /* font-weight: 400 !important; */
        letter-spacing: 0.2rem;
        font-family: 'SourceHanSansCN-Medium';
    }
    .indextext6 {
        /* height: 9rem; */
        padding-top: 18px;
        font-size: 16px;
        line-height: 1.3;
        color: #535353;
        font-family: 'SourceHanSansCN-Regular';
    }
    .text61{
        display: none;
    }
    .text62{
        display: block;
    }
    .indextext7 {
        /* height: 1.2rem;
        margin-top: 0.5rem; */
        display: none;
    }
    /* .indextext7 a {
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding-bottom: 0.5rem;
    } */
    .title {
        height: auto;
        padding: 8rem 0 4rem;
        text-align: center;
        position: relative;
        display: flex !important;
    }
    .title1{
        display: none !important;
    }
    .title2{
        display: block;
    }
    .title .biaoti {
        height: 4rem;
        border-bottom: 0;
        border-top: 0;
        position: relative;
    }
    .index2text1 {
        font-size: 2.4em;
        line-height: 3.6rem;
        padding-right: 0.5rem;
        letter-spacing: 0.4rem;
    }
    .index2text2 {
        font-size: 40px;
        line-height: 3.6rem;
        font-family: 'DIN-Bold';
        font-weight: bold;
        color: #1A2654;
        margin-left: 0;
    }.text2{
        color: #7B6C63;
    }
    .shiliang0 {
        height: 3rem;
        top:-2rem;
        right: -5rem;
        font-size: 2.2rem;
        color: #1A2654;
        font-family: 'SourceHanSansCN-Regular';
        line-height: 1.05;
        font-weight: 400;
    }
    .zhengce{
        color: #7B6C63;
    }
    .index-3 {
        margin-top: 4rem;
        padding-bottom: 4rem;
    }
    /* .index2l,.index3l{
        width: 55%;
    }
    .index2r,.index3r {
        width: 45%;
        height: 20rem;
        padding-left: 2rem;
        padding-top: 2rem;
    }
    
    
    .more1 {
        font-size: 1.2rem;
        letter-spacing: 0.3rem;
        line-height: 1.4rem;
        bottom: 1rem;
    }*/
    .i3r1 a, .i3r2 a, .i3r3 a, .i3r4 a {
        font-size: 16px;
        color: #535353;
        letter-spacing: 0.2rem;
    }
    .index3r > div{
        font-size: 1.5rem;
        margin-top: 1.5rem;
        justify-content: center;
        text-align: center;
    }
    .index3r>div div:nth-child(1) {
        padding-bottom: 0.2rem;
        letter-spacing: 0.2rem;
    }
    
    .index2,.index3 {
        display: block;
    }
    .index2l, .index3l {
        width: 100%;
        height: 30rem;
    }
    .index2l{
        background-image: url(../images/aboutSy_phone.jpg);
    }
    .index2r{
        width: 100%;
        height: auto;
        padding-left: 4rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
        background-color: #F4F6FD;
    }
    .index3r {
        width: 100%;
        height: auto;
        padding: 3rem 6rem;
        background-color: #F9F4F2;
    }
    .shiliang2 {
        /* left: 4rem;
        bottom: 2rem;
        font-size: 1.2rem;
        line-height: 1.2rem; */
        display: none;
    }
    .event{
        display: none;
    }
    .pingtai{
        right: -7rem;
    }
    .index2r > div{
        margin-top: 2rem;
        justify-content: center;
        text-align: center;
    }
    .r1 {
        margin-right: 0.4rem;
        font-size: 18px;
        padding: 0 0.4rem;
        letter-spacing: 0.1rem;
        background-color: transparent;
        color: #535353;
        border-bottom: 1px solid #8A8A8D;
    }
    .i3r1,.i3r2,.i3r3,.i3r4{
        margin-right: 0.4rem;
        padding: 0 0.4rem;
    }
    .index3r>div div:nth-child(1) {
        padding-bottom: 2px;
        letter-spacing: 1px;
        border-bottom: 1px solid #535353;
    }
    .more2 {
        font-size: 1.2rem !important;
        padding-bottom: 0.5rem;
        letter-spacing: 0.3rem;
        line-height: 1.4rem;
        padding-top: 2rem;
    }
    .more1 a{
        font-family: 'DIN-Medium' !important;
        padding-bottom: 0;
        margin-right: 1rem;
        border-bottom: 0;
        color: #1A2654;
        font-size: 13px;
    } 
    .more1 i{
        color: #1A2654;
    }
    .more2 a {
        font-family: 'DIN-Medium' !important;
        padding-bottom: 0;
        margin-right: 1rem;
        border-bottom: 0;
        color: #7B6C63;
        font-size: 16px;
    } 
    .more2 i{
        color: #7B6C63;
    }
    .more1{
        font-size: 1.2rem !important;
        padding-bottom: 0.5rem;
        letter-spacing: 0.3rem;
        line-height: 1.4rem;
        padding-top: 2rem !important;
        position: unset !important;
    }
    .more11{
        display: none !important;
    }
    .more22{
        display: block !important;
    }
    .shiliang1 {
        /* height: 3rem;
        right: 1.5rem;
        top: 1.5rem; */
        display: none;
    }
    .index2 .index3r{
        background: #F4F6FD;
    }

    .shuminghao {
        font-size: 1.6rem;
    }
    .shu1{
        display: none;
    }
    .shu2{
        display: block;
    }
    .ren1l {
        width: 31%;
    }
    .ren1l img:nth-child(1),.ren1l img:nth-child(2){
        display: none;
    }
    .ren1l img:nth-child(3){
        display: block;
    }
    .ren1m {
        width: 69%;
        padding: 2rem 2rem 0 2rem;
    }
    .cname {
        font-size: 2.5rem;
        line-height: 2.8rem;
        float: left;
        margin-right: 3rem;
    }
    .ename {
        font-size: 2.5rem;
        line-height: 2.6rem;
        padding-bottom: 0.3rem;
        margin-top: 0rem;
        margin-left: 9rem;
        font-family: 'DIN-MEDIUM';
        font-weight: 400;    
    }
    .ename span{
        font-family: 'DIN-Bold';
        font-weight: bold;
    }
    .ren-div {
        font-size: 1.2rem;
        line-height: 24px;
        display: block;
        letter-spacing: unset;
    }
    .jianjie {
        min-width: 100%;
        border-top: 0;
        padding-top: 2rem;
    }
    .jianjie11{
        display: none;
    }
    .jianjie22{
        display: block;
    }
    .jianjie li{
        font-size: 16px;
        line-height: 1.5;
        font-family: DIN-Medium;
    }
    .more_ren{
        display: none;
    }
    .jianjie2 {
        border-top: 0;
        margin-left: 0;
        padding-top: 1rem;
        min-width: 100%;
        margin-top: 2rem;
    }
    .jianjie2 p {
        height: unset;
        overflow: unset;
        text-overflow: unset;
        display: -webkit-box;
        -webkit-box-orient: unset;
        -webkit-line-clamp: 2;
        color: #535353;
        font-size: 16px;
        font-weight: 400 !important;
        font-family: SourceHanSansCN-Normal;
        line-height: 1.5;
    }
    .jianjie2 br{
        display: block;
    }
    
    .ren2 {
        margin-top: 1rem;
    }
    .logo2 {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .logo2img {
        width: 31%;
        height: 2.4rem;
    }
    .logo2text {
        width: 69%;
        font-size: 1.2rem;
        line-height: 2.4rem;
        padding-left: 2rem;
    }
    .ren{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .ren1,.ren2{
        display: block;
        width: 100%;
    }
    .ren2 {
        margin-top: 0;
        margin-left: 0px;
    }
    .ren1l {
        width: 100%;
    }
    .ren1m {
        width: 100%;
        padding: 4rem;
        /* float: left; */
        background-color: #F3F3F3;
    }
    .more_ren {
        height: 6rem;
        padding-top: 3rem;
    }
    .more_ren a {
        font-size: 1.2rem;
        padding-bottom: 0.5rem;
    }
    .zymiddown {
        margin-top: 1rem;
        flex-direction: column;
        background-color: #F2F2F2;
        padding-bottom: 7rem;
    }
    .zymiddown:before,.zymiddown:after{
        display: none;
    }
    .zymiddown_1 {
        padding: 5rem 0 5rem;
        border-bottom: 1px solid #DEDFE0;
    }
    .zymiddown_2 {
        padding-left: 0;
        padding-bottom: 5rem;
        padding-top: 5rem;
        margin-left: 0;
        border-bottom: 1px solid #DEDFE0;
    }
    .zymiddown_3 {
        padding: 5rem 0 5rem;
        border-bottom: 1px solid #DEDFE0;
    }
    .zymiddown3 br{
        display: none;
    }
    .zymiddown_4 {
        padding-left: 0;
        padding-bottom: 5rem;
        padding-top: 5rem;
        margin-top: -0;
    }
    .zymiddown_1, .zymiddown_2, .zymiddown_3, .zymiddown_4 {
        width: 80%;
        display: flex;
        transition: .4s;
        border-bottom: 1px solid #DEDFE0;
    }
    .zymiddown_1 img, .zymiddown_2 img, .zymiddown_3 img, .zymiddown_4 img {
        width: 6rem;
    }
    .zymiddowndiv {
        margin-left: 8rem;
    }
    .zymiddown2 {
        font-size: 22px;
        font-family: 'SourceHanSansCN-Regular';
        line-height: 1.2;
    }
    .zymiddown3 {
        padding-top: 0.4rem;
        font-size: 22px;
        line-height: 1.2;
        font-family: 'DIN-Regular';
        font-weight: 300;
    }
    .bottom{
        background-color: #fff;
    }
    .bottom1{
        display: none;
    }
    .bottom2{
        width: 100%;
        display: block;
        background-color: #fff;
        /* height: 5rem; */
        padding: 5rem 0 3rem;
    }
    .bottom_text p{
        text-align: center;
    }
    .bottomtext1{
        font-family: 'DIN-Medium';
        font-weight: 500;
        color: #999999;
        font-size: 4rem;
        letter-spacing: -3px;
    }
    .bottomtext2{
        font-family: 'DIN-Regular';
        font-weight: 400;
        color: #999999;
        font-size: 2.2rem;
    }
    .bottom_icon{
        width: 100%;
        padding: 3rem 0 0;
        text-align: center;
    }
    .bottomicon1{
        font-size: 2.2rem;
        color: #1A2654;
    }
    .bottomicon11{
        font-size: 1.8rem;
    }
    .bottomicon1:nth-child(2){
        margin: 0 5rem;
    }
    .bottom100{
        background-color: #fff;
    }
    .shang0{
        display: none;
    }
    .bottom-1 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .bottom-1-1{
        width: 100%;
    }
    .bottom-1-1 p {
        margin-top: 2rem;
        font-size: 1.2rem;
        line-height: 2rem;
        padding-right: 2rem;
    }
    .bottom-1-1:nth-child(1),.bottom-1-2{
        display: none;
    }
    .logo2{
        display: block;
        background-color: #1A2654;
    }
    .logo2img {
        width: 100%;
        height: 2.5rem;
        text-align: center;
    }
    .logo2text {
        width: 100%;
        font-size: 16px;
        line-height:initial;
        padding: 3rem 5rem 0;
        color: #E9E9E9;
        text-align: center;
    }
    .logo2text br {
        display: none;
    }
    .shang1 {
        font-size: 1rem;
        line-height: 1.4rem;
        padding: 0.4rem 1.4rem;
        border-radius: 5rem;
        margin-right: 2rem;
    }
    .shang2 {
        font-size: 1.2rem;
        line-height: 1.4rem;
        padding: 0.4rem 1.4rem;
        border-radius: 5rem;
    }
    .second {
        width: 50%;
        float: left;
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .second span {
        width: 5rem;
    }
    .third {
        float: right;
        padding-top: 1rem;
    }
    .i1 {
        font-size: 1.6rem;
        line-height: 3.8rem;
        width: 3.8rem;
        height: 3.8rem;
        margin-right: 1rem;
    }
    .bottom-1-1:last-child {
        padding: 7rem 0 5rem;
    }
    .bottom100 {
        padding-bottom: 4rem;
        padding-top: 0;
    }
    .shuming {
        width: 95%;
        border-top: 1px solid #DEDFE0;
        font-size: 1.2rem;
        padding-top: 5rem;
    }
    .indextext4 br{
        display: none;
    }
    

}
@media (max-width: 730px) {
    .search_put{
        width: 80%;
    }
    .header_wap {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header_wap h1 {
        /* height: 40px; */
    }
    .header_wap .ion-ios-navicon {
        height:2px;
    }
    .index1upr {
        width: 60%;
    }
    .index1tu {
        width: 55px;
        height: 55px;
    }
    .index1tu img {
        margin-top: 10px;
    }
    .indextext6 {
        height: auto;
        font-size: 16px;
    }
    .indextext7 {
        display: none;
    }
    /* .indextext6,.indextext7{
        font-size: 12px;
    } */
    .shiliang0 {
        /* display: none; */
    }
    .title .biaoti {
        height: 38px;
    }
    .index2text1 {
        font-size: 2.4rem;
        line-height: 38px;
        padding-right: 10px;
    }
    .index2text2 {
        font-size: 34px;
        line-height: 38px;
    }
   
    .cname,.ename {
        font-size: 24px;
        line-height: 26px;
    }
    .shang1 {
        font-size: 12px;
        line-height: 12px;
        padding: 3px 15px;
        border-radius: 20px;
        margin-right: 20px;
    }
    .shang2 {
        font-size: 12px;
        line-height: 12px;
        padding: 3px 15px;
        border-radius: 20px;
    }
    .second {
        width: 70%;
        font-size: 12px;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .second span {
        width: 25%;
    }
    .third {
        padding-top: 10px;
    }
    .shuming {
        font-size:12px;
    }
    .indextext1{
        font-size: 32px;
    }
    .indextext3{
        font-size: 22px;
        margin-bottom: 0;
    }
    .indextext4{
        font-size: 16px;
    }
    .zymiddown2{
        font-size: 26px;
    }
    .zymiddown3{
        font-size: 2.3rem;
    }
    .logo2text{
        padding: 3rem 15rem 0;
    }
}
@media (max-width: 600px) {
    /* .indextext3{
        font-size: 24px;
    }
    .indextext4{
        font-size: 16px;
    }
    .indextext4 br{
        display: none;
    }
    .indextext5{
        font-size: 28px;
    }
    .indextext6{
        font-size: 18px;
        line-height: 1.5;
    }
    .jianjie li{
        font-size: 16px;
    }
    .jianjie2 p{
        font-size: 16px;
    }
    .zymiddown2{
        font-size: 22px;
    }
    .zymiddown3{
        font-size: 20px;
    } */
}
@media (max-width: 414px) {
    .banner{
        padding-bottom: 0;
    }
    .header {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .banner_title2{
        font-size: 31px;
    }
    .banner_txt2{
        font-size: 24px;
    }
    .banner_txxt2{
        font-size: 15px;
    }
    .qitext {
        font-size: 1.2rem;
    }
    .headertext0 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .index1up{
        display: block;
    }
    .index1upl {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .indextext1 {
        font-size: 24px;
        line-height: 0.8;
    }
    .indextext2 {
        line-height: 0.6;
    }
    .indextext1,.indextext2{
        text-align: left;
        margin-left: 1.8rem;
    }
    .index1upr{
        width: 100%;
    }
    .indextext3 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    .indextext4 {
        font-size: 14px;
        line-height: 1.3;
        padding: 0 8rem;
        margin: 10px 0 20px;
    }
    .indextext5 {
        font-size: 20px;
        line-height: 1;
    }
    .index1down .index1down0:nth-child(1) .indextext6 br:nth-child(2) {
        display: block;
    }
    .index1down .index1down0:nth-child(2) .indextext6 br:nth-child(2) {
        display: block;
    }
    .index1down .index1down0:nth-child(1) .indextext6 br:nth-child(3) {
        display: none;
    }
    .index1down .index1down0:nth-child(2) .indextext6 br:nth-child(3) {
        display: none;
    }
    .index1down {
        padding: 5rem 0;
    }
    .title .biaoti {
        height: 38px;
        position: relative;
    }
    .index2text1 {
        font-size: 3.6rem;
    }
    .index2text2 {
        font-size: 26px; 
    }
    /*.banner .swiper-slide img:nth-child(1) {*/
    /*    display: none;*/
    /*}*/
    /*.banner .swiper-slide img:nth-child(2) {*/
    /*    display: block;*/
    /*}*/
    .index1down .index1down0:nth-child(1), .index1down .index1down0:nth-child(2), .index1down .index1down0:nth-child(3), .index1down .index1down0:nth-child(4) {
        height: auto;
    }
    .indextext6 {
        font-size: 14px;
        line-height: 1.5;
        padding-top: 15px;
    }
    .shiliang1 {
        height: 30px;
        right: 15px;
        top: 15px;
    }
    
    .zymiddown {
        margin-top: 00px;
        margin-bottom: 10px;
    }
    .zymiddown_1,.zymiddown_2 ,.zymiddown_3 ,.zymiddown_4  {
        padding: 8% 0;
    }
    .zymiddown2 {
        font-size: 18px;
        line-height: 1;
    }
    .zymiddown3 {
        padding-top: 5px;
        font-size: 14px;
        line-height: 1;
    }
    /* .title {
        padding: 20px 0;
    } */
    .r1,.shuminghao {
        font-size: 2.6rem;
    }
    .more1 a {
        padding-bottom: 2rem;
    }
    .more2 a {
        padding-bottom: 1.5rem;
    }
    .shiliang2{
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .index3r > div {
        margin-top: 2rem;
        font-size: 2.4rem;
    }
    .i3r1 a, .i3r2 a, .i3r3 a, .i3r4 a {
        font-size: 14px;
    }
    .more1 a,.more2 a{
        font-size: 14px;
    }
    .more1 i{
        font-size: 14px !important;
    }
    .ren1m{
        padding: 6rem 3rem;
    }
    .ren-div {
        font-size:14px;
        line-height: 4rem;
        text-align: justify;
    }
    .jianjie {
        padding-top: 15px;
    }
    .jianjie2{
        margin-top: 15px;
    }

    .jianjie2 p{
        height: auto;
        line-height: 1.4;
    }
    .logo2 {
        padding-top: 6rem;
        padding-bottom: 8rem;
        /* text-align: center; */
    }
    .logo2text {
        width: 100%;
        font-size: 2rem;
        /* padding: 4rem 11rem 0; */

        /* padding: 4rem 4rem 0; */
        /* text-align: center; */
    }
    .banner {
        padding-bottom: 0rem;
    }
    .title,.index1up{
        padding: 6rem 0 3rem;
    }
    .index-3 {
        margin-top: 6rem;
        padding-bottom: 6rem;
    }
    .index1down {
        padding: 7rem 0;
    }
    .i1 {
        font-size: 2.6rem;
        line-height: 4.5rem;
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 2rem;
    }
    .index2r, .index3r {
        padding-top: 4rem;
        padding-bottom: 5rem;
    }
    .ren1m{
        padding: 6rem;
    }
    .logo2text{
        padding: 3rem 6rem 0;
    }




    .shiliang0{
        line-height: 1;
        height: auto;
        top: 0rem;
        right: -5rem;
        font-size: 12px;
    }
    .jianjie li {
        font-size: 14px;
        font-family: DIN-Medium;
        line-height: 1.4;
    }
    .indextext1:nth-child(3) {
        display: block;
        font-weight: bold;
        text-align: center;
    }
    .indextext2:nth-child(4) {
        display: block;
        font-family: DIN-Light;
        font-weight: 300;
        font-size: 18px;
        text-align: left;
        color: #1A2654;
        padding-top: 1.5rem;
        text-align: center;
    }
    .banner_end{
        letter-spacing: unset;
    }
    .jianjie2 p{
        font-size: 14px;
    }
    .logo2img{
        height: 3.5rem;
    }
    .logo2text{
        font-size: 14px;
    }
    .pingtai {
        right: -7rem !important;
    }
    .index1upr{
        margin-top: 30px;
    }
    .bottomicon1{
        font-size: 3.2rem;
        color: #1A2654;
    }
    .bottomicon11{
        font-size: 2.8rem;
    }
    .cname,.ename{
        font-size: 20px;
    }
}
@media (max-width: 390px) {
    .banner_title2{
        font-size: 28px;
    }
    .banner_txt2{
        font-size: 22px;
    }
    .banner_txxt2{
        font-size: 14px;
        line-height: 1.2;
    }
    .banner_end{
        font-size: 18px;
        letter-spacing: unset;
    }
    .zymiddown_1 img, .zymiddown_2 img, .zymiddown_3 img, .zymiddown_4 img{
        width: 7rem;
    }
    .jianjie2 p {
        height: auto;
        line-height: 1.7;
        font-size: 14px;
    }
    .jianjie li{
        line-height: 1.7;
        font-size: 14px;
    }
    .logo2img{
        height: 20px;
    }
    .huan br:last-child{
        display: none;
    }
    .shuming br{
        display: block;
    }
    .shuming{
        width: 95%;
    }
    .shiliang0{
        line-height: 1.05;
    }
    .index2text2{
        font-size: 20px;
    }
    .logo2text{
        font-size: 14px;
    }
    .shiliang0{
        font-size: 12px;
    }
    .cname, .ename{
        font-size: 20px;
    }
}
@media (max-width: 360px) {
    .indextext3,.indextext5{
        font-size: 20px;
    }
    .indextext4,.indextext6{
        font-size: 14px;
    }
    .index2text2{
        font-size: 20px;
    }
    .more1 a, .more2 a{
        font-size: 14px;
    }
    .logo2text{
        font-size: 14px;
    }
    .zymiddown3{
        font-size: 14px;
    }

}


@media (max-width:768px) {
    .header_wap .menu,.header_wap .ion-ios-navicon {
        width:27px;
        overflow: hidden;
    }
    .lang i{
        font-size: 3.5rem;
    }
    .lang{
        border: 0px solid red;
        position: absolute;
        top: 20px;
        font-size: 20px;
        right: 63px;
        color: #1A2654;
        text-align: center;
    }
    .search{
        width: unset;
        height: unset;
        display: inline-block;
        border: 0px solid red;
        position: absolute;
        top: 23px;
        right: 110px;
        text-align: center;
    }
    .index3r .shu2 i{
        color: #868686;
    }
    .index3r>div div:nth-child(2){
        border-bottom: 1px solid #868686;
    }
    .more1 a{
        color: #1A2654;
    }
}
@media (max-width:730px) {
    .search{
        top: 15px;
    }
    .lang{
        top: 15px;
    }
    .header_wap .menu{
        top: 14px;
    }
}
@media (max-width:600px) {
    .search{
        top: 14px;
    }
    .lang{
        top: 14px;
    }
}
@media (max-width:414px) {
}
@media (max-width:390px) {
    .header_wap h1 a img {
        height: 120%;
    }
    .lang i {
        font-size: 5.8rem;
    }
    .lang{
        right: 59px;
    }
}