@charset "UTF-8";
/*头部开始*/
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
    transition: .4s;
}
.header .wp {
    align-items: center;
}
.logo-wrap .color {
    display: none;
}
.logo-wrap .slogan {
    line-height: 20px;
    color: #615f5f;
    margin-top: 8px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #eee;
}
.logo-wrap .slogan span {
    color: #017cc2;
}
.nav-head li {
    float: left;
    margin: 0 30px;
}
.nav-head li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
    position: relative;
}
.nav-head li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid #fff;
    transition: .4s;
}
.nav-head li.on a:before,
.nav-head li a:hover:before {
    width: 100%;
    left: 0;
}
.head-tel {
    line-height: 24px;
    color: #fff;
    font-family: DIN-Medium;
    font-size: 24px;
}
.head-tel i {
    color: #fff;
    font-size: 28px;
    margin-right: 3px;
    width: 28px;
}
.head-qr {
    position: relative;
    margin-left: 20px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.fixed .head-qr,
.header-inner .head-qr {color: #666;}
.head-qr p {margin-top: 3px;}
.nav-right {
    align-items: center;
}
/*.head-qr p {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.head-qr:hover p {
    opacity: 1;
    visibility: visible;
}
.head-qr i {
    color: #fff;
    font-size: 28px;
    width: 28px; 
}*/
.header.fixed {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    padding: 15px 0;
}
.header.fixed .logo-wrap .color {
    display: block;
}
.header.fixed .logo-wrap .nocolor {
    display: none;
}
.header-inner .nav-head li a,
.header.fixed .nav-head li a {
    color: #666;
}
.header-inner .head-tel,
.header-inner .head-tel i,
.header.fixed .head-tel,
.header.fixed .head-tel i {
    color: #017cc2;
}
.header-inner .nav-head li.on a,
.header-inner .nav-head li a:hover,
.header.fixed .nav-head li.on a,
.header.fixed .nav-head li a:hover {
    color: #017cc2;
}
.header-inner .nav-head li a:before,
.header.fixed .nav-head li a:before {
    border-color: #017cc2;
}
body.inner {
    padding-top: 134px;
}


/*底部*/
.footer {
    border-top: 2px solid #017cc2;
    background: #24292f;
    padding-top: 60px;
}
.foot-nav li {
    margin-right: 40px;
}
.foot-nav li a {
    font-size: 18px;
    color: #ffffff;
    opacity: 0.7;
    line-height: 1;
}
.foot-contact {
    margin-top: 70px;
    padding-bottom: 50px;
}
.foot-contact .item ~ .item {
    margin-left: 110px;
}
.foot-contact .item i {
    font-size: 20px;
    color: #017cc2;
}
.foot-contact .item p {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.6;
}
.footer .right .qr {
    text-align: center;
    margin-left: 30px;
}
.footer .right .qr p {
    color: rgba(170, 170, 170, 0.5);
    margin-top: 12px;
}
.links {padding-bottom: 20px;color: rgba(255, 255, 255, .32)}
.links a {margin-right: 8px;color: rgba(255, 255, 255, .32)}
.copyright {
    border-top: 1px solid rgba(238, 238, 238, .1);
}
.copyright {
    padding-top: 16px;
    padding-bottom: 16px;
}
.copyright,
.copyright a {
    color: rgba(255, 255, 255, .32);
}
.copyright a:hover,
.foot-nav li a:hover,
.links a:hover{
    color: #017cc2;
}
.copyright .right a {
    margin-left: 14px;
}


.cate-bar {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #ddd;
}
.cate-bar .wp {
    align-items: center;
}
.cate-list {
    align-items: center;
}
.cate-list li {
    margin-right: 30px;
}
.cate-list li a {
    position: relative;
    display: block;
    color: #272933;
    font-size: 18px;
    padding: 0 15px;
}
.cate-list li a:hover,
.cate-list li.on a {
    color: #017cc2;
}
.cate-list li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 0;
    border-bottom: 1px solid #017cc2;
    opacity: 0;
    transition: .3s;
}
.cate-list li a:hover:before,
.cate-list li.on a:before {
    left: 0;
    opacity: 1;
    width: 100%;
}
.cate-mbx,
.cate-mbx a {
    color: #81868e;
}
.cate-mbx a:hover {
    color: #017cc2;
}
@media (max-width: 640px) {
    .links {margin-top: 40px;padding-bottom: 0;}
}

/*首页*/
.swiper-container-in-product {
    margin-top: 35px;
}
.in-product-list .item {
    margin-bottom: 20px;
}
.in-product-list .item .abox {
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    text-align: center;
    overflow: hidden;
}
.in-product-list .item .abox .tit {
    font-size: 15px;
    color: #3c3c3c;
    padding: 0 10px 15px;
    margin-top: 10px;
}
.index-a {
    padding-top: 90px;
}
.index-d {
    height: 820px;
    background: url(../images/index-1.jpg) no-repeat center;
    background-size: cover;
}
.index-b {
    padding-top: 65px;
    padding-bottom: 85px;
}
.in-ys {
    margin-top: 70px;
}
.in-ys .pic {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px 
        rgba(1, 124, 194, 0.5);
    -webkit-animation: pulse 4s 0s ease both infinite;
    -moz-animation: pulse 4s 0s ease both infinite;
    animation: pulse 4s 0s ease both infinite;
}
/*动画——呼吸效果*/
@keyframes pulse {
    from {
    -webkit-transform: scale3d(.95,.95,.95);
    transform: scale3d(.95,.95,.95);
}
50% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
to {
    -webkit-transform: scale3d(.95,.95,.95);
    transform: scale3d(.95,.95,.95);
}
}
.in-ys ul li ~ li {
    margin-top: 80px;
}
.in-ys ul li .cont {
    margin-left: 25px;
}
.in-ys ul.right li .cont {
    margin-left: 0;
    margin-right: 25px;
}
.in-ys ul li .cont h4 {
    font-size: 24px;
    line-height: 1.2;
    color: #3c3c3c;
}
.in-ys ul li .cont p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 8px;
}
.in-ys ul.right li {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.in-ys ul li .icon {
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px 
        rgba(1, 124, 194, 0.2);
    transition: .4s;
}
.in-ys ul li:hover .icon {
    box-shadow: 0px 5px 10px 0px 
        rgba(1, 124, 194, 0.2);
    transform: translateY(-10px);
}
.com-more-wrap {
    text-align: center;
    margin-top: 75px;
}
.com-more {
    display: inline-block;
    width: 240px;
    height: 50px;
    background-color: #017cc2;
    box-shadow: 0px 0px 10px 0px 
        rgba(1, 124, 194, 0.2);
    border-radius: 25px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff !important;
    text-align: center;
    transition: .4s;
}
.com-more.min {
    width: 180px;
}
.com-more.white {
    line-height: 48px;
    border: solid 1px #ffffff;
    background-color: transparent;
}
.com-more i {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}
.com-more:hover {
    width: 260px;
}
.com-more.min:hover {
    width: 200px;
}
.index-c {
    padding: 95px;
    background-color: #f6f7ff;
}
.in-case {
    margin-top: 45px;
}
.in-case-cate {
    width: 23%;
}
.in-case-cont {
    width: 76%;
    margin-bottom: -40px;
}
.case-count {
    margin-top: 50px;
}
.case-count li ~ li {
    margin-left: 80px;
}
.case-count li .num {
    font-family: DIN-Medium;
    font-size: 48px;
    line-height: 1;
    color: #017cc2;
}
.case-count li .num i {
    display: inline-block;
    font-style: normal;
}
.case-count li h4 {
    font-size: 16px;
    line-height: 30px;
    color: #615f5f;
}
.in-case {
    margin-top: 45px;
}
.in-case-cate {
    padding: 10px 120px 10px 30px;
    border-left: 1px solid #ddd;
}
.in-case-cate li {
    font-size: 16px;
    line-height: 24px;
    color: #3c3c3c;
    position: relative;
    cursor: pointer;
}
.in-case-cate li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -32px;
    height: 0;
    border-left: 3px solid #017cc2;
    opacity: 0;
    transition: .4s;
}
.in-case-cate li a {
    color: #3c3c3c;
}
.in-case-cate li.on:before,
.in-case-cate li:hover:before {
    opacity: 1;
    height: 100%;
    top: 0;
}
.in-case-cate li.on a,
.in-case-cate li a:hover {
    color: #017cc2;
}
.in-case-cate li ~ li {
    margin-top: 40px;
}
.in-case-list .item {
    text-align: center;
    margin-bottom: 40px;
}
.in-case-list .item h4 {
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 15px;
}
.index-d .wp {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 130px;
    padding-bottom: 90px;
}
.index-d .wp .cont {
    text-align: right;
}
.tit-des {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.6;
    margin-top: 40px;
}
.index-d .wp .cont .com-more {
    margin-top: 50px;
    margin-bottom: 120px;
}
.in-searvice-list li {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-left: 35px;
}
.in-searvice-list li h4 {
    margin-top: 12px;
}
.index-e {
    padding-top: 110px;
    padding-bottom: 175px;
    background: url(../images/index-about.jpg) no-repeat center;
    background-size: cover;
}
.in-about {
    text-align: center;
}
.in-about h4 {
    font-size: 24px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
}
.in-about .des {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    opacity: 0.7;
}
.in-about .des p ~ p {
    margin-top: 25px;
}
.in-about .com-more-wrap {
    margin-top: 65px;
}
.qy-info {
    height: 160px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: -80px;
    position: relative;
}
.qy-info .item {
    justify-content: center;
    align-items: center;
    width: 25%;
    text-align: center;
    position: relative;
    height: 100%;
}
.qy-info .item .num {
    font-size: 16px;
    color: #017cc2;
}
.qy-info .item .num i {
    font-style: normal;
    font-family: DIN-Medium;
    font-size: 48px;
    line-height: 1;
    color: #017cc2;
    vertical-align: text-top;
}
.qy-info .item h4 {
    font-size: 16px;
    line-height: 30px;
    color: #615f5f;
}
.qy-info .item ~ .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
    width: 1px;
    height: 52px;
    background-color: #dddddd;
}

.index-f {
    margin-top: -80px;
    padding-top: 170px;
    background-color: #f4f4f4;
    padding-bottom: 85px;
}
.news-tit-bar {
    position: relative;
}
.in-news-tab {
    position: absolute;
    right: 0;
    bottom: 15px;
}
.in-news-tab li {
    margin-left: 60px;
}
.in-news-tab li a {
    font-size: 18px;
    color: #3c3c3c;
}
.in-news-tab li.on a,
.in-news-tab li a:hover {
    color: #017cc2;
}
.swiper-container-in-news {
    margin-top: 55px;
}
.in-news-list-one .item {
    width: 31.625%;
}
.in-news-list-one .item .pic {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
.in-news-list-one .item .pic img {
    width: 100%;
}
.in-news-list-one .item .cont {
    border: solid 1px #dddddd;
    background-color: #fff;
    padding: 25px 30px;
}
.in-news-list-one .item .cont h4 a {
    font-size: 18px;
    color: #272933;
}
.in-news-list-one .item .cont h4 a:hover,
.in-news-list-two .item ul li .tit:hover {
    color: #017cc2;
}
.in-news-list-one .item .cont p {
    line-height: 22px;
    color: #81868e;
    margin-top: 12px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.in-news-list-two .item {
    width: 31.625%;
    border: 1px solid #ddd;
    padding: 20px 30px;
    background-color: #fff;
    border-top: none;
}
.in-news-list-two .item ul li {
    line-height: 36px;
}
.in-news-list-two .item ul li .tit {
    font-size: 14px;
    color: #3c3c3c;
    width: calc(100% - 90px);
}
.in-news-list-two .item ul li .date {
    font-size: 12px;
    color: #81868e;
}
.index-g {
    padding-top: 80px;
    padding-bottom: 100px;
}

.index-h {
    padding-top: 100px;
    padding-bottom: 85px;
    background: url(../images/index-form.jpg) no-repeat center;
    background-size: cover;
}



/*产品列表*/
.page-wrap {
    padding-top: 85px;
    padding-bottom: 100px;
}
.page-title {
    text-align: center;
}
.ny-title {
    margin-bottom: 70px;
}
.page-title .tit-en {
    font-family: DIN-Bold;
    font-size: 90px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -4px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 8px 11px 
        rgba(14, 51, 99, 0.15);
    text-transform: uppercase;
}
.page-title h3 {
    font-size: 42px;
    font-weight: normal;
    color: #017cc2;
    line-height: 1;
    margin-top: -30px;
    position: relative;
}
.page-title p {
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
}
.page-title.left {
    text-align: left;
}
.page-title.right {
    text-align: right;
}
.page-title.white .tit-en {
    letter-spacing: -4px;
    color: #f8f8f8;
    opacity: .2;
    background-image: -webkit-linear-gradient(
    -90deg,#f8f8f8,transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-title.white h3 {
    color: #fff;
}

.product-list {
    margin-top: 60px;  
}
.product-list ul {
    margin-bottom: -30px;
}
.product-list ul li {
    margin-bottom: 30px;
    text-align: center;
}
.product-list ul li .abox {
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    overflow: hidden;
}
.product-list ul li .abox .tit {
    font-size: 16px;
    line-height: 60px;
    color: #3c3c3c;
}
.product-cate {
    background-color: #f9fcfe;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    margin-top: 50px;
    padding: 20px 40px;
}
.product-cate ul {
    margin-bottom: -5px;
}
.product-cate ul li {
    width: 16.6666%;
    margin-bottom: 5px;
}
.product-cate ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    /*background-color: #017cc2;*/
    border-radius: 20px;
    text-align: center;
    transition: .3s;
    font-size: 16px;
}
.product-cate ul li.on a,
.product-cate ul li a:hover {
    color: #fff;
    background-color: #017cc2;
}


/*产品*/
.product-header .position {
    padding-top: 26px;
    padding-bottom: 26px;
    color: #81868e;
}
.product-header .position a {
    color: #81868e;
}
.product-header .position a:hover {
    color: #d82128;
}
.product-header .position .right i,
.detail-page .menu i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-menu.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
}
.sidebar {
    width: 23.26%;
}
.product-sidebar {
    background-color: #017cc2;
    border-radius: 5px;
    padding: 30px 19px 22px;
}
.product-sidebar h3 {
    color: #fff;
    margin-bottom: 20px;
}
.pro-side-cate {
    background-color: #edf8ff;
    border-radius: 2px;
    padding: 13px;
}
.pro-side-cate li ~ li {
    margin-top: 2px;
}
.pro-side-cate li a {
    position: relative;
    display: block;
    height: 48px;
    border-radius: 2px;
    line-height: 48px;
    padding: 0 25px;
    transition: .4s;
    font-size: 16px;
    color: #3c3c3c;
}
.pro-side-cate li.on a,
.pro-side-cate li a:hover {
    background-color: #017cc2;
    color: #fff;
}
.pro-side-cate li a i {
    position: absolute;
    right: 25px;
    top: 0;
    font-size: 24px;
    transition: .3s;
    opacity: 0;
    color: #fff;
    transform: translateX(10px);
}
.pro-side-cate li.on a i,
.pro-side-cate li a:hover i {
    transform: translateX(0);
    opacity: 1;
}

.product-right {
    width: 74.65%;
}
.product-wrap {
    padding-top: 98px;
    padding-bottom: 125px;
}

.product-inner {
    padding-top: 40px;
    padding-bottom: 85px;
}
.product-header .pic-detail {
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-header .pic-detail .pic {
    width: 52.7%;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0;
    position: relative;
}
.product-header .pic-detail .pic .swiper-pagination {
    text-align: left;
    width: auto;
    left: 26px;
    bottom: 20px;
    /*font-family: DIN-MediumItalicAlt;*/
    font-size: 18px;
    font-style: italic;
    color: #615f5f;
    line-height: 1;
}
.product-header .pic-detail .pic .swiper-pagination .swiper-pagination-current {
    font-size: 48px;
    color: #272933;
}
.product-header .pic-detail .pic .arrow-box {
    position: absolute;
    right: 1px;
    bottom: 1px;
    z-index: 99;
    width: 160px;
    height: 50px;
}
.product-header .pic-detail .pic .arrow-box a {
    display: block;
    width: 80px;
    height: 50px;
    background-color: #aaaaaa;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 0;
    transition: .3s;
}
.product-header .pic-detail .pic .arrow-box a i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
}
.product-header .pic-detail .pic .arrow-box a.next {
    background-color: #017cc2;
}
.product-header .pic-detail .pic .arrow-box a:hover {
    opacity: .9;
}
.product-header .pic-detail .cont {
    padding-left: 7%;
    width: 47.3%;
    padding-top: 30px;
    position: relative;
}
.product-header .pic-detail .cont h1 {
    font-size: 36px;
    line-height: 1.3;
    color: #272933;
}
.product-header .pic-detail .cont .cate {
    margin-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #383635;
    font-size: 16px;
    color: #383635;
}
.product-header .pic-detail .cont .des {
    line-height: 28px;
    color: #615f5;
}
.product-header .pic-detail .cont .des h4 {
    font-size: 16px;
    line-height: 1;
    color: #383635;
    margin-bottom: 20px;
}
.product-header .pic-detail .cont .zixun {
    position: absolute;
    left: 110px;
    bottom: 88px;
    font-size: 0;
}
.product-header .pic-detail .cont .zixun a {
    display: inline-block;
    width: 220px;
    height: 50px;
    background-color: #017cc2;
    box-shadow: 0px 0px 10px 0px 
        rgba(1, 124, 194, 0.2);
    border-radius: 25px;
    line-height: 48px;
    text-align: center;
    font-size: 0;
    margin-right: 14px;
    border: solid 1px #017cc2;
}
.product-header .pic-detail .cont .zixun a span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.product-header .pic-detail .cont .zixun a:last-child {
    background-color: #fff;
}
.product-header .pic-detail .cont .zixun a:last-child span {
    font-family: DIN-Medium;
    font-size: 20px;
    color: #017cc2;
}
.product-header .pic-detail .cont .zixun a i {
    color: #fff;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
}
.product-header .pic-detail .cont .zixun a:last-child i {
    color: #017cc2;
    font-size: 28px;
}

.detail-tab-bar {
    height: 70px;
    background-color: #f7f7f7;
}

.pro-detail-wrap {
    padding-top: 40px;
}

.xg-title {
    margin-top: 45px;
    margin-bottom: 25px;
}
.xg-title-h3 {
    font-size: 32px;
    line-height: 1;
    color: #017cc2;
}
.xg-list li {
    text-align: center;
    margin-bottom: 12px;
}
.xg-list li .abox {
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    overflow: hidden;
}
.xg-list li .tit {
    padding: 0 10px;
    height: 60px;
    background-color: #ffffff;
    line-height: 60px;
    font-size: 16px;
    color: #615f5f;
    width: 100%;
}
.detail-tab li {
    line-height: 70px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #383635;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
     -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 200px;
    height: 70px;
    text-align: center;
}
.detail-tab li.on,
.detail-tab li:hover {
    color: #fff;
    background-color: #017cc2;
}
.detail-content {
    padding: 50px 70px;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: solid 1px #d2d2d2;
    border-top: 4px solid #017cc2;
    border-bottom: none;
}
.detail-content .item .detail-tit {
    font-size: 24px;
    line-height: 1;
    color: #272933;
    position: relative;
    margin-bottom: 30px;
}
.detail-content .item .detail-tit:before {
    content: "";
    position: absolute;
    left: -22px;
    width: 8px;
    height: 8px;
    background-color: #017cc2;
    top: 50%;
    margin-top: -4px;
}
.detail-content .item ~ .item {
    margin-top: 40px;
}
.detail-content .item .subcont {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 1.75;
}
.detail-content .item .subcont table {
    width: 100% !important;
    word-break: break-word;
}
.detail-page {
    height: 70px;
    background-color: #f8f9fa;
    align-items: center;
    padding: 0 48px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #81868e;
}
.detail-page a {
     color: #81868e;
}
.detail-page .menu a {
    color: #383635;
}
.detail-page a:hover,
.detail-page .menu a:hover {
    color: #017cc2;
}
.pro-xgcp {
    margin-top: 65px;
}
.pro-xgcp .product-list {
    margin-top: 30px;
}

/*案例*/
.case-cate {
    background-color: #ffffff;
}
.case-cate ul {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-cate ul li {
    margin: 0 40px;
    text-align: center;
    line-height: 1.5;
}
.case-cate ul li a {
    font-size: 16px;
    color: #595757;
}
.case-cate ul li.on a,
.case-cate ul li a:hover {
    color: #017cc2;
}
.case-cate ul li a i {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.case-cate ul li.on a i,
.case-cate ul li a:hover i {
    background-position: -44px 0;
}
.case-wrap {
    padding-top: 47px;
    padding-bottom: 110px;
}
.case-list {
    margin-bottom: -20px;
}
.case-list:after {
    content: "";
    width: 32.29%;
}
.case-list .item {
    width: 32.29%;
    margin-bottom: 20px;
}
.case-list .item .abox .tit {
    padding: 20px 15px;
    text-align: center;
}
.case-list .item .abox .tit h4 {
    font-size: 16px;
    color: #3c3c3c;
}
.page-bar {
    margin-top: 75px;
    background: #fff;
}
.product-header .pic-detail .pic-case {
    width: 66.18%;
}
.product-header .pic-detail .cont-case {
    width: 33.82%;
    padding-top: 25px;
    padding-left: 70px;
}
.product-header .pic-detail .cont-case h1 {
    font-size: 36px;
}
.product-header .pic-detail .cont-case .zixun {
    left: 70px;
}
.xg-title-single {
    margin-top: 18px;
}
.product-header .pic-detail .pic-case .swiper-button-prev,
.product-header .pic-detail .pic-case .swiper-button-next {
    background: url(../images/arrow2.png) no-repeat center;
    background-size: contain;
    left: 15px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    opacity: .5;
}
.product-header .pic-detail .pic-case .swiper-button-next {
    left: auto;
    right: 15px;
}

/*新闻*/
.ny-news-list .item {
    align-items: center;
}
.ny-news-list .item ~ .item {
    margin-top: 80px;
}
.ny-news-list .item .date {
    font-family: DINPro-Regular;
    font-size: 24px;
    color: #615f5f;
}
.ny-news-list .item .date b {
    font-family: DINPro-Bold;
    font-size: 48px;
    color: #272933;
}
.ny-news-list .item .cont {
    flex: 1;
    padding-left: 90px;
    align-items: center;
    position: relative;
}
.ny-news-list .item .cont:before {
    content: "";
    position: absolute;
    right: 0;
    top: -10%;
    width: 79%;
    height: 120%;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px 
        rgba(1, 124, 194, 0.35);
    border-radius: 10px;
    opacity: 0;
    transition: .4s;
    transform: translateY(20px);
}
.ny-news-list .item:hover .cont:before {
    opacity: 1;
    transform: translateY(0);
}
.ny-news-list .item .cont .pic {
    width: 400px;
    position: relative;
    border-radius: 5px;
    /*border: 1px solid #ddd;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.ny-news-list .item .cont .info {
    flex: 1;
    padding-left: 100px;
    padding-right: 50px;
    position: relative;
}
.ny-news-list .item .cont .info h4 a {
    font-size: 24px;
    color: #272933;
}
.ny-news-list .item .cont .info h4 a:hover {
    color: #017cc2;
}
.ny-news-list .item .cont .info p {
    font-size: 14px;
    line-height: 30px;
    color: #81868e;
    margin-top: 26px;
    margin-bottom: 40px;
}
.ny-news-list .item .cont .info .more {
    font-size: 18px;
    color: #017cc2;
    line-height: 38px;
}
.ny-news-list .item .cont .info .more i {
    font-size: 22px;
    margin-left: 10px;
    transition: .3s;
}
.ny-news-list .item .cont .info .more:hover i {
    transform: translateX(5px);
}


/*方案*/
.pic-desc-wrap {
    padding-top: 65px;
    padding-bottom: 100px;
}
.pic-desc .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pic-desc .item:nth-child(2n+1) {
    flex-direction: row-reverse;
}
.pic-desc .item .pic {
    width: 50%;
}
.pic-desc .item .cont {
    width: 50%;
    background: url(../images/solution-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 60px;
}
.pic-desc .item .cont h4 {
    font-size: 30px;
    line-height: 1.2;
    color: #281f20;
}
.pic-desc .item .cont p {
    font-size: 16px;
    line-height: 36px;
    color: #615f5f;
    margin-top: 35px;
}

/*联系*/
.contact-a {
    padding-top: 105px;
    padding-bottom: 130px;
}
.contact-list {
    margin-top: 90px;
    margin-bottom: 80px;
}
.contact-list .item {
    text-align: center;
}
.contact-list .item img {
    box-shadow: 0px 0px 10px 0px 
        rgba(1, 124, 194, 0.2);
    transition: .4s;
    border-radius: 50%;
    overflow: hidden;
}
.contact-list .item:hover img {
    transform: translateY(-20px);
}
.contact-list .item h4 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 30px;
    margin-bottom: 16px;
}
.contact-list .item p {
    font-size: 24px;
    line-height: 24px;
    color: #3c3c3c;
}
.contact-list .item p span {
    font-size: 16px;
}
.contact-map {
    position: relative;
    margin-left: -80px;
    margin-right: -80px;
}
.contact-map .map-box {
    height: 520px;
    overflow: hidden;
    border-radius: 5px;
}
.contact-map .map-box img {
    max-width: none;
}
.contact-map .map-dh {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 9;
    margin-left: -600px;
    width: 1200px;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px 
        rgba(1, 124, 194, 0.35);
    border-radius: 40px;
    overflow: hidden;
}
.contact-map .map-dh .addr {
    font-size: 24px;
    padding-left: 50px;
    color: #383635;
}
.contact-map .map-dh .addr i {
    font-size: 26px;
    color: #00a0e9;
    margin-right: 25px;
}
.contact-map .map-dh .link-dh {
    width: 244px;
    background-color: #00a0e9;
    color: #fff;
    font-size: 16px;
    height: 100%;
    line-height: 80px;
}
.contact-map .map-dh .link-dh i {
    font-size: 30px;
    margin-right: 10px;
}
.contact-b {
    padding-top: 100px;
    background: url(../images/message.jpg) no-repeat left bottom;
    background-size: 1315px;
}
.contact-b .cont {
    width: 32%;
    padding-left: 12.5%;
    padding-top: 58px;
    padding-bottom: 100px;
    text-align: left;
}
.contact-b .cont .contact-tel {
    margin-top: 205px;
    color: #fff;
}
.contact-b .cont .contact-tel i {
    font-size: 28px;
    margin-right: 15px;
}
.contact-b .cont .contact-tel .tel {
    font-size: 16px;
    line-height: 1.2;
}
.contact-b .cont .contact-tel .tel p {
    font-family: DIN-Medium;
    font-size: 24px;
}
.contact-b .contact-form {
    width: 68%;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px 
        rgba(1, 124, 194, 0.35);
    border-radius: 20px 0px 0px 0px;
    padding: 70px 12.5% 80px 80px;
    overflow: hidden;
}
.contact-form ul li {
    height: 50px;
    background-color: #fafafa;
    border: solid 1px #dddddd;
    padding: 0 28px;
    font-size: 16px;
    color: #615f5f;
}
.contact-form ul li.f-2 {
    width: 49%;
    margin-bottom: 15px;
}
.contact-form ul li input {
    flex: 1;
    padding-left: 5px;
}
.contact-form ul li.f-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    align-items: flex-start;
    height: 150px;
}
.contact-form ul li textarea {
    flex: 1;
    padding: 5px 5px;
    height: 130px;
}
.contact-form .sub {
    width: 200px;
    height: 50px;
    background-color: #00a0e9;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}



/*关于*/
.about-a {
    padding-top: 95px;
    padding-bottom: 15px;
}
.about-ablum {
    width: 91.5%;
    overflow: visible;
    margin: 70px 0 0;
}
.about-ablum .item .pic {
    background-color: #00a4c8;
    box-shadow: 0px 0px 30px 0px 
        rgba(1, 124, 194, 0.35);
        opacity: 0.2;
    transition: .4s;
}
.about-ablum .item.swiper-slide-active .pic {
    opacity: 1;
}
.about-cont h4 {
    font-size: 24px;
    color: #383635;
    margin-top: 50px;
    margin-bottom: 20px;
}
.about-cont p {
    font-size: 16px;
    line-height: 32px;
    color: #383635;
    opacity: 0.7;
}
.about-cont p ~ p {
    margin-top: 20px;
}
.about-c {
    padding-top: 90px;
    padding-bottom: 210px;
}
.about-b {
    padding-bottom: 90px;
}
.about-hr {
    width: 1600px;
    height: 2px;
    background-color: #dddddd;
    border: none;
}
.about-e {
    padding-top: 120px;
}
.about-f {
    padding-top: 140px;
    padding-bottom: 112px;
}
.hj-list {
    margin-top: 50px;
    margin-bottom: -22px;
}
.hj-list .item {
    margin-bottom: 22px;
}
.hj-list .item .box {
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    padding: 10px;
    text-align: center;
}
.hj-list .item .box h4 {
    margin-top: 16px;
    margin-bottom: 6px;
}

/*服务*/
.service-a {
    margin-top: 80px;
}
.service-a .pic {
    margin-left: -80px;
    margin-right: -80px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.service-a .pic .page-title {
    position: absolute;
    left: 0;
    top: 28%;
    text-align: center;
    z-index: 2;
    width: 100%;
}
.service-list {
    margin-top: -75px;
    position: relative;
    z-index: 2;
}
.service-list .item {
    text-align: center;
}
.service-list .item .icon {
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px 
        rgba(1, 124, 194, 0.2);
}
.service-list .item h4 {
    font-size: 24px;
    color: #3c3c3c;
    margin-top: 25px;
    margin-bottom: 15px;
}
.service-list .item p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.service-b {
    padding-top: 120px;
    padding-bottom: 115px;
}
.faq-list {
    margin-top: 70px;
    margin-bottom: -20px;
}
.faq-list .item {
    width: 48.6%;
    height: 140px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    margin-bottom: 20px;
    transition: .3s;
    padding: 20px 30px 20px 40px;
}
.faq-list .item:hover {
    box-shadow: 0px 0px 30px 0px 
        rgba(1, 124, 194, 0.35);
}
.faq-list .item h4 a {
    font-size: 18px;
    color: #3c3c3c;
}
.faq-list .item h4 a:hover {
    color: #017cc2;
}
.faq-list .item h4 {
    position: relative;
    padding-left: 35px;
}
.faq-list .item h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 23px;
    height: 23px;
    background: url(../images/icon-q.png) no-repeat center top;
    background-size: 23px;
}
.faq-list .item p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: 35px;
    position: relative;
}
.faq-list .item p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 23px;
    height: 23px;
    background: url(../images/icon-a.png) no-repeat center top;
    background-size: 23px;
}
.ajax-more {
    display: block;
    margin: 45px auto 0;
    width: 240px;
    height: 50px;
    background-color: #7f96a3;
    box-shadow: 0px 0px 10px 0px 
        rgba(1, 124, 194, 0.2);
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff !important;
    transition: .4s;
}
.ajax-more:hover {
    background-color: #017cc2;
    width: 260px;
}
.ajax-more2 {
    margin: 57px auto 0;
}
.partner-list {
    margin-top: 55px;
    margin-bottom: -28px;
}
.partner-list .item {
    margin-bottom: 28px;
}
.partner-list .item .pic {
    height: 112px;
    border: solid 1px #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-list .item .pic img {
    height: 100%;
    object-fit: cover;
}

.form-list {
    width: 53%;
    padding-top: 15px;
}
.form-cont {
    text-align: right;
}
.form-cont .com-more {
    margin-top: 50px;
    border: solid 1px #ffffff;
    background-color: transparent;
    width: 300px;
    line-height: 48px;
}
.form-list .inp { width: 32.5%; height: 50px; background-color: #ffffff; font-size: 16px; color: #888888; padding: 0 25px; }
.form-list textarea { width: 100%; height: 120px; background-color: #ffffff; font-size: 16px; color: #888888; padding: 12px 25px; margin-top: 10px; }
.form-list .sub { width: 200px; height: 50px; background-color: #0054c7; margin-top: 20px; font-size: 16px; color: #ffffff; cursor: pointer; }


.service-c {
    background-image: url(../images/down-bg.jpg);
}
.service-c .cont .contact-tel {
    margin-top: 180px;
    color: #fff;
}
.service-c .contact-form {
    padding: 60px 130px 60px 60px;
}
.down-list {
    margin-bottom: -10px;
}
.down-list .item {
    width: 47%;
    margin-bottom: 10px;
}
.down-list .item .abox {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
    transition: .3s;
}
.down-list .item .abox:hover {
    border-color: #017cc2;
}
.down-list .item .abox h4 {
    font-size: 18px;
    color: #383635;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.down-list .item .abox:hover h4,
.down-list .item .abox:hover span {
    color: #017cc2;
}
.down-list .item .abox span {
    color: #595757;
}
.down-list .item .abox span i {
    font-size: 24px;
    color: #017cc2;
    vertical-align: middle;
    margin-right: 5px;
}


/*关于*/
.about-d {
    position: relative;
    background-image: url(../images/honor-bg.jpg);
}
.about-d .honor-more {
    position: absolute;
    right: 12.5%;
    top: 25px;
    font-size: 24px;
    line-height: 40px;
    color: #017cc2;
}
.about-d .honor-more i {
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;
}
.about-d .cont {
    padding-bottom: 80px;
    padding-top: 15px;
}
.about-d .cont .des {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 55px;
}
.about-d .contact-form {
    padding: 70px 70px 60px 70px;
}
.honor-list .item {
    text-align: center;
    width: 21%;
}
.honor-list .item h4 {
    margin-top: 25px;
    font-size: 18px;
    color: #3c3c3c;
}

.picture-list .item .pic {
    border: 1px solid #ddd;
}
.partner-list-show .item .pic {
    position: relative;
    overflow: hidden;
}
.partner-list-show .item .pic h4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: rgba(1,124,194,.9);
    opacity: 0;
    transition: .3s;
    transform: translateY(30px);
}
.partner-list-show .item .pic:hover h4 {
    opacity: 1;
    transform: translateY(0);
}

/*发展历程*/
.history-wrap {
    margin-top: 70px;
    position: relative;
}
.history-wrap .next,
.history-wrap .prev {
    position: absolute;
    left: 200px;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    height: 30px;
    background: url(../images/arr-l.png) no-repeat center;
    background-size: contain;
    z-index: 2;
    cursor: pointer;
}
.history-wrap .next {
    left: auto;
    right: 200px;
    background: url(../images/arr-r.png) no-repeat center;
    background-size: contain;
}
.swiper-container-history {
    width: 660px;
    height: 660px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 50%;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: visible;
    box-shadow: 0px 0px 30px 0px rgb(1 124 194 / 35%);
}
.swiper-container-history .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
}
.swiper-container-history .swiper-slide .tit {
    font-family: DINPro-Regular;
    font-size: 60px;
    line-height: 1;
    color: #615f5f;
    transition: .4s;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-container-history .swiper-slide .cont {
    opacity: 0;
    visibility: visible;
    transition: .4s;
}
.swiper-container-history .swiper-slide h4 {
    width: 100%;
    font-family: DINPro-Bold;
    font-size: 100px;
    line-height: 1;
    color: #017cc2;
}
.swiper-container-history .swiper-slide .p1 {
    font-size: 22px;
    line-height: 2;
    color: #383635;
    padding: 0 20px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 50px;
    height: 132px;
    display: flex;
    align-items: center;
}
.swiper-container-history .swiper-slide i {
    width: 58px;
    height: 1px;
    background-color: #b5b5b5;
    transform: rotate(-45deg);
    display: inline-block;
}
.swiper-container-history .swiper-slide .p2 {
    margin-top: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #81868e;
}
.swiper-container-history .swiper-slide.swiper-slide-active .cont {
    opacity: 1;
    visibility: visible;
}
.swiper-container-history .swiper-slide.swiper-slide-active .tit {
    opacity: 0;
    visibility: hidden;
}
.history-list {
    margin-top: 70px;
    margin-bottom: -20px;
}
.history-list .item {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    margin-bottom: 20px;
    transition: .3s;
    padding: 20px;
    align-items: center;
}
.history-list .item h4 {
    width: 100px;
    height: 100px;
    background: #017cc2;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
}
.history-list .item .des {
    flex: 1;
    padding-left: 30px;
    font-size: 16px;
    line-height: 2;
}