html {
    font-size: 12px;
    overflow-x: hidden;
}
html, body {
    position: relative;
    height: 100%;
}

a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

em {
    font-style: normal;
}

ol,ul{list-style:none}

li{display:list-item}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body, button, input, select, textarea {
    font: 14px/1 Microsoft YaHei;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
.icons {
    background-image: url("../image/icon.png");
    background-repeat: no-repeat;
}
.containers {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
}

.headers {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-bottom: 1px solid #eee;
}

.headers .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
.headers .head .welcome {
    color: #333;
    font-size: 15px;
}
.headers .head .r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headers .head .r .tel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    color: #333;
}
.headers .head .r .tel img {
    width: 16px;
    margin-right: 5px;
}
.headers .head .r .tel span {
    font-weight: bold;
    font-size: 16px;
    color: #f60;
}
.headers .head .r a.login {
    padding: 6px 25px;
    font-size: 15px;
    border-radius: 30px;
    margin-left: 15px;
    background: #054FD6;
    color: #fff;
}
.headers .head .r a.login:hover {
    background: #1672F7;
}
.headers .head .r a.reg {
    padding: 6px 25px;
    font-size: 15px;
    border-radius: 30px;
    margin-left: 15px;
    background: #F46C16;
    color: #fff;
}
.headers .head .r a.reg:hover {
    background: #F17F37;
}
.headers .head .r .head-user-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 30px;
}
.headers .head .r .head-user-info .avatar {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    margin-top: -1px;
}
.headers .head .r .head-user-info h5 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
}
.headers .head .r .head-user-info .vip {
    width: 14px;
    margin: 3px 15px 0 5px;
}
.headers .head .r .head-user-info em {
    font-size: 15px;
    color: #333;
    font-weight: normal;
}
.headers .head .r .head-user-info .my-btn {
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headers .head .r .head-user-info .my-btn a {
    color: #333;
    font-size: 15px;
}
.headers .head .r .head-user-info .my-btn a.out-btn {
    color: #f00;
}
.headers .head .r .head-user-info .my-btn span {
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background: rgba(0,0,0,0.2);
}

.logos {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logos .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.logos .logo .logo-image {
    max-height: 92px;
}


.menus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../images/search-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.menus .items {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menus .items a {
    font-size: 18px;
    color: #fff;
    padding: 20px 40px;
}
.menus .items a:hover,.menus .items a.active {
    background: #187BFC;
}

.searchs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.searchs .search {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 50px 0;
}
.searchs .search .search-box {
    width: 60%;
    background: #fff;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.searchs .search .search-box .search-input {
    width: calc(100% - 130px);
    border-radius: 30px;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    border: none;
    outline: none;
    font-size: 15px;
}
.searchs .search .search-box .search-input::placeholder {
    color: #ccc;
}
.searchs .search .search-box button {
    width: 130px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #F46C16;
    border: none;
    font-size: 22px;
    color: #fff;
}
.searchs .search .search-box button img {
    width: 34px;
    margin-right: 3px;
}
.searchs .search .hot-key {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
    line-height: 22px;
}
.searchs .search .hot-key .lab {
    font-size: 15px;
    color: #fff;
    padding-left:10px;
}
.searchs .search .hot-key a {
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sec-body {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F7FB;
}
.em-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.bd-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.bd-box .bd-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 415px);
}
.bd-box .bd-left .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    background: #fff;
    padding: 15px 15px;
}
.bd-box .bd-left .box .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20px);
    background: #E8F4FF;
    position: relative;
    height: 50px;
    margin-bottom: 25px;
    margin-left: 20px;
}
.bd-box .bd-left .box .title .name {
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
    width: 150px;
    text-align: center;
}
.bd-box .bd-left .box .title img {
    position: absolute;
    left: -20px;
    top: -3px;
    z-index: 0;
}
.bd-box .bd-left .box .title a {
    font-size: 15px;
    color: #999;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-left .box .title a:hover{
    color: #064ED4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-left .box .con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.bd-box .bd-left .box .con .con-swiper {
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.bd-box .bd-left .box .con .con-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.bd-box .bd-left .box .con .con-swiper .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bd-box .bd-left .box .con .con-swiper .swiper-wrapper .swiper-slide span {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-right: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bd-box .bd-left .box .con .con-swiper .swiper-pagination {
    position: absolute;
    z-index: 9;
    right: 0;
    left: unset;
    bottom: 8px;
    width: 100px;
    text-align: right;
    font-size: 0;
}

.bd-box .bd-left .box .con .con-swiper .swiper-pagination .swiper-pagination-bullet{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 3px;
    outline: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity : 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bd-box .bd-left .box .con .con-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: none;
    background: #f00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-left .box .con .items {
    width: calc(100% - 420px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.bd-box .bd-left .box .con .items a {
    font-size: 18px;
    color: #333;
    padding: 13px 0 13px 20px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;

}
.bd-box .bd-left .box .con .items a:hover {
    color: #064ED4;
}
.bd-box .bd-left .box .con .items a:last-of-type {
    padding-bottom: 0;
}
.bd-box .bd-left .box .con .items a:before {
    width: 6px;
    height: 6px;
    background: #A1A1A1;
    position: absolute;
    border-radius: 50%;
    content: "";
    left: 0;
    top: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-left .box .con .items a:hover:before {
    background: #064ED4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bd-box .bd-left .box1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    background: #fff;
    padding: 15px 15px;
    margin-top: 15px;
}
.bd-box .bd-left .box1 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.bd-box .bd-left .box1 .title .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #064ED4;
    border-bottom: 4px solid #064ED4;
    padding: 0 10px 10px 0;
}
.bd-box .bd-left .box1 .title .name img {
   margin-right: 10px;
}
.bd-box .bd-left .box1 .title a {
    font-size: 15px;
    color: #999;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-left .box1 .title a:hover{
    color: #064ED4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-left .box1 .items {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.bd-box .bd-left .box1 .items a {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bd-box .bd-left .box1 .items a:last-of-type {
    /*margin-bottom: 0;*/
}
.bd-box .bd-left .box1 .items a span {
    width: calc(100% - 100px);
    font-size: 18px;
    color: #333;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-left .box1 .items a:hover span {
    color: #064ED4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bd-box .bd-left .box1 .items a span:before {
    width: 6px;
    height: 6px;
    background: #A1A1A1;
    position: absolute;
    border-radius: 50%;
    content: "";
    left: 0;
    top: 6px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-left .box1 .items a:hover span:before {
    background: #064ED4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-left .box1 .items a em {
    width: 100px;
    font-size: 15px;
    color: #888;
    text-align: right;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-left .box1 .items a:hover em {
    color: #064ED4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 400px;
}
.bd-box .bd-right.mtop {
    margin-top:15px;
}
.bd-box .bd-right .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 15px 15px;
    background: #E8F4FF;
    margin-top: 15px;
    border: 1px solid #D0E6FB;
}
.bd-box .bd-right .box:first-of-type {
    margin-top: 0;
    border-top: 10px solid #0E5BE9;
}
.bd-box .bd-right .box .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.bd-box .bd-right .box .title.mtop {
    margin-top: 20px;
}
.bd-box .bd-right .box .title .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 26px;
    color: #0E5BE9;
    font-weight: bold;
}
.bd-box .bd-right .box .title .name .icon-1 {
    margin-left: 5px;
}
.bd-box .bd-right .box .title .name .icon-2 {
    margin-right: 5px;
}
.bd-box .bd-right .box .title a {
    font-size: 16px;
    color: #888;
}
.bd-box .bd-right .box .title a:hover {
    color: #0E5BE9;
}
.bd-box .bd-right .box .items {
    background: #fff;
    margin-top: 16px;
    padding: 15px 15px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.bd-box .bd-right .box .items a {
    width: 100%;
    color: #444;
    font-size: 17px;
    padding: 12px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bd-box .bd-right .box .items a:hover {
    color: #0E5BE9;
}

.bd-box .bd-right .box .items-trade {
    background: #fff;
    margin-top: 16px;
    padding: 15px 15px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.bd-box .bd-right .box .items-trade .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.bd-box .bd-right .box .items-trade .line a {
    color: #444;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    padding: 10px 0;
}
.bd-box .bd-right .box .items-trade .line a:hover {
    color: #0E5BE9;
}
.bd-box .bd-right .box .items-trade em {
    text-align: center;
    padding: 0 6px;
}
.bd-box .bd-right .box .items-area {
    background: #fff;
    margin-top: 16px;
    padding: 15px 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 210px;
    overflow: hidden;
}

.bd-box .bd-right .box .items-area a {
    color: #444;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    padding: 10px 7px;
}
.bd-box .bd-right .box .items-area a:hover {
    color: #0E5BE9;
}
.bd-box .bd-right .box .tag-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.bd-box .bd-right .box .tag-list .tags {
    width: 174px;
    background: #f00;
    border-radius: 15px;
    margin-right: calc(100% - 174px * 2);
    margin-top: 20px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: bold;
    color: #0E5BE9;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-right .box .tag-list .tags:hover {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.bd-box .bd-right .box .tag-list .tags:nth-child(2n){
    margin-right: 0;
}
.bd-box .bd-right .box .tag-list .tags img {
    margin-right: 6px;
    margin-left: 15px;
    width: 40px;
}
.bd-box .bd-right .box .tag-list .tags.tags-1 {
    background: linear-gradient(to right, #D1DCF8, #C1CEF1);
}
.bd-box .bd-right .box .tag-list .tags:hover.tags-1 {
    background: linear-gradient(to right, #C1CEF1, #D1DCF8);
}
.bd-box .bd-right .box .tag-list .tags.tags-2 {
    background: linear-gradient(to right, #ECEAEB, #F8D6CA);
}
.bd-box .bd-right .box .tag-list .tags:hover.tags-2 {
    background: linear-gradient(to right, #F8D6CA, #ECEAEB);
}
.bd-box .bd-right .box .tag-list .tags.tags-3 {
    background: linear-gradient(to right, #D6EDFF, #B6E2FF);
}
.bd-box .bd-right .box .tag-list .tags:hover.tags-3 {
    background: linear-gradient(to right, #B6E2FF, #D6EDFF);
}
.bd-box .bd-right .box .tag-list .tags.tags-4 {
    background: linear-gradient(to right, #F3EEDB, #FEE8AF);
}
.bd-box .bd-right .box .tag-list .tags:hover.tags-4 {
    background: linear-gradient(to right, #FEE8AF, #F3EEDB);
}
.bd-box .bd-right .box .tag-list .tags.tags-5 {
    background: linear-gradient(to right, #D3E4FF, #B5D0FF);
}
.bd-box .bd-right .box .tag-list .tags:hover.tags-5 {
    background: linear-gradient(to right, #B5D0FF, #D3E4FF);
}
.bd-box .bd-right .box .tag-list .tags.tags-6 {
    background: linear-gradient(to right, #CCF0FC, #A7EBF8);
}
.bd-box .bd-right .box .tag-list .tags:hover.tags-6 {
    background: linear-gradient(to right, #A7EBF8, #CCF0FC);
}
.bd-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: url("../images/ad2.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 15px;
}
.bd-ad a {
    width: 100%;
    height: 150px;
    font-size: 36px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.u-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #D0E6FB;
    border-top: 10px solid #0E5BE9;
    padding:20px 15px 30px;
}
.u-link .t {
    font-size: 26px;
    color: #0E5BE9;
    font-weight: bold;
}
.u-link .items {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.u-link .items a {
    margin-top: 15px;
    margin-right: 25px;
    font-size: 16px;
    color: #333;
}
.u-link .items a:hover {
    color: #0E5BE9;
}


.footers {
    background-color: #353942;
}
.footers .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 40px 0;
}
.footers .footer .bottom-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.footers .footer .bottom-menu a {
    font-size: 16px;
    color: #fff;
}
.footers .footer .bottom-menu a:hover {
    color: #0E5BE9;
}
.footers .footer .bottom-menu em {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 25px;
}
.footers .footer p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}
.footers .footer .qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.footers .footer .qrcode .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: 50px;
}
.footers .footer .qrcode .item:last-of-type {
    margin-right: 0;
}
.footers .footer .qrcode .item img {
    width: 100px;
    height: 100px;
}
.footers .footer .qrcode .item p {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.fl {
    float: left;
}
.extra-wrap { position: fixed; right: 34px; z-index: 9999; top: 50%; margin-top: -288px; }
.xiazaiApp { width: 63px; text-align: center; position: relative; }
.xiazaiApp a { display: block; }
.xiazaiApp .title { color: #000000; }
.tag_all li a .title {
    color: #000;
    margin-top:5px;
}
.lianxifangshi { width: 70px; background-color: #FFFFFF; box-shadow: 0px 0px 20px rgba(46, 130, 245, 0.3); border-radius: 32px; margin: 20px 0; padding: 5px 0; }
.lianxifangshi li { text-align: center; padding: 12px 0; border-bottom: 1px solid #EEEEEE; position: relative; margin: 0 5px; }
.lianxifangshi li a { font-size: 12px; display: block; }
.lianxifangshi li a .lxfs_text { color: #000000; margin-top: 5px; }
.lianxifangshi li a span { display: inline-block; }
.lianxifangshi li a .weixin-icon { background: url(../images/tip_07.png) no-repeat; width: 25px; height: 22px; }
.lianxifangshi li a .kefu-icon { background: url(../images/tip2_11.png) no-repeat; width: 25px; height: 26px; }
.lianxifangshi li a .zxzx-icon { background: url(../images/zxzx.png) no-repeat; width: 25px; height: 26px; }
.lianxifangshi li a .shouqi-icon { background: url(../images/shouqi.png) no-repeat; width: 26px; height: 26px; }
.lianxifangshi li a .zhankai-icon { background: url(../images/zhankai.png) no-repeat; width: 26px; height: 26px; }
.lianxifangshi li a:hover .lxfs_text { color: #238aff; }
.lianxifangshi li a:hover .weixin-icon { background: url(../images/tip_07hover.png) no-repeat; }
.lianxifangshi li a:hover .kefu-icon { background: url(../images/tip_10.png) no-repeat; }
.lianxifangshi li a:hover .zxzx-icon { background: url(../images/zxzx_active.png) no-repeat; }
.lianxifangshi li a:hover .shouqi-icon { background: url(../images/shouqi_active.png) no-repeat; }
.lianxifangshi li a:hover .zhankai-icon { background: url(../images/zhankai_active.png) no-repeat; }
.lianxifangshi li .lianxikefu-hover { position: absolute; left: -310px; top: -75px; z-index: 99; display: none; }
.lianxifangshi li .xiangmuzixun { background: url('../images/xmzxbg.png') no-repeat center; width: 329px; height: 217px; background-size: 100%; }
.xiangmuzixun_cont { padding: 41px 53px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;}
.wangyegoutong { padding-bottom: 10px; border-bottom: 1px solid #EBEBEB; }
.wangyegoutong_text { text-align: left; margin-left: 15px; width: 121px; }
.wangyegoutong .wangyegoutong_text .wygt_ljgt { color: #FC8B27; line-height: 20px; }
.wangyegoutong .wangyegoutong_img { margin-top: 13px; }
.kefudianhua { margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;}
.kefudianhua .wygt_kfrx { font-weight: bold; font-size: 20px; color: #2E82F5;  margin-top: 3px; }
.kefudianhua .wangyegoutong_text { width: auto; }
.kefudianhua .kfdh_img { margin-top: 0px; }
.zaixiankefu { background: url('../images/qqzxbg.png') no-repeat center; width: 329px; height: 137px; background-size: 100%; }
.lianxifangshi li .zaixiankefu { top: -38px; }
.lianxifangshi li .zaixiankefu .wangyegoutong { border-bottom: 0; }
.lianxifangshi li.guanzhuweixin a:hover .lxfs_text { color: #FF6500; }
.guanzhuweixin-hover { position: absolute; left: -210px; top: 0px; z-index: 99; }
.guanzhuweixin-hover .guanzhuweixin-hover_cont { width: 175px; padding-top: 20px; padding-bottom: 20px; background-color: #FFFFFF; border-radius: 10px; box-shadow: 0px 0px 20px rgba(46, 130, 245, 0.3); }
.guanzhuweixin-hover .hover-jiantou { margin-top: 20px; }
.guanzhuweixin-hover_cont .gzwx_img { width: 129px; margin-bottom: 10px; }
.guanzhuweixin-hover_cont .gzwx_text1 { color: #000000; font-weight: bold; margin-bottom: 5px; }
.guanzhuweixin-hover_cont .gzwx_text2 { color: #FF6500; }

.sec-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #F6F7FB;
}
.em-detail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 15px 15px 50px;
    background: #fff;
    margin: 20px 0;
}
.select-where {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 40px;
}
.select-where .sw-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
}
.select-where .sw-item .lab {
    width: 120px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    text-align: right;
    margin-right: 10px;
}
.select-where .sw-item .item-list {
    width: calc(100% - 130px);
    display: flex;
    flex-wrap: wrap;
}
.select-where .sw-item .item-list a {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-right: 15px;
    font-size: 16px;
    border-radius: 10px;
    color: #333;
    background: #EAF2FD;
    margin-bottom: 10px;
}
.select-where .sw-item .item-list a:hover,.select-where .sw-item .item-list a.active {
    background: #0E5BE9;
    color: #fff;
}

.de-lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}



.de-lists.de-flex {
    justify-content: space-between;
    flex-flow: unset;
}
.de-lists .de-nav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 300px;
}
.de-lists .de-nav a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
    padding: 15px 0;
    background: #DCEDFF;
    margin-bottom: 20px;
}
.de-lists .de-nav a:hover,.de-lists .de-nav a.active {
    color: #fff;
    background: #0E5BE9;
}



.de-lists .de-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 46px;
    background: #DCEDFF;
    margin-bottom: 30px;
}
.de-lists .de-head .name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    font-size: 24px;
    color: #fff;
    position: relative;
}
.de-lists .de-head .name .icon {
    margin-right: 10px;
    width: 28px;
    position: relative;
    z-index: 2;
    margin-top: -5px;
}
.de-lists .de-head .name span {
    position: relative;
    z-index: 2;
    margin-top: -5px;
}
.de-lists .de-head .name .bg {
    position: absolute;
    left: 0;
    top: -27px;
    z-index:1;
}
.de-lists .de-head .position {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}
.de-lists .de-head .position .icon {
    width: 18px;
    margin-right: 5px;
}
.de-lists .de-head .position .r {
    width: 16px;
    margin: 0 5px;
}
.de-lists .de-head .position a {
    color: #333;
}
.de-lists .de-head .position a:hover {
    color: #0E5BE9;
}
.de-lists .de-items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}


.de-lists .de-items.de-items-width {
    width: calc(100% - 350px);
}
.de-lists .de-items .tt {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    background: #DCEDFF;
    padding: 15px 20px;
}

.de-lists .de-items a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.de-lists .de-items a span {
    width: calc(100% - 120px);
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.de-lists .de-items a span:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #A2A2A2;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.de-lists .de-items a em {
    width: 120px;
    text-align: right;
    font-size: 18px;
    color: #888;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.de-lists .de-items a:hover span {
    color: #0E5BE9;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.de-lists .de-items a:hover span:before {
    background: #0E5BE9;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.de-lists .de-items a:hover em {

    color: #0E5BE9;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.de-lists .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0E5BE9;
    border-color: #0E5BE9
}
.pagination > li > a, .pagination > li > span {
    color: #0E5BE9;
}
.de-lists .de-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}



.de-lists .de-content.de-content-width {
    width: calc(100% - 350px);
}
.de-lists .de-content .tt {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
    background: #DCEDFF;
    padding: 15px 20px;
}



.de-lists .de-content .t {
    font-size: 20px;
    color: #000;
    margin: 40px 0;
    width: 100%;
    text-align: center;
}
.de-lists .de-content .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.de-lists .de-content .tag span {
    font-size: 14px;
    color: #888;
    margin-right: 20px;
}
.de-lists .de-content .tag span:last-of-type {
    margin-right: 0;
}
.de-lists .de-content .contents {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-top: 20px;
    width: 100%;
}
.de-lists .de-content .contents img {
    max-width: 100%;
}
.de-lists .de-content .next-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 40px;
}
.de-lists .de-content .next-page .np {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.de-lists .de-content .next-page .np span {
    width: 65px;
    font-size: 16px;
    color: #888;
}
.de-lists .de-content .next-page .np a {
    width: calc(100% - 65px);
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.de-lists .de-content .next-page .np a:hover {
    color: #0E5BE9;
}

.de-lists .de-content .no-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 50px 0;
}
.de-lists .de-content .no-login p {
    font-size: 16px;
    color: #f60;
    margin-bottom: 10px;
}
.de-lists .de-content .no-login .lg {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f60;
    background: #FFF3EA;
    font-size: 15px;
    padding: 15px 100px;
    margin-top: 30px;
}
.de-lists .de-content .no-login .lg a {
    margin: 0 15px;
    font-weight: bold;
    color: #f60;
}
.de-lists .de-content .no-login .lg a:hover {
    color: #0E5BE9;
}
.de-lists .de-content .no-login .lx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}
.de-lists .de-content .no-login .lx .qr {
    width: 110px;
    height: 110px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.de-lists .de-content .no-login .lx .qr img {
    width: 100px;
    height: 100px;
}
.de-lists .de-content .no-login .lx .lxx {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.de-lists .de-content .no-login .lx .lxx p {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.de-lists .de-content .no-login .lx .lxx p:last-of-type {
    margin-bottom: 0;
}

.reg-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin: 0 auto;
    max-width: 850px;
    padding: 20px 0 40px;
}
.reg-box .reg-success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 80px 0;
}
.reg-box .reg-success h5 {
    font-size: 20px;
    color: #777;
    font-weight: normal;

}
.reg-box .reg-success a {
    color: #0E5BE9;
    font-size: 18px;
    margin-top: 40px;
}
.reg-box .reg-success a:hover {
    color: #0E5BE9;
}
.reg-box .reg-title {
    width: 100%;
    /*height: 100px;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*flex-flow: column;*/
    /*background-image: url("../images/reg_bg.jpg");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    border-bottom: 5px solid #0E5BE9;
}
.reg-box .reg-title h5 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #0E5BE9;
    margin-bottom: 10px
}
.reg-box .reg-title span {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}
.reg-box .reg-form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
}
.reg-box .reg-form .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
}
.reg-box .reg-form .line.lc {
    justify-content: center;
}

.reg-box .reg-form .line .label {
    margin-right: 10px;
    width: 180px;
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: normal;
}
.reg-box .reg-form .line.lc .label {
    width: 60px;
}
.reg-box .reg-form .line .label .tip {
    color: #f00;
    font-size: 20px;
}
.reg-box .reg-form .line input {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 10px;
    margin-right: 10px;
    width: 300px;
    height: 34px;
    line-height: 34px;
    outline: none;
}
.reg-box .reg-form .line small {
    color: #999;
}

.reg-box .reg-form .xieyi {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 15px;
    color: #777;
    margin-top: 40px;
    padding-left: 190px;
}
.reg-box .reg-form .xieyi label{
    margin-top: 4px;
    padding-left: 10px;
}
.reg-box .reg-form .xieyi a {
    color: #0E5BE9;
    margin-top: 4px;
}
.reg-box .reg-form .reg-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 190px;
    margin-top: 40px;
}
.reg-box .reg-form .reg-btn.lc {
    justify-content: center;
    padding-left: 0;
}
.reg-box .reg-form .reg-btn .label {
    margin-right: 10px;
    width: 51px;
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.reg-box .reg-form .reg-btn .btns {
    height: 44px;
    line-height: 44px;
    background: #0E5BE9;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 300px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.reg-box .reg-form .reg-btn .btns:hover {
    background: #0E51CC;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.u-center {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 20px;
    width: calc(100% - 40px);
}
.u-center .user-menu {
    background: #F4F4F4;
    width: 240px;
    padding: 15px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    min-height: 360px;
    margin-right: 60px;
}
.u-center .user-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 18px;
    color: #333;
    width: 100%;
}
.u-center .user-menu a:hover,.u-center .user-menu a.active {
    background: #0E5BE9;
    color: #fff;
}
.u-center .user-content {
    width: calc(100% - 300px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.u-center .user-content .u-title {
    font-size: 18px;
    color: #333;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 20px 0 20px;
}
.u-center .user-content .no-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    min-height: 240px;
}
.u-center .user-content .no-login .tip {
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
}
.u-center .user-content .no-login  .to-login {
    font-size: 18px;
    color: #0E5BE9;
    margin-top: 20px;
    font-weight: bolder;
}
.u-center .user-content .no-login .to-login:hover {
    color: #0E51cc;
}
.u-center .user-content .user-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0 40px;
    border-bottom: 1px solid #ddd;
}
.u-center .user-content .user-info .user-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 20px;
}
.u-center .user-content .user-info .uf {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.u-center .user-content .user-info .uf .ut {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.u-center .user-content .user-info .uf .ut .name {
    font-size: 15px;
    color: #777;
    margin-right: 20px;
}
.u-center .user-content .user-info .uf .ut .u-vip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #888;
    font-size: 15px;
}
.u-center .user-content .user-info .uf .ut .u-vip .vip {
    width: 16px;
    margin: 0 5px;
}
.u-center .user-content .user-info .uf .u-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    font-size: 15px;
    color: #777;
}
.u-center .user-content .user-info .uf .u-time span {
    color: #0E5BE9;
    padding: 0 10px;
}
.u-center .user-content .user-info .uf .u-time strong.c1 {
    color: #0e51cc;
    padding: 0 10px;
}
.u-center .user-content .user-info .uf .u-time strong.c2 {
    color: #f00;
    padding: 0 10px;
}
.u-center .user-content .user-info .uf .show-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #777;
    font-size: 15px;
    margin-bottom: 15px;
}
.u-center .user-content .user-info .uf .show-area strong {
    color: #333;
}
.u-center .user-content .user-info .uf .show-area em {
    width: 1px;
    height: 14px;
    margin: 0 10px;
    background: #555;
}
.u-center .user-content .user-info .uf .uz {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #777;
}
.u-center .user-content .user-info .uf .uz .progress {
    width: 200px;
    margin: 0 10px;
    height: 10px;
    background: #E1E1E1;
    border-radius: 20px;
    position: relative;
}
.u-center .user-content .user-info .uf .uz .progress em {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: #0E5BE9;
    height: 10px;
}
.u-center .user-content .u-form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 50px 0;
}
.u-center .user-content .u-form .u-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.u-center .user-content .u-form .u-line .lab {
    width: 110px;
    font-size: 15px;
    color: #888;
    text-align: right;
    margin-right: 10px;
}
.u-center .user-content .u-form .u-line .n-input {
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    width: 300px;
    height: 36px;
    line-height: 36px;
    outline: none;
    border-radius: 5px;
    background: #EFEFEF;
}
.u-center .user-content .u-form .u-line input {
    border: 1px solid #e3e3e3;
    padding: 0 10px;
    width: 300px;
    height: 36px;
    line-height: 36px;
    outline: none;
    border-radius: 5px;
}
.u-center .user-content .u-form .u-line em {
    font-weight: bold;
    color: #f00;
    padding-left: 10px;
}
.u-center .user-content .u-form .u-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 120px;
}
 .u-center .user-content .u-form .u-btn .btn {
    font-size: 16px;
    color: #fff;
    background: #0E5BE9;
    padding: 10px 20px 10px 30px;
    letter-spacing: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.u-center .user-content .u-form .u-btn .btn:hover {
    background: #0e51cc;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.u-center .user-content .cy-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-bottom: 50px;
}
.u-center .user-content .cy-box .bx {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #A7C6FC;
    border-bottom: none;
    margin-bottom: 20px;
}
.u-center .user-content .cy-box .bx .ln {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% / 3);
    border-bottom: 1px solid #A7C6FC;
}
.u-center .user-content .cy-box .bx .ln.width {
    width: 100%;
}
.u-center .user-content .cy-box .bx .ln .lb {
    width: 80px;
    height: 36px;
    font-size: 14px;
    color: #555;
    background: #EBF1FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.u-center .user-content .cy-box .bx .ln .lv {
    width: calc(100% - 100px);
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #555;
    display: inline-block;
    text-align: left;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.u-center .user-content .cy-box .bx .ln .lv a {
    color: #555;
    width: 100%;
    display: inline-block;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.u-center .user-content .cy-box .bx .ln .lv a:hover {
    color: #0e51cc;
}
.u-center .user-content .cy-box .bx .ln .lv.red {
    color: red;
}
.u-center .user-content .cy-box .bx .ln .lv.success {
    color: green;
}
.u-center .user-content .cy-box .bx .ln .lv.blue {
    color: #09f;
}
.u-center .user-content .cy-box .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
}
.msg-box,.error-info {
    display: none;
}












    /** pages **/
.page-banners {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-banners .page-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 50vw;*/
    overflow: hidden;
}
.page-banners .page-banner img {
    width: auto !important;
    height: 100%;
}

.page-menus {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 5px #ddd;
    margin-bottom: 5px;
}
.page-menus .page-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-menus .page-menu .menu {
    display: flex;
    align-items: center;justify-content: flex-start;
}
.page-menus .page-menu .menu a {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    color: #555;
    font-size: 18px;
}
.page-menus .page-menu .menu em {
    height: 15px;
    width: 1px;
    background-color: #ccc;
}
.page-menus .page-menu .menu a:hover,.page-menus .page-menu .menu a.active {
    background-color: #1851AA;
    color: #fff;
}
.page-menus .page-menu .position {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-menus .page-menu .position .icon-home {
    width: 20px;
    margin-right: 5px;
}
.page-menus .page-menu .position .icon-right {
    width: 20px;
    margin: 0 5px;
}
.page-menus .page-menu .position .lb {
    font-size: 15px;
    color: #888;
}
.page-menus .page-menu .position a {
    color: #555;
}
.page-menus .page-menu .position a:hover {
    color: #1851AA;
}

.details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.details .detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 80px 0 50px;
}
.details .detail .about-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.details .detail .about-info .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 60%;
    margin-right: 50px;
}
.details .detail .about-info .left h4 {
    font-size: 28px;
    color: #999;
    text-transform: uppercase;
}
.details .detail .about-info .left h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0 20px;
    letter-spacing: 2px;
}
.details .detail .about-info .left .text {
    font-size:16px;
    color: #000;
    opacity: 0.7;
    line-height: 32px;
}
.details .detail .about-info .left .text p {
    text-indent: 2rem;
}

.details .detail .about-info .image {
    width: calc(40% - 50px);
    height: 435px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.details .detail .about-info .image .swiper-wrapper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.details .detail .about-info .image .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
}
.details .detail .about-info .image .swiper-pagination-in .swiper-pagination-bullet-active {
    background: #161616;
}

.details .infos {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.details .infos .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details .infos .bg-image img {
    width: 100%;
    /*height: 100%;*/
}
.details .infos .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
}
.details .infos .info .tag-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.details .infos .info .tag-box .icons {
    width: 30px;
    height: 28px;
    margin-right: 10px;
    margin-top: 12px;
}
.details .infos .info .tag-box .icon-about-3 {
    background-position: 0 -122px;
}
.details .infos .info .tag-box .icon-about-4 {
    background-position: 0 -150px;
}
.details .infos .info .tag-box .icon-about-5 {
    background-position: 0 -178px;
}
.details .infos .info .tag-box .icon-about-6 {
    background-position: 0 -206px;
}
.details .infos .info .tag-box .icon-about-7 {
    background-position: 0 -234px;
}
.details .infos .info .tag-box .icon-about-8 {
    background-position: 0 -262px;
}
.details .infos .info .tag-box .tb {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 40px);
}
.details .infos .info .tag-box .tb span {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.details .infos .info .tag-box .tb span.ani {
    animation: increaseNumber 0.5s ease-out forwards;
}

.details .infos .info .tag-box .tb em {
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
    opacity: 0.9;
}
.details .infos .info .line {
    height: 100px;
    background-color: rgba(255,255,255,0.7);
    width: 1px;
}
.details .idea {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.details .idea .box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    width: calc((100% - 120px) / 4);
    padding: 30px 20px;
    background-color: #0360B0;
    margin-right: 40px;
    height: calc((((100vw * 0.84) - 120px) / 4) * 1.6);
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.details .idea .box.bg1 {
    background-color: #0360B0;
}
.details .idea .box.bg2 {
    background-color: #94CA90;
}
.details .idea .box.bg3 {
    background-color: #1851AA;
}
.details .idea .box.bg4 {
    background-color: #73C36E;
}
.details .idea .box:hover {
    opacity: 0.7;
    box-shadow: 0px 3px 10px  #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .idea .box .icon {
    margin-top: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 102px;
    overflow: hidden;
}
.details .idea .box .icon img {
    width: 100%;
    height: 100%;
    transform: rotateY(0deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.details .idea .box:hover .icon img{
    transform: rotateY(180deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.details .idea .box:last-of-type {
    margin-right: 0;
}
.details .idea .box h1 {
    font-size: 26px;
    color: #fff;
    opacity: 1;
    margin: 20px 0 30px;
}
.details .idea .box h6 {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 32px;
}
.details .about-honors {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    background-image: url("../image/about_honor_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.details .about-honors .about-honor {
    padding: 140px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .about-honors .about-honor .e-title {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.details .about-honors .about-honor .title {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 30px;
}
.details .about-honors .about-honor .ah-intro {
    width: 50%;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 30px;
}
.details .about-honors .about-honor .ah-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.details .about-honors .about-honor .ah-btn a {
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    opacity: 1;
}
.details .about-honors .about-honor .ah-btn a:first-of-type {
    margin-right: 20px;
}
.details .about-honors .about-honor .ah-btn a:hover {
    color: #1851AA;
    border: 1px solid #1851AA;
    opacity: 0.7;
}
.details .page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 50px 0;
}
.details .page-title.bg-f9 {
    background: #F9F9F9;
}
.details .page-title h1 {
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: bolder;
}
.details .page-title h4 {
    font-size: 24px;
    color: #ccc;
    margin-top:10px;
    text-transform: uppercase;
}
.details .mien {
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.details .mien.pb50 {
    padding-bottom: 50px;
}
.details .mien .lists {
    display: flex;
    flex-wrap: wrap;
}
.details .mien .lists .box {
    width: calc((100% - 68px) / 4);
    margin-right: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 20px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 0 10px #ddd;
}
.details .mien .lists .box:hover {
    border: 1px solid #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 0 10px #999;
}
.details .mien .lists .box:nth-child(4n){
    margin-right: 0;
}
.details .mien .lists .box .image {
    width: 100%;
    padding-bottom: calc(100% * 0.68);/* padding百分比相对父元素宽度计算 */
    height: 0;/*避免被内容撑开多余的高度*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.details .mien .lists .box .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .box:hover .image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .box .line {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 30px 0 15px;
    position: relative;
}
.details .mien .lists .box .line em {
    position: absolute;
    left: 50%;
    top: -2px;
    height: 5px;
    background: #1851AA;
    border-radius: 3px;
    width: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .box:hover .line em {
    width: 100%;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .box .name {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .box:hover .name {
    color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0px 80px;
}
.details .mien .lists .more a {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1851AA;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
}
.details .mien .lists .more a .icon-more{
    width: 20px;
    height: 20px;
    background-position: 0 -290px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: 10px;
}
.details .mien .lists .more a:hover{
    background:#102341;
}
.details .mien .lists .more a:hover .icon-more {
    margin-left:20px; ;
}

.details .cates {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.details .cates .lists {
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    flex-wrap: wrap;
    border-bottom: 1px solid #DDD;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.details .cates .lists a {
    display: inline-block;
    font-size: 18px;
    color: #222;
    margin: 0px 15px 20px;
}
.details .cates .lists a:hover,.details .cates .lists a.active {
    color: #1851AA;
}

.details .cates-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.details .cates-bx .lists {
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.details .cates-bx .lists a {
    display: inline-block;
    font-size: 18px;
    color: #222;
    padding: 10px 30px;
    margin-right: 40px;
    background: #e5e5e5;
}
.details .cates-bx .lists a:hover,.details .cates-bx .lists a.active {
    color: #fff;
    background: #1851AA;
}



.details .pro-lists {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #f8f8f8, #ffffff);
    padding: 50px 0;
}
.details .pro-lists .pro-list {
    display: flex;
    flex-wrap: wrap;
}
.details .pro-lists .pro-list .box {
    width: calc((100% - 120px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #F4F2F3;
}
.details .pro-lists .pro-list .box:nth-child(4n){
    margin-right: 0;
}
.details .pro-lists .pro-list .box .image {
    width: 100%;
    padding-bottom:100%;/* padding百分比相对父元素宽度计算 */
    height: 0;/*避免被内容撑开多余的高度*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.details .pro-lists .pro-list .box .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .pro-lists .pro-list .box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .pro-lists .pro-list .box .p-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    position: relative;
    border-bottom: 8px solid #D2D2D2;
}
.details .pro-lists .pro-list .box .p-box h1 {
    font-size: 24px;
    color: #1851AA;
    margin: 30px 5%;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-list .box:hover .p-box h1 {
    color: #0F3774;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-list .box .p-box p {
    font-size: 16px;
    color: #555;
    margin: 0px 5% 50px;
    line-height: 24px;
    height: 48px;
    width: 90%;
    overflow: hidden;
    text-align: center;
}
.details .pro-lists .pro-list .box .p-box .line {
    position: absolute;
    left: auto;
    bottom: -8px;
    height: 8px;
    width: 0;
    background-color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-list .box:hover .p-box .line {
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-list .box .t-box {
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
    color: #1851AA;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-list .box:hover .t-box {
    color: #fff;
    background: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-detail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .pro-lists .pro-detail .info-p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.details .pro-lists .pro-detail .info-p .thumb {
    width: 480px;
    height: 480px;
    margin-right: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details .pro-lists .pro-detail .info-p .thumb img {
    width: 100%;
    height:100%;
}
.details .pro-lists .pro-detail .info-p .bxs {
    width: calc(100% - 530px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .pro-lists .pro-detail .info-p .bxs .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #DDD;
}
.details .pro-lists .pro-detail .info-p .bxs .title h1 {
    font-size: 28px;
    color: #000;
    padding: 0 10px 15px;
    position: relative;
}
.details .pro-lists .pro-detail .info-p .bxs .title h1::after {
    content: " ";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background: #1851AA;
}
.details .pro-lists .pro-detail .info-p .bxs .tag {
    margin-top: 30px;
    width: calc(100% - 10px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0 0 0 20px;
    margin-left: 10px;
    border-bottom: 1px dashed #ddd;
}
.details .pro-lists .pro-detail .info-p .bxs .tag p {
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.details .pro-lists .pro-detail .info-p .bxs .tag p a {
    color: #999;
    margin-right: 10px;
}
.details .pro-lists .pro-detail .info-p .bxs .tag p a:hover {
    color: #1851AA;
}
.details .pro-lists .pro-detail .info-p .bxs .con {
    margin-top: 30px;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 20px 20px;
    margin-left: 10px;
    border-bottom: 1px dashed #ddd;
}
.details .pro-lists .pro-detail .info-p .bxs .con .icon {
    width: 40px;
    margin-right: 10px;
    margin-top: 2px;
}
.details .pro-lists .pro-detail .info-p .bxs .con span {
    font-size: 28px;
}
.details .pro-lists .pro-detail .info-p .bxs .con .tels {
    font-size: 32px;
    font-weight: bolder;
    color: #f00;
}
.details .pro-lists .pro-detail .info-p .bxs .btns {
    margin-top: 60px;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0px 20px;
    margin-left: 10px;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a {
    padding: 8px 30px;
    border-radius: 60px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a:first-of-type {
    margin-right: 40px;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a.c {
    background: #1851AA;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a:hover.c {
    background: #0f0f0f;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a .icon {
    width: 34px;
    margin-right: 10px;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a.r {
    background: #707070;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a:hover.r {
    background: #505050;
}
.details .pro-lists .pro-detail .contents {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.details .pro-lists .pro-detail .contents .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #E9E7E8;
    width: 100%;
    margin-bottom: 20px;
}
.details .pro-lists .pro-detail .contents .title span {
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    background: #1851AA;
    padding: 15px 30px;
}
.details .pro-lists .pro-detail .contents .title .icon {
    width: 20px;
    margin-left: -5px;
}
.details .pro-lists .pro-detail .contents .content {
    font-size: 15px;
    color: #666;
    line-height: 32px;
}
.details .pro-lists .pro-detail .contents .content img {
    max-width: 100%;
}
.details .contacts {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 50px;
}
.details .contacts .c-box {
    width: 45%;
    height: auto;
    margin-right: 40px;
}
.details .contacts .maps {
    width: calc(55% - 40px);
    height: 500px;
}
.details .messages {
    background: #f8f8f8;
    padding: 40px 0 80px;
    width: 100%;
}
.details .messages .message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.details .messages .message .tips {
    font-size: 16px;
    color: #888;
    width: 100%;
    text-align: center;
}
.details .messages .message .forms {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.details .messages .message .forms .wx {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-bottom: 30px;
}
.details .messages .message .forms .wx .lab {
    font-size: 15px;
    color: #000;
    opacity: 0.7;
    margin-bottom: 10px;
}
.details .messages .message .forms .wx input {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    color: #000;
    outline: none;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}
.details .messages .message .forms .wx input.code {
    width: 50%;
}
.details .messages .message .forms .wx:nth-child(3){
    margin-right: 0;
}
.details .messages .message .forms .wl {
    width:100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-bottom: 30px;
}
.details .messages .message .forms .wl .lab {
    font-size: 15px;
    color: #000;
    opacity: 0.7;
    margin-bottom: 10px;
}
.details .messages .message .forms .wl textarea {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    color: #000;
    outline: none;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}
.details .messages .message .forms .btnx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.details .messages .message .forms .btnx span {
    font-size: 16px;
    color: #fff;
    padding: 10px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1851AA;
    border-radius: 40px;
    cursor: pointer;
}
.details .messages .message .forms .btnx span:first-of-type {
    margin-right: 50px;
}
.details .messages .message .forms .btnx span.sub {
    background: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .messages .message .forms .btnx span:hover.sub {
    background: #0f0f0f;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .messages .message .forms .btnx span.reset {
    background: #707070;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .messages .message .forms .btnx span:hover.reset {
    background: #505050;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .messages .message .forms .btnx span .icon {
    width: 22px;
    margin-right: 5px;
}
.details .news-lists {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding-bottom: 50px;
}
.details .news-lists .news-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .news-lists .news-list .box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box:hover {
    border: 1px solid #1851AA;
    background: #f9f9f9;
}
.details .news-lists .news-list .box .image {
    width: 350px;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}
.details .news-lists .news-list .box .image img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .news-lists .news-list .box:hover .image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .news-lists .news-list .box .t-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 400px);
}
.details .news-lists .news-list .box .t-box h1 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box:hover .t-box h1 {
    color: #1851AA;
    text-indent: 1rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box .t-box .time {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    width: 100%;
    margin-top: 10px;
}
.details .news-lists .news-list .box .t-box .news-tag {
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    margin-top: 20px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box .t-box .news-tag {
    opacity: 0.7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box .t-box .more {
    font-size: 16px;
    color: #1851AA;
    border: 1px solid #1851AA;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box:hover .t-box .more {
    background: #1851AA;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.details .news-contents {
    padding: 0px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.details .news-contents .news-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.details .news-contents .news-content .nc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 24px;
    color: #1851AA;
    margin-top: 80px;
}
.details .news-contents .news-content .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;

}
.details .news-contents .news-content .tag span {
    margin-right: 20px;
    color: #000;
    opacity: 0.6;
}
.details .news-contents .news-content .conts {
    font-size: 15px;
    color: #000;
    opacity: 0.8;
    margin-top: 30px;
    line-height: 32px;
}
.details .news-contents .news-content .conts img {
    max-width: 100%;
}
.details .news-contents .news-content .nexts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 80px;
    padding-top: 40px;
}
.details .news-contents .news-content .nexts a {
    width: 49%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    color: #888;
}
.details .news-contents .news-content .nexts a:hover{
    color: #1851AA;
}
.details .jobs-page {
    padding: 0px 0 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.details .jobs-page .lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.details .jobs-page .lists .box {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details .jobs-page .lists .box:last-of-type {
    margin-right: 0;
}
.details .jobs-page .lists .box .image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.details .jobs-page .lists .box .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .jobs-page .lists .box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .jobs-page .lists .box .fl {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 28px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .jobs-page .lists .box:hover .fl {
    background: rgba(0,0,0,0.6);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .jobs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #f8f8f8;
    padding: 80px 0;
}
.details .jobs .job {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .jobs .job .title {
    font-size: 32px;
    color: #000;
    opacity: 0.8;
}
.details .jobs .job .job-info {
    font-size: 20px;
    color: #f00;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}
.details .jobs .job .job-info span {
    margin-right: 40px;
}
.details .jobs .job .jobs-box {
    margin-top: 20px;
    padding: 20px 30px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .jobs .job .jobs-box .panel {
    width: 100%;
    margin-bottom: 0;
}
.details .jobs .job .jobs-box .jobs-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px dashed #888;
    padding: 20px 10px;
}
.details .jobs .job .jobs-box .jobs-list span {
    font-size: 20px;
    color: #000;
}
.details .jobs .job .jobs-box .jobs-list.red span {
    color: #f00;
    cursor: pointer;
}
.details .jobs .job .jobs-box .jobs-list span.s1 {
    width: 15%;
}
.details .jobs .job .jobs-box .jobs-list span.s2 {
    width: calc(50% - 36px);
}
.details .jobs .job .jobs-box .jobs-list span.s3 {
    width: 15%;
}
.details .jobs .job .jobs-box .jobs-list span.s4 {
    width: 20%;
}
.details .jobs .job .jobs-box .jobs-list span.s5 {
    width: 36px;
}
.jobs-box a .s5>img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.jobs-list:nth-child(2) .s5 >img, .jobs-box a[aria-expanded=true] .s5>img {
    transform: rotate(180deg);
}
.jobs-box a[aria-expanded=false] .s5>img {
    transform: rotate(360deg);
}
.details .jobs .job .jobs-box .jobs-contents {
    width: 100%;
    padding: 0px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
}
.details .jobs .job .jobs-box .jobs-contents.collapse {
    display: none;
}
.details .jobs .job .jobs-box .jobs-contents.in {
    display: flex;
}
.details .jobs .job .jobs-box .jobs-contents .hs {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}


.diy_page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 100%;
}





@media (min-width: 1460px) and (max-width:1560px) {
    .containers {
        width: 96%;
        margin: 0 auto;
    }

}
@media (min-width: 1360px) and (max-width:1460px) {
    .containers {
        width: 96%;
        margin: 0 auto;
    }
    .logos .logo .head-ad {
        width:calc(100% - 430px);
    }
    .logos .logo .head-ad img{
        width: 100%;
    }


}
@media (min-width: 1260px) and (max-width:1360px) {
    .containers {
        width: 96%;
        margin: 0 auto;
    }
    .logos .logo .head-ad {
        width:calc(100% - 430px);
    }
    .logos .logo .head-ad img{
        width: 100%;
    }


}
@media (min-width: 1160px) and (max-width:1260px) {
    .containers {
        width: 98%;
        margin: 0 auto;
    }
    .logos .logo .head-ad {
        width:calc(100% - 430px);
    }
    .logos .logo .head-ad img{
        width: 100%;
    }
    .menus .items a {
        margin-right: 30px;
    }
    .searchs .search .search-box {
        width: 80%;
    }
    .searchs .search .hot-key {
        width: 80%;
    }





}
@media (min-width: 992px) and (max-width:1160px) {
    .containers {
        width: 98%;
        margin: 0 auto;
    }
    .logos .logo .head-ad {
        width:calc(100% - 430px);
    }
    .logos .logo .head-ad img{
        width: 100%;
    }
    .menus .items a {
        margin-right: 5px;
    }
    .searchs .search .search-box {
        width: 90%;
    }
    .searchs .search .hot-key {
        width: 90%;
    }




}
@media (max-width: 992px) {
    .searchs {
        border-top: none;
    }
    .searchs .search {
        padding: 2rem 0;
    }
    .searchs .search .search-box {
        width: 100%;
        height: 2.4rem;
        border-radius: 2rem;
    }
    .searchs .search .search-box .search-input {
        width: calc(100% - 6rem);
        border-radius: 2rem;
        height: 2.4rem;
        line-height: 2.4rem;
        padding: 0 1rem;
        font-size: 0.8rem;
    }
    .searchs .search .search-box button {
        width: 6rem;
        height: 2.4rem;
        border-radius: 2rem;
        font-size: 1rem;
    }
    .searchs .search .search-box button img {
        width: 1.5rem;
    }
    .searchs .search .hot-key {
        width: 100%;
        margin-top:1rem;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.2rem;
    }
    .searchs .search .hot-key .lab {
        font-size: 0.9rem;
        padding-left:0;
    }
    .searchs .search .hot-key a {
        font-size: 0.9rem;
        margin-right: 1rem;
    }

    .m-head-box {
        position: relative;
        height: 74px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .m-head-box .m-logo {
        height: 55px;
        padding-left: 10px;
    }

    .m-head-box .m-logo a {
        display: flex;
    }
    .m-head-box .m-logo a img {
        max-height:55px;
    }

    .m-head-box .m-logo img {
        height:55px;
    }

    .m-navbtn {
        position: absolute;
        z-index: 9;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto 0 auto 0;
        width: 27px;
        height: 20px;
    }

    .m-navbtn span, .m-navbtn:after, .m-navbtn:before {
        display: block;
        height: 2px;
        width: 100%;
        background: #1a0c07;
        -webkit-transition: all .5s;
        transition: all .5s;
    }


    .m-navbtn span {
        margin: 7px 0;
    }

    .m-navbtn:after, .m-navbtn:before {
        content: '';
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .m-navbtn.clicked span {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    .m-navbtn.clicked:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .m-navbtn.clicked:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .m-menu {
        display: none;
        position: absolute;
        z-index: 9999;
        left: 0;
        right: 0;
        height: 100vh;
        background: #1c1c1c;
        padding: 0 5%;
    }

    .m-menu .m-menu-box {
        height: 100vh;
        overflow: auto;
        padding-bottom: 80px;
    }

    .m-nav > li {
        border-bottom: 1px solid #2b2b2b;
        position: relative;
    }

    .m-nav > li > a {
        display: block;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
    }

    .m-nav .m-menu-jt {
        position: absolute;
        width: 20%;
        height: 50px;
        line-height: 50px;
        right: 0;
        top: 0;
        text-align: center;
        z-index: 9;
    }

    .m-nav .m-menu-jt .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .m-nav .m-menu-jt .icon-font:after {
        background-position: -30px -240px;
    }

    .m-nav .m-menu-jt.clicked .icon-font:after {
        background-position: -30px -270px;
    }

    .m-nav .m-sub-menu {
        background: #161616;
        display: none;
    }

    .m-nav .m-sub-menu > li {
        border-top: 1px dashed #2b2b2b;
    }

    .m-nav .m-sub-menu > li > a {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 40px;
        text-indent: 2em;
    }

    .m-banner {
        height: 50vw;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .m-banner .swiper-wrapper .swiper-slide a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50vw;
        position: relative;
    }
    .m-banner .swiper-wrapper .swiper-slide a img {
        width: 100%;
        height: 50vw;
    }
    .m-banner .swiper-pagination-m .swiper-pagination-bullet-active {
        background: #161616;
    }
    .containers {
        width: calc(100% - 2rem);
        margin: 0 auto;
    }


    .sec-body {
        padding: 1rem 0;
    }
    .bd-box {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }
    .bd-box .bd-left {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
    }
    .bd-box .bd-left .box {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        background: #fff;
        padding: 0.5rem 0.5rem;
        margin-top: 1rem;
    }
    .bd-box .bd-left .box .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        background: #E8F4FF;
        position: relative;
        height: 3rem;
        margin-bottom: 1rem;
        margin-left: 0;
    }
    .bd-box .bd-left .box .title .name {
        font-size: 1.4rem;
        letter-spacing: 1px;
        font-weight: bold;
        color: #064ED4;
        position: relative;
        z-index: 1;
        width: auto;
        text-align: left;
        padding-left: 10px;
    }
    .bd-box .bd-left .box .title img {
        display: none;

    }
    .bd-box .bd-left .box .title a {
        font-size: 0.9rem;
    }

    .bd-box .bd-left .box .con {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
    }
    .bd-box .bd-left .box .con .con-swiper {
        width: 100%;
        height: 17rem;
        overflow: hidden;
        position: relative;
    }
    .bd-box .bd-left .box .con .con-swiper .swiper-wrapper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
    }
    .bd-box .bd-left .box .con .con-swiper .swiper-wrapper .swiper-slide .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .bd-box .bd-left .box .con .con-swiper .swiper-wrapper .swiper-slide span {
        background: rgba(0,0,0,0.5);
        color: #fff;
        position: absolute;
        height: 2rem;
        line-height: 2rem;
        padding-left: 10px;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-right: 100px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .bd-box .bd-left .box .con .con-swiper .swiper-pagination {
        position: absolute;
        z-index: 9;
        right: 0;
        left: unset;
        bottom: 8px;
        width: 100px;
        text-align: right;
        font-size: 0;
    }

    .bd-box .bd-left .box .con .con-swiper .swiper-pagination .swiper-pagination-bullet{
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin: 0 3px;
        outline: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        opacity : 1;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .bd-box .bd-left .box .con .con-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

        background: none;
        background: #f00;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-left .box .con .items {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        padding:1rem 0;
    }
    .bd-box .bd-left .box .con .items a {
        font-size: 1rem;
        color: #333;
        padding: 1rem 0 1rem 1rem;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        width: 100%;

    }
    .bd-box .bd-left .box .con .items a:hover {
        color: #064ED4;
    }
    .bd-box .bd-left .box .con .items a:last-of-type {
        padding-bottom: 0;
    }
    .bd-box .bd-left .box .con .items a:before {
        width: 6px;
        height: 6px;
        background: #A1A1A1;
        position: absolute;
        border-radius: 50%;
        content: "";
        left: 5px;
        top: 1.3rem;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-left .box .con .items a:hover:before {
        background: #064ED4;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .bd-box .bd-left .box1 {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        background: #fff;
        padding: 0.5rem 0.5rem;
        margin-top: 1rem;
    }
    .bd-box .bd-left .box1 .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
        margin-bottom: 1rem;
        border-bottom: 1px solid #ddd;
    }
    .bd-box .bd-left .box1 .title .name {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 1.4rem;
        letter-spacing: 1px;
        font-weight: bold;
        color: #064ED4;
        border-bottom: 4px solid #064ED4;
        padding: 0 10px 10px 0;
    }
    .bd-box .bd-left .box1 .title .name img {
        margin-right: 5px;
        width: 2rem;
    }
    .bd-box .bd-left .box1 .title a {
        font-size: 0.9rem;
        color: #999;
        margin-right: 10px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-left .box1 .title a:hover{
        color: #064ED4;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-left .box1 .items {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        padding: 1rem 0;
    }
    .bd-box .bd-left .box1 .items a {
        width: 100%;
        padding: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bd-box .bd-left .box1 .items a:last-of-type {
        /*margin-bottom: 0;*/
    }
    .bd-box .bd-left .box1 .items a span {
        width: calc(100% - 100px);
        font-size: 18px;
        color: #333;
        padding-left: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-left .box1 .items a:hover span {
        color: #064ED4;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .bd-box .bd-left .box1 .items a span:before {
        width: 6px;
        height: 6px;
        background: #A1A1A1;
        position: absolute;
        border-radius: 50%;
        content: "";
        left: 5px;
        top: 6px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-left .box1 .items a:hover span:before {
        background: #064ED4;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-left .box1 .items a em {
        width: 100px;
        font-size: 15px;
        color: #888;
        text-align: right;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-left .box1 .items a:hover em {
        color: #064ED4;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-right {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
    }
    .bd-box .bd-right .box {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        padding: 0.5rem 0.5rem;
        background: #E8F4FF;
        margin-top: 1rem;
        border: 1px solid #D0E6FB;
    }
    .bd-box .bd-right .box:first-of-type {
        margin-top: 0;
        border-top: 1px solid #D0E6FB;
    }
    .bd-box .bd-right .box.mb:first-of-type {
        margin-top: 1rem;
        border-top: 10px solid #0E5BE9;
    }
    .bd-box .bd-right .box .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .bd-box .bd-right .box .title .name {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 1.4rem;
        color: #0E5BE9;
        font-weight: bold;
    }
    .bd-box .bd-right .box .title .name .icon-1 {
        margin-left: 5px;
        width: 2rem;
    }
    .bd-box .bd-right .box .title .name .icon-2 {
        margin-right: 5px;
        width: 2rem;
    }
    .bd-box .bd-right .box .title a {
        font-size: 0.9rem;
        color: #888;
    }
    .bd-box .bd-right .box .title a:hover {
        color: #0E5BE9;
    }
    .bd-box .bd-right .box .items {
        background: #fff;
        margin-top: 16px;
        padding: 15px 15px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }
    .bd-box .bd-right .box .items a {
        width: 100%;
        color: #444;
        font-size: 17px;
        padding: 12px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .bd-box .bd-right .box .items a:hover {
        color: #0E5BE9;
    }

    .bd-box .bd-right .box .items-trade {
        background: #fff;
        margin-top: 16px;
        padding: 15px 15px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
    }
    .bd-box .bd-right .box .items-trade .line {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }
    .bd-box .bd-right .box .items-trade .line a {
        color: #444;
        font-size: 17px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        padding: 10px 0;
    }
    .bd-box .bd-right .box .items-trade .line a:hover {
        color: #0E5BE9;
    }
    .bd-box .bd-right .box .items-trade em {
        text-align: center;
        padding: 0 6px;
    }
    .bd-box .bd-right .box .items-area {
        background: #fff;
        margin-top: 16px;
        padding: 15px 15px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        max-height: 210px;
        overflow: hidden;
    }

    .bd-box .bd-right .box .items-area a {
        color: #444;
        font-size: 17px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        padding: 10px 7px;
    }
    .bd-box .bd-right .box .items-area a:hover {
        color: #0E5BE9;
    }
    .bd-box .bd-right .box .tag-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .bd-box .bd-right .box .tag-list .tags {
        width: 45%;
        background: #f00;
        border-radius: 15px;
        margin-right: 10%;
        margin-top: 20px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 22px;
        font-weight: bold;
        color: #0E5BE9;
        cursor: pointer;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-right .box .tag-list .tags:hover {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .bd-box .bd-right .box .tag-list .tags:nth-child(2n){
        margin-right: 0;
    }
    .bd-box .bd-right .box .tag-list .tags img {
        margin-right: 6px;
        margin-left: 15px;
        width: 40px;
    }

    .bd-ad {
        margin-top: 1rem;
    }
    .bd-ad a {
        width: 100%;
        font-size: 1.3rem;
        height: 6rem;
        letter-spacing: 2px;
    }

    .footers .footer {
        padding: 0 0 1rem;
    }

    .footers .footer p {
        font-size: 0.9rem;
        color: #fff;
        margin-top: 1rem;
    }
    .extra-wrap {
        display: none;
    }

    .sec-detail {
        background: #F6F7FB;
    }
    .em-detail {
        padding: 1rem 0.5rem 3rem;
        margin: 1rem 0;
    }
    .select-where {
        border-bottom: none;
        padding: 1rem 0;
        margin-bottom: 0;
    }
    .select-where .sw-item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        margin-bottom: 1rem;
    }
    .select-where .sw-item .lab {
        width: 100%;
        font-size: 1rem;
        font-weight: bold;
        color: #333;
        line-height: unset;
        text-align: left;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .select-where .sw-item .item-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .select-where .sw-item .item-list a {
        height: 30px;
        line-height: 30px;
        padding: 0 0.6rem;
        margin-right: 0.5rem;
        font-size: 1rem;
        border-radius: 10px;
        margin-bottom: 1rem;
    }

    .de-lists.de-flex {
        justify-content: flex-start;
        flex-flow: column;
    }
    .de-lists .de-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: unset;
        width: 100%;
        margin: 1rem 0;
    }
    .de-lists .de-nav a {
        width: calc(25% - 0.6rem);
        text-align: center;
        font-size: 1rem;
        color: #333;
        padding: 0.5rem 0;
        background: #DCEDFF;
        margin: 0 0.3rem 1rem;
    }

    .de-lists .de-head {
        height: 2.4rem;
        margin-bottom: 1rem;
    }
    .de-lists .de-head .name {
        width: auto;
        height: 2.4rem;
        font-size: 1.2rem;
        background: #0E5BE9;
        padding: 0 1rem;
    }
    .de-lists .de-head .name .icon {
        margin-right: 5px;
        width: 1.3rem;
        margin-top: 0;
    }
    .de-lists .de-head .name span {
        margin-top: 0;
    }
    .de-lists .de-head .name .bg {
        display: none;
    }
    .de-lists .de-head .position {
        display: none;
    }
    .de-lists .de-items.de-items-width {
        width: 100%;
    }
    .de-lists .de-items .tt {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        text-align: center;
        padding: 0.8rem 0;
    }
    .de-lists .de-items a {
        padding: 1rem 0;
    }
    .de-lists .de-items a span {
        width: calc(100% - 5rem);
        padding-left: 1rem;
        font-size: 1rem;
    }
    .de-lists .de-items a em {
        width: 5rem;
        text-align: right;
        font-size: 0.8rem;
    }
    .de-lists .pages {
        margin-top: 1.5rem;
    }
    .de-lists .de-content.de-content-width {
        width: 100%;
    }
    .de-lists .de-content .tt {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        text-align: center;
        padding: 0.8rem 0;
    }
    .de-lists .de-content .t {
        font-size: 1.2rem;
        margin: 2rem 0;
    }
    .de-lists .de-content .tag {
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .de-lists .de-content .tag span {
        font-size: 0.8rem;
        margin-right: 0.6rem;
    }
    .de-lists .de-content .contents {
        font-size: 1rem;
        line-height: 1.8rem;
        margin-top: 1rem;
    }
    .de-lists .de-content .next-page {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        margin-top: 1rem;
        padding-top: 1rem;
    }
    .de-lists .de-content .next-page .np {
        width: 100%;
        padding-top: 1rem;
    }
    .de-lists .de-content .next-page .np span {
        font-size: 1rem;
    }
    .de-lists .de-content .next-page .np a {
        width: calc(100% - 65px);
        font-size: 1rem;
    }


    .de-lists .de-content .no-login {
        padding: 2rem 0;
    }
    .de-lists .de-content .no-login p {
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }
    .de-lists .de-content .no-login .lg {
        display: inline-block;
        align-items: unset;
        justify-content: unset;
        width: 100%;
        background: #FFF3EA;
        font-size: 1rem;
        line-height: 1.6rem;
        padding: 0.8rem 1rem;
        text-align: center;
        margin-top: 2rem;
    }
    .de-lists .de-content .no-login .lg a {
        margin: 0 0.5rem;
    }
    .de-lists .de-content .no-login .lx {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 50px;
    }
    .de-lists .de-content .no-login .lx .qr {
        width: 7rem;
        height: 7rem;
        border: 1px solid #eee;
        margin-right: 0.5rem;
    }
    .de-lists .de-content .no-login .lx .qr img {
        width: 6.5rem;
        height: 6.5rem;
    }
    .de-lists .de-content .no-login .lx .lxx p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .reg-box {
        padding: 1rem 0.5rem;
    }
    .reg-box .reg-success {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: 100%;
        padding: 80px 0;
    }
    .reg-box .reg-success h5 {
        font-size: 20px;
        color: #777;
        font-weight: normal;

    }
    .reg-box .reg-success a {
        color: #0E5BE9;
        font-size: 18px;
        margin-top: 40px;
    }
    .reg-box .reg-success a:hover {
        color: #0E5BE9;
    }
    .reg-box .reg-title {
        border-bottom: 2px solid #0E5BE9;
    }
    .reg-box .reg-title h5 {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }
    .reg-box .reg-form {
        margin-top: 1rem;
    }
    .reg-box .reg-form .line {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        margin-top: 1rem;
    }

    .reg-box .reg-form .line .label {
        margin-right: 0;
        width: 100%;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 0 0.5rem;
    }
    .reg-box .reg-form .line.lc .label {
        width: 60px;
    }
    .reg-box .reg-form .line input {
        padding: 0 10px;
        margin-right: 0;
        width: 100%;
    }
    .reg-box .reg-form .line small {
        display: none;
    }

    .reg-box .reg-form .xieyi {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 0.9rem;
        margin-top: 1rem;
        padding-left: 0;
    }
    .reg-box .reg-form .xieyi label{
        margin-top: 4px;
        padding-left: 10px;
    }

    .reg-box .reg-form .reg-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        margin-top: 2rem;
    }
    .reg-box .reg-form .reg-btn.lc {
        justify-content: center;
        padding-left: 0;
    }
    .reg-box .reg-form .reg-btn.lc .label {
        display: none;
    }

    .reg-box .reg-form .reg-btn .btns {
        font-size: 1rem;
        width: 100%;

    }

    .u-center {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin: 0;
        width: 100%;
    }
    .u-center .user-menu {
        width: 100%;
        padding: 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: unset;
        min-height: 2.4rem;
        margin-right: 0;
    }
    .u-center .user-menu a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 2.4rem;
        font-size: 1rem;
        width: 50%;
    }
    .u-center .user-content {
        width: 100%;
    }
    .u-center .user-content .u-title {
        font-size: 1.1rem;
        color: #333;
        font-weight: bold;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: 2rem 0 1rem;
    }
    /*.u-center .user-content .no-login {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    flex-flow: column;*/
    /*    width: 100%;*/
    /*    min-height: 240px;*/
    /*}*/
    /*.u-center .user-content .no-login .tip {*/
    /*    font-size: 16px;*/
    /*    color: #999;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.u-center .user-content .no-login  .to-login {*/
    /*    font-size: 18px;*/
    /*    color: #0E5BE9;*/
    /*    margin-top: 20px;*/
    /*    font-weight: bolder;*/
    /*}*/
    /*.u-center .user-content .no-login .to-login:hover {*/
    /*    color: #0E51cc;*/
    /*}*/
    .u-center .user-content .user-info {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding: 1rem 0 2rem;
        border-bottom: 1px solid #eee;
    }
    .u-center .user-content .user-info .user-avatar {
        display: none;
    }
    .u-center .user-content .user-info .uf {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
    }
    .u-center .user-content .user-info .uf .ut {
        margin-bottom: 1rem;
    }
    .u-center .user-content .user-info .uf .ut .name {
        font-size: 1rem;
        margin-right: 1rem;
    }
    .u-center .user-content .user-info .uf .ut .u-vip {
        font-size: 1rem;
    }
    .u-center .user-content .user-info .uf .ut .u-vip .vip {
        width: 1rem;
        margin: 0 5px;
    }
    .u-center .user-content .user-info .uf .u-time {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        margin-bottom: 1rem;
        font-size: 1rem;
    }
    .u-center .user-content .user-info .uf .u-time em:first-of-type {
        margin-bottom: 1rem;
    }
    .u-center .user-content .user-info .uf .u-time span {
        padding: 0 0;
    }
    .u-center .user-content .user-info .uf .u-time strong.c1 {
        padding: 0 0;
    }
    .u-center .user-content .user-info .uf .u-time strong.c2 {
        padding: 0 0;
    }
    .u-center .user-content .user-info .uf .show-area {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .u-center .user-content .user-info .uf .show-area em {
        width: 1px;
        height: 12px;
        margin: 0 0.5rem;
        background: #888;
    }
    .u-center .user-content .user-info .uf .uz {
        font-size: 1rem;
        width: 100%;
    }
    .u-center .user-content .user-info .uf .uz .progress {
        width: 50%;
        margin: 0 0.5rem;
        height: 10px;
        border-radius: 20px;
    }
    .u-center .user-content .u-form {
        width: 100%;
        padding: 2rem 0;
    }
    .u-center .user-content .u-form .u-line {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        margin-bottom: 1rem;
    }
    .u-center .user-content .u-form .u-line .lab {
        width: 100%;
        font-size: 1rem;
        color: #777;
        text-align: left;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .u-center .user-content .u-form .u-line .n-input {
        width: 100%;
    }
    .u-center .user-content .u-form .u-line input {
        width: 100%;
    }
    .u-center .user-content .u-form .u-line em {
        display: none;
    }
    .u-center .user-content .u-form .u-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        width: 100%;
    }
    .u-center .user-content .u-form .u-btn .btn {
        font-size: 1rem;
        width: 100%;
        color: #fff;
        background: #0E5BE9;
        padding: 0.5rem 0;
    }

    /*.u-center .user-content .cy-box {*/
    /*    display: flex;*/
    /*    align-items: flex-start;*/
    /*    justify-content: flex-start;*/
    /*    flex-flow: column;*/
    /*    width: 100%;*/
    /*    margin-bottom: 50px;*/
    /*}*/
    /*.u-center .user-content .cy-box .bx {*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*    width: 100%;*/
    /*    border: 1px solid #A7C6FC;*/
    /*    border-bottom: none;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.u-center .user-content .cy-box .bx .ln {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: flex-start;*/
    /*    width: calc(100% / 3);*/
    /*    border-bottom: 1px solid #A7C6FC;*/
    /*}*/
    /*.u-center .user-content .cy-box .bx .ln.width {*/
    /*    width: 100%;*/
    /*}*/
    /*.u-center .user-content .cy-box .bx .ln .lb {*/
    /*    width: 80px;*/
    /*    height: 36px;*/
    /*    font-size: 14px;*/
    /*    color: #555;*/
    /*    background: #EBF1FF;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/
    /*.u-center .user-content .cy-box .bx .ln .lv {*/
    /*    width: calc(100% - 100px);*/
    /*    height: 36px;*/
    /*    line-height: 36px;*/
    /*    font-size: 14px;*/
    /*    color: #555;*/
    /*    display: inline-block;*/
    /*    text-align: left;*/
    /*    padding: 0 10px;*/
    /*    text-overflow: ellipsis;*/
    /*    overflow: hidden;*/
    /*    white-space: nowrap;*/
    /*}*/
    /*.u-center .user-content .cy-box .bx .ln .lv a {*/
    /*    color: #555;*/
    /*    width: 100%;*/
    /*    display: inline-block;*/
    /*    text-align: left;*/
    /*    text-overflow: ellipsis;*/
    /*    overflow: hidden;*/
    /*    white-space: nowrap;*/
    /*}*/
    /*.u-center .user-content .cy-box .bx .ln .lv a:hover {*/
    /*    color: #0e51cc;*/
    /*}*/
    /*.u-center .user-content .cy-box .bx .ln .lv.red {*/
    /*    color: red;*/
    /*}*/
    /*.u-center .user-content .cy-box .bx .ln .lv.success {*/
    /*    color: green;*/
    /*}*/
    /*.u-center .user-content .cy-box .bx .ln .lv.blue {*/
    /*    color: #09f;*/
    /*}*/
    /*.u-center .user-content .cy-box .pages {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    width: 100%;*/
    /*    font-size: 16px;*/
    /*}*/
    .msg-box,.error-info {
        display: none;
    }








    .mob-left-menu {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px;
    }

    .mob-left-menu .title {
        position: relative;
        color: #333;
        font-size: 16px;
        line-height: 40px;
        width: 100%;
    }

    .mob-left-menu .title .xymob-page-navbtn {
        position: absolute;
        z-index: 99;
        width: 30px;
        height: 30px;
        text-align: center;
        top: 4px;
        right: 0;
        cursor: pointer;
        background: url(../image/icon_spirit.png) 0 -240px no-repeat;
    }



    /* 寮瑰嚭妗嗕箣鍚� body 涓婂鍔犱竴涓姝㈡粴鍔ㄧ殑绫�*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 50%;
        background: #fff;
        float: right;
        height: 100vh;
    }
    .xymob-menu-click.click {
        left: 0;
    }
    .xymob-menu-click {
        position: absolute;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
    }

    .xymob-menu-click .page-shaow {
        position: absolute;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: -1;
        height: 100vh;
        background: rgba(0, 0, 0, 0.3);
    }
    .xypg-left-nav > li:hover .first-nav-btn {
        transform:rotate(180deg);
        -ms-transform:rotate(180deg);   /* IE 9 */
        -moz-transform:rotate(180deg);  /* Firefox */
        -webkit-transform:rotate(180deg); /* Safari 鍜� Chrome */
        -o-transform:rotate(180deg);
        top: 6px;
    }

    .xypg-left-con {
        margin-top: 10px;
    }
    .xypg-left-nav > li {
        display: inline-block;
        position: relative;
        margin: 0 5px;
    }
    .xypg-left-nav > li {
        display: block;
    }
    .xypg-left-nav > li > a {
        display: block;
        font-size: 16px;
        line-height: 22px;
        color: #303030;
        padding: 8px 30px 8px 20px;
        border: 1px solid #7a7a7a;
    }
    .xypg-left-nav > li > a {
        border: none;
        padding: 8px 0;
        line-height: 28px;
    }
    .xypg-left-nav > li .first-nav-btn {
        position: absolute;
        z-index: 99;
        width: 30px;
        height: 30px;
        text-align: center;
        top: 4px;
        right: 0;
        cursor: pointer;
        background: url(../image/icon_spirit.png) 0 -240px no-repeat;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .xypg-left-nav .xypg-left-subnav {
        display: none;
        padding: 10px 0;
        position: absolute;
        top: 40px;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 9;
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,1);
    }
    .xypg-left-nav .xypg-left-subnav {
        padding: 10px 0;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        box-shadow: none;
        display: none;
    }
    .xypg-left-nav .xypg-left-subnav > li > a {
        padding: 8px;
        display: block;
        line-height: 20px;
        color: #818181;
        font-size: 14px;
        text-align: center;
    }
    .xypg-left-nav .xypg-left-subnav > li > a {
        padding: 8px;
        display: block;
        line-height: 20px;
        color: #818181;
        font-size: 14px;
        text-align: left;
    }


    .xypg-sitemap .map_title {
        line-height: 40px;
        background-color: #f5f8fa;
        border: 1px solid #d6dbe1;
        text-indent: 20px;
        color: #666;
        border-bottom: 2px solid #ccc;
        font-size: 16px;
    }

    .xypg-sitemap .map_list {
        line-height: 30px;
        padding: 0 5px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .xypg-sitemap .map_list a {
        padding: 4px;
        white-space: nowrap;
        font-size: 14px;
        color: #666;
    }

    .xypg-sitemap .map_list a:hover {
        text-decoration: none;
        color: #3b639f;
        padding: 4px;
    }

    .xypg-sitemap .map_list .layer1 {
        margin-bottom: 10px;
    }

    .xypg-sitemap .map_list h3 {
        border-bottom: 1px dashed #ccc;
        margin-bottom: 10px;
        line-height: 36px;
    }

    .xypg-sitemap .map_list h3 a {
        font-weight: normal;
    }

    .xypg-sitemap .map_list .layer2 a {
        color: #999;
    }

    .xypg-sitemap .map_list .layer2 a:hover {
        text-decoration: none;
        color: #3b639f;
    }
    .details .detail {
        padding: 1rem 0;
    }
    .details .detail .about-info {
        flex-flow: column;
        width: 100%;
    }
    .details .detail .about-info .left {
        align-items: center;
        width: 100%;
        margin-right: 0px;
    }
    .details .detail .about-info .image {
        width: 100%;
        height: calc(100vw * 0.6);
        margin-top: 1rem;
    }

    .details .infos {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .details .infos .bg-image {
        display: none;
    }
    .details .infos .info {
        align-items: flex-start;
        padding: 1rem 1rem 0;
        background: #1851AA;
        flex-wrap: wrap;
    }
    .details .infos .info .tag-box {
        width: 50%;
        margin-bottom: 1rem;
    }
    .details .infos .info .tag-box .tb span {
        font-size: 30px;
    }
    .details .infos .info .tag-box .tb em {
        font-size: 11px;
    }
    .details .infos .info .line {
       display: none;
    }

    .details .idea {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        margin-bottom: 1rem;
    }
    .details .idea .box {
        flex-flow: column;
        width: 100%;
        padding: 3rem 1rem;
        margin-right: 0px;
        height: auto;
        margin-bottom: 1rem;
    }
    .details .idea .box .icon {
        margin-top: 0;
    }
    .details .idea .box h1 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    .details .idea .box h6 {
        font-size: 16px;
        line-height: 28px;
    }

    .details .about-honors {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-bottom: 2rem;
        background-image: none;
    }
    .details .about-honors .about-honor {
        padding: 1rem 0;
    }
    .details .about-honors .about-honor .e-title {
        font-size: 20px;
        color: #000;
        margin-bottom: 1rem;
        width: 100%;
        text-align: center;
    }
    .details .about-honors .about-honor .title {
        font-size: 20px;
        color: #000;
        letter-spacing: 5px;
        margin-bottom: 1rem;
        width: 100%;
        text-align: center;
    }
    .details .about-honors .about-honor .ah-intro {
        width: 100%;
        line-height: 28px;
        font-size: 14px;
        color: #000;
        opacity: 0.7;
        margin-bottom: 1rem;
    }
    .details .about-honors .about-honor .ah-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .details .about-honors .about-honor .ah-btn a {
        font-size: 16px;
        border: 1px solid #666;
        color: #666;
        border-radius: 10px;
        padding: 10px 40px;
        opacity: 1;
    }
    .details .about-honors .about-honor .ah-btn a:first-of-type {
        margin-right: 20px;
    }
    .details .about-honors .about-honor .ah-btn a:hover {
        color: #1851AA;
        border: 1px solid #1851AA;
        opacity: 0.7;
    }
    .details .page-title {
        padding: 2rem 0;
    }
    .details .page-title h1 {
        font-size: 28px;
    }
    .details .page-title h4 {
        font-size: 20px;
    }
    .details .mien.pb50 {
        padding-bottom: 2rem;
    }
    .details .mien .lists .box {
        width: calc((100% - 1rem - 4px) / 2);
        margin-right: 1rem;
        padding: 0.5rem 0.5rem;
        margin-bottom: 1rem;
    }
    .details .mien .lists .box:nth-child(2n){
        margin-right: 0;
    }
    .details .mien .lists .box .line {
        margin: 1rem 0 0.2rem;
    }
    .details .mien .lists .box .name {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .details .mien .lists .more {
        padding: 1rem 0 2rem;
    }
    .details .mien .lists .more a {
        padding: 10px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1851AA;
        color: #fff;
        border-radius: 30px;
        font-size: 16px;
    }
    .details .mien .lists .more a .icon-more{
        width: 20px;
        height: 20px;
        background-position: 0 -290px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        margin-left: 10px;
    }
    .details .mien .lists .more a:hover{
        background:#102341;
    }
    .details .mien .lists .more a:hover .icon-more {
        margin-left:20px; ;
    }

    .details .pro-lists {
        padding: 2rem 0;
    }
    .details .pro-lists .pro-list .box {
        width: calc((100% - 1rem) / 2);
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    .details .pro-lists .pro-list .box:nth-child(2n){
        margin-right: 0;
    }
    .details .pro-lists .pro-list .box .p-box {
        border-bottom: none;
    }
    .details .pro-lists .pro-list .box .p-box h1 {
        font-size: 16px;
        color: #1851AA;
        margin: 1rem 10px;
        width: calc(100% - 20px);
    }
    .details .pro-lists .pro-list .box .p-box p {
        font-size: 12px;
        margin: 0 10px 1rem;
        line-height: 18px;
        height: 36px;
        width: calc(100% - 20px);
    }
    .details .pro-lists .pro-list .box .p-box .line {
        position: absolute;
        left: auto;
        bottom: -8px;
        height: 8px;
        width: 0;
        background-color: #1851AA;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .details .pro-lists .pro-list .box:hover .p-box .line {
        width: 100%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .details .pro-lists .pro-detail .info-p {
        flex-flow: column;
    }
    .details .pro-lists .pro-detail .info-p .thumb {
        width: 100%;
        height: 100%;
        margin-right: 0px;
    }
    .details .pro-lists .pro-detail .info-p .bxs {
        width: 100%;
        margin-top: 2rem;
    }
    .details .pro-lists .pro-detail .info-p .bxs .title h1 {
        font-size: 18px;
        color: #000;
        padding: 0 10px 10px;
        position: relative;
    }
    .details .pro-lists .pro-detail .info-p .bxs .tag {
        margin-top: 1rem;
        width: 100%;
        padding: 0 0 0 0px;
        margin-left: 0px;
        border-bottom: 1px dashed #ddd;
    }
    .details .pro-lists .pro-detail .info-p .bxs .tag p {
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .details .pro-lists .pro-detail .info-p .bxs .tag p a {
        margin-right: 0.5rem;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con {
        margin-top: 1rem;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 0 0px 0px;
        margin-left: 0px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con .icon {
        width: 36px;
        margin-right: 10px;
        margin-top: 2px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con span {
        font-size: 28px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con .tels {
        font-size: 28px;
        margin-top: 0.5rem;
        line-height: 40px;
        margin-bottom: 1rem;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con .tels em {
        display: block;
        width: 0;
        height: 0px;
        overflow: hidden;
    }
    .details .pro-lists .pro-detail .info-p .bxs .btns {
        margin-top: 2rem;
        width: 100%;
        padding: 0 0 0px 00px;
        margin-left: 0px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .btns a {
        padding: 8px 30px;
        border-radius: 60px;
        color: #fff;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .details .pro-lists .pro-detail .info-p .bxs .btns a:first-of-type {
        margin-right: 0px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .btns a.r {
        display: none;
    }

    .details .pro-lists .pro-detail .contents {
        margin-top: 2rem;
        width: 100%;
    }
    .details .pro-lists .pro-detail .contents .title {
        margin-bottom: 1rem;
    }
    .details .pro-lists .pro-detail .contents .title span {
        padding: 10px 15px;
    }
    .details .pro-lists .pro-detail .contents .title .icon {
        width: 16px;
        margin-left: -4px;
    }

    .details .contacts {
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding-bottom: 2rem;
    }
    .details .contacts .c-box {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 1rem;
    }
    .details .contacts .maps {
        width: 100%;
        height: 50vw;
    }
    .details .messages {
        padding: 1rem 0 2rem;
        width: 100%;
    }
    .details .messages .message .tips {
        font-size: 14px;
        line-height: 24px;
    }
    .details .messages .message .forms {
        margin-top: 2rem;
    }
    .details .messages .message .forms .wx {
        width:100%;
        margin-right: 0px;
        margin-bottom: 1rem;
    }
    .details .messages .message .forms .wx .lab {
        margin-bottom: 1rem;
    }
    .details .messages .message .forms .wl {
        margin-bottom: 1rem;
    }
    .details .messages .message .forms .wl .lab {
        margin-bottom: 1rem;
    }
    .details .messages .message .forms .btnx {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .details .messages .message .forms .btnx span {
        font-size: 15px;
        padding: 10px 2.4rem;
    }
    .details .messages .message .forms .btnx span:first-of-type {
        margin-right: 1rem;
    }

    .details .news-lists {
        padding-bottom: 2rem;
    }
    .details .news-lists .news-list .box {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 0 0 1rem 0;
        margin-bottom: 1rem;
        border-radius: 0;
    }
    .details .news-lists .news-list .box:hover {
        border: none;
        border-bottom: 1px solid #ddd;
    }
    .details .news-lists .news-list .box .image {
        width:8rem;
        height: calc(8rem * 0.68);
        margin-right: 0.5rem;
    }
    .details .news-lists .news-list .box .t-box {
        width: calc(100% - 8.5rem);
    }
    .details .news-lists .news-list .box .t-box h1 {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: unset;
    }
    .details .news-lists .news-list .box .t-box .time {
        margin-top: 1rem;
        text-align: right;
    }
    .details .news-lists .news-list .box .t-box .news-tag {
        display: none;
    }

    .details .news-lists .news-list .box .t-box .more {
       display: none;
    }

    .details .news-contents {
        padding: 0px 0 2rem;
    }
    .details .news-contents .news-content .nc-title {
        font-size: 18px;
        margin-top: 2rem;
    }
    .details .news-contents .news-content .tag {
        margin: 1rem 0 0px;
        padding-bottom: 1rem;
    }
    .details .news-contents .news-content .tag span {
        margin-right: 1rem;
    }
    .details .news-contents .news-content .conts {
        font-size: 14px;
        margin-top: 1rem;
        line-height: 28px;
    }
    .details .news-contents .news-content .nexts {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        border-top: 1px solid #ddd;
        margin-top: 2rem;
        padding-top: 1rem;
    }
    .details .news-contents .news-content .nexts a {
        width: 100%;
        margin-top: 1rem;
        font-size: 14px;
    }

    .details .jobs-page {
        padding: 0px 0 2rem;
    }
    .details .jobs-page .lists {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .details .jobs-page .lists .box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 1rem;
    }
    .details .jobs {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: 100%;
        background: #f8f8f8;
        padding: 2rem 0;
    }
    .details .jobs .job .title {
        font-size: 20px;
        color: #000;
        opacity: 0.8;
    }
    .details .jobs .job .job-info {
        font-size: 14px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        margin-top: 1rem;
    }
    .details .jobs .job .job-info span {
        margin-right: 0px;
        margin-bottom: 0.5rem;
    }
    .details .jobs .job .jobs-box {
        margin-top: 0rem;
        padding: 1rem 0.5rem;
    }
    .details .jobs .job .jobs-box .jobs-list {
        padding: 0.5rem 0;
    }
    .details .jobs .job .jobs-box .jobs-list span {
        font-size: 14px;
        color: #000;
    }
    .details .jobs .job .jobs-box .jobs-list span.s1 {
        display: none;
    }
    .details .jobs .job .jobs-box .jobs-list span.s2 {
        width: calc(60% - 20px);
    }
    .details .jobs .job .jobs-box .jobs-list span.s3 {
        width: 20%;
    }
    .details .jobs .job .jobs-box .jobs-list span.s4 {
        width: 20%;
    }
    .details .jobs .job .jobs-box .jobs-list span.s5 {
        width: 20px;
    }
    .details .jobs .job .jobs-box .jobs-list span.s5 img {
        width: 20px;
    }

    .details .jobs .job .jobs-box .jobs-contents {
        line-height: 24px;
        font-size: 14px;
    }
    .details .jobs .job .jobs-box .jobs-contents .hs {
        font-size: 15px;
        margin: 1rem 0;
    }

}

@keyframes jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../image/icon_spirit.png");
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
