* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 100px;
    width: 100%;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: inherit;
    letter-spacing: 0;
    font-weight: normal;
}


p {
    margin: 0;
}

a:hover {
    cursor: pointer;
}

html {
    width: 100%;
    overflow-x: hidden;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    display: block;
    _display: inherit;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

a {
    text-decoration: none;
    outline: none
}

div {
    outline: none
}

ul, li {
    list-style-type: none
}

i, em {
    font-style: normal;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.overflow {
    overflow: hidden;
}

.myhidden {
    display: none;
}

.flex_ {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.flex_space-between {
    display: flex;
    justify-content: space-between;
}

.flex_space-center {
    display: flex;
    justify-content: center;
}

.flex_end {
    display: flex;
    justify-content: flex-end;
}

.flex_justify-content {
    display: flex;
    justify-content: center;
}

.flex_justify-content-around {
    display: flex;
    justify-content: space-around;
}

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

.flex_wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.text_center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.acenter {
    text-align: center;
}

.flex_align_end {
    display: flex;
    align-items: flex-end;
}


.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.line10 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.btn_hover {
    position: relative;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn_hover:hover > .anim {
    -moz-animation: anim-out 1s;
    -webkit-animation: anim-out 1s;
    animation: anim-out 1s;
}

.btn_hover:hover > .anim:after {
    -moz-animation: anim-out-pseudo 1s;
    -webkit-animation: anim-out-pseudo 1s;
    animation: anim-out-pseudo 1s;
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.overes {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overes2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* rem设置 */
html {
    font-size: 5.20833333vw;
}

@media (max-width: 1200px) {
    html {
        font-size: 6.9vw;
    }
}

@media (max-width: 750px) {
    html {
        font-size: 26.66666666vw;
        font-size: clamp(12px, 26.66666666vw, 100px);
    }
}


body {
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 1920px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 1500px) {
    body {
        font-size: 15px;
    }
}

@media (max-width: 1366px) {
    body {
        font-size: 14px;
    }
}

body {
    background: #fff;
}

.banner .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner .swiper .swiper-wrapper .swiper-slide img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
}

.contain {
    height: 100vh;
    padding-top: 1.1rem
}

.main {
    width: 17rem;
    margin: 0 auto;
    max-width: 90%;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.h_main {
    width: 17rem;
    margin: 0 auto;
    max-width: 90%;
    height: 1.1rem
}

header .navlist > li > a {
    color: #fff;
    font-size: 0.18rem;
    line-height: 1.1rem
}

header .navlist > li.active > a, header .navlist > li:hover > a {
    font-weight: bold;
    color:#c4171d!important;
}

header .navlist {
    width: 8.8rem;
}

header .head_btn {
    width: 1.08rem;
    margin-left: 0.45rem
}

header .search {
    position: relative;
    height: 1.1rem;
}

header .search em {
    background: url('../images/search.png') no-repeat center left;
    width: 0.35rem;
    height: 0.35rem;
    background-size: 100%;
    cursor: pointer;
    display: block;
}

.search_pop {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: -0.2rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0.4rem;
    padding: 0.08rem;
    width: 3.6rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    z-index: 1000;
}

.search_pop form {
    border: 1px solid #1c1d20;
    border-radius: 0.3rem;
    position: relative;
}

.search_pop form input {
    border: 0;
    background: transparent;
}

.search_pop form .ss_bd {
    display: block;
    width: 2.8rem;
    padding-left: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
}

.search_pop form .ss_btn {
    width: 0.68rem;
    height: 0.42rem;
    line-height: 0.4rem;
    background: #1c1d20;
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 0.186rem;
    color: #fff;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.search_pop i {
    width: 0.19rem;
    height: 0.19rem;
    background: url('../images/search2.png') no-repeat center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0.1rem;
    left: 0.12rem;
}

.search_pop form:before {
    width: 0.2rem;
    height: 0.11rem;
    content: '';
    display: block;
    background: url('../images/jt.png') no-repeat center;
    position: absolute;
    top: -0.2rem;
    right: 0.2rem;
}

.search_pop.active {
    top: calc(100% + 0.15rem);
    visibility: visible;
    opacity: 1;
}

header .lan {
    width: 0.4rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    background: url('../images/lan.png') no-repeat center;
    color: #fff;
    display: block;
    border-radius: 50%;
    background-size: 100%
}

header.head2 .navlist > li > a {
    color: #222222
}

header .log1 {
    display: block;
}

header .log2 {
    display: none
}

header.head2 .log1 {
    display: none
}

header.head2 .log2 {
    display: block;
}

header.head2 {
    background: #fff;
}




.sec7_nr {
    height: 100vh;
    padding-top: 1.1rem;
    width: 100%;
    background: url('../images/sec7.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}


.sec7_map {
    width: 8.2rem;
    height: 100%;
    max-width: 42.7%
}

#allmap {
    width: 100%;
    height: 100%
}

.sec7_nr .main {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    padding-top: 1.1rem;
}


.section7 {
    color: #fff
}

.section7 .sec7_tit {
    font-size: 0.28rem;
    font-weight: bold;
    padding-left: 0.32rem;
    position: relative;
    line-height: 1;
}

.section7 .sec7_tit:before {
    content: '';
    width: 0.04rem;
    height: 0.28rem;
    background: #fff;
    position: absolute;
    top: calc(50% + 0.02rem);
    transform: translateY(-50%);
    left: 0
}

.sec7_nr li {
    line-height: 25px;
    margin-top: 0.3rem
}

.sec7_nr li .icon {
    width: 34px;
}

.sec7_nr li p {
    max-width: calc(100% - 34px)
}

.sec7_contact_nr {
    width: 100%;
}

.section7 .message {
    margin-top: 0.5rem
}

.section7 .message form {
    margin-top: 0.45rem;
    width: 100%
}

.section7 .message .item {
    width: 100%;
}

.section7 .message .item input {
    border: 1px solid #fff;
    width: 2.8rem;
    height: 0.45rem;
    line-height: 0.45rem;
    border-radius: 0.1rem;
    padding: 0 0.15rem;
    background: transparent;
    color: #fff;
    max-width: 32%
}

.section7 .message .item2 {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    height: 0.82rem;
    border-radius: 0.1rem;
    padding: 0 0.15rem;
    background: transparent;
    padding: 0.15rem;
    resize: none;
    margin-top: 0.18rem;
    color: #fff
}

.section7 .message .mes_btn {
    width: 137px;
    height: 40px;
    line-height: 40px;
    border-radius: 0.1rem;
    background: #004cac;
    text-align: center;
    border: 0;
    color: #fff;
    margin-top: 0.2rem;
    cursor: pointer;
}


.section2 {
    background: url('../images/sec2.jpg') no-repeat center top;
    background-size: cover
}

.banner {
    position: relative;
}

.mouse {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    color: #fff;
    font-size: 16px;
}

.mouse:after {
    content: '';
    display: block;
    display: block;
    width: 22px;
    height: 37px;
    background: url('../images/sb.png') no-repeat center;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%
}

.mouse:after {
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(10px) translateX(-50%);
        -webkit-transform: translateY(10px) translateX(-50%);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(10px) translateX(-50%);
        -webkit-transform: translateY(10px) translateX(-50%);
        opacity: 0;
    }
}

.section2 .video_pic {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    background: #151515;
}

.section2 .video_pic video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section2 .video_pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section2 .video_pic i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/play.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    background-size: 0.72rem;
}

.sec2_left {
    width: 7.5rem;
    max-width: 48%
}

.sec2_right {
    width: 8.25rem;
    height: 6rem;
    max-width: 50%;
    position: relative;
    padding-top: 0.98rem;
    padding-right: 0.45rem;
    margin-top: 0.5rem;
}

.sec2_tieng {
    font-size: 0.12rem;
    background: #c4171d;
    color: #fff;
    line-height: 0.2rem;
    border-radius: 4px;
    padding: 0 0.1rem;
}

.sec2_ticn {
    margin-left: 0.1rem;
    font-size: 0.16rem;
}

.sec2_title {
    font-size: 0.5rem;
    font-weight: bold;
    color: #444444;
    line-height: 1.2;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    width: 5rem;
}

.sec2_con {
    color: #333333;
    line-height: 0.4rem;
    text-indent: 2em;
    margin-top: 0.3rem;
}

.sec2_right_icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
}

.sec2_more {
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
    color: #444444;
    margin-top: 0.2rem;
}

.sec2_more img {
    width: 0.22rem;
    display: inline-block
}

.section3 .sec3_more{display: none;}

/*.sec2_more:after{content: '';display: block;width: 0.09rem;height: 0.16rem;background:url('../images/jt2.png') no-repeat center;position: absolute;right: 0.25rem;top:50%;transform: translateY(-50%);background-size: 100%}*/

.section6 {
    background: url('../images/sec6.jpg') no-repeat center top;
    background-size: cover
}

.section6 .sec4_des{color:#444;}

.sec6_list{
    margin-top: 0.4rem;
}

.sec6_list li a {
    transition: all .3s linear;
    display: block;
    padding: 0 0 0.4rem;
    background: #fff;
}

.sec6_list li a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transform: translateY(-10px);
    border-radius: 4px
}

.sec6_list ul {
    margin-left: -0.5rem;
}

.sec6_list li {
    width: 33.3%;
    padding-left: 0.5rem;
}

.sec6_list li .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 54%;
}

.sec6_list li .pic p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec6_list li .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center center
}

.sec6_list li .tit {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    margin: 0.25rem 0 0.15rem;
}

.sec6_list li .jian {
    color: #666666;
    line-height: 1.8;
    margin-bottom: 0.3rem;
}

.sec6_list li .date {
    color: #999999
}

.sec6_list li:hover .tit {
    color: #c4171d;
}

.sec6_list li .info {
    padding: 0 0.2rem
}

.sec6_list li .info img{
    width: 0.3rem;
}

.sec6_list .sec2_more{text-align: center;}


.sec6_type {
    margin-bottom: 0.6rem
}

.sec6_type li {
    font-size: 18px;
    padding: 0 0.3rem;
    position: relative;
}

.sec6_type li a {
    color: #222222;
}

.sec6_type li a:hover {
    font-weight: bold;
    color: #004cac
}

.sec6_type li:after {
    content: '/';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.sec6_type li:last-child:after {
    display: none;
}

.down_nr{
    width: 100%;
    height: 2.8rem;
    background: url('../images/footbj.jpg') no-repeat center center;
}

.down_tit{font-size: 0.36rem;color:#fff;font-weight: bold;}
.down_desc{font-size: 0.28rem;color:#fff;font-weight: 200;margin-top: 0.2rem;}
.down_butt{background: #fff;font-size: 0.16rem;margin-top: 0.2rem;border-radius: 30px;width: 1.5rem;height: 0.45rem;line-height: 0.45rem;text-align: center;}
.down_butt a{color:#c4171d;}

/*header.active {
  animation: fadeInDown2 1s ease both;
  -webkit-animation: fadeInDown2 1s ease both;
  -moz-animation: fadeInDown2 1s ease both;
}*/
/*header{transition: all 1s}*/

.section.active .sec6_type {
    animation: zoomIn 1s ease both;
    -webkit-animation: zoomIn 1s ease both;
    -moz-animation: zoomIn 1s ease both;
}

.section.active .sec6_list li:nth-child(1) {
    animation: fadeInUp2 1s .2s ease both;
    -webkit-animation: fadeInUp2 1s .2s ease both;
    -moz-animation: fadeInUp2 1s .2s ease both;
}

.section.active .sec6_list li:nth-child(2) {
    animation: fadeInUp2 1s .4s ease both;
    -webkit-animation: fadeInUp2 1s .4s ease both;
    -moz-animation: fadeInUp2 1s .4s ease both;
}

.section.active .sec6_list li:nth-child(3) {
    animation: fadeInUp2 1s .6s ease both;
    -webkit-animation: fadeInUp2 1s .6s ease both;
    -moz-animation: fadeInUp2 1s .6s ease both;
}

.section.active .sec2_left {
    animation: fadeInLeft 1s 0.2s ease both;
    -webkit-animation: fadeInLeft 1s 0.2s ease both;
    -moz-animation: fadeInLeft 1s 0.2s ease both;
}

.section.active .sec2_right {
    animation: fadeInRight 1s .2s ease both;
    -webkit-animation: fadeInRight 1s .2s ease both;
    -moz-animation: fadeInRight 1s .2s ease both;
}

.section.active .sec7_contact_nr .sec7_tit {
    animation: fadeInUp2 1s ease both;
    -webkit-animation: fadeInUp2 1s ease both;
    -moz-animation: fadeInUp2 1s ease both;
}

.section.active .sec7_contact_nr li:nth-child(1) {
    animation: fadeInUp2 1s .2s ease both;
    -webkit-animation: fadeInUp2 1s .2s ease both;
    -moz-animation: fadeInUp2 1s .2s ease both;
}

.section.active .sec7_contact_nr li:nth-child(2) {
    animation: fadeInUp2 1s .4s ease both;
    -webkit-animation: fadeInUp2 1s .4s ease both;
    -moz-animation: fadeInUp2 1s .4s ease both;
}

.section.active .sec7_contact_nr li:nth-child(3) {
    animation: fadeInUp2 1s .6s ease both;
    -webkit-animation: fadeInUp2 1s .6s ease both;
    -moz-animation: fadeInUp2 1s .6s ease both;
}

.section.active .message .sec7_tit {
    animation: fadeInUp2 1s .8s ease both;
    -webkit-animation: fadeInUp2 1s .8s ease both;
    -moz-animation: fadeInUp2 1s .8s ease both;
}

.section.active .message .item {
    animation: fadeInUp2 1s 1s ease both;
    -webkit-animation: fadeInUp2 1s 1s ease both;
    -moz-animation: fadeInUp2 1s 1s ease both;
}

.section.active .message .item2 {
    animation: fadeInUp2 1s 1.2s ease both;
    -webkit-animation: fadeInUp2 1s 1.2s ease both;
    -moz-animation: fadeInUp2 1s 1.2s ease both;
}

.section.active .message .mes_btn {
    animation: fadeInUp2 1s 1.4s ease both;
    -webkit-animation: fadeInUp2 1s 1.4s ease both;
    -moz-animation: fadeInUp2 1s 1.4s ease both;
}


.section3 {
    background: url('../images/sec3.jpg') no-repeat center top;
    background-size: cover
}

.section3 .sec3_des {
    font-size: 0.4rem;
    font-weight: bold;
    color: #444444;
    line-height: 1.2;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    width: 4rem;
}

.section3 .contain li {
    width: 2.4rem;
    padding: 0.35rem 0.25rem;
    border: 1px solid #fff;
    margin-right: 0.2rem
}

.section3 .contain li .tit {
    font-size: 0.24rem;
    color: #fff
}

.section3 .contain li .icon {
    width: 100%;
    height: 2.3rem
}

.section3 .sec3_list {
    position: relative;
    width: 95%;
    margin: 0.2rem auto 0;
}

.section3 .swiper .pic {
    height: 4rem;
    overflow: hidden;
}

.section3 .swiper .scale img {
    width: 100%;
}

.section3 .swiper .tit {
    font-size: 0.22rem;
    color: #222222;
    line-height: 1;
    margin-top: 0.3rem;
    padding:0 0.26rem;
}

.section3 .swiper .des {
    color: #666666;
    margin-top: 0.2rem;
    text-align: center;
    padding:0 0.26rem;
}

.section3 .swiper-button-prev::after,
.section3 .swiper-button-next::after {
    display: none;
}

.section3 .swiper-button-prev,
.section3 .swiper-button-next {
    position: absolute;
    width: 0.52rem;
    top: 40%;
}

.section3 .swiper-button-prev {
    left: -0.8rem;
}

.section3 .swiper-button-next {
    right: -0.8rem;
}

.section5 {
    background: url('../images/sec5.jpg') no-repeat center top;
    background-size: cover
}

.sec5_top {
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    height: calc(100% - 360px)
}

.sec5_top .des {
    width: 80%;
    margin: 0 auto;
}

.sec5_bot {
    height: 360px;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.sec5_list {
    padding: 0 66px;
    position: relative;
}

.sec5_list .swiper-button-next, .sec5_list .swiper-button-prev {
    color: #fff
}

.sec5_list .swiper-button-prev {
    left: 0;
    margin-top: 0;
    transform: translateY(-50%);
}

.sec5_list .swiper-button-next {
    right: 0;
    margin-top: 0;
    transform: translateY(-50%);
}

.sec5_list .swiper-button-next::after, .sec5_list .swiper-button-prev::after {
    font-size: 35px;
    font-weight: lighter;
}

.scale .pic {
    overflow: hidden;
}

.scale img {
    transition: all 0.5s linear;
}

.scale:hover img {
    transform: scale(1.1);
}


.section4 {
    background: url('../images/sec4.jpg') no-repeat center top;
    background-size: cover
}

.sec4_nr {
    height: 100vh;
    padding-top: 1.1rem;
    align-items: center;
    display: flex;
}

.sec4_nr .main {
    padding-top: 0;
    position: static;
    height: 100%;
    transform: translateX(0%);
}

.sec4_nr .sec4_tu {
    flex-shrink: 0;
    width: 50%;
}

.sec4_contact {
    width: 8.5rem;
    margin-left: auto;
    max-width: 90%
}

.sec4_contact_nr {
    width: 7.8rem;
    color:#fff;
}

.sec4_contact_nr .sec2_tieng{
    background: #ffba00;
}

.sec4_des{
    font-size: 0.4rem;font-weight: bold;line-height: 1.2;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.sec4_cont{
    margin-top: 2rem;
}

.sec4_contact_nr a{color:#fff;margin-top: 0.5rem;line-height: 1.2;}

#section-footer{
    background: url('../images/footbjda.jpg');
}


.foot2 {
    color: #777777;
    padding: 0.5rem 0;
    border-top:1px solid #242424;
}

.foot1 {
    height: 5.4rem;
    padding: 1.4rem 0 0;
}

.foot1_codes {
    width: 4rem;
    color:#fff;
}

.foot1_codes div{padding:0.2rem 0;}
.foot1_codes .foot1_icon{margin-right: 0.1rem;}
.foot1_codes .ewm{width: 1.3rem;}


.foot1 .navlist {
    width: 11.3rem
}

.foot1 .navlist li > a, .foot1_codes li .tit {
    color: #fff;
    font-size: 0.2rem;
    height: 0.5rem;
    display: block;
}

.foot1 .navlist li .two dd a {
    color: #cccccc;
    line-height: 0.42rem;
}

.foot1_codes li {
    text-align: center;
}

.banner .swiper-slide-active img {
    animation: shrink 2s linear infinite;
    -webkit-animation: shrink 6s linear infinite;
}

@keyframes shrink {
    /*0%{background-size: 100% 100%;}
    100%{background-size: 110% 110%;}*/
    100% {
        transform: perspective(0px) translate3d(0, 0, 0px);
    }
    100% {
        transform: perspective(100px) translate3d(0, 0, 10px);
    }
}

@-webkit-keyframes shrink {
    /*0%{background-size: 100% 100%;}
    100%{background-size: 110% 110%;}*/
    100% {
        transform: perspective(0px) translate3d(0, 0, 0px);
    }
    100% {
        transform: perspective(100px) translate3d(0, 0, 10px);
    }
}

.section3 .contain li {
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #104fa0, #104fa0);
    background-position: 50% 1%;
    background-size: 300% 300%;
}

.section3 .contain li:hover {
    background-position: 50% 99%;
    border: 1px solid #104fa0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.section.active .sec3_des {
    animation: fadeInLeft2 1.8s 0.2s ease both;
    -webkit-animation: fadeInLeft2 1.8s 0.2s ease both;
    -moz-animation: fadeInLeft2 1.8s 0.2s ease both;
}

.section3.active .contain ul li:nth-child(1) {
    animation: fadeInUp2 1s 0.4s ease both;
    -webkit-animation: fadeInUp2 1s 0.4s ease both;
    -moz-animation: fadeInUp2 1s 0.4s ease both;
}

.section3.active .contain ul li:nth-child(2) {
    animation: fadeInUp2 1s 0.6s ease both;
    -webkit-animation: fadeInUp2 1s 0.6s ease both;
    -moz-animation: fadeInUp2 1s 0.6s ease both;
}

.section.active .sec4_list {
    animation: fadeIn2 1.2s .27 ease both;
    -webkit-animation: fadeIn2 1.2s .7s ease both;
    -moz-animation: fadeIn2 1.2s .7s ease both;
}


.section5_pc .sec5_bot .swiper-slide-thumb-active .pic:after {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 3px);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.section5_3g .sec5_bot .swiper-slide-active .pic:after {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 3px);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.sec5_bot .swiper-slide .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 57%;
    background: #fff;
}

.sec5_bot .swiper-slide .pic p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec5_bot .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center
}

.section.active .sec5_top {
    animation: fadeInDown2 1s ease both;
    -webkit-animation: fadeInDown2 1s ease both;
    -moz-animation: fadeInDown2 1s ease both;
}

.section.active .sec5_bot {
    animation: fadeInUp2 1s ease both;
    -webkit-animation: fadeInUp2 1s ease both;
    -moz-animation: fadeInUp2 1s ease both;
}

.section.active footer .navlist {
    animation: fadeInLeft 1s ease both;
    -webkit-animation: fadeInLeft 1s ease both;
    -moz-animation: fadeInLeft 1s ease both;
}

.section.active footer .foot1_codes {
    animation: fadeInRight 1s ease both;
    -webkit-animation: fadeInRight 1s ease both;
    -moz-animation: fadeInRight 1s ease both;
}

.foot1_codes li {
    width: 1.34rem
}

.foot1 .navlist li:hover > a {
    font-weight: bold;
}

.foot1 .navlist li .two dd a:hover {
    color: #fff
}

.section3 ul {
    padding-bottom: 10px
}


header .navlist > li .two {
    position: absolute;
    overflow: hidden;
    width: auto;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    padding: 0.2rem;
    top: 100%;
    text-align: center;
    left: 0;
    width: 100%
}

header .navlist > li .two dd {
    display: inline-block;
    position: relative;
    margin: 0 1.2em;
    font-size: 15px;
    line-height: 0.4rem;
    position: relative;
    text-transform: uppercase;
}

header .navlist > li b {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.6);
    visibility: hidden;
    opacity: 0;
    height: 0.8rem;
    transition: all .4s ease;
    top: 100%;
}

header .navlist > li:hover b {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transition-delay: 0.1s
}

header .navlist > li:hover .two {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 1;
    transition-delay: 0.1s
}


header .navlist > li .two dd a::after {
    content: '';
    width: 0px;
    height: 2px;
    background: #c4171d;;
    transition: all .4s ease;
    display: block;
}

header .navlist > li .two dd:hover a::after {
    width: 100%
}

header .navlist > li .two dd:hover a {
    color: #c4171d;
}

@media(max-width: 1750px) {
    header .navlist > li > a{
        font-size: 0.22rem;
    }
}

@media (max-width: 1650px) {
    #fp-nav ul li a::after {
        height: 40px
    }

    #fp-nav ul li, .fp-slidesNav ul li {
        margin: 50px 0;
    }

    #fp-nav {
        top: 45%;
    }
}

@media (max-width: 1600px) {
    .sec5_bot {
        height: 300px
    }

    .sec5_top {
        font-size: 16px;
        color: #ffffff;
        line-height: 2.2;
        height: calc(100% - 300px);
    }

    .sec6_list li .tit {
        font-size: 18px;
    }

    .section3 .sec3_des {
        font-size: 25px;
    }

}


@media (max-width: 1500px) {
    .sec2_more{font-size: 14px;}
    .foot1_codes {font-size:  14px;}
    .foot2{font-size: 14px;}
    header .navlist li > a {
        font-size: 16px;
    }

    .foot1 .navlist li > a, .foot1_codes li .tit {
        font-size: 16px;
    }

    .foot1 .navlist li .two dd a {
        font-size: 14px;
    }

    .sec2_con {
        font-size: 15px;
    }

    .sec2_more {
        margin-top: 0.3rem
    }

    .section3 .contain li {
        width: 2.6rem
    }

    .sec4_list .swiper-slide .tit {
        font-size: 22px;
    }

    .sec4_list .swiper-slide .des {
        font-size: 15px;
    }

    

}

@media (max-width: 1400px) {
    .sec2_con {
        font-size: 14px;
        line-height: 2;
    }

    #fp-nav ul li a::after {
        height: 35px
    }

    #fp-nav ul li, .fp-slidesNav ul li {
        margin: 45px 0;
    }

    #fp-nav {
        top: 42%;
    }
}

@media (max-width: 1200px) {
    header .navlist {
        width: 8.8rem
    }

    .sec5_bot {
        height: 250px
    }

    .sec5_top {
        height: calc(100% - 250px);
    }
}


html {
    height: 100%;
}

body.open {
    height: 100%;
    overflow: hidden;
}

#sidebar {
    width: 0%;
    height: 100%;
    background: #c4171d;
    position: absolute;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;

    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    z-index: 1001;
}

#sidebar ul li {
    display: block;
    min-height: 0.65rem;
    border-bottom: 1px solid #c4171d;
    font-size: 15px;
    width: 100%;
}

.agent-mobile #sidebar ul li {
    border-color: rgba(255, 255, 255, .05);
}

#sidebar ul li > a {
    display: block;
    color: #fff;
    padding: 0 0.15rem;
    height: 0.65rem;
    line-height: 0.65rem;

}

.nr {
    position: relative;
    z-index: 10;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#close {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}

#close img {
    height: 0.15rem;
}

li.navitem {
    position: relative;
    top: 100px;
    opacity: 0;
    transition: .3s;
    transitino-delay: 1s;
}

body.open li.navitem {
    top: 0px;
    opacity: 1;
    transition: 1s;
}

body.open li.navitem:nth-child(2) {
    transition-delay: 0.2s;
}

body.open li.navitem:nth-child(3) {
    transition-delay: 0.4s;
}

body.open li.navitem:nth-child(4) {
    transition-delay: 0.6s;
}

body.open li.navitem:nth-child(5) {
    transition-delay: 0.8s;
}

body.open li.navitem:nth-child(6) {
    transition-delay: 1s;
}

body.open li.navitem:nth-child(7) {
    transition-delay: 1.2s;
}

body.open li.navitem:nth-child(8) {
    transition-delay: 1.4s;
}

body.open li.navitem:nth-child(9) {
    transition-delay: 1.6s;
}

body.open li.navitem:nth-child(10) {
    transition-delay: 1.8s;
}

body.open li.navitem:nth-child(11) {
    transition-delay: 2s;
}

body.open li.navitem:nth-child(12) {
    transition-delay: 2.2s;
}

body.open li.navitem:nth-child(13) {
    transition-delay: 2.4s;
}

body.open li.navitem:nth-child(14) {
    transition-delay: 2.6s;
}

.head_3g {
    display: none;
}

.banner_3g {
    display: none;
}

@media (max-width: 1000px) {
    .foot1 .navlist {
        display: none;
    }

    .foot1_codes {
        width: 100%;
        margin: 0 auto;
    }

    #fp-nav.right {
        display: none;
    }

    .foot1_codes li {
        width: 40%;
    }

    .foot2 {
        padding: 0.2rem 0;
        line-height: 1.8;
    }

    .foot1_codes li .tit {
        height: auto;
        font-size: 0.36rem;
        margin-bottom: 0.2rem
    }

    .foot1 {
        padding: 0.3rem 0;
    }

    .header {
        display: none;
    }

    .head_3g {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        display: block;
        width: 100%;
    }

    .head_3g .main {
        height: 1rem
    }

    .head_3g .logo img {
        height: 0.6rem
    }

    .head_3g .nav {
        height: 0.4rem;
        display: block;
        width: 0.4rem;
        background: url('../images/nav.png') no-repeat center;
        background-size: 100%;
        margin-left:0.2rem;
    }

    .head_3g .lan {
        width: 0.6rem;
        height: 0.6rem;
        text-align: center;
        line-height: 0.6rem;
        background: url('../images/lan.png') no-repeat center;
        color: #fff;
        display: block;
        border-radius: 50%;
        background-size: 100%;
        margin: 0 0.2rem;
    }

    .head_3g .search2 img {
        height: 0.6rem
    }

    .ss {
        width: 0;
        height: 0.7rem;
        position: absolute;
        left: 0;
        top: 1rem;
        overflow: hidden;
        z-index: 7;
        font-size: 0.28rem;
        border-radius: 3px
    }

    .ss .ss_btn {
        width: 20%;
        float: left;
        line-height: 0.7rem;
        background: #004cac;
        border: none;
        color: #fff;
    }

    .ss .ss_bd {
        width: 80%;
        height: 0.7rem;
        border: none;
        background: #fff;
        float: left;
        color: #333333;
        padding: 0 0 0 12%;
    }

    .head_3g .log1 {
        display: block;
    }

    .head_3g .log2 {
        display: none
    }

    .head_3g.head2 .log1 {
        display: none
    }

    .head_3g.head2 .log2 {
        display: block;
    }

    .head_3g.head2 {
        background: #fff;
    }

    .head_3g.head2 .nav {
        background: url('../images/nav2.png') no-repeat center;
        background-size: 100%
    }

    body.open #sidebar {
        width: 35%
    }

    body.open .nr {
        transform: translate3d(35%, 0, 0);
        -webkit-transform: translate3d(35%, 0, 0)
    }

    #close img {
        height: 0.3rem
    }

    #sidebar ul li > a {
        height: 1rem;
        line-height: 1rem;
    }

    .slide_right {
        display: none;
    }

    .section2 .contain .main {
        display: block;
    }

    .sec2_left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.4rem
    }

    .sec2_right {
        width: 65%;
        max-width: 65%;
        margin: 0 auto;
    }

    .sec2_con {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .contain {
        padding-top: 1rem
    }

    .sec2_more {
        display: block;
        width: 2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        padding: 0 0.26rem;
        font-size: 0.22rem;
        margin-top: 0.3rem;
    }

    .section3 .contain li {
        width: 40%;
        padding: 0.7rem 0.5rem;
    }

    .sec4_tu{display: none;}

    .sec4_contact{margin-left: 0}

    .section3 .contain li .icon {
        height: 5rem
    }

    .section3 .contain li .tit {
        font-size: 0.45rem;
    }

    .sec5_top .des .txt {
        -webkit-line-clamp: 7;
    }


    .sec6_list li:nth-child(2) {
        display: none
    }

    .sec6_list li {
        width: 50%;
        padding-left: 0.5rem;
    }

    .sec6_type {
        margin-bottom: 1rem
    }


    .sec7_nr {
        padding-top: 1rem;
        align-items: center;
        display: flex;
    }

    .sec7_nr .main {
        padding-top: 0;
        display: block;
        position: static;
        height: auto;
        transform: translateX(0%);
    }

    .sec7_map {
        display: none;
    }

    .sec7_contact {
        width: 100%;
        max-width: 100%
    }

    .section7 .sec7_tit {
        font-size: 0.36rem;
        padding-left: 0.5rem;
    }

    .section7 .sec7_tit::before {
        height: 0.32rem;
        top: 50%;
        width: 0.06rem;
    }

    .section7 ul {
        padding-top: 0.1rem
    }

    .sec7_nr li {
        padding-left: 0.5rem;
        font-size: 0.28rem;
        line-height: 1.8;
        margin-top: 0.3rem;
    }

    .section7 .message {
        margin-top: 0.5rem
    }

    .section7 .message form {
        margin-top: 0.4rem
    }

    .section7 .message .item {
        display: block;
    }

    .section7 .message .item input {
        display: block;
        width: 100%;
        height: 0.7rem;
        line-height: 0.7rem;
        max-width: 100%;
        margin-bottom: 0.2rem;
        border-radius: 0.1rem;
        padding: 0 0.2rem;
    }

    .section7 .message .item2 {
        margin-top: 0;
        height: 2rem;
        border-radius: 0.1rem;
        padding: 0.2rem;
    }

    .section.active .message .item input:nth-child(1) {
        animation: fadeInUp2 1s 1s ease both;
        -webkit-animation: fadeInUp2 1s 1s ease both;
        -moz-animation: fadeInUp2 1s 1s ease both;
    }

    .section.active .message .item input:nth-child(2) {
        animation: fadeInUp2 1s 1.2s ease both;
        -webkit-animation: fadeInUp2 1s 1.2s ease both;
        -moz-animation: fadeInUp2 1s 1.2s ease both;
    }

    .section.active .message .item input:nth-child(3) {
        animation: fadeInUp2 1s 1.4s ease both;
        -webkit-animation: fadeInUp2 1s 1.4s ease both;
        -moz-animation: fadeInUp2 1s 1.4s ease both;
    }

    .section.active .message .item2 {
        animation: fadeInUp2 1s 1.6s ease both;
        -webkit-animation: fadeInUp2 1s 1.6s ease both;
        -moz-animation: fadeInUp2 1s 1.6s ease both;
    }

    .section.active .message .mes_btn {
        animation: fadeInUp2 1s 1.8s ease both;
        -webkit-animation: fadeInUp2 1s 1.8s ease both;
        -moz-animation: fadeInUp2 1s 1.8s ease both;
    }


}

.sec5_nr {
    height: 100%
}

.section5_3g {
    display: none
}

@media (max-width: 750px) {
    .head_3g .nav{margin-left:0.1rem;}
    .sec6_list li .info img {width: 0.2rem;}
    .sec2_right {
        width: 100%;
        height: 2.5rem;
        padding-top: 0.2rem;
        padding-right: 0.2rem;
        margin-top: 0.3rem;
    }

    .sec2_right_icon {
        width: 1.5rem;
    }

    .section3 .swiper .pic {height: auto;}
    .section3 .swiper .tit{font-size: 0.16rem;line-height: 1.5;padding:0 0.1rem;margin-top:0.15rem;}
    .section3 .swiper .des {margin-top: 0.1rem;padding:0 0.1rem;text-align:left;}
    .sec3_top_rig{display:none;}
    .section3 .sec3_more{display: block;text-align:center;}

    .section5_3g {
        display: block;
    }

    .section5_pc {
        display: none;
    }

    #sidebar ul li > a {
        height: 0.5rem;
        line-height: 0.5rem;
    }

    #sidebar ul li {
        height: 0.5rem;
        min-height: 0.5rem;
    }

    #close img {
        height: 0.15rem;
    }

    .main {
        width: 94%;
        max-width: 94%
    }

    body.open #sidebar {
        width: 70%
    }

    body.open .nr {
        transform: translate3d(70%, 0, 0);
        -webkit-transform: translate3d(70%, 0, 0)
    }
    .down_nr{height:1.8rem;}
    .foot1{height: calc(100% - 1.8rem);}

    .foot1 .navlist {
        display: none;
    }

    .foot1_codes {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .foot1_codes div {
        padding:0.1rem 0;}

    #fp-nav.right {
        display: none;
    }

    .foot1_codes li {
        width: 40%;
    }

    .foot2 {
        position: absolute;
        bottom:0;
        font-size: 0.13rem;
        padding: 0.1rem 0;
        line-height: 1.8;
    }
    
    .foot2 > div {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .foot1_codes li .tit {
        height: auto;
        font-size: 0.17rem;
        margin-bottom: 0.1rem
    }

    .foot1 {
        padding: 0.15rem 0;
    }

    .header {
        display: none;
    }

    .head_3g {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
        display: block;
        width: 100%;
    }

    .head_3g .main {
        height: 0.5rem
    }

    .head_3g .logo img {
        height: 0.35rem
    }

    .head_3g .nav {
        height: 0.25rem;
        display: block;
        width: 0.25rem;
        background: url('../images/nav.png') no-repeat center;
        background-size: 100%
    }

    .head_3g .lan {
        width: 0.35rem;
        height: 0.35rem;
        text-align: center;
        line-height: 0.3rem;
        background: url('../images/lan.png') no-repeat center;
        color: #fff;
        display: block;
        border-radius: 50%;
        background-size: 100%;
        margin: 0 0.1rem;
    }

    .head_3g .search2 img {
        height: 0.3rem
    }

    .ss {
        width: 0;
        height: 0.35rem;
        position: absolute;
        left: 0;
        top: 0.5rem;
        overflow: hidden;
        z-index: 7;
        font-size: 0.14rem;
        border-radius: 3px
    }

    .ss .ss_btn {
        width: 20%;
        float: left;
        line-height: 0.35rem;
        background: #c4171d;
        border: none;
        color: #fff;
    }

    .ss .ss_bd {
        width: 80%;
        height: 0.35rem;
        border: none;
        background: #fff;
        float: left;
        color: #333333;
        padding: 0 0 0 12%;
    }

    .head_3g .log1 {
        display: block;
    }

    .head_3g .log2 {
        display: none
    }

    .head_3g.head2 .log1 {
        display: none
    }

    .head_3g.head2 .log2 {
        display: block;
    }

    .head_3g.head2 {
        background: #fff;
    }

    .head_3g.head2 .nav {
        background: url('../images/nav2.png') no-repeat center;
        background-size: 100%
    }

    .mouse {
        font-size: 0.14rem;
    }

    .banner_3g {
        display: block;
    }

    .banner_pc {
        display: none;
    }

    .section2 .contain .main {
        display: block;
    }

    .sec2_left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.2rem
    }

    .sec2_right {
        width: 100%;
        max-width: 100%
    }

    .sec2_con {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    .contain {
        padding-top: 0.5rem
    }

    .sec2_title {
        font-size: 0.18rem;
        margin-bottom: 0.1rem;
        width: 100%;
    }

    .sec2_title::after {
        content: '';
        width: 0.4rem;
        height: 0.01rem;
        margin-top: 0.13rem;
    }

    .sec2_con {
        font-size: 0.14rem;
        line-height: 1.8;
    }

    .sec2_more {
        display: block;
        width: auto;
        height: 0.37rem;
        line-height: 0.37rem;
        padding: 0 0.13rem;
        font-size: 0.14rem;
        margin-top: 0.15rem;
    }

    .section3 .sec3_des {
        font-size: 0.18rem;
        max-width: 100%;
        line-height: 1.8;
        margin-bottom: 0.25rem;
    }

    /*.section3 ul{display: flex;justify-content:space-between;}
    .section3 .contain li{width: 48.5%;margin-right:0;padding: 0.25rem 0.2rem;}
    .section3 .contain li .icon{height:1rem}
    .section3 .contain li .tit{font-size: 0.16rem;}
    .section3 .contain li .icon img{height: 0.3rem}*/
    .section3 ul {
        display: block;
    }

    .section3 .contain li {
        width: 100%;
        margin-right: 0;
        padding: 0.4rem 0.25rem;
        margin-top: 0.2rem
    }

    .section3 .contain li .icon {
        height: auto;
        width: 0.5rem;
    }

    .section3 .contain li .tit {
        font-size: 0.18rem;
    }

    .section3 .contain li .icon img {
        height: 0.3rem
    }

    .section3 .contain li a {
        display: flex;
        align-items: center;
    }

    .sec4_list .swiper-slide .info {
        padding: 0.25rem;
    }

    .sec4_list .swiper-slide .tit {
        font-size: 0.18rem;
    }

    .sec4_list .swiper-slide .des {
        font-size: 0.14rem;
        line-height: 1.8;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .sec4_list .swiper-slide i {
        display: block;
        width: 0.25rem;
        height: 0.25rem;
        background: url('../images/more.png') no-repeat center;
        position: absolute;
        bottom: 0.35rem;
        left: 0.25rem;
        background-size: 100%
    }

    .sec5_list {
        padding: 0 0.4rem
    }

    .sec5_list .swiper-button-next::after, .sec5_list .swiper-button-prev::after {
        font-size: 0.3rem;
    }

    .sec5_bot {
        height: 2.3rem
    }

    .sec5_top {
        height: calc(100% - 2.3rem);
        font-size: 0.14rem;
        line-height: 2;
    }

    .sec5_top .des {
        width: 100%;
    }

    .sec5_top .des .txt {
        -webkit-line-clamp: 7;
    }

    .section .sec6_type {
        display: block;
        margin-bottom: 0.3rem;
        text-align: center;
    }

    .section .sec6_type li {
        display: inline-block;
        font-size: 0.16rem;
        padding: 0 0.15rem;
        margin-bottom: 0.04rem
    }

    .sec6_list ul {
        margin-left: 0;
    }

    .sec6_list li {
        display: none;
    }

    .sec6_list li {
        padding-left: 0
    }

    .sec6_list li:nth-child(1) {
        display: block;
        width: 100%
    }

    .sec6_list li .tit {
        font-size: 0.16rem;
        margin: 0.12rem 0 0.05rem;
    }

    .sec6_list li .jian {
        margin-bottom: 0.25rem;
        font-size: 0.14rem;
        line-height: 1.7;
    }

    .sec6_list li a {
        padding: 0 0 0.2rem;
    }

    .sec6_list li a:hover {
        transform: translateY(0px);
    }
    
    .sec6_list li .info {padding:0 0.1rem;}

    .sec7_nr {
        padding-top: 0.5rem;
        align-items: center;
        display: flex;
    }

    .sec7_nr .main {
        padding-top: 0;
        display: block;
        position: static;
        height: auto;
        transform: translateX(0%);
    }

    .sec7_map {
        display: none;
    }

    .sec7_contact {
        width: 100%;
        max-width: 100%
    }

    .section7 .sec7_tit {
        font-size: 0.18rem;
        padding-left: 0.25rem;
    }

    .section7 .sec7_tit::before {
        height: 0.16rem;
        top: 50%;
        width: 0.03rem;
    }

    .section7 ul {
        padding-top: 0.05rem
    }

    .sec7_nr li {
        padding-left: 0.25rem;
        font-size: 0.14rem;
        line-height: 1.8;
        margin-top: 0.15rem;
    }

    .section7 .message {
        margin-top: 0.25rem
    }

    .section7 .message form {
        margin-top: 0.2rem
    }

    .section7 .message .item {
        display: block;
    }

    .section7 .message .item input {
        display: block;
        width: 100%;
        height: 0.35rem;
        line-height: 0.35rem;
        max-width: 100%;
        margin-bottom: 0.1rem;
        border-radius: 0.05rem
    }

    .section7 .message .item2 {
        margin-top: 0;
        height: 1rem;
        border-radius: 0.05rem
    }

    .sec7_nr li .icon {
        width: 25px;
    }
    
    .sec4_contact {width: 100%;max-width: 100%;}
    .sec4_des {font-size: 0.18rem;}

    .down_tit {font-size: 0.18rem;}

    .down_desc {font-size: 0.16rem;}
    .down_butt {font-size: 0.14rem;width: 1.2rem;height: 0.32rem;line-height: 0.32rem;}


}


.slide_right {
    position: fixed;
    z-index: 100;
    bottom: 0.45rem;
    right: 18px;
    transition: .5s;
    -webkit-transition: .5s;
}

.slide_right .icon {
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.slide_right .qq .icon {
    background: url('../images/icon/a.png') no-repeat center;
}

.slide_right .wx .icon {
    background: url('../images/icon/b.png') no-repeat center;
}

.slide_right .tel .icon {
    background: url('../images/icon/c.png') no-repeat center;
}


.slide_right.color .qq .icon {
    background: url('../images/icon/qq.png') no-repeat center;
}

.slide_right.color .wx .icon {
    background: url('../images/icon/wx.png') no-repeat center;
}

.slide_right.color .tel .icon {
    background: url('../images/icon/tel.png') no-repeat center;
}

.slide_right .qq:hover .icon {
    background: url('../images/icon/qq1.png') no-repeat center;
}

.slide_right .wx:hover .icon {
    background: url('../images/icon/wx1.png') no-repeat center;
}

.slide_right .tel:hover .icon {
    background: url('../images/icon/tel1.png') no-repeat center;
}

.slide_right .btn {
    position: relative;
    cursor: pointer;
    margin-top: 0.25rem
}

.slide_right .open.pic {
    position: absolute;
    background: #004cac;
    border-radius: 3px;
    width: 120px;
    height: 120px;
    right: 90px;
    top: 50%;
    margin-top: -50px;
    text-align: right;
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    visibility: hidden;
}

.slide_right .open.pic:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #004cac;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -10px;
}

.slide_right .open.pic img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-right: 10px;
}

.slide_right .btn:hover .open.pic {
    opacity: 1;
    right: 60px;
    visibility: visible;
}

.slide_right .social-share {
    position: absolute;
    background: #004cac;
    border-radius: 3px;
    width: 160px;
    height: 60px;
    line-height: 60px;
    right: 90px;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    visibility: hidden;
    font-size: 18px;
    color: #fff;
}

.slide_right .social-share:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid #004cac;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -10px;
}

.slide_right .social-share img {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-right: 10px;
}

.slide_right .btn:hover .social-share {
    opacity: 1;
    right: 60px;
    visibility: visible;
}

.banner .swiper-pagination {
    left: 5%;
    text-align: left;
    bottom: 70px
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #d51419;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/*
.foot1_codes {
    display: none
}*/