* {
    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;
}

body {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
}

a:hover {
    cursor: pointer;
}

html {
    width: 100%;
}

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

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;
}

.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;
}

.flex_column_between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.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;
}

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

.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;
}

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

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

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

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

@media (min-width: 1750) and (max-width: 1250) {
    html {
        font-size: calc(100vw / 17.5);
    }

}

@media (min-width: 1250) and (max-width: 800) {
    html {
        font-size: calc(100vw / 14.5);
    }

}


.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%;
}

body {
    background: #fff;
}

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

header {
    position: relative;
    width: 100%;
    z-index: 1000;
}

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

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

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

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;
}

header .search em.erji {
    background: url('../images/searchho.png') no-repeat center left;
    background-size: 100%;
}

.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 .log1 {
    display: none;
}

header .log2 {
    display: block;
}


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

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

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

.foot1_codes {
    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;
}

.foot1 .navlist li .two dd a:hover {
    color: #fff;
    font-weight: bold;
}

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

.banner2 {
    position: relative;
}

.banner2 .lanmu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-align: center;
}

.banner2 .lanmu p {
    font-size: 0.6rem;
    font-weight: bold;
}

.banner2 .lanmu div {
    font-size: 0.24rem;
}

.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.4rem;
    font-weight: bold;
    color: #444444;
    line-height: 1.2;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    width: 4rem;
}

.type > ul {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    max-width: 100%;
    padding: 0 5%
}

.type > ul > li > a {
    line-height: 0.8rem;
    color: #666666;
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding: 0 0.07rem;
    transition: all 0.5s
}

.type > ul > li {
    text-align: center;
    padding: 0 0.55rem;
}

.type > ul > li > a:after {
    content: '';
    width: 0;
    height: 3px;
    background: #c4171d;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transition: all 0.5s;
    transform: translateX(-50%);
}

.type > ul > li.active > a, .type > ul > li:hover > a {
    font-weight: bold;
    color: #c4171d
}

.type > ul > li.active > a:after, .type > ul > li:hover > a:after {
    width: 100%
}


.nlist {
    padding-top: 0.55rem
}

.nlist li {
    margin-bottom: 0.5rem
}

.nlist li a {
    transition: all .3s linear;
    display: block;
    padding: 0 0 0.45rem;
}

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

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

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

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

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

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

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

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

.nlist li span {
    color: #999999;
    display: inline-block;
    position: relative;
}
.nlist li span img{
    width:0.3rem;
}


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

.nlist li:hover .tit {
    color: #c4171d
}


.pagination {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 0.4rem auto 1rem;
}

.pagination li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #757575;
    margin: 0 5px 5px;
    border: 1px solid #e5e5e5;
    min-width: 47px;
    line-height: 43px;
    border-radius: 4px;
}

.pagination li.active {
    background: #c4171d;
    color: #fff;
    border: 1px solid #c4171d;
}

.pagination li a {
    display: block;
    text-align: center;
    color: #757575;
    padding: 0 18px;
}

.pagination li span {
    padding: 0 18px;
    display: block;
}

.pagination li.disabled {
    border: 1px solid #e5e5e5;
}

.pagination li.disabled span {
    color: #d2d2d2;
    cursor: not-allowed !important;
}

#page .layui-laypage {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 0.6rem auto 0;
}

#page a, #page span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #757575;
    margin: 0 5px 5px;
    border: 1px solid #e5e5e5;
    min-width: 47px;
    line-height: 43px;
    padding: 0 18px;
    border-radius: 4px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#page .layui-laypage-curr {
    background: #004cac;
    color: #fff;
    border: 1px solid #004cac;
}

#page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #004cac;
}

#page .layui-laypage a, #page .layui-laypage span {
    height: 43px;
}

.ns {
    padding-top: 0.63rem;
}

.ns .tit {
    font-size: 0.36rem;
    font-weight: bold;
    color: #222222;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.ns .info {
    color: #999999;
    text-align: center;
    margin-top: 0.15rem;
}

.ns .info span {
    display: inline-block;
    margin: 0 0.28rem;
}

.ns .con {
    color: #333333;
    line-height: 2;
    padding: 0.35rem 0;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-top: 0.35rem;
}

.ns .con p {
    margin-bottom: 0.1rem
}


.fenye li {
    color: #666666;
    margin-bottom: 0.15rem
}

.fenye li a {
    color: #666666
}

.fenye li:hover a {
    font-weight: bold;
    color: #c4171d
}

.fenye {
    padding: 0.35rem 0;
}


.prod_list {
    padding-top: 0.55rem
}

.prod_list li {
    margin-bottom: 0.2rem
}

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

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

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

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

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

.prod_list li .tit {
    font-size: 0.2rem;
    color: #222222;
    font-weight: bold;
    line-height: 0.7rem;
}

.prod_list li:hover .tit {
    color: #004cac
}


.scale .pic {
    overflow: hidden;
}

.scale .pic img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

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


.prod_list2 {
    padding-top: 0.6rem
}

.prod_list2 li {
    width: 5rem;
    margin:0 0.33rem;
    margin-bottom: 0.5rem
}

.prod_list2 li .pic {
    position: relative;
    width: 5rem;
    height: 4rem;
}

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

.prod_list2 li a {
    width: 5rem;
    display: block;
    position: relative;
    color: #fff
}

.prod_list2 li .info {
    width: calc(100% - 0.4rem);
    padding: 0.4rem 0.2rem 0;
    transition: all 0.5s;
    text-align: center;
}

.prod_list2 li .tit {
    color:#222222;
    font-size: 0.24rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.3rem
}

.prod_list2 li .des {
    color:#666666;
    font-size: 0.17rem;
    line-height: 1.8;
}
.prod_list2 li:hover .tit{
    color:#c4171d;
}

.prod_list2 li i {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/more.png') no-repeat center;
    position: absolute;
    bottom: 0.8rem;
    left: 0.5rem;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.5s
}

/*.prod_list2 li:hover .info {
    height: 100%;
    padding-top: 0.75rem;
}*/

.prod_list2 li:hover i {
    opacity: 1;
    transform: translateX(0);
}


.contact1 {
    padding: 0.6rem 0 0.9rem;
}

.contact1 .map {
    width: 100% ;
    height: 5.36rem;
    margin-top: 0.7rem;
}

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

.contact1_right img {
    margin:0 auto;
}

.conc_each{
    width:33%;
    text-align: center;
}
.conc_each img{width: 1.5rem;}
.conc_tit{font-size: 0.24rem;color:#333333;font-weight: bold;margin-top: 0.26rem;}
.conc_nr{color:#333333;margin-top: 0.26rem;}


#allmap {
    width: 100%;
    height: 100%;
}
.BMap_stdMpCtrl{
    display: none;
}
.anchorBL{
display: none;
}


.contact1_right .tit {
    font-size: 0.28rem;
    font-weight: bold;
    color: #222222;
    padding-left: 0.32rem;
    position: relative;
    line-height: 1;
}

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

.contact1_right li {
    line-height: 25px;
    margin-top: 0.33rem;
    color: #222222
}

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

.contact1_right {
    padding-top: 5px;
}

.contact2 {
    background: #f0f2f7;
    padding: 0.65rem 0;
}

.title {
    text-align: center;
}

.title span {
    font-size: 0.45rem;
    color: #444444;
    display: block;
    font-weight: bold;
}

.title p {
    font-size: 0.22rem;
    color: #222222;
    margin-top: 0.1rem;
}

.about2 .title{text-align: left;padding-left: 0.8rem;}

.prod_list, .prod_list2 {
    padding-bottom: 0.3rem
}

.zp_list {
    margin-top: 0.5rem;
}

.zp_list ul {
    margin-left: -0.2rem;
}

.zp_list li {
    width: 33.3%;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem
}

.zp_list li a {
    background: #fff;
    display: block;
    padding: 0.3rem;
    transition: all .3s linear;
}

.zp_list li .tit {
    font-size: 0.2rem;
    color: #222222;
    margin-bottom: 0.1rem
}

.zp_list li dd {
    color: #666666;
    line-height: 0.45rem;
    width: 210px;
    max-width: 48.5%
}

.zp_list li dd:nth-child(5) {
    width: 100%;
}

.zp_list li .tit span {
    display: inline-block;
    background: url('../images/jt1.png') no-repeat center right;
    padding-right: 34px;
}

.zp_list li:hover .tit span {
    background: url('../images/jt11.png') no-repeat center right;
}

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

.c_more {
    color: #004cac;
    font-size: 0.18rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #004cac;
    border-radius: 0.35rem;
    width: 2rem;
    margin: 0 auto;
}

.zp_list ul {
    margin-bottom: 0.35rem
}

.c_more i {
    width: 9px;
    height: 16px;
    background: url('../images/j1.png') no-repeat center left;
}

.c_more span {
    margin-right: 0.2rem;
}

.c_more {
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: -webkit-linear-gradient(180deg, #004cac, #004cac, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: 1% 50%;
    background-size: 300% 300%;
}

.c_more:hover {
    background-position: 99% 50%;
    color: #fff;
}

.c_more:hover i {
    background: url('../images/j2.png') no-repeat center;
    background-size: 100%
}

.business1 {
    padding: 0.5rem 0 0.3rem;
    /*background: url('../images/hezuo_bj.png') no-repeat bottom center;*/
}

.business1 ul {
    margin-top: 0.55rem;
}

.business1 li {
    width: 8.2rem;
    /*max-width: 48.5%;*/
    padding: 0.4rem 0.3rem;
    border-radius: 8px;
    margin-bottom: 0.5rem;
    background: #fff;
    box-shadow: 
    0 -2px 5px #f0f0f0,
    0 10px 20px #f0f0f0;
}

.business1 li .icon {
    height: 1.1rem;
    width: 1.1rem;
    margin-right: 0.18rem;
    flex-shrink: 0;
}

.business1 li .icon img {
    height: 100%;
    width: 100%;
}

.business1 li .text {
    width: calc(100% - 0.9rem)
}

.business1 li .tit {
    font-size: 0.2rem;
    color: #222222;
    font-weight: bold;
    line-height: 1;
}

.business1 li .con {
    color: #333333;
    line-height: 1.5;
    margin-top: 0.2rem;
}

.business2 {
    width: 100%;
    background: url('../images/business2.jpg') no-repeat center top;
    background-size: cover;
    padding: 0.65rem 0 0.85rem;
}

.b2_type {
    background: #f1f3ff;
    width: 2.7rem;
    padding: 0.3rem 0.2rem;
}

.business2_nr {
    background: #fff;
    margin-top: 0.6rem;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 76, 172, 0.2)
}

.b2_type li {
    cursor: pointer;
    font-size: 0.2rem;
    color: #222222;
    width: 2.13rem;
    height: 0.86rem;
    background: url('../images/type1.png') no-repeat center top;
    padding: 0.04rem 0 0 0.12rem;
    background-size: 100% 100%;
    cursor: pointer;
}

.b2_type li p {
    line-height: 0.63rem;
    padding-left: 0.38rem;
}

.b2_type li.active {
    color: #fff;
    font-weight: bold;
    background: url('../images/type2.png') no-repeat center top;
    background-size: 100% 100%
}

.b2_content {
    width: calc(100% - 2.7rem);
    padding: 0.2rem 0.2rem 0.2rem 0.45rem;
}

.b2_content ul {
    width: 5.55rem;
    max-width: 48.5%;
    padding-top: 0.2rem;
}

.b2_content .txt {
    width: 5.8rem;
    max-width: 48.5%;
    background: #e8f5ff url('../images/b2.png') no-repeat bottom right;
    padding: 0.4rem 0.7rem 0.4rem 0.4rem;
    border-radius: 0.1rem;
    background-size: auto 2.58rem
}


.b2_content li .sort {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #e5f1ff;
    border-radius: 50%;
    font-size: 0.2rem;
    font-weight: bold;
    color: #004cac;
    text-align: center;
}

.b2_content li .info {
    width: calc(100% - 0.55rem)
}

.b2_content li .info .tit {
    font-size: 0.2rem;
    font-weight: bold;
    color: #222222;
    line-height: 0.4rem;
}

.b2_content li .info .des {
    color: #666666;
    line-height: 2.1;
    margin-top: 0.03rem
}

.b2_content li {
    margin-bottom: 0.25rem
}

.b2_content .txt {
    min-height: 4.5rem;
    font-size: 0.18rem;
    line-height: 2.5;
    color: #222222
}


.business3 {
    padding: 0.65rem 0;
}

.b3_type {
    margin: 0.35rem 0 0.1rem;
}

.b3_type li {
    line-height: 0.5rem;
    padding: 0 0.4rem;
    background: #e1e1e1;
    border-radius: 0.1rem;
    margin: 0 0.1rem 0.15rem;
    cursor: pointer;
    font-size: 0.18rem;
    color: #222222
}

.b3_type li.active {
    background: #004cac;
    color: #fff;
    font-weight: bold;
}

.b3_list{
    width: 15.5rem;
    margin:0 auto;
    max-width: 90%;
}

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

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

.b3_list .swiper .scale img {
    width: 100%;
    height:100%;
}

.b3_list .swiper .tit {
    font-size: 0.2rem;
    color: #222222;
    line-height: 1.2;
    margin-top: 0.3rem;
}

.b3_list .swiper .des {
    font-size: 0.17rem;
    color: #666666;
    margin-top: 0.2rem;
    text-align: center;
    line-height: 1.6;
}

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

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

.b3_list .swiper-button-prev {
    left: -0.7rem;
}

.b3_list .swiper-button-next {
    right: -0.7rem;
}

/*.b3_list ul{transition: all 0.5s;opacity: 0;visibility: hidden;transform: translateY(0.3rem);height:0}
.b3_list ul.active{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  height:auto;
}
*/

.contact3 {
    padding: 0.75rem 0;
    background: #f5f5f5;
}

.contact3_nr {
    margin: 0.7rem auto 0;
    width: 12rem;
}

.c3_mes {
    width: 100%;
}

.contact3 .help_list {
    width: 7.95rem;
    max-width: 49.5%
}

.c3_mes .tip {
    color: #3f3f3f;
    line-height: 2;
    margin-bottom: 0.2rem
}

.c3_mes form label{
    color:#333333;
}

.c3_mes form label span{
    color:#ff0000;
}

.gbook_each1{
    margin-bottom: 0.32rem;
    width: 5.7rem;
}
.gbook_each2{
    margin-bottom: 0.32rem;
    width: 100%;
}

.c3_mes form .item {
    display: block;
    width: 100%;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    border: 1px solid #e1e1e1;
    margin-top: 0.1rem;
    background: none;
}

.c3_mes form .item2 {
    display: block;
    width: 100%;
    padding: 0.1rem 0.2rem;
    border: 1px solid #e1e1e1;
    height: 1.5rem;
    resize: none;
    margin-top: 0.1rem;
    background: none;
}

.gbookbutt{text-align: center;}

.c3_mes form .mes_btn {
    width: 2.8rem;
    margin:0 auto;
    line-height: 0.55rem;
    border: 0;
    background: #c4171d;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.help_list li .tit i {
    display: none;
}


.jobshow {
    padding: 0.55rem 0;
}

.jobshow .title {
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
}

.jobshow .con {
    line-height: 2;
    margin-top: 0.2rem;
}

.job_main {
    width: 920px;
    margin: 0 auto;
    max-width: 94%;
    overflow: hidden;
}

.jianli {
    padding-bottom: 0.5rem;
    width: 100%
}

.jianli li {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 18px;
    margin-bottom: 15px;
}

.jianli li.li {
    width: 300px
}

.jianli li.li input[type="text"] {
    width: 190px;
    border: 1px solid #e7e7e7;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 10px;
}

.jianli li.li input[type="radio"] {
    margin: 0 10px;
}

.jianli li.li i.red {
    color: red;
    margin-left: 10px;
}

.jianli li.li:nth-child(3n+2) {
    width: 265px
}

.jianli li.li:nth-child(3n+2) span {
    width: 55px
}

.jianli li.textarea {
    width: 100%;
}

.jianli li span {
    width: 90px
}

.jianli li.textarea textarea {
    width: calc(100% - 90px);
    height: 150px;
    padding: 10px;
    resize: none;
    border: 1px solid #e7e7e7;
}

.jianli .button {
    width: 320px;
    margin: 0.2rem auto 0;
}

.jianli .button button {
    width: 140px;
    height: 45px;
    background: #004cac;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.jianli .button button[type="reset"] {
    background: #ccc;
}


.about1 .video_pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 77%;
    overflow: hidden;
    cursor: pointer;
    background: #151515;
}

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

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

.about1 .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;
}

.about1_left {
    width: 7.45rem;
    max-width: 48%
}

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

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

.about1_title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    margin-bottom: 0.2rem
}

.about1_con {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.38rem;
    margin-top: 0.4rem;
}

.about1_title:after {
    content: '';
    width: 52px;
    height: 2px;
    background: #004cac;
    margin-top: 0.2rem;
    display: block;
}

.about1 {
    padding: 0.8rem 0 1.15rem;
}

.about2 {
    background: url('../images/about2.jpg') no-repeat center top;
    background-size: cover;
    padding: 0.65rem 0 1.05rem;
}

.title.white span, .title.white p {
    color: #fff
}

.about2 .title {
    margin-bottom: 0.9rem
}

.his_bot {
    position: relative;
    margin-top: 0.8rem
}

.his_line {
    width: calc(100% - 30px);
    height: 1px;
    background: url('../images/line.png') repeat-x center;
    position: absolute;
    left: 15px;
    top: 15px;
}

.his_bot .swiper-slide {
    padding-top: 42px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.his_bot .swiper-slide:before {
    content: '';
    display: block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.35);
    transition: all 0.5s
}

.his_bot .swiper-slide-thumb-active:before {
    transform: translateX(-50%) scale(1);
    background: url('../images/dot2.png') no-repeat center bottom;
}

.his_bot .swiper-button-prev {
    background: url('../images/prev.png') no-repeat center;
    width: 15px;
    height: 18px;
    margin-top: 0px;
    left: 0px;
    top: 6px;
    opacity: 1;
    cursor: pointer;
    z-index: 1000
}

.his_bot .swiper-button-next {
    background: url('../images/next.png') no-repeat center;
    width: 15px;
    height: 18px;
    margin-top: 0px;
    right: 0px;
    top: 6px;
    opacity: 1;
    cursor: pointer;
    z-index: 1000
}

.his_bot .swiper-button-next::after, .his_bot .swiper-button-prev::after {
    content: '';
}

.his_con {
    width: 1150px;
    margin: 0 auto;
    max-width: 100%
}

.his_txt {
    width: 425px;
    color: #fff;
    max-width: 48.5%
}

.his_pic {
    width: 520px;
    max-width: 48.5%
}

.his_pic .pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 58%;
    border: 0.03rem solid #fff;
}

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

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

.his_txt .year span {
    width: 2rem;
    line-height: 0.6rem;
    border: 0.03rem solid #fff;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.his_txt .con {
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.his_txt .year:after {
    content: '';
    width: 0.03rem;
    height: 0.5rem;
    background: #fff;
    display: block;
    margin: 0.15rem auto;
}

.about3 {
    padding: 0.75rem 0 0.9rem;
}

.about3 .title {
    margin-bottom: 0.5rem
}

.about3 .swiper-slide a {
    background: #f0f2f7;
    padding: 0.35rem;
    height: 5rem;
}

.about3 .swiper-slide img {
    max-height: 3.75rem
}

.about3 .swiper-slide {
    padding: 0 0 0.4rem;
}

.about3 .tit {
    color: #222222;
    text-align: center;
    margin-top: 0.3rem
}

.about3 .swiper-slide a {
    transition: all .3s linear;
}

.about3 .swiper-slide a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transform: translateY(-10px);
}

.about3 .list {
    position: relative;
    width: 17rem;
    /*max-width: 90%;*/
    margin: 0 auto;
    /*padding: 0 0.5rem;*/
}

.about3 .swiper-button-next {
    width: 0.38rem;
    height: 0.38rem;
    background: url('../images/about3_right.png') no-repeat center;
    right: 0.2rem;
    top: 99.5%;
    margin-top: 0;
    transform: translateY(-50%);
    background-size: cover;
    opacity: 1;
}

.about3 .swiper-button-prev {
    width: 0.38rem;
    height: 0.38rem;
    background: url('../images/about3_left.png') no-repeat center;
    left:auto;
    right: 0.8rem;
    top: 99.5%;
    margin-top: 0;
    transform: translateY(-50%);
    background-size: cover;
    opacity: 1;
}

.about3 .swiper-pagination-progressbar{bottom:0!important;top:auto;}


.about3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #c4171d;}

.about3 .swiper-button-next::after, .about3 .swiper-button-prev::after {
    content: '';
}


.about4 {
    background: #f0f2f7;
    padding: 0.65rem 0 1.35rem;
}

.about4_list {
    margin-top: 0.55rem
}

.about4_list li {
    position: relative;
    text-align: center;
    width: 3.7rem;
    max-width: 24%;
}

.about4_list li .info {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 0.2rem;
    color: #fff
}

.about4_list li .tit {
    font-size: 0.3rem;
    margin-top: 0.15rem;
}

.about4_list li .des {
    line-height: 2;
    margin-top: 0.15rem;
    min-height: 65px;
}

.about4_list li .icon {
    height: 1.1rem;
}

.about4_list li .icon img {
    max-height: 0.8rem
}

.about4_list li .line {
    display: block;
    width: 0.5rem;
    height: 0.02rem;
    background: #fff;
    margin: 0 auto;
}

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

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

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

.about4_list li .icon {
    transition: all 0.5s
}

.about4_list li .txt {
    transition: all 0.5s
}

.about4_list li:hover .icon {
    transform: translateY(-5px);
}

.about4_list li:hover .txt {
    transform: translateY(5px);
}

.about5 {
    padding: 0.25rem 0 1.2rem;
}

.about5_list {
    margin-top: 0.5rem;
    position: relative;
}

.about5_list li{
    background: #fff8f8;
    width: 19%;
    height: 3.7rem;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transform: translateY(-10px);
}

.about5_list li .pic{
    width: 0.7rem;
    margin:0.7rem auto 0;
}

.about5_list li .pic .ywbai{
    display: none;
}

.about5_list .tit{font-size: 0.24rem;color:#222222;margin-top: 0.4rem;}
.about5_list .des{color:#666666;width: 80%;margin:0.2rem auto 0;text-align: center;}

.about5_list li:hover{
    background:#c4171d;
}

.about5_list li:hover .tit{
    color:#fff;
}

.about5_list li:hover .des{
    color:#fff;
}
.about5_list li:hover .ywhong{
    display: none;
}
.about5_list li:hover .ywbai{
    display: block;
}

.online_q {
    position: fixed;
    right: 7px;
    bottom: 30%;
    z-index: 9999;
    transition: .5s;
    -webkit-transition: .5s;
}

.online_q .btn2 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    margin-bottom: 1px;
    transition: .3s;
    text-align: center;
    border-radius: 5px
}

.online_q .btn-top {
    background: #108f91;
    padding: 0;
}

.online_q .btn2 span {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 999;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    color: #fff;
    border-radius: 0;
    background: #1c1d20;
    text-align: center;
    border-radius: 5px
}

.online_q .btn-top {
    background: #1c1d20;
}

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

.online_q .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;
}

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

.online_q .btn2:hover .open.pic {
    opacity: 1;
    right: 70px;
    visibility: visible;
}

#gotop.hide {
    height: 0;
    overflow: hidden;
}

.online_q .btn2:hover span {
    background: #004cac;
}


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

.online_q .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;
}

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

.online_q .btn2:hover .social-share {
    opacity: 1;
    right: 70px;
    visibility: visible;
}


.banner2 img {
    width: 100%;
}

.search_list {
    padding: 0.65rem 0 1rem;
}

.infolist li {
    width: 6.85rem;
    max-width: 48.5%
}

.infolist li {
    height: 0.56rem;
    line-height: 0.56rem;
    border-bottom: 1px dashed #e4e5e9;
    width: 100%;
    font-size: 16px;
}

.infolist li a {;
    width: 100%;
}

.infolist li .tit {
    width: calc(100% - 1.6rem);
    color: #1a1a1a
}

.infolist li .time {
    color: #aaaaaa;
    font-size: 14px;
}

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

.search_list {
    padding: 0.6rem 0 1rem;
}

.infolist {
    margin-top: 0.5rem
}

.overflow {
    overflow: hidden;
}

.ns .video {
    text-align: center;
    margin-bottom: 0.3rem
}

.ns .video video {
    max-width: 100%
}


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
}


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;
}

.foot1_codes li {
    width: 1.34rem
}

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

@media (max-width: 1700px) {
    .zp_list li a {
        padding: 0.25rem;
    }

    .zp_list li dd {
        font-size: 15px;
    }

    .about4_list li .des {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    .about4_list li {
        width: 24%
    }
}

@media (max-width: 1500px) {
    .nlist li .tit {
        font-size: 18px;
    }

    .ns .tit {font-size: 0.32rem;}

    .zp_list li {
        width: 50%;
    }

    header .navlist li > a {
        font-size: 16px;
    }

    .b3_list li .tit, .b3_type li {
        font-size: 15px;
    }

    .business1 li .con {
        font-size: 14px;
    }

    .about1_con {
        font-size: 14px;
    }

    .b2_content .txt {
        font-size: 15px;
    }

    .b2_type li {
        font-size: 15px;
    }

    .b2_content li .info .tit {
        font-size: 16px;
    }

    .prod_list li .tit {
        font-size: 16px;
    }

    .c_more {
        height: 0.6rem;
        line-height: 0.6rem;
    }

    .zp_list li .tit {
        font-size: 16px;
    }

    .about3 .tit {
        font-size: 15px;
    }

    .jobshow .title {
        font-size: 18px;
    }

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

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

    .foot1_codes {width:5rem;font-size: 14px;}

    .foot2{font-size: 14px;}

    .business1 li .tit {
        font-size: 16px;
    }

    .b3_list .swiper .tit {
        font-size: 16px;
    }

    .conc_nr {
        font-size: 14px;
    }

    .c3_mes form label {
        font-size: 14px;
    }

    .c3_mes form .item{
        font-size: 14px;
    }
}

@media (max-width: 1300px) {
    .about4_list li .des {
        font-size: 14px;
    }

    .about5_list li{
        height: 4.3rem;
    }
}

.type_3g {
    display: none;
}

@media (max-width: 1000px) {
    .about1_right{height:auto;}
    .about3 .list{width: 100%;}
    .business1 li{width: 100%;}
    .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;
        height: 4.6rem;
    }

    .header {
        display: none;
    }

    .head_3g {
        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/nav2.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: none;
    }

    .head_3g .log2 {
        display: block
    }


    .head_3g {
        background: #fff;
    }


    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;
    }

    .aside-nav {
        display: none;
    }

    .type_3g {
        display: block;
    }

    .type {
        display: none;
    }

    .type2 {
        background: #e7e7e7;
    }

    .type2 .main {
        height: 1rem;
        line-height: 0.96rem;
        overflow-x: auto;
        white-space: nowrap;
    }

    .type2 ul {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
    }

    .type2 li a {
        color: #4f4f4f;
        font-size: 0.24rem;
    }

    .type2 li {
        margin-right: 0.4rem;
        position: relative;
    }

    .type2 li.active a {
        color: #c4171d;
        font-weight: bold;
    }

    .type2 li:after {
        content: '';
        height: 0.04rem;
        background: #004cac;
        width: 0;
        transition: all 0.5s;
        display: none;
    }

    .type2 li.active:after {
        width: 100%
    }

    .about1 .main {
        display: block;
    }

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

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

    .about3 .swiper-button-next {
        width: 0.6rem;
        height: 0.6rem
    }

    .about3 .swiper-button-prev {
        width: 0.6rem;
        height: 0.6rem
    }

    .about4_list ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .about4_list li {
        width: 48.5%;
        max-width: 48.5%;
        margin-bottom: 0.4rem
    }

    .b2_type li p {
        padding-left: 0.15rem
    }

    .b2_content .txt {
        line-height: 2;
    }

    .b3_list li .tit, .b3_type li {
        font-size: 15px;
    }

    .prod_list2 li {
        width: calc(50% - 0.33rem);
        margin:0 0 0.5rem 0.33rem;
    }

    .prod_list2 li:nth-child(2n-1){
        margin-left: 0;
    }

    .prod_list li {
        width: 50%;
        padding-left: 0.25rem;
    }

    .prod_list ul {
        margin-left: -0.25rem;
    }

    .nlist li {
        width: 50%;
        padding-left: 0.25rem;
    }

    .nlist ul {
        margin-left: -0.25rem;
    }

    .contact1 .main {
        display: block;
    }

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

    .contact1 .contact1_right {
        width: 100%;
        max-width: 100%
    }

    .zp_list ul {
        display: block;
        margin-left: 0;
    }

    .zp_list li {
        width: 100%;
        padding-left: 0;
    }

    .c_more {
        width: 2.3rem;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

    .contact3_nr {
        display: block;
    }

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

    .contact3 .help_list {
        width: 100%;
        max-width: 100%
    }

    .c3_mes form .mes_btn {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .infolist li {
        line-height: 3;
        height: auto;
        width: 100%;
        max-width: 100%;
        font-size: 0.28rem;
    }

    .infolist ul {
        display: block;
    }

    .prod_list2 li a {width: 100%;}

    .prod_list2 li .pic {width: 100%;height: auto;}

    .b3_list .swiper .pic{height: auto;}
}

@media (max-width: 750px) {
    .head_3g .nav{margin-left:0.1rem;}
    .b3_list{max-width:100%;}
    .about3 .swiper-pagination{display: none;}
    .about3 .swiper-button-next{display: none;}
    .about3 .swiper-button-prev{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)
    }

    .foot1 .navlist {
        display: none;
    }

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

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

    .foot1_codes li {
        width: 40%;
    }

    .foot2 {
        font-size: 0.13rem;
        padding: 0.1rem 0;
        line-height: 1.8;
    }

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

    .foot2>div{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .foot1 {
        padding: 0.15rem 0;
        height: 3.2rem;
    }

    .foot1_codes div {padding:0.1rem 0;}

    .header {
        display: none;
    }

    .head_3g {
        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/nav2.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%;
    }

    .banner2 .pic {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 40%;
    }

    .banner2 .pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center center
    }

    .banner2 .lanmu p {
        font-size: 0.25rem;
    }

    .type2 .main {
        height: 0.45rem;
        line-height: 0.4rem;
        overflow-x: auto;
        white-space: nowrap;
    }

    .type2 li a {
        font-size: 0.15rem;
    }

    .type2 li {
        margin-right: 0.2rem;
    }

    .about1_title {
        font-size: 0.22rem;
        margin-bottom: 0.15rem;
    }

    .about1 {
        padding: 0.25rem 0;
    }

    .about1_title::after {
        content: '';
        width: 0.45rem;
        height: 0.02rem;
        background: #004cac;
        margin-top: 0.1rem;
        display: block;
    }

    .about1_con {
        font-size: 0.14rem;
        line-height: 2;
    }

    .about1_left {
        margin-bottom: 0.2rem;
    }

    .about2 {
        padding: 0.25rem 0;
    }

    .title span {
        font-size: 0.22rem;
    }

    .title p {
        font-size: 0.14rem;
        margin-top: 0rem;
    }

    .his_con {
        display: block;
    }

    .about2 .title {
        margin-bottom: 0.25rem
    }

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

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

    .his_txt .con {
        line-height: 2;
    }

    .his_txt .year span {
        width: 1rem;
        line-height: 0.35rem;
        border: 0.02rem solid #fff;
        font-size: 0.18rem;
        font-weight: bold;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .his_txt .year:after {
        content: '';
        width: 0.02rem;
        height: 0.3rem;
        background: #fff;
        display: block;
        margin: 0.1rem auto;
    }

    .his_bot {
        margin-top: 0.3rem;
    }

    .his_bot .swiper-slide {
        font-size: 0.17rem;
    }

    .his_bot .swiper-slide-thumb-active:before {
        transform: translateX(-50%) scale(0.8);
        background: url('../images/dot2.png') no-repeat center bottom;
    }

    .about3 {
        padding: 0.25rem 0;
    }

    .about3 .swiper-slide {
        padding: 0;
    }

    .about3 .swiper-slide a {
        height: auto;
        padding: 0.23rem;
    }

    .about3 .swiper-slide img {
        max-height: 3rem
    }

    .about3 .tit {
        margin-top: 0.1rem;
        font-size: 0.15rem;
    }

    .about3 .swiper-slide a:hover {
        transform: translateY(0px);
    }

    .about3 .swiper-button-next {
        width: 0.3rem;
        height: 0.3rem
    }

    .about3 .swiper-button-prev {
        width: 0.3rem;
        height: 0.3rem
    }

    .about3 .title {
        margin-bottom: 0.2rem
    }

    .about4 {
        padding: 0.25rem 0;
    }

    .about4_list ul {
        display: block;
    }

    .about4_list li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.15rem;
    }

    .about4_list {
        margin-top: 0.2rem;
        overflow: hidden;
    }

    .about4_list li .tit {
        font-size: 0.22rem;
    }

    .about4_list li .des {
        font-size: 0.14rem;
        min-height: auto;
        margin-top: 0.1rem;
    }

    .about5 {
        padding: 0.25rem 0;
    }


    .about5_list {
        margin-top: 0.2rem;
        padding-bottom: 0.5rem;
    }

    .about5_list .swiper-button-prev, .about5_list .swiper-button-next {
        width: 0.34rem;
        height: 0.34rem;
        top: auto;
        margin-top: 0;
        bottom: 0
    }

    .about5_list .swiper-button-prev {
        background: url('../images/left.jpg') no-repeat center;
        border: 1px solid #f6f7f9;
        left: calc(50% - 0.34rem);
        background-size: 0.15rem
    }

    .about5_list .swiper-button-next {
        background: url('../images/right.jpg') no-repeat center;
        border: 1px solid #e6e8ed;
        left: 50%;
        background-size: 0.15rem
    }

    .about5_list .swiper-slide .tit {
        font-size: 0.15rem;
        margin-top: 0.1rem;
    }

    .business1 {
        padding: 0.25rem 0;
    }

    .business1 ul {
        margin-top: 0.2rem;
        display: block;
    }

    .business1 li {
        width: 100%;
        max-width: 100%;
        padding: 0.15rem 0.1rem;
        margin-bottom: 0.15rem;
    }

    .business1 li .icon {
        width: 0.4rem;
        margin-right: 0.1rem;
    }

    .business1 li .icon img {
        height: auto;
    }

    .business1 li .text {
        width: calc(100% - 0.5rem);
    }

    .business1 li .tit {
        font-size: 0.18rem;
        line-height: 0.3rem;
    }

    .business1 li .con {
        font-size: 0.14rem;
    }

    .business2 {
        padding: 0.25rem 0;
    }

    .business2_nr {
        display: block;
        margin-top: 0.2rem;
        background: transparent;
        box-shadow: 0 0 0 rgba(0, 76, 172, 0.2);
    }

    .b2_type {
        width: 100%;
        padding: 0;
        background: transparent;
        margin-bottom: 0.05rem
    }

    .b2_type ul {
        display: flex;
        justify-content: center;
    }

    .b2_type li {
        width: 1.5rem;
        height: 0.61rem;
        font-size: 0.16rem;
    }

    .b2_type li p {
        line-height: 0.4rem;
    }

    .b2_content {
        width: 100%;
        padding: 0;
    }

    .b2_content .item > div {
        display: block;
    }

    .b2_content ul {
        width: 100%;
        max-width: 100%;
        background: #fff;
        padding-top: 0;
        border-radius: 0.05rem;
        overflow: hidden;
        margin-bottom: 0.1rem
    }

    .b2_content .txt {
        width: 100%;
        max-width: 100%;
        padding: 0;
        min-height: auto;
    }

    .b2_content li {
        padding: 0.1rem 0.15rem 0;
        margin-bottom: 0;
    }

    .b2_content li .sort {
        width: 0.3rem;
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.18rem;
    }

    .b2_content li .info {
        width: calc(100% - 0.4rem);
    }

    .b2_content li .info .tit {
        font-size: 0.16rem;
        line-height: 0.3rem;
    }

    .b2_content li .info .des {
        font-size: 0.14rem;
        line-height: 1.8;
    }

    .b2_content li:first-child {
        padding-top: 0.15rem;
    }

    .b2_content li:last-child {
        padding-bottom: 0.15rem;
    }

    .b2_content .txt {
        border-radius: 0.05rem;
        padding: 0.15rem;
        background: #e8f5ff url('../images/b2.png') no-repeat bottom right;
        background-size: 50%;
        font-size: 0.14rem;
        line-height: 1.8;
    }

    .business3 {
        padding: 0.25rem 0;
    }

    .b3_list li .tit, .b3_type li {
        font-size: 0.14rem;
    }

    .b3_type li {
        line-height: 0.3rem;
        padding: 0 0.14rem;
        margin: 0 0.025rem 0.05rem;
        border-radius: 0.05rem;
    }

    .b3_type {
        margin: 0.15rem 0 0;
    }

    .b3_list li {
        padding: 0.13rem 0 0.1rem;
    }

    .b3_list li .text {
        background: url('../images/q.png') no-repeat top left;
        background-size: 0.23rem;
        padding-left: 0.3rem;
        min-height: 0.25rem;
    }

    .b3_list li .tit {
        line-height: 0.25rem;
        padding-right: 0.25rem;
        font-size: 0.15rem;
    }

    .b3_list li .tit i {
        background: url('../images/d.png') no-repeat center right;
        background-size: 0.15rem;
        width: 0.15rem;
        height: 0.25rem;
        position: absolute;
        right: 0;
        top: 0;
        transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .b3_list li .con {
        margin-top: 0.05rem;
        padding-bottom: 0;
        line-height: 1.7;
    }

    /*  .prod_list2 ul{margin-left: 0}
  .prod_list2 li{width: 100%;max-width: 100%;padding-left:0;}*/

    .prod_list2 li {
        margin-bottom: 0.1rem
    }

    .prod_list2 li .info {
        padding: 0.15rem 0.1rem;
        height: auto;
    }

    .prod_list2 li .tit {
        font-size: 0.14rem;
    }

    .prod_list2 li .des {
        width: 100%;
        max-width: 100%;
        line-height: 1.5;
        margin-top: 0.1rem;
    }

    .prod_list2 li .tit:after {
        content: '';
        display: block;
        width: 0.25rem;
        height: 0.02rem;
        background: #fff;
        margin-top: 0.1rem;
    }

    .prod_list2 li:hover .info {
        height: auto;
        padding-top: 0.15rem;
    }

    .prod_list2 li i {
        display: none;
    }

    .prod_list, .prod_list2 {
        padding-bottom: 0.25rem;
    }

    .prod_list2 {
        padding-top: 0.25rem
    }

    .pagination li {
        font-size: 0.13rem;
        margin: 0 0.04rem 0.04rem;
        min-width: 0.25rem;
        line-height: 0.28rem;
    }

    .pagination li a {
        display: block;
        text-align: center;
        color: #757575;
        padding: 0 0.05rem;
    }

    .pagination li span {
        padding: 0 0.05rem;
        display: block;
    }

    .pagination {
        margin: 0 auto 0.3rem;
    }


    #page .layui-laypage {
        width: 100%;
        text-align: center;
        font-size: 0;
        margin: 0.2rem auto 0;
    }

    #page a, #page span {
        display: inline-block;
        text-align: center;
        font-size: 0.13rem;
        color: #757575;
        margin: 0 0.04rem 0.04rem;
        border: 1px solid #e5e5e5;
        min-width: 0.25rem;
        line-height: 0.26rem;
        padding: 0 0.05rem;
        border-radius: 4px !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #page .layui-laypage-curr {
        background: #004cac;
        color: #fff;
        border: 1px solid #004cac;
    }

    #page .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background: #004cac;
    }

    #page .layui-laypage a, #page .layui-laypage span {
        height: 0.28rem;
    }


    .prod_list {
        padding-top: 0.25rem
    }

    .prod_list li {
        padding-left: 0.1rem;
        margin-bottom: 0
    }

    .prod_list ul {
        margin-left: -0.1rem
    }

    .prod_list li .tit {
        line-height: 0.35rem;
        font-size: 0.14rem;
    }

    /* .prod_list ul{margin-left: 0}
  .prod_list li{width: 100%;max-width: 100%;padding-left:0;}*/
    .ns {
        padding-top: 0.2rem
    }

    .ns .tit {
        width: 100%;
        font-size: 0.18rem;
    }

    .ns .info span {
        font-size: 0.14rem;
        margin: 0 0.1rem;
    }

    .ns .info {
        margin-top: 0.05rem
    }

    .ns .con {
        padding: 0.15rem 0;
    }

    .fenye {
        padding: 0.15rem 0;
    }

    .fenye li {
        margin-bottom: 0.1rem;
        font-size: 0.14rem;
    }

    .nlist {
        padding: 0.25rem 0;
    }

    .nlist ul {
        margin-left: 0;
    }

    .nlist li {
        padding-left: 0;
        width: 100%;
        margin-bottom: 0.1rem
    }

    .nlist li .tit {
        font-size: 0.18rem;
        margin: 0.1rem 0 0.05rem;
    }

    .nlist li .jian {
        margin-bottom: 0.15rem;
        font-size: 0.15rem;
        line-height: 1.7;
    }

    .nlist li a {
        padding: 0 0 0.15rem;
    }

    .nlist li a:hover {
        transform: translateY(0px);
    }

    .ns {
        padding-top: 0.2rem;
    }

    .ns .tit {
        width: 100%;
        font-size: 0.18rem;
    }

    .ns .info span {
        margin: 0 0.1rem;
        font-size: 0.14rem;
    }

    .ns .con {
        padding: 0.15rem 0;
    }

    .nlist li .info {
        padding: 0 0.15rem;
    }

    .contact1 {
        padding: 0.25rem 0;
    }

    .contact1 .map {
        height: 3rem;
        margin-bottom: 0.15rem;
    }

    .contact1_right .tit {
        font-size: 0.18rem;
        padding-left: 23px;
    }

    .contact1_right li {
        font-size: 0.14rem;
        margin-top: 0.15rem
    }

    .contact1_right li .icon {
        width: 23px
    }

    .contact1_right .tit:before {
        content: '';
        width: 0.02rem;
        height: 0.2rem;
        background: #004cac;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0
    }

    .contact2 {
        padding: 0.25rem 0;
    }

    .zp_list {
        margin-top: 0.15rem
    }

    .zp_list li {
        margin-bottom: 0.15rem;
    }

    .zp_list li a:hover {
        transform: translateY(0);
    }

    .zp_list li a {
        padding: 0.15rem;
    }

    .zp_list li .tit {
        font-size: 0.16rem;
    }

    .zp_list li dd {
        width: 100%;
        max-width: 100%;
        font-size: 0.14rem;
        line-height: 2.5;
        padding: 0 10px;
        border: 1px solid #e9e9e9;
        border-bottom: 0;
    }

    .zp_list li dd:last-child {
        border-bottom: 1px solid #e9e9e9
    }

    .zp_list ul {
        margin-bottom: 0.2rem
    }

    .c_more {
        width: 1.2rem;
        height: 0.35rem;
        line-height: 0.35rem;
    }

    .c_more span {
        margin-right: 0.1rem
    }

    .c_more i {
        background: url('../images/j1.png') no-repeat center left;
        background-size: 0.07rem
    }

    .contact3 {
        padding: 0.25rem 0;
    }

    .contact3_nr {
        margin-top: 0.15rem
    }

    .c3_mes .tip {
        line-height: 1.8;
        margin-bottom: 0.1rem
    }

    .c3_mes form .item {
        line-height: 0.35rem;
        padding: 0 0.1rem
    }

    .c3_mes form .item2 {
        height: 1rem
    }

    .c3_mes form .mes_btn {
        width: 1.2rem;
        height: 0.35rem;
        line-height: 0.35rem;
        font-size: 0.14rem;
    }

    .c3_mes {
        margin-bottom: 0.15rem
    }

    .jobshow {
        padding: 0.2rem 0;
    }

    .jobshow .title {
        font-size: 0.18rem;
    }

    .jobshow .con {
        margin-top: 0.15rem;
        font-size: 0.14rem;
        line-height: 1.8;
    }

    .jianli li.li {
        width: 100%;
        font-size: 0.15rem;
        margin-bottom: 0.1rem;
    }

    .jianli li.li:nth-child(3n+2) {
        width: 100%;
    }

    .jianli li {
        font-size: 0.15rem;
    }

    .jianli li span {
        width: 0.8rem
    }

    .jianli li.li input[type="text"] {
        width: calc(100% - 1rem);
        height: 0.35rem;
        line-height: 0.35rem;
    }

    .jianli li.li:nth-child(3n+2) span {
        width: 0.8rem
    }

    .jianli li.textarea textarea {
        width: calc(100% - 1rem);
        height: 1rem;
    }

    .jianli .button {
        width: 2.5rem;
        margin: 0.05rem auto 0;
    }

    .jianli .button button {
        width: 1.2rem;
        height: 0.4rem;
        background: #004cac;
        font-size: 0.16rem;
        color: #fff;
        border-radius: 5px;
        border: 0;
        cursor: pointer;
    }

    .jianli {
        padding-bottom: 0.25rem
    }

    .search_list {
        padding: 0.2rem 0 0.25rem;
    }

    .infolist li {
        font-size: 0.14rem;
        line-height: 3;
    }

    .infolist li .time {
        font-size: 0.14rem;
    }

    .infolist {
        margin-top: 0.15rem
    }

    .infolist li .tit {
        width: calc(100% - 1rem)
    }

    .ns .video {
        margin-bottom: 0.1rem
    }

    .prod_list2 li .tit::after {
        display: none;
    }

    .prod_list2 li .tit {
        margin-bottom: 0;
        width:95%;
    }

    .sec2_title {font-size: 0.18rem;width: 100%;}
    .sec2_right_icon {width: 1.5rem;}

    .about1_right {width: 100%;height: auto;max-width: 100%;padding-top: 0.2rem;padding-right: 0.2rem;margin-top: 0.3rem;}
    
    .about2{background-position: center center;}
    .about2 .title {padding-left: 0;}

    .about5_list ul{flex-wrap: wrap;}
    .about5_list li{width: 100%;height:auto;padding-bottom: 0.2rem;margin-bottom: 0.15rem}
    .about5_list li .pic {width: 0.5rem;margin:0.3rem auto 0;}
    .about5_list .tit {font-size: 0.18rem;margin-top: 0.2rem;}

    .prod_list2 li {width: 49%;margin:0 0 0.2rem 2%;}
    .prod_list2 li .info {width: 100%;padding:0.1rem 0 0;}
    .prod_list2 li .des {font-size: 0.12rem;}
    
    .business1 li .icon{width: 0.6rem;}
    .business1 li .con{margin-top: 0.1rem;}

    .b3_list .swiper .des {font-size: 0.14rem;}
    
    .contact1_right{align-items: flex-start;}
    .conc_each img {width: 0.6rem;}
    .conc_tit {font-size: 0.15rem;margin-top: 0.16rem;}
    .conc_nr {margin-top: 0.16rem;}
    .contact1 .map{margin-top: 0.3rem;}

    .contact3_nr {margin:0.3rem auto 0;width: 100%;}
    .gbook_each1 {margin-bottom: 0.12rem;width: 100%;}
    .gbook_each0{flex-wrap: wrap;}


}



}


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

