
/* clear */

#indexPage #mpage {
    padding-top: 150px;
}

#header #logo img {
    width: 106px;
    height: auto;
}

#header ul#nav {
    margin-right: 5%;
}

#header #logo {
    margin-left: 15%;
}

#header ul li.navitem {
    line-height: 62px;
    font-size: 18px;
    color: #fff;
}

#header #logo {
    margin-right: 0px;
}

#header.mini {
    height: 94px;
}

/* 2024-5-9 tao start */
.agent-pc #header ul li.navitem a {
    color: rgba(255, 255, 255, 0.6);
}

.agent-pc #header ul li.navitem a.active,
.agent-pc #header ul li.navitem:hover a {
    color: #fff;
}

.agent-pc #header.mini ul li.navitem a {
    color: #4e4a4b;
}

.agent-pc #header.mini ul li.navitem a.active,
.agent-pc #header.mini ul li.navitem:hover a {
    color: #838383;
}

.agent-pc #footer p a#flogo {
    display: none;
}

.content .header {
    /* padding-bottom: 18px; */
}

.agent-mobile #footer p a img {
    display: none !important;
}

#header ul li.navitem {
    font-weight: bold;
}

#indexPage #mpage .wrapper li .fimg {
    height: 510px;
}

/* 2024-5-9 tao end */

/* 2024-10-14 tao start */
.agent-pc #header #logo {
    height: auto;
}
.agent-pc #header.mini #logo {
    padding-top: 0;
    padding-bottom: 0;
}

.agent-pc.bodynews.bodylistpost #header ul li.navitem a {
    color: #4e4a4b;
}
/* 2024-10-14 tao end */

#sitecontent .npagePage .content .header {
    position: relative;
}
#sitecontent .npagePage .content .header.fw::before {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "";
    width: 90vw;
    height: 1px;
    background: #e1e1e1;
    text-align: left;
    margin-top: 0;
    left: 5%;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.content .header p.subtitle {
    font-size: 15px;
    margin-top: 15px;
    color: rgb(165, 165, 165);
    text-align: center;
    margin-left: 0%;
}
#header ul li.navitem ul.subnav li a {
    color: #464646 !important;
    font-size: 16px !important;
}
#header #logo img {
    width: 188px !important;
}

.nobanner .npagePage {
    padding-top: 0;
}

.nobanner #header {
    background-color: transparent;
}

#header.mini {
    background-color: #fff !important;
}

.agent-pc #header #logo,
.agent-pc #header.mini #logo {
    margin-left: 5%;
}

.agent-pc #header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.agent-pc #header .content > .clear {
    display: none;
}

.agent-pc #header ul,
.agent-pc #header ul li.navitem {
    padding: 0;
}

.agent-pc #header.mini {
    height: auto;
}

.agent-pc #indexPage #mslider .bx-wrapper .bx-pager {
    width: 100%;
}


/* 2025-6-17 tao start */
#newslist .newstitem .newsimg{
  opacity: 1;
  transition: all .3s ease;
  background-position: center;
  background-size:100% auto;
}
#newslist .newstitem:hover .newsimg{
  background-size:110% auto;
}

/* 2025-6-17 tao end */