﻿/*** 公共 ***/
.home-swiper .pc-imgs
{
    height: 31.75em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-swiper .textBox
{
    position: absolute;
    bottom: 4.2em;
    width: 100%;
    color: #fff;
}
.home-swiper h1
{
    font-size: 2.8em;
    font-weight: bold;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    opacity: 0;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s;
    line-height: 1.3;
}
.home-swiper .item
{
    float: left;
    width: 45%;
    margin-bottom: 1.1em;
    padding-left: 15px;
    position: relative;
    line-height: 1.5em;
    height: 3em;
}
.home-swiper .overflow
{
    margin-top: 1.75em;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    opacity: 0;
    transition: all .7s;
    -webkit-transition: all .7s;
    -ms-transition: all .7s;
    transition-delay: .2s;
}
.home-swiper .item::after
{
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.home-swiper .act h1
{
    transform: translate(0);
    opacity: 1;
}
.home-swiper .act .overflow
{
    transform: translate(0);
    opacity: 1;
}
.hometab
{
    height: 8em;
    background-color: #0074bf;
}
.hometab .md-inner
{
    height: 100%;
}
.hometab ul
{
    height: 100%;
    display: flex;
    padding: 0 8.5em;
    background-color: #012e4d;
}
.hometab li
{
    height: 100%;
    width: 25%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.hometab img
{
    display: block;
    margin: auto;
}
.hometab .textBox
{
    text-align: center;
    color: #fff;
    font-size: .9em;
    margin-top: 1.66em;
}
.home-swiper .swiper-pagination-bullet
{
    background-color: #fff;
    opacity: .3;
    bottom: 1.1em;
    width: 10px;
    height: 10px;
    margin: 0 10px!important;
}
.p-home .homepag
{
    bottom: 1.5em;
}
.home-swiper .swiper-pagination-bullet-active
{
    opacity: 1;
}
.hometit
{
    font-size: 2.2em;
    margin-top: 1.8em;
    text-align: center;
}
.home2Swip
{
    height: 16.75em;
}
.home2Swip .imgs
{
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s;
}
.home2Swip .cen
{
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.line
{
    width: 7em;
    height: 1px;
    margin: auto;
    background-color: #fff;
    margin-top: 1.65em;
}
.home2Swip .cen h2
{
    font-size: 1.5em;
    text-shadow: 2px 0 10px rgba(0,0,0,.4);
}
.home2Swip
{
    margin-top: 2em;
}
.home2Swip .bottom
{
    font-size: .9em;
    margin-top: 1.66em;
    opacity: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    height: 9.38em;
}
.home2Swip .bottom .text+.text
{
    margin-top: 1.1em;
}
.home2Swip .imgs::after
{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.home3 ul
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home3 li:nth-child(1)
{
    width: 25%;
}
.home3 li:nth-child(3)
{
    width: 25%;
}
.home3 li
{
    height: 16.85em;
    position: relative;
}
.home3 li:nth-child(2)
{
    width: 50%;
    padding: 0 4px;
}
.home3 li:nth-child(2) .textbox
{
    padding: 0!important;
    margin: auto;
}
.home3 li:nth-child(2) .textbox span
{
    padding: 0 5em;
}
.home3 .imgs
{
    height: 100%;
    position: relative;
}
.home3 .textbox
{
    font-size: 1.1em;
    line-height: 1.45em;
    color: #fff;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
}
.home3 .textbox span
{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    padding: 0 1.8em 0 1.27em;
    transform: translateY(-50%);
    text-align: center;
}
.home3 .textbox
{
    height: 100%;
}
.home3 svg
{
    width: 10px;
    height: 17px;
    color: #fff;
}
.home3 .imgs
{
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.home3 .more
{
    font-size: .8em;
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 1.75em;
    width: 100%;
    padding-right: 2.5em;
}
.bg-img
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home3 li+li+li+li
{
    width: 50%;
    margin-top: 3px;
    padding-right: 2px;
}
.home3 li+li+li+li+li
{
    width: 50%;
    margin-top: 3px;
    padding-right: 0;
    padding-left: 2px;
}
.home3 li+li+li+li span
{
    padding: 0 3.09em!important;
}
.home3 ul
{
    margin-top: 1.75em;
    padding: 0 4em;
}
.home3 .overflow
{
    height: 100%;
}
.moreBtn
{
    width: 11.25em;
    height: 2.68em;
    line-height: 2.68em;
    color: #00468e;
    text-align: center;
    font-size: .8em;
    border: 1px solid #00468e;
    margin: 2.5em auto 0;
}
.moreBtn a
{
    transition: all .5s;
    display: block;
}
.home3
{
    padding-bottom: 4em;
}
.home3 .moreBtn
{
    position: relative;
    overflow: hidden;
}
.home3 .moreBtn::after
{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00468e;
    left: -100%;
    top: 0;
    position: absolute;
    transition: all .5s;
    z-index: -1111;
}
.banner
{
    width: 100%;
    height: 17em;
    position: relative;
}
.banner .imgs
{
    height: 100%;
    width: 100%;
}
.banner .textbox
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
    color: #fff;
    text-align: center;
    width: 100%;
}
.banner h6
{
    font-size: 1.2em;
    margin-bottom: 1em;
}
.banner h1
{
    font-size: 2.2em;
    max-width: 800px;
    margin: auto;
    line-height: 1.3;
}
.crumbs svg
{
    width: 6px;
    height: 9px;
    margin: 0 10px;
}
.crumbs
{
    height: 2em;
    background-color: #f7f7f7;
    line-height: 1.8em;
    color: #666;
    border-bottom: 1px solid #eee;
}
.p-newsdet .crumbs
{
    border-bottom: 0;
}
.p-newsdet .crumbs .lg-inner
{
    max-width: 960px;
}
.crumbs a
{
    font-size: 14px;
}
.newsbox li .imgs
{
    transition: all .5s;
    -webkit-transition: all .5s;
}
.heightImg
{
    width: 100%;
    opacity: 0;
}
.newsbox .time
{
    font-size: .8em;
    padding: 1.25em 0 1.25em 1.25em;
    color: #666;
    background-color: #f7f7f7;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.newsbox .text
{
    font-size: .9em;
    line-height: 1.66em;
    height: 3.32em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: .8em;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.newsbox li
{
    margin-bottom: 3.5em;
    padding-left: 27px;
    padding-right: 27px;
}
.newsbox ul
{
    margin-left: -27px;
    margin-right: -27px;
    padding-bottom: 10px;/*border-bottom: 1px solid #eeeeee;*/
}
.page
{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 1.5em;
}
.page svg
{
    width: 9px;
    height: 15px;
    color: #666;
}
.page-num
{
    width: 2.77em;
    height: 2.22em;
    display: block;
    line-height: 2.22em;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.goleft
{
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    margin-right: 2.7em;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.goright
{
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    margin-left: 2.7em;
}
.newsbox
{
    padding-top: 2.5em;
}
.page-num.active
{
    color: #0074bf!important;
}
.pc-head .global-inner
{
    height: 100%;
}
.p-newsdet .crumbs
{
    background-color: transparent;
}
.newsdet h1
{
    font-size: 1.8em;
    line-height: 1.38em;
    font-weight: bold;
    margin-top: 15px;
}
.goleft.disabled
{
    opacity: .2!important;
    cursor: text;
}
.goright.disabled
{
    opacity: .2!important;
    cursor: text;
}
.detmsg
{
    font-size: .8em;
    margin-top: 10px;
}
.detmsg span+span
{
    margin-left: 10px;
}
.detmsg>span
{
    margin-right: 10px;
}
.doc img
{
    max-width: 100%!important;
    height: auto!important;
    display: block;
    margin: 22px auto!important;
}
.doc
{
    line-height: 2em;
    font-size: .8em;
    border-top: 1px solid #ddd;
    margin-top: 2em;
    border-bottom: 1px solid #ddd;
    padding: 1.35em 7.5em 3.12em;
}
.detpag
{
    font-size: .8em;
    margin-top: 1.87em;
}
.detpag div+div
{
    margin-top: 17px;
}
.banner-height .banner
{
    height: 5em;
}
.crumbs span
{
    font-size: 10px
    color: #222;
    padding: 0 15px 0 18px;
    position: relative;
}
.crumbs span:nth-child(1)
{
    border-left: 0 solid #222;
}
.crumbs span.active
{
    font-weight: bold;
}
.crumbs span::after
{
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 20px;
    display: block;
    content: '';
    background-color: #222;
}
.crumbs2 span:nth-child(1)
{
    padding-left: 0;
}
.crumbs span:nth-child(1)::after
{
    display: none;
}
.crumbs2
{
    height: 4em;
    display: flex;
    align-items: center;
}
.innerh1
{
    font-size: 1.8em;
    margin: 1.66em 0 1.13em;
    text-align: center;
}
.honor .bg
{
    height: 16.6em;
    width: 100%;
    background-image: url(/png/095y8qem.png);
    position: relative;
}
.honor .bg img
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 17.2em;
    max-height: 13.6em;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.honor h3
{
    font-size: .8em;
    line-height: 1.5;
    margin-top: 13px;
    text-align: center;
}
.honor .box
{
    margin-bottom: 1.85em;
}
.honor
{
    padding-bottom: 2em;
}
.honor .row
{
    margin: 0 -15px;
}/* 联系我们 */
.contact .box
{
    position: relative;
}
.contact .textbox
{
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
.contact .box h1
{
    font-size: 1.3em;
    font-weight: bold;
    color: #00468e;
    margin-bottom: 1.15em;
}
.contact .list
{
    font-size: .8em;
    margin-bottom: 1.25em;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
}
.contact .list span
{
    font-weight: bold;
    width: 9%;
}
.contact h1 span
{
    padding-bottom: 1.15em;
    border-bottom: 1px solid #0074bf;
    display: inline-block;
}
.p-contact .main-box
{
    background: url(/png/jkxly85r.png) bottom center no-repeat;
    background-size: 100%;
}
.contact .box i, .contact .box a
{
    width: 81%;
}
.contactBtn
{
    width: 9em;
    height: 2.75em;
    line-height: 2.75em;
    text-align: center;
    border-radius: 35px;
    background-color: #0074bf;
    margin: 2.5em auto 0;
    position: relative;
    border: 1px solid #0074bf;
    overflow: hidden;
}
.datesheet
{
    width: 6em;
    height: 1.75em;
    line-height: 1.75em;
    text-align: center;
    border-radius: 35px;
    background-color: #00468e;
    margin: 1.5em 0 0;
    position: relative;
    border: 1px solid #0074bf;
    overflow: hidden;
}
.contactBtn a
{
    font-size: .9em;
    color: #fff;
    position: relative;
    z-index: 9;
}
.contactBtn::after
{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: -100%;
    top: 0;
    position: absolute;
    transition: all .5s;
    z-index: 8;
}
.contact .box i
{
    font-style: normal;
}
.contact .row
{
    margin: 0 -15px;
}
.crumbs2 a
{
    font-size: 10px
}/* hr */
.h2text
{
    text-align: center;
    font-size: .8em;
    display: flex;
    justify-content: center;
}
.p-hr .innerh1
{
    margin-bottom: 20px;
}
.hrlist .tit
{
    display: flex;
    justify-content: space-between;
}
.hrlist .list
{
    background-color: #f7f7f7;
    padding: 2.55em 12em 2.5em;
}
.hrlist .list h1
{
    font-size: 1.4em;
    color: #00468e;
}
.hrlist .list span
{
    font-size: .8em;
    color: #666;
    display: inline-block;
    line-height: .9em;
}
.hrlist .list span+span
{
    border-left: 1px solid #666;
    padding-left: 15px;
    margin-left: 10px;
}
.hrlist .tit
{
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.38em;
}
.hrbottom li
{
    font-size: .8em;
    margin-bottom: 11px;
    line-height: 1.4;
}
.hrbottom h4
{
    margin-bottom: 1.3em;
    font-size: .8em;
    font-weight: bold;
    margin-top: 1.87em;
}
.hrlist
{
    margin-top: 2.48em;
}
.hrlist .list+.list
{
    margin-top: 10px;
}/* 关于我们 */
.p-about .banner
{
    height: 23em;
    border-bottom: 10px solid #00468e;
}
.aboutabtn svg
{
    width: 16px;
    height: 16px;
}
.aboutabtn
{
    width: 180px;
    height: 55px;
    line-height: 55px;
    font-size: .8em;
    text-align: center;
    margin: auto;
    background-color: #0074bf;
    border-radius: 35px;
    margin-top: 2.5em;
    cursor: pointer;
}
.about1 h1
{
    font-size: 2em;
    text-align: center;
    position: relative;
}
.about1 h1::after
{
    display: block;
    content: '';
    width: 100px;
    height: 3px;
    background-color: #0074bf;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -25px;
}
.about1
{
    padding-top: 5em;
    padding-bottom: 2em;
}
.about1 .text
{
    text-align: center;
    font-size: .8em;
    line-height: 2.25em;
    margin-top: 3.3em;
}
.about1 li div
{
    font-size: 3em;
    color: #0074bf;
    text-align: center;
}
.about1 li div span
{
    font-size: 1.1em;
    vertical-align: -4px;
}
.about1 li div+div
{
    font-size: .8em;
    color: #666;
    margin-top: 20px;
}
.about1 ul
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 5em;
}
.about1 ul li
{
    width: 33%;
    margin-bottom: 4.5em;
}
.about1 ul li+li+li+li
{
    width: 40%;
}
.about1
{
    background-image: url(/png/fou2khml.png);
    background-position: right -18px bottom;
    background-repeat: no-repeat;
}
.about2
{
    background-image: url(/png/630d4988.png);
    background-position: center;
    background-repeat: no-repeat;
}
.about2 .text
{
    font-size: 1.5em;
    color: #fff;
    opacity: .5;
    margin-top: 2.6em;
}
.about2 h1
{
    font-size: 1.8em;
    color: #fff;
}
.about2 h1 span
{
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}
.about2 .left
{
    padding: 8.75em 0 10.5em;
}
.about2 .left
{
    width: 33%;
}
.about2 .right
{
    width: 67%;
}
.about2Swip .box
{
    background-color: #fff;
    padding: 2.5em 1.5em 2.55em;
}
.about2Swip .time1
{
    font-size: 10px
    color: #666;
}
.about2Swip .time2
{
    color: #00468e;
    font-size: 2.9em;
    margin-top: 15px;
    font-family: HarmonyOS_Sans_sc_Medium;
}
.about2Swip .text1
{
    font-size: .9em;
    line-height: 1.77em;
    margin-top: 4.16em;
    height: 3.54em;
}
.about2Swip
{
    position: relative;
    top: 50%;
}
.about3 a
{
    position: relative;
}
.about3 a:after
{
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background: #0056b3;
    bottom: -7px;
    left: 0;
    transition: all .3s;
}
.about2btn
{
    position: absolute;
    width: 23px;
    height: 25px;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}
.about2btn svg
{
    width: 23px;
    height: 25px;
    color: #00468e;
}
.about2btn1
{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    background: url(/svg/i3af5yw5.svg) no-repeat 0;
    transition: all .3s;
    background-position: right;
}
.about2btn2
{
    left: 101%;
    top: 50%;
    width: 68px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(/svg/chocku3b.svg) no-repeat 100%;
    transition: all .3s;
}
.about2btn2:hover
{
    width: 68px;
}
.about2btn2 svg
{
    color: #fff;
    width: 40px;
    height: 25px;
}
.about2btn1:hover
{
    width: 68px;
}
.about2Swip .swiper-slide:nth-child(odd) .box
{
    background-color: #fafafa;
}
.about2Swip
{
    overflow: hidden;
}
.about2 .lg-inner
{
    display: flex;
    align-items: center;
}/*.about2btn.swiper-button-disabled {
	opacity: .3;
}*/
.about3 .ic svg
{
    width: 24px;
    height: 20px;
    color: #00468e;
}
.about3 h1
{
    font-size: 1.8em;
}
.about3 .text
{
    font-size: .9em;
    margin-top: 2.22em;
}
.about3 .ic
{
    font-size: .8em;
    margin-top: 1.1em;
    color: #00468e;
}
.about3
{
    padding: 6em 0 2.3em;
}
.about3 ul
{
    padding: 0 3.25em;
}
.about3 ul li
{
    position: relative;
}
.about3 ul li+li
{
    padding-left: 5.5em;
}
.about3 ul li::after
{
    display: block;
    content: '';
    width: 1px;
    height: 80px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
.about3 ul li:nth-child(1)::after
{
    display: none;
}
.modal-body
{
    width: 800px;
    height: 500px;
    margin: auto;
    position: relative;
}
.modal-close
{
    position: absolute;
    font-size: 32px;
    color: #fff!important;
}
.about3 ul li+li+li::after
{
    left: 2.2em;
}
.about3 ul li+li+li
{
    padding-left: 7em;
}
.advtit span
{
    border-bottom: 2px solid #00468e;
    padding-bottom: 8px;
}
.advtit
{
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin: 0 0 2.05em;
    padding-top: 2.09em;
}
.adv1 .tit-text
{
    font-size: 1.1em;
    width: 177px;
    flex-shrink: 0;
    line-height: 1.55;
}
.adv1 .text
{
    font-size: .9em;
    line-height: 1.55em;
    font-weight: 200;
}
.adv2
{
    padding-top: .9em;
}
.flex
{
    display: flex;
    display: -webkit-flex;
}
.adv1 .list+.list
{
    margin-top: 1.75em;
}
.adv1 .col-lg-6:nth-child(1)
{
    padding-right: 2em;
    display: flex;
    align-items: center;
}
.adv2 img
{
    display: block;
    margin: auto;
}
.adv2 h1
{
    text-align: center;
    font-size: 1.4em;
    margin-top: 15px;
}
.adv2 .text
{
    font-size: .8em;
    line-height: 1.88em;
    margin-top: 3.12em;
}
.adv2 .text span
{
    display: block;
}
.adv2 .text span+span
{
    margin-top: 1em;
}
.adv2 .col-lg-6
{
    padding: 0 4.05em;
}
.adv2 .row
{
    margin: 10px -4.05em 0;
}
.adv2
{
    background-image: url(/png/jdry9g94.png);
    margin-top: 3.5em;
    padding-bottom: 6em;
}
.adv3 img
{
    display: block;
    margin: 0 auto 1.5em;
    height: 145px;
    object-fit: contain;
}
.adv3 h3
{
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4;
    padding: 0 15px;
}
.adv3 .text
{
    text-align: center;
    font-size: .9em;
    color: #666;
    line-height: 1.4;
    margin-top: 15px;
    padding: 0 15px;
}
.adv3 .advtit
{
    border-bottom: 0;
}
.adv3 .row .col-lg-6
{
    border: 1px solid #ddd;
    padding: 2.5em 0 3.65em;
}
.adv3 .row .col-lg-6+.col-lg-6
{
    border-left: 0;
}
.adv3
{
    padding-bottom: 10px;
    padding-top: 19px;
}
.list-top
{
    background-color: #f0f0f0;
    padding: 2.95em 0 2.9em;
}
.goods-lv1 a svg
{
    width: 10px;
    height: 14px;
    color: #00468e;
    margin-right: 10px;
}
.goods-lv1 a
{
    display: inline-block;
    padding-bottom: 12px;
    font-size: .8em;
    color: #00468e;
    position: relative;
}
.goods-lv1 a:after
{
    width: 0%;
    height: 4px;
    background: #00468e;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s;
}
.list-top h1
{
    font-size: 2.4em;
    font-weight: bold;
    margin: .55em 0 .57em;
    line-height: 1.3;
}
.list-top .text
{
    font-size: .8em;
    line-height: 1.75em;
    max-width: 67.18em;
}
.list-top .text span
{
    color: #00468e;
}
.goodscen .imgs
{
    width: 100%;
    height: 11.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1.5em 0 .75em;
    transition: all .5s;
}
.goodscen h1
{
    font-size: 1.2em;
}
.goodscen li .num
{
    font-size: .7em;
    font-weight: bold;
    color: #00468e;
}
.goodscen .an
{
    font-size: .7em;
    margin-top: 10px;
}
.goodscen li
{
    float: left;
    width: 33%;
    padding: 0 11px;
}
.goodscen li+li
{
    border-left: 1px solid #ddd;
}
.goodscen ul
{
    margin: 1.6em -11px 1.1em;
}
.goodscen svg
{
    width: 9px;
    height: 16px;
}
.goodscen .more
{
    font-size: .8em;
    color: #00468e;
    position: relative;
}
.goodscen .more:after
{
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 1px;
    background: #0074bf;
    bottom: -2px;
    left: 0;
    transition: all .3s;
}
.goodscen
{
    padding: 4em 0 0;
}
.goodscen .col-lg-4
{
    margin-bottom: 4em;
    padding: 0 3em;
}
.goodscen .row
{
    margin: 0 -3em;
}
.goodscen
{
    margin-bottom: -4em;
}/* 落地页 */
.land-top .imgs
{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 33.3%;
    height: 24em;
    float: left;
}
.msg-text h1
{
    font-size: 2.2em;
    font-weight: bold;
    color: #00468e;
    line-height: 1.3;
}
.land-top .text
{
    font-size: .8em;
    line-height: 1.77em;
    margin-top: 1.56em;
    border-bottom: 1px solid #eee;
    padding-bottom: 2.3em;
    padding-right: 7.5em;
    margin-bottom: 1.25em;
}
.land-top .msg-text
{
    width: 66.7%;
    padding-left: 2em;
}
.land-top h2
{
    font-size: 1.1em;
    font-weight: bold;
    color: #00468e;
}
.land-top span
{
    font-size: .8em;
}
.land-top .msg
{
    margin-top: 4px;
    line-height: 1.5;
}
.land-top .msg span+span
{
    display: inline-block;
    line-height: 1;
    border-left: 1px solid #222;
    padding-left: 1.37em;
    margin-left: 1em;
}
.land-top .list+.list
{
    margin-top: 1.8em;
}
.control-label
{
    margin-bottom: 0;
}
.global-form-box
{
    padding: 0 2.75em;
}
.land-top
{
    padding: 2.85em 0 2.25em;
}
.p-about .banner h1
{
    font-size: 2em;
}
.msg-cen li
{
    float: left;
    font-size: 1.3em;
    color: #8796a9;
    transition: all .5s;
    -webkit-transition: all .5s;
    cursor: pointer;
    opacity: .5;
}
.msg-cen li+li
{
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #cdced0;
}
.msg-cen li.active
{
    font-size: 1.6em;
    color: #222;
    margin-top: -3px;
    opacity: 1;
}
.msgb-cen .item
{
    font-size: .8em;
    line-height: 1.5;
    width: 50%;
    float: left;
    margin-bottom: 1.37em;
    transition: all .3s;
    -webkit-transition: all .3s;
    padding-left: 3.1em;
}
.msgb-cen
{
    margin-left: -2.5em;
}
.msgb-cen
{
    margin-top: 2em;
}
.msg-cen
{
    background-color: #f8f9fc;
    padding: 2.75em 0 3.7em;
    border-top: 1px solid #e8ebf3;
}
.msg-cen .text
{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1.5em;
}
.msgb-cen .itembox
{
    display: none;
}
.msgb-cen .itembox.act
{
    display: block;
}
.yp h1
{
    text-align: center;
    font-size: 1.8em;
    text-align: center;
}
.yp .text2
{
    font-size: .8em;
    color: #00468e;
    text-align: center;
    margin-top: 2.8em;
}
.yp
{
    background-color: #f8f9fc;
}
.yp .flex
{
    display: flex;
    justify-content: center;
    background-color: #e3e6ee;
    margin-top: 1em;
    margin-bottom: 2em;
    padding-bottom: 4px;
}
body textarea.form-control
{
    min-height: 120px;
}
.yp .flex .control-label
{
    width: auto;
}
.yp .flex .form-group-cell
{
    width: auto;
}
.yp .flex .frm-check-box
{
    padding: 0;
}
.yp .col-lg-6
{
    padding: 0 15px;
    margin-bottom: 20px;
}
.yp .col-lg-12
{
    padding: 0 15px;
}
.ypBtn
{
    width: 11em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border: 1px solid #00468e;
    color: #00468e;
    margin: 2.9em auto 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.ypBtn a
{
    font-size: .8em;
    position: relative;
    z-index: 99;
}
.ypBtn::after
{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00468e;
    left: -100%;
    top: 0;
    position: absolute;
    transition: all .5s;
    z-index: -1111;
}
.formmargin
{
    margin-top: 20px!important;
    position: relative;
}
.formmargin .form-control
{
    width: 80%;
}
.formmargin img
{
    position: absolute;
    right: -30px;
    width: 137px;
    height: 45px;
    top: 30px;
}
.yp
{
    padding-bottom: 4em;
}
.p-landing .main-box
{
    padding-bottom: 0;
}
.news-msg .time
{
    font-size: 14px;
    color: #999;
    margin-bottom: 2px;
}
.p-goodsList .goods-lv1 a:after
{
    width: 100%;
}
.msgb-cen
{
    position: relative;
}
.msgb-cen .itembox::after
{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e8ebf3;
}
.sup1 h1
{
    font-size: 2.4em;
    font-weight: bold;
    color: #00468e;
    line-height: 1.5;
}
.supbtn
{
    width: 13em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    background-color: #0074bf;
    margin-top: 1.51em;
}
.supbtn a
{
    font-size: .8em;
    color: #fff;
}
.sup1
{
    padding-top: 3.75em;
    padding-bottom: 4em;
}
.sup1 .text
{
    font-size: .8em;
    line-height: 1.77em;
    margin-top: 1.9em;
}
.sup1 .imgs
{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20em;
    background-color: #f8f9fc;
}
.sup1 .imgs2i
{
    width: 50%;
    float: left;
    padding: 0 20px;
}
.sup1 .imgs2
{
    margin: 2em -10px 0;
}
.p-landing .goodscen
{
    margin-bottom: 0;
}
.p-landing .goodscen li
{
    width: auto;
}
.goodscen h2
{
    font-size: 1.1em;
    font-weight: bold;
}
.sup1 .goodscen ul
{
    margin-top: 16px;
    margin-bottom: 36px;
}
.ly .imgbg
{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: .1rem;
}
.ly .textbox
{
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    font-size: 1.1em;
}
.ly .col-lg-3
{
    padding: 0 5px;
}
.ly .row
{
    margin: 1em -5px 0;
}
.ly h2
{
    font-size: 1.1em;
    font-weight: bold;
}
.searchTop h1
{
    font-size: 1.6em;
}
.searchTop .text
{
    font-size: .8em;
    margin-top: 1.37em;
}
.searchTop .text span
{
    color: #00468e;
}
.searchbox a
{
    font-size: .9em;
    color: #00468e;
    position: relative;
}
.searchTop
{
    background-color: #f8f9fc;
    padding: 3.5em 0 1em;
}
.searchbox
{
    background-color: #fff;
    border-radius: 35px;
    line-height: 55px;
    height: 55px;
    padding: 0 2em;
}
.searchbox input
{
    width: 455px;
    font-size: .9em;
}
.searchbox a::after
{
    position: absolute;
    left: -33px;
    top: -7px;
    width: 1px;
    height: 36px;
    background-color: #dfe1e9;
    display: block;
    content: '';
}
.searchtab
{
    background-color: #f8f9fc;
    border-top: 1px solid #e8ebf3;
    padding-bottom: 5px;
}
.searchtab li
{
    float: left;
    font-size: 10px
    cursor: pointer;
    padding-bottom: 15px;
    padding-top: 1em;
}
.searchtab li+li
{
    margin-left: 3.25em;
}
.searchtab li.active
{
    color: #00468e;
    font-weight: bold;
    border-bottom: 4px solid #00468e;
}
.searchcen .item
{
    font-size: .9em;
    padding: 1.66em 0;
    border-bottom: 1px solid #eee;
    transition: all .3s;
    width: 100%;
    color: #000;
    white-space: nowrap;/*把文本强制显示在一行*/
    overflow: hidden;/*隐藏超出部分的文字*/
    text-overflow: ellipsis;/*超出显示省略号*/
}
.searchcen
{
    margin-top: 1.75em;
}
.searchcen .item:last-child
{
    border-bottom: 0;
    padding-bottom: 0;
}
.p-obc .banner h6
{
    text-align: left;
    font-size: .8em;
    display: inline-block;
    border-bottom: 4px solid #fff;
    padding-bottom: 14px;
    margin-bottom: 2em;
}
.p-obc .banner
{
    height: 16em;
}
.p-obc .banner h1
{
    text-align: left;
    margin-left: 0;
    font-weight: bold;
}
.p-obc .banner .textbox
{
    margin: 0 auto;
    display: block;
    text-align: left;
    z-index: 5;
    left: 50%;
    top: 47%;
    transform: translate(-50%,-50%);
    -webkit-transform: translateX(-50%,-50%);
}
.obc1 .fl
{
    width: 38.9%;
}
.obc1 .imgs
{
    height: 12.5em;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}
.obc1 p
{
    text-align: center;
    font-size: .8em;
    margin-top: 25px;
}
.obc1 .fr
{
    width: 61.1%;
}
.obc1 .fr h1
{
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.3;
}
.obc1 .fr .text
{
    font-size: .9em;
    line-height: 1.77em;
    margin-top: 1.667em;
}
.obc1
{
    padding-top: 2.75em;
}
.obc2 img
{
    max-width: 42.5em;
    margin: auto;
    display: block;
}
.obc2 .lg-inner
{
    background-image: url(/png/qqzh15f4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 0 2.5em;
}
.obc2
{
    border-top: 1px solid #eee;
    margin-top: 4em;
}
.obc2 p
{
    text-align: center;
    font-size: .8em;
    margin-top: 2.3em;
}
.gdsdet-sect2 h1
{
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 1.11em;
}
.p-obc .main-box
{
    padding-bottom: 0;
}
.p-sample .banner
{
    height: 10.5em;
    border-bottom: 10px solid #00468e;
}
.p-sample .yp
{
    padding-top: 3.25em;
}
.global-form-box .row
{
    margin: 0 -15px;
}
.p-sample .main-box
{
    padding-bottom: 0;
}
.bgbg
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
}
.clear-btn
{
    float: right;
    font-size: .8em;
    margin-top: 1em;
    position: relative;
    z-index: 9999;
    display: none;
}
.clear-btn svg
{
    width: 12px;
    height: 12px;
    margin-right: 10px;
}
.gfilt-lbox
{
    width: 90%;
    float: left;
}/* hr2 */
.hr2-1 h1
{
    font-size: 1.8em;
    margin-top: 1.73em;
}
.hr2-1 .imgs
{
    width: 100%;
    height: 29.75em;
    position: relative;
    transition: all .5s;
}
.hr2-1 .textbox
{
    position: absolute;
    width: 100%;
    bottom: 2.8em;
    padding-left: 3em;
    padding-right: 8.75em;
}
.hr2-1 .textbox h2
{
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.hr2-1 .textbox .text
{
    font-size: .8em;
    line-height: 1.5;
    color: #fff;
    margin-top: 1.25em;
}
.hr2-2 h1
{
    font-size: 1.4em;
}
.hr2-2 .imgs
{
    height: 15.5em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s;
}
.hr2-2
{
    margin-top: 4em;
}
.hric
{
    font-size: .8em;
    margin-top: 1.1em;
    color: #00468e;
}
.hric svg
{
    width: 22px;
    height: 18px;
    color: #00468e;
    margin-top: -1px;
}
.hr2-2 .col-lg-6
{
    padding: 0 1.5em;
    margin-bottom: 1.5em;
}
.hr2-2 .row
{
    margin: 0 -1.5em -1.5em;
}
.hr2-1 .overflow
{
    position: relative;
    margin-top: 2em;
}
.hr2-2 .overflow
{
    margin-top: 1em;
}
.p-hr2 .main-box
{
    padding-bottom: 5.75em;
    background: url(/png/qp5794cs.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-hr2det .crumbs .lg-inner
{
    display: flex;
    align-items: center;
}
.hr2det h1
{
    font-size: 1.8em;
}
.hr2detbg
{
    background: #f2f2f2;
    padding: 2em 5em;
    margin-top: 2em;
}
.hr2detbg img
{
    max-width: 100%;
    display: block;
    margin: auto;
}
.hr2det
{
    padding-top: 3.5em;
}
.hr2det .md-inner h1
{
    font-size: 1.4em;
    line-height: 1.5;
}
.hr2det .md-inner .text
{
    font-size: .8em;
    line-height: 1.66em;
    margin-top: 1.25em;
}
.hr2det .md-inner .text p+p
{
    margin-top: 5px;
}
.hr2det .md-inner h1
{
    margin-top: 1.6em;
}
@media(min-width: 992px)
{
    .hr2-1 .imgs:hover
    {
        transform: scale(1.1);
    }
    .hr2-2 .box:hover .imgs
    {
        transform: scale(1.1);
    }
    .sup1 .imgs2
    {
        margin-left: 4em;
        margin-right: 4em;
    }
    .goodscen .text
    {
        font-size: .8em;
        line-height: 1.77em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 5.31em;
    }
    .p-honor .main-box
    {
        padding-bottom: 0;
    }
    .about3 a:hover:after
    {
        width: 93px;
    }
    .goleft.disabled:hover
    {
        background: transparent;
        border: 1px solid #eee;
    }
    .goright.disabled:hover
    {
        background: transparent;
        border: 1px solid #eee;
    }
    .goleft.disabled:hover svg
    {
        color: #666;
    }
    .goright.disabled:hover svg
    {
        color: #666;
    }
    .clear-btn:hover
    {
        color: #00468e;
    }
    .clear-btn:hover svg
    {
        color: #00468e;
    }
    .adv1 .col-lg-6:nth-child(2)
    {
        padding-left: 0;
    }
    .adv1
    {
        padding-top: 1.5em;
    }
    .about1 .text
    {
        padding: 0 6.25em;
    }
    .about1 ul
    {
        padding: 0 5em;
    }
    .about1 ul li+li+li+li
    {
        padding-left: 6em;
    }
    .about1 ul li+li+li+li+li
    {
        padding-right: 6em;
        padding-left: 0;
    }
    .p-sample .banner h1
    {
        font-size: 2em;
    }
    .form-control
    {
        font-size: .8em!important;
    }
    .searchcen .item:hover
    {
        color: #00468e;
    }
    .ypBtn:hover::after
    {
        left: 0;
    }
    .ypBtn:hover a
    {
        color: #fff;
    }
    .msgb-cen .item:hover
    {
        color: #00468e;
    }
    .goodscen .imgs:hover
    {
        transform: scale(1.1);
    }
    .contact a:hover
    {
        color: #0074bf;
    }
    .contactBtn:hover::after
    {
        left: 0;
    }
    .contactBtn:hover a
    {
        color: #0074bf;
    }
    .honor .box:hover img
    {
        transform: translate(-50%,-50%) scale(1.1);
    }
    .detpag a:hover
    {
        color: #0074bf;
    }
    .goleft:hover
    {
        background-color: #0074bf;
        border-color: #0074bf;
    }
    .goright:hover
    {
        background-color: #0074bf;
        border-color: #0074bf;
    }
    .goleft:hover svg
    {
        color: #fff;
    }
    .goright:hover svg
    {
        color: #fff;
    }
    .newsbox li:hover .imgs
    {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .newsbox li:hover .text
    {
        color: #0074bf;
    }
    .crumbs a:hover
    {
        color: #122a88;
    }
    .home3 .moreBtn:hover::after
    {
        left: 0;
    }
    .home3 .moreBtn:hover a
    {
        color: #fff;
    }
    .home3 li:hover .imgs
    {
        transform: scale(1.1);
    }
    .hometab li:hover
    {
        background-color: #0074bf;
    }
    .control-label
    {
        font-size: 14px!important;
    }
    .home2Swip li:hover .cen
    {
        top: 23%;
    }
    .home2Swip li:hover .bottom
    {
        bottom: 1.5em;
        opacity: 1;
        transition-delay: .4s;
    }
    .home2Swip li:hover .imgs
    {
        filter: blur(3px);
        transform: scale(1.05);
    }
    .searchtab li
    {
        width: auto;
    }
    .hr
    {
        padding-top: 1em;
    }
    .p-newsdet .main-box
    {
        margin-top: 1.8em;
    }
    .p-newsdet .crumbs a
    {
        font-size: 16px;
    }
    .home2Swip li
    {
        overflow: hidden;
    }
    .goodscen .more:hover:after
    {
        width: 80px;
    }
    .goods-lv1 a:hover:after
    {
        width: 100%;
    }
}
@media(max-width: 991.98px)
{
    .hr2det h1
    {
        font-size: .4rem;
    }
    .hr2-1 h1
    {
        font-size: .4rem;
    }
    .hr2detbg
    {
        padding: .3rem .6rem;
    }
    .hr2det .md-inner .text
    {
        line-height: .45rem;
        font-size: .28rem;
    }
    .hr2-1 .imgs
    {
        height: 5rem;
    }
    .hr2det .md-inner h1
    {
        margin-top: .5rem;
        font-size: .4rem;
    }
    .hr2-1 .textbox
    {
        position: initial;
        padding: 0;
        padding-top: .3rem;
    }
    .hr2-1 .textbox .text
    {
        color: #222;
    }
    .hr2-1 .textbox h2
    {
        color: #222;
        font-size: .4rem;
        line-height: 1.3;
    }
    .hr2-1 .textbox .text
    {
        font-size: .28rem;
        line-height: .45rem;
    }
    .hr2-2 .col-lg-6
    {
        margin-top: .6rem;
    }
    .hr2-1 .overflow
    {
        overflow: initial;
    }
    .hr2-2
    {
        margin-top: .4rem;
    }
    .hric
    {
        font-size: .28rem;
    }
    .p-hr2 .main-box
    {
        padding-bottom: 3.5rem;
    }
    .p-sample .banner
    {
        border-bottom: .1rem solid #00468e;
    }
    .obc2 img
    {
        max-width: 100%;
    }
    .p-obc .banner h1
    {
        padding-left: 0;
    }
    .p-obc .banner h6
    {
        font-size: .28rem;
        padding-bottom: .1rem;
        margin-bottom: .1rem;
    }
    .p-obc .banner .textbox
    {
        width: 100%;
        padding: 0 .3rem;
    }
    .obc2 p
    {
        font-size: .28rem;
    }
    .obc2 .lg-inner
    {
        padding-left: .3rem;
        padding-right: .3rem;
        padding-top: .65rem;
        padding-bottom: .57rem;
    }
    .gdsdet-sect2 h1
    {
        font-size: .4rem;
        margin-bottom: .4rem;
    }
    .p-obc .gdsdet-sect2
    {
        padding-bottom: .8rem;
    }
    .p-obc .msg-cen
    {
        padding-bottom: 3.5rem;
    }
    .searchTop h1
    {
        font-size: .4rem;
    }
    .ly h2
    {
        font-size: .4rem;
        color: #00468e;
    }
    .obc1 .fl
    {
        width: 100%;
    }
    .p-about .banner h1
    {
        line-height: 1.3;
    }
    .obc1 p
    {
        font-size: .28rem;
        color: #666;
        margin-top: .2rem;
    }
    .obc1 .fr .text
    {
        font-size: .28rem;
        line-height: .44rem;
        margin-top: .35rem;
    }
    .obc1 .fr
    {
        width: 100%;
        margin-top: .7rem;
    }
    .obc1 .fr h1
    {
        font-size: .44rem;
    }
    .supbtn a
    {
        font-size: .28rem;
    }
    .searchTop .text
    {
        font-size: .28rem;
        margin-top: .3rem;
    }
    .searchTop .fr
    {
        width: 100%;
    }
    .searchbox input
    {
        width: 87%;
        font-size: .28rem;
    }
    .searchSwip .swiper-wrapper
    {
        display: flex;
        text-align: center;
        overflow: visible;
    }
    .searchbox a
    {
        font-size: .28rem;
    }
    .searchtab li+li
    {
        margin-left: 0;
    }
    .searchbox
    {
        margin: .4rem 0 .4rem;
        line-height: .8rem;
        height: .8rem;
    }
    .searchtab li
    {
        font-size: .28rem;
    }
    .searchcen .item
    {
        font-size: .28rem;
        padding: .45rem 0;
    }
    .searchTop
    {
        padding: 1rem 0 0;
    }
    .goodscen h2
    {
        font-size: .4rem;
    }
    .p-landing .goodscen li
    {
        margin-bottom: .35rem;
    }
    .ly .col-lg-3
    {
        padding: 0 .05rem;
    }
    .ly .row
    {
        margin: .3rem -.05rem 0;
    }
    .sup1 .imgs
    {
        height: 4.6rem;
        background-size: 80%;
    }
    .land-top .imgs
    {
        width: 100%;
        height: 3.78rem;
        margin-bottom: .54rem;
    }
    .sup1 h1
    {
        font-size: .44rem;
        line-height: 1.3;
    }
    .land-top .text
    {
        padding-right: 0;
        font-size: .28rem;
        line-height: .44rem;
        margin: .25rem 0 .6rem;
        padding-bottom: .5rem;
    }
    .sup1 .text
    {
        font-size: .28rem;
        line-height: .44rem;
        margin-top: .5rem;
    }
    .supbtn
    {
        width: 2.4rem;
        line-height: .7rem;
        height: .7rem;
        margin-top: .32rem;
    }
    .supbtn
    {
        font-size: .28rem;
    }
    .news-msg .time
    {
        font-size: .26rem;
    }
    .formmargin .form-control
    {
        width: 68%;
    }
    .formmargin img
    {
        height: 40px;
        top: auto;
        bottom: 0;
        width: 2rem;
        right: 0!important;
    }
    .ypBtn a
    {
        font-size: .28rem;
    }
    .ypBtn
    {
        width: 3rem;
        height: .8rem;
        line-height: .8rem;
        margin-top: .6rem;
    }
    .yp
    {
        padding-bottom: 3.5rem;
    }
    .yp .text2
    {
        display: none;
    }
    .global-form-box
    {
        padding: 0;
    }
    .yp .flex
    {
        margin: .27rem 0 .5rem;
    }
    .yp .col-lg-12
    {
        padding: 0;
    }
    textarea.form-control
    {
        min-height: 2.9rem!important;
    }
    .yp .col-lg-6
    {
        padding: 0;
        margin-bottom: .3rem;
    }
    .yp h1
    {
        font-size: .4rem;
    }
    .news-msg .text
    {
        font-size: .28rem;
    }
    .msgb-cen .itembox::after
    {
        display: none;
    }
    .msgb-cen .item
    {
        width: 100%;
        margin-bottom: .5rem;
        font-size: .28rem;
    }
    .msg-cen .overflow
    {
        overflow: visible;
        height: .4rem;
    }
    .msg-cen
    {
        padding: .6rem 0 1.1em;
    }
    .msg-cen li+li
    {
        margin-left: .2rem;
        padding-left: .2rem;
    }
    .global-form-box .row
    {
        margin: 0;
    }
    .msg-cen li
    {
        font-size: .32rem;
    }
    .msg-cen li.active
    {
        font-size: .4rem;
    }
    .land-top .list+.list
    {
        margin-top: .53rem;
    }
    .land-top
    {
        padding: .3rem 0 .57rem;
    }
    .land-top .msg span+span
    {
        display: inline;
    }
    .land-top span
    {
        font-size: .28rem;
    }
    .land-top h2
    {
        font-size: .4rem;
    }
    .msg-text h1
    {
        font-size: .44rem;
    }
    .land-top .msg-text
    {
        width: 100%;
    }
    .goods-lv1 a
    {
        font-size: .28rem;
        padding-bottom: .1rem;
    }
    .goods-lv1 a:after
    {
        height: .04rem;
        width: 100%;
    }
    .goodscen
    {
        padding-top: .8rem;
    }
    .goodscen .col-lg-4
    {
        padding: 0 .3rem .6rem;
        border-bottom: 1px solid #eee;
    }
    .p-board .crumbs
    {
        display: flex;
    }
    .p-application .crumbs
    {
        display: flex;
    }
    .goodscen .col-lg-4
    {
        margin-bottom: .75rem;
    }
    .goodscen .more
    {
        display: none;
    }
    .goodscen h1
    {
        font-size: .4rem;
    }
    .goodscen .imgs
    {
        height: 3.8rem;
    }
    .goodscen .an
    {
        font-size: .28rem;
    }
    .goodscen li .num
    {
        font-size: .28rem;
    }
    .goodscen .text
    {
        font-size: .28rem;
        line-height: .45rem;
        height: auto;
    }
    .goodscen .row
    {
        margin: 0;
    }
    .list-top h1
    {
        font-size: .5rem;
        margin: .22rem 0 .45rem;
    }
    .adv1 .row
    {
        flex-direction: column-reverse;
    }
    .adv1 .col-lg-6
    {
        padding: 0;
    }
    .adv1 .col-lg-6:nth-child(1)
    {
        padding-right: 0;
    }
    .list-top .text
    {
        font-size: .28rem;
        line-height: .45rem;
    }
    .adv1 .imgs
    {
        margin-bottom: .77rem;
    }
    .about1 h1
    {
        text-align: left;
        font-size: .4rem;
    }
    .about2 h1 span
    {
        padding-bottom: 14px;
    }
    .adv1 .list+.list
    {
        margin-top: .5rem;
    }
    .adv2 .row
    {
        margin: 0;
    }
    .adv3 .row .col-lg-6+.col-lg-6
    {
        border-left: 1px solid #ddd;
        border-top: 0;
    }
    .adv3 .text
    {
        font-size: .26rem;
        padding: 0 .7rem;
        margin-top: .15rem;
    }
    body .crumbs2
    {
        display: flex;
    }
    .adv3 h3
    {
        font-size: .28rem;
    }
    .adv2 .col-lg-6
    {
        padding: 0;
    }
    .advtit
    {
        font-size: .36rem;
        padding-top: .8rem;
    }
    .adv2 .col-lg-6+.col-lg-6
    {
        margin-top: .9rem;
    }
    .adv2 .text
    {
        margin-top: .2rem;
    }
    .adv2 .text span
    {
        font-size: .28rem;
        line-height: .48rem;
    }
    .adv2 h1
    {
        font-size: .32rem;
        font-weight: bold;
    }
    .adv1 .tit-text
    {
        font-size: .32rem;
        width: 2.3rem;
        line-height: .44rem;
    }
    .adv1 .text
    {
        font-size: .28rem;
        line-height: .44rem;
    }
    .aboutabtn
    {
        font-size: .28rem;
        width: 3rem;
        height: .8rem;
        line-height: .8rem;
        margin-top: .72rem;
    }
    .about2Swip .time2
    {
        font-size: .8rem;
    }
    .about2Swip .time1
    {
        font-size: .4rem;
        line-height: 1.2rem;
    }
    .about3 .box
    {
        position: relative;
    }
    .about2Swip .text1
    {
        font-size: .28rem;
        margin-top: .6rem;
    }
    .about3 .ic
    {
        position: absolute;
        right: 0;
        font-size: .28rem;
        top: 50%;
        margin-top: -.15rem;
    }
    .about3 ul
    {
        padding: 0;
    }
    .about3 .text
    {
        font-size: .28rem;
        margin-top: .25rem;
    }
    .about3 ul li
    {
        padding: .5rem 0 .55rem!important;
        border-bottom: 1px solid #ddd;
    }
    .modal-body
    {
        width: 100%;
        height: 5rem;
    }
    .modal-close
    {
        font-size: 20px;
        width: .5rem;
    }
    .about3
    {
        padding: .52rem 0 0;
    }
    .about3 ul li::after
    {
        display: none;
    }
    .about3 h1
    {
        font-size: .4rem;
    }
    .about2
    {
        padding-bottom: .95rem;
    }
    .about2Swip .box
    {
        padding: .46rem .3rem .78rem;
    }
    .isflex
    {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .about2 .text
    {
        font-size: .3rem;
        margin-top: .8rem;
    }
    .about2 h1
    {
        font-size: .4rem;
    }
    .about2Swip
    {
        margin-right: -.3rem;
    }
    .about2 .left
    {
        padding: .78rem 0 .55rem;
    }
    .about2btn
    {
        display: none;
    }
    .about2 .right
    {
        width: 100%;
    }
    .about1 h1::after
    {
        left: .95rem;
        width: 1.56rem;
        bottom: -.3rem;
    }
    .about2 .lg-inner
    {
        display: block;
    }
    .about2 .left
    {
        width: 100%;
    }
    .about1
    {
        padding-bottom: .9rem;
    }
    .about1 ul
    {
        margin-top: 1.05rem;
    }
    .about1 ul li
    {
        margin-bottom: .63rem;
    }
    .about1 li div+div
    {
        font-size: .26rem;
        margin-top: .2rem;
    }
    .about1 .text
    {
        font-size: .28rem;
        line-height: .48rem;
        margin-top: .7rem;
    }
    .about1 li div span
    {
        font-size: .8rem;
    }
    .about1 li div
    {
        font-size: .64rem;
    }
    .about1
    {
        padding-top: .8rem;
    }
    .h2text
    {
        display: block;
    }
    .h2text .text
    {
        font-size: .28rem;
    }
    .h2text .text+.text
    {
        margin-top: .15rem;
    }
    .hrlist .time
    {
        text-align: center;
        font-size: .28rem;
        margin-top: .17rem;
    }
    .hrlist .list+.list
    {
        margin-top: .1rem;
    }
    .hrbottom li
    {
        font-size: .26rem;
        line-height: .44rem;
        margin-bottom: 0;
    }
    .hrlist .list span
    {
        text-align: center;
        font-size: .28rem;
    }
    .hrbottom h4
    {
        font-size: .28rem;
    }
    .hrlist .list h1
    {
        font-size: .36rem;
        text-align: center;
        font-weight: bold;
    }
    .hrlist .tit
    {
        display: block;
    }
    .hrlist .list
    {
        padding: .45rem .3rem;
        margin: 0 -.3rem;
    }
    .contactBtn
    {
        width: 3rem;
        height: .8rem;
        line-height: .8rem;
        margin-top: .6rem;
    }
    .contactBtn a
    {
        font-size: .28rem;
    }
    .contact .list span
    {
        font-weight: bold;
        width: 17%;
    }
    .contact .box h1
    {
        font-size: .36rem;
        margin-bottom: .4rem;
    }
    .contact .box h1 span
    {
        padding-bottom: .3rem;
    }
    .honor
    {
        padding-bottom: 0;
    }
    .contact .list
    {
        font-size: .28rem;
        margin-bottom: .36rem;
    }
    .contact .textbox
    {
        transform: translate(0);
        top: .78rem;
    }
    .contact .box
    {
        height: 7.9rem;
        margin-bottom: .6rem;
        box-shadow: 2px 0 10px rgba(0,0,0,.2);
    }
    .contact .box i, .contact .box a
    {
        width: 74%;
    }
    .doc
    {
        padding: .53rem 0 .5rem;
        font-size: .28rem;
        line-height: .56rem;
    }
    .crumbs span
    {
        font-size: .28rem;
    }
    .innerh1
    {
        font-size: .4rem;
        margin: .8rem 0 .6rem;
    }
    .honor h3
    {
        font-size: .28rem;
    }
    .banner h6
    {
        font-size: .28rem;
    }
    .banner h1
    {
        font-size: .5rem;
        margin-top: .2rem;
        padding: 0;
    }
    .newsdet h1
    {
        font-size: .44rem;
        line-height: 1.3;
    }
    .banner .lg-inner
    {
        padding: 0;
    }
    .gtable-tbody::-webkit-scrollbar
    {
        height: 3px;
    }
    .newsdet
    {
        padding-bottom: 0;
    }
    .doc img
    {
        margin-top: 0!important;
    }
    .detpag a
    {
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        overflow: hidden;
        width: 80%;
        float: right;
    }
    .detpag
    {
        font-size: .28rem;
    }
    .detmsg
    {
        font-size: .28rem;
    }
    .wap-imgs
    {
        height: 9.56rem;
    }
    .newsbox .time
    {
        background-color: transparent;
        color: #999;
        font-size: .26rem;
        padding: .3rem 0 0;
    }
    .page-num
    {
        display: none;
    }
    .goleft
    {
        width: auto;
        padding: .24rem .3rem;
        height: auto;
        border: 1px solid #00468e;
        margin-right: 1.05rem;
    }
    .goright
    {
        width: auto;
        padding: .24rem .3rem;
        height: auto;
        border: 1px solid #00468e;
        margin-left: 1.05rem;
    }
    .goleft span
    {
        color: #00468e;
        font-size: .26rem;
    }
    .goright span
    {
        color: #00468e;
        font-size: .26rem;
    }
    .page
    {
        margin-top: .45rem;
    }
    .page svg
    {
        color: #00468e;
    }
    .newsbox
    {
        padding-bottom: 0;
    }
    .newsbox ul
    {
        margin-left: 0;
        margin-right: 0;
    }
    .newsbox .text
    {
        font-size: .32rem;
        line-height: .4rem;
        margin-top: .2rem;
        height: auto;
    }
    .newsbox li:last-child
    {
        margin-bottom: 0;
    }
    .newsbox ul
    {
        border-bottom: 1px solid transparent;
    }
    .newsbox li
    {
        margin-bottom: .56rem;
        padding-left: 0;
        padding-right: 0;
    }
    .crumbs
    {
        display: none;
    }
    .head-place
    {
        height: 1.1rem;
    }
    .home-swiper h1
    {
        line-height: 1.2;
        font-size: .6rem;
    }
    .home-swiper .item
    {
        width: 100%;
    }
    .home-swiper .item
    {
        font-size: .26rem;
    }
    .home-swiper .textBox
    {
        bottom: .8rem;
    }
    .home-swiper
    {
        padding-bottom: .7rem;
    }
    .home-swiper .swiper-pagination-bullet
    {
        background-color: rgba(0,0,0,.8);
    }
    .home-swiper .swiper-pagination-bullet
    {
        background-color: rgba(0,0,0,.8);
    }
    .home-swiper .swiper-pagination-bullet-active
    {
        background-color: #00468e;
    }
    .p-home .homepag
    {
        bottom: 0;
    }
    .hometab
    {
        margin-top: .6rem;
    }
    .hometab ul
    {
        display: block;
        padding: 0;
        overflow: hidden;
        padding: 1.1rem 0 1.35rem;
    }
    .hometab .textBox
    {
        font-size: .32rem;
    }
    .hometab li
    {
        float: left;
        width: 50%;
    }
    .hometab li+li+li
    {
        margin-top: .93rem;
    }
    .homeswip2pag svg
    {
        width: .33rem;
        height: .62rem;
        color: rgba(255,255,255,.2);
    }
    .hometab
    {
        height: auto;
    }
    .homeswip2pag
    {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
    }
    .homeswip2pag1
    {
        left: .1rem;
    }
    .homeswip2pag2
    {
        right: .1rem;
    }
    .home2Swip .cen
    {
        top: 23%;
    }
    .home2Swip .bottom .text+.text
    {
        margin-top: .24rem;
    }
    .hometit
    {
        font-size: .5rem;
        margin-top: .7rem;
    }
    .home2Swip .bottom
    {
        opacity: 1;
        font-size: .28rem;
        top: 1.1rem;
    }
    .line
    {
        margin-top: .39rem;
    }
    .home2Swip .cen h2
    {
        font-size: .4rem;
    }
    .home3 ul
    {
        padding: 0;
    }
    .home3 li
    {
        width: 100%!important;
    }
    .home3 .textbox
    {
        font-size: .28rem;
    }
    .home3 .textbox span
    {
        padding: 0 .45rem!important;
    }
    .home3 .more
    {
        text-align: center;
        font-size: .3rem;
        padding-right: 0;
    }
    .home3 li+li
    {
        margin-top: .15rem;
    }
    .moreBtn
    {
        width: 3rem;
        height: .8rem;
        line-height: .8rem;
    }
    .moreBtn
    {
        font-size: .28rem;
    }/* 面包屑 */
    .crumbs span::after
    {
        height: .25rem;
        top: .05rem;
    }
}
