/* 
    2022改版common样式表
    包含头部、底部等公共部分样式
 */

body.shownav {
    overflow: hidden;
}

.cont {
    padding: 0 0.3rem;
}

.top-bar .cont {
    display: flex;
    background: #fff;
    height: 0.9rem;
    justify-content: center;
    position: relative;
}

.top-bar .cont div {
    display: flex;
    align-items: center;
}

.top-bar .en-btn {
    position: absolute;
    left: 0.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-bar .en-btn img {
    height: 0.3rem;
}

.top-bar .logo-img img {
    height: 0.5rem;
}

.top-bar .search-box {
    position: absolute;
    right: 0.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-bar .search-box input {
    width: 1.2rem;
    height: 0.3rem;
    border-radius: 0.15rem;
    border: 1px solid #333;
    padding-left: 0.15rem;
    padding-right: 0.3rem;
    font-size: 10px;
    line-height: 0.3rem;
    color: #333;
}

.top-bar .search-box .search-btn {
    content: '';
    display: block;
    position: absolute;
    right: 0.1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.2rem;
    height: 0.2rem;
    background-image: url(../../../images/mobile/new/ico-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.top-nav {
    display: flex;
    flex-wrap: wrap;
}

.top-nav a {
    width: 33.3%;
    font-size: 14px;
    text-align: center;
    line-height: 0.8rem;
    background-color: #171d8f;
    color: #fff;
    box-sizing: border-box;
    border-right: 1px solid #454aa5;
    border-bottom: 1px solid #454aa5;
}

.top-nav a:nth-child(3n){
    border-right: none;
}
/*选中最后三个元素，将下边框置为 0 */
/*.top-nav a:nth-last-child(-n+3){
    border-bottom: 0px;
}*/


.top-nav a.haschild {
    position: relative;
}

.top-nav a.haschild::after {
    content: '';
    display: block;
    position: absolute;
    right: 0.3rem;
    top: 0.25rem;
    width: 0.15rem;
    height: 0.15rem;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-135deg);
    transition: 300ms;
}

.top-nav a.haschild.active::after {
    transform: rotate(45deg);
    top: 0.35rem;
    transition: 300ms;
}

/* 隐藏导航 */
.hide-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0.9rem;
    left: 0;
    border-top: 1px solid #454aa5;
    box-sizing: border-box;
    background: #171d8f;
    z-index: 300;
    overflow: overlay;
    display: none;
}

.hide-nav-item {
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 0 0.6rem;
    border-bottom: 1px solid #454aa5;
    position: relative;
    box-sizing: border-box;
    position: relative;
}

.hide-nav-item>a {
    color: #fff;
    font-size: 18px;
    line-height: 54px;
}

.hide-nav-item.active>a {
    color: #f9d3b0;
}

.haschild::after {
    content: '';
    display: block;
    width: .2rem;
    height: .2rem;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    right: .3rem;
    top: .3rem;
    transform: rotate(-135deg);
    transition: 300ms;
}

.close-item::after {
    content: '';
    display: none;
}

.close-item .close-btn {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    right: .2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.close-item .close-btn span {
    display: block;
    width: 1px;
    height: 0.25rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.close-item .close-btn span:nth-child(1) {
    transform: rotate(45deg);
}

.close-item .close-btn span:nth-child(2) {
    transform: rotate(-45deg);
}

.hide-nav-item.active::after {
    border-top: 1px solid #f9d3b0;
    border-left: 1px solid #f9d3b0;
    transform: rotate(-225deg);
    top: 0.4rem;
    transition: 300ms;
}

.hide-nav-item .hide-sub-nav {
    display: none;
    left: 0;
    z-index: 301;
    width: 100%;
}

.hide-nav-item .hide-sub-nav.active {
    display: block;
}

.hide-nav-item .hide-sub-nav a {
    display: block;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 54px;
    height: 54px;
    opacity: 0.8;
}

.hide-nav .hide-bottom {
    background: #171d8f;
    position: fixed;
    box-sizing: border-box;
    bottom: 0;
    padding: 0.3rem 0.1rem;
    display: none;
}

.hide-nav .hide-bottom ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hide-nav .hide-bottom .hide-bottom-item {
    width: 33.3%;
    line-height: 1;
    height: 50px;
}

.hide-nav .hide-bottom .hide-bottom-item img {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    position: relative;
    top: 0.1rem;
}

.hide-nav .hide-bottom .hide-bottom-item a {
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}
.artical_start{
    padding: 0 10px;
}
/* 网站地图开始 */
.map_con {
    width: 100%;
    border-top: 3px solid #171d8f;
}

.map_con h5 {
    color: #333;
    font-size: 21px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d5d5d5;
}

.map_con ul {
    margin-bottom: 124px;
}

.map_con ul li {
    width: 100%;
    padding: 30px 0 36px 23px;
    border-bottom: 1px dashed #cbcbcb;
}

.map_con ul li h6 {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.map_con ul li h6 img {
    position: absolute;
    bottom: -30px;
    left: 2px;
}

.map_con ul li dt {
    font-size: 15px;
    font-weight: bold;
    font-size: 15px;
    color: #666;
    margin-bottom: 8px;
    margin: 0 auto;
}

.map_con ul li dt img {
    margin-top: 9px;
}

.dl_box {
    margin: 16px 0 0 64px;
}

.dl_box dl {
    float: left;
    line-height: 28px;
    width: 112px;
    margin-right: 30px;
    background: url(../images/map_de.png) no-repeat right 9px;
}

.map_con ul li dd a {
    color: #666;
    font-size: 14px;
}

.map_con ul li dd a:hover {
    color: #171d8f;
}

.map_con ul li dl dt a {
    color: #666;
}

.map_con ul li dl dt a:hover {
    color: #171d8f;
}

.dl_box .sp_mr {
    margin-right: 26px;
}

.dl_box .sp_mr1 {
    margin-right: 20px;
}

.dl_box .sp_w {
    width: 130px;
}

.dl_box .sp_w1 {
    width: 140px;
}
.saifTrends_substance_l{
    min-height: 41vh;
}
/* 网站地图结束 */
