*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.middle-before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
}

.inner {
    display: inline-block;
    position: relative;
    width: 1120px;
    max-width: 100%;
    text-align: left;
    vertical-align: top;
}

html.noScroll {
    overflow: hidden;
}

.oneline {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.clear {
    clear: both;
    float: left;
}

.inline-block {
    display: inline-block;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

.w-fix {
    display: inline-block;
    width: 100%;
    height: 0;
    vertical-align: middle;
}

.h-fix {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.container {
    text-align: center;
    margin: auto;
    position: relative;
}

header,
#content,
footer {
    width: 100%;
    float: left;
    clear: both;
}

header {
    height: 126px;
}

@media (max-width: 1199px) {
    header {
        height: 120px;
    }
}

@media (max-width: 1023px) {
    header {
        height: 90px;
    }
}

header .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 126px;
    padding: 0 30px;
    background: #fff;
    box-shadow: 0 3px 9px -4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199px) {
    header .header {
        height: 120px;
    }
}

@media (max-width: 1023px) {
    header .header {
        height: 90px;
        line-height: 90px;
        padding: 0 20px;
    }
}

header .header .inner {
    text-align: right;
}

header .header .inner #logo {
    position: absolute;
    top: 43px;
    left: 0;
    width: 252px;
    height: 56px;
    background: url(../images/logo.png) no-repeat center center;
}

@media (max-width: 1199px) {
    header .header .inner #logo {
        top: 37px;
    }
}

@media (max-width: 1023px) {
    header .header .inner #logo {
        top: 23px;
        width: 196px;
        height: 44px;
        background: url(../images/logom.png) no-repeat center center;
        background-size: 100%;
    }
}

header .header .inner .lang {
    margin: -1px 0;
}

header .header .inner .lang a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #58585a;
    border-radius: 50%;
    background: #dfdfdf;
    margin-left: 11px;
    vertical-align: top;
}

header .header .inner .lang a:last-of-type {
    font-size: 14px;
}

header .header .inner .lang a.cur,
header .header .inner .lang a:hover {
    color: #fff;
    background: #f58220;
}

header .header .inner .nav {
    display: inline-block;
    line-height: 24px;
    margin-top: 32px;
    vertical-align: top;
}

header .header .inner .nav>div {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 1199px) {
    header .header .inner .nav {
        margin-top: 26px;
    }
}

@media (max-width: 1023px) {
    header .header .inner .nav {
        margin-top: 0;
        vertical-align: middle;
    }

    header .header .inner .nav .navBtn {
        display: inline-block;
        width: 20px;
        height: 40px;
        background: url(../images/icon-nav.png) no-repeat center center;
        background-size: 100% auto;
        margin-left: 20px;
        vertical-align: middle;
    }

    header .header .inner .nav .lang {
        display: none;
    }
}

header .header .inner .nav .tel {
    font-size: 15px;
    color: #58585a;
    padding-left: 28px;
    background: url(../images/icon-tel-d4de5e.png) no-repeat center left;
    background-size: 18px;
    margin-right: 25px;
}

header .header .inner .nav .tel a {
    font-size: 15px;
    color: #58585a;
}

@media (max-width: 1023px) {
    header .header .inner .nav .tel {
        display: none;
    }
}

header .header .inner .nav .search {
    padding-right: 27px;
    border-right: 1px solid #dfdfdf;
    margin-right: 16px;
}

header .header .inner .nav .search form {
    display: none;
    position: relative;
    margin: -7px 0;
    margin-right: 11px;
    vertical-align: top;
}

header .header .inner .nav .search form input {
    display: inline-block;
    width: 282px;
    height: 38px;
    line-height: 36px;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    padding-left: 40px;
    padding-right: 10px;
}

header .header .inner .nav .search form button {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 40px;
    height: 36px;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 13px;
}

@media (max-width: 1023px) {
    header .header .inner .nav .search form {
        position: absolute;
        top: 100%;
        left: -20px;
        z-index: 1;
        width: calc(100% + 40px);
        padding: 12px 20px;
        background: #58585a;
        margin: 0;
    }

    header .header .inner .nav .search form input {
        width: 100%;
        padding-left: 20px;
        padding-right: 45px;
    }

    header .header .inner .nav .search form button {
        left: initial;
        top: 13px;
        right: 21px;
        width: 45px;
        background-size: 18px;
        opacity: 0.47;
    }
}

header .header .inner .nav .search .searchBtn {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 18px;
    cursor: pointer;
    vertical-align: top;
}

@media (max-width: 1023px) {
    header .header .inner .nav .search .searchBtn {
        height: 40px;
    }
}

header .header .inner .nav .search.open form {
    display: inline-block;
}

header .header .inner .nav .search.open .searchBtn {
    background: url(../images/icon-close.png) no-repeat center center;
    background-size: 16px;
}

@media (max-width: 1023px) {
    header .header .inner .nav .search {
        padding-right: 0;
        margin-right: 0;
        border: 0;
    }
}

header .header .inner .menu {
    display: inline-block;
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    header .header .inner .menu {
        margin: 0 -10px;
    }
}

@media (max-width: 1023px) {
    header .header .inner .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: -20px;
        z-index: 1;
        width: calc(100% + 40px);
        line-height: normal;
        padding: 10px 0;
        background: #58585a;
        margin: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

header .header .inner .menu .page {
    display: inline-block;
    position: relative;
    line-height: 30px;
    text-align: left;
    padding: 20px 0;
    margin: 0 20px;
    vertical-align: top;
}

@media (max-width: 1199px) {
    header .header .inner .menu .page {
        margin: 0 10px;
    }
}

header .header .inner .menu .page a {
    color: #58585a;
}

header .header .inner .menu .page a.cur {
    color: #f58220 !important;
}

header .header .inner .menu .page .main {
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}

header .header .inner .menu .page .subpage {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
}

header .header .inner .menu .page .subpage .subInner {
    position: relative;
    left: -50%;
    padding: 12.5px 30px;
    border-top: 5px solid #f58220;
    background: #58585a;
}

header .header .inner .menu .page .subpage .subInner a {
    display: block;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    padding: 6px 0;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    header .header .inner .menu .page .subpage .subInner a {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    header .header .inner .menu .page:hover .subpage {
        display: block;
    }

    header .header .inner .menu .page:hover .main,
    header .header .inner .menu .page a:hover {
        color: #f58220 !important;
    }
}

@media (max-width: 1023px) {
    header .header .inner .menu .page {
        width: 100%;
        padding: 7px 20px;
        border-bottom: 1px solid #6f6f6f;
        margin: 0;
    }

    header .header .inner .menu .page .main {
        color: #fff;
        font-size: 17px;
    }

    header .header .inner .menu .page.noLink:before {
        content: '';
        position: absolute;
        top: 21px;
        right: 20px;
        width: 12px;
        height: 2px;
        background: #fff;
    }

    header .header .inner .menu .page.noLink:after {
        content: '';
        position: absolute;
        top: 16px;
        right: 25px;
        width: 2px;
        height: 12px;
        background: #fff;
    }

    header .header .inner .menu .page.open.noLink:after {
        display: none;
    }

    header .header .inner .menu .page.open .subpage {
        display: block;
        position: static;
        width: 100%;
    }

    header .header .inner .menu .page.open .subpage .subInner {
        position: static;
        padding: 0 20px;
        border: 0;
    }
}

header .header .inner .menu .mobile {
    display: none;
    margin-top: 25px;
}

@media (max-width: 1023px) {
    header .header .inner .menu .mobile {
        display: block;
        text-align: left;
        padding: 0 20px;
    }

    header .header .inner .menu .mobile * {
        color: #fff;
    }

    header .header .inner .menu .mobile .tel {
        line-height: 25px;
        font-size: 15px;
        font-weight: 600;
        padding-left: 30px;
        background: url(../images/icon-tel-fff.png) no-repeat center left;
        background-size: 18px;
        margin-bottom: 28px;
    }

    header .header .inner .menu .mobile .tel a {
        font-size: 15px;
        font-weight: 600;
    }

    header .header .inner .menu .mobile .lang {
        margin: 0;
        margin-left: -11px;
        margin-bottom: 25px;
    }

    header .header .inner .menu .mobile .lang a {
        color: #58585a;
    }

    header .header .inner .menu .mobile .lang a.cur {
        color: #fff;
    }
}

@media (max-width: 1023px) {
    header.navOpen .header .inner .menu {
        display: block;
    }
}

#content {
    min-height: 500px;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .title h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
}

@media (max-width: 550px) {
    .banner {
        position: relative;
        height: 135px;
        overflow: hidden;
    }

    .banner img {
        width: auto;
        height: 100%;
        margin: 0 -100%;
    }
}

.path {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 26px;
    padding: 0 20px;
}

.path span {
    vertical-align: top;
}

.path a {
    font-size: 15px;
    vertical-align: top;
}

.path a.current {
    color: #f58220;
}

@media (max-width: 767px) {
    .path a {
        font-size: 13px;
    }
}

.path .arrow {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/arrow-path-000.svg) no-repeat center center;
    vertical-align: top;
}

.editorOnly {
    padding: 60px 20px;
    padding-top: 0px;
}

footer .map {
    padding: 55px 20px;
    background: #58585a;
}

footer .map .inner>div {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

@media (max-width: 1023px) {
    footer .map .inner>div {
        width: 50%;
        vertical-align: top;
    }
}

@media (max-width: 450px) {
    footer .map .inner>div {
        width: 100%;
    }
}

footer .map .inner>div * {
    color: #fff;
}

footer .map .inner>div a:hover {
    color: #f58220;
}

footer .map .inner>div a:not([href]):hover {
    color: #fff;
}

footer .map .inner>div .main,
footer .map .inner>div p {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

@media (max-width: 1023px) {

    footer .map .inner>div .main,
    footer .map .inner>div p {
        font-size: 17px;
    }
}

footer .map .inner>div .subpage {
    line-height: 24px;
}

@media (max-width: 1023px) {
    footer .map .inner>div .subpage {
        margin-bottom: 35px;
    }
}

footer .map .inner>div .subpage a {
    display: block;
    font-size: 15px;
}

@media (max-width: 1023px) {
    footer .map .inner>div .subpage a {
        font-size: 16px;
    }
}

footer .map .inner>div .subpage a:hover {
    color: #f58220;
}

footer .map .inner .follow .media {
    margin: -5px;
}

footer .map .inner .follow a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 5px;
    overflow: hidden;
    vertical-align: top;
}

footer .map .inner .follow a img {
    width: 100%;
    height: 100%;
}

footer .bottom {
    line-height: 12px;
    padding: 19px 20px;
    background: #000;
}

footer .bottom a:hover {
    color: #f58220;
}

@media (max-width: 1023px) {
    footer .bottom {
        padding: 35px 20px;
    }
}

@media (max-width: 1023px) {
    footer .bottom .inner {
        text-align: center;
    }
}

footer .bottom .inner * {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

footer .bottom .inner .link {
    width: calc(100% - 280px);
}

footer .bottom .inner .link a:not(:last-of-type) {
    padding-right: 12px;
    border-right: 2px solid #fff;
    margin-right: 12px;
}

@media (max-width: 1023px) {
    footer .bottom .inner .link {
        width: 100%;
    }

    footer .bottom .inner .link a:nth-of-type(3) {
        padding-right: 0;
        margin-right: 0;
        border: 0;
    }

    footer .bottom .inner .link span {
        display: block;
        height: 23px;
    }
}

footer .bottom .inner .copyright {
    width: 280px;
    text-align: right;
}

@media (max-width: 1023px) {
    footer .bottom .inner .copyright {
        width: 100%;
        text-align: center;
        margin-top: 39px;
    }
}

.backTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: url(../fonts/arrow-f58220.svg) no-repeat center center, #fff;
    background-size: auto 24px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.33);
    cursor: pointer;
    transform: rotate(-90deg);
}

.newsroom {
    padding: 60px 20px;
    padding-top: 0px;
}

.newsroom .filter {
    float: right;
    width: 270px;
    padding-right: 30px;
}

.newsroom .filter>div {
    margin-bottom: 30px;
}

.newsroom .filter>div .head {
    line-height: 27px;
    font-size: 18px;
    font-weight: 700;
    color: #f58220;
    padding: 13px 0;
    border-bottom: 1px solid #d6d6d6;
    margin-top: -20px;
}

@media (max-width: 1023px) {
    .newsroom .filter>div .head {
        font-size: 17px;
    }
}

.newsroom .filter>div>div {
    padding-top: 10px;
}

.newsroom .filter>div>div a {
    display: block;
    line-height: 20px;
    font-size: 15px;
    padding: 5px 0;
}

/*953795e33e25c16a067bcfa2a5842f5b*/
.newsroom .filter>div>div a.cur {
    color: #f58220;
}

@media (min-width: 1200px) {
    .newsroom .filter>div>div a:hover {
        color: #f58220;
    }
}

@media (max-width: 1023px) {
    .newsroom .filter>div>div a {
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    .newsroom .filter {
        float: left;
        margin-top: 70px;
        width: 100%;
        padding-right: 0px;
    }
}

.newsroom .lists {
    display: inline-block;
    width: calc(100% - 270px);
    padding-right: 90px;
}

@media (max-width: 1023px) {
    .newsroom .lists {
        width: 100%;
        padding-right: 0;
    }
}

.newsroom .lists .all * {
    display: block;
}

.newsroom .lists .all a {
    margin-bottom: 50px;
}

.newsroom .lists .all a img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.newsroom .lists .all a img+.info {
    margin-top: 30px;
}

.newsroom .lists .all a .info {
    line-height: 28px;
    padding: 0 20px;
}

.newsroom .lists .all a .date {
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #bdbdbd;
    text-transform: uppercase;
    padding-left: 17px;
    background: url(../fonts/icon-date-d1d1d1.svg) no-repeat center left;
    margin-bottom: 3px;
}

.newsroom .lists .all a .title {
    font-size: 18px;
    font-weight: 700;
    color: #f58220;
    margin-bottom: 6px;
}

.newsroom .lists .all a .intro {
    font-size: 16px;
}

.newsroom .lists .all a .more {
    width: 101px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    background: #f58220;
    margin-top: 20px;
}

.newsroom .lists .all a .more:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../fonts/icon-more-fff.svg) no-repeat center center;
    background-size: 100%;
    margin-top: 9px;
    margin-left: 4px;
    vertical-align: top;
}

.newsroom .lists .allPager {
    text-align: center;
    margin-top: 25px;
}

.newsroom .lists .allPager a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    color: #7f7f7f;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    margin: 0 2.5px;
    vertical-align: top;
}

.newsroom .lists .allPager a img {
    opacity: 0.77;
}

.newsroom .lists .allPager a.prev {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.newsroom .lists .allPager a.cur {
    color: #000;
    border-color: #d4de5e;
    background: #d4de5e;
}

@media (min-width: 1200px) {
    .newsroom .lists .allPager a:not(.noHover):hover {
        color: #000;
        border-color: #d4de5e;
        background: #d4de5e;
    }
}

a.back {
    display: inline-block;
    width: 92px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 16px;
    background: #f58220;
    margin-top: 45px;
}

a.back:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-right: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}