@media screen and (max-width:800px) {
    html {
        font-size: 10px;
    }
}
@media screen and (min-width:800px) {
    html {
        font-size: 13px;
    }
}
@media screen and (min-width:1400px) {
    html {
        font-size: 14px;
    }
}
@media screen and (min-width:1600px) {
    html {
        font-size: 16px;
    }
}

html {
    overflow-x: hidden;
}

body {
    background: url('../img/bg.png') repeat;
    /* background-size: cover; */
    overflow-x: hidden;
}

.bg-header {
    background: url('../img/header.png') no-repeat;
    padding-top: 5.3125rem
        /* 117/16 */
    ;
    background-size: cover;
}

img {
    width: 100%;
    height: 100%;
}

.hidden {
    visibility: hidden;
}

.search {
    display: flex;
    align-items: center;
    width: 300px;
    height: 3.375rem /* 54/16 */;
    background: #fff;
    /* opacity: 0.75; */
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=50);
    border-radius: 35px;
    overflow: hidden;
    padding-left: 0.9375rem /* 15/16 */;
    margin: 3.5625rem 0 2rem 0;
    border: 1.5px solid #14a5d1;
}
.search form {
    display: flex;
    align-items: center;
}
.search i {
    display: inline-block;
    margin-right: .625rem
        /* 10/16 */
    ;
    width: 1.5rem
        /* 24/16 */
    ;
    height: 1.5rem
        /* 24/16 */
    ;
    vertical-align: inherit;
}

.search input {
    width: 80%;
    height: 100%;
    font-size: 1.125rem
        /* 18/16 */
    ;
}

/* .nav */
.nav {
    /* height: 63px; */
    position: relative;
    background: #14a5d1;
}

.nav ul {
    display: flex;
    flex-wrap: wrap;
}

/* .nav ul {
    -ms-overflow-style: none;  
    scrollbar-width: none;   
}  
.nav ul::-webkit-scrollbar { 
    display: none;           
} */

.nav li {
    width: 8.9375rem
        /* 143/16 */
    ;
    height: 100%;
    position: relative;
}

.nav li .txt {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.3rem
        /* 24/16 */
    ;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    line-height: 2rem
        /* 33/16 */
    ;
    padding: .9375rem
        /* 15/16 */
        .625rem
        /* 10/16 */
    ;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.nav li a{
	text-decoration: none !important;
}

.bian {
    color: #14a5d1 !important;
    background: #fff;
}

.some {
    width: 100%;
    position: absolute;
    top: 3.9375rem
        /* 63/16 */
    ;
    left: 0;
    z-index: 2;
	
}

.some a {
    display: block;
    background: #dcdcdc;
    font-size: 1.375rem
        /* 22/16 */
    ;
    border-bottom: 1px solid #fff;
    line-height: 45px;
    text-align: center;
	color: #333;
}

.some a:hover {
    background: #14a5d1;
    color: #fff;
}

.none {
    display: none;
}

/* 底部 */
.footer {
    background: #14a5d1;
}

.footer a {
    font-size: 1rem
        /* 16/16 */
    ;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.875rem
        /* 30/16 */
    ;
    padding: 0 .625rem
        /* 10/16 */
    ;
}
.footer a:hover{
	text-decoration: none;
	color: #fff;
}

.footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    /* width: 37.5rem 600/16; */
}

.footer ul li {
    padding: .625rem
        /* 10/16 */
        0;
}

.bor-right {
    border-right: 1px solid #fff;
}

.footer p {
    text-align: center;
    font-size: 1rem /* 16/16 */;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.875rem/* 30/16 */ ;
	margin: 0;
}

/* 单行超出 */
.dan {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 两行超出 */
.shuang {
    position: relative;
    max-height: 6.875rem;
    overflow: hidden;

}
.shuang_duo {
    position: relative;
    max-height: 3.3rem;
    overflow: hidden;

}
.duo {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.san {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* .shuang_duo::after {
    content: "【详情】";
    position: absolute;
    bottom: 0;
    right: 0;
    color: #005C2F;
    padding: 0 .9375rem 0px 10px;
    background-color: #fff;
    cursor: pointer;
    background-image: url('../img/bg.png');
} */
.shuang::after {
    content: "...【详情】";
    position: absolute;
    bottom: 0;
    right: 0;
    color: #14a5d1;
    padding: 0 .9375rem
        /* 15/16 */
        0px 10px;
    background-color: #fff;
    cursor: pointer;
    background-image: url('../img/bg.png');
}

/* 面包屑 */
.layui-breadcrumb a {
    font-size: 1.125rem
        /* 18/16 */
    ;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #7A7A7A !important;
    line-height: 3.75rem
        /* 60/16 */
    ;
}

.layui-breadcrumb a cite {
    color: #2F2F2F !important;
}

.address {
    display: inline-block;
    width: 1.25rem
        /* 20/16 */
    ;
    height: 1.25rem
        /* 20/16 */
    ;
    opacity: 0.6;
    vertical-align: text-bottom;
}
/* 列表栏目 */
.list_more{
    width: 1.875rem /* 30/16 */;
    height: 1.875rem /* 30/16 */;
    display: none;
}