body {
    overflow-x: hidden;
    letter-spacing: 1px
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
    word-break: break-all;
    text-align: justify
}

body a,
body span {
    display: inline-block
}

.contentbox {
    width: 1200px
}

.header {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1)
}

.header .header_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.header .header_container .header_left .picbox {
    width: 132px;
    height: 42px;
    overflow: hidden
}

.header .header_container .header_left .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.header .header_container .header_right {
    display: flex;
    align-items: center
}

.header .header_container .header_right .navilist {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 40px
}

.header .header_container .header_right .navilist .navi {
    padding: 0 20px;
    position: relative
}

.header .header_container .header_right .navilist .navi.active .txt,
.header .header_container .header_right .navilist .navi:hover .txt {
    color: #4991F2
}

.header .header_container .header_right .navilist .navi.active .txt::after,
.header .header_container .header_right .navilist .navi:hover .txt::after {
    bottom: 0;
    height: 2px
}

.header .header_container .header_right .navilist .navi:hover .itemlist {
    opacity: 1;
    visibility: visible;
    top: 70px
}

.header .header_container .header_right .navilist .navi .txt {
    max-width: 100%;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 70px;
    position: relative
}

.header .header_container .header_right .navilist .navi .txt::after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    background-color: #4991F2;
    transition: bottom .6s
}

.header .header_container .header_right .navilist .navi .itemlist {
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    position: absolute;
    width: 120%;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    padding-top: 20px
}

.header .header_container .header_right .navilist .navi .itemlist::after {
    content: '';
    width: calc(83.33% - 40px);
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4991F2
}

.header .header_container .header_right .navilist .navi .itemlist .item {
    font-size: 16px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .2s
}

.header .header_container .header_right .navilist .navi .itemlist .item:hover {
    background-color: #4991F2;
    color: #ffffff
}

.header .header_container .header_right .navilist .navi .itemlist .item .itemin {
    max-width: 100%;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 50px
}

.header .header_container .header_right .btns {
    display: flex;
    align-items: center
}

.header .header_container .header_right .btns .login {
    width: 90px;
    height: 36px;
    background: #EFF4FF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #4991F2;
    transition: all .5s;
    margin-right: 10px
}

.header .header_container .header_right .btns .login:hover {
    background: #EFF4FF;
    box-shadow: 0 0 20px 0 #4991F2;
    position: relative;
    z-index: 5
}

.header .header_container .header_right .btns .free {
    width: 90px;
    height: 36px;
    background: #4991F2;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    transition: all .5s
}

.header .header_container .header_right .btns .free:hover {
    background: #4991F2;
    box-shadow: 0 0 20px 0 #4991F2;
    position: relative;
    z-index: 5
}

.footer {
    background-color: #1F2730
}

.footer .footbox {
    padding: 80px 0 80px
}

.footer .footbox.active {
    padding: 0
}

.footer .footbox.active .contentbox .foot_top {
    display: none
}

.footer .footbox .contentbox .foot_top {
    display: flex;
    justify-content: center;
    margin-bottom: 50px
}

.footer .footbox .contentbox .foot_top .top_left {
    display: flex;
    margin-right: 235px
}

.footer .footbox .contentbox .foot_top .top_left .item {
    margin-right: 100px
}

.footer .footbox .contentbox .foot_top .top_left .item:nth-child(3) {
    margin-right: 0
}

.footer .footbox .contentbox .foot_top .top_left .item .pic1 {
    margin-bottom: 20px
}

.footer .footbox .contentbox .foot_top .top_left .item .pic1 .picbox {
    width: 32px;
    height: 26px;
    overflow: hidden
}

.footer .footbox .contentbox .foot_top .top_left .item .pic1 .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.footer .footbox .contentbox .foot_top .top_left .item .pic1 .picbox .pic {
    transition: all .5s
}

.footer .footbox .contentbox .foot_top .top_left .item .pic2 {
    margin-bottom: 20px;
    transition: all .5s
}

.footer .footbox .contentbox .foot_top .top_left .item .pic2 .picbox {
    width: 28px;
    height: 32px;
    overflow: hidden
}

.footer .footbox .contentbox .foot_top .top_left .item .pic2 .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.footer .footbox .contentbox .foot_top .top_left .item .pic2 .picbox .pic {
    transition: all .5s
}

.footer .footbox .contentbox .foot_top .top_left .item .pic3 {
    margin-bottom: 20px;
    transition: all .5s
}

.footer .footbox .contentbox .foot_top .top_left .item .pic3 .picbox {
    width: 29px;
    height: 32px;
    overflow: hidden
}

.footer .footbox .contentbox .foot_top .top_left .item .pic3 .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.footer .footbox .contentbox .foot_top .top_left .item .pic3 .picbox .pic {
    transition: all .5s
}

.footer .footbox .contentbox .foot_top .top_left .item .titlebox {
    font-family: Arial
}

.footer .footbox .contentbox .foot_top .top_left .item .titlebox .atitle {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    max-width: 100%;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 21px;
    margin-bottom: 20px
}

.footer .footbox .contentbox .foot_top .top_left .item .titlebox .btitle {
    font-size: 16px;
    font-weight: normal;
    color: #aaa;
    max-width: 100%;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    letter-spacing: 0
}

.footer .footbox .contentbox .foot_top .top_left .item:hover .pic1 .picbox .pic {
    transform: rotateY(180deg)
}

.footer .footbox .contentbox .foot_top .top_left .item:hover .pic2 .picbox .pic {
    transform: rotateY(180deg)
}

.footer .footbox .contentbox .foot_top .top_left .item:hover .pic3 .picbox .pic {
    transform: rotateY(180deg)
}

.footer .footbox .contentbox .foot_top .top_right .QR {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.footer .footbox .contentbox .foot_top .top_right .QR .picbox {
    width: 110px;
    height: 110px;
    overflow: hidden
}

.footer .footbox .contentbox .foot_top .top_right .QR .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.footer .footbox .contentbox .foot_top .top_right .title {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    max-width: 100%;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px
}

.footer .footbox .contentbox .foot_bottom {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    text-align: center
}

.footer .footbox .contentbox .foot_bottom a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 40px
}

.footer .footbox .contentbox .foot_bottom .s2 {
    padding: 0 20px
}

.footer .foot_info {
    width: 100%;
    background-color: #212121
}

.footer .foot_info .contentbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footer .foot_info .contentbox .top_con {
    padding: 55px 0 35px 0;
    display: flex;
    justify-content: space-between
}

.footer .foot_info .contentbox .top_con .itemlist {
    display: flex
}

.footer .foot_info .contentbox .top_con .itemlist .item {
    flex: none;
    width: 200px;
    padding-right: 20px
}

.footer .foot_info .contentbox .top_con .itemlist .item:last-child {
    padding-right: 0
}

.footer .foot_info .contentbox .top_con .itemlist .item .list li .link {
    transition: all .6s
}

.footer .foot_info .contentbox .top_con .itemlist .item .list li:hover .link {
    transform: translateX(10px)
}

.footer .foot_info .contentbox .top_con .itemlist .item .list li:first-child {
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    line-height: 32px
}

.footer .foot_info .contentbox .top_con .itemlist .item .list li a {
    display: inline-block;
    max-width: 100%;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 15px;
    font-weight: normal;
    color: #B0B0B0;
    line-height: 32px;
    transition: all .6s
}

.footer .foot_info .contentbox .top_con .itemlist .item .list li a:hover {
    color: #ffffff
}

.footer .foot_info .contentbox .top_con .contact {
    flex: none;
    display: flex;
    width: 400px
}

.footer .foot_info .contentbox .top_con .contact .picbox {
    width: 100px;
    height: 100px;
    overflow: hidden
}

.footer .foot_info .contentbox .top_con .contact .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.footer .foot_info .contentbox .top_con .contact .txt {
    margin-left: 20px
}

.footer .foot_info .contentbox .top_con .contact .txt .t1 {
    font-size: 20px;
    font-weight: normal;
    color: #B0B0B0;
    line-height: 26px;
    margin-bottom: 15px
}

.footer .foot_info .contentbox .top_con .contact .txt .t2 {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff
}

.footer .foot_info .contentbox .top_con .contact .txt .t2 .mail,
.footer .foot_info .contentbox .top_con .contact .txt .t2 .tel {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px
}

.footer .foot_info .contentbox .top_con .contact .txt .t2 .mail .picbox,
.footer .foot_info .contentbox .top_con .contact .txt .t2 .tel .picbox {
    width: 20px;
    height: 20px;
    overflow: hidden
}

.footer .foot_info .contentbox .top_con .contact .txt .t2 .mail .picbox .pic,
.footer .foot_info .contentbox .top_con .contact .txt .t2 .tel .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.footer .foot_info .contentbox .top_con .contact .txt .t2 .mail .picbox,
.footer .foot_info .contentbox .top_con .contact .txt .t2 .tel .picbox {
    margin-right: 20px
}

.footer .foot_info .contentbox .bottom_con {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: normal;
    color: #B0B0B0;
    border-top: 1px solid #424242;
    line-height: 80px
}

.footer .foot_info .contentbox .bottom_con .copyright,
.footer .foot_info .contentbox .bottom_con .jovo {
    flex: 1;
    max-width: 100%;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.footer .foot_info .contentbox .bottom_con .copyright a,
.footer .foot_info .contentbox .bottom_con .jovo a {
    color: #999999
}

.footer .foot_info .contentbox .bottom_con .jovo {
    text-align: right
}

.page_login {
    min-height: calc(100vh - 110px);
    position: relative
}

.page_login .left_bg,
.page_login .right_bg {
    height: 100%;
    position: absolute
}

.page_login .left_bg .picbox,
.page_login .right_bg .picbox {
    height: 100%
}

.page_login .left_bg .picbox img,
.page_login .right_bg .picbox img {
    height: 100%
}

.page_login .left_bg {
    left: 0
}

.page_login .right_bg {
    right: 0;
    text-align: right
}

.page_login .dialog {
    width: 1000px;
    height: 600px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.page_login .dialog .dia_left,
.page_login .dialog .dia_right {
    flex: 1
}

.page_login .dialog .dia_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/static/zhuanli/xm_zhuanli/webimages/nbanner/register_bg.png) no-repeat center center / cover
}

.page_login .dialog .dia_left .picbox {
    width: 500px;
    height: 288px;
    overflow: hidden
}

.page_login .dialog .dia_left .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_login .dialog .dia_left .txt {
    max-width: 100%;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 48px;
    text-align: center
}

.page_login .dialog .dia_right .login,
.page_login .dialog .dia_right .register {
    width: 500px;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 80px;
    box-sizing: border-box
}

.page_login .dialog .dia_right .login.active,
.page_login .dialog .dia_right .register.active {
    display: flex
}

.page_login .dialog .dia_right .login .dtop .titlebox,
.page_login .dialog .dia_right .register .dtop .titlebox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-items: flex-end;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.page_login .dialog .dia_right .login .dtop .titlebox .atitle,
.page_login .dialog .dia_right .register .dtop .titlebox .atitle {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
    display: flex
}

.page_login .dialog .dia_right .login .dtop .titlebox .atitle span,
.page_login .dialog .dia_right .register .dtop .titlebox .atitle span {
    font-size: 28px;
    font-weight: bold;
    color: #E7EFFF;
    line-height: 30px;
    margin-left: 10px;
    letter-spacing: -1px
}

.page_login .dialog .dia_right .login .dtop .titlebox .btitle,
.page_login .dialog .dia_right .register .dtop .titlebox .btitle {
    font-size: 16px;
    font-weight: normal;
    color: #999
}

.page_login .dialog .dia_right .login .dtop .titlebox .btitle a,
.page_login .dialog .dia_right .register .dtop .titlebox .btitle a {
    color: #4991F2;
    text-decoration: underline
}

.page_login .dialog .dia_right .login {
    background: url(/static/zhuanli/xm_zhuanli/webimages/login.png) no-repeat 314px 419px
}

.page_login .dialog .dia_right .login .dtop form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px
}

.page_login .dialog .dia_right .login .dtop form input {
    width: 100%;
    height: 40px;
    background: #F6F9FF;
    border-radius: 6px;
    padding: 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box
}

.page_login .dialog .dia_right .login .dtop form input:focus {
    outline: #4991F2 solid
}

.page_login .dialog .dia_right .login .dtop form .checking {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.page_login .dialog .dia_right .login .dtop form .checking .remember {
    display: flex;
    align-items: center
}

.page_login .dialog .dia_right .login .dtop form .checking .remember input {
    width: 16px;
    height: 16px;
    background: #F6F9FF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin: 0
}

.page_login .dialog .dia_right .login .dtop form .checking .remember input:focus {
    outline: none
}

.page_login .dialog .dia_right .login .dtop form .checking .remember label {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 18px;
    padding-left: 10px;
    user-select: none
}

.page_login .dialog .dia_right .login .dtop form .checking .mail_checking {
    font-size: 16px;
    font-weight: normal;
    color: #4991F2;
    cursor: pointer
}

.page_login .dialog .dia_right .login .dtop .submit {
    width: 100%;
    height: 50px;
    background: #4991F2;
    border-radius: 6px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none
}

.page_login .dialog .dia_right .login .dbottom {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin: 0 auto
}

.page_login .dialog .dia_right .login .dbottom a {
    color: #4991F2;
    text-decoration: underline
}

.page_login .dialog .dia_right .register {
    background: url(/static/zhuanli/xm_zhuanli/webimages/register.png) no-repeat 314px 419px
}

.page_login .dialog .dia_right .register .dtop form .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.page_login .dialog .dia_right .register .dtop form .item .txt {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    flex: none;
    width: 50px;
    height: 40px;
    margin: 0 15px -15px 0;
    text-align: justify;
    letter-spacing: 0
}

.page_login .dialog .dia_right .register .dtop form .item .txt span {
    width: 100%;
    height: 0
}

.page_login .dialog .dia_right .register .dtop form .item input {
    flex: 1;
    height: 40px;
    border-radius: 6px;
    background-color: #F6F9FF;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px
}

.page_login .dialog .dia_right .register .dtop form .item input:focus {
    outline: #4991F2 solid
}

.page_login .dialog .dia_right .register .dtop form .item input.check_input {
    width: 130px
}

.page_login .dialog .dia_right .register .dtop form .item .checking {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: none;
    width: 130px;
    height: 40px;
    border-radius: 6px;
    background-color: #F6F9FF;
    border: 1px solid #cccccc;
    margin-left: 10px;
    font-size: 14px
}

.page_login .dialog .dia_right .register .dbottom .submit {
    width: 100%;
    height: 50px;
    background: #4991F2;
    border-radius: 6px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none
}

.shadow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99
}

.shadow .dialog {
    width: 800px;
    height: 380px;
    background: #F9FBFF;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.shadow .dialog::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #4991F2
}

.shadow .dialog .titlebox {
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    margin: 40px 40px 20px 40px;
    padding-bottom: 20px;
    box-sizing: border-box
}

.shadow .dialog .titlebox .logo {
    width: 232px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.shadow .dialog .titlebox .logo .picbox {
    width: 159px;
    height: 40px;
    overflow: hidden
}

.shadow .dialog .titlebox .logo .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.shadow .dialog .titlebox .atitle {
    font-size: 30px;
    font-weight: bold;
    color: #010101
}

.shadow .dialog .com_conbox {
    margin: 20px 40px 0 40px;
    font-size: 16px;
    font-weight: normal;
    color: #010101;
    line-height: 30px;
    height: 180px;
    padding: 0 10px
}

.shadow .dialog .close {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%
}

.shadow .dialog .close .picbox {
    width: 40px;
    height: 40px;
    overflow: hidden
}

.shadow .dialog .close .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.shadow .dialog .close .picbox .pic {
    transition: all .5s
}

.shadow .dialog .close:hover .picbox .pic {
    transform: rotate(360deg)
}

.page_index {
    background: #fff;
    position: relative
}

.page_index .banner #swiper1 {
    position: relative;
    overflow: visible
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide {
    position: relative
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide:nth-child(4) .contentbox .slide-data .titlebox .atitle {
    font-size: 44px;
    font-weight: bold;
    color: #fff
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide:nth-child(4) .contentbox .slide-data .data-list .txt .t1 {
    font-size: 40px;
    font-weight: normal;
    color: #fff
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide:nth-child(4) .contentbox .slide-data .data-list .txt .t2 {
    font-size: 18px;
    font-weight: normal;
    color: #fff
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .picbox {
    width: 100%;
    height: 607px;
    overflow: hidden
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .picbox {
    height: 607px
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .picbox .pic {
    background-position: top
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .default-btns,
.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .btns {
    display: flex;
    align-items: center
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .default-btns .btn,
.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .btns .btn {
    width: 180px;
    height: 50px;
    background: #EFF4FF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #4991F2;
    border: 1px solid #4991F2;
    margin-right: 20px;
    transition: all .5s
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .default-btns .btn:hover,
.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .btns .btn:hover {
    box-shadow: 0 0 20px 0 #4991F2
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .default-btns .btn:first-child,
.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .btns .btn:first-child {
    background: #fff
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .default-btns .btn:last-child,
.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .btns .btn:last-child {
    background: #4991F2;
    color: #fff
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .default-btns {
    max-height: 100%;
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translate(-50%, -50%)
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .default-btns .btn {
    margin: 0 10px
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .default-btns .btn:first-child {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .contentbox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .contentbox .slide-data .titlebox {
    margin-bottom: 26px
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .contentbox .slide-data .titlebox .atitle {
    max-width: 100%;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 44px;
    font-weight: bold;
    color: #333;
    line-height: 48px
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .contentbox .slide-data .data-list {
    display: flex;
    align-items: center;
    margin-bottom: 88px
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .contentbox .slide-data .data-list .txt:hover .t1,
.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .contentbox .slide-data .data-list .txt:hover .t2 {
    transition: all .3s;
    color: #4991F2
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .contentbox .slide-data .data-list .txt .t1 {
    max-width: 100%;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-right: 65px;
    font-size: 40px;
    color: #333
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .contentbox .slide-data .data-list .txt .t1 .counter {
    font-size: 40px
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .contentbox .slide-data .data-list .txt .t1 span {
    font-size: 18px
}

.page_index .banner #swiper1 .swiper-wrapper .swiper-slide .contentbox .slide-data .data-list .txt .t2 {
    max-width: 100%;
    max-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 22px
}

.page_index .banner #swiper1 .itemlist {
    width: 1200px;
    height: 120px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -600px;
    padding: 25px 40px;
    box-sizing: border-box;
    display: flex;
    z-index: 99
}

.page_index .banner #swiper1 .itemlist .item {
    display: flex;
    align-items: center;
    margin-right: 80px
}

.page_index .banner #swiper1 .itemlist .item:nth-child(3) {
    margin-right: 0px
}

.page_index .banner #swiper1 .itemlist .item .picbox {
    width: 64px;
    height: 64px;
    overflow: hidden
}

.page_index .banner #swiper1 .itemlist .item .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.page_index .banner #swiper1 .itemlist .item .picbox {
    margin-right: 20px
}

.page_index .banner #swiper1 .itemlist .item .titlebox {
    height: 69px
}

.page_index .banner #swiper1 .itemlist .item .titlebox .atitle {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    max-width: 100%;
    max-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 17px;
    margin-bottom: 14px
}

.page_index .banner #swiper1 .itemlist .item .titlebox .btitle {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    max-width: 100%;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px
}

.page_index .banner #swiper1 .swiper-button-prev {
    margin-left: 10%
}

.page_index .banner #swiper1 .swiper-button-next {
    margin-right: 10%
}

.page_index .banner #swiper1 .pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%)
}

.page_index .banner #swiper1 .pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #4991F2;
    margin: 0 5px;
    opacity: 1
}

.page_index .banner #swiper1 .pagination .swiper-pagination-bullet-active {
    width: 40px
}

.page_index .chuangxin {
    padding: 70px 10px 80px
}

.page_index .chuangxin .titlebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px
}

.page_index .chuangxin .titlebox .atitle {
    max-width: 100%;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 52px
}

.page_index .chuangxin .titlebox .btitle {
    max-width: 100%;
    max-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 26px
}

.page_index .chuangxin .itemlist {
    display: flex;
    margin: 0 -10px
}

.page_index .chuangxin .itemlist .itembox {
    flex: 1;
    padding: 0 10px;
    transition: all .6s
}

.page_index .chuangxin .itemlist .itembox.active {
    flex: 2
}

.page_index .chuangxin .itemlist .itembox.active .item {
    background: #4991F2
}

.page_index .chuangxin .itemlist .itembox.active .item .item-title .atitle,
.page_index .chuangxin .itemlist .itembox.active .item .item-title .btitle {
    color: #fff
}

.page_index .chuangxin .itemlist .itembox.active .item .item-title .line {
    background: #fff
}

.page_index .chuangxin .itemlist .itembox.active .item .item-title .item-content {
    opacity: 1
}

.page_index .chuangxin .itemlist .itembox .item {
    width: 100%;
    height: 360px;
    padding: 34px 10px 34px 40px;
    box-sizing: border-box;
    background: #F7FAFF;
    position: relative;
    overflow: hidden;
    transition: background .2s
}

.page_index .chuangxin .itemlist .itembox .item .bg {
    width: 421px;
    height: 220px;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -160px
}

.page_index .chuangxin .itemlist .itembox .item .item-title {
    width: 100%;
    max-width: 235px
}

.page_index .chuangxin .itemlist .itembox .item .item-title .atitle {
    max-width: 100%;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    line-height: 32px
}

.page_index .chuangxin .itemlist .itembox .item .item-title .btitle {
    max-width: 100%;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
    line-height: 20px
}

.page_index .chuangxin .itemlist .itembox .item .item-title .line {
    width: 20px;
    height: 2px;
    background: #0064FF;
    margin: 16px 0
}

.page_index .chuangxin .itemlist .itembox .item .item-title .item-content {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    opacity: 0
}

.page_index .tiyan {
    background: #F7F9FF url(/static/zhuanli/xm_zhuanli/webimages/tiyan_bg.png) no-repeat center center / cover;
    padding: 70px 10px 80px
}

.page_index .tiyan .titlebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px
}

.page_index .tiyan .titlebox .atitle {
    max-width: 100%;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 52px
}

.page_index .tiyan .titlebox .btitle {
    max-width: 100%;
    max-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 26px
}

.page_index .tiyan .itemlist {
    background: #fff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
    display: flex
}

.page_index .tiyan .itemlist .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 80px 20px;
    position: relative
}

.page_index .tiyan .itemlist .item:hover .item-title .more {
    height: 40px;
    line-height: 40px;
    border-color: #4991F2
}

.page_index .tiyan .itemlist .item::after {
    content: '';
    width: 40px;
    height: 372px;
    background: url(/static/zhuanli/xm_zhuanli/webimages/xian.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0
}

.page_index .tiyan .itemlist .item:last-child::after {
    content: none
}

.page_index .tiyan .itemlist .item .img {
    margin-bottom: 25px
}

.page_index .tiyan .itemlist .item .img .picbox {
    width: 127px;
    height: 121px;
    overflow: hidden
}

.page_index .tiyan .itemlist .item .img .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.page_index .tiyan .itemlist .item .item-title {
    text-align: center;
    position: relative;
    padding-bottom: 20px
}

.page_index .tiyan .itemlist .item .item-title .atitle {
    max-width: 100%;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px
}

.page_index .tiyan .itemlist .item .item-title .btitle {
    max-width: 100%;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 24px;
    margin-bottom: 35px
}

.page_index .tiyan .itemlist .item .item-title .more {
    max-width: 100%;
    max-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: normal;
    color: #4991F2;
    overflow: visible;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: inline-block;
    width: 120px;
    line-height: 18px;
    border-radius: 40px;
    transition: all .4s
}

.page_index .tiyan .itemlist .item .item-title .more:hover {
    text-decoration: underline
}

.page_index .flowing {
    padding: 70px 10px 80px
}

.page_index .flowing .titlebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px
}

.page_index .flowing .titlebox .atitle {
    max-width: 100%;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 52px
}

.page_index .flowing .titlebox .btitle {
    max-width: 100%;
    max-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 26px
}

.page_index .flowing .catelist {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #EEEEEE
}

.page_index .flowing .catelist .cate {
    font-size: 20px;
    font-weight: normal;
    color: #999;
    line-height: 60px;
    border-bottom: 2px solid transparent;
    cursor: pointer
}

.page_index .flowing .catelist .cate.active,
.page_index .flowing .catelist .cate:hover {
    border-color: #4991F2;
    color: #4991F2
}

.page_index .flowing .swiper {
    padding-top: 50px
}

.page_index .flowing .swiper .item .item-main {
    display: flex;
    justify-content: space-between
}

.page_index .flowing .swiper .item .item-main .conbox {
    width: 600px
}

.page_index .flowing .swiper .item .item-main .conbox .title {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
    margin-bottom: 20px
}

.page_index .flowing .swiper .item .item-main .conbox .content {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    line-height: 26px
}

.page_index .flowing .swiper .item .item-main .picbox {
    width: 574px;
    height: 300px;
    overflow: hidden
}

.page_index .flowing .swiper .item .item-main .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.page_index .flowing .swiper .item .more {
    width: 180px;
    height: 50px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #4991F2;
    margin: 50px auto 0;
    border: 1px solid #4991F2;
    transition: all .4s
}

.page_index .flowing .swiper .item .more:hover {
    background: #4991F2;
    color: #fff
}

.page_index .backfeed {
    background: url(/static/zhuanli/xm_zhuanli/webimages/backfeed_bg.jpg) no-repeat center center / cover;
    padding: 70px 10px 80px
}

.page_index .backfeed .titlebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px
}

.page_index .backfeed .titlebox .atitle {
    max-width: 100%;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 52px
}

.page_index .backfeed .titlebox .btitle {
    max-width: 100%;
    max-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 26px
}

.page_index .backfeed .itemlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -34px
}

.page_index .backfeed .itemlist .itembox {
    padding: 26px 15px 34px
}

.page_index .backfeed .itemlist .itembox .item {
    background: #fff;
    width: 380px;
    height: 180px;
    position: relative;
    transition: all .4s
}

.page_index .backfeed .itemlist .itembox .item:hover {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05)
}

.page_index .backfeed .itemlist .itembox .item .touxiang {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 82px;
    border-radius: 41px;
    background: #fff;
    color: #ffffff;
    position: absolute;
    right: 24px;
    top: -26px;
    padding: 6px;
    box-sizing: border-box
}

.page_index .backfeed .itemlist .itembox .item .touxiang .picbox {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.page_index .backfeed .itemlist .itembox .item .touxiang .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_index .backfeed .itemlist .itembox .item .touxiang .picbox {
    border-radius: 50%
}

.page_index .backfeed .itemlist .itembox .item .txt {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box
}

.page_index .backfeed .itemlist .itembox .item .txt .t1 {
    max-width: 100%;
    max-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 20px
}

.page_index .backfeed .itemlist .itembox .item .txt .t1 span {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin-left: 15px
}

.page_index .backfeed .itemlist .itembox .item .txt .t2 {
    max-width: 100%;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    line-height: 24px
}

.page_index .example {
    padding-top: 90px;
    width: 100%;
    height: 442px;
    background: #F7FAFF;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff
}

.page_index .example .contentbox {
    position: relative;
    z-index: 10
}

.page_index .example .contentbox .titlebox {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.page_index .example .contentbox .titlebox .atitle {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 48px
}

.page_index .example .contentbox .titlebox .btitle {
    font-size: 16px;
    font-weight: normal;
    color: #666
}

.page_index .example .contentbox .logobox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
    position: relative;
    z-index: 10
}

.page_index .example .contentbox .logobox .logo {
    width: 232px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: all .5s
}

.page_index .example .contentbox .logobox .logo .picbox {
    width: 160px;
    height: 50px;
    overflow: hidden
}

.page_index .example .contentbox .logobox .logo .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.page_index .example .contentbox .logobox .logo:hover {
    box-shadow: 0 10px 20px 0 rgba(82, 142, 255, 0.5)
}

.page_index .example .bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5
}

.page_index .example .bg .picbox {
    width: 100%;
    height: 1698px;
    overflow: hidden
}

.page_index .example .bg .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_index .example .bg .picbox .pic {
    background-position: bottom
}

.page_index .bottom {
    width: 100%;
    height: 280px;
    background: url(/static/zhuanli/xm_zhuanli/webimages/nbanner/about_bottombg.png) no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
    box-sizing: border-box
}

.page_index .bottom .title {
    font-size: 32px;
    font-weight: bold;
    color: #fff
}

.page_index .bottom .btns {
    display: flex
}

.page_index .bottom .btns .btn {
    margin: 0 10px;
    display: block;
    width: 180px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    transition: all .5s;
    font-size: 20px;
    font-weight: normal;
    color: #0064FF
}

.page_index .bottom .btns .btn .jiantou {
    transition: all .5s;
    margin-left: -25px;
    opacity: 0
}

.page_index .bottom .btns .btn:hover .jiantou {
    margin-left: 0px;
    opacity: 1;
    transition: all .5s
}

.page_case .banner .picbox {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.page_case .banner .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_case .anli .contentbox .catebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px
}

.page_case .anli .contentbox .catebox .item {
    font-size: 20px;
    font-weight: normal;
    color: #666;
    height: 70px;
    line-height: 70px;
    padding: 0 40px;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer
}

.page_case .anli .contentbox .catebox .item:first-child {
    padding-left: 0
}

.page_case .anli .contentbox .catebox .item:last-child {
    padding-right: 0
}

.page_case .anli .contentbox .catebox .item.active .txt,
.page_case .anli .contentbox .catebox .item:hover .txt {
    color: #4991F2
}

.page_case .anli .contentbox .catebox .item.active .txt::after,
.page_case .anli .contentbox .catebox .item:hover .txt::after {
    width: 100%
}

.page_case .anli .contentbox .catebox .item .txt {
    width: 100%;
    position: relative
}

.page_case .anli .contentbox .catebox .item .txt::after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #4991F2;
    transition: all .4s
}

.page_index .anli,
.page_case .anli {
    padding: 80px 0 50px;
    background: #F9FBFF
}

.page_index .anli .contentbox .titlebox,
.page_case .anli .contentbox .titlebox {
    text-align: center
}

.page_index .anli .contentbox .titlebox .atitle,
.page_case .anli .contentbox .titlebox .atitle {
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    max-width: 100%;
    max-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 31px;
    margin-bottom: 80px
}

.page_index .anli .contentbox .swiper-pagination,
.page_case .anli .contentbox .swiper-pagination {
    position: relative;
    margin-bottom: 80px
}

.page_index .anli .contentbox .swiper-pagination .titlelist,
.page_case .anli .contentbox .swiper-pagination .titlelist {
    display: flex;
    justify-content: center
}

.page_index .anli .contentbox .swiper-pagination .titlelist .titles,
.page_case .anli .contentbox .swiper-pagination .titlelist .titles {
    padding-right: 80px;
    cursor: pointer;
    transition: all .5s;
    overflow: visible;
    position: relative
}

.page_index .anli .contentbox .swiper-pagination .titlelist .titles .txt,
.page_case .anli .contentbox .swiper-pagination .titlelist .titles .txt {
    font-size: 20px;
    font-weight: normal;
    color: #666;
    max-width: 100%;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 21px
}

.page_index .anli .contentbox .swiper-pagination .titlelist .titles:nth-child(6),
.page_case .anli .contentbox .swiper-pagination .titlelist .titles:nth-child(6) {
    padding-right: 0
}

.page_index .anli .contentbox .swiper-pagination .titlelist .titles:nth-child(6):hover .line,
.page_case .anli .contentbox .swiper-pagination .titlelist .titles:nth-child(6):hover .line {
    width: 100%;
    opacity: 1
}

.page_index .anli .contentbox .swiper-pagination .titlelist .titles:nth-child(1):hover .line,
.page_case .anli .contentbox .swiper-pagination .titlelist .titles:nth-child(1):hover .line {
    width: 100%;
    opacity: 1
}

.page_index .anli .contentbox .swiper-pagination .titlelist .titles:hover,
.page_case .anli .contentbox .swiper-pagination .titlelist .titles:hover {
    color: #4991F2
}

.page_index .anli .contentbox .swiper-pagination .titlelist .titles:hover .line,
.page_case .anli .contentbox .swiper-pagination .titlelist .titles:hover .line {
    width: 100%;
    opacity: 1
}

.page_index .anli .contentbox .swiper-pagination .titlelist .titles::after,
.page_case .anli .contentbox .swiper-pagination .titlelist .titles::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    position: absolute;
    bottom: -1px;
    left: 0
}

.page_index .anli .contentbox .swiper-pagination .titlelist .titles .line,
.page_case .anli .contentbox .swiper-pagination .titlelist .titles .line {
    width: 0px;
    height: 2px;
    background: #4991F2;
    transition: all .5s;
    opacity: 0;
    margin-top: 24px
}

.page_index .anli .contentbox .itemlist,
.page_case .anli .contentbox .itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px
}

.page_index .anli .contentbox .itemlist .item,
.page_case .anli .contentbox .itemlist .item {
    margin-right: 30px;
    margin-bottom: 30px
}

.page_index .anli .contentbox .itemlist .item:nth-child(3n),
.page_case .anli .contentbox .itemlist .item:nth-child(3n) {
    margin-right: 0px
}

.page_index .anli .contentbox .itemlist .item .picbox,
.page_case .anli .contentbox .itemlist .item .picbox {
    width: 380px;
    height: 240px;
    overflow: hidden
}

.page_index .anli .contentbox .itemlist .item .picbox .pic,
.page_case .anli .contentbox .itemlist .item .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.page_index .anli .contentbox .itemlist .item .picbox,
.page_case .anli .contentbox .itemlist .item .picbox {
    border-radius: 6px
}

.page_index .anli .contentbox .itemlist .item .picbox .pic,
.page_case .anli .contentbox .itemlist .item .picbox .pic {
    transition: all .5s
}

.page_index .anli .contentbox .itemlist .item .titlebox,
.page_case .anli .contentbox .itemlist .item .titlebox {
    width: 380px;
    height: 230px;
    box-sizing: border-box;
    padding: 30px 60px 30px 40px;
    text-align: left
}

.page_index .anli .contentbox .itemlist .item .titlebox .atitle,
.page_case .anli .contentbox .itemlist .item .titlebox .atitle {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    max-width: 100%;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 21px;
    margin-bottom: 15px
}

.page_index .anli .contentbox .itemlist .item .titlebox .btitle,
.page_case .anli .contentbox .itemlist .item .titlebox .btitle {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    max-width: 100%;
    max-height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 25px;
    margin-bottom: 22px;
    letter-spacing: 0
}

.page_index .anli .contentbox .itemlist .item .titlebox .btn,
.page_case .anli .contentbox .itemlist .item .titlebox .btn {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #4991F2;
    max-width: 100%;
    max-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    line-height: 15px;
    transition: all .5s
}

.page_index .anli .contentbox .itemlist .item .titlebox .line,
.page_case .anli .contentbox .itemlist .item .titlebox .line {
    width: 73px;
    height: 1px;
    background: #4991F2;
    transition: all .5s
}

.page_index .anli .contentbox .itemlist .item:hover .picbox .pic,
.page_case .anli .contentbox .itemlist .item:hover .picbox .pic {
    transform: scale(1.1)
}

.page_index .anli .contentbox .itemlist .item:hover .titlebox .btn,
.page_case .anli .contentbox .itemlist .item:hover .titlebox .btn {
    transform: translateX(10px)
}

.page_index .anli .contentbox .itemlist .item:hover .titlebox .line,
.page_case .anli .contentbox .itemlist .item:hover .titlebox .line {
    transform: translateX(10px)
}

.page_index .anli .contentbox .shadow,
.page_case .anli .contentbox .shadow {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.page_index .anli .contentbox .shadow .dialog,
.page_case .anli .contentbox .shadow .dialog {
    width: 1200px;
    height: 600px;
    background-color: #F9FBFF;
    padding: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.page_index .anli .contentbox .shadow .dialog .titlebox,
.page_case .anli .contentbox .shadow .dialog .titlebox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #000
}

.page_index .anli .contentbox .shadow .dialog .titlebox .atitle,
.page_case .anli .contentbox .shadow .dialog .titlebox .atitle {
    max-width: 100%;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 30px;
    font-weight: normal;
    color: #000;
    margin: 0
}

.page_index .anli .contentbox .shadow .dialog .titlebox .close .picbox,
.page_case .anli .contentbox .shadow .dialog .titlebox .close .picbox {
    transition: all .5s;
    display: inline-block
}

.page_index .anli .contentbox .shadow .dialog .titlebox .close:hover .picbox,
.page_case .anli .contentbox .shadow .dialog .titlebox .close:hover .picbox {
    transform: rotate(90deg)
}

.page_index .anli .contentbox .shadow .dialog .titlebox .close .picbox,
.page_case .anli .contentbox .shadow .dialog .titlebox .close .picbox {
    width: 30px;
    height: 30px;
    overflow: hidden
}

.page_index .anli .contentbox .shadow .dialog .titlebox .close .picbox .pic,
.page_case .anli .contentbox .shadow .dialog .titlebox .close .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.page_index .anli .contentbox .shadow .dialog .com_conbox,
.page_case .anli .contentbox .shadow .dialog .com_conbox {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    width: 100%;
    height: 400px;
    margin-top: 40px;
    padding-right: 40px;
    box-sizing: border-box
}

.page_contact .banner .picbox {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.page_contact .banner .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_contact .contact_box {
    margin-top: 40px
}

.page_contact .contact_box .contact {
    display: flex;
    margin-bottom: 50px
}

.page_contact .contact_box .contact .right {
    letter-spacing: 1px;
    background-color: #ffffff;
    font-size: 16px;
    width: 640px;
    padding: 40px 60px;
    box-sizing: border-box
}

.page_contact .contact_box .contact .right .top {
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee
}

.page_contact .contact_box .contact .right .top .atitle {
    font-size: 24px;
    font-weight: normal;
    color: bold;
    margin-right: 15px
}

.page_contact .contact_box .contact .right .bottom {
    margin-top: 20px;
    height: 318px;
    width: 485px;
    word-break: break-all
}

.page_contact .contact_box .contact .right .bottom td {
    line-height: 24px
}

.page_contact .contact_box .tel {
    display: flex;
    background-color: #4991F2;
    margin-bottom: 80px;
    padding: 40px;
    box-sizing: border-box;
    color: #ffffff
}

.page_contact .contact_box .tel .left {
    width: 520px;
    margin-right: 142px
}

.page_contact .contact_box .tel .left span {
    margin-right: 22px
}

.page_contact .contact_box .tel .middle {
    width: 152px;
    margin-right: 163px
}

.page_contact .contact_box .tel .right {
    width: 152px
}

.page_contact .contact_box .tel .atitle {
    font-size: 24px;
    font-weight: normal;
    color: bold;
    line-height: 26px;
    margin-bottom: 16px
}

.page_contact .contact_box .tel .btitle {
    line-height: 24px
}

.page_contact .contact_box .tel span {
    font-size: 16px;
    line-height: 16px
}

.page_newsinfo {
    padding: 60px 0
}

.page_newsinfo .ny_news .ny_news_show {
    margin: 0 auto;
    padding: 0 80px 30px 80px;
    background: #ffffff;
    box-sizing: border-box;
    border-top: 3px solid #4991F2
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_tit {
    text-align: center;
    padding-top: 60px
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_tit h3 {
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #333333
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_tit .ny_news_show_tit_bottom {
    position: relative;
    margin: 32px auto 40px
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_tit .ny_news_show_tit_bottom::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_tit .ny_news_show_tit_bottom div {
    display: inline-block;
    background: #ffffff;
    padding: 0 70px;
    position: relative;
    z-index: 9;
    font-size: 14px;
    font-weight: 400;
    color: #999999
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_tit .ny_news_show_tit_bottom div p {
    display: inline-block;
    position: relative;
    padding-right: 20px
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_tit .ny_news_show_tit_bottom div p::after {
    content: "/";
    padding-left: 20px
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_tit .ny_news_show_tit_bottom div p:last-child::after {
    content: ""
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_con {
    font-size: 16px;
    font-weight: 400;
    color: #4c4948;
    line-height: 36px;
    text-align: center
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_con p {
    text-align: left
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_con img {
    margin: 40px auto;
    max-width: 100%
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_con .img_tit {
    text-align: center !important
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_share {
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_share .ny_news_tag {
    float: left
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_share .ny_news_tag .tag_icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 2px
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_share .ny_news_tag .tag {
    padding: 7px 10px;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-left: 10px
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_share .ny_news_tag .tag:hover {
    background: #ebebeb
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_share .ny_news_tag p {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #333333
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_share .ny_news_share {
    float: right
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_share .ny_news_share p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    float: left;
    margin-right: 10px
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_share .ny_news_share a {
    margin: -4px 0 0 10px;
    padding: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: 100%
}

.page_newsinfo .ny_news .ny_news_show .ny_news_show_share .ny_news_share img {
    width: 32px;
    height: 32px
}

.page_newsinfo .ny_news .ny_news_show .ny_page {
    padding: 30px 0
}

.page_newsinfo .ny_news .ny_news_show .ny_page .prev {
    float: left
}

.page_newsinfo .ny_news .ny_news_show .ny_page .next {
    float: right;
    text-align: right
}

.page_newsinfo .ny_news .ny_news_show .ny_page a {
    display: inline-block;
    width: 45%;
    font-size: 16px;
    font-weight: 400;
    color: #4c4948
}

.page_newsinfo .ny_news .ny_news_show .ny_page a:hover {
    color: #4991F2
}

.page_newsinfo .page_case .anli .contentbox .itemlist {
    height: 500px;
    overflow: hidden;
    box-sizing: border-box
}

.com_catebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 124px
}

.com_catebox .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 44px;
    background: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #4991F2;
    margin: 0 10px;
    border: 1px solid #4991F2;
    box-sizing: border-box;
    cursor: pointer;
    position: relative
}

.com_catebox .item.active,
.com_catebox .item:hover {
    background: #4991F2;
    color: #ffffff
}

.com_catebox .item.active .arrow,
.com_catebox .item:hover .arrow {
    border-bottom-color: #ffffff
}

.com_catebox .item:hover .list {
    opacity: 1;
    visibility: visible
}

.com_catebox .item .arrow {
    transform: rotate(180deg);
    border-bottom: 6px solid #4991F2;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 20px
}

.com_catebox .item .list {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    color: #4991F2
}

.com_catebox .item .list .option {
    padding: 10px 20px
}

.com_catebox .item .list .option:hover {
    background-color: #4991F2;
    color: #ffffff
}

.page_maodunjiansuo .banner .picbox,
.page_wulimaodun .banner .picbox,
.page_yuanlifancha .banner .picbox,
.page_jinhuafaze .banner .picbox,
.page_zhishiku .banner .picbox {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.page_maodunjiansuo .banner .picbox .pic,
.page_wulimaodun .banner .picbox .pic,
.page_yuanlifancha .banner .picbox .pic,
.page_jinhuafaze .banner .picbox .pic,
.page_zhishiku .banner .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_maodunjiansuo .contentbox,
.page_wulimaodun .contentbox,
.page_yuanlifancha .contentbox,
.page_jinhuafaze .contentbox,
.page_zhishiku .contentbox {
    width: 1200px;
    margin: 60px auto 80px auto;
    padding-bottom: 40px;
    background-color: #ffffff;
    border-top: 4px solid #4991F2
}

.page_maodunjiansuo .contentbox .catebox,
.page_wulimaodun .contentbox .catebox,
.page_yuanlifancha .contentbox .catebox,
.page_jinhuafaze .contentbox .catebox,
.page_zhishiku .contentbox .catebox {
    display: flex;
    width: 100%;
    height: 80px
}

.page_maodunjiansuo .contentbox .catebox .item,
.page_wulimaodun .contentbox .catebox .item,
.page_yuanlifancha .contentbox .catebox .item,
.page_jinhuafaze .contentbox .catebox .item,
.page_zhishiku .contentbox .catebox .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 80px;
    flex: 1;
    height: 100%;
    background-color: #4991F2;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative
}

.page_maodunjiansuo .contentbox .catebox .item:hover::after,
.page_wulimaodun .contentbox .catebox .item:hover::after,
.page_yuanlifancha .contentbox .catebox .item:hover::after,
.page_jinhuafaze .contentbox .catebox .item:hover::after,
.page_zhishiku .contentbox .catebox .item:hover::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: -4px
}

.page_maodunjiansuo .contentbox .catebox .item.active,
.page_wulimaodun .contentbox .catebox .item.active,
.page_yuanlifancha .contentbox .catebox .item.active,
.page_jinhuafaze .contentbox .catebox .item.active,
.page_zhishiku .contentbox .catebox .item.active {
    font-size: 20px;
    font-weight: bold;
    color: #4991F2;
    background-color: #ffffff
}

.page_maodunjiansuo .contentbox .catebox .item .txt,
.page_wulimaodun .contentbox .catebox .item .txt,
.page_yuanlifancha .contentbox .catebox .item .txt,
.page_jinhuafaze .contentbox .catebox .item .txt,
.page_zhishiku .contentbox .catebox .item .txt {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.page_maodunjiansuo .contentbox .search_content,
.page_wulimaodun .contentbox .search_content,
.page_yuanlifancha .contentbox .search_content,
.page_jinhuafaze .contentbox .search_content,
.page_zhishiku .contentbox .search_content,
.page_maodunjiansuo .contentbox .result_list,
.page_wulimaodun .contentbox .result_list,
.page_yuanlifancha .contentbox .result_list,
.page_jinhuafaze .contentbox .result_list,
.page_zhishiku .contentbox .result_list {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding: 60px 60px 0 60px
}

.page_maodunjiansuo .contentbox .search_content span,
.page_wulimaodun .contentbox .search_content span,
.page_yuanlifancha .contentbox .search_content span,
.page_jinhuafaze .contentbox .search_content span,
.page_zhishiku .contentbox .search_content span,
.page_maodunjiansuo .contentbox .result_list span,
.page_wulimaodun .contentbox .result_list span,
.page_yuanlifancha .contentbox .result_list span,
.page_jinhuafaze .contentbox .result_list span
{
    display: inline
}

.page_maodunjiansuo .search_bottom,
.page_wulimaodun .search_bottom,
.page_yuanlifancha .search_bottom,
.page_jinhuafaze .search_bottom,
.page_zhishiku .search_bottom {
    display: flex;
    margin-top: 40px
}

.page_maodunjiansuo .search_bottom .result_list,
.page_wulimaodun .search_bottom .result_list,
.page_yuanlifancha .search_bottom .result_list,
.page_jinhuafaze .search_bottom .result_list,
.page_zhishiku .search_bottom .result_list {
    flex: none;
    width: 250px;
    margin-right: 30px;
    padding: 0 10px
}

.page_maodunjiansuo .search_bottom .result_list .title,
.page_wulimaodun .search_bottom .result_list .title,
.page_yuanlifancha .search_bottom .result_list .title,
.page_jinhuafaze .search_bottom .result_list .title,
.page_zhishiku .search_bottom .result_list .title {
    max-width: 100%;
    max-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 80px;
    background-color: #4991F2;
    text-align: center
}

.page_maodunjiansuo .search_bottom .result_list .search_result,
.page_wulimaodun .search_bottom .result_list .search_result,
.page_yuanlifancha .search_bottom .result_list .search_result,
.page_jinhuafaze .search_bottom .result_list .search_result,
.page_zhishiku .search_bottom .result_list .search_result {
    width: 100%;
    max-height: 660px
}

.page_maodunjiansuo .search_bottom .result_list .search_result .item,
.page_wulimaodun .search_bottom .result_list .search_result .item,
.page_yuanlifancha .search_bottom .result_list .search_result .item,
.page_jinhuafaze .search_bottom .result_list .search_result .item,
.page_zhishiku .search_bottom .result_list .search_result .item {
    max-width: 100%;
    max-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 80px;
    background-color: #F9FBFF;
    position: relative
}

.page_maodunjiansuo .search_bottom .result_list .search_result .item::after,
.page_wulimaodun .search_bottom .result_list .search_result .item::after,
.page_yuanlifancha .search_bottom .result_list .search_result .item::after,
.page_jinhuafaze .search_bottom .result_list .search_result .item::after,
.page_zhishiku .search_bottom .result_list .search_result .item::after {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4991F2
}

.page_maodunjiansuo .search_bottom .result_list .search_result .item.active,
.page_wulimaodun .search_bottom .result_list .search_result .item.active,
.page_yuanlifancha .search_bottom .result_list .search_result .item.active,
.page_jinhuafaze .search_bottom .result_list .search_result .item.active,
.page_zhishiku .search_bottom .result_list .search_result .item.active,
.page_maodunjiansuo .search_bottom .result_list .search_result .item:hover,
.page_wulimaodun .search_bottom .result_list .search_result .item:hover,
.page_yuanlifancha .search_bottom .result_list .search_result .item:hover,
.page_jinhuafaze .search_bottom .result_list .search_result .item:hover,
.page_zhishiku .search_bottom .result_list .search_result .item:hover {
    color: #4991F2;
    background-color: #EFF4FF
}

.page_maodunjiansuo .search_bottom .result_list .search_result .item.active::after,
.page_wulimaodun .search_bottom .result_list .search_result .item.active::after,
.page_yuanlifancha .search_bottom .result_list .search_result .item.active::after,
.page_jinhuafaze .search_bottom .result_list .search_result .item.active::after,
.page_zhishiku .search_bottom .result_list .search_result .item.active::after,
.page_maodunjiansuo .search_bottom .result_list .search_result .item:hover::after,
.page_wulimaodun .search_bottom .result_list .search_result .item:hover::after,
.page_yuanlifancha .search_bottom .result_list .search_result .item:hover::after,
.page_jinhuafaze .search_bottom .result_list .search_result .item:hover::after,
.page_zhishiku .search_bottom .result_list .search_result .item:hover::after {
    content: ''
}

.page_maodunjiansuo .search_bottom .search_content,
.page_wulimaodun .search_bottom .search_content,
.page_yuanlifancha .search_bottom .search_content,
.page_jinhuafaze .search_bottom .search_content,
.page_zhishiku .search_bottom .search_content {
    flex: 1;
    max-height: 736px;
    padding: 30px
}

@media screen and (max-width:1440px) {

    .page_maodunjiansuo .banner .picbox,
    .page_wulimaodun .banner .picbox,
    .page_yuanlifancha .banner .picbox,
    .page_jinhuafaze .banner .picbox,
    .page_zhishiku .banner .picbox {
        height: 250px
    }
}

@media screen and (max-width:1280px) {

    .page_maodunjiansuo .banner .picbox,
    .page_wulimaodun .banner .picbox,
    .page_yuanlifancha .banner .picbox,
    .page_jinhuafaze .banner .picbox,
    .page_zhishiku .banner .picbox {
        height: 220px
    }
}

.page_maodunjiansuo .contentbox .search {
    width: 100%;
    max-height: 900px;
    box-sizing: border-box
}

.page_maodunjiansuo .contentbox .search .search_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    height: 124px;
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box
}

.page_maodunjiansuo .contentbox .search .search_top .condition {
    display: flex;
    align-items: center
}

.page_maodunjiansuo .contentbox .search .search_top .condition .txt {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-right: 30px
}

.page_maodunjiansuo .contentbox .search .search_top .condition select {
    width: 260px;
    height: 44px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #CBDDFF;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    outline: none
}

.page_maodunjiansuo .contentbox .search .search_top .btn {
    width: 260px;
    height: 44px;
    background: #4991F2;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer
}

.page_maodunjiansuo .contentbox .search .search_bottom {
    display: flex;
    margin-top: 40px
}

.page_maodunjiansuo .contentbox .search .search_bottom .search_result .item {
    max-width: 100%;
    max-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 80px;
    background-color: #F9FBFF;
    position: relative
}

.page_maodunjiansuo .contentbox .search .search_bottom .search_result .item::after {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4991F2
}

.page_maodunjiansuo .contentbox .search .search_bottom .search_result .item.active,
.page_maodunjiansuo .contentbox .search .search_bottom .search_result .item:hover {
    color: #4991F2;
    background-color: #EFF4FF
}

.page_maodunjiansuo .contentbox .search .search_bottom .search_result .item.active::after,
.page_maodunjiansuo .contentbox .search .search_bottom .search_result .item:hover::after {
    content: ''
}

.page_maodunjiansuo .contentbox .search .search_bottom .search_content {
    flex: 1;
    max-height: 736px;
    padding: 30px
}

.page_maodunjiansuo .contentbox .result {
    padding: 0
}

.page_maodunjiansuo .contentbox .result .swiper_cate {
    width: 100%;
    height: 80px;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 40px
}

.page_maodunjiansuo .contentbox .result .swiper_cate .swiper {
    width: 100%;
    height: 100%
}

.page_maodunjiansuo .contentbox .result .swiper_cate .swiper .swiper-slide .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: relative;
    cursor: pointer
}

.page_maodunjiansuo .contentbox .result .swiper_cate .swiper .swiper-slide .item::after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    background-color: #4991F2
}

.page_maodunjiansuo .contentbox .result .swiper_cate .swiper .swiper-slide .item.active,
.page_maodunjiansuo .contentbox .result .swiper_cate .swiper .swiper-slide .item:hover {
    color: #4991F2;
    font-weight: bold
}

.page_maodunjiansuo .contentbox .result .swiper_cate .swiper .swiper-slide .item.active::after,
.page_maodunjiansuo .contentbox .result .swiper_cate .swiper .swiper-slide .item:hover::after {
    width: 100%
}

.page_maodunjiansuo .contentbox .result .swiper_cate .next,
.page_maodunjiansuo .contentbox .result .swiper_cate .prev {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #CBDDFF;
    color: #ffffff;
    position: absolute;
    top: 50%;
    z-index: 9;
    transition: background-color .4s;
    cursor: pointer;
    outline: none
}

.page_maodunjiansuo .contentbox .result .swiper_cate .next .jiantou,
.page_maodunjiansuo .contentbox .result .swiper_cate .prev .jiantou {
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: -3px
}

.page_maodunjiansuo .contentbox .result .swiper_cate .next:hover,
.page_maodunjiansuo .contentbox .result .swiper_cate .prev:hover {
    background-color: #4991F2
}

.page_maodunjiansuo .contentbox .result .swiper_cate .next {
    right: 20px;
    transform: translateY(-50%)
}

.page_maodunjiansuo .contentbox .result .swiper_cate .prev {
    left: 20px;
    transform: translateY(-50%) rotate(180deg)
}

.page_maodunjiansuo .contentbox .result .search_result {
    padding: 0
}

.page_maodunjiansuo .contentbox .result .search_result .txt {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    flex: none;
    width: 120px;
    height: 80px;
    line-height: 80px
}

.page_yuanlifancha .contentbox .result {
    padding: 0
}

.page_yuanlifancha .contentbox .result .swiper_cate {
    width: 100%;
    height: 80px;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 40px
}

.page_yuanlifancha .contentbox .result .swiper_cate .swiper {
    width: 100%;
    height: 100%
}

.page_yuanlifancha .contentbox .result .swiper_cate .swiper .swiper-slide .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: relative;
    cursor: pointer
}

.page_yuanlifancha .contentbox .result .swiper_cate .swiper .swiper-slide .item::after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    background-color: #4991F2
}

.page_yuanlifancha .contentbox .result .swiper_cate .swiper .swiper-slide .item.active,
.page_yuanlifancha .contentbox .result .swiper_cate .swiper .swiper-slide .item:hover {
    color: #4991F2;
    font-weight: bold
}

.page_yuanlifancha .contentbox .result .swiper_cate .swiper .swiper-slide .item.active::after,
.page_yuanlifancha .contentbox .result .swiper_cate .swiper .swiper-slide .item:hover::after {
    width: 100%
}

.page_yuanlifancha .contentbox .result .swiper_cate .next,
.page_yuanlifancha .contentbox .result .swiper_cate .prev {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #CBDDFF;
    color: #ffffff;
    position: absolute;
    top: 50%;
    z-index: 9;
    transition: background-color .4s;
    cursor: pointer;
    outline: none
}

.page_yuanlifancha .contentbox .result .swiper_cate .next .jiantou,
.page_yuanlifancha .contentbox .result .swiper_cate .prev .jiantou {
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: -3px
}

.page_yuanlifancha .contentbox .result .swiper_cate .next:hover,
.page_yuanlifancha .contentbox .result .swiper_cate .prev:hover {
    background-color: #4991F2
}

.page_yuanlifancha .contentbox .result .swiper_cate .next {
    right: 20px;
    transform: translateY(-50%)
}

.page_yuanlifancha .contentbox .result .swiper_cate .prev {
    left: 20px;
    transform: translateY(-50%) rotate(180deg)
}

.page_yuanlifancha .contentbox .result .tablebox {
    width: 100%;
    padding: 0 60px;
    margin-bottom: 40px;
    box-sizing: border-box;
    max-height: 1200px
}

.page_yuanlifancha .contentbox .result .tablebox table tr {
    height: 74px;
    position: relative
}

.page_yuanlifancha .contentbox .result .tablebox table tr::after {
    content: '';
    width: 1000px;
    height: 1px;
    background-color: #EEEEEE;
    position: absolute;
    left: 0;
    bottom: 0
}

.page_yuanlifancha .contentbox .result .tablebox table tr:last-child::after {
    height: 0
}

.page_yuanlifancha .contentbox .result .tablebox table tr td {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding-right: 60px
}

.page_yuanlifancha .contentbox .result .tablebox table tr td:nth-child(3) {
    color: #4991F2
}

.page_yuanlifancha .contentbox .result .tablebox table tr td:nth-child(5) {
    color: #FF4D1D
}

.page_wulimaodun .contentbox .catebox2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 124px
}

.page_wulimaodun .contentbox .catebox2 .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 44px;
    background: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #4991F2;
    margin: 0 10px;
    border: 1px solid #4991F2;
    box-sizing: border-box;
    cursor: pointer;
    position: relative
}

.page_wulimaodun .contentbox .catebox2 .item.active,
.page_wulimaodun .contentbox .catebox2 .item:hover {
    background: #4991F2;
    color: #ffffff
}

.page_wulimaodun .contentbox .catebox2 .item.active .arrow,
.page_wulimaodun .contentbox .catebox2 .item:hover .arrow {
    border-bottom-color: #ffffff
}

.page_wulimaodun .contentbox .catebox2 .item:hover .list {
    opacity: 1;
    visibility: visible
}

.page_wulimaodun .contentbox .catebox2 .item .arrow {
    transform: rotate(180deg);
    border-bottom: 6px solid #4991F2;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 20px
}

.page_wulimaodun .contentbox .catebox2 .item .list {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    color: #4991F2
}

.page_wulimaodun .contentbox .catebox2 .item .list .option {
    padding: 10px 20px
}

.page_wulimaodun .contentbox .catebox2 .item .list .option:hover {
    background-color: #4991F2;
    color: #ffffff
}

.page_wulimaodun .contentbox .profile {
    padding: 30px 60px;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #EEEEEE
}

.page_wulimaodun .contentbox .result {
    padding: 0
}

.page_wulimaodun .contentbox .result .search_result {
    padding: 0
}

.page_wulimaodun .contentbox .result .search_result .txt {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    flex: none;
    width: 120px;
    height: 80px;
    line-height: 80px
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate {
    width: 920px;
    height: 80px;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 40px
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate .swiper {
    width: 100%;
    height: 100%
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate .swiper .swiper-slide .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: relative;
    cursor: pointer
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate .swiper .swiper-slide .item::after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    background-color: #4991F2
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate .swiper .swiper-slide .item.active,
.page_wulimaodun .contentbox .result .search_result .swiper_cate .swiper .swiper-slide .item:hover {
    color: #4991F2;
    font-weight: bold
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate .swiper .swiper-slide .item.active::after,
.page_wulimaodun .contentbox .result .search_result .swiper_cate .swiper .swiper-slide .item:hover::after {
    width: 100%
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate .next,
.page_wulimaodun .contentbox .result .search_result .swiper_cate .prev {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #CBDDFF;
    color: #ffffff;
    position: absolute;
    top: 50%;
    z-index: 9;
    transition: background-color .4s;
    cursor: pointer;
    outline: none
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate .next .jiantou,
.page_wulimaodun .contentbox .result .search_result .swiper_cate .prev .jiantou {
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: -3px
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate .next:hover,
.page_wulimaodun .contentbox .result .search_result .swiper_cate .prev:hover {
    background-color: #4991F2
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate .next {
    right: 20px;
    transform: translateY(-50%)
}

.page_wulimaodun .contentbox .result .search_result .swiper_cate .prev {
    left: 20px;
    transform: translateY(-50%) rotate(180deg)
}

.page_jinhuafaze .contentbox {
    border-top: none;
    margin-top: 10px
}

.page_jinhuafaze .contentbox .result {
    padding: 0 40px;
    border-top: 1px solid #EEEEEE
}

.page_jinhuafaze .contentbox .result .swiper_cate {
    width: 100%;
    height: 80px;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 60px
}

.page_jinhuafaze .contentbox .result .swiper_cate .swiper {
    width: 100%;
    height: 100%
}

.page_jinhuafaze .contentbox .result .swiper_cate .swiper .swiper-slide .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: relative;
    cursor: pointer
}

.page_jinhuafaze .contentbox .result .swiper_cate .swiper .swiper-slide .item::after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    background-color: #4991F2
}

.page_jinhuafaze .contentbox .result .swiper_cate .swiper .swiper-slide .item.active,
.page_jinhuafaze .contentbox .result .swiper_cate .swiper .swiper-slide .item:hover {
    color: #4991F2;
    font-weight: bold
}

.page_jinhuafaze .contentbox .result .swiper_cate .swiper .swiper-slide .item.active::after,
.page_jinhuafaze .contentbox .result .swiper_cate .swiper .swiper-slide .item:hover::after {
    width: 100%
}

.page_jinhuafaze .contentbox .result .swiper_cate .next,
.page_jinhuafaze .contentbox .result .swiper_cate .prev {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #CBDDFF;
    color: #ffffff;
    position: absolute;
    top: 50%;
    z-index: 9;
    transition: background-color .4s;
    cursor: pointer;
    outline: none
}

.page_jinhuafaze .contentbox .result .swiper_cate .next .jiantou,
.page_jinhuafaze .contentbox .result .swiper_cate .prev .jiantou {
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: -3px
}

.page_jinhuafaze .contentbox .result .swiper_cate .next:hover,
.page_jinhuafaze .contentbox .result .swiper_cate .prev:hover {
    background-color: #4991F2
}

.page_jinhuafaze .contentbox .result .swiper_cate .next {
    right: 20px;
    transform: translateY(-50%)
}

.page_jinhuafaze .contentbox .result .swiper_cate .prev {
    left: 20px;
    transform: translateY(-50%) rotate(180deg)
}

.page_jinhuafaze .contentbox .result .tablebox {
    width: 100%;
    padding: 0 60px;
    margin-bottom: 40px;
    box-sizing: border-box
}

.page_jinhuafaze .contentbox .result .tablebox table tr {
    height: 74px;
    position: relative
}

.page_jinhuafaze .contentbox .result .tablebox table tr::after {
    content: '';
    width: 1000px;
    height: 1px;
    background-color: #EEEEEE;
    position: absolute;
    left: 0;
    bottom: 0
}

.page_jinhuafaze .contentbox .result .tablebox table tr:last-child::after {
    height: 0
}

.page_jinhuafaze .contentbox .result .tablebox table tr td {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding-right: 60px
}

.page_jinhuafaze .contentbox .result .tablebox table tr td:nth-child(3) {
    color: #4991F2
}

.page_jinhuafaze .contentbox .result .tablebox table tr td:nth-child(5) {
    color: #FF4D1D
}

.page_zhishiku .contentbox .search {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box
}

.page_zhishiku .contentbox .search .search_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    height: 124px;
    box-sizing: border-box
}

.page_zhishiku .contentbox .search .search_top .condition {
    display: flex;
    align-items: center
}

.page_zhishiku .contentbox .search .search_top .condition .txt {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-right: 20px
}

.page_zhishiku .contentbox .search .search_top .condition select {
    width: 260px;
    height: 44px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #CBDDFF;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
    outline: none
}

.page_zhishiku .contentbox .search .search_top .btn {
    width: 240px;
    height: 44px;
    background: #4991F2;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer
}

.page_zhishiku .contentbox .search .search_bottom {
    display: block
}

.page_zhishiku .contentbox .search .search_bottom .result_list {
    width: 100%;
    padding: 0 60px;
    margin-bottom: 40px;
    box-sizing: border-box
}

.page_zhishiku .contentbox .search .search_bottom .result_list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    /* height: 147px; */
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box;
    position: relative;
    padding:20px 5px;
    cursor: pointer;
}

.page_zhishiku .contentbox .search .search_bottom .result_list .item::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4991F2;
    transition: all .6s
}

.page_zhishiku .contentbox .search .search_bottom .result_list .item:last-child {
    border-bottom: none
}

.page_zhishiku .contentbox .search .search_bottom .result_list .item:hover::after {
    width: 100%
}

.page_zhishiku .contentbox .search .search_bottom .result_list .item .itemtitle {
    margin-bottom: 10px
}

.page_zhishiku .contentbox .search .search_bottom .result_list .item .itemtitle .atitle {
    font-size: 16px;
    font-weight: normal;
    color: #4991F2;
    max-width: 100%;
    max-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.page_zhishiku .contentbox .search .search_bottom .result_list .item .txt {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    max-width: 100%;
    max-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.page_about {
    position: relative
}

.page_about .banner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.page_about .banner .picbox {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.page_about .banner .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_about .banner .titlebox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center
}

.page_about .banner .titlebox .atitle {
    font-size: 36px;
    font-weight: bold;
    color: #333333
}

.page_about .banner .titlebox .atitle::after {
    content: '';
    display: block;
    margin: 8px auto 0;
    width: 36px;
    height: 2px;
    background-color: #0064FF
}

.page_about .banner .titlebox .btitle {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-top: 20px
}

.page_about .banner .bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5
}

.page_about .banner .bg .picbox {
    width: 100%;
    height: 1698px;
    overflow: hidden
}

.page_about .banner .bg .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_about .banner .bg .picbox .pic {
    background-position: top
}

.page_about .about {
    padding-top: 80px;
    padding-bottom: 90px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    overflow: hidden
}

.page_about .about .contentbox {
    position: relative;
    z-index: 10
}

.page_about .about .contentbox .titlebox {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin-bottom: 50px
}

.page_about .about .contentbox .txt {
    margin-bottom: 80px;
    height: 376px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.page_about .about .contentbox .txt .t {
    font-size: 16px;
    font-weight: normal;
    color: #333333
}

.page_about .about .contentbox .boxpic {
    padding: 0 107px 0 50px;
    display: flex;
    justify-content: space-between
}

.page_about .about .contentbox .boxpic .pics {
    width: 181px;
    height: 73px
}

.page_about .about .contentbox .boxpic .pics .picbox {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.page_about .about .contentbox .boxpic .pics .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.page_about .about .contentbox .boxpic .pics:nth-child(2) {
    width: 175px
}

.page_about .about .contentbox .boxpic .pics:nth-child(3) {
    width: 175px
}

.page_about .about .contentbox .boxpic .pics:nth-child(4) {
    width: 143px
}

.page_about .about .bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: -400px;
    z-index: 5
}

.page_about .about .bg .picbox {
    width: 100%;
    height: 1698px;
    overflow: hidden
}

.page_about .about .bg .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_about .example {
    padding-top: 90px;
    width: 100%;
    height: 442px;
    background: #F7FAFF;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    overflow: hidden
}

.page_about .example .contentbox {
    position: relative;
    z-index: 10
}

.page_about .example .contentbox .titlebox {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.page_about .example .contentbox .titlebox .atitle {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 48px
}

.page_about .example .contentbox .titlebox .btitle {
    font-size: 16px;
    font-weight: normal;
    color: #666
}

.page_about .example .contentbox .logobox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
    position: relative;
    z-index: 10
}

.page_about .example .contentbox .logobox .logo {
    width: 232px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: all .5s
}

.page_about .example .contentbox .logobox .logo .picbox {
    width: 160px;
    height: 50px;
    overflow: hidden
}

.page_about .example .contentbox .logobox .logo .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .6s
}

.page_about .example .contentbox .logobox .logo:hover {
    box-shadow: 0 10px 20px 0 rgba(82, 142, 255, 0.5)
}

.page_about .example .bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5
}

.page_about .example .bg .picbox {
    width: 100%;
    height: 1698px;
    overflow: hidden
}

.page_about .example .bg .picbox .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .6s
}

.page_about .example .bg .picbox .pic {
    background-position: bottom
}

.page_about .map {
    padding: 80px 0
}

.page_about .map .contentbox {
    display: flex
}

.page_about .map .contentbox .mappic {
    margin-right: 60px
}

.page_about .map .contentbox .mappic .map {
    box-sizing: border-box
}

.page_about .map .contentbox .mappic .map img {
    width: auto !important;
    height: auto !important;
    max-width: none;
    max-height: none
}

.page_about .map .contentbox .contact .titlebox {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px
}

.page_about .map .contentbox .contact .titlebox .atitle {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px
}

.page_about .map .contentbox .contact .titlebox .btitle {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 16px
}

.page_about .map .contentbox .contact .message {
    margin-bottom: 30px
}

.page_about .map .contentbox .contact .message:last-child {
    margin-bottom: 0px
}

.page_about .map .contentbox .contact .message .messagename {
    font-size: 16px;
    font-weight: normal;
    color: #999
}

.page_about .map .contentbox .contact .message .txt {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    max-width: 100%;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.page_about .bottom {
    width: 100%;
    height: 280px;
    background: url(/static/zhuanli/xm_zhuanli/webimages/nbanner/about_bottombg.png) no-repeat center center / cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
    box-sizing: border-box
}

.page_about .bottom .title {
    font-size: 32px;
    font-weight: bold;
    color: #fff
}

.page_about .bottom .btns {
    display: flex
}

.page_about .bottom .btns .btn {
    margin: 0 10px;
    display: block;
    width: 180px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    transition: all .5s;
    font-size: 20px;
    font-weight: normal;
    color: #0064FF
}

.page_about .bottom .btns .btn .jiantou {
    transition: all .5s;
    margin-left: -25px;
    opacity: 0
}

.page_about .bottom .btns .btn:hover .jiantou {
    margin-left: 0px;
    opacity: 1;
    transition: all .5s
}
.j-link-code{
    color:#4991F2;
    cursor: pointer;
}