.inside-page
{
    padding: 80px 0 40px 0;
}
.inside-page .page
{
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
}
.inside-page .left
{
    width: 21%;
    position: relative;
    z-index: 2;
}
.inside-page .left .tit
{
    padding: 30px 0;
    text-align: center;
    background-color: #1e50ae;
}
.inside-page .left .tit p
{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.inside-page .left .tit span
{
    font-size: 15px;
    text-transform: uppercase;
    color: #eee;
    margin-top: 8px;
}
.inside-page .left .sort-nav
{
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-radius: 12px 12px 0 0;
    padding-bottom: 20px;
}
.inside-page .left .sort-nav .tit
{
    border-radius: 12px 12px 0 0;
    margin-bottom: 20px;
}
.inside-page .left .sort-nav *
{
    transition: all .3s linear;
}
.inside-page .left .sort-nav>ul>li
{
    width: 100%;
    padding: 0 20px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.inside-page .left .sort-nav>ul>li>a
{
    background: #f5f5f5;
    padding: 15px 0;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 48px;
}
.inside-page .left .sort-nav>ul>li>a::before
{
    content: "";
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent transparent #1e50ae;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
}
.inside-page .left .sort-nav>ul>li .erji
{
    position: absolute;
    left: 130%;
    top: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: 80%;
    box-shadow: 3px 0 3px rgba(0,0,0,.1);
    transition: all .3s linear;
    background-color: #fff;
}
.inside-page .left .sort-nav>ul>li .erji>li
{
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
}
.inside-page .left .sort-nav>ul>li .erji>li:last-child
{
    border-bottom: none;
}
.inside-page .left .sort-nav>ul>li .erji>li a
{
    padding: 15px 20px;
    color: #666;
    font-size: 16px;
    position: relative;
    padding-left: 48px;
}
.inside-page .left .sort-nav>ul>li .erji>li a::before
{
    content: "";
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
}
.inside-page .left .sort-nav>ul>li .erji>li:hover>a
{
    color: #1e50ae;
}
.inside-page .left .sort-nav>ul>li .erji>li:hover>a::before
{
    background-color: #1e50ae;
}
.inside-page .left .sort-nav>ul>li:hover>a
{
    background-color: #1e50ae;
    color: #fff;
}
.inside-page .left .sort-nav>ul>li:hover>a::before
{
    border-color: transparent transparent transparent #fff;
}
.inside-page .left .sort-nav>ul>li:hover .erji
{
    visibility: visible;
    left: 100%;
    opacity: 1;
    z-index: 99;
    transition: all .3s linear;
}
.inside-page .left .sort-nav>ul>li .on
{
    background-color: #1e50ae;
    color: #fff;
}
.inside-page .left .sort-nav>ul>li .on::before
{
    border-color: transparent transparent transparent #fff;
}
.inside-page .left .com-info
{
    background-color: #fff;
    margin-top: 50px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.inside-page .left .com-info li
{
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    color: #444;
}
.inside-page .left .com-info li img
{
    width: 100%;
    margin: 20px 0 5px 0;
}
.inside-page .left .com-info .yx
{
    white-space: nowrap;
}
.inside-page .right
{
    width: 76%;
    position: relative;
    z-index: 1;
}
.position
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.position h2
{
    font-size: 25px;
    font-weight: bold;
    color: #111;
    padding-left: 30px;
    color: #1e50ae;
    border-left: 6px solid #1e50ae;
}
.position .d-text
{
    display: flex;
    white-space: nowrap;
    font-size: 15px;
}
.position .d-text .iconfont
{
    font-size: 20px;
    color: #1e50ae;
    margin-right: 5px;
}
.position .d-text p
{
    color: #4d4d4d;
}
.position .d-text a
{
    display: inline;
    color: #333;
}
.position .d-text a:hover
{
    color: #1e50ae;
}
.pag-bar
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 22px 0;
}
.pag-bar .page-status, .pag-bar a
{
    color: #333;
    background: #f1f1f1;
    padding: 8px 15px;
    margin: 0 5px;
    border-radius: 4px;
    font-size: 13px;
}
.pag-bar span
{
    margin-top: 10px!important;
}
.pag-bar .page-numbar
{
    display: flex;
}
.pag-bar a:hover
{
    background-color: #1e50ae;
    color: #fff;
}
.pag-bar .page-num-current
{
    background-color: #1e50ae;
    color: #fff;
}
.pag-bar .page-none
{
    text-indent: -10000px;
}
.productlist
{
    display: flex;
    flex-wrap: wrap;
}
.productlist li
{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
}
.productlist li:nth-child(4n)
{
    margin-right: 0;
}
.productlist li .pic
{
    border: 1px solid #ccc;
    overflow: hidden;
}
.productlist li .pic img
{
    transition: all .3s linear;
}
.productlist li p
{
    margin: 15px 0 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productlist li span
{
    display: flex;
    justify-content: center;
}
.productlist li span em
{
    text-transform: uppercase;
    color: #fc6902;
    line-height: 20px;
    padding-left: 30px;
    background: url(../image/pdf.png) no-repeat left center;
    background-size: 20px;
}
.productlist li:hover .pic img
{
    transform: scale(1.2);
    transition: all .3s linear;
}
.productlist li:hover p
{
    color: #1e50ae;
}
.honor-list
{
    display: flex;
    flex-wrap: wrap;
}
.honor-list li
{
    background: #e8e8e8;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 2% 2% 0;
    transition: all .2s linear;
}
.honor-list li:nth-child(4n)
{
    margin-right: 0;
}
.honor-list li img
{
    height: 146px;
    margin: 0 auto;
}
.honor-list li p
{
    width: 94%;
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.honor-list li:hover
{
    background-color: #1e50ae;
    transition: all .2s linear;
}
.honor-list li:hover p
{
    color: #fff;
}
.inside-list
{
    margin-top: 13px;
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.inside-list li
{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .2s linear;
}
.inside-list li:nth-child(3n)
{
    margin-right: 0;
}
.inside-list li .pic
{
    width: 100%;
    border: 1px solid #eee;
    overflow: hidden;
}
.inside-list li .pic img
{
    width: 100%;
    transition: all .3s linear;
}
.inside-list li .pic img:hover
{
    transform: scale(1.1);
    transition: all .3s linear;
}
.inside-list li p
{
    line-height: 45px;
    font-size: 15px;
    color: #666;
    text-align: center;
    transition: all .2s linear;
}
.inside-list li:hover
{
    transition: all .2s linear;
}
.inside-list li:hover p
{
    color: #fff;
    transition: all .2s linear;
    background-color: #1e50ae;
}
.ptn-list
{
    margin-top: 13px;
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.ptn-list li
{
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .2s linear;
}
.ptn-list li:nth-child(5n)
{
    margin-right: 0;
}
.ptn-list li .pic
{
    width: 100%;
    border: 1px solid #eee;
    overflow: hidden;
}
.ptn-list li .pic img
{
    width: 100%;
}
.case-row .title2 h2
{
    text-align: center;
    font-size: 30px;
    padding-top: 30px;
    color: #1e50ae;
}
.case-row .title2 ul
{
    display: flex;
    padding: 10px 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
}
.case-row .title2 ul li
{
    font-size: 14px;
    margin-right: 25px;
    color: #666;
    white-space: nowrap;
}
.case-row .title2 ul li:last-child
{
    margin-right: 0;
}
.case-row .title2 ul li .iconfont
{
    font-size: 14px;
    color: #666;
}
.case-row .newscont
{
    padding: 20px 0;
    line-height: 2;
    text-indent: 28px;
}
.case-row .newscont *
{
    font-size: 15px;
    color: #666;
}
.case-row .newscont a
{
    display: inline;
}
.case-row .newscont img
{
    margin: 0 auto;
    height: auto!important;
}
.case-row .preNext
{
    padding-top: 15px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-row .preNext a
{
    font-size: 15px;
    color: #333;
}
.pro-detail
{
    width: 100%;
}
.pro-detail img
{
    max-width: none;
}
.pro-detail .row
{
    display: flex;
    padding: 10px 0;
}
.pro-detail .row img
{
    max-width: 100%;
}
.pro-detail .row .pro-pics
{
    width: 400px;
    margin-right: 50px;
}
.pro-detail .row .pro-pics img
{
    border: 1px solid rgba(0,0,0,.15);
}
.pro-detail .row .description
{
    flex: 1;
    position: relative;
    padding-bottom: 95px;
}
.pro-detail .row .description .det-l h2
{
    font-size: 24px;
    font-weight: bold;
    margin-top: 5px;
    color: #333;
}
.pro-detail .row .description .det-l ul
{
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.pro-detail .row .description .det-l ul li
{
    font-size: 14px;
    color: #777;
    margin-right: 20px;
}
.pro-detail .row .description .det-l ul li i
{
    font-size: 14px;
    color: #777;
}
.pro-detail .row .description .det-l .describe
{
    margin: 20px 0;
    color: #666;
    line-height: 2;
}
.pro-detail .row .description .det-l .describe img
{
    display: inline-block;
}
.pro-detail .row .description .det-l .describe .cont
{
    display: flex;
}
.pro-detail .row .description .det-l .describe .cont .code
{
    margin-right: 30px;
    border: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l .describe .cont .code img
{
    width: 130px;
    display: block;
    margin: 3px;
}
.pro-detail .row .description .det-l .describe .cont .code em
{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #888;
    border-top: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l .describe .cont .phone
{
    display: flex;
    flex-direction: column;
}
.pro-detail .row .description .det-l .describe .cont .phone .text
{
    margin: auto 0;
}
.pro-detail .row .description .det-l .describe .cont .phone .text p
{
    font-size: 14px;
    color: #666;
}
.pro-detail .row .description .det-l .describe .cont .phone .text span
{
    font-size: 26px;
    color: #1e50ae;
    line-height: 1.5;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
.pro-detail .row .description .det-l .describe .cont .btn
{
    display: flex;
    margin: auto 0 0;
}
.pro-detail .row .description .det-l .describe .cont .btn a
{
    width: 100px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #1e50ae;
    margin-right: 10px;
    font-size: 14px;
}
.pro-detail .row .description .det-l .describe .cont .btn a:first-child
{
    background-color: #333;
}
.pro-detail .row .description .pic-tabs
{
    padding: 0 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pro-detail .row .description .pic-tabs .pro-tp
{
    width: 410px;
    margin: 0;
    position: relative;
}
.pro-detail .row .description .pic-tabs .pro-tp ul li
{
    border: 1px solid #ccc;
    width: 100px;
}
.pro-detail .row .description .pic-tabs .pro-tp .my-slide-thumb-active
{
    border-color: #1e50ae;
}
.pro-detail .row .description .pic-tabs .swiper-next, .pro-detail .row .description .pic-tabs .swiper-prev
{
    display: block!important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.3);
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 11;
}
.pro-detail .row .description .pic-tabs .swiper-next:hover, .pro-detail .row .description .pic-tabs .swiper-prev:hover
{
    background-color: #1e50ae;
}
.pro-detail .row .description .pic-tabs .swiper-next:focus, .pro-detail .row .description .pic-tabs .swiper-prev:focus
{
    outline: none;
}
.pro-detail .row .description .pic-tabs .swiper-prev
{
    left: 0;
    padding-right: 2px;
}
.pro-detail .row .description .pic-tabs .swiper-next
{
    left: 460px;
    padding-left: 2px;
}
.pro-detail .details
{
    margin-top: 40px;
}
.pro-detail .details .del-tab
{
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 25px;
}
.pro-detail .details .del-tab li
{
    padding: 10px 25px;
    background-color: #ccc;
    color: #fff;
    margin-right: 15px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}
.pro-detail .details .del-tab .on
{
    background-color: #1e50ae;
}
.pro-detail .details .del-con
{
    min-height: 250px;
}
.pro-detail .details .del-con *
{
    font-size: 16px;
    color: #333;
    line-height: 1.875;
}
.pro-detail .details .del-con li
{
    display: none;
}
.pro-detail .details .del-con li .com-pro
{
    display: flex;
    flex-wrap: wrap;
}
.pro-detail .details .del-con li .com-pro a
{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.pro-detail .details .del-con li .com-pro a:nth-child(4n)
{
    margin-right: 0;
}
.pro-detail .details .del-con li .com-pro a img
{
    max-width: 100%;
    border: 1px solid #e2e2e2;
}
.pro-detail .details .del-con li .com-pro a p
{
    text-align: center;
    line-height: 40px;
}
.pro-detail .details .del-con .open
{
    display: block;
}
.newslist .newstab
{
    display: flex;
    width: 90%;
    border-radius: 30px;
    border: 1px solid #e2e2e2;
    margin: 0 auto;
    overflow: hidden;
}
.newslist .newstab *
{
    transition: all .3s linear;
}
.newslist .newstab li
{
    flex: 1;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #e2e2e2;
}
.newslist .newstab li:last-child
{
    border: none;
}
.newslist .newstab li:hover
{
    background-color: #1e50ae;
}
.newslist .newstab li:hover a
{
    color: #fff;
}
.newslist .newstab .on
{
    background-color: #1e50ae;
}
.newslist .newstab .on a
{
    color: #fff;
}
.new-list
{
    width: 100%;
}
.new-list li
{
    padding: 2%;
    background-color: #f5f5f5;
    margin-top: 22px;
    position: relative;
}
.new-list li a
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-list li img
{
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin-right: 2%;
}
.new-list li .text
{
    flex: 1;
}
.new-list li .text p
{
    font-size: 24px;
    color: #111;
    padding-bottom: 18px;
    position: relative;
}
.new-list li .text p::after
{
    content: '';
    width: 45px;
    height: 2px;
    background-color: #bbb;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s linear;
}
.new-list li .text span
{
    margin-top: 18px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.new-list li .text .more
{
    width: 120px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #1e50ae;
    font-size: 14px;
    margin-top: 20px;
    border: 1px solid;
}
.new-list li .date
{
    position: absolute;
    right: 30px;
    top: 50px;
}
.new-list li .date p
{
    color: #888;
}
.new-list li *
{
    transition: all .3s linear;
}
.new-list li:hover
{
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}
.new-list li:hover *
{
    transition: all .3s linear;
}
.new-list li:hover p
{
    color: #1e50ae;
}
.new-list li:hover p::after
{
    width: 60px;
    background-color: #1e50ae;
    transition: all .3s linear;
}
.new-list li:hover span
{
    color: #666;
}
.new-list li:hover .more
{
    background-color: #fff;
    border: 1px solid #1e50ae;
    color: #1e50ae;
}
.news-row
{
    width: 100%;
    padding: 0 10px;
    text-align: justify;
}
.news-row .news-title
{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.news-row .news-data
{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.news-row .news-data li
{
    margin-right: 15px;
    padding-right: 15px;
    line-height: 15px;
    color: #777;
    border-right: 1px dashed #ccc;
}
.news-row .news-data li:last-child
{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.news-row .news-content
{
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-indent: 2rem;
}
.news-row .news-content p
{
    color: #666;
}
.news-row .news-next
{
    font-size: 16px;
    color: #333;
    margin: 20px 0;
    line-height: 30px;
}
.news-row .news-next p
{
    display: flex;
}
.news-row .news-next p a
{
    color: #666;
}
.ht-liuyan
{
    margin-top: 30px;
}
.ht-liuyan .form-group
{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.ht-liuyan .form-group .form-item
{
    width: 50%;
}
.ht-liuyan label
{
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    display: block;
}
.ht-liuyan input
{
    width: 80%;
    line-height: 2.5rem;
    padding-left: 5px;
}
.ht-liuyan .yzm input
{
    width: 50%;
    margin-right: 20px;
    border-radius: 1px;
}
.ht-liuyan .yzm .box
{
    display: flex;
    align-items: center;
}
.ht-liuyan .yzm img
{
    display: inline-block;
}
.ht-liuyan .neirong
{
    margin-top: 20px;
}
.ht-liuyan .neirong textarea
{
    width: 90%;
    height: 10rem;
    line-height: 2.5rem;
    padding-left: 5px;
}
.ht-liuyan .form-btn
{
    display: flex;
    margin-top: 20px;
}
.ht-liuyan .form-btn input
{
    width: 100px;
    line-height: 38px;
    background: #666;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-right: 30px;
}
.ht-liuyan .form-btn input:first-child
{
    background-color: #1e50ae;
}
.page-num-w
{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0 10px 0;
}
.page-num-w a
{
    border: 1px solid #eee;
    height: 34px;
    display: flex;
    align-items: center;
    margin: 0 5px;
    padding: 0 20px;
    border-radius: 17px;
}
.page-num-current
{
    background-color: #1e50ae;
    border-color: #1e50ae;
    color: #fff;
}
.page-num-current:hover
{
    color: #fff;
}
.banner2
{
    background-color: #f7f7f7;
    box-shadow: 0 0 3px #ccc;
    position: relative;
    margin: 0 auto;
}
.banner2 img
{
    width: 100%;
    display: block;
}
.banner2 .page
{
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner2 .page ul
{
    display: flex;
}
.banner2 .page ul li
{
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #1e50ae;
    animation: nbanA 2s infinite;
}
.banner2 .page ul li:nth-child(1)
{
    animation-delay: .2s;
}
.banner2 .page ul li:nth-child(2)
{
    animation-delay: .4s;
}
.banner2 .page ul li:nth-child(3)
{
    animation-delay: .6s;
}
.banner2 .page ul li:nth-child(4)
{
    animation-delay: .8s;
}
.banner2 .page p
{
    font-size: 22px;
    margin-top: 20px;
}
.banner2 .about ul li
{
    color: #fff;
}
.banner2 .about p
{
    color: #fff;
}
.about-row *
{
    color: #333;
    font-size: 16px;
    line-height: 2.5rem;
}
.about-row a
{
    display: inline;
}
.about-row img
{
    display: inline-block;
}
.about-row table
{
    width: 100%;
}
.about-row table td
{
    width: auto!important;
    text-align: center;
    padding: 5px;
}
.about-row table td img
{
    display: block;
    margin: 0 auto;
}
.contact-us
{
    margin-bottom: 20px;
    justify-content: space-between;
    padding-left: 30px;
}
.contact-us *
{
    text-indent: 0;
}
.contact-us .tit
{
    width: 253px;
    margin-right: 4%;
}
.contact-us .tit h4
{
    font-size: 53px;
    color: #1e50ae;
    line-height: 76px;
    margin-bottom: 25px;
    font-weight: normal;
}
.contact-us .tit p
{
    font-size: 36px;
    line-height: 36px;
    font-weight: lighter;
    position: relative;
    padding-bottom: 40px;
}
.contact-us .tit p::after
{
    content: '';
    width: 40px;
    height: 3px;
    background-color: #1e50ae;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contact-us .text
{
    background-color: #f5f5f5;
    padding: 50px;
    position: relative;
}
.contact-us .text p
{
    font-size: 17px;
    color: #777;
    line-height: 40px;
}
.contact-us .text img
{
    position: absolute;
    top: 50px;
    right: 50px;
}
.contact-us .info
{
    flex: 1;
    background-color: #f5f5f5;
    padding: 50px;
    padding-top: 0;
}
.contact-us .info p
{
    font-size: 17px;
    color: #777;
    line-height: 40px;
}
.contact-us h5
{
    width: 211px;
    height: 45px;
    background: #1e50ae;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 45px;
    text-align: center;
    margin-left: -80px;
    margin-bottom: 30px;
}
.viewer-container
{
    z-index: 999999!important;
}
.viewer-button
{
    width: 90px!important;
    height: 90px!important;
}
.viewer-close::before
{
    width: 30px!important;
    height: 30px!important;
    background: url(../image/viewer-close.png)!important;
    background-size: 30px!important;
}
.cloudzoom-zoom
{
    z-index: 9999;
}