﻿@charset "utf-8";
/* CSS Document */

.head {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}

.head .topnav {
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    text-align: right;
    line-height: 37px;
    display: flex;
    font-size: 18px;
}

.head .wrap {
    height: 70px;
}

.logo {
    position: absolute;
    left: 5px;
    top: 10px;
    height: 45px;
    width: 141px;
    z-index: 88;
}

.logo img {
    height: 100%;
}

.user {
    display: inline;
}

.user a {
    color: #00292F;
    margin: 0 20px;
    font-size: 18px;
}

.user a:hover {
    color: #00caee;
}

.topTel {
    display: inline-block;
    background: #00caee;
    color: #fff;
    width: 275px;
    text-align: center;
    font-size: 18px;
}

.topTel span {
    display: inline-block;
    padding: 0 5px;
    font-weight: 700;
}

.menu {
    height: 70px;
    display: flex;
    width: 100%;
    background: #fff;
    padding-left: 180px;
}

.menu li {
    padding: 0 18px;
}

.menu li>a {
    line-height: 70px;
    color: #00292F;
    font-size: 18px;
    font-weight: 400;
}

.menu li.curr a,
.menu>li:hover a {
    color: #00caee;
}



.searchBox {
    position: relative;
    width: 50px;
    display: inline-block;
    height: 100%;
}

.searchIco {
    width: 45px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
    position: absolute;
    right: 0;
    top: 22px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 25px;
    cursor: pointer;
}

.searchIco:hover {
    color: #333;
}

.search {
    width: 0;
    position: absolute;
    height: 60px;
    left: 30px;
    top: 0x;
    z-index: 999;
    border-bottom: 1px solid #000;
    display: none;
    background-color: #fff;
}

.search.show {
    display: block;
    width: 160px;
}

.search .search-input {
    line-height: 25px;
    background: transparent;
    border: 0;
    outline: none;
}

.search .search-input:focus,
.search .search-input:active {
    border: 0;
    box-shadow: none;
}




.menu .top-second-list {
    position: absolute;
    width: 785px;
    height: 310px;
    background: rgba(0, 150, 176, 1);
    z-index: 999;
    display: flex;
    display: none;
    flex-wrap: wrap;
    align-content: center;

}

.menu .top-second-list .menu-list-li {
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    height: 60px;
    line-height: 60px;
    padding-left: 154px;
    color: #fff;
    font-size: 16px;
    position: relative
}

.menu .top-second-list .menu-list-li span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 0 0;
    position: absolute;
    top: 15px;
    left: 110px;
}

.menu .top-second-list::after {
    content: '';
    height: 98%;
    position: absolute;
    width: 1px;
    background: #fff;
    left: 50%;
    top: 0;
    opacity: .5;
}

.menu .top-second-list .menu-list-li:hover {
    opacity: 1;
    color: #51E9FF;
}

.menu .top-second-list .menu-list-li:hover span {
    background-position: bottom center;
}

.menu li:nth-child(2) .top-second-list {
    left: 200px;
}

.menu li:nth-child(3) .top-second-list {
    left: 280px;
}

.menu li:nth-child(4) .top-second-list {
    left: 400px;
}

.menu li:nth-child(5) .top-second-list {
    right: 0
}

.menu li:nth-child(6) .top-second-list {
    right: 0;
    display: none !important;
}

.menu li:nth-child(7) .top-second-list {
    right: 0
}
.menu li:nth-child(8) .top-second-list {
    right: 0
}

/*产品中心*/

.menu .top-second-list.menu-cat-60,
.menu .top-second-list.menu-cat-1 {
    box-sizing: border-box;
    padding: 10px 0;
    align-content: flex-start;

}

.menu .top-second-list.menu-cat-1 {
    width: 1200px;
    height: auto;
}

.menu .top-second-list.menu-cat-60::after,
.menu .top-second-list.menu-cat-1::after {
    display: none;
}

.menu .top-second-list .cat-column {
    flex: 1;
    text-align: left;
}

.menu .top-second-list .cat-column a {
    display: block;
    white-space: nowrap;
}

.menu .top-second-list .menu-list-cat-li {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}

.menu .top-second-list .menu-list-sub-li {
    color: #fff;
    line-height: 30px;
}

.menu .top-second-list .menu-list-sub-li:hover {
    opacity: 0.5;
}

.menu .top-second-list.menu-cat-1 .cat-column .menu-list-sub-li {
    text-align: left;
}

.menuBg {
    position: absolute;
    left: 0;
    right: 0;
    height: 340px;
    z-index: 9;
    background: rgba(0, 150, 176);
    display: none;
}


















.bannerScroll {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #040b25;
}

.bannerScroll .hd {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    z-index: 999;
}

.bannerScroll .hd ul {
    text-align: center;
    font-size: 0;
}

.bannerScroll .hd ul li {
    border-radius: 3px;
    width: 37px;
    height: 6px;
    display: inline-block;
    margin: 0 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
    filter: Alpha(opacity=60);
    opacity: .6;
}

.bannerScroll .hd ul li.on {
    filter: Alpha(opacity=100);
    opacity: 1;
}

.bannerScroll .bd ul li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.bannerScroll .prev,
.bannerScroll .next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: inline-block;
    width: 50px;
    height: 60px;
    background-image: url(../images/icon-banner-pn.png);
    background-repeat: no-repeat;
    background-position: left top;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.bannerScroll .prev {
    left: 10px;
    background-position: left top;
}

.bannerScroll .next {
    right: 10px;
    background-position: right top;
}

.bannerScroll .prev:hover {
    background-position: left bottom;
}

.bannerScroll .next:hover {
    background-position: right bottom;
}

.bannerScroll .bd {
    position: relative;
    left: 0;
    width: 100%;
}

.bannerScroll .bd ul li {
    height: 700px;
    position: relative;
}

.bannerScroll .bd ul li img {
    width: 100%;
    height: 700px;
    object-fit: fill;
}



/* title */

.homeTitle {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.homeTitle h3 {
    font-size: 40px;
    line-height: 80px;
    color: #333;
    font-weight: bold;
}

.homeTitle p {
    font-size: 16px;
    line-height: 46px;
    color: #666;
    text-transform: uppercase;
}

.homeTitle span {
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 80px;
}

.homeTitle span:before {
    content: "";
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -34px;
    width: 64px;
    height: 2px;
    background-color: #1ab7cd;
}

.homeTitle.white h3,
.homeTitle.white p {
    color: #fff;
}

.homeTitle.white span:before {
    background-color: #fff;
}




/* 产品中心 */
.homeProducts {
    height: 890px;
    background: #e1f1f4 url(../images/common-bg-1.jpg) no-repeat center center;
    background-size: cover;
}

.products-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: 1400px;
    margin: 50px auto;
    position: relative;
}

.products-list .product-item {
    width: 695px;
    height: 310px;
    float: left;
    display: flex;
    transition: all .8s;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: right center;
    position: relative;
    perspective: 300px;
    background-clip: border-box;
    border-right: 30px solid #fff;
    box-sizing: border-box;
}

/* .products-list .product-item .after{ display: none; perspective: 400px; position: absolute; display: block; width: 50%; height:100%; opacity: 0.6; right: -51%;    background-repeat: no-repeat;background-size: auto 100%;}
.products-list a:nth-child(2n+1) .product-item .after{ left: -1%; right: auto; background-position: center;}

.products-list .product-item.product-index-1 { perspective-origin: -20% 100%;}
.products-list .product-item.product-index-2 { perspective-origin: 120% 100%;}
.products-list .product-item.product-index-3 { perspective-origin: -20% 0%;}
.products-list .product-item.product-index-4 {perspective-origin: 120% 0%;}
.products-list .product-item.product-index-1 .after{ transform-origin: left bottom; transform:rotateY(75deg)}
.products-list .product-item.product-index-2 .after{ transform-origin: left bottom; transform:rotateY(105deg)}
.products-list .product-item.product-index-3 .after{ transform-origin: left bottom; transform:rotateY(75deg)}
.products-list .product-item.product-index-4 .after{ transform-origin: left bottom; transform:rotateY(105deg)} */

.products-list .product-item .info {
    width: 60%;
    box-sizing: border-box;
    padding: 40px;
    text-align: left;
}

.products-list .product-item .products-title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1.5em;
}

.products-list .product-item .desc {
    height: 6.5em;
    font-size: 18px;
    margin: 10px 0;
    color: #333;
    opacity: .7;
}

.products-list .product-item .get-more {
    transition: all 0.5s;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    border-radius: 20px;
    padding: 0 30px;
    display: inline-block;
}

.products-list a:hover .product-item .get-more {
    background: #1BB6CD;
}

.homeProducts  .products-list a:hover .product-item {
    background-size: auto 100%;
}

.homeSolution .products-list a:hover .product-item {
    background-size: auto 90%;
}



.home-section {
    padding: 0 0 70px 0;
    overflow: hidden;
}

/* 解决方案  solutions */

.homeSolution {
    padding: 10px 0 50px;
    background-color: #F5F5F5;
    box-shadow: 0px 5px 14px 0px rgba(204, 223, 229, 0.66) inset;
}

.solution-list {
    font-size: 18px;
    color: #333;
    width: 1400px;
    display: grid;
    -ms-grid-column: 1fr 1fr;
    -ms-grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    width: 1400px;
    margin: 50px auto;
    position: relative;
}

.solution-list>a {
    display: inline-block;
    width: 695px;
}

.solution-list .solution-item {
    height: 250px;
    background: #F4F5F9 url(../images/solution-i-bg.jpg) no-repeat right center;
    background-size: auto 100%;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 20px 37px 3px rgba(178, 187, 204, 0.41);
    border-radius: 5px;
    padding: 30px;
    display: flex;
    position: relative;
    transition: all .3s;
}

.solution-list .solution-item::after {
    opacity: 0;
    content: '';
    position: absolute;
    border-radius: 5px;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    transition: all .2s;
    z-index: 0;
    background: #D3E9F3;
    box-shadow: -12px -12px 33px 5px rgba(250, 250, 251, 0.75) inset, 19px 23px 46px 0px #8eb8ce inset;
    /* , 0px 35px 57px 0px rgba(205, 214, 220, 0.52) inset  */
}

.solution-list .solution-item .solution-cover-image {
    width: 250px;
    z-index: 1;
    box-shadow: 8px 11px 17px 0px rgba(178, 187, 204, 0.77);
}

.solution-list .solution-item .solution-cover-image span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    background-size: cover;
    background-position: center center;
    transition: all 3s;
}

.solution-list .solution-item .content {
    flex: 1;
    padding: 0 0 0 24px;
    z-index: 1;
}

.solution-list .solution-item .solution-title {
    line-height: 1em;
    font-size: 30px;
    width: 12em;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 16px;
    font-weight: bold;
}

.solution-list .solution-item .solution-desc {
    height: 169px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}

.solution-list .solution-item .solution-more {
    text-align: right;
    font-size: 16px;
    float: right;
    line-height: 45px;
    color: #666;
}

.solution-list .solution-item:hover {
    cursor: pointer;
}

.solution-list .solution-item:hover .solution-cover-image.scale span {
    background-size: auto 350px;
}

.solution-list .solution-item:hover .solution-cover-image {
    box-shadow: none;
}

.solution-list .solution-item:hover::after {
    opacity: 1;
}

.products-list :nth-child(n+5) {
    display: none;
}






/* 成功案例  case */

.homeCase {
    padding: 0 0 70px 0;
    overflow: hidden;
    background: url(../images/case-bg.jpg) no-repeat center center;
    background-size: cover;
}

.case-wrapper {
    display: flex;
    margin: 50px auto;
}

.homeCase .case-list {
    width: 500px;
    display: none;
}

.homeCase .case-list li {
    width: 400px;
    height: 80px;
    line-height: 80px;
    color: #1FAAC0;
    margin: 20px 50px;
    font-size: 26px;
    padding-left: 100px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F8FAFB 15%, #D9E0E7 100%);
    box-shadow: 0px 6px 12px 0px rgba(36, 36, 36, 0.21);
    border-radius: 40px;
    position: relative
}

.homeCase .case-list li span {
    width: 59px;
    height: 80px;
    display: inline-block;
    position: absolute;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    left: 30px;
    top: 0;
}

.homeCase .case-list a {
    display: block;
    font-weight: 400;
}

.homeCase .case-list a.active li {
    background: #EEF2F5;
    color: #666;
    /* box-shadow: -12px -12px 33px 5px rgba(250, 250, 251, 0.75) inset, -8px -8px 46px 0px #D7E8F0 inset, 0px 35px 57px 0px rgba(205, 214, 220, 0.52) inset; */

    box-shadow: -8px -8px 15px 0px rgb(250 250 251 / 75%) inset, -8px -8px 46px 0px #d7e8f0 inset, 9px 17px 18px 6px rgb(194 201 206) inset, -15px -12px 18px 6px rgb(246 251 255 / 93%), 7px 7px 13px 6px rgb(213 213 214 / 55%);
}

.case-swiper {
    margin: 30px 0;
    width: 1400px;
    height: 610px;
    position: relative;
}

.case-swiper .case-item {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(0, 54, 62, 0.8) 0%, rgba(0, 54, 62, 0) 100%);
    background-size: 100% 92%;
    width: 100%;
    height: 610px;
    border-radius: 5px;
    transition: all .2s;
}

.case-swiper .case-item .case-info {
    position: relative;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px 0 67px;
    background: linear-gradient(to bottom, #001515 0%, rgba(0, 54, 62, 0.8) 100%);
    opacity: 0;
    transition: opacity 0.3s;
}

.case-swiper .case-item.show-text .case-info {
    opacity: 1;
}

.case-swiper .case-item .case-tip {
    position: absolute;
    color: #00DFFF;
    border: 1px solid #00DFFF;
    border-radius: 4px;
    top: 13px;
    left: 8px;
    font-size: 14px;
    line-height: 22px;
    width: 3.5em;
    text-align: center;
}

.case-swiper .case-item .case-title {
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    padding-right: 120px;
}

.case-swiper .case-item .case-desc {
    font-size: 14px;
    opacity: .5;
    color: #fff;
}

.case-swiper .case-item .case-title .case-time {
    font-size: 14px;
    position: absolute;
    right: 10px;
    padding-left: 20px;
    background: url(../images/clock.png) no-repeat left center / 18px;
}

.case-content .get-more {
    text-align: right;
}

.case-content .get-more a {
    color: #13A3B8;
    font-size: 16px;
}



/* 关于海邻科 */
.home-about {
    position: relative;
    height: 930px;
    overflow: hidden;
}

.home-about .bg {
    width: 100%;

    height: 100%;
    z-index: 0;
    background-color: #b9a8a8;
}

.home-about .bg::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 100%;
    left: -10%;
    top: -0;
    background: inherit;
    background: url(../images/building.jpg) no-repeat center center;
    background-size: cover;
    background-blend-mode: multiply;
    /* background-color: #b9a8a8; */
    -webkit-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='15')";
    z-index: 0;
}

.home-about .wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1400px;
    margin-left: -700px;
    z-index: 9;
}

.about-wrapper {
    width: 100%;
    background: #fff;
    display: flex;
    margin-top: 40px;
}

.about-wrapper .building-img {
    flex: 1;
    height: 628px;
    background: url(../images/building.jpg) no-repeat center center;
    background-size: 140%;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.about-wrapper .building-img:hover {
    background-size: 160%;
}

.about-wrapper .about-desc {
    width: 400px;
    padding: 40px 45px;
    text-align: center;
    box-sizing: border-box;
}

.about-wrapper .about-desc .about-logo {
    margin: 40px 0 10px;
}

.about-wrapper .about-desc .about-sub-title {
    color: #999;
    line-height: 60px;
    font-size: 16px;
}

.about-wrapper .about-desc .about-introduction {
    font-size: 16px;
    color: #727171;
    line-height: 24px;
    height: 300px;
    font-family: 'HYQiHei';
}

.about-wrapper .about-desc .about-introduction span {
    color: #333;
}

.about-wrapper .about-desc .read-more {
    width: 280px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #999;
    font-size: 24px;
    opacity: .9;
    color: #333;
    text-align: center;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
}






/* 新闻公告 */

.newsScroll {
    position: relative;
    margin-top: 30px;
}

.newsScroll .prev,
.newsScroll .next {
    position: absolute;
    top: 260px;
    width: 40px;
    display: inline-block;
    z-index: 99;
    cursor: pointer;
    width: 47px;
    height: 47px;
    border: 2px solid #FFFFFF;

    box-shadow: 1px 2px 6px 1px rgba(207, 207, 209, 0.71), 5px 5px 10px 0px rgba(229, 234, 239, 0.57) inset;
    border-radius: 50%;
}

.newsScroll .prev {
    left: -25px;
    background: url(../images/solution-pn.png) left center no-repeat, linear-gradient(-49deg, #F8FAFB 0%, #E2E8EE 100%);
}

.newsScroll .next {
    right: -25px;
    background: url(../images/solution-pn.png) right center no-repeat, linear-gradient(-49deg, #F8FAFB 0%, #E2E8EE 100%);
}

.newsScroll .prev:hover,
.newsScroll .next:hover {
    opacity: 0.6;
}

.newsScroll .bd {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 1340px;
}

.newList dl {
    width: 416px;
    height: 500px;
    margin: 0px 14px 40px;
    position: relative;
    top: 10px;
    padding: 14px 0;
    background: #FCFCFE;
    border: 2px solid #FFFFFF;
    box-shadow: 3px 7px 17px 1px rgba(178, 187, 204, 0.41);
    border-radius: 5px;
}

.newList dl dt {
    position: relative;
    padding: 0 14px;
    height: 265px;
    overflow: hidden;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.newList dl dd h4 {
    font-size: 26px;
    line-height: 40px;
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.newList dl dd {
    padding: 10px 24px 0;
    position: relative;
    height: 200px
}

.newList dl dt .new-cover-img {
    width: 390px;
    height: 244px;
    ;
    background-repeat: no-repeat;
    background-size: cover;
}

.newList dl dt .new-cover-img span {
    opacity: 0;
    transition: opacity 0.3s;
    text-decoration: underline;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
}

.newList dl dd .news-detail {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    text-align: justify;
    padding: 15px 0 20px;
    display: block;
}

.newList dl dd .news-time {
    float: right;
    padding-left: 20px;
    font-size: 18px;
    color: #999;
    background: url(../images/clock.png) no-repeat left center;
    background-size: 14px;
}

.newList dl a:hover dd h4 {
    color: #00CAED;
}

.newList dl a:hover dt .new-cover-img span {
    opacity: 1;
}

.newList dl a:hover dd:before {
    height: 2px;
    background-color: #1ab7cd;
}

.home-news .read-more {
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #999;
    color: #333;
    font-size: 24px;
}

.home-news {
    background-color: #f7f7f7;
}

/* 合作伙伴 */
.home-coperation {
    background: #00AFCC;
    height: 480px;
    position: relative
}

.home-coperation .shadow {
    width: 500px;
    position: absolute;
    top: 0;
    height: 100%;
}

.home-coperation .shadow.shadow-l {
    left: 0;
    background: linear-gradient(to right, rgba(0, 175, 204, 1) 0%, rgba(0, 175, 204, 0) 100%);
    background-size: 100% auto;
}

.home-coperation .shadow.shadow-r {
    right: 0;
    background: linear-gradient(to left, rgba(0, 175, 204, 1) 0%, rgba(0, 175, 204, 0) 100%);
    background-size: 100% auto;
}

.home-coperation .coopScroll {
    margin: 0 auto;
}

.coperator-list {
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
}

.coperator-list li {
    float: left;
    margin: 0 9px;
    width: 211px;
}

.coperator-list li span {
    display: block;
    margin: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.coperator-list img {
    object-fit: cover;
}
















/*footer*/

.footer {
    padding: 60px 0 45px;
    background: #2f3034 url(../images/bottom-bg.png) no-repeat right bottom;
}

.footerNav {
    min-height: 300px;
    padding: 2px 0 20px;
    width: 1080px;
}

.footerNav dl {
    float: left;
    padding-right: 60px;
}

.footerNav dl dt {
    height: 30px;
    margin-bottom: 25px;
}

.footerNav dl dt,
.footerNav dl dt a {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.footerNav dl dd {
    padding-top: 5px;
}

.footerNav dl dd p {
    height: 30px;
}

.footerNav dl dd p a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footerNav dl dd p a:hover {
    color: #fff;
}

.footerNav dl dd p a span {
    bottom: 1px;
    background-color: #18B9D1;
}

.back-to-top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 100px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .5) url(../images/icon-top.png) center top no-repeat;
}

.back-to-top:hover {
    background-position: center bottom;
    background-color: #fff;
}

.fonterTel {
    position: absolute;
    top: 0px;
    right: 0;
    color: #fff;
    text-align: center;
    padding: 0 30px;
}

.fonterTel dt {
    font-size: 24px;
    line-height: 40px;
}

.fonterTel dd {
    font-size: 14px;
}

.fonterTel dd h6 {
    line-height: 18px;
    padding-bottom: 10px;
}

.fonterTel dd p {
    padding: 0 10px;
}

.fonterTel dd p a {
    display: block;
    background-color: #18B9D1;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.fonterTel dd p a:hover {
    filter: Alpha(opacity=80);
    opacity: .8;
}

.footer-code {
    position: absolute;
    top: 150px;
    right: 0px;
}

.footer-code dl {
    width: 100px;
    margin-left: 20px;
    float: left;
}

.footer-code dl dt {
    background-color: #fff;
    padding: 5px;
}

.footer-code dl dt img {
    max-width: 100%;
}

.footer-code dl dd {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}


.copy {
    text-align: left;
    opacity: 0.6;
    width: calc(100% - 250px);
    border-top: 1px solid #18B9D1;
    padding-top: 40px;
}

.copy .bottom-logo {
    height: 36px;
    display: inline;
    margin-right: .5em;
    vertical-align: bottom;
}

.copy ul {
    padding-top: 5px;
    position: relative;
}

.copy ul li,
.copy ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.copy ul li a:hover {
    color: #fff;
    text-decoration: underline;
}















/*共用 一图一文字布局*/
.piece_text {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.piece_text .p_title {
    font-size: 38px;
    opacity: .85;
    width: 100%;
    margin-bottom: 45px;
}

.piece_text .p_description {
    font-size: 18px;
    opacity: .5;
    width: 100%;
}

.piece_float_left {
    width: 50%;
    float: left;
}

.piece_float_right {
    float: right;
}

/* B6*/
.page_b6_section_1 {
    background: #010101;
    padding-top: 160px;
    text-align: center;
}

.page_b6_title {
    font-size: 0;
    height: 60px;
    background: url(../images/page_b6_title.png) no-repeat center center;
    width: 100%;
}
.page_b6_title_box {
    font-size: 0;
    height: 60px;
    background: url(../images/page_b6_title_box.png) no-repeat center center;
    width: 100%;
}

.page_b6_title span, .page_b6_title_2 span {
    color: #1BB8CE;
}
/*火调执法一体箱*/
.page_b6_title_2 {
    font-size: 0;
    height: 60px;
    background: url(../images/page_b6_title_2.png) no-repeat center center;
    width: 100%;
}

.page_b6_section_1 .main-pic {
    position: relative;
}

.page_b6_interest ul {
    display: flex;
    justify-content: space-between;
    width: 900px;
    top: 130px;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -450px;
}
.page_b6_interest_box ul {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    top: 130px;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%);
}

.page_b6_interest ul li a, .page_b6_interest_box  ul li a {
    width: 100px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
}

.page_b6_section_2 {
    background: #010101;
    color: #fff;
}

.page_b6_section_3,
.page_b6_section_4,
.page_b6_section_5 {
    padding: 50px 0;
    background: #000;
    color: #fff;
}

.page_b6_section_6,
.page_b6_section_7,
.page_b6_section_8 {
    padding: 50px 0;
}

.page_b6_content .piece_text {
    height: 500px;
    width: 45%;
}

.page_b6_content .section_title {
    height: 30px;
    font-size: 30px;
    color: #000000;
    line-height: 11px;
    opacity: 0.85;
    margin-top: 40px;
}

.page_b6_content .section_sub_title {
    font-size: 16px;
    margin-top: 72px;
    color: #21B7CF;
    opacity: 0.85;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 20px;
}

.page_b6_content .section_sub_title::before {
    width: 10px;
    height: 10px;
    border: 2px solid #21B7CF;
    border-radius: 10px;
    content: '';
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 2px;
    vertical-align: middle;
}

.page_b6_content .pc50 {
    width: 50%
}

.page_b6_content .feature-content {
    border: 1px solid #F5F5F5;
    box-shadow: 4px 5px 11px 0px rgba(52, 52, 52, 0.14);
}

.page_b6_content .feature-content.pd {
    padding: 50px 0;
}

.page_b6_content .piece_float_left .feature-content {
    margin-right: 52px;
    padding: 15px 0;
}

.page_b6_content .piece_float_left .br {
    border-right: 1px solid rgba(33, 183, 207, 0.3);
}

.page_b6_content .feature-content .feature {
    text-align: center;
    width: 100%;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page_b6_content .feature-content .feature.thin {
    height: 152px;
}

.page_b6_content .feature-content .feature .feature-desc {
    opacity: 0.85;
}

.page_b6_content .feature-images, .page_b6_content .feature-images-box {
    width: 596px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 52px;
}

.page_b6_content .feature-images span, .page_b6_content .feature-images-box span{
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0.85;
}

.page_b6_content .feature-images .image-50 {
    width: 50%;
    float: left;
    height: 300px;
}
.page_b6_content .feature-images-box .image-50 {
    width: 50%;
    float: left;
    height: 350px;
}

.page_b6_content .feature-images .image-50:nth-child(2n) img, .page_b6_content .feature-images-box .image-50:nth-child(2n) img {
    float: right;
	width:98%;
	display:block;
}

.page_b6_content .feature-images .image-100 {
    text-align: center;
    width: 100%;
}






/* news 新闻 */

.pageBanner {
    height: 340px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: cover;
    background-image: url(../images/banner_top.png);
}

.pageBanner h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.pageBanner h2 span {
    position: relative;
    display: inline-block;
    padding: 0 125px;
}

.pageBanner h2 span:before,
.pageBanner h2 span:after {
    content: "";
    overflow: hidden;
    position: absolute;
    top: 16px;
    width: 105px;
    height: 7px;
}

.pageBanner h2 span:before {
    left: 0px;
    background: url(../images/cobanner/bannerTitle-left.png) no-repeat left top;
}

.pageBanner h2 span:after {
    right: 0px;
    background: url(../images/cobanner/bannerTitle-right.png) no-repeat left top;
}


.pageBannerNav {
    font-size: 0;
    text-align: center;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.pageBannerNav li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    padding-top: 80px;
}

.pageBannerNav li a {
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    position: relative;
    min-width: 80px;
    white-space: nowrap;
    padding: 0 5px;
    margin-top: 113px;
}

.pageBannerNav li a span {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: -123px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.pageBannerNav li.curr {}

.pageBannerNav li.curr a,
.pageBannerNav li a:hover {
    color: #00DEFF;
}

.pageBannerNav li.curr a span,
.pageBannerNav li a:hover span {
    background-position: bottom center;
}

.pageBannerNav li.curr {
    border-bottom: 4px solid #00CAED;
}


.pageMain {
    padding-bottom: 90px;
}


.location {
    display: none;
    font-size: 18px;
    line-height: 78px;
    color: #525252;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.location a {
    font-size: 18px;
    line-height: 78px;
    color: #eee;
    display: inline-block;
    padding: 0 10px 0 20px;
    position: relative;
    vertical-align: top;
}

.location a:nth-child(1) {
    padding-left: 0px;
}

.location a:after {
    content: ">";
    font-size: 18px;
    line-height: 78px;
    color: #888;
    position: absolute;
    right: -9px;
    top: 0px;
}

.location a:nth-last-child(1):after {
    content: "";
}

.location a:hover,
.location a.bc {
    color: #1ab7cd;
}


.newsHot {
    margin-top: 20px;
}

.newsHot dl {
    position: relative;
    width: 580px;
    float: left;
}

.newsHot dl:nth-child(2) {
    margin-left: 40px;
}

.newsHot dl dt {
    height: 348px;
    overflow: hidden
}

.newsHot dl dd {
    position: relative;
    padding-bottom: 55px;
}

.newsHot dl dd h3 {
    font-size: 24px;
    line-height: 60px;
    color: #333;
    padding-top: 5px;
}

.newsHot dl dd p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.newsHot dl dd span {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 12px;
    line-height: 28px;
    color: #333;
    border: 1px solid #525252;
    padding: 0 15px;
}

.newsHot dl a:hover dd h3 {
    color: #1ab7cd;
    text-decoration: underline;
}

.newsHot dl a:hover dd span {
    border-color: #1ab7cd;
    background-color: #1ab7cd;
    color: #fff;
}

.newsList {
    width: 1290px;
    border: 1px solid #e3e3e3;
    border-width: 1px 0;
    margin-top: 40px;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
}

.newsList dl {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding: 24px 10px 0 10px;
    float: left;
    max-width: 416px;
}

.newsList dl:nth-child(3n)::after,
.newsList::after {
    clear: both;
    content: '';
    display: block;
}

.newsList dl dt {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.newsList dl dd {
    position: relative;
    padding-bottom: 40px;
}

.newsList dl dd h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    color: #333;
    height: 40px;
    white-space: pre-wrap;
}

.newsList dl dd p {
    font-size: 14px;
    line-height: 36px;
    color: #333;
}

.newsList dl dd span {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    border: 1px solid #525252;
    padding: 0 15px;
}

.newsList dl dt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.newsList dl a:hover dd h3 {
    color: #1ab7cd;
    text-decoration: underline;
}

.newsList dl .news-date {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #999;
    line-height: 1.5em;
    padding-left: 20px;
    background: url(../images/clock.png) no-repeat center left;
    background-size: auto 60%
}




.searchList dl {
    position: relative;
    padding: 40px 0 40px 320px;
    border-bottom: 1px dotted #d9d9d9;
}

.searchList dl dt {
    width: 280px;
    height: 168px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 40px;
}

.searchList dl dd {
    height: 128px;
    position: relative;
    padding-bottom: 40px;
}

.searchList dl dd h3 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    padding-bottom: 15px;
}

.searchList dl dd p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.searchList dl dd span {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 12px;
    line-height: 28px;
    color: #333;
    border: 1px solid #525252;
    padding: 0 15px;
}

.searchList dl a:hover dd h3 {
    color: #1ab7cd;
    text-decoration: underline;
}

.searchList dl a:hover dd span {
    border-color: #1ab7cd;
    background-color: #1ab7cd;
    color: #fff;
}




/*分页样式*/

#pages {
    padding: 30px 0 0px;
    text-align: center;
    overflow: hidden;
}

#pages a {
    margin: 0 4px;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #333;
    border: 1px solid #e3e3e3;
    background: #fff;
    vertical-align: middle;
}

#pages a.a1 {
    line-height: 30px;
    height: 30px;
    margin-top: 0;
    padding: 0 12px;
}

#pages a:hover {
    text-decoration: none;
    color: #fff;
    background: #1ab7cd;
    border-color: #1ab7cd;
}

#pages span {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #fff;
    margin: 0 2px;
    background: #1ab7cd;
    border: 1px solid #1ab7cd;
    vertical-align: middle;
}



/* news i 新闻详情 */


.newsIs {
    padding-top: 20px;
}

.newsIsLeft {
    width: 850px;
    margin: 0 auto;
}

.newsIsTop {
    border-bottom: 1px solid #dadada;
}

.newsIsTop h1 {
    font-size: 20px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}

.newsIsTop p {
    font-size: 14px;
    line-height: 50px;
    color: #888;
    text-align: right;
}

.newsIsTop p .createtime {
    height: 30px;
    padding-left: 20px;
    background: url(../images/clock.png) no-repeat left center;
    background-size: auto 100%;
}

.newsIsContent {
    padding-top: 20px;
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
    white-space: normal;
}

.newsIsContent p {
    padding: 5px 0;
}


.newsIsRight {
    width: 100%;
    margin: 50px 0;
}

.newsIsRightTitl {
    font-size: 20px;
    line-height: 40px;
    color: #333;
    border-bottom: 2px solid #17BCD5;
    margin: 0 auto;
    font-weight: bold;
    display: block;
    width: 4em;
    text-align: center;
}

/* .newsIsRight ul{ padding-top:0px;}
.newsIsRight ul li{ margin-top:8px;}
.newsIsRight ul li a{ font-size:16px; line-height:24px; display:inline-block; position:relative; padding-left:15px;}
.newsIsRight ul li a:before{ content:""; overflow:hidden; position:absolute; left:0px; top:9px; width:4px; height:4px; background-color:#bbb;}

.newsIsRight ul li a:hover{ text-decoration:underline; color:#1ab7cd;}
.newsIsRight ul li a:hover:before{background-color:#1ab7cd;} */

.side-news-list {
    border: 0
}


/* case 成功案例 */

.caseHot {
    margin-top: 20px;
}

.caseHot dl {
    position: relative;
}

.caseHot dl dt {
    width: 600px;
    height: 400px;
    overflow: hidden;
    float: left;
}

.caseHot dl dd {
    width: 520px;
    height: 400px;
    float: left;
    background-color: #1ab7cd;
    padding: 0 40px;
    position: relative;
}

.caseHot dl dd h3 {
    font-size: 30px;
    line-height: 80px;
    color: #fff;
    padding-top: 10px;
    border-bottom: 1px solid #48c5d7;
}

.caseHot dl dd p {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    padding-top: 20px;
}

.caseHot dl dd span {
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #1ab7cd;
    background-color: #fff;
    padding: 0 25px;
}

.caseHot dl a:hover dd h3 {
    color: #fff;
    text-decoration: underline;
}

.caseHot dl a:hover dd span {
    filter: Alpha(opacity=80);
    opacity: .8;
}

.caseList {
    border-top: 1px dotted #d9d9d9;
    margin-top: 40px;
}

.caseList dl {
    position: relative;
    padding: 20px 0 20px 320px;
    border-bottom: 1px dotted #d9d9d9;
}

.caseList dl dt {
    width: 280px;
    height: 187px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 20px;
}

.caseList dl dd {
    height: 147px;
    position: relative;
    padding-bottom: 40px;
}

.caseList dl dd h3 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    padding-bottom: 15px;
}

.caseList dl dd p {
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.caseList dl dd span {
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 12px;
    line-height: 28px;
    color: #333;
    border: 1px solid #525252;
    padding: 0 15px;
}

.caseList dl a:hover dd h3 {
    color: #1ab7cd;
    text-decoration: underline;
}

.caseList dl a:hover dd span {
    border-color: #1ab7cd;
    background-color: #1ab7cd;
    color: #fff;
}




/*  about */



.about-page {
    letter-spacing: 0.2em;
    font-size: 18px;
}

.about-context {
    text-indent: 2em;
    width: 950px;
    margin: 0 auto;
    color: #576271;
    font-size: 18px;
    margin-bottom: 60px;
}
.about-context-es {
	text-indent: 2em;
    width: 1200px;
    margin: 0 auto;
    color: #576271;
    font-size: 18px;
    margin-bottom: 60px;
}

.about-section-1 {
    background: url(../images/common-bg-2.png) repeat-x center center;
    background-size: 100% 100%;
    overflow: hidden;
}

.about-section-2 {
    height: 560px;
    background: rgb(36, 105, 121) url(../images/about-us3.jpg) no-repeat center center;
    box-sizing: border-box;
    padding: 115px;
}
.about-section-2-es {
    height: 560px;
    background: rgb(36, 105, 121) url(../images/about-us3.jpg) no-repeat center center;
    box-sizing: border-box;
    padding: 40px;
}

.about-section-2 .about-text {
    color: #fff;
    width: 856px;
    padding-left: 90px;
    text-indent: 2em;
}
.about-section-2-es .about-text-es {
	color: #fff;
    width: 1100px;
    text-indent: 2em;
}

.about-section-3 {
    height: 560px;
}

.about-section-3 .wrap {
    padding: 60px
}

.about-section-3 .left-img {
    float: left;
}

.about-section-3 .about-text {
    width: 35%;
    float: right;
    text-indent: 2em;
    padding-right: 10%;
    color: #666;
    font-size: 18px;
    padding-top: 4em;
}
.about-section-3 .about-text-es {
    width: 35%;
    float: right;
    text-indent: 2em;
    padding-right: 10%;
    color: #666;
    font-size: 18px;
}

.about-section-4 {
    height: 560px;
    background: rgb(36, 105, 121) url(../images/about-us4.jpg) repeat-x center center;
    background-size: auto 100%;
}

.about-section-4 ul {
    padding-top: 136px;
    display: flex;
}

.about-section-4 ul li {
    flex: 1;
    color: #fff;
}

.about-section-4 ul li .about-us-r {
    margin: 0 auto;
    width: 136px;
    height: 136px;
    border: 2px solid #fff;
    font-size: 30px;
    border-radius: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section-4 ul li:nth-child(3) .about-us-r {
    font-size: 24px;
    line-height: 30px;
}

.about-section-4 ul li .about-us-des {
    display: block;
    padding: 20px 0;
    text-align: center;
}

/* partner */

.partnerTu {
    padding: 20px 0 15px;
}

.partnerList {}

.partnerList li {
    float: left;
    width: 280px;
    height: 190px;
    float: left;
    border: 1px solid #dadada;
    margin: 24px 24px 0 0;
}

.partnerList li:nth-child(4n) {
    margin-right: 0;
}



/* 联系我们 */

.contactContent {
    margin: 50px auto 0;
    width: 1200px;
}

.contactList {
    width: 570px;
    float: left;
}

.contactList:nth-child(2) {
    margin-left: 60px;
}

.contactList:nth-child(4) {
    margin-left: 60px;
}

.contactList dl {}

.contactList dl dt {
    padding: 4px;
    border: 1px solid #dadada;
}

.contactList dl dd {
    padding-top: 25px;
}

.contactList dl dd h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.contactList dl dd li {
    font-size: 14px;
    line-height: 34px;
    color: #333;
    background-repeat: no-repeat;
    background-position: left 50%;
    padding-left: 22px;
}

.contactList dl dd li.contactAdd {
    background-image: url(../images/contact/icon-add.png)
}

.contactList dl dd li.contactTel {
    background-image: url(../images/contact/icon-tel.png)
}

.contactList dl dd li.contactFax {
    background-image: url(../images/contact/icon-fax.png)
}

.contactList dl dd li.contactMail {
    background-image: url(../images/contact/icon-mail.png)
}




/* aboutBrand 品牌诠释 */

.aboutBrandTitle {
    font-size: 24px;
    line-height: 40px;
    color: #000;
}

.aboutBrand {
    padding: 20px 0 50px;
}

.aboutBrandLeft {
    width: 423px;
    width: 600px;
}

.aboutBrandRight {
    width: 600px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.aboutBrandRight .aboutBrandTitle {
    padding: 25px 0 5px;
}

.aboutBrandRight p {
    padding: 5px 0;
}

.aboutBrandRight p strong {
    color: #1ab7cd;
}


.aboutBrandLogoLeft {
    width: 599px;
    border: 1px solid #dadada;
    border-right: none;
    height: 378px;
    background: url(../images/aboutBrandLogo.jpg) no-repeat left bottom;
}

.aboutBrandLogoLeft .aboutBrandTitle {
    padding: 19px 35px 0;
}

.aboutBrandLogoRight {
    background-color: #1ab7cd;
    width: 530px;
    padding: 0 35px;
    height: 380px;
}

.aboutBrandLogoRight .aboutBrandTitle {
    color: #fff;
    padding: 20px 0 10px;
}

.brandLogoText {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.brandLogoText p {
    padding: 5px 0;
}


.aboutBrandVi {
    margin-top: 40px;
}

.aboutBrandVi .aboutBrandTitle {
    padding: 0px 0 15px;
}

.aboutBrandVi ul {
    background: url(../images/aboutBrandVi.jpg) no-repeat left top;
}

.aboutBrandVi ul li {
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
    padding-top: 210px;
}

.aboutBrandVi ul li:nth-child(1) {
    width: 365px;
}

.aboutBrandVi ul li:nth-child(2) {
    width: 550px;
}

.aboutBrandVi ul li:nth-child(3) {
    width: 285px;
}



/* job 人才招聘 */

.jobBox {
    margin-top: 15px;
}

.jobList {
    margin-top: 20px;
}

.jobTitle {
    font-size: 24px;
    line-height: 50px;
    color: #1ab7cc;
    position: relative;
}

.jobTitle:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    background-color: #1ab7cc;
}

.jobContent {
    padding: 10px 0 20px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.jobContent p {
    padding: 5px 0;
}

.jobListTitle {
    background-color: #1ab7cc;
    height: 50px;
}

.jobListTitle li {
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    float: left;
}


.page-job-title {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #dadada;
}

.page-job-title ul {}

.page-job-title ul li {
    float: left;
    font-size: 16px;
    line-height: 60px;
    color: #333;
}

.page-job-title em {
    background-color: #ddd;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -10px;
}

.page-job-title em span {
    position: absolute;
    background: #fff;
    overflow: hidden;
}

.page-job-title em span.one {
    width: 10px;
    height: 2px;
    top: 9px;
    left: 5px;
}

.page-job-title em span.two {
    width: 2px;
    height: 10px;
    top: 5px;
    left: 9px;
}

.page-job-list .curr em {
    background-color: #1ab7cd;
}

.page-job-list .curr em span.two {
    width: 2px;
    height: 2px;
    top: 9px;
    left: 9px;
}

.jobListTitle,
.page-job-title ul {
    padding-left: 50px;
}

.jobListTitle li:nth-child(1),
.page-job-title li:nth-child(1) {
    width: 320px;
}

.jobListTitle li:nth-child(2),
.page-job-title li:nth-child(2) {
    width: 230px;
}

.jobListTitle li:nth-child(3),
.page-job-title li:nth-child(3) {
    width: 230px;
}

.jobListTitle li:nth-child(4),
.page-job-title li:nth-child(4) {
    width: 200px;
}


.page-job-co {
    padding: 15px 0 0 50px;
    border-bottom: 1px solid #dadada;
    display: none;
}

.page-job-co dl {
    float: left;
    width: 50%;
}

.page-job-co dl:nth-child(1) {
    width: 350px;
    padding-right: 40px;
}

.page-job-co dl:nth-child(2) {
    width: 600px;
}

.page-job-co dl dt {
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}

.page-job-co dl dd {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.page-job-co h6 {
    padding: 20px 0 60px;
}

.page-job-co h6 a.jobLink {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    width: 120px;
    text-align: center;
    background-color: #1ab7cc;
    border-radius: 5px;
}

.page-job-co h6 a.jobLink:hover {
    filter: Alpha(opacity=80);
    opacity: .8;
}




/* service 服务支持 */


/* download */

.samNav {
    background-color: #ececec;
    height: 60px;
    margin-top: 20px;
}

.samNav li {
    width: 300px;
    text-align: center;
    float: left;
    position: relative;
    border-top: 1px solid #ececec;
    height: 59px;
}

.samNav li:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 1px;
    height: 60px;
    background-color: #d9d9d9;
}

.samNav li:nth-child(1):before {
    width: 0px;
}

.samNav li a {
    display: block;
    font-size: 18px;
    line-height: 58px;
    color: #525252;
}

.samNav li a:hover {
    color: #1ab7cd;
}

.samNav li.curr {
    background-color: #fff;
    border-top: 1px solid #1ab7cd;
    z-index: 999;
}

.samNav li.curr a {
    color: #1ab7cd;
}

.samNav li.curr:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: -1px;
    width: 1px;
    height: 60px;
    background-color: #1ab7cd;
}

.samNav li.curr:after {
    content: "";
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: -1px;
    width: 1px;
    height: 60px;
    background-color: #1ab7cd;
}


.downBox {
    margin-top: 30px;
}

.downList {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px dashed #dadada;
}

.downList a {
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #ededed;
    border-radius: 3px;
    width: 220px;
    height: 80px;
    text-align: center;
    font-size: 18px;
    line-height: 80px;
    color: #525252;
    text-indent: 24px;
}

.downList a em {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 77px;
    top: 30px;
    background-image: url(../images/service/download.png);
    background-position: left top;
    background-repeat: no-repeat
}

.downList a:hover {
    background-color: #1ab7cc;
    color: #fff;
}

.downList a:hover em {
    background-position: left bottom;
}

.downList dl {
    width: 960px;
}

.downList dl dt {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

.downList dl dd {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-top: 12px;
}




/* query 保修查询 */

.queryNav {
    background-color: #ececec;
    height: 60px;
    margin-top: 20px;
}

.queryNav li {
    width: 600px;
    text-align: center;
    float: left;
    position: relative;
    border-top: 1px solid #ececec;
    height: 59px;
}

.queryNav li a {
    display: block;
    font-size: 18px;
    line-height: 58px;
    color: #525252;
}

.queryNav li a:hover {
    color: #1ab7cd;
}

.queryNav li.curr {
    background-color: #fff;
    border-top: 1px solid #1ab7cd;
    z-index: 999;
}

.queryNav li.curr a {
    color: #1ab7cd;
}

.queryNav li.curr:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: -1px;
    width: 1px;
    height: 60px;
    background-color: #1ab7cd;
}

.queryNav li.curr:after {
    content: "";
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: -1px;
    width: 1px;
    height: 60px;
    background-color: #1ab7cd;
}


.queryBox {
    padding: 80px 0 110px;
}

.queryTitle {
    font-size: 18px;
    line-height: 60px;
    color: #000;
    text-align: center;
}

.querySearchBox {
    position: relative;
}

.querySearch {
    width: 730px;
    height: 50px;
    margin-left: 235px;
}

.querySearch ul {
    height: 50px;
    position: relative;
}

.querySearch li.seara {
    height: 50px;
}

.querySearch li.seara input {
    background: fff;
    width: 580px;
    height: 50px;
    font: 18px/50px Helvetica, Arial, "Microsoft YaHei", sans-serif;
    color: #333;
    vertical-align: top;
    padding-left: 15px;
    background: url(../images/service/queryService.jpg) no-repeat left top;
}

.querySearch li.seara input:focus {
    background-color: #fff;
    outline: none;
}

.querySearch li.searb {
    width: 150px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
}

.querySearch li.searb input {
    width: 100%;
    height: 50px;
    display: inline-block;
    cursor: pointer;
    background: url(../images/service/queryServiceb.jpg) no-repeat left top;
}

.querySearch li.searb input:hover {
    filter: Alpha(opacity=80);
    opacity: .8;
}


.helpQuery {
    text-align: center;
    padding-top: 75px;
}

.helpQuery a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}



.queryContent {
    border-top: 1px dotted #d9d9d9;
    padding-top: 10px;
}

.queryTip {
    background-color: #d8faff;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    color: #1ab7cd;
    height: 50px;
    text-align: center;
}

.queryContentTitle {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    padding: 30px 0 10px;
    text-align: center;
}

.queryList {
    border-bottom: 1px solid #dadada;
}

.queryList ul {
    border-top: 1px solid #dadada;
}

.queryList ul li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    color: #333;
    position: relative;
}

.queryList ul li:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #dadada;
}

.queryList ul li:nth-child(2) {
    color: #1ab7cd;
}

.queryList ul li:nth-child(2):after {
    content: "";
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #dadada;
}




/* 服务政策 */

.serviceList {
    margin-top: 10px;
}

.serviceList ul li {
    line-height: 60px;
    border-bottom: 1px dotted #dadada;
}

.serviceList ul li a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

.serviceList ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.serviceList ul li a:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #bbb;
    margin-top: -2px;
}

.serviceList ul li a:hover {
    text-decoration: underline;
    color: #1ab7cd;
}

.serviceList ul li a:hover:before {
    background-color: #1ab7cd;
}




/* faq */

.faqList {
    margin-top: 40px;
}

.page-faq-list {
    margin-top: 10px;
}

.page-faq-list.curr {}

.page-faq-list dt {
    padding-left: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #333;
    position: relative;
    background-color: #e8e8e8;
}

.page-faq-list dt i {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 18px;
    line-height: 50px;
    color: #525252;
}

.page-faq-list dt em {
    background-color: #bdbdbd;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

.page-faq-list dt em span {
    position: absolute;
    background: #fff;
    overflow: hidden;
}

.page-faq-list dt em span.one {
    width: 10px;
    height: 2px;
    top: 9px;
    left: 5px;
}

.page-faq-list dt em span.two {
    width: 2px;
    height: 10px;
    top: 5px;
    left: 9px;
}

.page-faq-list dt.curr em {
    background-color: #1ab7cd;
}

.page-faq-list dt.curr em span.two {
    width: 2px;
    height: 2px;
    top: 9px;
    left: 9px;
}

.page-faq-list dt.curr:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 40px;
    top: 0px;
    width: 1px;
    height: 50px;
    background-color: #fff;
}

.page-faq-list dd {
    position: relative;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    border: 1px solid #e8e8e8;
    margin-top: 10px;
    padding: 12px 20px 12px 50px;
    display: none;
}

.page-faq-list dd em {
    position: absolute;
    left: 14px;
    top: 6px;
    font-size: 18px;
    line-height: 50px;
    color: #525252;
}



/* register 寄修登记 */


.registerBox {
    padding-top: 10px;
}

.registerBox input,
.registerBox textarea {
    border: 1px solid #1ab7cd;
    border-radius: 3px;
    font-family: Helvetica, Arial, '思源黑体', 'Microsoft Yahei', sans-serif;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    vertical-align: top;
}

.registerBox input:focus,
.registerBox textarea:focus {
    background-color: #fafafa;
    outline: none;
}

.registerText {
    text-align: center
}

.registerText h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #333333
}

.registerText p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.registerTitle {
    font-size: 36px;
    line-height: 40px;
    color: #000;
    padding: 60px 0 40px;
    border-bottom: 1px solid #bae9f0;
}

.registerTitleB {
    position: relative;
    padding: 20px 0;
    margin-top: 30px;
}

.registerTitleB:before {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #bae9f0;
}

.registerTitleB span {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 9;
}

.registerTitleC {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    padding: 10px 0 0px;
}


.registerContentOne {
    padding-top: 40px;
}

.registerContent {
    padding-bottom: 20px;
}

.registerContent dl {
    float: left;
    margin-top: 10px;
    position: relative;
    padding-left: 100px;
}

.registerContent dl dt {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}

.registerContent dl dd {
    position: relative;
}

.registerContent dl dd span {
    position: absolute;
    left: 0;
    bottom: -40px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}

.registerContent dl.registerWa {
    width: 240px;
}

.registerContent dl.registerWa input {
    width: 180px;
    padding-left: 15px;
}

.registerContent dl.registerWb {
    width: 450px;
}

.registerContent dl.registerWb input {
    width: 416px;
    padding-left: 15px;
}

.registerContent dl.registerWc {
    width: 780px;
}

.registerContent dl.registerWc input {
    width: 756px;
    padding-left: 15px;
}

.registerContent dl.registerWd {
    width: 1100px;
}

.registerContent dl.registerWd textarea {
    width: 1080px;
    height: 68px;
    padding: 5px 14px;
    line-height: 22px;
}



.uploadBox {
    padding: 15px 0 0 90px;
}

.uploadBox p {
    font-size: 14px;
    line-height: 40px;
}

.uploadBox h6 {
    font-size: 14px;
    line-height: 40px;
    color: #999999;
}

.upload {}

.upload input.uploada {
    width: 625px;
    padding-left: 15px;
    border-radius: 3px 0 0 3px;
    float: left;
}

.upload input.btnA {
    border-left: 0;
    border-radius: 0px 3px 3px 0;
    width: 70px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
}

.upload input.btnA:hover {
    background-color: #1ab7cd;
    color: #fff;
}



.upload .aUpload {
    float: left;
    border: 1px solid #1ab7cd;
    border-left: 0;
    border-radius: 0px 3px 3px 0;
    width: 70px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    height: 38px;
    overflow: hidden;

    position: relative;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    color: #888;

    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}


.upload .aUpload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
}

.upload .aUpload:hover {
    background-color: #1ab7cd;
    color: #fff;
}



.upload input.btnB {
    float: left;
    border: 0;
    width: 160px;
    text-align: center;
    background-color: #666666;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    color: #fff;
    margin-left: 10px;
}

.upload input.btnB:hover {
    background-color: #1ab7cd;
    color: #fff;
}


.registerButton {
    text-align: center;
    margin-top: 40px;
}

.registerButton input.btnC {
    width: 160px;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    background-color: #1ab7cd;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.registerButton input.btnC:hover {
    filter: Alpha(opacity=80);
    opacity: .8;
}






/* site map */

#sitemap {
    padding: 40px 0 50px;
}

.map-title {
    height: 60px;
    border-bottom: 2px solid #525252;
    margin-top: 40px;
}

.map-title ul {
    float: left;
    background-color: #525252;
    padding: 0 20px;
}

.map-title ul a {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
}

.map-title ul a:hover {
    text-decoration: underline;
}

.map-location {
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0;
}

.map-content {
    padding-bottom: 50px;
}

.map-content dl {
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    background-image: url(../images/tm/tm-w-1.png);
}

.map-content dl dt {}

.map-content dl dt a {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.map-content dl dt a:hover {
    text-decoration: underline;
    color: #2480e6;
}

.map-content dl dd {
    padding-top: 5px;
}

.map-content dl dd li {
    float: left;
    width: 20%;
}

.map-content dl dd li a {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.map-content dl dd li a span {
    font-size: 12px;
    font-family: "\5b8b\4f53";
    position: absolute;
    left: 0;
    top: 0;
}

.map-content dl dd a:hover {
    text-decoration: underline;
}

.map-content dl:nth-child(2n) {
    background-image: url(../images/tm/tm-w-3.png);
}








/* X3综合移动警务终端 */

.jwzdBox4 .grWidth {
    height: 750px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #373737;
}

.jwzdBox1,
.jwzdBox2 .grWidth,
.jwzdBox3,
.jwzdBox5,
.jwzdBox6,
.ytxBox1,
.ytxBox3,
.ytxBox4 .grWidth {
    height: 750px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #373737;
    overflow: hidden;
}

.jwzdBox1 .img {
    position: absolute;
    top: 230px;
    left: 155px;
}

.jwzdBox1 .font {
    position: absolute;
    top: 290px;
    right: 155px;
    width: 355px;
    letter-spacing: 2px;
    line-height: 28px;
}

.jwzdBox1 .font h5 {
    color: #737373;
    margin-bottom: 45px;
    margin-top: 5px;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 5px;
}

.jwzdBox2 {
    background: url('../images/jwzd_bg2.jpg') no-repeat center top;
}

.jwzdBox2 .font1 {
    top: 120px;
    text-align: center;
    position: absolute;
    width: 1200px;
    color: #fff;
}

.jwzdBox2 .font1 h3,
.jwzdBox3 .font h3,
.jwzdBox4 .font h3,
.jwzdBox5 .font h3,
.ytxBox3 .font h3,
.ytxBox4 .font h3 {
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
    color: #000;
}

.jwzdBox2 .font1 h3 {
    color: #fff;
}

.jwzdBox2 .box1 {
    position: absolute;
    left: 310px;
    top: 325px;
    width: 340px;
}

.jwzdBox2 .box2 {
    position: absolute;
    top: 358px;
    right: 240px;
    width: 280px
}

.jwzdBox2 .box2 li {
    float: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 35px 40px 0;
}

.jwzdBox2 .box2 li p {
    margin-top: 5px;
}

.jwzdBox3 .img {
    position: absolute;
    top: 55px;
    right: 35px;
}

.jwzdBox3 .left {
    top: 195px;
    left: 100px;
    position: absolute;
    width: 660px;
    color: #525252;
}

.jwzdSlide {
    height: 136px;
    position: relative;
    margin-top: 95px;
    width: 600px;
}

.jwzdSlide .ohbox {
    position: relative;
    left: 40px;
    width: 520px;
    height: 136px;
    overflow: hidden;
}

.jwzdSlide .piclist {
    width: 560px;
    height: 136px;
    zoom: 1;
}

.jwzdSlide li {
    float: left;
    width: 170px;
    height: 136px;
    text-align: center;
    margin-right: 4px;
    transition: all 0.4s;
    overflow: hidden;
    background: #000;
    font-size: 14px;
}

.jwzdSlide li img {
    width: 170px;
    height: 136px;
    transition: all 0.4s;
}

.jwzdSlide li span {
    height: 136px;
    line-height: 136px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-top: -136px;
    color: #fff;
    opacity: 0;
    transform: scale(1.5, 1.5);
    transition: all 0.4s;
}

.jwzdSlide li:hover img {
    opacity: 0.4;
}

.jwzdSlide li:hover span {
    opacity: 1;
    transform: scale(1, 1);
}

.jwzdSlide .pageBtn span {
    background: url('../images/jBtn.png') no-repeat 0 0;
    display: inline-block;
    width: 7px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
    left: 0;
    top: 60px;
}

.jwzdSlide .pageBtn .next {
    background-position: -7px 0;
    left: auto;
    right: 0;
}

.jwzdSlide .pageBtn span:hover {
    background-position: -14px 0;
}

.jwzdSlide .pageBtn .next:hover {
    background-position: -21px 0;
}

.jwzdBox4 {
    background: url('../images/jwzd_bg4.jpg') no-repeat center top;
}

.jwzdBox4 .img {
    position: absolute;
    bottom: 0;
    left: -88px;
}

.jwzdBox4 .font {
    width: 390px;
    position: absolute;
    right: 100px;
    top: 200px;
}

.jwzdBox5 .font {
    top: 140px;
    width: 1200px;
    position: absolute;
    left: 0;
    color: #525252;
    text-align: center;
}

.jwzdBox5 .box1 {
    bottom: 140px;
    position: absolute;
    left: 110px;
}

.jwzdBox5 .box1 li {
    float: left;
    width: 230px;
    text-align: center;
    margin-right: 20px;
}

.jwzdBox5 .box1 li img {
    width: 230px;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #ddd
}

.jwzdBox5 .box1 li p {
    color: #525252;
    margin-top: 10px;
}

.jwzdBox6 .tie {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    position: absolute;
    top: 115px;
    z-index: 5;
    width: 100%;
    text-align: center;
}

.jwzdTab {
    height: 750px;
    max-width: 1920px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
    color: #fff;
}

.jwzdTab .bd {
    height: 750px;
    overflow: hidden;
    position: absolute;
    background: #000;
}

.jwzdTab .bd li {
    width: 100%;
    height: 750px;
}

.jwzdTab .bd li img {
    width: 1920px;
    height: 750px;
    opacity: 0.3;
}

.jwzdTab .hd {
    position: absolute;
    top: 310px;
    z-index: 10;
    width: 100%;
    left: 50%;
    margin-left: -500px;
    background: url('../images/radius.png') no-repeat left top;
    height: 440px;
    width: 1000px;
}

.jwzdTab .hd li {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.jwzdTab .hd li p {
    width: 84px;
    height: 96px;
    background: rgba(0, 0, 0, .5);
    border-radius: 100%;
    border: 2px solid #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.jwzdTab .hd li {
    position: absolute;
}

.jwzdTab .hd li.h1 {
    top: 262px;
    left: 0;
}

.jwzdTab .hd li.h2 {
    top: 143px;
    left: 73px;
}

.jwzdTab .hd li.h3 {
    top: 31px;
    left: 165px;
}

.jwzdTab .hd li.h4 {
    top: -30px;
    left: 308px;
}

.jwzdTab .hd li.h5 {
    top: -55px;
    left: 450px;
}

.jwzdTab .hd li.h6 {
    top: -30px;
    right: 308px;
}

.jwzdTab .hd li.h7 {
    top: 31px;
    right: 175px;
}

.jwzdTab .hd li.h8 {
    top: 143px;
    right: 73px;
}

.jwzdTab .hd li.h9 {
    top: 262px;
    right: 0;
}

.jwzdTab .hd li.on p {
    border: 2px solid #1ab7cd;
    color: #1ab7cd;
}

.jwzdBox6 .img {
    bottom: 0;
    left: 50%;
    position: absolute;
    z-index: 10;
    width: 530px;
    margin-left: -265px;
}

/* 警务办公一体箱 */
.ytxBox1 .img {
    top: 120px;
    left: 160px;
    position: absolute;
}

.ytxBox1 .font {
    position: absolute;
    top: 304px;
    right: 150px;
}

.ytxBox1 .font p {
    margin-top: 30px;
}

.ytxBox2 {
    background: #1ab7cd;
}

.ytxBox2 .box {
    position: absolute;
    left: 100px;
    top: 330px;
    width: 1000px;
}

.ytxBox2 .box li {
    float: left;
    margin-right: 5px;
    box-shadow: 0 0 5px #17a8bd;
}

.ytxBox2 .box li img {
    width: 324px;
    height: 294px;
    border: 3px solid #76d4e1;
}

.ytxBox2 .box li:nth-child(3) {
    margin-right: 0;
}

.ytxBox3 {
    height: 880px;
}

.ytxBox3 .font {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 120px;
}

.ytxBox3 img {
    position: absolute
}

.ytxBox3 .img1 {
    top: 284px;
    left: 302px;
}

.ytxBox3 .img2 {
    top: 606px;
    left: 122px;
}

.ytxBox4 {
    background: url('../images/ytg_bg1.jpg') no-repeat center top;
}

.ytxBox4 .font {
    width: 1200px;
    color: #fff;
    top: 120px;
    text-align: center;
    position: absolute;
    left: 0;
}

.ytxBox4 .font h3 {
    color: #fff;
}

.ytxBox4 .img {
    position: absolute;
    top: 300px;
    left: 215px;
}

/* 成功案例 —— 治安 */
.zaBan {
    width: 1920px;
    height: 520px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.zaBox {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-align: center;
    padding: 100px 0 0;
    overflow: hidden;
}

.zaBox1 h2 {
    font-size: 36px;
    color: #1bb7ce;
    text-align: center;
    height: 60px;
    line-height: 36px;
}

.zaBox1 .font {
    height: 80px;
    text-align: center;
    padding: 0 50px;
}

.zaBox2,
.zaBox4,
.zaBox6 {
    border: 1px solid #dadada;
    border-left: none;
    border-right: none;
}

.zaBox2 .left {
    width: 400px;
    height: 495px;
    overflow: hidden;
}

.zaBox2 .left .font {
    border: 13px solid #1ab7cd;
    border-left: none;
    border-right: none;
    height: 190px;
    padding: 35px 25px 0 25px;
    text-align: center;
    margin-bottom: 20px;
}

.zaBox3 .font {
    background: url('../images/za_fbg.jpg') no-repeat left 20px;
    width: 455px;
    padding-right: 35px;
    height: 520px;
}

.zaBox .title {
    font-size: 36px;
    color: #1ab7cd;
    background: url('../images/zaLine.jpg') no-repeat center bottom;
    line-height: 36px;
    padding-bottom: 15px;
    font-weight: normal;
    margin-bottom: 20px;
}

.zaBox3 .title {
    padding-top: 165px;
}

.zaBox4 .font {
    width: 330px;
    padding: 0 30px;
    border: 10px solid #1ab7cd;
    margin-top: 25px;
    height: 355px;
    padding-top: 105px;
}

.zaBox4 .img {
    position: relative;
    margin-left: -10px;
}

.zaBox6 .font {
    border-top: 5px solid #1ab7cd;
    padding-top: 10px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 30px;
}

.zaBox6 .font h3 {
    float: left;
    width: 240px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background: #1ab7cd;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin-right: 30px;
}

.zaBox6 .font p {
    text-align: left;
    width: 930px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.zaBox7 {
    border-top: none;
}

.zaBox8 .font {
    border-top: 5px solid #1ab7cd;
    padding-top: 20px;
    height: 80px;
}

/*X6警务终端专题页*/
.page_x6_content {}

.page_x6_section1 {
    background: #010101;
    padding-top: 150px;
}

.page_x6_title {
    font-size: 0;
    height: 60px;
    background: url(../images/page_x6_title.png) no-repeat center center;
    width: 100%;
}
.page_x6_title_en {
    font-size: 0;
    height: 60px;
    background: url(../images/page_x6_title_en.png) no-repeat center center;
    width: 100%;
}

.page_x6_title span {
    color: #1BB8CE;
}

.page_x6_section1 .main-pic {
    margin: 0 auto;
}

.page_x6_interest ul {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%);
}

.page_x6_interest ul li {
    width: 200px;
    padding-top: 45px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.page_x6_interest ul li.i-1 {
    background: url(../images/page_x6_i1.png) no-repeat center top
}

.page_x6_interest ul li.i-2 {
    background: url(../images/page_x6_i2.png) no-repeat center top
}

.page_x6_interest ul li.i-3 {
    background: url(../images/page_x6_i3.png) no-repeat center top
}

.page_x6_main_photo {
    margin: 0 auto;
}

.page_x6_section2 {
    background: #010101;
    color: #fff;
}

.page_x6_section3 {
    height: 644px;
    color: #fff;
    background: #0b0e17 url(../images/page_x6_bg_3.jpg) no-repeat center center;
    background-size: auto 100%;
}

.page_x6_section4,
.page_x6_section5,
.page_x6_section6,
.page_x6_section7 {
    padding: 100px 0;
}

.page_x6_section5,
.page_x6_section7 {
    background: #f5f5f5
}

.x6_piece_left {
    float: left;
}

.x6_piece_right {
    float: right;
}

.page_x6_content .piece_text {
    height: 380px;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page_x6_content .piece_text .p_title {
    font-size: 38px;
    opacity: .85;
    width: 100%;
	line-height:40px;
    margin-bottom: 45px;
}

.page_x6_content .page_x6_section7 .piece_text .p_title {
    font-size: 30px;
}

.page_x6_content .piece_text .p_description {
    font-size: 18px;
    opacity: .5;
    width: 100%;
}

.page_x6_section2 .piece_text,
.page_x6_section3 .piece_text {
    height: 600px;
}

.page_x6_section2 .piece_text .p_description,
.page_x6_section3 .piece_text .p_description {
    opacity: 1;
}

.mobile-header,
.mobile-title,
.mobile-hits {
    display: none
}

.mobile-header {
    height: 40px;
    z-index: 999;
    position: fixed;
}

.mobile-header .back {
    display: block;
    float: left;
    width: 45px;
}

.mobile-header .back a {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/back.png) no-repeat center center;
    background-size: auto 50%;

}

.mobile-header .site-title {
    float: none;
    margin: 0 auto;
    max-width: 150px;
    min-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.cumstyle-title {
    border-bottom: 1px solid #dedcdf;
}

.cumstyle-title h2 {
    position: relative;
    top: 1px;
    padding: 13px 14px 5px 14px;
    font-size: 17px;
    display: inline-block;
    border-bottom: 3px solid #1ab7ce;
}

/* @media screen and (min-width: 600px){ */
body {
    min-width: 1200px;
}

/* } */



/*全新X3pro综合移动警务终端*/
.w1000 {
    width: 1000px;
}

.page_x3_section_1 {
    background: #010101;
    text-align: center;
}

.page_x3_section_1 .content {
    padding-top: 100px;
    margin: 0 auto;
}

.page_x3_section_1 .main-pic {
    margin-top: 80px;
    position: relative;
}

.page_x3_section_1 .center-intrest {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.page_x3_section_2,
.page_x3_section_3,
.page_x3_section_4,
.page_x3_section_5,
.page_x3_section_6,
.page_x3_section_7 {
    padding: 50px 0;
}

.page_x3_section_3,
.page_x3_section_5,
.page_x3_section_7 {
    background: #F5F5F5;
}

.x3_piece_left {
    float: left
}

.x3_piece_right {
    float: right;
}

.page_x3_contents .piece_text {
    height: 380px;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page_x3_contents .piece_text .p_title {
    font-size: 38px;
    opacity: .85;
    width: 100%;
    margin-bottom: 45px;
}

.page_x3_contents .piece_text .p_description {
    font-size: 18px;
    opacity: .5;
    width: 100%;
}




/*5G警灯*/
.page_5g_section-1 {
    height: 960px;
    background: #010101 url(../images/page_5g_bg.png) center center;
    background-size: auto 100%;
    overflow: hidden;
}

.page_5g_section-1 img {
    margin: 150px auto 0;
    display: block;
}

.page_5g_section-2 .page_5g_features {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 100px;
}

.page_5g_section-2 .page_5g_features .page_5g_feature {
    width: 33.3%;
    float: left;
    text-align: center;
    height: 202px;
}

.page_5g_content .page_5g_relative {
    position: relative
}

.page_5g_content .page_5g_relative .piece_text, .page_5g_content .page_5g_relative .piece_text_en {
    position: absolute;
}

.page_5g_content .page_5g_relative .piece_text .p_title, .page_5g_content .page_5g_relative .piece_text_en .p_title {
    font-size: 38px;
    margin-bottom: 35px;
	line-height: 40px;
}

.page_5g_section-3 {
    padding: 100px 0;
    background: #F5F5F5;
}

.page_5g_section-3 .s-1 {
    width: 1300px;
    height: 400px;
    margin: 0 auto;
    background: url(../images/page_5g_2.png) no-repeat right;
}
.page_5g_section-3 .s-1_1 {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    background: url(../images/page_5g_2_2.png) no-repeat right;
}

.page_5g_section-3 .s-1 .piece_text, .page_5g_section-3 .s-1 .piece_text_en {
    top: 120px;
}

.page_5g_section-4 .s-2 {
    height: 520px;
    background: url(../images/page_5g_3.png) no-repeat center left;
}

.page_5g_section-4 .s-2 .piece_text {
    right: 60px;
    width: 590px;
    top: 150px;
}
.page_5g_section-4 .s-2 .piece_text_en {
    right: 60px;
    width: 620px;
    top: 70px;
}



/*全局常用的蓝色标题*/
.common-cat-title {
    color: #333;
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin: 50px 0;
    font-size: 40px;
    position: relative;
    font-weight: bold;
}

.common-cat-title.main, .common-cat-title.main_es {
    margin: 70px auto 100px;
}

.common-cat-title.main::before {
    content: 'AIoT技术创新及行业应用的领导者';
    font-size: 18px;
    color: #666;
    display: inline-block;
    position: absolute;
    font-weight: 100;
    width: 20em;
    bottom: -50px;
    left: 50%;
    margin-left: -10em;
}
.common-cat-title.main_es::before {
    content: 'Leader of AIoT Technology Innovation & Industrial Application';
    font-size: 18px;
    color: #666;
    display: inline-block;
    position: absolute;
    font-weight: 100;
    width: 40em;
    bottom: -50px;
    left: 50%;
    transform:translate(-50%);
}

.common-cat-title::after {
    content: '';
    height: 2px;
    width: 64px;
    background: #00CAED;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -32px;
}

.common-cat-title.main::after , .common-cat-title.main_es::after{
    bottom: -60px;

}

.white .common-cat-title,
.white .common-cat-title::before {
    color: #fff;
}

.white .common-cat-title::after {
    background: #fff;
}

.common-cat-title.blue-line::after {
    background: #00CAED;
}




/*解决方案 大标题*/

.page_common_title {
    margin: 150px 0 140px;
    font-size: 30px;
    font-weight: bold;
    color: #344048;
    text-align: center;
}

/*解决方案描述*/
.common-cat-section-description {
    width: 950px;
    height: 150px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 10px auto;
    text-align: center;
}

.common-cat-section-description p {
    text-indent: 2em;
    text-align: left;
}

.page_section_desc .common-cat-title {
    font-weight: 400;
}

.align-center {
    text-align: center;
}

.section_padding {
    padding: 25px 0;
}



/*智慧执法*/
.zhzf_s1 {
    height: 340px;
    color: #fff;
    padding: 25px 0;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/zhzf-top-bg.jpg) repeat-x center center;
    background-size: auto 100%;
}

.zhzf_s2 {
    height: 750px;
    background: #fff;
}

.zhzf_s3,
.zhzf_s5 {
    height: 750px;
    background: rgb(244, 244, 244) url(../images/zhzf-common-bg1.jpg) no-repeat center center;
    background-size: 1920px 100%;
}

.zhzf_s4 {
    background: #fff;
}

.zhzf_s2_relative {
    width: 900px;
    height: 500px;
    margin: 0 auto;
    position: relative
}

.zhzf_s2_relative .p_center {
    width: 412px;
    height: 384px;
    background: url(../images/page_zhzf_p1_1.png) no-repeat;
    margin: 180px auto 0;
}

.zhzf_s2_p {
    color: #5A646B;
    font-size: 16px;
    display: flex;
    width: 260px;
    align-items: center;
    position: absolute;
    letter-spacing: .3em;
}

.zhzf_s2_p .icon {
    display: block;
    width: 66px;
    height: 66px;
    background: url(../images/page_zhzf_s1_icon.png) no-repeat left center;
    margin: 0 10px;
}

.zhzf_s2_p.p1 span {
    background-position: 0 0;
}

.zhzf_s2_p.p3 span {
    background-position: 0 -250px;
}

.zhzf_s2_p.p4 span {
    background-position: 0 -82px;
}

.zhzf_s2_p.p5 span {
    background-position: 0 -332px;
}

.zhzf_s2_p.p1,
.zhzf_s2_p.p2 {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.zhzf_s2_p.p3 {
    flex-direction: column-reverse;
}

.zhzf_s2_p.p4,
.zhzf_s2_p.p5 {
    flex-direction: row;
    justify-content: flex-start;
}

.zhzf_s2_p.p1 {
    left: 5px;
    top: 180px;
}

.zhzf_s2_p.p2 {
    left: 75px;
    top: 20px;
}

.zhzf_s2_p.p3 {
    left: 322px;
    top: -90px;
}

.zhzf_s2_p.p4 {
    left: 595px;
    top: 20px;
}

.zhzf_s2_p.p5 {
    left: 645px;
    top: 180px;
}


.zhzf_s3_relative {
    width: 900px;
    height: 560px;
    margin: 0 auto;
    position: relative;
}

.zhzf_s3_relative .p_center_1 {
    width: 515px;
    height: 390px;
    background: url(../images/page_zhzf_p2_1.png) no-repeat;
    position: absolute;
    top: 100px;
    left: 193px;
}

.zhzf_s3_relative .p_center_2 {
    width: 515px;
    height: 390px;
    background: url(../images/page_zhzf_p2_2.png) no-repeat;
    position: absolute;
    top: 100px;
    left: 193px;
}

.zhzf_s3_p {
    color: #5A646B;
    font-size: 14px;
    display: flex;
    width: 210px;
    align-items: center;
    position: absolute;
    letter-spacing: .3em;
}

.zhzf_s3_p .icon {
    display: block;
    width: 51px;
    height: 51px;
    background: url(../images/page_zhzf_s2_icon.png) no-repeat left top;
    margin: 0 10px;
}

.zhzf_s3_p.p3 span {
    background-position: 0 -138px;
}

.zhzf_s3_p.p1 span {
    background-position: 0 -69px;
}

.zhzf_s3_p.p4 span {
    background-position: 0 -276px;
}

.zhzf_s3_p.p5 span {
    background-position: 0 -345px;
}

.zhzf_s3_p.p6 span {
    background-position: 0 -207px;
}

.zhzf_s3_p.p6,
.zhzf_s3_p.p1 {
    flex-direction: row-reverse;
}

.zhzf_s3_p.p2 {
    flex-direction: column-reverse;
}

.zhzf_s3_p.p3,
.zhzf_s3_p.p4 {
    flex-direction: row;
    justify-content: flex-start;
}

.zhzf_s3_p.p5 {
    flex-direction: column;
}

.zhzf_s3_p.p1 {
    left: -7px;
    top: 133px;
}

.zhzf_s3_p.p2 {
    left: 346px;
    top: 32px;
}

.zhzf_s3_p.p3 {
    left: 698px;
    top: 133px;
}

.zhzf_s3_p.p4 {
    left: 698px;
    top: 350px;
}

.zhzf_s3_p.p5 {
    left: 346px;
    top: 477px;
}

.zhzf_s3_p.p6 {
    left: -7px;
    top: 350px;
}

/**基层消防治理监管平台解决方案*/
.page_xfzljg_content .zhpcs_s1 {
    height: 340px;
    color: #fff;
    padding: 25px 0;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/pcs-top-bg.jpg) repeat-x center center;
    background-size: 1920px auto;
}

.page_xfzljg_content .zhpcs_s2 {
    height: 720px;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/common-bg-1.jpg) repeat-x center center;
    background-size: cover;
}

.page_xfzljg_content .zhpcs_s2 img {
    width: 900px;
    display: block;
    margin: 0 auto;
}


/*智慧派出所*/
.page_zhpcs_content .zhpcs_s1 {
    height: 340px;
    color: #fff;
    padding: 25px 0;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/pcs-top-bg.jpg) repeat-x center center;
    background-size: 1920px auto;
}

.page_zhpcs_content .zhpcs_s2 {
    height: 720px;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/common-bg-1.jpg) repeat-x center center;
    background-size: cover;
}

.zhpcs_s2 img {
    width: 800px;
    display: block;
    margin: 0 auto;
}

.zhpcs_s3 {
    height: 964px;
    box-sizing: border-box;
    overflow: hidden;
    ;
    background: url(../images/common-bg-2.png) repeat-x center center;
    background-size: 1920px auto;
}

/*智慧防火*/

.zhfh_s1 {
    height: 395px;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../images/fire-top-bg.png) repeat-x center center;
    background-size: cover;
}

.zhfh_s1 .common-cat-section-description {
    width: 100%;
    font-size: 16px;
}

.zhfh_s2,
.zhfh_s4 {
    background: #fff;
}

.zhfh_s3 {
    box-sizing: border-box;
    overflow: hidden;
    ;
    background: url(../images/common-bg-2.png) repeat-x center center;
    background-size: 1920px auto;
}

.zhfh_relative {
    position: relative;
}

.zhfh_relative .float-text {
    color: #fff;
    position: absolute;
}

.zhfh_relative .t1 {
    top: 145px;
    left: 380px;
}

.zhfh_relative .t2 {
    top: 145px;
    left: 765px;
}

.zhfh_relative .t3 {
    top: 27px;
    left: 941px;
}

.zhfh_relative .t3 .ft-title {
    font-weight: bold;
    text-align: left;
}

.zhfh_relative .t3 ul {
    padding-left: 20px;
}

.zhfh_relative .t3 .ft-li {
    font-size: 10px;
    line-height: 20px;
    text-align: left;
    width: 220px;
    list-style: circle;
}

.zhfh_relative .t4 {
    top: 313px;
    left: 271px;
    width: 135px;
    line-height: 1.2em;
}

.zhfh_relative .t5 {
    top: 313px;
    left: 432px;
    width: 135px;
    line-height: 1.2em;
}

.zhfh_relative .t6 {
    top: 313px;
    left: 593px;
    width: 135px;
    line-height: 1.2em;
}

.zhfh_relative .t7 {
    top: 313px;
    left: 762px;
    width: 135px;
    line-height: 1.2em;
}

.zhfh_relative .t8 {
    top: 313px;
    left: 1020px;
    width: 135px;
    line-height: 1.2em;
}

.zhfh_relative .t9 {
    top: 479px;
    left: 259px;
}

.zhfh_relative .t10 {
    top: 479px;
    left: 487px;
}

.zhfh_relative .t11 {
    top: 479px;
    left: 728px;
}

.zhfh_relative .t12 {
    top: 479px;
    left: 1024px;
    width: 120px;
    line-height: 1.2em;
}


.zhfh_features {
    display: flex;
    width: 1180px;
    margin: 180px auto;
}

.zhfh_features .feature {
    flex: 1;
    text-align: center;
}

.zhfh_features .feature .feature-icon {
    width: 100px;
    height: 100px;
    background: url(../images/page_zhfh_s2.png) no-repeat left;
    margin: 10px auto;
}

.zhfh_features .feature .feature-text {
    text-align: center;
    font-size: 16px;
    color: #5A646B;
    line-height: 50px;
}

.zhfh_features .feature .feature-desc {
    color: #5A646B;
    font-size: 14px;
}

.zhfh_features .feature .feature-icon.p2 {
    background-position-x: -288px;
}

.zhfh_features .feature .feature-icon.p3 {
    background-position-x: -570px;
}

.zhfh_features .feature .feature-icon.p4 {
    background-position-x: -855px;
}





/*智慧警车*/
.page_zhjc_content .zhjc_s1 {
    height: 340px;
    padding: 25px 0;
    box-sizing: border-box;
    background: url(../images/zhjc-top-bg.jpg) no-repeat center center;
    background-size: cover;
}

.page_zhjc_content .zhjc_s2 {
    height: 900px;
    background: url(../images/page_zhjc_s2.jpg) no-repeat center center;
}

.zhjc_s3 {
    text-align: center;
    height: 540px;
    background: url(../images/common-bg-2.png) repeat-x center center;
    background-size: 1920px auto;
}

.zhjc_s3 .zhjc_s3_pieces {
    width: 1400px;
    display: flex;
}

.zhjc_s3 .zhjc_s3_pieces .f_text {
    width: 300px;
    text-align: center;
    color: #5A646B;
    font-size: 16px;
    letter-spacing: .2em;
}

.zhjc_s3 .zhjc_s3_pieces .f_text:first-child {
    width: 250px;
    flex: 1;
    text-indent: -2.5em;
}

.zhjc_s3 .zhjc_s3_pieces .f_text:last-child {
    width: 250px;
    flex: 1;
    text-indent: 2.5em;
}

/*智慧物管*/
.zhwg_s1 {
    height: 340px;
    padding: 25px 0;
    box-sizing: border-box;
    background: url(../images/zhwg-top-bg.jpg) no-repeat center center;
    background-size: cover;
}

.zhwg_s2 {
    background: #fff;
}

.zhwg_s3 {
    box-sizing: border-box;
    height: 930px;
    background: url(../images/common-bg-1.jpg) no-repeat center center;
    background-size: cover;
}

.zhwg_s3 img {
    width: 1000px;
}

.zhwg_s4 {
    height: 750px;
    background: url(../images/common-bg-2.png) repeat-x center center;
    background-size: 1920px auto;
}

.zhwg_s4 .img-set ul {
    display: flex;
    width: 100%;
    padding: 5px 0;
}

.zhwg_s4 .img-set ul li {
    flex: 1;
}


/*消防救援站*/
.jyz_s1 {
    height: 340px;
    padding: 25px 0;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../images/fire-top-bg.png) repeat-x center center;
    background-size: cover;
}

.jyz-sub-title {
    border: 1px solid #00AFCC;
    border-radius: 30px;
    font-size: 30px;
    display: inline-block;
    width: 267px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-weight: 200;
}

.jyz_s3 {
    height: 800px;
    background: url(../images/page_xfjyz_s3.jpg) no-repeat center center;
    box-sizing: border-box;
}

.jyz_s3 .common-cat-title,
.jyz_s3 .jyz-sub-title {
    margin-top: 0;
    color: #fff;
}

.jyz_s3 .jyz-sub-title {
    margin-top: 90px;
    color: #fff;
}

.jyz_s2 {
    background: #fafafa;
}

.jyz_s2 .img-set {
    margin-top: 72px;
}

.jyz_s2 .img-set img {
    margin: 0 20px;
}

.jyz_s4 {
    background: url(../images/common-bg-2.png) repeat-x center center;
    background-size: 1920px auto;
}

/*合作伙伴列表*/

.partner-list {
    margin: 10px auto;
    text-align: center;
    width: 1300px;
}

.partner-list ul li {
    margin: 8px;
    width: 240px;
    height: 240px;
    float: left;
}

.partner-list ul:nth-child(2n+1) li {
    background: #213145;
}

.partner-list ul:nth-child(2n) li {
    background: #1AB7CD
}

/*成功案例 内页 列表*/
.case-bg-container {
    background: url(../images/case-bg-up.jpg) top center no-repeat, url(../images/case-bg-down.jpg) bottom center no-repeat;
    background-size: 100% auto, 100% auto;
}

.page-case {
    overflow: hidden;
}

.page-case-list {
    width: 1290px;
    margin: 40px auto 0;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
}

.page-case-list dl {
    position: relative;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 3px 7px 17px 1px rgba(178, 187, 204, 0.41);
    margin: 0 18px 40px;
    float: left;
    max-width: 416px;
}

.page-case-list dl:nth-child(4n)::after,
.page-case-list::after {
    clear: both;
    content: '';
    display: block;
}

.page-case-list dl dt {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.page-case-list dl dd {
    position: relative;
    padding: 20px 18px
}

.page-case-list dl dd h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    opacity: .85;
    white-space: pre-wrap;
    line-height: 1.5em;
}

.page-case-list dl dd span {
    font-size: 14px;
    line-height: 36px;
    color: #333;
    opacity: .4;
}

.page-case-list dl dt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-case-list dl a:hover dd h3 {
    opacity: 1;
}