﻿.pagination
{
    text-align: center;
    margin-bottom: 80px;
    margin-top: -40px;
}
.pagination li
{
    display: inline-block;
    color: #2a2c2e;
    vertical-align: middle;
    font-size: 15px;
}
.pagination .all
{
    height: 40px;
    line-height: 40px;
    color: #72767e;
    margin-right: 20px;
}
.pagination .prev, .pagination .next
{
    height: 40px;
    padding: 0 15px;
    color: #2a2c2e;
    background: #fff;
    margin-right: 10px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 2px;
}
.pagination .prev:hover, .pagination .next:hover, .pagination .prev .curr, .pagination .next .curr
{
    background: #007eff;
    color: #fff;
}
.pagination .disable
{
    cursor: not-allowed;
    color: #c4c8cc;
}
.pagination .disable:hover, .pagination .disable .curr
{
    background: #fff;
    color: #c4c8cc;
}
.pagination .num
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
}
.pagination .num:hover
{
    background: #007eff;
    color: #fff;
}
.pagination .curr
{
    background: #007eff;
    color: #fff;
}
.pagination .dot
{
    margin-right: 10px;
}
.pagination .page-number
{
    border: 1px solid #d0d4d9;
    height: 28px;
    line-height: 28px;
    width: 40px;
    font-size: 16px;
    margin-right: 5px;
    padding: 5px;
}
.pagination .goto-page
{
    font-size: 16px;
    margin-right: 20px;
}
.pagination .page-sure
{
    width: 44px;
    height: 24px;
    text-align: center;
    color: #fff;
    background: #007eff;
    border: none;
    margin-left: 20px;
    margin-top: 8px;
    font-size: 15px;
    border-radius: 2px;
}
.about-nav-box
{
    min-width: 1200px;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 5;
}
.about-nav-box .about-nav-main
{
    background-color: rgba(245,245,245,.949);
    box-shadow: 0 6px 20px 0 rgba(10,28,46,.08);
}
.about-nav-box .about-nav-main.fixed
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.about-nav-box .about-nav
{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.about-nav-box .about-nav ul
{
    text-align: center;
    height: 54px;
}
.about-nav-box .about-nav ul li
{
    display: inline-block;
    line-height: 54px;
    font-size: 16px;
    margin: 0 36px;
    position: relative;
}
.about-nav-box .about-nav ul li a
{
    color: #72767e;
    display: block;
}
.about-nav-box .about-nav ul li:hover a
{
    color: #2a2c2e;
}
.about-nav-box .about-nav ul li:after
{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: transparent;
}
.about-nav-box .about-nav ul li.active a
{
    color: #2a2c2e;
}
.about-nav-box .about-nav ul li.active:after
{
    background-color: #007eff;
}
.about-hd
{
    font-size: 22px;
    font-weight: bold;
    color: #2a2c2e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 35px;
}
.about-main
{
    padding: 60px;
    overflow: hidden;
}
.about-us-group .company-img
{
    float: left;
}
.about-us-group .company-img img
{
    display: none;
}
.about-us-group .company-img img.pc
{
    display: block;
    width: 341px;
    height: 482px;
}
.about-us-group .about-us
{
    float: right;
    width: 700px;
    font-size: 13px;
    color: #2a2c2e;
    line-height: 26px;
}
.about-us-group .about-us p
{
    margin-top: 15px;
}
.about-us-group .about-us p:first-child
{
    margin-top: 0;
}
.about-honor
{
    padding: 53px 60px 60px 60px;
}
.about-honor ul
{
    margin: 0 -20px;
}
.about-honor ul li
{
    float: left;
    padding: 10px 20px 30px 20px;
    cursor: pointer;
    position: relative;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease,-webkit-transform 300ms ease;
}
.about-honor ul li:hover
{
    background: url("/png/1gwlrd1r.png") no-repeat -5px -3px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    position: relative;
    z-index: 2;
}
.about-honor ul li img
{
    width: 240px;
    height: 287px;
    display: block;
}
.about-contact .contact-item ul li
{
    float: left;
    padding-left: 86px;
    margin-left: 40px;
    height: 60px;
    text-align: left;
}
.about-contact .contact-item ul li.li1
{
    background: url(/png/fk4f47ao.png) no-repeat left 0;
}
.about-contact .contact-item ul li.li2
{
    background: url(/png/qfkve4s8.png) no-repeat left 0;
}
.about-contact .contact-item ul li .p1
{
    color: #2a2c2e;
    font-size: 18px;
    margin-bottom: 10px;
}
.about-contact .contact-item ul li .p2
{
    color: #72767e;
    font-size: 15px;
}
.about-contact .contact-item ul li .p2 strong
{
    color: #2a2c2e;
}
.about-contact .contact-item .contact-bd
{
    margin-bottom: 17px;
}
.about-contact .contact-item .contact-bd p
{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.about-contact .service-wrap .service-item
{
    display: inline-block;
    width: 40%;
}
.about-contact .service-wrap .service-item.mobile-hide-suggest
{
    cursor: pointer;
    float: right;
}
.about-contact .service-wrap .service-item.mobile-hide-suggest .suggest .arrow-circle-right
{
    margin-left: 8px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(/jpg/kuzazbfh.jpg) no-repeat left 0;
}
.company-address-group
{
    width: 1080px;
    height: 474px;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #f5f7fa;
}
.company-address-group .company-address
{
    float: left;
    position: relative;
    width: 360px;
    height: 100%;
    box-sizing: content-box;
}
.company-address-group .company-address .name
{
    background-color: #0f86ff;
    width: 170px;
    padding-left: 40px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    margin-top: 60px;
}
.company-address-group .company-address .company-address-detail
{
    padding: 40px;
    font-size: 13px;
    color: #2a2c2e;
    line-height: 20px;
    max-height: 264px;
    overflow: hidden;
}
.company-address-group .company-address .company-address-detail p
{
    margin-bottom: 12px;
}
.company-address-group .company-address .company-address-detail p a
{
    color: #2a2c2e;
}
.company-address-group .company-address-img
{
    float: right;
    width: 720px;
    height: 475px;
}
.company-address-group .company-address-img
{
    display: block;
    width: 720px;
    height: 475px;
}
.about-culture .culture-bd ul li
{
    width: 1080px;
    height: 270px;
    background-color: #f5f7fa;
    overflow: hidden;
    margin-top: 40px;
}
.about-culture .culture-bd ul li:first-child
{
    margin-top: 0;
}
.about-culture .culture-bd ul li .culture-detail
{
    float: left;
    padding: 36px 40px;
    box-sizing: border-box;
    width: 660px;
    height: 100%;
    font-size: 13px;
    overflow: hidden;
}
.about-culture .culture-bd ul li .culture-detail p
{
    width: 580px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.about-culture .culture-bd ul li .culture-detail .h1
{
    font-size: 22px;
    font-weight: bold;
    color: #2a2c2e;
}
.about-culture .culture-bd ul li .culture-detail .h2
{
    color: #a5aab2;
    font-size: 12px;
}
.about-culture .culture-bd ul li .culture-detail .culture-desc
{
    color: #72767e;
    margin-top: 25px;
}
.about-culture .culture-bd ul li .culture-detail .culture-desc p
{
    line-height: 26px;
}
.about-culture .culture-bd ul li img
{
    width: 420px;
    height: 270px;
    display: block;
    float: right;
}
.about-history .history-main
{
    height: 864px;
    padding: 20px 70px;
    overflow: hidden;
}
.about-history .history-year
{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #f2f4f7;
    overflow: hidden;
    text-align: center;
}
.about-history .history-year span
{
    display: block;
    width: 90px;
}
.about-history .history-year .year
{
    color: #2a2c2e;
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
}
.about-history .history-year .unit
{
    color: #a5aab2;
    font-size: 12px;
    font-weight: normal;
}
.about-history .history-item
{
    font-size: 15px;
    min-height: 46px;
    position: relative;
    border-left: 1px solid #e6e8eb;
    margin-left: 43px;
    padding-bottom: 10px;
}
.about-history .history-item.first-item
{
    padding-top: 32px;
}
.about-history .history-item.first-item .history-month
{
    top: 32px;
}
.about-history .history-month
{
    color: #72767e;
    background: url(/png/gfdmhvxm.png) no-repeat left center;
    padding-left: 30px;
    position: absolute;
    left: -10px;
    top: 3px;
    display: inline-block;
    vertical-align: top;
}
.about-history .history
{
    margin-left: 140px;
    width: 826px;
    display: inline-block;
    vertical-align: 0;
}
.about-history .history p
{
    width: 811px;
    color: #2a2c2e;
    line-height: 24px;
    padding-left: 15px;
    display: inline-block;
    margin-bottom: 13px;
    background: url(/png/vasajj6u.png) no-repeat left 10px;
}
.about-history .history a
{
    color: #3988ea;
}
.about-history .open-more
{
    display: none;
    cursor: pointer;
    background: url(/png/zqybeocd.png) no-repeat right center;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    -webkit-animation: shank .5s infinite;
    animation: shank .5s infinite;
}
@-webkit-keyframes shank
{
    0%, 100%
    {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes shank
{
    0%, 100%
    {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50%
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
body, html
{
    background: #f5f7fa;
}
.sw-banner
{
    position: relative;
    min-width: 1200px;
    height: 360px;
    overflow: hidden;
}
.sw-banner img
{
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}
.sw-banner h2
{
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #f5f7fa;
    margin-top: 110px;
}
.sw-banner h2 span
{
    font-size: 15px;
    display: inline-block;
    font-weight: normal;
    padding-left: 20px;
}
.sw-banner .nav
{
    z-index: 2;
    margin-top: 70px;
    width: 1200px;
    position: relative;
    color: rgba(255,255,255,.5);
}
.sw-banner .nav a
{
    color: rgba(255,255,255,.5);
}
.sw-banner .nav a:hover
{
    color: rgba(255,255,255,.8);
}
.contain-box
{
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(32,40,94,.1);
    margin-bottom: 80px;
    border-radius: 6px;
    margin-top: -90px;
    position: relative;
    min-height: 300px;
    overflow: hidden;
}
.contain-padding
{
    padding: 80px;
    width: 1040px;
    min-width: auto;
}
.footer
{
    background: #fff;
}
.news-page .news-title
{
    font-size: 30px;
    color: #09172f;
    padding-bottom: 15px;
    line-height: 1.5;
    font-weight: bold;
}
.news-page .news-info
{
    font-size: 15px;
    color: #72767e;
    margin-bottom: 50px;
}
.news-page .source
{
    margin-right: 10px;
}
.news-page .news-foot
{
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e6e8eb;
    color: #72767e;
    font-size: 15px;
}
.news-page .news-foot p
{
    margin-bottom: 10px;
}
.news-page .news-foot a
{
    color: #72767e;
    display: inline-block;
}
.news-page .news-foot a:hover
{
    color: #0075eb;
}
.news-page .news-detail img
{
    max-width: 100%;
}
.product-page
{
    position: relative;
    z-index: 1;
}
.product-box
{
    background: #fafbfc;
    position: relative;
    z-index: 1000;
}
.product-box .product-left
{
    width: 300px;
    float: left;
    padding-top: 10px;
    position: relative;
}
.product-box .product-menu-box
{
    width: 300px;
    position: relative;
    padding-top: 40px;
    background: #fafbfc;
}
.product-box .product-menu-box.fixed
{
    position: fixed;
    top: 0;
    zoom: 1;
}
.product-box .product-menu-box.fixed2
{
    position: absolute!important;
    bottom: 0;
}
.product-box .product-menu
{
    position: relative;
    margin-bottom: 20px;
}
.product-box .product-menu h5
{
    font-size: 16px;
    color: #2a2c2e;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
.product-box .product-menu .menu-item
{
    padding-left: 40px;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    color: #72767e;
    display: block;
}
.product-box .product-menu .menu-item img
{
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    margin-right: 13px;
}
.product-box .product-menu .menu-item.on
{
    background: #f0f3f7;
    border-right: 4px solid #007eff;
}
.product-box .product-right
{
    width: 900px;
    float: right;
    background: #fff;
    position: relative;
}
.product-box .product-item-box
{
    padding: 50px;
    padding-bottom: 10px;
}
.product-box .product-item-box .hd
{
    padding-bottom: 25px;
}
.product-box .product-item-box .hd h6
{
    font-size: 22px;
    color: #2a2c2e;
    font-weight: bold;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 30px;
    display: inline-block;
}
.product-box .product-item-box .hd .more
{
    float: right;
    line-height: 36px;
    vertical-align: text-bottom;
    font-size: 13px;
    color: #2a2c2e;
}
.product-box .product-item-box .hd .more:hover
{
    color: #0075eb;
}
.product-box .product-item-box .bd img
{
    width: 800px;
    margin-bottom: 20px;
    height: 150px;
    display: block;
}
.product-box .product-item-box .bd p
{
    font-size: 14px;
    color: #72767e;
    line-height: 28px;
}
.product-box .product-item-box .product-item
{
    padding-bottom: 70px;
}
.product-box .product-title
{
    height: 20px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eceef3;
    position: relative;
}
.product-box .product-title h5
{
    position: absolute;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    background: #fff;
    width: 150px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    top: 0;
    font-weight: bold;
}
.btn-totop
{
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 100px;
    left: 50%;
    margin-left: 630px;
    background: url(/png/bcbmwp6u.png) no-repeat center top;
    box-shadow: 0 6px 15px 0 rgba(32,40,94,.1);
    z-index: 99;
}
.btn-totop:hover
{
    background-position: center bottom;
}
.news-list
{
    position: relative;
}
.news-list .news-list-item
{
    padding: 30px 40px;
    padding-bottom: 0;
    position: relative;
    background: #fff;
    transition: all .3s ease;
}
.news-list .news-list-item.hover
{
    box-shadow: 0 10px 30px rgba(30,40,90,.1);
    z-index: 2;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.news-list .news-list-item.hover a
{
    border-color: transparent;
}
.news-list .news-list-item a
{
    display: block;
    border-bottom: 1px solid #f5f5f5;
    height: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
.news-list .news-list-item .news-pic
{
    display: inline-block;
    width: 260px;
    height: 140px;
    float: left;
    margin-right: 30px;
}
.news-list .news-list-item .time
{
    font-family: 'Arial';
    margin-top: 40px;
    width: 74px;
    text-align: left;
    float: left;
    margin-right: 20px;
}
.news-list .news-list-item .time .date
{
    font-size: 24px;
    color: #2a2c2e;
    display: inline-block;
    margin-bottom: 10px;
}
.news-list .news-list-item .time .year
{
    font-size: 13px;
    color: #72767e;
}
.news-list .news-list-item .bd
{
    width: 730px;
    float: left;
}
.news-list .news-list-item .bd h5
{
    font-size: 18px;
    color: #2a2c2e;
    padding-top: 25px;
    padding-bottom: 20px;
    width: 730px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.news-list .news-list-item .bd p
{
    font-size: 13px;
    color: #72767e;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.sw-news-box
{
    font-size: 15px;
    color: #09172f;
    line-height: 30px;
    position: relative;
}
.sw-news-box .news-title
{
    padding-bottom: 30px;
    position: relative;
}
.sw-news-box .section
{
    margin-bottom: 30px;
}
.sw-news-box .text-right
{
    text-align: right;
}
.sw-news-box .nav
{
    margin-top: 50px;
    padding-bottom: 20px;
    color: #72767e;
    font-size: 13px;
}
.sw-news-box .nav a
{
    color: #72767e;
}
.sw-news-box .contain-box
{
    margin-top: 0;
}
.sw-news-box .bold
{
    font-weight: bold;
}
.sw-news-box .link
{
    text-decoration: underline;
}
.sw-news-box p
{
    text-indent: 2em;
}
.sw-news-box .news-title
{
    text-align: center;
}
.sw-news-box .link
{
    color: #09172f;
    text-decoration: underline;
}
