@charset "utf-8";
input, button, textarea { border-radius: 0; padding: 0; border: none; background: none; outline: none; font-family: 'PingFang SC', "微软雅黑", Arial, Helvetica; }
button { outline: none; }
input, textarea { -webkit-appearance: none; }
::-webkit-input-placeholder { color: #888; }
:-moz-placeholder { color: #888; }
::-moz-placeholder { color: #888; }
:-ms-input-placeholder { color: #888; }

/*简易栅格化*/
.col { margin-left: -10px; margin-right: -10px; zoom: 1; }
.col:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.col>li, .col .item { float: left; padding: 0 10px; }
.col li img, .col .item img { max-width: 100%; width: 100%; }
.col-2 li, .col-2 .item { width: 50%; }
.col-3 li, .col-3 .item { width: 33.3333%; }
.col-4>li, .col-4 .item { width: 25%; }
.col-5 li, .col-5 .item { width: 20%; }
.col-6 li, .col-6 .item { width: 16.6666%; }
.col-8 li, .col-8 .item { width: 12.5%; }
.col.k10 { margin-left: -5px; margin-right: -5px; }
.col.k10>li, .col.k10 .item { padding: 0 5px; }
.col.k15 { margin-left: -7.5px; margin-right: -7.5px; }
.col.k15>li, .col.k15 .item { padding: 0 7.5px; }
.col.k30 { margin-left: -15px; margin-right: -15px; }
.col.k30>li, .col.k30 .item { padding: 0 15px; }
.col.k90 { margin-left: -45px; margin-right: -45px; }
.col.k90>li, .col.k90 .item { padding: 0 45px; }
@media (max-width:1280px) {
    .col { margin-left: -10px; margin-right: -10px; }
    .col>li, .col .item { padding: 0 10px; }
}
@media (max-width:992px) {
    .col-4>li, .col-4 .item { width: 50%; }
    .col { margin-left: -8px; margin-right: -8px; }
    .col>li, .col .item { padding: 0 8px; }
}
@media (max-width:768px) {
    .col-xs-2 .item, .col-xs-2>li { width: 50%; }
}
.abox { display: block; }
.ny-main { padding-top: 70px; padding-bottom: 90px; border-bottom: 1px solid #ddd; }
.line-foot { border: none; margin: 0; height: 0; border-bottom: 1px solid #ddd; }
.bg-gray { background-color: #f5f5f5; }
.oh { overflow: hidden; }
.center { text-align: center; }
.pt-110 { padding-top: 110px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-120 { padding-bottom: 120px; }
.pt-100 { padding-top: 100px; }
@media (max-width: 768px) {
    .ny-main {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

/*分页*/
.com-page { margin-top: 60px; }
.pagination { text-align: center }
.a1_page { display: none !important; }
.pagination a, .pagination span { padding: 0 16px; display: inline-block; margin: 0 1px; min-width: 40px; line-height: 40px; font-size: 14px; -webkit-transition: .2s; -moz-transition: .2s; transition: .2s; color: #666; border: 1px solid #ddd; border-radius: 3px; }
.pagination .cur_page, .pagination .page-num-current, .pagination a:hover { color: #fff !important; background: #1e6eb4 !important; border-color: #1e6eb4; }
.pagination .prev_disabled:hover, .pagination .next_disabled:hover { color: #576077 !important; }
.pagination a.prev:before, .pagination a.prev_disabled:before { content: "上一页"; }
.pagination a.next:before, .pagination a.next_disabled:before { content: "下一页"; }
@media (max-width:768px) {
    .com-page { margin-top: 40px; }
    .pagination a, .pagination span { padding: 0 10px; min-width: 30px; line-height: 30px; font-size: 12px; }
    .pagination .page-home, .pagination .page-last { display: none; }
}

/*内页banner*/
.page-banner { position: relative; overflow: hidden; }
.page-banner .pb-pic { overflow: hidden; height: 0; padding-bottom: 27.0833%; background: #f5f5f5; }
.page-banner .pb-pic img { width: 100%; max-height: none; -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s; animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s; }
@-webkit-keyframes SlickIn {
    0% { -webkit-transform: scale(1.1, 1.1) }
    100% { -webkit-transform: scale(1, 1) }
}
@-webkit-keyframes SlickOut {
    0% { -webkit-transform: scale(1, 1) }
    100% { -webkit-transform: scale(.9, .9) }
}
@keyframes SlickIn {
    0% { transform: scale(1.1, 1.1) }
    100% { transform: scale(1, 1) }
}
@keyframes SlickOut {
    0% { transform: scale(1, 1) }
    100% { transform: scale(.9, .9) }
}
.page-banner .pb-tit { position: absolute; top: 25%; left: 50%; z-index: 2; margin-left: -720px; width: 100%; }
.page-banner .pb-tit h3 { font-size: 24px; color: #c6deff; }
.page-banner .pb-tit p { margin-top: 35px; }
@media (max-width:1800px) {
    .page-banner .pb-tit { margin-left: -600px; }
}
@media (max-width:1280px) {
    .page-banner .pb-tit { margin-left: -500px; }
}
@media (max-width:1024px) {
    .page-banner .pb-tit { margin-left: 0; left: 4%; }
}
@media (max-width:768px) {
    .page-banner .pb-pic { height: auto; padding-bottom: 0; height: 150px; }
    .page-banner .pb-tit { margin-top: -15px; }
    .page-banner .pb-tit h3 {
        font-size: 18px;
    }
    .page-banner .pb-tit p {
        margin-top: 15px;
    }
    .page-banner .pb-tit p img {
        height: 40px;
    }
}
@media (max-width:640px) {
    .page-banner .pb-pic img { width: auto; height: 100%; max-width: none; }
}

/*产品列表页*/
.sidebar { width: 16.6666%; }
.main { width: 80.4166%; }
.main-product { padding-top: 30px; }
.sidebar .tit { position: relative; border-bottom: 1px solid #ddd; padding-bottom: 25px; margin-bottom: 10px; }
.sidebar .tit:after { content: ""; position: absolute; left: 0; bottom: -1px; width: 30px; height: 2px; background-color: #1e6eb4; }
.sidebar .tit h2 { font-size: 32px; line-height: 1.2; color: #1e6eb4; }
.sidebar .tit .en { font-size: 14px; line-height: 1.2; color: rgba(89, 87, 87, 1); margin-top: 10px; }
.side-cate ul li { margin-bottom: 1px; }
.side-cate ul li a { position: relative; display: block; font-size: 16px; line-height: 48px; color: #767676; padding-left: 20px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.com-cate ul li a { padding-left: 60px; }
.side-cate ul li a i { display: inline-block; width: 25px; height: 25px; background-repeat: no-repeat; vertical-align: middle; margin-right: 15px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; background-size: 50px 25px;}
.side-cate ul li a:hover i,
.side-cate ul li.on a i { background-position: -25px 0; }
.side-cate ul li a:after { position: absolute; right: 25px; content: "→"; opacity: 0; visibility: hidden; -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.side-cate ul li a:hover:after, .side-cate ul li.on a:after { -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; visibility: visible; }
.side-cate ul li a:hover, .side-cate ul li.on a { background-color: #1e6eb4; color: #fff; }
.mian-tit { height: 32px; border-left: 2px solid #1e6eb4; margin-bottom: 39px; }
.main-product .mian-tit { border-bottom: 1px solid #ddd; border-left: none; padding-bottom: 20px; height: auto; }
.mian-tit h3 { display: inline-block; vertical-align: middle; font-size: 24px; line-height: 32px; color: #1b202e; margin-left: 15px; }
.mian-tit h3.on { position: relative; color: #1c68ab; border-left: 2px solid #1e6eb4; margin-left: 0; padding-left: 15px; padding-right: 6px; }
.mian-tit h3.on:before { content: ""; position: absolute; left: 0; bottom: -21px; width: 100%; border-bottom: 1px solid #1c68ab; }
.mian-search { width: 200px; height: 32px; background-color: #ffffff; border-radius: 16px; border: solid 1px #d9d9d9; }
.mian-search .sub { width: 30px; height: 30px; background: url(../images/icon-search.png) no-repeat center; background-size: 18px; margin-left: 3px; }
.mian-search .txt { line-height: 30px; padding: 0 10px; width: 84%; flex: 1; }
.case-list { margin-bottom: -23px; }
.case-list .item { margin-bottom: 23px; }
.case-list .item .pic { background: #f5f5f5; height: 0; padding-bottom: 66.4893%; }
.case-list .item .pic img { max-height: none; }
.case-list .item .cont { border: solid 1px #dddddd; border-top: none; padding: 20px 25px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.case-list .item .abox:hover .cont {    /*background-color: #1e6eb4;*/

/*border-color: #1e6eb4;*/ }
.case-list .item .abox .cont .tit { font-size: 16px; color: #1b202e; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.case-list .item .abox:hover .cont .tit {    /*color: #fff;*/ }
.case-list .item .abox .cont .cate { font-size: 14px; color: #81868e; margin-top: 10px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.case-list .item .abox:hover .cont .cate {    /*color: #ffffff;
    opacity: 0.5;*/ }
@media (max-width: 1440px) {
    .sidebar {width: 20%;}
    .main{width: 78%;}
}
@media (max-width: 768px) {
    .sidebar {
        width: 100%;
    }
    .sidebar .tit {
        display: none;
    }
    .side-cate ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        border: 1px solid #ededed;
        border-right: none;
        border-bottom: none;
    }
    .side-cate ul li {
        width: 50%;
        border-bottom: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }
    .side-cate ul li a {
        font-size: 14px;
        line-height: 48px;
        padding-left: 10px;
        line-height: 40px;
    }
    .mian-tit {
        height: 22px;
        margin-bottom: 30px;
        font-size: 0;
        display: none;
    }
    .mian-tit h3 {
        font-size: 20px;
        line-height: 22px;
        margin-left: 15px;
    }
    .side-cate ul li a i {
        background-size: 40px 20px;
        width: 20px;
        height: 20px;
    }
    .side-cate ul li a:hover i,
    .side-cate ul li.on a i { background-position: -20px 0; }
    .case-list .item .cont {
        padding: 15px 15px;
    }
    .case-list .item .abox .cont .tit {
        font-size: 14px;
    }
    .case-list .item .abox .cont .cate {
        font-size: 12px;
        margin-top: 6px;
    }
    .main {
        width: 100%;
    }
    .news-list-xg .item .pic {
        display: none;
    }
    .news-list-xg .item p {
        display: none;
    }
    .news-list-xg .item .cont {
        border-top: 1px solid #ddd;
    }
    .news-list-xg .item h4 {
        margin-bottom: 15px;
    }
}


/*详情*/
.content-mbx { padding-top: 22px; padding-bottom: 22px; color: #81868e; }
.content-mbx a { color: #81868e; }
.content-mbx a:hover, .content-mbx .fr .back:hover { color: #1e6eb4; }
.content-mbx strong { color: #595757; }
.content-mbx .fr .back { color: #595757; }
.content-mbx .fr .back .j-iconfont { font-size: 20px; vertical-align: middle; color: #81868E; margin-right: 6px; }
.case-wrap { padding-bottom: 46px; }
.case-detail { flex-direction: row-reverse; background: #fff; }
.case-detail .cont { width: 34.7%; padding: 45px 40px; }
.case-detail .pic { width: 65.3%; }
.case-detail .pic .swiper-button-prev, .case-detail .pic .swiper-button-next { width: 32px; height: 54px; background-color: rgba(27, 32, 46, .5); margin-top: -27px; right: 0; opacity: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.case-detail .pic .swiper-button-prev:hover, .case-detail .pic .swiper-button-next:hover { background-color: #1e6eb4; }
.case-detail .pic .swiper-button-prev i, .case-detail .pic .swiper-button-next i { font-size: 19px; color: #fff; }
.case-detail .pic .swiper-button-prev i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.case-detail .pic .swiper-button-prev { right: auto; left: 0; }
.case-detail .cont h1 { font-size: 28px; line-height: 1.3; color: #1e6eb4; }
.case-detail .cont .tit-line { margin: 0; padding: 0; border: none; height: 0; border-bottom: 1px solid #1e6eb4; margin-left: -10px; margin-right: -10px; margin-top: 35px; margin-bottom: 30px; }
.case-detail .cont .des { font-size: 14px; line-height: 30px; color: #81868e; }
.case-detail .cont .zixun { margin-top: 70px; align-items: center; }
.com-zx { display: inline-block; margin: 0 9px; padding: 0 30px; height: 40px; background-image: linear-gradient(90deg, #1baceb 0%, #15499a 100%); border-radius: 10px 0px 10px 0px; text-align: center; line-height: 40px; font-size: 16px; color: #ffffff !important; }
.com-zx.gray { background: #81868e; }
.com-zx i { font-size: 24px; vertical-align: middle; margin-right: 10px; }
.case-detail .cont .zixun .tel { font-size: 16px; color: #1e6eb4; margin-left: 25px; }
.case-detail .cont .zixun .tel i { font-size: 20px; margin-right: 5px; }
.xg-wrap { padding-bottom: 90px; }
.xg-wrap .mian-tit { margin-top: 42px; margin-bottom: 34px; }
.case-list-xg { margin-bottom: 75px; }
.case-list-xg .item { width: 31.5457%; margin-bottom: 0; }
.case-list-xg:after { content: ""; width: 31.5457%; }
.case-list-xg .item img { width: 100%; }
.case-list-xg .item h4 { font-size: 18px; line-height: 1.3; color: #1b202e; }
.case-list-xg .item h4 a { color: #1b202e; }
.case-list-xg .item h4 a:hover { color: #1e6eb4; }
.case-list-xg .item p { font-size: 14px; line-height: 22px; color: #81868e; padding-top: 15px; margin-top: 15px; margin-bottom: 25px; border-top: 1px solid #eee; }
.case-list-xg .item .bottom { width: 100%; }
.case-list-xg .item .date { color: #81868e; }
.case-list-xg .item .more { color: #1e6eb4; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.case-list-xg .item .more:hover { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.news-list-xg { margin-bottom: 0; }

/*服务支持*/
.tit-cont { padding-bottom: 70px; }
.tit-cont h2 { font-size: 18px; line-height: 1; color: #595757; margin-bottom: 16px; }
.tit-cont h3 { position: relative; font-size: 36px; line-height: 1.2; color: #1b202e; }
.tit-cont .des { margin-top: 22px; font-size: 14px; line-height: 26px; color: #767676; }
.tit-cont .des p { line-height: 28px; }
.tit-cont .des p ~ p { margin-top: 20px; }
.tit-cont .brand { width: 400px; height: 48px; background-color: #1e6eb4; line-height: 48px; text-align: center; font-size: 18px; color: #ffffff; margin-top: 50px; }
.page-youshi { margin-bottom: 150px; }
.page-youshi .item:nth-child(2n) { flex-direction: row-reverse; }
.page-youshi .item .pic { width: 50.0694%; }
.page-youshi .item .cont { width: 49.9306%; align-items: center; padding-left: 80px; padding-right: 100px; background: url(../images/bg-2.png) repeat; }
.page-youshi .item .cont .en { font-size: 16px; color: #81868e; }
.page-youshi .item .cont .cn { font-size: 36px; color: #1e6eb4; font-weight: bold; margin-top: 12px; padding-bottom: 35px; margin-bottom: 35px; position: relative; }
.page-youshi .item .cont .cn:after { content: ""; position: absolute; left: 0; bottom: 0; width: 31px; height: 3px; background-color: #1e6eb4; }
.page-youshi .item .cont .des { font-size: 14px; line-height: 28px; color: #81868e; margin-bottom: 35px; }
.service-list .item { width: 23.958%; background-color: #f9f9fb; padding: 50px 15px 40px; text-align: center; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.service-list .item:hover { background-color: #1e6eb4; background-image: linear-gradient(0deg, #1e6eb4 0%, #1baceb 100%); }
.service-list .item .box { -webkit-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.service-list .item:hover .box { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.service-list .item .pic { width: 200px; height: 200px; background-color: #ffffff; display: inline-block; border-radius: 50%; line-height: 200px; font-size: 0; }
.service-list .item h4 { font-size: 28px; color: #1b202e; position: relative; padding-bottom: 20px; margin-bottom: 20px; margin-top: 35px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.service-list .item:hover h4 { color: #fff; }
.service-list .item h4:after { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -15px; width: 30px; height: 3px; background-color: #1e6eb4; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.service-list .item:hover h4:after { background-color: #fff; }
.service-list .item p { font-size: 14px; line-height: 28px; color: #81868e; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.service-list .item:hover p { color: #fff; opacity: 0.45; }
.service-list .item .zx { display: inline-block; margin-top: 35px; width: 160px; height: 36px; background-color: #ffffff; line-height: 36px; font-size: 16px; color: #1e6eb4; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); }
.service-list .item:hover .box .zx { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.service-list .item .box .zx:hover { width: 180px; }
.com-more { display: inline-block; padding: 0 38px; height: 48px; background-color: #81868e; border-left: 3px solid #1e6eb4; text-align: center; line-height: 48px; color: #f2f2f2 !important; font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.com-more:hover {box-shadow: 0 10px 20px rgba(0,0,0,0.1)}
.com-more span { display: inline-block; margin-left: 45px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }
.com-more:hover span { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.tit-cont .com-more { margin-top: 60px; }
@media (max-width: 1366px) {
    .page-youshi .item .cont .cn {
        font-size: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .page-youshi .item .pic {
        width: 100%;
    }
    .page-youshi .item .cont {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding: 30px 20px;
    }
    .page-youshi .item ~ .item {
        margin-top: 20px;
    }
    .page-youshi .item .cont .en {
        font-size: 14px;
    }
    .page-youshi .item .cont .cn {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .page-youshi .item .cont .des {
        line-height: 1.75;
        margin-bottom: 25px;
    }
    .com-more {
        padding: 0 20px;
        height: 38px;
        border-left: 2px solid #1e6eb4;
        line-height: 38px;
        font-size: 14px;
    }
    .page-youshi {
        margin-bottom: 60px;
    }
    .service-list .item {
        width: 48%;
        padding: 20px 15px 20px;
        margin-bottom: 20px;
    }
    .pb-120 {
        padding-bottom: 40px;
    }
    .service-list .item .pic {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    .service-list .item .pic img {
        width: 40px;
    }
    .service-list .item h4 {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .service-list .item p {
        line-height: 1.5;
    }
    .service-list .item p br {
        display: none;
    }
    .service-list .item .zx {
        margin-top: 25px;
        width: 100%;
    }
}

/*新闻列表*/
.news-list .item { margin-bottom: 25px; }
.news-list .item .pic { width: 34.55%;height: 260px; background: #f5f5f5; }
.news-list .item .pic a img{height: 100%; object-fit: cover; width: 100%;}
.news-list .item .cont { width: 65.45%; border: solid 1px #dddddd; padding: 45px 30px 30px 35px; position: relative; }
.news-list .item .cont h4 { font-size: 22px; color: #1b202e; line-height: 1.3; }
.news-list .item .cont h4 a { color: #1b202e; }
.news-list .item .cont h4 a:hover { color: #1e6eb4; }
.news-list .item .cont p { font-size: 14px; line-height: 22px; color: #81868e; }
.news-list .item .cont hr { margin: 0; padding: 0; border: none; background: transparent; border-top: 1px solid #eee; margin: 18px -6px; }
.news-list .item .cont .bottom { position: absolute; bottom: 30px; left: 0; width: 100%; display: flex; justify-content: space-between; padding: 0 30px 0 35px; color: #81868e; }
.news-list .item .cont .bottom .more { color: #1e6eb4; }

/*关于*/
.com-cate-bar { height: 60px; line-height: 60px; border-bottom: 1px solid #ddd; }
.com-cate-list { font-size: 0; }
.com-cate-list li { display: inline-block; vertical-align: middle; margin-right: 10px; font-size: 0; }
.com-cate-list li a { display: block; position: relative; padding: 0 25px; font-size: 16px; color: #595757; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.com-cate-list li a:after { content: ""; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background-color: #1e6eb4; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.com-cate-list li.on a:after, .com-cate-list li a:hover:after { opacity: 1; }
.com-cate-list li.on a, .com-cate-list li a:hover { color: #fff; }
.com-cate-mbx { color: #81868e; }
.com-cate-mbx a { color: #81868e; font-size: 14px; }
.com-cate-mbx a:hover { color: #1e6eb4; }
.aboutA .cont { font-size: 16px; line-height: 36px; color: #595757; text-align: center; margin-bottom: 30px; }
.aboutB { background: #f9f9fb; margin-top: 0; }
.aboutB:before, .aboutB:after { display: none; }
.aboutB ul { padding-left: 0; padding-right: 0; text-align: center; }
.aboutB ul li span { color: #1e6eb4; }
.aboutB ul li p { color: #595757; padding-left: 0; font-size: 16px; line-height: 1.75; }
.aboutC { padding-top: 110px; padding-bottom: 88px; }
.honor-list { position: relative; }
.honor-list .swiper-slide { border: solid 1px #dddddd; text-align: center; }
.honor-list .swiper-slide .pic { height: 400px; line-height: 400px; font-size: 0; }
.honor-list .swiper-slide h4 { line-height: 59px; color: #2e3136; font-size: 18px; border-top: solid 1px #dddddd; }
.honor-list .swiper-button-next, .honor-list .swiper-button-prev { position: absolute; top: 50%; left: -78px; margin-top: -21px; width: 42px; height: 42px; font-size: 42px; }
.honor-list .swiper-button-next { left: auto; right: -78px; }
.honor-list .swiper-button-next i, .honor-list .swiper-button-prev i { font-size: 42px; color: #DBDBDB; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.honor-list .swiper-button-next i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.honor-list .swiper-button-next:hover i, .honor-list .swiper-button-prev:hover i { color: #1E6EB4; }
.aboutD { padding-top: 82px; padding-bottom: 65px; }
.aboutD .partner-list { padding-bottom: 60px; }
.aboutD .partner-list .swiper-pagination-bullet { background-color: #c1c1c1; }
.aboutD .partner-list .swiper-pagination-bullet-active { background-color: #1e6eb4; }
.partner-list .item { background: #fff; text-align: center;padding: 0 20px; height: 120px; line-height: 120px; font-size: 0; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.aboutE { padding: 110px 0; }
.contact-list { margin-bottom: -24px; }
.contact-list .item { width: 32.29%; height: 200px; border: solid 1px #dddddd; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.contact-list .item .cont { margin-left: 20px; }
.contact-list .item .cont h4 { font-size: 16px; line-height: 1.2; color: #81868e; }
.contact-list .item .cont p { font-size: 28px; line-height: 1; color: #1b202e; margin-top: 10px; }
.contact-list .item:last-child { width: 100%; justify-content: space-between; padding-left: 6.5%; padding-right: 63px; }
.contact-list .item:last-child .right { align-items: center; }
.contact-list .item:last-child .right h4 { margin-right: 30px; }
.contact-list .item:last-child .right .pic img ~ img { margin-left: 40px; }
.aboutF { position: relative; }
.aboutF .map { height: 600px; background-color: #1b202e; }
.aboutF .map img { max-width: none; width: auto; max-height: none; }
.aboutF .map-form { position: absolute; left: 50%; top: 0; margin-left: -720px; width: 500px; height: 100%; background-color: rgba(30, 110, 180, .8); padding: 70px 50px 40px; }
.aboutF .map-form h3 { font-size: 36px; line-height: 1; color: #ffffff; margin-bottom: 35px; }
.aboutF .map-form ul li ~ li { margin-top: 10px; }
.aboutF .map-form ul li input, .aboutF .map-form ul li textarea { border: solid 1px rgba(221, 221, 221, .5); height: 50px; padding: 0 30px; width: 100%; font-size: 14px; opacity: 1; color: #fff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.aboutF .map-form ul li input:hover, .aboutF .map-form ul li textarea:hover { border-color: rgba(221, 221, 221, 1); }
.aboutF .map-form ul li textarea { height: 160px; padding: 15px 30px; }
.aboutF .map-form ul li input::-webkit-input-placeholder { color: #fff; opacity: 1; }
.aboutF .map-form ul li input:-moz-placeholder { color: #fff; opacity: 1; }
.aboutF .map-form ul li input::-moz-placeholder { color: #fff; opacity: 1; }
.aboutF .map-form ul li input:-ms-input-placeholder { color: #fff; opacity: 1; }
.aboutF .map-form ul li textarea::-webkit-input-placeholder { color: #fff; opacity: 1; }
.aboutF .map-form ul li textarea:-moz-placeholder { color: #fff; opacity: 1; }
.aboutF .map-form ul li textarea::-moz-placeholder { color: #fff; opacity: 1; }
.aboutF .map-form ul li textarea:-ms-input-placeholder { color: #fff; opacity: 1; }
.aboutF .map-form .sub { width: 200px; height: 50px; background-color: #ffffff; border: solid 1px #ffffff; line-height: 50px; text-align: center; font-size: 18px; color: #1e6eb4; margin-top: 26px; }
@media (max-width: 1600px) {
    .news-list .item .pic {
        height: 260px;
    }
}
@media (max-width: 1400px) {
    .aboutF .map-form{margin-left: 0;left: 4%;}
}
@media (max-width: 768px) {
    .com-cate-mbx {
        display: none;
    }
    .com-cate-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: -1px;
    }
    .com-cate-list li {
        width: 50%;
        margin-right: 0;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .com-cate-list li:nth-child(2n) {
        border-right: none;
    }
    .com-cate-bar {
        height: auto;
        line-height: 40px;
    }
    .com-cate-bar .wp {
        width: 100%;
    }
    .com-cate-list li a {
        font-size: 14px;
        padding: 0 10px;
        text-align: center;
    }
    .aboutF .map {
        height: 300px;
    }
    .aboutF .map-form {
        position: static;
        width: 100%;
        height: auto;
        padding: 40px 20px;
    }
    .aboutF .map-form h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .aboutF .map-form ul li input, .aboutF .map-form ul li textarea {
        height: 40px;
        padding: 0 15px;
    }
    .aboutF .map-form ul li textarea {
        height: 80px;
        padding: 10px 15px;
    }
    .aboutF .map-form .sub {
        width: 150px;
        height: 40px;
        border: solid 1px #ffffff;
        line-height: 38px;
        font-size: 16px;
        margin-top: 20px;
    }
    .aboutF .map img {
        max-width: 100%;
    }
    .honor-list .swiper-button-next, .honor-list .swiper-button-prev {
        left: 10px;
    }
    .honor-list .swiper-button-next {
        left: auto;
        right: 10px;
    }
    .aboutE {
        padding: 60px 0 40px;
    }
    .tit-cont {
        padding-bottom: 40px;
    }
    .tit-cont h3 {
        font-size: 26px;
    }
    .contact-list {
        margin-bottom: -10px;
    }
    .contact-list .item {
        width: 100%;
        height: auto;
        padding: 15px 20px;
        margin-bottom: 10px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .contact-list .item .cont p {
        font-size: 18px;
        line-height: 1.2;
    }
    .contact-list .item img {
        width: 30px;
    }
    .contact-list .item .left,
    .contact-list .item .right {
        width: 100%;
    }
    .contact-list .item .cont {
        flex: 1;
    }
    .contact-list .item:last-child .right {
        margin-top: 20px;
    }
    .contact-list .item:last-child .right .pic {
        width: 100%;
    }
    .contact-list .item:last-child .right .pic img {
        width: 100px;
        margin-top: 20px;
    }
    .aboutF .map {
        display: none;
    }
    .news-list .item .pic {
        width: 100%;
        height: 200px;
    }
    .news-list .item .cont {
        width: 100%;
        padding: 20px 20px;
    }
    .news-list .item .cont h4 {
        font-size: 18px;
    }
    .news-list .item .cont hr {
        margin: 15px 0;
    }
    .news-list .item .cont .bottom {
        position: static;
        padding: 20px 0 0;
        font-size: 14px;
    }
}

/*新闻详情*/
.news-detail { padding-bottom: 60px; }
.content-mbx { padding: 20px 0; }
.content-mbx a { margin: 0 5px; }
.news-detail .detail-left, .news-detail .detail-right { float: left; }
.news-detail .detail-left .content-box { padding: 30px 30px 30px 20px;    /*min-height: 905px;*/ }
.news-detail .detail-left { width: 71.6%; margin-right: 20px; background: #fff; }
.news-detail .detail-left .content-box .title { font-size: 24px; color: #333; }
.news-detail .detail-left .content-box .time { color: #999; margin: 15px 0 20px; font-size: 14px; }
.news-detail .detail-left .content-box .content { line-height: 1.75; color: #777; font-size: 16px; }
.news-detail .detail-left .content-box .content img { width: 100%; height: auto; }
.news-detail .detail-left .content-box .content p {padding: 5px 0;}
.news-detail .detail-left .content-box .content p,
.news-detail .detail-left .content-box .content span {text-wrap: wrap !important;}
.news-detail .detail-left .next-btn { margin: 0px 0 20px 30px; display: block; font-size: 14px; }
.news-detail .detail-right { width: 26.6%; background: #fff; }
.news-detail .detail-right .right-box { padding: 20px; }
.news-detail .detail-right .right-box .right-title { border-bottom: 1px solid #E7E7E7; }
.news-detail .detail-right .right-box .right-title h3 { padding: 5px 5px 10px; border-bottom: 3px solid #00a6ac; font-size: 18px; margin-bottom: -2px; width: 90px; }
.news-detail .detail-right .right-box ul li { margin-top: 20px; }
.news-detail .detail-right .right-box ul li img { width: 100%; height: 180px; }
.news-detail .detail-right .right-box ul li .text-box h3 { font-size: 14px; line-height: 1.5; }
.news-detail .detail-right .right-box ul li .text-box .time { color: #959595; margin-top: 12px; font-size: 14px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px; }
.bottom_line { border-bottom: #e1e1e1 1px dashed; }
.xghd-box { padding: 0px 20px 20px 20px; }
.xghd-box li { width: 49%; line-height: 30px; white-space: nowrap; overflow: hidden; }
.xghd-box ul li a .icon-dian { color: #999; font-size: 20px; background: #999; width: 4px; height: 4px; border-radius: 4px; display: inline-block; vertical-align: middle; margin-right: 5px; }
@media (max-width:1280px) {
    .news-detail .detail-left { width: 68%; margin-right: 0; }
    .news-detail .detail-right { float: right; width: 30%; }
}
@media (max-width:768px) {
    .news-detail .detail-left .content-box .title {
        font-size: 20px;
    }
    .news-detail .detail-left .content-box .content iframe {
        width: 100% !important;
        height: auto !important;
    }
    .news-detail { padding-top: 0; padding-bottom: 40px; }
    .news-detail .detail-left { width: 100%; }
    .news-detail .detail-right { width: 100%; float: none; }
    .news-detail .detail-left .next-btn { margin: 0px 20px 20px 20px; }
}
.trans2 { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

/*方案*/
.solutionA { padding-top: 100px; padding-bottom: 90px; }
.solution-tab { justify-content: center; margin-bottom: 55px; }
.solution-tab li { margin: 0 5px; width: 280px; height: 42px; background-color: #2e3136; border-radius: 21px; line-height: 42px; text-align: center; font-size: 16px; color: #ffffff; cursor: pointer; }
.solution-tab li.on { background-image: linear-gradient(90deg, #1baceb 0%, #15499a 100%); }
.solution-content .item { padding: 9px; background-color: #ffffff; box-shadow: 0px 0px 20px 0px 
rgba(24, 70, 145, 0.15); }
.solution-content .item .pic { width: 67.6%; }
.solution-content .item .cont { flex: 32.4%; padding: 50px 20px 20px 50px; }
.solution-content .item .cont h4 { font-size: 28px; line-height: 1.2; color: #1e6eb4; margin-left: 20px; }
.solution-content .item .cont .des { margin-top: 22px; font-size: 14px; line-height: 24px; color: #81868e; }
.solution-content .item .cont ul { margin-top: 30px; }
.solution-content .item .cont ul li ~ li { margin-top: 18px; }
.solution-content .item .cont ul li { display: flex; flex-wrap: wrap; align-items: center; }
.solution-content .item .cont ul li .c { margin-left: 15px; }
.solution-content .item .cont ul li .c h5 { font-size: 18px; line-height: 1; color: #2e3136; }
.solution-content .item .cont ul li .c p { font-size: 14px; color: #81868e; margin-top: 6px; }
.btn-wrap { margin-top: 55px; text-align: center; font-size: 0; }
.solutionB { padding-top: 75px; padding-bottom: 55px; }
.solutionB .inTit { margin-bottom: 0; }
.solutionB .right-tit h4 { font-size: 18px; color: #4c4645; }
.solutionB .right-tit h4 em { font-family: DINPro-Medium; font-size: 60px; line-height: 1; color: #1e6eb4; margin-right: 5px; }
.solutionB .right-tit p { font-size: 14px; color: #4c4645; margin-top: 5px; }
.solutionC { padding-top: 50px; padding-bottom: 70px; }
.solutionC .wp { align-items: center; padding: 0 55px; }
.solutionC .wp h3 { font-size: 60px; font-weight: bold; line-height: 1.2; color: #ffffff; }
.solutionC .wp .pic { width: 70%; }
.solutionD { padding: 100px 0; }
.pt-product .item { width: 24%; }
.pt-product .item .pic { border: 1px solid #ddd; }
.pt-product .item .tit { height: 60px; background-color: #ffffff; border: solid 1px #dddddd; border-top: none; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding-left: 28px; padding-right: 22px; }
.pt-product .item .tit h4 { width: 80%; font-size: 18px; color: #2e3136; }
.pt-product .item .tit i { text-align: center; color: #CCD1DA; width: 28px; height: 28px; line-height: 26px; border: 1px solid #ccd1da; border-radius: 50%; }
.solutionE { padding: 80px 0; }
.value-list .item { width: 32.2916%; height: 240px; background-color: #ffffff; display: flex; align-items: center; justify-content: center; }
.value-list .item .cont { padding-left: 30px; }
.value-list .item .cont h4 { font-size: 28px; line-height: 1; color: #1b202e; padding-bottom: 24px; position: relative; margin-bottom: 16px; }
.value-list .item .cont h4:after { content: ""; position: absolute; left: 0; bottom: 0; width: 31px; height: 2px; background-color: #1e6eb4; }
.value-list .item .cont p { font-size: 14px; line-height: 28px; color: #81868e; }
.solutionF { padding-top: 100px; padding-bottom: 100px; }
.shouyi-list .item { width: 206px; height: 229px; background: url(../images/inner/sy-bg.png) no-repeat center; background-size: contain; display: flex; align-items: center; flex-wrap: wrap; text-align: center; justify-content: center; }
.shouyi-list .item h4 { width: 100%; font-size: 36px; line-height: 1; color: #ffffff; padding-bottom: 20px; margin-bottom: 10px; position: relative; }
.shouyi-list .item h4:after { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -15px; width: 30px; height: 3px; background-color: #ffffff; }
.shouyi-list .item p { font-size: 16px; line-height: 28px; color: #ffffff; }
.solutionG { padding-top: 80px; padding-bottom: 120px; }
.liucheng-list .item { position: relative; width: 148px; height: 165px; text-align: center; display: flex; align-items: center; justify-content: center; }
.liucheng-list .item ~ .item:after { content: ""; position: absolute; left: -30px; top: 50%; margin-top: -10px; width: 21px; height: 20px; background: url(../images/inner/lc-icon.png) no-repeat center; background-size: contain; }
.liucheng-list .item .cbox { position: relative; }
.liucheng-list .item:before { content: ""; position: absolute; width: 182px; height: 197px; background: url(../images/inner/lc-bg.png) no-repeat center; background-size: contain; }
.liucheng-list .item h4 { font-family: DINPro-Bold; font-size: 36px; line-height: 1; color: #1e6eb4; }
.liucheng-list .item p { font-size: 16px; line-height: 24px; color: #595757; margin-top: 8px; }
@media screen and (max-width:1440px) {
    .solution-content .item .cont { flex: 30.5%; padding: 20px 20px 0 30px; }
    .solution-content .item .cont h4 { font-size: 24px; }
    .liucheng-list .item:before { width: 150px; }
    .liucheng-list .item ~ .item:after { left: -15px; }
}
@media (max-width: 768px) {
    .solutionA {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .solution-tab {
        margin-bottom: 30px;
    }
    .solution-tab li:first-child {
        margin-bottom: 10px;
    }
    .solution-content .item .pic {
        width: 100%;
    }
    .solution-content .item .cont {
        flex: 100%;
        padding: 20px 0;
    }
    .solution-content .item .cont img {
        height: 50px;
        object-fit: contain;
    }
    .solution-content .item .cont ul li img {
        height: 45px;
        object-fit: contain;
    }
    .solution-content .item .cont h4 {
        font-size: 20px;
    }
    .btn-wrap {
        margin-top: 40px;
    }
    .solutionB {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .solutionB .right-tit {
        margin-top: 20px;
    }
    .solutionB .right-tit h4 em {
        font-size: 40px;
    }
    .solutionC {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .solutionC .wp {
        padding: 0;
    }
    .solutionC .wp h3 {
        font-size: 26px;
    }
    .solutionC .wp .pic {
        width: 60%;
    }
    .solutionD,
    .solutionE,
    .solutionF,
    .solutionG {
        padding: 60px 0;
    }
    .pt-product .item {
        width: 48%;
    }
    .pt-product .item:first-child,
    .pt-product .item:nth-child(2) {
        margin-bottom: 15px;
    }
    .pt-product .item .tit {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pt-product .item .tit h4 {
        font-size: 14px;
    }
    .value-list .item {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .value-list .item ~ .item {
        margin-top: 10px;
    }
    .value-list .item .pic {
        width: 20%;
    }
    .value-list .item .pic img {
        max-width: 80px;
    }
    .value-list .item .cont {
        padding-left: 30px;
        width: 80%;
    }
    .value-list .item .cont h4 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .value-list .item .cont p {
        font-size: 14px;
        line-height: 1.5;
    }
    .shouyi-list {
        margin-bottom: -30px;
    }
    .shouyi-list .item {
        width: 170px;
        height: 170px;
        margin-bottom: 30px;
    }
    .shouyi-list .item h4 {
        font-size: 26px;
    }
    .liucheng-list .item:before {
        width: 100%;
        height: 100%;
    }
    .liucheng-list .item ~ .item:after {
        display: none;
    }
    .liucheng-list .item {
        width: 120px;
        height: 130px;
    }
    .liucheng-list .item h4 {
        font-size: 20px;
    }
    .liucheng-list .item p {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 10px;
    }
    .liucheng-list:after {
        content: "";
        width: 120px;
    }
    /*详情*/
    .content-mbx {
        font-size: 12px;
        padding: 15px 0;
    }
    .content-mbx .fr .back .j-iconfont {
        font-size: 16px;
    }
    .case-detail .pic {
        width: 100%;
    }
    .case-detail .cont {
        width: 100%;
        padding: 30px 20px;
    }
    .case-detail .cont h1 {
        font-size: 20px;
    }
    .case-detail .cont .tit-line {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .com-zx {
        margin: 0 5px;
        padding: 0 20px;
        font-size: 14px;
    }
    .xg-wrap {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .xg-wrap .mian-tit {
        display: block;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .case-list-xg {
        margin-bottom: -15px;
    }
    .news-list-xg {
        margin-bottom: 0 !important;
    }
    .case-list-xg .item {
        width: 48%;
        margin-bottom: 15px;
    }
    .news-list-xg .item {
        width: 100%;
    }
    .case-list-xg .item h4 {
        font-size: 16px;
    }
    .case-list-xg .item .more {
        font-size: 14px;
    }
    .pt-100 {
        padding-top: 60px;
    }
    .tit-cont h2 {
        font-size: 16px;
    }
    .aboutA .cont p br {
        display: none;
    }
    .aboutA .cont {
        line-height: 1.75;
        text-align: left;
    }
    .aboutB ul li p {
        font-size: 14px;
        padding: 0 10px;
    }
    .aboutB ul li p br {
        display: none;
    }
    .aboutC {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .honor-list .swiper-slide .pic {
        height: 200px;
        line-height: 200px;
    }
    .honor-list .swiper-slide h4 {
        line-height: 40px;
        font-size: 14px;
    }
    .aboutD {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.pro-cate-sidebar { position: relative; background: url(../images/product-cate-bg.png) no-repeat center; background-size: cover; border-radius: 30px 0px 20px 0px; overflow: hidden; padding: 25px 5px 22px; margin-bottom: 34px; }
.pro-cate-sidebar .pro-tit { text-align: center; margin-bottom: 22px; }
.pro-cate-sidebar .pro-tit h2 { font-size: 24px; line-height: 1.1; color: #ffffff; }
.pro-cate-sidebar .pro-tit .en { font-size: 14px; margin-top: 10px; color: #ffffff; opacity: 0.4; }
.pro-cate .item { background: #fff; padding: 6px 5px; }
.pro-cate .item ~ .item { margin-top: 5px; }
.pro-cate .item h4 { position: relative; padding: 15px 30px 15px 15px; background-color: #fff; border-left: 3px solid transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.pro-cate .item h4.on { border-color: #1c68ab; background-color: #f5f5f5; }
.pro-cate .item h4 i { position: absolute; right: 15px; color: #c6c8ce; font-size: 15px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.pro-cate .item h4.on i { color: #1e6eb4; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.pro-cate .item ul { padding: 10px 15px 5px; }
.pro-cate .item ul li { font-size: 14px; line-height: 36px; color: #767676; }
.pro-cate .item ul li a { display: block; padding-left: 18px; position: relative; color: #767676; }
.pro-cate .item ul li a i { content: ""; position: absolute; left: 0; font-size: 5px; color: #bfbfbf; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }
.pro-cate .item ul li a:hover, .pro-cate .item ul li a:hover i, .pro-cate .item ul li.on a, .pro-cate .item ul li.on a i { color: #1c68ab; }
.rec-tit h3 { font-size: 24px; color: #1c68ab; }
.rec-tit .en { font-size: 14px; color: #81868e; margin-top: 2px; }
.rec-list { margin-top: 18px; }
.rec-list li { padding: 5px; border: solid 1px #dddddd; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.rec-list li:hover { border-color: #1e6eb4; }
.rec-list li ~ li { margin-top: 10px; }
.rec-list li .trans-mask { display: flex; align-items: center; }
.rec-list li .pic { width: 35%; overflow: hidden; }
.rec-list li .cont { width: 65%; padding-left: 15px; padding-right: 5px; }
.rec-list li .cont h4 { font-size: 16px; color: #615f5f; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.rec-list li:hover .cont h4 { color: #1e6eb4; }
.rec-list li .cont .more { display: block; font-size: 14px; color: #71767f; opacity: 0.6; margin-top: 5px; }
.product-list { margin-bottom: -20px; }
.product-list .item { margin-bottom: 20px; }
.product-list .item .box { border: solid 1px #dddddd; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.product-list .item .box:hover { border-color: #1c68ab; }
.product-list .item .box .pic { overflow: hidden; border-bottom: 1px solid #ddd; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.product-list .item .box .pic .abox { height: 0; padding-bottom: 100%; overflow: hidden; }
.product-list .item .box .pic img { max-height: none; width: 100%; }
.product-list .item .box:hover .pic { border-color: #1c68ab; }
.product-list .item .box .cont { padding: 18px 20px 18px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.product-list .item .box:hover .cont { background: #1c68ab; }
.product-list .item .box .cont h4 { font-size: 16px; color: #1b202e; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.product-list .item .box .cont h4 a { color: #1b202e; }
.product-list .item .box:hover .cont h4 a { color: #fff; }
.product-list .item .box .cont .more { display: block; width: 80px; height: 26px; background-color: #ededed; line-height: 26px; text-align: center; font-size: 14px; color: #71767f; margin-top: 15px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.product-list .item .box:hover .cont .more { color: #1c68ab; background: #fff; }
.product-list .item .box .cont .more:hover { width: 100px; }

/*产品详情*/
.product-detail { border: solid 1px #ddd; }
.pro-detail-head { padding: 20px; }
.pro-detail-head .pic-swiper { width: 45%; border: solid 1px #eee; }
.pro-detail-head .pic-swiper img { max-height: none; }
.pro-detail-head .cont { flex: 1; padding: 20px 20px 20px 50px; }
.pro-detail-head .cont h1 { font-size: 32px; color: #1b202e; padding-bottom: 20px; margin-bottom: 15px; border-bottom: 1px solid #ededed; }
.pro-detail-head .cont .des { font-size: 14px; line-height: 35px; color: #71767f; height: 245px; margin-bottom: 50px; }
.pro-detail-head .cont .zixun { font-size: 0; }
.pro-detail-head .cont .zixun .zx { display: inline-block; width: 180px; height: 42px; line-height: 42px; background-image: linear-gradient(90deg, #1baceb 0%, #15499a 100%); border-radius: 10px 0px 10px 0px; text-align: center; vertical-align: middle; font-size: 16px; color: #ffffff; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.pro-detail-head .cont .zixun .zx:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
.pro-detail-head .cont .zixun i { font-size: 23px; margin-right: 10px; display: inline-block; vertical-align: middle; }
.pro-detail-head .cont .zixun .zx:last-child { margin-left: 9px; background: #fff; border-radius: 0px 10px 0px 10px; border: solid 1px #1878c0; color: #1c68ab; line-height: 40px; }
.pro-detail-head .cont .tel { margin-top: 28px; font-size: 14px; color: #615f5f; line-height: 24px; height: 24px; display: flex; align-items: center; }
.pro-detail-head .cont .tel i { font-size: 18px; color: #1980C8; margin-right: 8px; }
.pro-detail-head .cont .tel b { font-size: 24px; font-weight: normal; color: #14499a; line-height: 24px; }
.gallery-top { border: solid 1px #dddddd; }
.gallery-thumbs { margin-top: 10px; overflow: hidden; padding: 0 20px; max-height: 100px; overflow: hidden; }
.gallery-thumbs .swiper-slide { border: 1px solid transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; cursor: pointer; }
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active { border: solid 1px #1c68ab; }
.gallery-thumbs .swiper-slide img { max-width: 100%; }
.product-tab { border-top: solid 1px #dddddd; border-bottom: solid 1px #dddddd; padding: 18px 54px; }
.product-tab li { position: relative; font-size: 18px; color: #595757; margin-right: 64px; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.product-tab li.on, .product-tab li:hover { color: #1c68ab; }
.product-tab li:before { content: ""; position: absolute; left: 50%; bottom: -19px; width: 0; border-bottom: 1px solid #1c68ab; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.product-tab li.on:before, .product-tab li:hover:before { left: 0; width: 100%; }
.pro-detail-body { padding: 45px 35px; }
.pro-detail-body .subtit { font-size: 20px; padding-left: 15px; border-left: 3px solid #1c68ab; color: #615f5f; margin-bottom: 29px; line-height: 19px; }
.pro-detail-body .subtit-2 { margin-top: 45px; }
.product-gg { margin-top: 25px; }
.video-wrap { padding-top: 60px; padding-bottom: 80px; }
.video-list {margin-bottom: -40px;}
.video-list .item { width: 24%; text-align: center; margin-bottom: 40px; }
.video-list .item h4 { margin-top: 20px; }
.video-list .item .pic { position: relative; }
.video-list .item .pic:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/video.png) no-repeat center; background-size: 64px; z-index: 2; }
@media (max-width: 768px) {
    .video-list {
        margin-bottom: -15px;
    }
    .video-list .item {
        width: 48%;
        margin-bottom: 15px;
    }
    .video-wrap {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .video-list .item .pic:before {
        background-size: 34px;
    }
    .video-list .item h4 {
        margin-top: 15px;
        font-size: 14px;
    }
}
