/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*分页结束*/
.noData {
    text-align: center;
    font-size: 16px;
    line-height: 200px
}

/* 重置 */
.page {
    width: 1200px;
    margin: 0 auto;
    background: none;
}

a {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i,
em {
    font-style: inherit;
}

.met-img .cover {
    height: 259px;
}

.btn-outline.btn-inverse {
    height: 100%;
}

.overlay-scale {
    object-fit: cover;
    height: 100%;
}

.met-show-body {
    background: #fff;
    padding: 50px 0;
}

.met-news,
.met-showimg,
.met-img {
    background: #fff;
    padding: 50px 0;
}

.met-news .container {
    display: flex;
    justify-content: space-between;
}

.met-news .met-news-list,
.met-news .col-md-3 {
    border: 1px solid #ddd;
    height: max-content;
}

.met-news .met-bar {
    margin-left: 0;
}

.met-news .col-md-3 {
    width: 20%;
}

/* 抬头 */
.headTop {
    padding: 10px 0;
}

.headTop .page {
    display: flex;
    justify-content: space-between;
}

/* 头部 */
.header {
    background: url(/public/upload/topic/image/back1.jpg);
    min-height: 130px;
    display: flex;
    align-items: center;
}

.header .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .page .left {
    display: flex;
    align-items: center;
}

.header .page .left .logo {
    background: url(/public/upload/topic/image/back2.jpg) no-repeat right center;
    padding-right: 20px;
    margin-right: 10px;
}

.header .page .left .webDesc {
    font-size: 23px;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

.header .page .left .webDesc h1 {
    font-weight: bold;
    font-size: 23px;
    color: #015db2;
}

.header .page .left .webDesc span {
    color: #fd0006;
}

.header .page .right {
    background: url(/public/upload/topic/image/back3.jpg) no-repeat left center;
    padding-left: 60px;
    min-height: 65px;
    font-size: 15px;
    color: #3b3b3c;
}

.header .page .right span {
    font-size: 25px;
    color: #fd0006;
    font-weight: bold;
    /* font-family: Arial; */
    line-height: 34px;
    transition: all 0.5s ease;
}
.header .page .right span:hover{
    text-shadow: -3px -3px 5px rgba(197, 223, 248,0.9);
}
@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }

    10%,
    20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -moz-transform: scale(1) rotate(-3deg);
    }

    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

.header .page .left .logo:hover {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}
.suspension.fixed{
    position: fixed;
    top: -7px;
    width: 100%;
    z-index: 99;
}
/* 头部导航 */
.headNav {
    background: url(/public/upload/topic/image/back4.jpg);
    border-top: 4px solid #84b8e7;
}

.headNav .page ul {
    display: flex;
    align-items: center;
}

.headNav .page ul li {
    height: 55px;
    flex: 1;
    position: relative;
}

.headNav .page ul li::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/public/upload/topic/image/back1.png) no-repeat top center;
    top: -4px;
    left: 0;
}

.headNav .page ul li:hover,
.headNav .page ul li.active {
    background: #7eb7e5;
}

.headNav .page ul li:hover::after,
.headNav .page ul li.active::after {
    display: none;
}

.headNav .page ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
}

/* 底部导航 */
.footNav {
    background: url(/public/upload/topic/image/back2.png);
    height: 100px;
    padding-top: 40px;
}

.footNav .page ul {
    display: flex;
    border-bottom: 1px solid #0264bf;
    box-shadow: 0px 0px 0px 0px #0157a6 inset,
        /*上边阴影*/
        0px 0px 0px 0px #0157a6,
        /*左边阴影*/

        0px 0px 0px 0px #0157a6,
        /*右边阴影*/
        0px -1px 0px 0px #0157a6 inset;
    /*下边阴影*/
}

.footNav .page ul li {
    height: 60px;
    flex: 1;
    display: flex;
    align-items: center;
}

.footNav .page ul li:last-child a {
    border-right: 0;
}

.footNav .page ul li a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    border-right: 2px solid #fff;
    font-size: 17px;
    line-height: 17px;
}

/* 底部信息 */
.footer {
    background: #015db2;
    padding-top: 15px;
    color: #fff;
}

.footer .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .page .logo {
    width: 225px;
}

.footer .page .content {
    width: 550px;
    display: flex;
    flex-wrap: wrap;
    /* padding-right: 150px; */
    height: max-content;
    line-height: 35px;
}

.footer .page .content p {
    margin-right: 40px;
}

.footer .page .ewm {
    position: relative;
    height: max-content;
    width: 185px;
    text-align: center;
    padding: 0 30px;
}

.footer .page .ewm img {
    width: 125px;
    height: 125px;
    object-fit: contain;
    z-index: 10;
    position: relative;
}

.footer .page .ewm::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 185px;
    height: 105px;
    border: 1px solid #02519b;
    left: 0;
}

.footer .page .ewm p {
    background: url(/public/upload/topic/image/back3.png) no-repeat left center;
    padding-left: 35px;
    margin: 10px 0;
    height: 29px;
    line-height: 29px;
}

/* 热门关键词 */
.part_1 {
    height: 77px;
    position: relative;
}

.part_1::after {
    content: '';
    display: block;
    background: url(/public/upload/topic/image/back5.jpg) bottom;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    position: absolute;
}

.part_1 .page {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.part_1 .page .tag {
    display: flex;
}

.part_1 .page .tag span {
    background: url(/public/upload/topic/image/back6.jpg) no-repeat center left;
    padding-left: 20px;
    color: #fd0006;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.part_1 .page .tag a {
    margin-right: 15px;
    color: #5d5d5d;
    font-size: 14px;
}

.part_1 .page .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 380px;
}

.part_1 .page .search input {
    width: 330px;
    height: 40px;
    font-size: 12px;
    color: #858585;
    border: 1px solid #dddddd;
    padding-left: 10px;
}

.part_1 .page .search button {
    background: #015db2;
    width: 40px;
    height: 40px;
    border: none;
}

/* 标题 */
.title {
    background: url(/public/upload/topic/image/back4.png) no-repeat;
    text-align: center;
    height: 90px;
}

.title h2 {
    font-size: 31px;
    color: #000;
    font-weight: bold;
    line-height: 45px;
}

.title span {
    color: #999;
    font-weight: 500;
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
}

/* 工程案例 */
.part_2 {
    padding: 40px 0;
}

.part_2 .page .part2_body {
    position: relative;
    height: 202px;
    margin-top: 15px;
}

.part_2 .page .part2_body span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #9f9f9f;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 78px;
}

.part_2 .page .part2_body span.left {
    left: -65px;
}

.part_2 .page .part2_body span.right {
    right: -65px;
}

.part_2 .page .part2_body .part2_pro {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.part_2 .page .part2_body .part2_pro ul {
    position: absolute;
    width: max-content;
    display: flex;
}

.part_2 .page .part2_body .part2_pro ul li {
    width: 226px;
    margin-right: 17.5px;
}

.part_2 .page .part2_body .part2_pro ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.part_2 .page .part2_body .part2_pro ul li a .img {
    border: 1px solid #efefef;
    height: 154px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.part_2 .page .part2_body .part2_pro ul li a .img img {
    max-width: 100%;
    max-height: 100%;

}

.part_2 .page .part2_body .part2_pro ul li a h3 {
    height: 48px;
    background: #015db2;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 冷库设备 */
.part_3 {
    padding: 20px 0 80px 0;
}

.part_3 .page .part3_body .nav {
    margin: 30px 0;
}

.part_3 .page .part3_body .nav ul {
    display: flex;
}

.part_3 .page .part3_body .nav ul li {
    flex: 1;
    border: 1px solid #d2d2d2;
    margin-right: 2%;
}

.part_3 .page .part3_body .nav ul li:last-child {
    margin-right: 0;
}

.part_3 .page .part3_body .nav ul li a {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 17px;
}

.part_3 .page .part3_body .nav ul li:hover a,
.part_3 .page .part3_body .nav ul li.active a {
    background: #015db2;
    color: #fff;
}

.part_3 .page .part3_body .pro {
    position: relative;
    height: 880px;
}

.part_3 .page .part3_body .pro .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
}

.part_3 .page .part3_body .pro .list li {
    width: 32%;
}

.part_3 .page .part3_body .pro .list li:hover a .img {
    transition: all 0.8s;
    box-shadow: 0 0 20px #a6a6a6;
    -moz-box-shadow: 0 0 20px #a6a6a6;
    -ms-box-shadow: 0 0 20px #a6a6a6;
    -o-box-shadow: 0 0 20px #a6a6a6;
    -webkit-box-shadow: 0 0 20px #a6a6a6;
}

.part_3 .page .part3_body .pro .list li:nth-child(4),
.part_3 .page .part3_body .pro .list li:nth-child(5) {
    width: 49%;
}

.part_3 .page .part3_body .pro .list li a .img {
    width: 100%;
    height: 288px;
    border: 1px solid #d2d2d2;
}

.part_3 .page .part3_body .pro .list li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.part_3 .page .part3_body .pro .list li:nth-child(4) a .img,
.part_3 .page .part3_body .pro .list li:nth-child(5) a .img {
    height: 440px;
}

.part_3 .page .part3_body .pro .list li a h3 {
    height: 75px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 17px;
}

.part_3 .page .part3_body .more {
    width: 180px;
    height: 50px;
    background: #015db2;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.part_3 .page .part3_body .more:hover {
    border-radius: 30px;
}

/* 理由 */
.part_4 {
    width: 100%;
    background: #f3f9fe;
}

.part_4 .page .top,
.part_4 .page .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.part_4 .page .top .left {
    width: 35%;
}

.part_4 .page .bottom .right {
    width: 40%;
}

.part_4 .page .top .left ul li,
.part_4 .page .bottom .right ul li {
    margin-bottom: 115px;
}

.part_4 .page .top .left ul li:nth-child(2),
.part_4 .page .bottom .right ul li:nth-child(2) {
    margin-bottom: 0;
}

.part_4 .page .top .left ul li.adv1 .tit {
    background: url(/public/upload/topic/image/01.png) no-repeat;
}

.part_4 .page .top .left ul li.adv2 .tit {
    background: url(/public/upload/topic/image/02.png) no-repeat;
}

.part_4 .page .bottom .right ul li.adv3 .tit {
    background: url(/public/upload/topic/image/03.png) no-repeat;
}

.part_4 .page .bottom .right ul li.adv4 .tit {
    background: url(/public/upload/topic/image/04.png) no-repeat;
}

.part_4 .page .top .left ul li .tit,
.part_4 .page .bottom .right ul li .tit {
    height: 50px;
    padding-left: 65px;
    margin-bottom: 30px;
}

.part_4 .page .top .left ul li .tit h3,
.part_4 .page .bottom .right ul li .tit h3 {
    color: #015db2;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.part_4 .page .top .left ul li .tit span,
.part_4 .page .bottom .right ul li .tit span {
    font-size: 17px;
    color: #000;
    line-height: 20px;
    text-transform: uppercase;
}

.part_4 .page .top .left ul li .con,
.part_4 .page .bottom .right ul li .con {
    position: relative;
    padding-left: 68px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.part_4 .page .top .left ul li .con::after,
.part_4 .page .bottom .right ul li .con::after {
    position: absolute;
    background: url(/public/upload/topic/image/icon3.png);
    content: '';
    width: 8px;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    margin: 0 30px;
}

/* 省心 */
.part_5 {
    background: url(/public/upload/topic/image/back9.jpg) no-repeat;
    padding: 100px 0 75px 0;
    background-color: #f3f9fe;
    height: 740px;
}

.part_5 .page .tit {
    color: #fff;
    width: max-content;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 40px;
    margin-bottom: 55px;
}

.part_5 .page .tit::after {
    position: absolute;
    content: '';
    display: block;
    width: 14px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/public/upload/topic/image/icon5.png) no-repeat;
}

.part_5 .page .tit::before {
    position: absolute;
    content: '';
    display: block;
    width: 17px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(/public/upload/topic/image/icon6.png) no-repeat;
}

.part_5 .page .tit h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.part_5 .page .tit span {
    font-size: 20px;
}

.part_5 .page .part5_body ul {
    display: flex;
    justify-content: space-between;
}

.part_5 .page .part5_body ul li {
    background: url(/public/upload/topic/image/back7.jpg) no-repeat;
    width: 285px;
    height: 385px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.part_5 .page .part5_body ul li .img {
    width: 167px;
    height: 167px;
    overflow: hidden;
    border-radius: 50%;
    border: 6px solid #729fce;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
    transition: 1s ease all;
}

.part_5 .page .part5_body ul li .img:hover {
    transform: rotateY(360deg);
}

.part_5 .page .part5_body ul li .img img {
    width: 100%;
    height: 100%;
}

.part_5 .page .part5_body ul li .con {
    text-align: center;
    padding: 0 20px;
}

.part_5 .page .part5_body ul li .con h3 {
    font-size: 23px;
    color: #000;
}

.part_5 .page .part5_body ul li .con p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

/* 关于我们 */
.part_6 {
    margin-top: 70px;
}

.part6_body {
    display: flex;
    justify-content: space-between;
    height: 358px;
    overflow: hidden;
    margin-top: 40px;
}

.part6_body .img {
    width: 610px;
}

.part6_body .img img {
    width: 100%;
}

.part6_body .con {
    width: 570px;
}

.part6_body .con h3 {
    color: #015db2;
    font-size: 30px;
    font-weight: 600;
}

.part6_body .con span {
    line-height: 50px;
    text-indent: 2em;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    height: 250px;
}

.part6_body .con .more {
    height: 55px;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #333;
    transition: all 0.5s ease;
}
.part6_body .con .more:hover{
    letter-spacing: 2px;
}
.part6_body .con .more i {
    font-size: 34px;
    color: #fd0006;
    letter-spacing: initial;
}

/* 企业实力 */
.part_7 {
    margin: 55px 0 20px 0;
}

.part_7 .page .nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}

.part_7 .page .nav ul>li {
    width: 270px;
    height: 55px;
    border: 2px solid #cecece;
    font-size: 18px;
    border-right: none;
}

.part_7 .page .nav ul>li:last-child {
    border-right: 2px solid #cecece;
}

.part_7 .page .nav ul>li a {
    color: #666666;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.part_7 .page .nav ul>li:hover,
.part_7 .page .nav ul>li.active {
    background: #015db2;
    border-color: #015db2;
}

.part_7 .page .nav ul>li:hover a,
.part_7 .page .nav ul>li.active a {
    color: #fff;
}

.part_7 .page .part7Main {
    height: 270px;
    position: relative;
    margin-top: 50px;
}

.part_7 .page .part7_body {
    position: absolute;
    height: 270px;
    top: 0;
    left: 0;
    width: 100%;
}

.part_7 .page .part7_body>span {
    position: absolute;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9f9f9f;
    border-radius: 50%;
    top: 116.5px;
}

.part_7 .page .part7_body>span.left {
    left: -70px;
}

.part_7 .page .part7_body>span.right {
    right: -70px;
}

.part_7 .page .part7_body .part7_pro {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.part_7 .page .part7_body .part7_pro ul {
    width: max-content;
    display: flex;
    height: 100%;
    position: absolute;
}

.part_7 .page .part7_body .part7_pro ul li {
    width: 285px;
    margin-right: 20px;
    height: 100%;
    font-size: 15px;
    color: #666;
    text-align: center;
}

.part_7 .page .part7_body .part7_pro ul li .img {
    margin-bottom: 27px;
}

.part_7 .page .part7_body .part7_pro ul li .img img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

/* 新闻资讯 */
.part_9 {
    background: url(/public/upload/topic/image/back8.jpg) no-repeat;
    padding: 70px 0 70px 0;
}

.part9_body {
    margin-top: 35px;
}

.part9_body .top {
    display: flex;
    justify-content: space-between;
}

.part9_body .top .left {
    width: 600px;
}

.part9_body .top .left .time {
    width: 100%;
    height: 180px;
    background: #015db2;
    color: #fff;
    display: flex;
    overflow: hidden;
}

.part9_body .top .left .time span {
    display: flex;
    width: 215px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.part9_body .top .left .time i {
    font-size: 55px;
    font-weight: bold;
    line-height: 50px;
    margin-right: 7px;
}

.part9_body .top .left .time em {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 20px;
}

.part9_body .top .left .time em dd {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 3px;
    margin: 0;
}

.part9_body .top .left .time img {
    width: 385px;
    height: 100%;
    overflow: hidden;
    transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -ms-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.
}

.part9_body .top .left .time:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.part9_body .top .left .con h3 {
    font-size: 20px;
    color: #000;
    margin-top: 40px;
    height: 25px;
}

.part9_body .top .left .con p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}

.part9_body .top .left .con a.more {
    margin-top: 25px;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    font-size: 15px;
    background: #fd0006;
    border-radius: 30px;
    transition: all 0.5s ease;
}
.part9_body .top .left .con a.more:hover{
    border-radius: 0;
    background: #015db2;
}
.part9_body .top .right {
    width: 540px;
}

.part9_body .top .right .com {
    background: #fafafa;
    height: 180px;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.part9_body .top .right .com .time {
    width: 115px;
    font-size: 22px;
    color: #015db2;
    height: 105px;
    padding-left: 25px;
}

.part9_body .top .right .com .time a {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fd0006;
    border-radius: 50%;
    margin-top: 25px;
}

.part9_body .top .right .com .con {
    width: 390px;
    border-left: 1px solid #cccccc;
    height: max-content;
    padding-left: 20px;
}

.part9_body .top .right .com .con h3 {
    line-height: 30px;
    margin-bottom: 10px;
    height: 35px;
}

.part9_body .top .right .com .con h3 a {
    color: #000;
    font-size: 16px;
}

.part9_body .top .right .com .con p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}

.part9_body .top .right>ul {
    margin-top: 40px;
}

.part9_body .top .right>ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #cdcdcd;
    height: 30px;
}

.part9_body .top .right>ul li:last-child {
    margin-bottom: 0;
}

.part9_body .top .right>ul li h3 {
    height: max-content;
}

.part9_body .top .right>ul li h3 a {
    font-size: 16px;
    color: #000;
    line-height: 18px;
    display: block;
}
.part9_body .top .right>ul li h3 a:hover{
    color: #015db2;
}
.part9_body .top .right>ul li span {
    font-size: 15px;
    color: #666;
    line-height: 18px;
}

.part9_body .bottom {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border-top: 4px solid #015db2;
    margin-top: 70px;
}

.part9_body .bottom .tit {
    display: flex;
    margin-right: 25px;
}

.part9_body .bottom .tit h3 {
    font-size: 24px;
    color: #000;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.part9_body .bottom .tit h3 i {
    font-size: 17px;
    color: #666666;
}

.part9_body .bottom>ul {
    display: flex;
    width: 960px;
    justify-content: space-between;
}

.part9_body .bottom>ul li {
    width: 295px;
}

.part9_body .bottom>ul li .icon {
    font-size: 15px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.part9_body .bottom>ul li .ask {
    margin-bottom: 10px;
}

.part9_body .bottom>ul li .ask,
.part9_body .bottom>ul li .answer {
    display: flex;
    justify-content: space-between;
}

.part9_body .bottom>ul li .ask .icon {
    background: #015db2;
}

.part9_body .bottom>ul li .ask a {
    width: 260px;
    display: block;
}

.part9_body .bottom>ul li .answer .icon {
    background: #fd0006;
}

.part9_body .bottom>ul li .answer p {
    width: 260px;
    line-height: 24px;
}

/* 搜索样式开始 */
.met-search {
    background: #fff;
}

.met-search ul {
    display: flex;
    flex-wrap: wrap;
}

.searchList {
    width: 32.5%;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
    margin-right: 1.2%;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: 0 0 1px #aaa;
    margin-bottom: 20px;
}

.searchList:hover {
    background: #fff;
    box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.searchList:nth-child(3n) {
    margin-right: 0;
}

.searchList h2 {
    font-size: 18px;
    overflow: hidden;
    height: 48px;
    margin-bottom: 10px;
}

.searchList:hover h2 {
    color: #ab050b;
}

.searchList span {
    font-size: 14px;
    opacity: .7;
    line-height: 1.8;
    color: #000;
}

.nothing {
    width: 100%;
    text-align: center;
    border: 0px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.met-search h1 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

/* 搜索样式结束 */
/* 客服 */
.back-top-container {
    display: block;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99999;
}

.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    color: #fff;
    text-indent: 54px;
    margin-bottom: 1px;
    border-radius: 3px;
    font: 14px/53px 'Microsoft YaHei';
    transition: all .5s ease;
    overflow: hidden;
    background: #0a50a8 url(/public/upload/topic/image/kefutubiao.png) no-repeat;
}

.yb_bar .yb_top {
    background-position: 0 0;
}

.yb_bar .yb_phone {
    background-position: 0 -57px;
    font-size: 14px;
}

.yb_conct a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background-position: 0 -113px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.yb_bar .yb_ercode {
    height: 200px;
    background-position: 0 -169px;
}

.hd_qr {
    padding: 0 29px 0px 29px;
    width: 125px;
    box-sizing: content-box;
}