.com-header-box {
    width: 100%;
    background: #3BAFBE;
    height: 1.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .2666667rem;
    position: relative;
    left: 0;
    top: 0;
    z-index: 200;
}

.com-header-box .logo {
    width: 6.5rem;
}

.com-header-box .logo img {
    display: block;
    width: 100%;
}

.com-header-box .right-icons {
    display: flex;
}

.com-header-box .right-icons a {
    margin-left: .5rem;
    display: block;
    font-size: 0;
    line-height: 0;
}

.com-header-box .right-icons a.icon-lang {
    width: 0.52rem;
    height: 0.36rem;
    background: url('./../img/icon-en.png') center center no-repeat;
    background-size: 100% auto;
}

.com-header-box .right-icons a.icon-search {
    width: 0.44rem;
    height: 0.44rem;
    background: url('./../img/icon-search.png') center center no-repeat;
    background-size: 100% auto;
}

.com-header-box .right-icons a.icon-menu {
    width: 0.5066667rem;
    height: 0.4266667rem;
    background: url('./../img/icon-menu.png') center center no-repeat;
    background-size: 100% auto;
}

.com-sub-menu {
    position: absolute;
    left: 0;
    top: 1.28rem;
    width: 100%;
    background: #F6F6F6;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateY(-101%);
    z-index: 100;
    box-sizing: border-box;
    padding: 0.5333333rem 0.44rem 0.44rem 0.44rem;
    height: 0;
}

.sub-menu-show {
    transform: translateY(0);
    height: calc(100vh - 1.28rem);
}

.com-sub-menu .menu-close {
    height: 0.32rem;
    background: url('./../img/icon-close.png?v=1.0') right center no-repeat;
    background-size: auto 100%;
    font-size: 0;
    line-height: 0;
}

.com-sub-menu>ul>li {
    line-height: 1;
    font-size: 0.4266667rem;
    font-weight: 500;
}

.com-sub-menu>ul>li a {
    color: #333;
}

.com-sub-menu>ul>li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem 0;
}

.com-sub-menu>ul>li>p>span {
    display: flex;
}

.com-sub-menu>ul>li>p>span>b {
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.1333333rem;
}

.com-sub-menu>ul>li>p>span>b>img {
    height: 100%;
    display: block;
}

.com-sub-menu>ul>li>p>i {
    display: inline-block;
    width: 0.2666667rem;
    height: 0.1466667rem;
    line-height: 0;
    font-size: 0;
    background: url('./../img/icon-open.png?v=1.0') right center no-repeat;
    background-size: 100% auto;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}

.com-sub-menu>ul>li>p>i.opened {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.com-sub-menu>ul>li>ul {
    display: none;
}

.com-sub-menu>ul>li>ul>li {
    line-height: 1;
    font-size: 0.3733333rem;
}

.com-sub-menu>ul>li>ul>li>p {
    padding: 0 0 0 0.583333rem;
    display: flex;
    align-items: center;
    margin-right: 0.583333rem;
    margin-bottom: 0.4rem;
}

.com-sub-menu>ul>li>ul>li>p.openeded {
    background: url('./../img/icon-open.png?v=1.0') right center no-repeat;
    background-size: auto 0.12rem;
}

.com-sub-menu>ul>li>ul>li>p>i {
    display: flex;
    width: 0.1066667rem;
    height: 0.1066667rem;
    margin-right: 0.1333333rem;
    border-radius: 50%;
    background: #3BAFBE;
}

.com-sub-menu>ul>li>ul>li>ul {
    display: none;
}

.com-sub-menu>ul>li>ul>li>ul>li {
    line-height: 1;
    font-size: 0.32rem;
    font-weight: 400;
}

.com-sub-menu>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 0 0 0.4rem 0.823333rem;
    color: #555;
}

.com-title-bar {
    width: 100%;
    background: #3BAFBE;
    height: 1.1733333rem;
    text-align: center;
    line-height: 1.1733333rem;
    color: #fff;
    font-size: 0.436666rem;
    position: relative;
}

.com-title-bar a.back-btn {
    position: absolute;
    display: block;
    width: 0.2266667rem;
    height: 0.4rem;
    left: 0.2933333rem;
    top: 50%;
    margin-top: -0.2rem;
    z-index: 1;
    background: url('./../img/icon-back.png') center center no-repeat;
    background-size: 100% auto;
}

.com-main-nav-swiper {
    width: 100%;
    background: #F6F6F6;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.42rem;
    overflow: hidden;
}

.com-main-nav-swiper ul li {
    width: auto;
    padding: 0 0.4266667rem;
    font-weight: 400;
    color: #666;
}

.com-main-nav-swiper ul li a {
    color: #666;
}

.com-main-nav-swiper ul li.slide-cur {
    font-weight: 500;
    color: #3BAFBE;
}

.com-main-nav-swiper ul li.slide-cur a {
    color: #3BAFBE;
}

.com-sub-nav-swiper {
    width: 100%;
    background: #E5E5E5;
    box-shadow: 0px 3px 6px 0px rgba(225, 225, 225, 0.4);
    height: 0.9333333rem;
    line-height: 0.9333333rem;
    font-size: 0.32rem;
    overflow: hidden;
}

.com-sub-nav-swiper ul li {
    width: auto;
    display: flex;
    padding: 0 0.4rem;
    font-weight: 400;
    color: #666;
    align-items: center;
}

.com-sub-nav-swiper ul li a {
    color: #666;
}

.com-sub-nav-swiper ul li.slide-cur {
    font-weight: 500;
    color: #3BAFBE;
}

.com-sub-nav-swiper ul li.slide-cur a {
    color: #3BAFBE;
}

.com-sub-nav-swiper ul li i {
    display: block;
    width: 0.1066667rem;
    height: 0.1066667rem;
    line-height: 0;
    font-size: 0;
    margin-right: 0.1333333rem;
    border-radius: 50%;
    background: #3BAFBE;
}

.com-sub-nav-noswiper {
    width: 100%;
    background: #E5E5E5;
    box-shadow: 0px 3px 6px 0px rgba(225, 225, 225, 0.4);
    line-height: 0.9333333rem;
    font-size: 0.32rem;
    overflow: hidden;
}

.com-sub-nav-noswiper-close {
    height: 1rem;
}

.com-sub-nav-noswiper ul {
    display: flex;
    flex-flow: row wrap;
}

.com-sub-nav-noswiper ul li {
    width: auto;
    display: flex;
    padding: 0 0.4rem;
    font-weight: 400;
    color: #666;
    align-items: center;
}

.com-sub-nav-noswiper ul li a {
    color: #666;
}

.com-sub-nav-noswiper ul li.noslide-cur {
    font-weight: 500;
    color: #3BAFBE;
}

.com-sub-nav-noswiper ul li.noslide-cur a {
    color: #3BAFBE;
}

.com-sub-nav-noswiper ul li i {
    display: block;
    width: 0.1066667rem;
    height: 0.1066667rem;
    line-height: 0;
    font-size: 0;
    margin-right: 0.1333333rem;
    border-radius: 50%;
    background: #968D7C;
}

.com-sub-nav-noswiper ul li.noslide-cur i {
    background: #3BAFBE;
}

.close-btn-add {
    text-align: right;
    padding: 0 0.4rem;
    height: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    background: #E5E5E5;
    color: #999;
}

.close-btn-add span {
    display: inline-block;
    width: 0.2666667rem;
    height: 0.1466667rem;
    line-height: 0;
    font-size: 0;
    margin-left: 0.2rem;
    background: url('./../img/icon-open.png') right center no-repeat;
    background-size: 0.2666667rem auto;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}

.close-btn-add span.opened {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.com-sub-nav-noswiper p {
    text-align: right;
    padding: 0 0.4rem;
    height: 0.3rem;
    width: 100%;
    box-sizing: border-box;
}

.com-sub-nav-noswiper span {
    display: inline-block;
    width: 0.2666667rem;
    height: 0.1466667rem;
    line-height: 0;
    font-size: 0;
    background: url('./../img/icon-open.png') right center no-repeat;
    background-size: 100% auto;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}

.com-sub-nav-noswiper span.opened {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.com-nub-nav-noswiper {
    width: 100%;
    background: #fff;
    line-height: 0.9333333rem;
    padding: 0.435rem 0;
    font-size: 0.32rem;
    overflow: hidden;
}

.com-nub-nav-noswiper ul {
    display: flex;
    flex-flow: row wrap;
}

.com-nub-nav-noswiper ul li {
    width: auto;
    display: flex;
    padding: 0 0.3rem;
    font-weight: 400;
    color: #666;
    align-items: center;
}

.com-nub-nav-noswiper ul li a {
    color: #666;
}

.com-nub-nav-noswiper ul li.noslide-cur {
    font-weight: 500;
    font-size: 0.4rem;
    color: #333;
}

.com-nub-nav-noswiper ul li.noslide-cur a {
    color: #333;
}

.com-nub-nav-swiper {
    width: 100%;
    background: #fff;
    line-height: 1.8133333rem;
    height: 1.8133333rem;
    font-size: 0.32rem;
    overflow: hidden;
}

.com-nub-nav-swiper ul li {
    width: auto;
    display: flex;
    padding: 0 0.3rem;
    font-weight: 400;
    color: #666;
    align-items: center;
}

.com-nub-nav-swiper ul li a {
    color: #666;
}

.com-nub-nav-swiper ul li.slide-cur {
    font-weight: 500;
    font-size: 0.4rem;
    color: #3BAFBE;
}

.com-nub-nav-swiper ul li.slide-cur a {
    color: #3BAFBE;
}

.com-left-nav-box {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.com-left-nav-box .com-left-nav-swiper {
    width: 3.1rem;
    background: #F6F6F6;
    height: calc(100vh - 5rem);
    overflow: hidden;
}

.com-left-nav-box .com-left-nav-swiper-t1,
.com-left-nav-box .com-left-nav-swiper-t2 {
    width: 2.2666667rem;
}

.com-left-nav-box .com-left-nav-swiper ul li {
    padding: 0.2666667rem 0;
    font-size: 0.3733333rem;
    color: #666;
    line-height: 0.5333333rem;
    height: 0.5333333rem;
    overflow: hidden;
}

.com-left-nav-box .com-left-nav-swiper ul li a {
    display: block;
    padding: 0 0.32rem;
    border-left: 2px solid #F6F6F6;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.com-left-nav-box .com-left-nav-swiper-t1 ul li a {
    border-left: none;
}

.com-left-nav-box .com-left-nav-swiper ul li.slide-cur {
    background: #fff;
    color: #333;
}

.com-left-nav-box .com-left-nav-swiper ul li.slide-cur a {
    border-left: 2px solid #3BAFBE;
}

.com-left-nav-box .com-left-nav-swiper-t1 ul li.slide-cur a {
    border-left: none;
}

.com-left-nav-box .com-right-content {
    flex: 1;
    background: #fff;
    height: calc(100vh - 5rem);
    overflow-y: scroll;
    overflow-x: hidden;
}

.com-contents {
    padding: 0.5rem;
    text-align: justify;
    line-height: 1.5;
    font-size: 0.3733333rem;
    color: #333;
    overflow: hidden;
}

.com-contents h1 {
    font-size: 0.4266667rem;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

.com-contents>p {
    margin-bottom: 0.5rem;
}

.com-contents img {
    display: block;
    margin: 0 auto 0.5rem auto;
    max-width: 100%;
    height: auto;
}

.com-contents table {
    font-size: 0.32rem;
    border-left: 1px solid #F6F6F6;
    border-top: 1px solid #F6F6F6;
    table-layout: fixed;
}

.com-contents table tr:first-child td {
    background: #E9E6E1;
    color: #3BAFBE;
}

.com-contents table td {
    border-right: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    text-align: left;
    color: #666;
    word-wrap: break-word;
}

.com-tree {
    background: url('./../img/icon-tree.png') right bottom no-repeat #fff;
    background-size: 6.4533333rem auto;
}

.com-bg-type1 {
    background: #fff;
}

.com-contents-type1 {
    min-height: calc(100vh - 5rem);
    padding: 0 0 0.4666667rem 0;
    box-sizing: border-box;
}

.com-contents-type2 {
    margin: 0.2666667rem;
    border-radius: 0.2666667rem;
    min-height: calc(100vh - 5rem);
}

.common-pages-bar {
    text-align: center;
    font-size: 0.32rem;
    color: #666;
    line-height: 2;
    padding: 0.4rem 0;
}

.common-pages-bar a {
    color: #888;
}

.common-pages-bar span {
    color: #333;
}

.footer_me {
    width: 100%;
    background: url('./../img/footer_bg.png') right bottom no-repeat #3BAFBE;
    background-size: 70% auto;
    overflow: hidden;
    padding: 0.4rem;
    color: #fff;
    box-sizing: border-box;
}

.footer_me h5 {
    line-height: 2;
    font-size: 0.4rem;
    /* opacity: 0.5; */
}

.footer_link a,
.footer_link b {
    font-size: 0.32rem;
    line-height: 2;
    color: #fff;
    margin: 0 0.2rem;
    display: inline-block;
}

.footer_center {
    text-align: center;
}

img.load {
    width: 0.4rem;
    display: block;
    margin: 0.3rem auto 0 auto;
}

.footer_me>span {
    display: block;
    font-size: 0.17rem;
    font-family: PingFangSC;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0.3rem 0 0.4rem 0.15rem;
}

.footer_me .footer_me_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.6rem;
    margin-bottom: 0.4rem;
}

.footer_me .footer_me_box .me_item {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.1rem;
}

.footer_me .footer_me_box .me_item img {
    width: 100%;
    height: 100%;
}

.com-news-nav {
    width: 100%;
    background: #F6F6F6;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.42rem;
    overflow: hidden;
}

.com-news-nav ul {
    display: flex;
    justify-content: space-around;
}

.com-news-nav ul li {
    width: auto;
    padding: 0 0.4266667rem;
    font-weight: 400;
    color: #666;
}

.com-news-nav ul li a {
    color: #666;
}

.com-news-nav ul li.slide-cur {
    font-weight: 500;
    color: #3BAFBE;
}

.com-news-nav ul li.slide-cur a {
    color: #3BAFBE;
}