@charset "utf-8";

/* 底部样式开始 */
#footer{
    opacity: 1;
    /* background: rgba(204, 204, 204, 1); */
    background-image: url(../imgs/footer-bg.png);
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
}
.wrapper_1364{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px 10px;
}
.address p{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(112, 112, 112, 1);

}
.copyright ul{
    display: flex;
    flex-wrap: wrap;
}
.copyright ul li{
    width: 20%;
    text-align: center;
    margin: 5px 0;
    cursor: pointer;
    color: rgba(112, 112, 112, 1);
}
.copyright ul li a{
    color: rgba(112, 112, 112, 1);
}
.copyright ul li:hover a{
    color: rgba(16, 186, 196, 1);
}
.copyrightInfo{
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
    color: rgba(112, 112, 112, 1);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.QR-code{
    display: flex;
    align-items: center;
    justify-content: center;
}
.QR-code-info{

}
.QR-code-info img{
    width: 80px;
    height: 80px;
    vertical-align: top;
}
.QR-code-info p{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18.56px;
    color: rgba(112, 112, 112, 1);
    text-align: center;
    margin-top: 8px;
}
.margin34{
    margin: 0 34px;
}

/* 底部样式结束 */



/* 头部样式开始 */

#header{
    height: 60px;
    position: relative;
}
.search-box{
    width: 100%;
    height: 440px;
    opacity: 1;
    background: linear-gradient(180deg, rgba(16, 186, 196, 1) 0%, rgba(16, 187, 196, 0.5) 60.03%, rgba(16, 187, 196, 0) 100%);
    /* box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25); */
    /* background: linear-gradient(180deg, rgba(16, 186, 196, 0.5) 0%, rgba(16, 187, 196, 0) 100%); */
    position: absolute;
    z-index: 99999999999999;
    display: none;
}
.search-box .search-box-area{
    width: 1608px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 90px;
    padding-left: 478px;
}
.control-btn-box{
    display: flex;
    width: 100%;
    padding: 20px 10px;
}
.form-control{
    border: none;
    background-color: rgba(16, 187, 196, 0);
    border-bottom: 2px solid rgba(24, 141, 232, 1);
    outline: none;
    font-size: 16px;
    color: rgba(24, 141, 232, 1);
    flex: 1;
}
.form-control::-webkit-input-placeholder { 
    /* WebKit browsers，webkit内核浏览器 */
    color: rgba(255, 255, 255, 0.5); 
} 
.form-control:-moz-placeholder { 
    /* Mozilla Firefox 4 to 18 */ 
    color: rgba(255, 255, 255, 0.5); 
} 
.form-control::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    color: rgba(255, 255, 255, 0.5); 
} 
.form-control:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    color: rgba(255, 255, 255, 0.5); 
}
    
.form-btn{
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    opacity: 1;
    border-radius: 5px;
    background: rgba(24, 141, 232, 1);
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    margin-left: 10px;
}
.search-records{
    margin-top: 78px;
    display: flex;
}
.search-records .recent-searches{
    margin-right: 85px;
}
.search-records h6{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 26.52px;
    color: rgba(16, 186, 196, 1);
    margin-bottom: 18px;
}
.search-records .search-for{
    display: flex;
}
.search-records .search-for li{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 15.91px;
    color: rgba(128, 128, 128, 1);
    margin-right: 10px;
}


.header-box{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-box-img{
    width: 60px;
    height: 60px;
    position: relative;
}
.menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 54px;
    cursor: pointer;
  }
  .hamburger-menu,
  .hamburger-menu:after,
  .hamburger-menu:before {
    width: 30px;
    height: 3px;
  }
  .hamburger-menu {
    position: relative;
    transform: translateY(25px);
    background: rgba(16, 186, 196, 1);
    transition: all 0ms 300ms;
  }
  .hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
  }
  .hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: rgba(16, 186, 196, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: rgba(16, 186, 196, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  
.header-box .close-box{
    margin-right: 10px;
    width: 30px;
    height: auto;
}
.header-box .logo {
    max-width: calc(100% - 60px);
    max-height: 46px;
    width: auto;
    height: auto;
    margin-left: 10px;
}
.sidebar-box-open {
    animation-name: slide-in; /* 指定动画序列名称 */
    animation-duration: 0.5s; /* 动画持续时间 */
    animation-fill-mode: forwards; /* 保持动画结束状态 */
}
@keyframes slide-in {
    0% { transform: translateX(-100%); } /* 初始位置向左移动 */
    100% { transform: translateX(0); } /* 结束位置不变 */
}
.sidebar-box-close {
    animation-name: slide-out; /* 指定动画序列名称 */
    animation-duration: 0.5s; /* 动画持续时间 */
    animation-fill-mode: forwards; /* 保持动画结束状态 */
}
@keyframes slide-out {
    0% { transform: translateX(0); } /* 初始位置不变 */
    100% { transform: translateX(-100%); } /* 结束位置向左移动 */
}



.sidebar-box{
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    z-index: 9999999999999999999;
    background-color: #fff;
    border-top: 1px solid rgba(16, 167, 176, 1);
    overflow: scroll;
}
.sidebar-box .navigation-bar{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.navigation-bar .navigation-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.navigation-bar .navigation-list>a{
    /* padding-top: 6px; */
    /* padding: 46px 10px 0; */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    height: 40px;
    line-height: 40px;
    color: rgba(16, 167, 176, 1);
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.navigation-bar .navigation-list .noSub,
.navigation-bar .navigation-list .yesSub{
    flex: 1;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f6f6f6;
    padding-left: 10px;
    position: relative;
}

/* .navigation-bar .navigation-list .noSub:hover{
    color: #10BAC4;
    font-weight: 500;
} */

.secondary-navigation{
    display: flex;
    flex-direction: column;
}
.secondary-navigation{
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 50px;
    width: 100%;
    display: none;
}
.yesSubSelected .secondary-navigation{
    display: block;
}
.yesSub .back-img-bottom{
    display: none;
}
.yesSubSelected .back-img-bottom{
    display: block;
}
.yesSubSelected .back-img-right{
    display: none;
}
.secondary-navigation li{
    min-height: 50px;
    max-height: 50px;
    width: 100%;
    line-height: 50px;
    /* padding-left: 10px; */
    border-bottom: 1px solid #f6f6f6;
    text-align: left;
    color: rgba(112, 112, 112, 1);
    padding-left: 33px;
}
.navigation-bar .navigation-list .yesSub>.yesSub-p{
    padding-right: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation-bar .navigation-list .yesSub>.yesSub-p .img-box-sub{
    width: 50%;
}
.navigation-bar .navigation-list .yesSub>.yesSub-p  img{
    width: 24px;
    height: 24px;
    padding: 12px 0 10px 200px;
    position: relative;
    z-index: 9999999999999999999999;
}
.yesSub-p-kz .back-img-right{
    display: none;
}
.yesSub-p-kz .back-img-bottom{
    display: block;
}
/* .navigation-bar .navigation-list .yesSub>.yesSub-p .line-row{
    display: inline-block;
    position: absolute;
    height: 4px;
    width: 82px;
    bottom: -10px;
    left: 10px;
    background: #fff;
    z-index: 999999;
} */
/* .navigation-bar .navigation-list .yesSub:hover {
    font-weight: 700;
    color: #fff;
} */
/* .navigation-bar .navigation-list .yesSub:hover .secondary-navigation{
	display: block;
    font-size: 16px;
} */

.navigation-ico{
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-ico .search-svg,
.navigation-ico  .language-svg{
    width: 30px;
    height: 30px;
    background-color: rgba(112, 112, 112, 1);
    cursor: pointer;
}
.navigation-ico .search-svg{
    -webkit-mask: url(../svg/search.svg) no-repeat center;
    mask: url(../svg/search.svg) no-repeat center;
}
.navigation-ico  .language-svg{
    -webkit-mask: url(../svg/language.svg) no-repeat center;
    mask: url(../svg/language.svg) no-repeat center;
}
.navigation-ico   .navigation-line{
    width: 2px;
    height: 28px;
    background-color: rgba(112, 112, 112, 1);
    margin: 0 9px;
}
/* 头部样式结束 */


/* 富文本小标题开始 */

    .subheading-html{
        font-size: 20px;
        font-weight: 500;
        color: rgba(16, 186, 196, 1);

    }
    .subheading-html::before{
        content:"";
        display: inline-block;
        width: 4px;
        height: 20px;
        background-color: rgba(16, 186, 196, 1);
        transform: translateY(2px);
        margin-right: 15px;
    }
    

/* 富文本小标题结束 */

/* 分页部分开始 */

    .listpages{
        padding:20px 0 30px;
        width:100%;
        text-align:center;
        clear:both;
    }
    .listpages li{
        margin:0 5px;
        width: 48px;
        height: 48px;
    }
    .listpages a{
        color:#666;
        min-width:48px;
        font-weight:bold;
        background:#f2f2f2;
        border-radius:2px;
        /* padding: 0 5px; */
        height: 48px;
    }
    .listpages *{
        display:inline-block;
        line-height:48px;
    }
    /* .listpages a:hover, */
    .listpages .active{
        display:inline-block;
        color:#fff;
        background:rgba(16, 186, 196, 1);
    }
    .listpages .active a,
    .listpages .active{
        display:inline-block;
        color:#fff;
        background:rgba(16, 186, 196, 1);
        font-weight:bold;
        border-radius:2px;
    }
    .xiangsoft-ul .active a{
        border: 1px solid rgba(16, 186, 196, 1);
    }
    .xiangsoft-ul li a{
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 3px;
    }
    .xiangsoft-ul li:first-child a,
    .xiangsoft-ul li:last-child a{
        border: 1px solid rgba(16, 186, 196, 1);
        color: rgba(16, 186, 196, 1);
    }
    /* .xiangsoft-ul li a:hover{
        color: #fff;
        border: 1px solid rgba(16, 186, 196, 1);
    } */
    .xiangsoft-location{
        display:flex;
        margin-top:10px;
        overflow-x: scroll;
    }
    .xiangsoft-location::-webkit-scrollbar {
        width: 0 !important
    }
    .xiangsoft-location {
        /* IE 10+ */
        -ms-overflow-style: none;
        /* Firefox */
        overflow: -moz-scrollbars-none;
    }
    .xiangsoft-location li:before{
        content:'>';margin:0 5px;font-size: 20px;
    }
    .xiangsoft-location li:first-child:before{
        content:'';margin:0;
    }
    .xiangsoft-location li{
        display: flex;
        align-items: center;
    }
    .xiangsoft-location li a{
        font-size: 17px;
        white-space: nowrap;

    }

/* 分页部分结束 */
#headerClose{
    display: none;
}
.body-class{
    overflow: hidden;
    height: 100vh;
}

/* 富文本图片最大宽度 */
.content-subject img{
    max-width: 100%;
    height: auto !important;
}
.font-szie-16> *{
    font-size: 12px !important;
}
.subheading span{
    transform: translateY(0) !important;
}
