@charset "utf-8";

/* html{font-size:50px;} */
@media (min-width:320px) {
    html {
        font-size: 42.667px
    }
}

@media (min-width:360px) {
    html {
        font-size: 48px
    }
}

@media (min-width:375px) {
    html {
        font-size: 50px
    }
}

@media (min-width:480px) {
    html {
        font-size: 64px
    }
}

@media (min-width:600px) {
    html {
        font-size: 80px
    }
}

@media (min-width:750px) {
    html {
        font-size: 100px
    }
}

@media (min-width:1080px) {
    html {
        font-size: 100px
    }
}


html {
    overflow: -moz-scrollbars-vertical;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
    position: relative;
    overflow-x: hidden;
}

body>div {
    margin-right: auto;
    margin-left: auto;
}

html,
body {
    position: relative;
    height: 100%;
}

div,
form,
img,
ul,
ol,
li,
p,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-weight: bold;
    font-size: 14px;
}

ul,
li {
    list-style: none;
    line-height: 24px;
}

select,
input,
button {
    outline: none;
}

img {
    border: 0px;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    cursor: hand;
}

a:hover {
    text-decoration: none;
    /* color: #fff; */
}

.j-li-hover a:hover {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.area2:after,
.clear:after,
.con:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clear,
.area,
.area2,
.con:after {
    *zoom: 1
}



table {
    width: 100%;
}

table,
table td {
    border-collapse: collapse;
    border-spacing: 0;
}


/* .center {
	text-align: center;
} */

.blockimg {
    display: block;
}

/* 普通翻页器-默认居中 */

.pagingcpntent {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
}

.pagingcpntent .pre:hover,
.pagingcpntent .next:hover {
    color: #CC9933;
}

.pagingcpntent .centers {
    padding: 0 .3rem;
}

.pagingcpntent .centers a {
    padding: .1rem .15rem;
    color: #333;
}

.pagingcpntent .centers a:hover {
    background-color: #CC9933;
    color: #fff;
}

.pagingcpntent .centers .active {
    background-color: #CC9933;
    padding: .1rem .15rem;
    color: #fff;
}









.elli1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.elli2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.elli3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.elli4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.elli5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.u-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


body::-webkit-scrollbar {
    display: none;
}

/* 地图 */
.BMap_Marker {
    animation: im_icon 1s linear infinite;
    background: url(../images/address.png) no-repeat center/cover;
}

@keyframes im_icon {
    0% {
        opacity: 0.8;
        transform: translate(0, 0);
    }

    50% {
        opacity: 1;
        transform: translate(0, 10px);
    }

    100% {
        opacity: 0.8;
        transform: translate(0, 0);
    }
}

.BMapLabel {
    height: 0.48rem;
    border-radius: 0.24rem;
    line-height: 0.46rem;
    text-align: center;
    border: 0.01rem solid #0665DC !important;
    padding: 0 0.2rem !important;
    cursor: pointer !important;
}



@font-face {
    font-family: "SourceHanSansCN";
    src: url('../font/SOURCEHANSANSCN-NORMAL.OTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SourceHanSansSC";
    src: url('../font/SOURCEHANSANSCN-BOLD.OTF');
    font-weight: normal;
    font-style: normal;
}

