/*----------------------------------------------------- skeleton -----------------------------------------------------*/
html {
    font-size: 10px;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    padding: 0 0 1rem 0;
    margin: 0;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 1.8rem;
    /* font-family: 'Baloo Chettan', cursive; */
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.3rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.4rem;
}

.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    height: auto;
    /* max-width: 100%; */
}

:focus {
    outline: 0;
}

blockquote {
    margin: 2rem 0 2rem;
    padding: 3rem;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

/*----------------------------------------------------- footer -----------------------------------------------------*/
footer {
    padding-top:3.5rem;
    padding-bottom: 3.5rem;
    /* margin-top: 10rem; */
    color: #eeeeee;
    /* text-align: center; */
    background-color: #030D26;
}
.ewm {
    width: 10rem;
}
.footer-text a {
    color:#eeeeee
}
.footer-text a:hover {
    color:#ffffff
}
.copy-right {
    margin-right: 1rem;
}
.wechat-qrcode {
    display: none;
}

/*----------------------------------------------------- sidebar -----------------------------------------------------*/
.sidebar-up {
    position: fixed;
    bottom: 10rem;
    right: 24px;
    padding: 1rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #eee;
    z-index: 10;
    background: #eee url(../img/top.png) no-repeat center/auto 80%;
    border-radius: 3px;
}
.max-img {
    height: auto;
    max-width: 100% !important;
}
.f-small {
    font-size: 1.2rem;
}

.f-md {
    font-size: 1.4rem;
}

.f-normal {
    font-size: 1.6rem;
}
body {
    font-size: 1.6rem;
}
.nav-item {
    color: #111;
}
.nav-item:hover {
    color: #000;
}
.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active {
   color: #d80010 !important;
}
.logo-img {
    height: 6rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #111;
}
.banner-ny {
    padding-top: 25%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.banner-ny img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.about-item-a h2 {
    font-size: 3.2rem;
    letter-spacing: 0.4rem;
}
.bg-float-pic-left {
    right: 100%;
    bottom: 0;
}
.bg-float-pic-right {
    left: 75%;
    bottom: 30%;
}
.bg-float-pic {
    z-index: -1;
}
.bg-float-pic img {
    max-width: unset !important;
}
.container-gy {
    background: #11435F;
    padding-bottom:150px;
}
.container-content {
    padding-bottom:150px;
}
.thumb-cover-home {
    height: 35rem;
    background: #fff;
}
.pic-wrap {
    width: 100%;
    /* height: 100%; */
    height: 20rem;
}
.pic-wrap a img {
    object-fit: cover;
}
.thumb-cover > img {
    width: 100%;
    height: 100%;
    max-height: unset;
    object-fit: cover;
}
.gybg-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb-cover {
    color: #ffffff;
}
.gy-item h2 {
    color: #ffffff;
    font-size: 3.2rem;
    letter-spacing: 0.4rem;
    padding-top: 6rem;
    margin-bottom: 6rem;
}
.border-tb-s .thumb-cover {
    border: 10px solid #fff;
    border-width: 6px 0;
}
.container-content h2 {
    color: #111;
}
.news-list-ny .pic-wrap {
    width: 300px;
    height: 0;
    padding-top: 18%;
}
.news-list-ny .pic-wrap a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.news-list-ny .pic-wrap a img {
    object-fit: cover;
}
.news-list-ny .thumb-cover {
    color: #333;
}
.news-list-ny h3 {
    font-size: 2rem;
}
.news-list-ny h3 a {
    color: #111;
}
.news-list-ny p {
    line-height: 1.6;
}
/* .news-list-ny .gy-item h2 a {
    color: #333;
} */
.gybg-wrap {
    z-index: -1;
    padding-top: 32%;
    top: 0;
    right: 0;
    left: 0;
    background: url(../img/gy-bg.jpg) no-repeat center/cover;
}
.gybg-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb-text {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 45% 1.8rem 1.8rem;
    /* background: linear-gradient(to top, #000, rgba(0,0,0,0.4)); */
}
.thumb-text-news {
    top: unset;
    bottom: 0;
    padding-top: 1.4rem;
    /* height: 12rem; */
    flex: 1;
    background: #11365F;
}
.thumb-text-news-list {
    padding-bottom: 4rem;
}
.thumb-text a {
    color :#fff;
}

.thumb-text h3 {
    font-size: 1.6rem;
    line-height: 1.2;
    height: 6.4rem;
    overflow: hidden;
    padding-bottom: 0;
}
.thumb-text p {
    line-height: 1.4;
    height: 9.6rem;
    overflow: hidden;
    color: #eee;
    /* flex: 1; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
    /* padding-top: 1rem; */
}
.thumb-text .more-wrap {
    margin-top: 1.2rem;

}
.more-wrap .more-link {
    padding-top: 1rem;
    padding-right: 2.4rem;
    border-top: 0.2rem solid #ffffff;
}
.more-wrap span.more-link {
    border: 0;
}
.more-wrap .more-arrow {
    display: inline-block;
    width: 2.4rem;
    height: 3.4rem;
    background: url(../img/arrow-right.png) no-repeat center bottom/100%;
}
.ajax-load-posts a {
    cursor: pointer;
}
#infscr-loading {
    margin: 0 auto;
}

@media screen and (max-width:768px)  {
    .logo-img {
        height: 4.5rem;
    }
    .news-list-ny .pic-wrap {
        width: 100%;
        height: 0;
        padding-top: 70%;
    }
}
@media screen and (min-width:768px) and (max-width:992px)  {
    .news-list-ny .pic-wrap {
        width: 200px;
        height: 0;
        padding-top: 20%;
    }
}
