body,
html {
    overflow-x: hidden
}

#app {
    width: 120rem;
    height: 100%;
    overflow: hidden !important;
    font-family: HarmonyOS Sans SC
}

#app a {
    outline: none !important;
    text-decoration: none;
    color: #565656
}

#app .headerClass {
    transition: all 1s
}

#app .navOn {
    margin-top: 0
}

#app .navOff {
    margin-top: -7.5rem
}

.flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.none {
    display: none !important
}

#navContainer {
    width: 120rem;
    height: 7.5rem;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    position: fixed;
    z-index: 12;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#navContainer .imgLeft {
    width: 18.75rem;
    margin-left: 2.5rem
}

#navContainer .navBox {
    width: 80rem;
    height: 7.5rem;
    line-height: 7.5rem;
    display: flex;
    justify-content: space-between
}

#navContainer .navBox .navTitle {
    position: relative;
    display: inline-block
}

#navContainer .navBox .navTitle .title {
    font-size: 1.125rem;
    font-family: PingFang SC;
    color: #fff;
    cursor: pointer
}

#navContainer .navBox .navTitle .titlePlus {
    cursor: default
}

#navContainer .navBox .navTitle .arrows_one:hover {
    font-weight: 700
}

#navContainer .navBox .navTitle .content {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    width: 9.375rem;
    top: 7.5rem;
    left: 50%;
    margin-left: -4.6875rem;
    background-color:#003275;
    opacity: 0.9;
    transition: all .8s
}

#navContainer .navBox .navTitle .content .contentTitle {
    height: 3.75rem;
    line-height: 3.75rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 400;
    display: block
}

#navContainer .navBox .navTitle .content .contentTitle:hover {
    font-weight: bold;
    background-color: #276893;
}

#navContainer .navBox .navTitle .content .contentTitle:first-child {
    margin-top: 1.25rem
}

#navContainer .navBox .navTitle .content .contentTitle:last-child {
    margin-bottom: 1.25rem
}

#navContainer .navBox .navTitle .flexClass {
    display: flex
}

#navContainer .navBox .navTitle .flexClass .left,
#navContainer .navBox .navTitle .flexClass .right {
    width: 50%;
    text-align: left;
    position: relative
}

#navContainer .navBox .navTitle .flexClass .center {
    border-left: .0625rem solid #fff;
    width: 0;
    height: 25rem;
    margin-top: 3.4375rem
}

#navContainer .navBox .navTitle .contentWidthPlus {
    width: 40.625rem;
    margin-left: -20.3125rem
}

#navContainer .navBox .navTitle .contentWidthPlus .contentTitlePlus {
    margin-left: 1.25rem
}

#navContainer .navBox .navTitle .contentWidthPlus a {
    color: #fff
}

#navContainer .navBox .navTitle .contentWidth {
    width: 12.5rem;
    margin-left: -6.25rem
}

#navContainer .navBox .navTitle:hover .content {
    max-height: 33.75rem
}

#navContainer .navBox .contentOther {
    font-size: 1.125rem;
    font-family: PingFang SC;
    color: #fff;
    width: 8.75rem;
    margin-left: 5rem
}

#navContainer .navBox .contentOther .contentTitleOther {
    color: #fff !important;
    opacity: .5
}

#navContainer .navBox .contentOther .contentChange,
#navContainer .navBox .contentOther .contentTitleOther:hover {
    opacity: 1
}

#navContainer .navBox .arrows {
    position: relative
}

#navContainer .navBox .arrows:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5.75rem;
    margin-left: -.46875rem;
    transform: rotate(-135deg);
    width: .625rem;
    height: .625rem;
    border-left: .0625rem solid #fff;
    border-top: .0625rem solid #fff;
    z-index: 10
}

#navContainer .navBox .arrows:hover {
    font-weight: 700
}

#navContainer .navBox .arrows_two:hover {
    font-weight: 700;
    cursor: pointer
}

#navContainer .navBox .lanLeft {
    margin-left: 1.75rem
}

#navContainer .yuyan {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .625rem
}

#navContainer .imgRight {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 3.9375rem
}

#navContainer .bold {
    font-weight: 700 !important
}

#footerContainer {
    width: 120rem;
    height: 24.875rem;
    background: url(../b6c06b85f53d23f22fc42b2fccad2899.png) no-repeat;
    background-size: cover;
    text-align: center
}

#footerContainer img {
    width: 16.25rem;
    height: 3.9375rem;
    margin: 7.5625rem 0 6.875rem 0
}

#footerContainer .bottom {
    text-align: center;
    font-size: 1.5rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 300;
    color: #fff
}

#footerContainer .bottom a {
    color: #fff
}

.flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.bold {
    font-weight: bolder !important;
    color: #fff !important
}

.opacityNone {
    opacity: 1 !important
}

#navContainer {
    width: 120rem;
    position: fixed;
    z-index: 12
}

#navContainer .nav {
    width: 120rem;
    height: 7.5rem;
    background-color: rgba(0, 0, 0, .65);
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#navContainer .nav .imgLeft {
    width: 12.875rem;
    height: 2.25rem;
    margin-left: 4.25rem
}

#navContainer .nav .navBox {
    margin-left: 8.375rem;
    width: 89.875rem;
    height: 7.5rem;
    line-height: 7.5rem;
    display: flex;
    white-space: nowrap
}

#navContainer .nav .navBox .navTitle {
    box-sizing: border-box;
    margin-right: 3.75rem;
    text-align: center;
    position: relative;
    display: inline-block
}

#navContainer .nav .navBox .navTitle:hover .title {
    font-weight: 700;
    color: #fff
}

#navContainer .nav .navBox .navTitle .title {
    font-size: 1.25rem;
    font-weight: 300;
    font-family: HarmonyOS Sans SC;
    color: #d7d7d7;
    cursor: pointer;
    text-align: center
}

#navContainer .nav .navBox .navTitle .content {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    top: 7.5rem;
    left: -1.875rem;
    background-color: rgba(0, 0, 0, .65);
    transition: all .8s
}

#navContainer .nav .navBox .navTitle .content .contentTitle {
    box-sizing: border-box;
    text-align: left;
    padding-left: 1.875rem;
    width: 100%;
    height: 3.75rem;
    line-height: 3.75rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;
    display: block;
    font-family: HarmonyOS Sans SC
}

#navContainer .nav .navBox .navTitle .content .contentTitle:first-child {
    margin-top: 1.25rem
}

#navContainer .nav .navBox .navTitle .content .contentTitle:last-child {
    margin-bottom: 1.25rem
}

#navContainer .nav .navBox .navTitle .content1 {
    width: 12.5rem
}

#navContainer .nav .navBox .navTitle .content2 {
    width: 34.375rem
}

#navContainer .nav .navBox .navTitle .content3 {
    width: 12.5rem
}

#navContainer .nav .navBox .navTitle .content4 {
    width: 18.75rem
}

#navContainer .nav .navBox .navTitle:hover .content {
    max-height: 33.75rem
}

#navContainer .nav .navBox .contentOther {
    font-size: 1.125rem;
    font-family: HarmonyOS Sans SC;
    color: #fff;
    width: 8.75rem;
    margin-left: 5rem
}

#navContainer .nav .navBox .contentOther .earth {
    margin-right: .625rem;
    width: 1.25rem;
    height: 1.25rem
}

#navContainer .nav .navBox .contentOther .contentTitleOther {
    padding: 0 .625rem;
    color: #fff !important;
    opacity: .5;
    cursor: pointer
}

#navContainer .nav .navBox .contentOther .contentTitleOther:hover {
    opacity: 1
}

#navContainer .nav .imgRight {
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 4.375rem 0 5rem
}

#navContainer .childBox {
    margin-top: .125rem;
    padding-left: 6.25rem;
    width: 120rem;
    height: 3.75rem;
    background-color: rgba(0, 0, 0, .65);
    text-align: center;
    display: flex;
    align-items: center
}

#navContainer .childBox .navChildTitle {
    width: 12.5rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1.25rem;
    white-space: nowrap;
    color: #fff
}

#navContainer .childBox .navChildTitle .title {
    font-size: 1.25rem;
    font-weight: 300;
    font-family: HarmonyOS Sans SC;
    color: #fff !important;
    cursor: pointer;
    text-align: center
}

#footerContainer .pad {
    padding: 0 16.8125rem 0 17.375rem;
    box-sizing: border-box
}

#footerContainer .redle {
    width: .1875rem;
    height: 1.5625rem;
    background: #a02928;
    display: inline-block;
    margin-right: 1.125rem
}

#footerContainer .div1 {
    padding-bottom: 2.4375rem;
    box-sizing: border-box;
    width: 120rem;
    background-color: #ebebeb;
    display: flex;
    text-align: left
}

#footerContainer .div1 .item1 {
    margin-top: 4.9375rem;
    margin-right: 4.3125rem;
    width: 16.3125rem;
    height: 2.875rem
}

#footerContainer .div1 .item2 {
    margin-top: 2.875rem;
    display: flex;
    margin-right: 2.125rem
}

#footerContainer .div1 .item2 .span {
    height: 1.0625rem;
    font-size: 1.25rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 900;
    color: #a02928;
    cursor: pointer
}

#footerContainer .div1 .item2 .iii {
    font-size: .875rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #242424;
    line-height: 1.4375rem;
    cursor: pointer
}

#footerContainer .div1 .item2 .texe {
    margin-top: .625rem
}

#footerContainer .div2 {
    width: 120rem;
    height: .625rem;
    background-color: #a02928
}

#footerContainer .div3 {
    width: 120rem;
    height: 5.5625rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between
}

#footerContainer .div3 div {
    font-size: 1.25rem;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #474747;
    line-height: 5.6875rem
}

#footerContainer img {
    width: 100%;
    height: 100%
}

.p_title {
    font-size: 1.5rem;
    max-width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p_intro {
    margin-top: 16px;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 9rem;
    text-indent: 0;
}

.p_detail {
    text-align: right;
    line-height: 40px;
    font-size: 1.125rem;
    line-height: 1.135rem;
    color: #0081cc;
    cursor: pointer;
    margin-top: 6px;
}

.listUl .listLi {
    display: inline-block;
    border-bottom: 1px dashed #e0e3e6;
    margin-top: 30px;
    margin-right: 50px;
    padding-bottom: 14px;
    width: 45%;
}

.listUl .listLi .dateBox {
    float: left;
    width: 8rem;
}

.listUl .listLi .dateBox .date {
    font-size: 2rem;
}
.listUl .listLi .dateBox .year {
    font-size: 1.5rem;
}

.communication {
    background: -webkit-linear-gradient(left, #276893, #0ac9fe);
    background: -o-linear-gradient(right, #276893, #0ac9fe);
    background: -moz-linear-gradient(right, #276893, #0ac9fe);
    background: linear-gradient(to right, #276893, #0ac9fe);
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.container {
    width: 1170px;
    margin: auto;
}

.comm-list {
    padding: 30px 0px;
    margin-bottom: 0px;
}

ul,
li {
    list-style: none;
}

.comm-list a {
    display: inline-block;
}

.comm-list li {
    text-align: center;
}

.comm-list i {
    display: block;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    height: 50px;
    width: 50px;
    float: left;
}

.comm-list .item01 i {
    background: url(../static/icon-com01.png) center 0 no-repeat;
    background-size: auto 50px;
}

.comm-list .item02 i {
    background: url(../static/icon-com02.png) center 0 no-repeat;
    background-size: auto 50px;
}

.comm-list .item03 i {
    background: url(../static/icon-com03.png) center 0 no-repeat;
    background-size: auto 50px;
}

.comm-list .item04 i {
    background: url(../static/icon-com04.png) center 0 no-repeat;
    background-size: auto 50px;
}

.comm-list span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 50px;
}

.comm-list a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.foot {
    background: #222;
    padding: 0;
}

.qr-ewm span {
    color: #fff;
    font-size: 1rem;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.foot .container {
    width: 1170px;
    margin: auto;
    height: 200px;
}

.ssm {
    background: #222;
    padding: 30px 0;
}

.qr-ewm {
    float: left;
    margin-left: 50px;
}

.qr-ewm span {
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.contact-box {
    margin-left: 30px;
    margin-top: 30px;
    float: left;
}

.contact-box p {
    color: #fff;
    font-size: 16px;
    float: left;
}

.contact-box span {
    font-size: 14px;
    display: block;
    color: #fff;
    margin-bottom: 2px;
}

.copyright {
    margin-top: 25px;
}

.copyright p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 24px;
}

.col-md-7 {
    width: 60%;
    float: left;
}

.col-md-6 {
    width: 50%;
    float: left;
}

.col-md-4 {
    width: 40%;
    float: left;
}

.sidebox {
    position: fixed;
    right: 20px;
    top: 50%;
}

.sideboxli {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #0075bf;
    box-shadow: 0 0 10px #0075bf;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}

.sidebox img {
    width: 48px;
    height: 41px;
}

.sideboxli:hover {
    background-color: #0075bf;
}

.sideboxli p {
    display: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
}

.sideboxli:hover img {
    display: none;
}

.sideboxli:hover p {
    display: inline-block
}


#home .nameBox.zone{
   
    background-color: #00688f!important;
}
#home .nameBox.zone .nameLeft .nameContent .smallName[data-v-63c574fd] {
    height: auto;
}   
#home .nameBox.zone .nameLeft .nameContent .smallName .a_Class img[data-v-63c574fd] {
    height: auto;
}

#home .nameBox.zone .nameTitle[data-v-63c574fd] {
    width: 100%;
}
#home .nameBox.zone .nameLeft .nameContent .smallName .a_Class img[data-v-63c574fd] {
    width: 90%;
}
#home .nameBox.zone .nameTitle .title {
    color: #fff;
    border-bottom: .3125rem solid #276893;
    margin: auto;
    text-align: center;
}

#home .nameBox.zone .nameTitle .title span{
    font-size: 2rem;
    font-weight: normal;
}

.zone1{
    width: 100%;
    padding:5%;
    background-color: #00688f;
}

#home .box.news .titleBox{
    display: block!important;;
}
#home .box.news .titleBox .title{
    color: #333;
    
}

#home .box.news .titleBox .hint{
    color: #333;
    font-size: 2rem;
}


.mini{
    font-size: 0.7rem;
    line-height: 7.5rem;
    vertical-align: middle;
}