body {
    padding-top: 0.9rem;
}
.content {
    margin: 0 0.3rem;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
a,button{
    outline: none;
}
.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.two-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    height: 0.9rem;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #dcdcdc;
}
.top-menu-nav {
    width: 0.48rem;
    height: 0.41rem;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.2rem;
}
.top-menu-nav .draw,
.top-menu-nav .draw:before,
.top-menu-nav .draw:after {
    position: absolute;
    display: block;
    width: 0.51rem;
    height: 4px;
    left: 0;
    transition: all 0.5s;
    background: #347698;
}
.top-menu-nav .draw:before,
.top-menu-nav .draw:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}
.top-menu-nav .draw:before {
    top: -0.13rem;
}
.top-menu-nav .draw:after {
    bottom: -0.13rem;
}
.top-menu-nav .draw {
    top: 0.13rem;
    left: 0;
}
.top-menu-nav.open .draw {
    background: transparent;
}
.top-menu-nav.open .draw:before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.top-menu-nav.open .draw:after {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.top-menu-nav-con {
    /* display: none; */
    width: 100%;
    height: 0;
    position: fixed;
    right: 0;
    top: 0.9rem;
    opacity: 0;
    transition: all 0.5s;
    z-index: 200;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    padding-bottom: 0.5rem;
}
.top-menu-nav-con.open {
    display: block;
    width: 100%;
    height: calc(100% - 0.9rem);
    right: 0;
    opacity: 1;
    background: #fff;
    overflow-y: scroll;
    border-top: 1px solid #ccc;
}
.top-menu-nav-con .scroll-box {
    width: 100%;
    /* height: 60%;
    overflow-y: auto; */
}
.top-menu-nav-con .scroll-box .scroll-list {
    padding-left: 0.3rem;
}
.top-menu-nav-con .scroll-box .scroll-list .list-item a {
    position: relative;
}
.top-menu-nav-con .scroll-box .scroll-list .list-item.act > a::after {
    transform: rotate(180deg);
}
.top-menu-nav-con .scroll-box .scroll-list .list-item > a::after {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.17rem;
    background: url("/themes/mobile/public/assets/image/icon3.png") no-repeat center/100%;
    top: 50%;
    right: 0.3rem;
    margin-top: -0.08rem;
    transition: all 0.5s;
}
.top-menu-nav-con .scroll-box .scroll-list .list-item .child-list {
    height: 0;
    overflow: hidden;
    font-size: 0.28em;
    color: #337697;
    transition-duration: 0.5s;
}
.top-menu-nav-con .scroll-box .scroll-list .list-item .child-list .item{
    padding-top: 0.2rem;
}
.top-menu-nav-con .scroll-box .scroll-list .list-item .child-list .item > a {
    display: block;
    padding: 0.15rem 0;
    /* margin-top: 0.2rem; */
    color: #337697;
    padding-left: 0.6rem;
    position: relative;
}
.top-menu-nav-con
    .scroll-box
    .scroll-list
    .list-item
    .child-list
    .item
    > a::before {
    content: "";
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    background: #337697;
    left: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
}
.top-menu-nav-con .scroll-box .scroll-list .list-item.act .child-list {
    /* height: auto; */
}

.top-menu-nav-con .scroll-box .scroll-list .list-item > a {
    display: block;
    padding: 0.4rem 0.1rem;
    border-bottom: 1px solid #dddddd;
    font-size: 0.3rem;
    color: #222222;
}
.top-menu-nav-con .search-box {
    width: 6.9rem;
    margin: 0 auto;
    font-size: 0.26rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #337697;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.top-menu-nav-con .search-box input {
    outline: none;
    border: none;
    height: 0.84rem;
    flex: auto;
    padding: 0 0.55rem 0 0.1rem;
}
.top-menu-nav-con .search-box .search-text {
    width: 1.11rem;
    height: 0.42rem;
    background: url("/themes/mobile/public/assets/image/search-text.png") no-repeat center/100%;
    position: relative;
    border: 0;
}
.top-menu-nav-con .search-box .search-text::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #dddddd;
    top: 0;
    left: -0.3rem;
}

.header .logo {
    display: block;
    width: 0.94rem;
    height: 0.64rem;
    background: url("/themes/mobile/public/assets/image/icon-logo.png") no-repeat center/100%;
    /* margin: 0.13rem auto 0; */
    margin-left: 0.3rem;
    margin-top: 0.13rem;
}

.header .language-box {
    position: absolute;
    height: 100%;
    top: 50%;
    right: 0.3rem;
    transform: translateY(-50%);
    padding-left: 0.4rem;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
    display: none;
}
.header .language-box .icon {
    display: inline-block;
    width: 0.31rem;
    height: 0.31rem;
    background: url("/themes/mobile/public/assets/image/icon1.png") no-repeat center/100%;
    margin-right: 0.2rem;
}
.header .language-box .text {
    font-size: 0.26rem;
    color: #333333;
    padding-right: 0.35rem;
    position: relative;
}
.header .language-box .text:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0.12rem solid;
    border-color: #dddddd transparent transparent;
    top: 50%;
    right: 0;
    margin-top: -0.03rem;
}

.comment-header .header-top {
    width: 100%;
    height: 2.27rem;
    background-size: 100% 100%;
    padding-top: 0.6rem;
}
.comment-header .header-top .title {
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    /* margin-top: 0.6rem; */
}
.comment-header .header-top .english {
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0.08rem;
}
.comment-header .header-top .icon {
    display: block;
    width: 3px;
    height: 0.38rem;
    background: url(/themes/mobile/public/assets/image/icon2.png) no-repeat center/100%;
    margin: 0.15rem auto 0;
}
.comment-header .header-title {
    background: #3d82a5;
    height: 0.8rem;
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 0.55rem;
}
.comment-header .header-title .text {
    font-size: 0.3rem;
    color: #fff;
    display: block;
    line-height: 0.8rem;
}
.comment-header .header-title::before {
    content: "";
    position: absolute;
    width: 0.07rem;
    height: 0.07rem;
    background: #fff;
    top: 50%;
    left: 0.3rem;
    transform: translateY(-50%);
}
.comment-header .header-title .more {
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
}
.comment-header .header-title .more::before,
.comment-header .header-title .more::after {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.comment-header .header-title .more::before {
    width: 100%;
    height: 2px;
}
.comment-header .header-title .more::after {
    width: 2px;
    height: 100%;
}

.comment-title-box {
    padding-top: 0.45rem;
    position: relative;
}
.comment-title-box .title {
    display: flex;
    font-size: 0.3rem;
    color: #000;
    font-weight: bold;
}
.comment-title-box .title .color {
    color: #2d7294;
}
.comment-title-box .english {
    margin-top: 0.15rem;
    text-transform: uppercase;
    font-size: 0.26rem;
    color: #000;
}
.comment-more {
    display: inline-block;
    width: 2.75rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #96b9ca;
    color: #fff;
    font-size: 0.2rem;
}

.footer {
    margin-top: 0.8rem;
    width: 100%;
    /* height: 5.66rem; */
    background: url("/themes/mobile/public/assets/image/footer-bg.png") no-repeat center/100%;
    padding-top: 0.47rem;
}
.footer .footer-list {
    padding: 0 0.3rem;
}
.footer .footer-list .list-item {
    position: relative;
    float: left;
}
.footer .footer-list .list-item>a {
    display: block;
    padding: 0.25rem 0;
    padding: 0 0.4rem;
    width: 100%;
    height: 100%;
    /* border-bottom: 1px solid #8dacbd; */
}
.footer .footer-list .list-item:nth-child(1)>a{
    padding-left: 0;
}
.footer .footer-list .list-item:nth-last-child(1)>a{
    padding-right: 0;
}
.footer .footer-list .list-item::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0.24rem;
    background: #fff;
    top: 50%;
    left: 0;
    margin-top: -0.12rem;
}
.footer .footer-list .list-item:nth-child(1)::before{
    width: 0;
}
.footer .footer-list .list-item .text {
    font-size: 0.26rem;
    color: #fff;
}
.footer .footer-list .list-item .more {
    position: absolute;
    width: 0.25rem;
    height: 0.25rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.footer .footer-list .list-item .more::before,
.footer .footer-list .list-item .more::after {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer .footer-list .list-item .more::before {
    width: 100%;
    height: 2px;
}
.footer .footer-list .list-item .more::after {
    width: 2px;
    height: 100%;
}
.footer .center-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    margin: 0.3rem auto;
    margin-top: 0.62rem;
}
.footer .center-box .links-box {
    width: 4.72rem;
    height: 0.7rem;
    /* background: url("/themes/mobile/public/assets/image/yqlj-bg.png") no-repeat center/100%; */
    position: relative;
}
.footer .center-box .links-box .yqlj {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.footer .center-box .gfwx {
    width: 1.75rem;
    height: 0.51rem;
    background: url("/themes/mobile/public/assets/image/gfwx-bg.png") no-repeat center/100%;
    position: relative;
}
.footer .bottom {
    width: 100%;
    padding: 0.3rem;
    font-size: 0.24rem;
    color: #94a9b8;
    border-top: 1px solid #90aec0;
    text-align: center;
}
.footer .bottom a{
    color: #94a9b8;
    margin-left: 0.1rem;
}
.footer .popup-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}
.footer .popup-box .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.footer .popup-box .popup-cen {
    position: absolute;
    width: 1.46rem;
    height: 1.46rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer .popup-box .popup-cen .code-img {
    width: 100%;
    height: 100%;
}
.comment-header .header-title .t{
    width: 100%;
}
.comment-header .header-title .drop{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 0.3rem;
    box-sizing: border-box;
    z-index: 2;
    display: none;
}
.comment-header .header-title .drop a{
    display: block;
    font-size: 0.28rem;
    color: #337697;
    padding-left: 0.3rem;
    border-bottom: 1px solid #dddddd;
    line-height: 0.8rem;
}
.comment-header .header-title .drop a:nth-last-child(1){
    border: 0;
}

.comment-header .header-title.on .more::after{
    display: none;
}
.header .language-box .drop{
    position: absolute;
    top: 100%;
    right: 0;
    width: 80%;
    background-color: #fff;
    display: none;
}
.header .language-box .drop a{
    display: block;
    line-height: 0.7rem;
    font-size: 0.2rem;
    color: #666666;
    text-align: center;
}
.footer .center-box .gfwx .drop{
    position: absolute;
    bottom: 120%;
    width: 1.67rem;
    height: 1.79rem;
    padding: 0.1rem 0.1rem 0.24rem;
    background: url(/themes/mobile/public/assets/image/page/p66.png) center no-repeat;
    background-size: 100% 100%;
    display: none;
}
.footer .center-box .gfwx .drop img{display: block;width: 100%;}


.footer .links-box .top{height: 0.7rem;
    background-color: #fff;
    line-height: 0.7rem;
    padding-left: 0.45rem;
    color: #999;
    font-size: 0.24rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}
.footer .links-box .top::after{
    content: '';
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: #447594 url(../image/icon4.png) center no-repeat;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1;
}
.footer .links-box .drop{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    color: #333;
    background-color: #fff;
    z-index: 1;
    line-height: 0.46rem;
    /* padding-left: 0.2rem; */
    box-sizing: border-box;
    display: none;
    padding: 0.2rem;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
}
.footer .links-box .drop a{
    display: block;
    color: #333333;
}

.fy{}
.fy ul{
    text-align: center;
}
.fy li{
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    vertical-align: middle;
}
.fy li a,.fy li span{
    text-indent: 999em;
    overflow: hidden;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
}
.fy li.previous a,.fy li.previous span{
    background: #2d7294 url(../image/icon5.png) center no-repeat;
    background-size: 0.14rem auto;
    position: static;
}
.fy li.next a,.fy li.next span{
    background: #2d7294 url(../image/icon6.png) center no-repeat;
    background-size: 0.14rem auto;
}

.suspension{
    position: fixed;
    right: 1.8%;
    top: 40%;
    z-index: 10;
    margin-top: -112px;
    width: 1rem;
}
.suspension .sus{
    position: relative;
    min-height: 1rem;
    border-bottom: #ccc 1px solid;
    cursor: pointer;
    padding-top: 0.1rem;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #ffffff;
    border:#c9d5dc 1px solid;
    transition-duration: 0.5s;
}
.suspension .sus .icon em{
    display: block;
    /* margin-top: 7px; */
    width: 100%;
    height: 0.4rem;
    margin-bottom: 4px;
    transition-duration: 0.5s;
    /* height: 40px; */
}
.suspension .sus .icon p{
    font-size: 0.16rem;
    color: #666666;
    text-align: center;
    font-weight: 400;
}
.suspension .sus_2 .icon p{font-family: 'Arial';font-size: 0.13rem;margin-top: 0.1rem;}
.suspension .sus_1 .icon em{
    background: url(/themes/mobile/public/assets/image/i1.png) center no-repeat;
    background-size: auto 100%;
}
.suspension .sus_2 .icon em{
    background: url(/themes/mobile/public/assets/image/i2.png) center no-repeat;
    background-size: auto 100%;
}

.suspension .sus_3 .icon em{
    background: url(/themes/mobile/public/assets/image/i3.png) center no-repeat;
    background-size: auto 100%;
}
.suspension .sus_4 .icon em{
    background: url(/themes/mobile/public/assets/image/i4.png) center no-repeat;
    background-size: auto 100%;
}
.suspension .sus_5 .icon em{
    background: url(/themes/mobile/public/assets/image/i5.png) center no-repeat;
    background-size: auto 100%;
}
.suspension .sus_6 .icon em{
    background: url(/themes/mobile/public/assets/image/i6.png) center no-repeat;
    /* background-size: auto 100%; */
}
.suspension .sus_7 .icon em{
    background: url(/themes/mobile/public/assets/image/icon_27.png) center no-repeat;
    background-size: auto 100%;
}
.suspension .pos{
    transition: all 0.5s;
    position: absolute;
    right: 85px;
    top: 50%;
    margin-top: 0;
    z-index: 5;
    width: 0px;
    height: 1rem;
    background: url(/themes/mobile/public/assets/images/icon/icon_43.png) right center no-repeat;
    overflow: hidden;
}
.suspension .sus_7 .pos{
    right: 0.82rem;
    top: 0;
}

.suspension .sus_7 .pos img{
  width: 100%;
  display: block;
}

.suspension .sus_7 .pos div{
    padding: 0;
      width: 4.58rem;
}
.suspension .sus:hover .pos{
    transition: all 0.5s;
      width: 4.58rem;
}

.suspension .sus:hover .pos{
        transition: all 0.5s;
    width: 5rem;
}

.suspension .pos img{
    padding: 2px 0 0 3px;
    width: 94px;
}

.suspension_fixed{
    display: block;
}


.i-am-new{font-size: 16px;}


.brochure{
    min-height: calc(100vh - 8.15rem);
}












<!--0.00015807151794434-->