html,
body {
    width: 100%;
}

body {
    background: #f6f6f6;
    color: #333333;
    font-size: 16px;
    font-family: '-apple-system-font', 'Helvetica Neue', Tahoma, 'PingFang SC', 'Microsoft Yahei', 'Noto Sans CJK SC', SimSun, sans-serif;
}

a,
b,
button,
em,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
input,
li,
p,
select,
strong,
textarea,
ul {
    font-family: "Helvetica", "Arial", sans-serif;
}

p,
ul,
header {
    padding: 0;
    margin: 0;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: underline;
    color: #057dc1;
}

.container {
    max-width: 1200px !important;
}

.c-article__header {
    padding: 1.5rem 0rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.c-article__title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    display: block;
}

.c-article__params {
    display: block;
    text-align: center;
}

.c-article__params span {
    text-align: center;
    color: #666666;
    display: block;
    font-size: 0.875rem;
}

.c-article__content img {
    max-width: 100%;
}

.c-article__content p {
    text-indent: 0 !important;
}

.c-article__footer {
    padding: 1.5rem 0rem;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.c-article__back {
    border-radius: 30px;
    font-size: 15px;
    text-align: center;
    width: 165px;
    height: 50px;
    line-height: 50px;
    background-color: #057dc1;
    display: inline-block;
    color: #fff;
}

.c-article__back:hover {
    background: #ddd;
    color: #222;
}

.c-article__link {
    color: #333333;
}

.c-article__link:hover {
    color: #057dc1;
    text-decoration: underline;
}

.c-article__hr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.c-article__list__header {
    padding: 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.c-article__list__header__title {
    color: #333333;
    font-size: 1.5rem;
    margin: 0;
}

.c-article__list__header:before {
    width: 4px;
    background: #057dc1;
    height: 1.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.75rem;
    content: "";
}

.c-article__list__group {
    list-style: none;
}

.c-article__list__item {
    padding: 1.5rem 0rem;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.c-article__list__item:last-child {
    border-bottom: none;
}

.c-article__list__item__title {
    color: #333333;
    font-size: 1.25rem;
}

.c-article__list__item__title:hover {
    text-decoration: underline;
    color: #057dc1;
}

.c-article__list__item__params {
    font-size: 0.875rem;
    color: #666666;
    position: relative;
}

.c-article__list__item__params span {
    display: inline;
    padding: 0rem 1.5rem;
}

.c-article__list__item__params span:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.c-article__list__item__params span:first-child {
    padding-left: 0rem;
}

.btn-outline-primary {
    border-color: #057dc1;
    color: #057dc1;
}

.btn-outline-primary:hover {
    background-color: #057dc1;
}

.btn-outline-primary:active {
    color: #fff;
    background-color: #057dc1;
    border-color: #057dc1;
}

.btn-checkin {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #cd2206;
    width: 204px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto auto;
    display: block;
    position: relative;
}

.btn-checkin:hover {
    color: #212529;
    text-decoration: underline;
    background: #ddd;
}

.btn-reg-entry {
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #cd2206;
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.btn-reg-entry:hover {
    color: #212529;
    text-decoration: underline;
    background: #ddd;
}

.c-card {
    border-radius: 0;
    background: #ffffff;
    border: none;
    position: relative;
}

.c-card:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    /*background-color: #d92724;*/
    z-index: 1;
    content: "";
    display: block;
    width: 100px;
    max-width: 100%;
}

.c-card .card-header {
    background-color: #ffffff;
}

.c-card.c-card__border-center::before {
    left: 50%;
    margin-left: -50px;
}

.c-float__right-small {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 24px;
    top: 297px;
    z-index: 123;
    background: #fff url("https://www.ipeh.com.cn/bocweb/web/img/01.png") no-repeat center 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.c-float__right-small p {
    padding-top: 30px;
    text-align: center;
    font-size: 12px;
}

.c-float__right-close {
    background: url("https://www.ipeh.com.cn//bocweb/web/img/about/close.png") no-repeat center center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    right: 2px;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
    background-size: 60% 60%;
    z-index: 1;
}

.c-float__right-links {
    width: 100px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    right: 24px;
    top: 300px;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.c-float__right-link {
    border-top: 1px dashed #ccc;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-size: 12px;
    display: block;
    margin: 0 10px;
    padding-left: 14px;
}

.c-float__right-link.qq {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/01.png") no-repeat left center;
}

.c-float__right-link.top {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/top.png") no-repeat left center;
}

.c-float__right-link.kaihu {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/02.png") no-repeat left center;
}

.c-float__right-link.huiyuan {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/03.png") no-repeat left center;
}

.c-float__right-link.beian {
    background: url("https://www.ipeh.com.cn//bocweb/web/img/04.png") no-repeat left center;
}

.c-float__right-link.en-zh {
    background: url("https://www.ipeh.com.cn//bocweb/web_en/img/en-zh.png") no-repeat left center;
}

.c-float__right-panels {
    width: 80px;
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 123;
}

.c-float__right-panel {
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    display: block;
    margin-bottom: 0.5rem;
    padding: 1rem 0;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    float: none;
    width: 100%;
    height: 80px;
    background: #fff;
}

.c-float__right-panel__icon {
    display: block;
    height: 30px;
    margin-bottom: 10px;
}

.c-float__right-panel.tel>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/tel.png") no-repeat center center;
}

.c-float__right-panel.top>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/top.png") no-repeat center center;
}

.c-float__right-panel.qq>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/qq.png") no-repeat center center;
}

.c-float__right-panel.kaihu>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/kaihu.png") no-repeat center center;
}

.c-float__right-panel.guanzhu>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/ewm.png") no-repeat center center;
}


.c-float__right-panel.en-zh>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web_en/img/en-zh.png") no-repeat center center;
}



.c-float__right-panel__text {
    line-height: 12px;
}

.c-float__right-panel__intro {
    position: absolute;
    right: 100px;
    top: 0;
    background: #fff;
    color: #333333;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    width: 200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10000;
}

.c-float__right-panel:hover {
    background-color: #057dc1;
}

.c-float__right-panel:hover .c-float__right-panel__text {
    color: #fff;
}

.c-float__right-panel.tel:hover>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/telh.png") no-repeat center center;
}

.c-float__right-panel.top:hover>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/top_white.png") no-repeat center center;
}


.c-float__right-panel.qq:hover>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/qqh.png") no-repeat center center;
}

.c-float__right-panel.kaihu:hover>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/kaihuh.png") no-repeat center center;
}

.c-float__right-panel.guanzhu:hover>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web/img/trade/ewmh.png") no-repeat center center;
}

.c-float__right-panel.en-zh:hover>.c-float__right-panel__icon {
    background: url("https://www.ipeh.com.cn/bocweb/web_en/img/en-zh--active.png") no-repeat center center;
}


.c-list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.c-list-group__item,
.c-list-group__link {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    color: #212529;
}

.c-list-group__link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.c-list-group__link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #057dc1;
}

ul.search-list-group {
    display: block;
    list-style: none;
}

ul.search-list-group .search-list-item {
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 0 26px 0;
    position: relative;
    cursor: pointer;
}

ul.search-list-group .search-list-item:first-child {
    border-top: 1px solid #f1f1f1;
}

ul.search-list-group .search-list-item .top {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 18px;
}

ul.search-list-group .search-list-item .top a {
    font-size: 20px;
}

ul.search-list-group .search-list-item .bottom {
    font-size: 14px;
}

ul.search-list-group .search-list-item .share_news {
    position: absolute;
    bottom: 30px;
    right: 15px;
    width: 32px;
    cursor: pointer;
    z-index: 1;
}

ul.search-list-group .search-list-item .share_news:hover {
    z-index: 2;
}

ul.search-list-group .search-list-item .share_news:hover span {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

ul.search-list-group .search-list-item .share_news span {
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    background: #fff;
    z-index: 1;
    position: relative;
}

ul.search-list-group .search-list-item .share_news .con {
    width: 113px;
    height: auto;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    right: 0;
    top: 25px;
    display: none;
}

ul.search-list-group .search-list-item .share_news .con .bdshare-button-style0-16 {
    padding: 5px 10px;
}

ul.search-list-group .search-list-item .share_news .con .bdshare-button-style0-16 a {
    display: block;
    float: none;
    height: 34px;
    line-height: 34px;
    color: #666;
    font-size: 14px;
    padding-left: 35px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
}

ul.search-list-group .search-list-item .share_news .con .bdshare-button-style0-16 a:last-child {
    border-bottom: none;
}

ul.search-list-group .search-list-item .share_news .con .bdshare-button-style0-16 a.bds_weixin {
    background: url("https://www.ipeh.com.cn//bocweb/web/img/trade/wx.png") no-repeat left center;
}

ul.search-list-group .search-list-item .share_news .con .bdshare-button-style0-16 a.bds_tsina {
    background: url("https://www.ipeh.com.cn//bocweb/web/img/trade/sina.png") no-repeat left center;
}

ul.search-list-group .search-list-item .share_news .con .bdshare-button-style0-16 a.bds_qzone {
    background: url("https://www.ipeh.com.cn//bocweb/web/img/trade/kj.png") no-repeat left center;
}

.c-link-group {
    list-style: none;
    overflow: hidden;
}

.c-link__li p {
    color: #666;
    font-size: 12px;
}

.c-link__link {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 18px;
}

.c-link__link::after {
    background: #666;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 40%;
    content: "";
    border-radius: 360px;
}

.c-link__link::hover {
    color: #057dc1;
}

.c-link__cell {
    color: #666;
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
    overflow: hidden;
    padding-right: 1rem;
}

.c-link__cell::after {
    width: 6px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    content: "";
    background-image: url("https://www.ipeh.com.cn//bocweb/web/img/link-cell-right.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -5px;
    z-index: 2;
}

.c-link__cell p {
    color: #666;
    font-size: 12px;
}

.c-link-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    color: #333333;
    padding: 1.2rem 2rem;
}

.c-link-panel:hover {
    text-decoration: underline;
    color: #333333;
}

.c-link-panel__body {
    flex: 1;
}

.c-link-panel__title {
    color: #333333;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.c-link-panel__desc {
    color: #666666;
    font-size: 0.75rem;
}

.c-link-panel__footer {
    color: #666666;
}

.c-link-prev,
.c-link-next {
    border: 1px solid #666666;
    background: #fff;
    color: #333333;
    display: inline-block;
    border-radius: 0.25rem;
    position: relative;
    padding: 0.25rem 0.75rem;
    margin: 0 0.25rem;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.c-link-prev:active,
.c-link-next:active {
    background-color: #057dc1;
    border-color: #057dc1;
    color: #fff;
}

.c-link-prev:hover,
.c-link-next:hover {
    color: #666666;
    text-decoration: none;
}

.c-pagination a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    margin: 0 0.5rem;
    text-align: center;
    display: inline;
    color: #666;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.c-pagination a.active,
.c-pagination a:hover {
    background-color: #057dc1;
    color: #fff;
    border-radius: 0.25rem;
}

.c-navbar {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    box-shadow: 0 3px 10px 0 rgba(61, 79, 127, .1);
}

.c-navbar__logo {
    position: relative;
    width: 300px;
    overflow: hidden;
    display: block;
}

.c-navbar__logo img {
    width: 100%;
}

.c-navbar .navbar-nav .nav-item {
    font-size: 18px;
    margin: 0 12px;
}

.c-navbar .navbar-nav .nav-item .nav-link {
    color: #333333;
}

.c-navbar .navbar-nav .nav-item.active .nav-link,
.c-navbar .navbar-nav .nav-item:hover .nav-link {
    color: #057dc1;
}

.c-navbar .dropdown-menu {
    padding: 16px 0px;
    min-width: 10px;
    border: 0;
    border-radius: 0;
    top: calc(100%);
}

.c-navbar .dropdown-item {
    padding: 10px 16px;
    color: #666666;
}

.c-navbar .dropdown-item:hover {
    color: #057dc1;
    color: #333;
    cursor: pointer;
}

.c-navbar .dropdown-item.active,
.c-navbar .dropdown-item:active {
    background-color: #057dc1;
    color: #fff;
}

.c-navbar__search {
    border-radius: 999999px;
    padding: 0.375rem 1rem;
    border-right: none;
    border-color: #80bdff;
}

.c-navbar__search:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.c-navbar__search__icon {
    background-color: #fff;
    border-radius: 999999px;
}

.c-navbar__search__icon .input-group-text {
    background-color: #fff;
    border-radius: 999999px;
    border-color: #80bdff;
    color: rgba(0, 0, 0, 0.5);
    border-left: none;
}

.page-nav {
    display: block;
    text-align: center;
    width: 100%;
    background: #fff;
    position: relative;
}

.page-nav__group {
    list-style: none;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
}

.page-nav__item {
    text-align: center;
    color: #212529;
    margin: 0 auto;
    display: inline-block;
}

.page-nav__item.active a,
.page-nav__item:hover a {
    color: #fff;
    background-color: #057dc1;
}

.page-nav__link {
    position: relative;
    display: block;
    margin: 0 72px;
    color: #333333;
    font-size: 18px;
    padding: 0.75rem 1.5rem;
    letter-spacing: 2px;
}

.page-nav__link:hover {
    color: #057dc1;
}

.c-banner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    background-color: #ffffff;
    display: block;
    overflow: hidden;
    max-height: 540px;
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    margin: 0 auto;
}

.c-banner a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.c-banner img {
    display: block;
    width: 100%;
    height: 100%;
}

.c-banner__body {
    display: block;
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
}

.c-banner__text {
    display: block;
    top: 50%;
    position: relative;
    font-weight: 500;
    color: #fff;
    text-align: left;
    width: 100%;
    margin: -30px auto 0px;
}


.c-banner__title {
    margin-bottom: 24px;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 10px;
    font-weight: 600;
}

.c-banner__hr {
    display: block;
    margin: 0 auto 50px auto;
    background: #fff;
    height: 2px;
    width: 282px;
}

.c-banner__subtitle {
    line-height: 50px;
    font-size: 50px;
    opacity: 0;
    margin: 0 auto 0 auto;
    text-transform: capitalize;
}

a.c-more {
    font-size: 12px;
    color: #666666;
}

a.c-more:hover {
    text-decoration: underline;
    color: #666666;
}

.c-title-lg {
    color: #212529;
    font-size: 2rem;
    line-height: 2rem;
}

.c-title-md {
    font-size: 1.5rem;
}

.c-title-sm {
    font-size: 1rem;
}

.c-title-spacing {
    letter-spacing: 3px;
}

.c-title__en-lg {
    font-size: 2rem;
    font-family: "ProximaNova-Semibold";
    text-transform: uppercase;
}

.c-title__en-grey {
    color: #ddd;
}

.text-primary {
    color: #057dc1;
}

.c-step-card__group {
    list-style: none;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}

.c-step-card__item {
    float: left;
    background: #057dc1;
    position: relative;
    text-align: center;
    color: #fff;
    display: table;
    margin-left: 0.75rem;
    width: 12.5rem;
    height: 6.25rem;
}

.c-step-card__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    margin-top: -4px;
}

.c-step-card__item:first-child::before {
    border-width: 0;
}

.c-step-card__item::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #057dc1;
    margin-top: -4px;
}

.c-step-card__item:last-child::after {
    border-width: 0;
}

.c-step-card__item b {
    font-size: 1rem;
    font-weight: bold;
    display: block;
    line-height: 3.125rem;
    text-align: center;
}

.c-step-card__item p {
    font-size: 0.875rem;
}

.c-sider {
    min-width: 256px;
    width: 256px;
    max-width: 256px;
}

.c-sider--fixed {
    overflow: auto;
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 2;
}

.c-sider__logo {
    width: 256px;
    position: relative;
    height: 64px;
    overflow: hidden;
    line-height: 64px;
    background: #002140;
    transition: all 0.3s;
}

.c-sider__logo a {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 5px;
}

.c-partner {
    position: relative;
    display: block;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
}

.c-partner:before {
    position: absolute;
    top: 0;
    left: 50%;
    height: 4px;
    margin-left: -60px;
    background-color: #d92724;
    z-index: 1;
    content: "";
    display: block;
    width: 120px;
}

.c-partner .c-partner-header {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.25rem;
}

.c-partner-title {
    position: relative;
    font-size: 28px;
    letter-spacing: 4px;
    color: #333333;
}

.c-partner-subtitle {
    position: relative;
    font-size: 12px;
    letter-spacing: 4px;
    color: #666666;
}

.c-partner-body {
    display: block;
}

.c-footer {
    display: block;
    width: 100%;
    padding: 2rem 0px;
    margin: 0 auto;
    background: #057dc1;
}

.c-footer__logo {
    display: block;
    margin-right: 3rem;
    width: 20rem;
}

.c-footer__logo a {
    display: block;
    width: 100%;
}

.c-footer__logo a img {
    display: block;
    width: 100%;
}

.c-footer__qrcode-item__img {
    width: 8rem;
    margin-right: 2rem;
}

.c-footer__hd {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}

.c-footer__hd--title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.c-footer__hd--subtitle {
    font-size: 14px;
    font-style: oblique;
    color: #f2f2f2;
}

.c-footer__bd {
    margin-bottom: 2rem;
}

.c-footer__bd--intro {
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
}

.c-footer__bd--hr {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 2rem 0;
}

.c-footer__ft {
    overflow: hidden;
}

.c-footer__nav ul {
    list-style: none;
    overflow: hidden;
}

.c-footer__nav ul li {
    float: left;
}

.c-footer__nav ul li a {
    display: block;
    margin-right: 3rem;
    color: #fff;
    font-size: 0.875rem;
    line-height: 2rem;
}

.c-footer__nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.c-footer__copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
}

.c-footer__copyright a {
    color: rgba(255, 255, 255, 0.8);
}

.c-footer__copyright a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.c-footer p {
    line-height: 1.5rem;
}

.c-wechat-qrcode {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -120px;
    width: 240px;
    height: 300px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 1000;
    font-size: 0.75rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.c-wechat-qrcode__hd {
    font-size: 0.75rem;
    font-weight: bold;
    text-align: left;
    line-height: 1rem;
    height: 1rem;
    position: relative;
    color: #212529;
    padding: 0.75rem 1.25rem;
}

.c-wechat-qrcode__bd {
    padding: 0.75rem 1.25rem;
    text-align: center;
}

.c-wechat-qrcode__bd img {
    max-width: 100%;
}

.c-wechat-qrcode__ft {
    font-size: 0.75rem;
    text-align: center;
    color: #212529;
    padding: 0.75rem 1.25rem;
}

.p-about__card {
    padding-right: 33%;
    background: #ffffff;
    background-image: url("https://www.ipeh.com.cn/bocweb/web/img/about-intro-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.p-about__card .p-about__card__title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #057dc1;
}

.p-contact__content {
    display: block;
    float: left;
}

.p-contact__content__title {
    font-size: 1rem;
    color: #212529;
    font-weight: bold;
    margin-bottom: 1rem;
}

.p-contact__content__intro {
    font-size: 0.875rem;
    letter-spacing: 1px;
    color: #212529;
    margin-bottom: 0.5rem;
}

.p-middle {
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 10rem;
    align-items: center;
    justify-content: center;
}

.p-middle.p-middle-1 {
    border-bottom: 1px solid #057dc1;
    background-image: url("https://www.ipeh.com.cn/bocweb/web/img/about-middle-bg-1.jpg");
}

.p-middle.p-middle-2 {
    background-image: url("https://www.ipeh.com.cn/bocweb/web/img/about-middle-bg-2.jpg");
}

.p-middle__hd,
.p-middle__ft {
    display: block;
    text-align: center;
    position: relative;
    width: 20%;
    background: #057dc1;
    height: 100%;
    padding: 1.25rem;
}

.p-middle__hd::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 100%;
    border-width: 0rem 10rem 10rem 0rem;
    border-style: solid;
    border-color: transparent transparent #057dc1;
    z-index: 2;
}

.p-middle__ft::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 10rem 0rem 0rem 10rem;
    border-style: solid;
    border-color: #057dc1 transparent transparent;
    z-index: 2;
    margin-left: -10rem;
}

.p-middle__title {
    font-size: 2rem;
    color: #ffffff;
    line-height: 3.75rem;
    letter-spacing: 4px;
    font-weight: bold;
}

.p-middle__entitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 3.75rem;
    letter-spacing: 4px;
}

.p-middle__bd {
    display: block;
    text-align: center;
    width: 80%;
}

.p-middle__intro {
    font-size: 2rem;
    letter-spacing: 4px;
}

.o-auth-login__card {
    width: 360px;
    background: #ffffff;
    margin: 100px auto;
    box-sizing: border-box;
}

.p-disclosure__list-group {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
}

.p-disclosure__list-item {
    display: block;
    width: 100%;
}

.p-disclosure__list-link {
    display: block;
    overflow: hidden;
    display: block;
    padding: 0.75rem 0.375rem;
    color: #666;
    border-bottom: 1px solid #eeeeee;
}

.p-disclosure__list-link:hover {
    text-decoration: underline;
    color: #057dc1;
}

.o-auth-layout__container {
    background-color: #057dc1;
    width: 100%;
    height: 100vh;
}

.o-basic-layout__content {
    width: 100%;
    position: relative;
    padding-top: 64px;
    margin-left: 256px;
    background: #ffffff;
    box-sizing: border-box;
    min-height: 100vh;
}

.o-basic-layout__container {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 24px;
    background: #f0f2f5;
}

.p-legal__title {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.about_job a.more {
    color: #3F7095;
    width: 100px;
    height: 46px;
    line-height: 46px;
    border-bottom: 2px solid #3F7095;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.about_job a.more:after {
    width: 0;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    content: "";
    transition: all 0.6s;
}

.about_job a.more:hover:after {
    width: 100%;
    transition: all 0.3s;
    left: 0;
}

.about_job a.more:hover p {
    position: relative;
    z-index: 1;
}

.about_job a.more p {
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.about_job .job-list-tpl2 {
    width: 100%;
}

.about_job .job-list-tpl2 dt {
    background: #fff;
    color: #3F7095;
    cursor: pointer;
    font-weight: normal;
    height: 51px;
    line-height: 51px;
    overflow: hidden;
    position: relative;
    margin-top: 6px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

.about_job .job-list-tpl2 dt.open {
    border: 1px solid #e2e2e2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.about_job .job-list-tpl2 dt .job-left-zw {
    padding: 0 100px 0 40px;
}

.about_job .job-list-tpl2 dt.open .job-left-zw {
    float: left;
    background-color: #3582AC;
}

.about_job .job-list-tpl2 dt.open .job-left_r {
    width: 68px;
    height: 51px;
    background-image: url("/bocweb/img/common/card-bg-r.png");
    background-repeat: no-repeat;
    background-position: right 0;
    float: left;
}

.about_job .job-list-tpl2 dt:after {
    width: 23px;
    height: 23px;
    content: "";
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -11px;
    /*background: url(/images/add.png?cf2acc4792042fc1c62cabfb045b6f46) no-repeat;*/
    background-size: 100% 100%;
}

.about_job .job-list-tpl2 dt a {
    color: #444;
    float: right;
    font: 12px/50px "\5FAE\8F6F\96C5\9ED1";
    margin-right: 56px;
}

.about_job .job-list-tpl2 dt span {
    color: #444;
    font: 18px/50px "\5FAE\8F6F\96C5\9ED1";
    padding-right: 12px;
}

.about_job .job-list-tpl2 dd {
    background: #fff;
    display: none;
    overflow: hidden;
    padding: 25px 40px;
    position: relative;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 14px;
    line-height: 18px;
}

.about_job .job-list-tpl2 dd div {
    width: 100%;
    margin-bottom: 18px;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}

.about_job .job-list-tpl2 dd div:first-child {
    border-top: none;
}

.about_job .job-list-tpl2 dd td span {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
}

.about_job .job-list-tpl2 dt.open {
    /*background: #cd2206;*/
    background: #F8FAFB;
    color: #fff;
}

.about_job .job-list-tpl2 dt.open:after {
    /* background: url(/images/pls.png?fa5279e35161faf043ab76df92fd5573) no-repeat;*/
    background-size: 100% 100%;
}

.about_job .job-list-tpl2 dt.open span {
    color: #fff;
}

.about_job .job-list-tpl2 dt.open a {
    color: #fff;
}

.about_job .job-list-tpl2 dt a:hover {
    text-decoration: underline;
}

.top_links {
    width: 210px;
}

.foote {
    background: #222;
    overflow: hidden;
    color: #fff;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    display: none;
}

.foote a {
    color: #fff;
}

.about_job .job-list-tpl2 dd a {
    font-size: 16px;
    width: 130px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    background: #057dc1;
    margin-bottom: 45px;
}

.applay-tb {
    width: 960px;
    margin: 0 auto;
}

.applay-tb .spred {
    font-size: 18px;
    font-family: Arial;
    color: #F00;
    margin-left: 12px;
}

.applay-tb {
    border: 0;
    border-width: 0 0 1px 1px;
}

.applay-tb tr td {
    padding: 8px 6px;
    border: 0;
    border-width: 1px 1px 0 0;
    font-size: 14px;
}

.applay-tb tr td {
    line-height: 1.8;
}

.applay-tb .applay-input {
    width: 180px;
    height: 36px;
    padding: 8px 10px;
    line-height: 36px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
}

.applay-tb select.applay-input {
    height: 36px;
    width: 200px;
}

.applay-tb textarea.applay-input {
    width: 820px;
    height: 100px;
}

.applay-tb .applay-input.code {
    width: 90px;
    margin-right: 8px;
}

.applay-tb .submit {
    width: 150px;
    height: 35px;
    background: #f88000;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
}

.applay-tb .error {
    border-color: #D70128;
}

.p-site__block {
    position: relative;
    border-bottom: 1px dashed #cacaca;
}

.p-site__block::after {
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #cd2206;
    content: "";
}

.p-site__block__title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
}

.p-site__group {
    list-style: none;
}

.p-site__item {
    overflow: hidden;
    margin-bottom: 3rem;
}

.p-site__item__hr {
    display: block;
    border-bottom: 1px dashed #a0a0a0;
    height: 1px;
    width: 7.5rem;
    float: left;
    margin: 13px 5px 0 5px;
}

.p-site__item__left {
    float: left;
    line-height: 1.5rem;
    height: 1.5rem;
    padding-left: 18px;
    position: relative;
}

.p-site__item__left::before {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #cd2206;
    top: 50%;
    left: 0;
    content: "";
    margin-top: -3px;
}

.p-site__item__left a {
    color: #212529;
    font-size: 20px;
    line-height: 22px;
}

.p-site__item dl {
    float: left;
}

.p-site__item dl dt {
    font-weight: normal;
    padding: 0 15px;
    position: relative;
    float: left;
}

.p-site__item dl dt::before {
    background: #cfcfcf;
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    content: "";
}

.p-site__item dl dt:first-child::before {
    width: 0px;
}

.p-site__item dl dt a {
    font-size: 16px;
    color: #212529;
}

.p-news__channels .p-news__channels-group {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-news__channels .p-news__channels-group .p-news__channels-item {
    display: block;
    border-bottom: 1px solid #eeeeee;
}

.p-news__channels .p-news__channels-group .p-news__channels-item:last-child {
    border-bottom: none;
}

.p-news__channels .p-news__channels-group .p-news__channels-item.active .p-news__channels-link {
    color: #057dc1;
}

.p-news__channels .p-news__channels-group .p-news__channels-item .p-news__channels-link {
    display: block;
    padding: 0.75rem 0.375rem;
    overflow: hidden;
}

.p-news__channels-title {
    font-size: 16px;
    color: #333333;
}

.p-news__channels-time {
    font-size: 14px;
    color: #666666;
}

.p-news__channels-link:hover {
    background-color: #057dc1;
    color: #fff;
}

.p-news__channels-link:hover .p-news__channels-title,
.p-news__channels-link:hover .p-news__channels-time {
    color: #fff;
}



.p-news__channels .p-news__channels-imgbox {
    display: table-cell;
    vertical-align: middle;
}

.p-news__channels .p-news__channels-imgbox img {
    max-width: 100%;
    display: block;
}

.p-news__detail-title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.p-news__detail-time {
    text-align: center;
    color: #666666;
    display: block;
}

.p-news__detail-content {
    display: block;
    width: 100%;
}

.p-news__detail-content p {
    /* text-indent: 0 !important; */
}

.p-news__detail-content img {
    max-width: 100%;
}

.p-news__detail-link {
    color: #333333;
}

.p-news__detail-link:hover {
    color: #057dc1;
    text-decoration: underline;
}

.p-news__detail-back {
    border-radius: 30px;
    font-size: 15px;
    text-align: center;
    width: 165px;
    height: 50px;
    line-height: 50px;
    background-color: #057dc1;
    display: inline-block;
    color: #fff;
}

.p-news__detail-back:hover {
    background: #ddd;
    color: #222;
}

.p-news__index-navbar {
    width: 100%;
    text-align: center;
    background: #fff;
    position: relative;
    display: block;
    text-align: center;
}

.p-news__index-navbar-group {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-news__index-navbar-item {
    text-align: center;
    display: inline-block;
    flex: 1;
}

.p-news__index-navbar-item.active .p-news__index-navbar-link {
    color: #fff;
    background: #057dc1;
    text-decoration: none;
}

.p-news__index-navbar-link {
    position: relative;
    display: block;
    color: #333333;
    font-size: 18px;
    padding: 0.75rem 1.5rem;
    letter-spacing: 1px;
}

.p-news__index-navbar-link:hover {
    color: #fff;
    background: #057dc1;
    text-decoration: none;
}

.p-news__index-list {
    width: 100%;
}

.p-news__index-list-group {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.p-news__index-list-item {
    display: block;
    background: #fff;
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
    box-shadow: 0 2px 3px 0 rgba(61, 79, 127, .1);
}

.p-news__index-list-item__imgbox {
    width: 100%;
    display: block;
    text-align: center;
}

.p-news__index-list-item__imgbox img {
    max-height: 170px;
    max-width: 100%;
}

.p-news__index-list-item__title {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    margin-bottom: 2rem;
}

.p-news__index-list-item__extra {
    margin-bottom: 2rem;
    overflow: hidden;
    color: #666666;
    line-height: 2rem;
}

.p-news__index-list-item__params {
    color: #666666;
}

.p-news__index-list-link {
    width: 100%;
    display: block;
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    padding: 1.25rem;
}

.p-news__index-list-link:hover {
    color: #333333;
}

.p-rules__group {
    list-style: none;
    overflow: hidden;
}

.p-rules__item {
    border-bottom: 1px solid #F2F2F2;
}

.p-rules__item:last-child {
    border-bottom: none;
}

.p-rules__link {
    overflow: hidden;
    display: block;
    padding: 1.2rem 0;
}

.p-rules__link .p-rules__title {
    font-size: 18px;
    color: #333333;
}

.p-rules__link .p-rules__time {
    color: #666666;
    font-size: 14px;
}

.p-rules__link .p-rules__download {
    color: #666666;
    font-size: 14px;
    background: url(http://www.artduoduo.com/bocweb/web/img/trade/down1.png) no-repeat center top;
    height: 50px;
    padding-top: 30px;
}

.p-rules__link:hover .p-rules__title {
    color: #057dc1;
    background-color: #fff;
    font-weight: bold;
}


.p-welcome .product-card {
    background-color: #fff;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 37.5%;
}

.p-welcome .product-card__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    margin-top: -1.5rem;
    font-size: 1.5rem;
}

.p-welcome .product-card:hover {
    text-decoration: none;
}

.p-welcome .product-card::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    filter: alpha(opacity=15);
    opacity: 0.15;
    background-image: url("https://www.ipeh.com.cn//bocweb/web/img/icon-qs.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    width: 37.5%;
    height: 100%;
    margin-right: -1rem;
    margin-top: 1rem;
}

.p-welcome .product-card-1 {
    background-color: #4f84a6;
}

.p-welcome .product-card-1::after {
    background-image: url("https://www.ipeh.com.cn//bocweb/web/img/icon-qs.png");
}

.p-welcome .product-card-2 {
    background-color: #057dc1;
}

.p-welcome .product-card-2::after {
    background-image: url("https://www.ipeh.com.cn//bocweb/web/img/icon-url.png");
}

.p-welcome .product-card-3 {
    background-color: #ba6463;
}

.p-welcome .product-card-3::after {
    background-image: url("https://www.ipeh.com.cn//bocweb/web/img/icon-trz.png");
}

.p-welcome .product-card-4 {
    background-color: #ad413f;
}

.p-welcome .product-card-4::after {
    background-image: url("https://www.ipeh.com.cn//bocweb/web/img/icon-block.png");
}

.p-welcome .trade-table {
    height: 28rem;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-top: 3.5rem;
}

.p-welcome .trade-table .trade-thead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

.p-welcome .trade-table .trade-tr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-welcome .trade-table .trade-th,
.p-welcome .trade-table .trade-td {
    flex: 1;
    padding: 1rem 0.5rem;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    line-height: 1.5rem;
}

.p-welcome .trade-table .trade-th {
    font-size: 1rem;
    border-top: none;
    font-weight: normal;
    border-bottom: 1px solid #dddddd;
}

.p-welcome .trade-table .trade-td {
    border: none;
    font-size: 0.875rem;
}

.p-welcome .trade-table .trade-td.font-red {
    color: #d92724;
}

.p-welcome .right-tab__item {
    letter-spacing: 4px;
    display: block;
    text-align: center;
    background: #dcdcdc;
    height: 3rem;
    line-height: 3rem;
    color: #212529;
}

.p-welcome .right-tab__item:hover {
    color: #212529;
    text-decoration: none;
}

.p-welcome .right-tab__item.active {
    border-bottom: 4px solid #057dc1;
    position: relative;
}

.p-welcome .right-tab__item.active::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: #057dc1 transparent transparent transparent;
}

.p-welcome .right-case__block {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.p-welcome .right-case__group {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.p-welcome .right-case__item {
    float: left;
    display: block;
    padding: 0 0.75rem;
}

.p-welcome .right-case__link {
    display: block;
    width: 250px;
}

.p-welcome .right-case__media-box:hover {
    text-decoration: none;
}

.p-welcome .right-case__media-box__thumb {
    width: 100%;
    text-align: center;
}

.p-welcome .right-case__media-box__thumb img {
    max-width: 100%;
    max-height: 100%;
}

.p-welcome .right-case__media-box__hd {
    width: 100%;
    display: block;
}

.p-welcome .right-case__media-box__bd {
    font-size: 0.75rem;
    overflow: hidden;
}

.p-welcome .right-case__media-box__title {
    font-weight: bold;
    display: block;
    color: #057dc1;
}

.p-welcome .right-case__media-box__industry {
    color: #212529;
    font-size: 0.875rem;
}

.p-welcome .right-case__media-box__tag {
    border: 1px solid #d92724;
    padding: 0 0.25rem;
    color: #d92724;
}

.p-welcome .trz-case__group {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.p-welcome .trz-case__item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 1rem;
}

.p-welcome .trz-case__item:last-child {
    border-bottom: none;
}

.p-welcome .trz-case__item__hd {
    font-size: 1rem;
    color: #666666;
    display: block;
    padding: 0.75rem 1.25rem;
}

.p-welcome .trz-case__item__bd {
    color: #212529;
    display: flex;
    flex-direction: column;
    padding: 0.75rem 1.25rem;
}

.p-welcome .trz-case__item__cell {
    border-right: 1px dashed #dcdcdc;
    display: block;
    padding: 0 0.5rem;
    text-align: center;
}

.p-welcome .trz-case__item__cell__title {
    font-size: 0.75rem;
    color: #666666;
    display: block;
}

.p-welcome .trz-case__item__cell__content {
    font-size: 0.875rem;
    color: #666666;
    display: block;
    margin-bottom: 1rem;
}

.p-welcome .trz-case__item__cell::last-child {
    border-bottom: none;
}

.p-welcome .success-case__block {
    display: block;
    overflow: hidden;
    /* background: linear-gradient(to right, #3c93c8, #216a95) */
    background-color: #057dc1;
    z-index: 10;
    height: 240px;
}

.p-welcome .success-case__group {
    list-style: none;
    overflow: hidden;
}

.p-welcome .success-case__item {
    list-style: none;
    display: block;
}

.p-welcome .success-case__link {
    color: hsla(0, 0%, 100%, .7);
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
    letter-spacing: 1px;
    text-overflow: ellipsis;
}

.p-welcome .success-case__link:hover {
    color: rgba(255, 255, 255, 1);
}

.success-case__title {
    display: block;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.success-case__desc {
    font-weight: 300;
    color: #676f79;
    line-height: 1.8;
}

.success-case__detail {
    display: flex;
    align-items: center;
    color: #055cd4;
}

.success-case__detail:hover {
    color: #055cd4;
}

.u-text-left {
    text-align: left;
}

.u-text-right {
    text-align: right;
}

.u-text-center {
    text-align: center;
}

.u-text-justify {
    text-align: justify;
}

.primary-color {
    color: #057dc1;
}

.see-more-block {
    display: block;
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.see-more {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #057dc1;
    border-radius: 48px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: -webkit-transform .1s;
    transition: -webkit-transform .1s;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s;
    font-size: 16px;
    color: #057dc1;
    line-height: 46px;
    box-sizing: border-box;
    letter-spacing: 4px;
}

.see-more:hover {
    transition: transform .3s;
    transform: translateY(-4px);
    background-color: #057dc1;
    color: #fff;
    box-shadow: 0 6px 20px 0 rgba(61, 79, 127, .3);
    border-color: #057dc1;
}

.u-hide {
    display: none !important;
}

.welcome-tab__group {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.welcome-tab__item {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 40px;
    position: relative;
}

.welcome-tab__item::before {
    position: absolute;
    content: '';
    right: 0;
    top: 2px;
    width: 2px;
    height: 20px;
    background: #9da0b3;
}

.welcome-tab__item:last-child::before {
    content: none;
}

.welcome-tab__link {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 2px;
}

.welcome-tab__item .welcome-tab__link.active {
    color: #057dc1;
}

.ecology-block__hd {
    position: relative;
}

.ecology-block__title-num {
    font-size: 110px;
    color: #4468e6;
    position: absolute;
    top: -80px;
    left: -75px;
    font-family: DINCond;
    opacity: .1;
}

.ecology-block__title {
    font-size: 28px;
    color: #282b45;
    font-weight: 600;
    letter-spacing: 2px;
}

.ecology-block__thumb img {
    width: 360px;
}

.news-re {
    width: 1080;
    margin: 0 auto;
    position: relative;
}

.news-re__left {
    width: 400px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    float: left;
    height: 400px;
}

.news-re__left:hover {
    box-shadow: 0 20px 60px 0 rgba(61, 79, 127, .16);
}



.news-re__wrapper {
    overflow: hidden;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.news-re__link {
    display: block;
}


.news-re__right {
    width: 800px;
    margin-left: 400px;
}

.news-re__right ul {
    width: 100%;
    height: 400px;
    list-style: none;
}

.news-re__right li {
    height: 200px;
    box-sizing: border-box;
    width: 50%;
    float: left;
    border-left: 1px solid #e9edf4;
    border-bottom: 1px solid #e9edf4;
    transition: all .2s ease-out;
    text-align: left;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.news-re__right li:hover {
    border-color: #fff;
    box-shadow: 0 20px 60px 0 rgba(61, 79, 127, .16);
}

.news-re__thumb {
    width: 100%;
    height: 200px;
    transition: all .2s ease-out;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 16px;
}

.news-re__thumb img {
    max-width: 100%;
    max-height: 100%;
}

.news-re__hd {
    padding: 12px 16px;
    line-height: 32px;

}

.news-re__bd {
    padding: 12px 16px;
    display: block;
}


.news-re__title {
    font-size: 18px;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    line-height: 32px;
    color: #333333;
}

.news-re__meta {
    font-size: 14px;
    color: #666666;
    position: relative;
    line-height: 32px;
}

.news-re__desc {
    max-height: 72px;
    font-size: 16px;
    color: #666666;
    position: relative;
    margin-bottom: 12px;
}

.news-nav {
    border-bottom: 1px solid #e9edf4;
}

.news-nav.nav-pills .nav-link.active,
.news-nav.nav-pills .show>.nav-link {
    background: #fff;
    color: #057dc1;
}


.news-nav.nav-pills .nav-link {
    font-size: 24px;
    border-right: 2px solid #e9edf4;
}

.news-nav.nav-pills .nav-item:last-child .nav-link {
    border-right: none;
}