﻿html
{
    font-size: 100%;
    width: 100%;
    outline: none;
    min-height: 100%;
    position: relative;
}
body
{
    background: #fff;
    font-family: arial,"Microsoft Yahei","寰蒋闆呴粦","Helvetica Neue",Helvetica,Tahoma,sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    text-align: left;
    margin: auto;
    width: 100%;
    min-width: 1300px;
    outline: none;
}
body, div, p, input, a, span, img, ul, li, textarea, select, button
{
    outline: none;
}
a
{
    color: #373737;
    text-decoration: none;
}
body, div, p, span, ul, li, a, input, textarea
{
    box-sizing: border-box;
}
.clearfix::after
{
    display: block;
    content: '';
    clear: both;
}
ul
{
    margin: 0;
    padding: 0;
}
li
{
    list-style: none;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
img
{
    border: none;
}
p
{
    margin: 0;
}
.boxShadow
{
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.26);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.26);
    box-shadow: 0 1px 5px rgba(0,0,0,.26);
}
.gShow
{
    opacity: 0;
}
@keyframes mymove
{
    from
    {
        transform: translate3d(0,50%,0);
        opacity: 0;
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
@-webkit-keyframes mymove
{
    from
    {
        transform: translate3d(0,50%,0);
        opacity: 0;
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
.fontFadeIn
{
    animation: 3s ease 0s 1 normal none running fontMove;
    -webkit-animation: 3s ease 0s 1 normal none running fontMove;
}
@keyframes fontMove
{
    from
    {
        transform: translate3d(-10%,50%,0);
        opacity: 0;
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
@-webkit-keyframes fontMove
{
    from
    {
        transform: translate3d(-10%,50%,0);
        opacity: 0;
    }
    to
    {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
.scaleImg
{
    overflow: hidden;
    display: block;
}
.scaleImg img
{
    transition-duration: .6s;
    -webkit-transition-duration: .6s;
    display: block;
    width: 100%;
}
.scaleImg:hover img
{
    transform: scale(1.1);
}
.banner
{
    position: relative;
    overflow: hidden;
}
.banner img
{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    animation: 10s infinite alternate bannerMove;
    -webkit-animation: 10s infinite alternate bannerMove;
    display: block;
    width: 100%;
}
@keyframes bannerMove
{
    from
    {
        transform: scale(1,1);
    }
    to
    {
        transform: scale(1.1,1.1);
    }
}
@-webkit-keyframes bannerMove
{
    from
    {
        -webkit-transform: scale(1,1);
    }
    to
    {
        -webkit-transform: scale(1.1,1.1);
    }
}
.content
{
    width: 1200px;
    margin: 0 auto;
}
header
{
    height: 90px;
}
header .logo
{
    margin-top: 12.5px;
}
header .logo img
{
    display: block;
    width: auto;
}
header .nav>li
{
    float: left;
    margin-left: 40px;
    text-align: center;
}
header .nav>li:first-child
{
    margin-left: 0;
}
header .nav>li>a
{
    display: block;
    padding: 22px 0;
}
header .nav>li>a span
{
    display: block;
}
header .nav>li>a span:first-child
{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
    transition: .5s;
    -webkit-transition: .5s;
}
header .nav>li>a span:last-child
{
    line-height: 14px;
    color: #999;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
}
header .nav>li>a span:last-child::before
{
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #2460b6;
    top: -8px;
    left: 50%;
    margin-left: -7px;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
}
header .nav>li:hover>a span:first-child, header .nav>li:hover>a span:last-child, header .nav>li.on>a span:first-child, header .nav>li.on>a span:last-child
{
    color: #2460b6;
}
header .nav>li.on>a span:last-child::before
{
    opacity: 1;
}
footer
{
    background-color: #1d2124;
    padding-top: 50px;
}
.ft_1
{
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
}
footer .tit
{
    color: #aaa;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 14px;
}
.ft_11 .tel
{
    font-size: 30px;
    color: #2e7ef0;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 18px;
}
.ft_11 .txt
{
    font-size: 16px;
    color: #aaa;
    line-height: 32px;
}
.ft_12
{
    margin-left: 180px;
}
.ft_12 .tit
{
    margin-bottom: 24px;
}
.ft_12 .link
{
    width: 210px;
}
.ft_12 .link a
{
    float: left;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    width: 50%;
}
.ft_12 .link a:nth-of-type(2n)
{
    text-align: right;
}
.ft_13>div.left
{
    margin-left: 30px;
}
.ft_13>div.left img
{
    width: 120px;
    display: block;
}
.ft_13>div.left p
{
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    text-align: center;
}
.ft_2
{
    line-height: 60px;
    color: #999;
}
.ft_2 a
{
    color: #999;
}
.home_1 .swiper-slide img
{
    display: block;
    width: 100%;
}
.home_1 .swiper-pagination
{
    bottom: 20px;
}
.home_1 .swiper-pagination-bullet
{
    width: 24px;
    height: 6px;
    border-radius: 3px;
}
.home_2
{
    padding: 40px 0 50px 0;
}
.home_21
{
    width: 340px;
    margin-right: 40px;
}
.home_2 .hd
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    margin-bottom: 12px;
}
.home_2 .hd .left
{
    border-left: 5px solid #2460b6;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 12px;
}
.home_2 .hd .left span
{
    color: #2460b6;
}
.home_2 .hd a.right
{
    width: 90px;
    height: 28px;
    color: #e50814;
    border: 1px solid #e50814;
    text-align: center;
    line-height: 26px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_2 .hd a.right:hover
{
    background-color: #e50814;
    color: #fff;
}
.home_21 .item
{
    width: 160px;
    height: 160px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_21 .item:nth-of-type(2n)
{
    margin-right: 0;
}
.home_21 .item img
{
    height: 124px;
    display: block;
    object-fit: cover;
}
.home_21 .item .info
{
    background-color: #f4f5f7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    transform: translateY(38px);
    -webkit-transform: translateY(38px);
    transition: .5s;
    -webkit-transition: .5s;
}
.home_21 .item .info .tit
{
    line-height: 36px;
    text-align: center;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_21 .item .info a
{
    width: 90px;
    height: 28px;
    background: #fff;
    color: #2460b6;
    text-align: center;
    line-height: 28px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.home_21 .item:hover
{
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.home_21 .item:hover .info
{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    background-color: #f4f5f7;
    background-color: #2460b6;
}
.home_21 .item:hover .info .tit
{
    color: #fff;
}
.home_22
{
    width: 430px;
}
.home_22 .swiper-slide a
{
    display: block;
}
.home_22 .swiper-slide img
{
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}
.home_22 .swiper-slide p
{
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #666;
    background-color: #f4f5f7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.home_22 .swiper-button-btn
{
    width: 32px;
    height: 40px;
    background-color: rgba(0,0,0,.4);
    margin-top: -20px;
    background-size: 6px 12px;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_22 .swiper-button-prev
{
    left: 0;
    background-image: url(../image/index_05.png);
}
.home_22 .swiper-button-next
{
    right: 0;
    background-image: url(../image/index_05_1.png);
}
.home_22 .swiper-button-btn:hover
{
    background-color: #2460b6;
}
.home_23
{
    width: 350px;
}
.home_23 .list a
{
    display: block;
    color: #666;
    line-height: 14px;
    padding: 17px 0;
    border-bottom: 1px dashed #e5e5e5;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_23 .list a:hover
{
    color: #e50814;
}
.home_3
{
    position: relative;
    height: 294px;
    background: url(../image/index_06.jpg) no-repeat center;
    background-size: 1920px 294px;
    z-index: 1;
    padding-top: 48px;
}
.homeTitle .tit
{
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
}
.homeTitle .dot
{
    width: 8px;
    height: 8px;
    background-color: #2460b6;
    margin: 0 auto;
    transform: rotate(45deg);
}
.homeTitle .tit::before
{
    content: "";
    position: absolute;
    background-color: #2460b6;
    height: 1px;
    width: 85px;
    left: 50%;
    margin-left: -98px;
    bottom: -17px;
}
.homeTitle .tit::after
{
    content: "";
    position: absolute;
    background-color: #2460b6;
    height: 1px;
    width: 85px;
    right: 50%;
    margin-right: -98px;
    bottom: -17px;
}
.home_3 .homeTitle
{
    margin-bottom: 30px;
}
.home_3 .homeTitle .tit
{
    color: #fff;
}
.home_3 .homeTitle .dot, .home_3 .homeTitle .tit::before, .home_3 .homeTitle .tit::after
{
    background-color: #fff;
}
.home_31
{
    padding: 0 95px;
    position: relative;
}
.home_31 .swiper-container
{
    position: initial;
}
.home_31 .swiper-slide img
{
    width: 100%;
    height: 90px;
}
.home_31 .swiper-slide p
{
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-top: 12px;
}
.home_31 .swiper-button-btn
{
    width: 15px;
    height: 57px;
    margin-top: 0;
    top: 16.5px;
    background-size: 15px 57px;
}
.home_31 .swiper-button-prev
{
    left: 0;
    background-image: url(../image/index_07.png);
}
.home_31 .swiper-button-next
{
    right: 0;
    background-image: url(../image/index_07_1.png);
}
.home_4
{
    padding: 50px 0;
}
.home_4 .homeTitle
{
    margin-bottom: 30px;
}
.home_4 .txt
{
    line-height: 36px;
    color: #666;
    font-size: 16px;
    text-indent: 32px;
    margin-bottom: 20px;
}
.home_4 .list
{
    display: flex;
    justify-content: space-between;
}
.home_4 .list .item
{
    width: 185px;
    text-align: center;
}
.home_4 .list .item img
{
    filter: grayscale(1);
    margin-bottom: 15px;
    opacity: .6;
    transition: .5s;
    -webkit-transition: .5s;
}
.home_4 .list .item .tit
{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}
.home_4 .list .item .txts
{
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.home_4 .list .item:hover img
{
    opacity: 1;
    filter: grayscale(0);
}
.bannerHd img
{
    width: 100%;
    display: block;
}
.pContent
{
    padding: 20px 0 50px 0;
}
.pContent_1
{
    width: 276px;
}
.pContent_1 .hd
{
    height: 110px;
    background-color: #2460b6;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}
.pContent_1 .hd p:first-child
{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
}
.pContent_1 .hd p:last-child
{
    font-size: 14px;
    line-height: 14px;
}
.pContent_1 .list
{
    padding: 16px 0;
    background-color: #e9eff8;
}
.pContent_1 .list a
{
    display: block;
    line-height: 48px;
    font-size: 16px;
    padding: 0 12px 0 54px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
}
.pContent_1 .list a::before
{
    content: "";
    position: absolute;
    border: solid 6px;
    border-color: transparent transparent transparent #333;
    left: 26px;
    top: 50%;
    margin-top: -6px;
    transition: .5s;
    -webkit-transition: .5s;
}
.pContent_1 .list a.on, .pContent_1 .list a:hover
{
    color: #2460b6;
}
.pContent_1 .list a.on::before, .pContent_1 .list a:hover::before
{
    border-color: transparent transparent transparent #2460b6;
}
.pContent_1 .tel
{
    padding: 26px 0 26px 22px;
    border-bottom: 1px solid #fff;
    background-color: #2460b6;
    color: #fff;
}
.pContent_1 .tel .icon
{
    width: 48px;
    margin-right: 10px;
}
.pContent_1 .tel div p:first-child
{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 6px;
}
.pContent_1 .tel div p:last-child
{
    font-size: 24px;
    line-height: 24px;
}
.pContent_1 .info
{
    padding: 30px 20px;
    background-color: #2460b6;
    color: #fff;
}
.pContent_1 .info .tit
{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.pContent_1 .info .name
{
    line-height: 14px;
    margin-bottom: 26px;
}
.pContent_1 .info .txt
{
    line-height: 30px;
}
.pContent_2
{
    width: 890px;
}
.crumbs
{
    padding-bottom: 7px;
    border-bottom: 1px dashed #c2c2c2;
    line-height: 20px;
    height: 28px;
    position: relative;
    padding-left: 26px;
    color: #666;
}
.crumbs a
{
    color: #666;
}
.crumbs img
{
    position: absolute;
    left: 0;
    top: 0;
}
.about_1.home_4
{
    padding: 30px 0 0 0;
}
.about_1.home_4 .txt
{
    color: #333;
}
.about_1 .tit
{
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.about_1 .tits
{
    font-size: 18px;
    color: #2460b6;
    line-height: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.about_1 .txt .imgList
{
    margin: 10px 0;
}
.about_1 .txt .imgList .left
{
    width: 560px;
    height: 380px;
    object-fit: cover;
}
.about_1 .txt .imgList .right
{
    width: 310px;
}
.about_1 .txt .imgList .right img
{
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.about_1 .txt .imgList .right img:last-child
{
    margin-bottom: 0;
}
.case_1 .item
{
    margin-top: 20px;
    margin-right: 25px;
    width: 280px;
}
.case_1 .item:nth-of-type(3n)
{
    margin-right: 0;
}
.case_1 .item img
{
    width: 100%;
    display: block;
    height: 195px;
}
.case_1 .item p
{
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    padding: 0 12px;
    color: #666;
    background-color: #f4f5f7;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .5s;
    -webkit-transition: .5s;
}
.case_1 .item:hover p
{
    color: #2460b6;
}
.case .pages
{
    margin-top: 30px;
}
.pages a
{
    float: left;
    line-height: 30px;
    height: 30px;
    width: 33px;
    text-align: center;
    font-size: 16px;
    color: #999;
    background-color: #f2f2f2;
    border-radius: 2px;
    margin-left: 10px;
    transition: .5s;
    -webkit-transition: .5s;
}
.pages a:first-child, .pages a:last-child
{
    background-color: transparent;
    border: 1px solid #ddd;
    width: 74px;
}
.pages a.on, .pages a:hover
{
    color: #fff;
    background-color: #2460b6;
    border-color: #2460b6;
}
.caseDetail_1
{
    margin: 20px 0;
}
.caseDetail_11
{
    width: 400px;
}
.caseDetail_11 img
{
    width: 100%;
    display: block;
}
.caseDetail_12
{
    width: 490px;
    padding-left: 40px;
    padding-top: 20px;
}
.caseDetail_12 .name
{
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #2460b6;
    margin-bottom: 30px;
}
.caseDetail_12 .txt
{
    font-size: 16px;
    line-height: 30px;
}
.caseDetail_12
{
    margin-bottom: 24px;
}
.caseDetail_12 .btn
{
    width: 140px;
    height: 44px;
    background: #e50814;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 30px;
}
.caseDetail_2
{
    margin-bottom: 24px;
}
.caseDetail_2 .hd
{
    font-size: 18px;
    padding: 0 15px;
    line-height: 40px;
    background-color: #e9eff8;
    margin-bottom: 10px;
}
.caseDetail_2 .txt
{
    color: #666;
    line-height: 30px;
}
.caseDetail_3
{
    line-height: 46px;
    background-color: #ddd;
    margin-bottom: 40px;
}
.caseDetail_3 a
{
    color: #666;
    transition: .5s;
    -webkit-transition: .5s;
    width: 33.333%;
    text-align: center;
    float: left;
}
.caseDetail_3 a img
{
    margin: 0 18px;
    vertical-align: middle;
    margin-top: -2px;
}
.caseDetail_3 a:first-child, .caseDetail_3 a:last-child
{
    background-color: #eee;
}
.caseDetail_3 a span img:last-child
{
    display: none;
}
.caseDetail_3 a:first-child:hover, .caseDetail_3 a:last-child:hover
{
    color: #fff;
    background-color: #2460b6;
}
.caseDetail_3 a:hover span img:last-child
{
    display: inline-block;
}
.caseDetail_3 a:hover span img:first-child
{
    display: none;
}
.caseDetail_4 .hd
{
    border-left: 4px solid #e50814;
    padding-left: 15px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.contact .crumbs
{
    margin-bottom: 30px;
}
.contact_1
{
    width: 740px;
}
.contact .hd
{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.contact .hd span
{
    font-size: 18px;
    color: #d9d9d9;
    margin-left: 5px;
}
.contact_1 iframe
{
    width: 100%;
    height: 460px;
}
.contact_2
{
    width: 400px;
}
.contact_2 .hd
{
    margin-bottom: 12px;
}
.contact_2 .info
{
    margin-bottom: 24px;
}
.contact_2 .info p
{
    position: relative;
    min-height: 30px;
    line-height: 30px;
    padding-left: 80px;
}
.contact_2 .info p span
{
    position: absolute;
    color: #666;
    top: 0;
    left: 0;
}
.contact_2 form input, .contact_2 form textarea
{
    width: 100%;
    margin-bottom: 14px;
    border: 1px solid #d8d8d8;
    padding: 0 12px;
    height: 40px;
}
.contact_2 form textarea
{
    height: auto;
    margin-bottom: 18px;
    resize: none;
    font-family: "";
    padding: 10px 12px;
}
.contact_2 form button
{
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 44px;
    background-color: #e50814;
    border: 0;
}
.news_1
{
    margin-top: 28px;
    padding: 15px 30px;
    border: 1px solid #e2e2e2;
}
.news .pages
{
    margin-top: 24px;
}
.news_1 a
{
    display: block;
    width: 818px;
    padding: 15px 0;
    transition: .5s;
    -webkit-transition: .5s;
}
.news_1 a img
{
    width: 216px;
}
.news_1 .info
{
    width: 570px;
    padding-top: 10px;
}
.news_1 .info .tit
{
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin-bottom: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .5s;
    -webkit-transition: .5s;
}
.news_1 .info .txt
{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 52px;
    color: #999;
    margin-bottom: 20px;
}
.news_1 .info .btn
{
    line-height: 14px;
    color: #e50814;
}
.news_1 .info .des span
{
    font-size: 12px;
    line-height: 12px;
    color: #999;
    margin-left: 28px;
}
.news_1 a:hover
{
    margin-left: 10px;
}
.news_1 a:hover .info .tit
{
    color: #2460b6;
}
.newsDetail_1
{
    margin-top: 20px;
}
.newsDetail_1 .tit
{
    font-size: 24px;
    color: #2460b6;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: bold;
}
.newsDetail_1 .des
{
    margin-bottom: 24px;
}
.newsDetail_1 .des span
{
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 12px;
    margin-right: 22px;
}
.newsDetail_1 .txt p
{
    line-height: 30px;
    color: #666;
}
.newsDetail_1 .txt .imgList
{
    margin: 10px 0;
}
.newsDetail_1 .txt .imgList img
{
    float: left;
    width: 434px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 18px;
}
.newsDetail_1 .txt .imgList img:nth-of-type(2n)
{
    float: right;
}
.newsDetail .caseDetail_3
{
    margin-top: 20px;
}
.product_1
{
    margin-top: 20px;
}
.product_1 .tit
{
    font-size: 24px;
    color: #2460b6;
    line-height: 24px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
}
.product_1 .tit::before
{
    content: "";
    position: absolute;
    background-color: #2460b6;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    left: 0;
}
.product_1 .txt
{
    line-height: 30px;
    color: #666;
}
.product_2
{
    margin-top: 32px;
}
.product_21
{
    width: 480px;
}
.productHd
{
    border-bottom: 1px solid #999;
    line-height: 18px;
    font-size: 18px;
}
.productHd span
{
    padding-bottom: 5px;
    border-bottom: 3px solid #2460b6;
    display: inline-block;
    margin-bottom: -1px;
}
.product_21 table
{
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    margin: 15px 0 26px 0;
}
.product_21 table td
{
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    line-height: 34px;
    padding: 0 12px 0 30px;
    color: #666;
}
.product_21 .txt
{
    line-height: 30px;
    color: #666;
    margin: 8px 0 18px 0;
}
.product_22
{
    width: 370px;
}
.product_22 img
{
    width: 100%;
    display: block;
    margin-bottom: 12px;
}
.product_3 .item
{
    margin-top: 20px;
    width: 210px;
    margin-right: 16.66px;
}
.product_3 .item:nth-of-type(4n)
{
    margin-right: 0;
}
.product_3 .item img
{
    width: 100%;
    display: block;
    height: 162px;
    object-fit: cover;
}
.product_3 .item p
{
    line-height: 40px;
    text-align: center;
    background-color: #f4f5f7;
    color: #666;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .5s;
    -webkit-transition: .5s;
}
.product_3 .item:hover p
{
    color: #2460b6;
}
.product_4
{
    margin-top: 30px;
}
.product_4 .btn
{
    width: 90px;
    height: 28px;
    background: #e50814;
    display: block;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 16px;
}
.pages a.page-num-current
{
    color: #fff;
    background-color: #2460b6;
    border-color: #2460b6;
}