/************ S 公共 ***************/
html, body, ul, ol, li, p {
    margin: 0;
    padding: 0;
}

html, body {
    font-size: 10px;
    font-family: "Microsoft YaHei"!important;
}

ul, ol, li {
    list-style-type: none;
}

a, a:hover {
    color: #333333;
    text-decoration: none;
    display: inline-block;
}

img {
    margin: 0;
    padding: 0;
}

.img-inline {
    display: inline-block;
    vertical-align: middle;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.mrb-4 {
    margin-bottom: 4rem;
}

.no-boder {
    border: 0 none!important;
}

.grey {
    background: #FBFBFB;
}

.row {
 overflow: hidden;
}

.a-block, .a-block:hover {
    display: block;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1290px;
    }
}

/************ E 公共 ***************/



/************ S header ***************/

.header-top {
    background-color: #F3F3F3;
    line-height: 3.2rem;
    color: #9E9E9E;
    font-size: 1.4rem;
}
.header-top .stime {
    float: right;
}
.header-top .stime ul li{
    float: left;
    background: url(../images/index/shijian.png) left center no-repeat;
    background-size: auto 0.9em;
    padding-left: 1.2em;
    margin-left: 2em;
    color: #666666;
}

.header-center {
    margin-top: 1.2rem;
}
.header-center .logo-img {
    margin-top: 1rem;
    max-width: 100%;
}
.header-center .target-img {
    max-width: 100%;
    margin-top: 1rem;
}
.header-bottom {
    padding-bottom: 0.7rem;
}
.header-bottom .nav-content {
    border: 0 none!important;
}

.nav-content {
    overflow-y: hidden;
    overflow-x: auto;
}

.nav {
    /*margin-bottom: 1.4rem;*/
    letter-spacing: 1px;
    overflow-y: auto;
    width: max-content;
}

.nav-item {
    float: left;
    margin: 0 4rem 0 0;
}

.nav-item a {
    font-size: 1.6rem;
    line-height: 3.4rem;
    color: #343434;
    font-weight: bold;
    position: relative;
    min-width: 6em;
    text-align: center;
}

.nav-item a:hover {
    color: #666666;
}

.nav-item a.active:hover {
    color: #343434;
}

.nav-item a.active::after { 
    content: "";
    width: 1.4em;
    height: 2px;
    background: #343434;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #fff;
}
/************ E header ***************/


/************ S footer ***************/
footer {
    background: #262626;
    padding: 2rem 0;
}
footer .footer-main {
    position: relative;
}
footer .footer-main p{
    font-size: 1.4rem;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 2.3rem;
    margin: 0.8rem 0;
    position: relative;
    z-index: 1;
}
.weixin {
    position: relative;
    cursor: pointer;
}
.weixin-img {
    height: 1.2rem;
}
.weixin-qr-img {
    width: 10rem;
    height: 10rem;
    position: absolute;
    left: -4rem;
    top: -10rem;
    display: none;
}
.weixin:hover .weixin-qr-img {
    display: block;
}
footer .footer-logo-img {
    height: 10rem;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
/************ E footer ***************/



/********* S 表格 *********/
.grid {
    background: #FBFBFB;
    border: 1px solid #DEDEDE;
    position: relative;
}

.grid-hd {
    border-bottom: 1px solid #DEDEDE;
    padding: 1.5rem 3rem;
}
.grid-hd h3 {
    margin: 0;
    font-weight: 400;
    line-height: 3rem;
}
.grid-hd h3 .txt-title, .section-title h3 .txt-title {
    font-size: 2.2rem;
    color: #229450;
}
.grid-hd h3 .txt-title-english, .section-title h3 .txt-title-english  {
    font-size: 1.8rem;
    color: #9A9A9A;
    margin-left: 0.4rem;
}
.grid-hd h3 .more, .section-title h3 .more {
    font-size: 1.6rem;
    color: #666666;
    text-decoration: none;
}


.grid-bd {
    padding: 0.4rem 0;
}
.grid-bd li {
    padding: 2rem 0;
    margin: 0 3rem;
    border-bottom: 1px solid #DEDEDE;
}
.grid-bd li a{
    text-decoration: none;
}
.grid-bd li:nth-last-child(1) {
    border: 0 none;
}

/********* E 表格 *********/


/********* S 媒体 *********/
.media {
    position: relative;
}
.media .media-object{
    width: 20rem;
    height: 14rem;
    object-fit: cover;
    object-position: center center;
    margin-right: 1.6rem;
}
.media .media-heading {
    font-size: 1.7rem;
    font-weight: bold;
    color: #343434;
    line-height: 2.3rem;
}
.media .media-text {
    font-size: 1.5rem;
    font-weight: 400;
    color: #666666;
    line-height: 2.6rem;
    max-height: 5.2rem;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 2.4rem;
}
.media .media-date {
    font-size: 1.4rem;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 2rem;
    position: absolute;
    bottom: 0;
}
/********* E 媒体 *********/

/********* S flex布局 *********/
.flexs {
    padding: 4rem 0 5rem;
}
.flexs a {
    text-decoration: none;
}
.flexs .flexs-item {
    position: relative;
}
.flexs .flexs-item .flexs-item-img{
    width: 100%;
    min-height: 24rem;
    object-fit: cover;
    object-position: center;
}
.flexs .flexs-item h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 400;
    color: #343434;
    line-height: 2.4rem;
    text-align: center;
    margin-top: 1.4rem;
}
.flexs-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.flexs-item-content p {
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.8rem;
}
.flexs-item-content-title {
    font-size: 2.2rem;
}
.flexs-item-content-txt {
    font-size: 1.3rem;
}
/********* E flex布局 *********/

/********* S 页码 *********/
.pagelist, .pagelist a, .pagelist a:hover{
    font-size: 1.4rem;
    font-weight: normal;
    color: #9A9A9A!important;
    text-decoration: none;
}
.pagelist ul {
    display: inline-block;
}
.pagelist ul li {
    float: left;
    margin: 0 0.8rem;
}
.pagelist ul li.active a {
    color: #666666!important;
}
.pagelist ul li:nth-last-of-type(1) {
    margin-right: 2rem;
}
.pagelist span{
    margin-right: 2rem;
    float: left;
}
.pagelist b, .pagelist strong {
    font-weight: normal!important;
}
/********* E 页码 *********/

/********* S 公司 *********/
.company .flexs-item {
    margin-bottom: 2rem;
}
.company .flexs-item .flexs-item-content {
    background: rgba(0, 0, 0, 0.5);
}
.company .flexs-item:hover .flexs-item-content {
    background: rgba(60, 156, 96, 0.9);
}
/********* E 公司 *********/


/********* E 活动页 *********/
.list-article-main {
    background-color: #f8f8f8;
    padding: 2rem 0 16vh;
}
.list-article-main .flexs .flexs-item h3 {
    margin-bottom: 3rem;
}
/********* E 活动页 *********/

@media screen and (max-width:1200px) {
    .stime {
        display: none;
    }
    .col-md-8 {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 769px) {
    .nav-item {
        margin: 0;
    }
    .grid-hd h3 .txt-title-english, .section-title h3 .txt-title-english {
        display: none;
    }
    .media {
        flex-direction: column;
    }
    .media .pull-left {
        display: block;
        width: 100%;
        margin-bottom: 1.4rem;
    }
    .media .media-object {
        width: 100%;
        height: 20rem;
    }
    .d-flex {
        flex-direction: column;
    }
    .flexs a {
        display: block;
    }
    .flexs .flexs-item {
        margin-bottom: 2rem;
    }
    .breadcrumb {
        padding: 3rem 0 8vh!important;
    }
}