/*------------------------最新版样式---------------------------*/
/*内页顶部广告*/
.inside-banner-box, .inside-banner-box img {
    width: 100%;
}

/*面包屑导航*/
.breadcrumb-box {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #DCDCDC;
    position: relative;
}

.breadcrumb-box::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    width: 6px;
    height: 16px;
    background: #0253a5;
}

.breadcrumb-box .icon-dingwei {
    font-size: 19px;
}

.breadcrumb-box .breadcrumb-bar {
    width: 20px;
    height: 20px;
    /* background: url(../img/breadcrumb-img.png) no-repeat; */
    background-size: 100% 100%;
    display: inline-block;
}

.breadcrumb-box span {
    color: #444444;
    line-height: 16px;
    max-width: 700px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.breadcrumb-box .first-span {
    margin-right: 0px;
}

.breadcrumb-box a {
    color: #444444;
    margin-right: 10px;
    line-height: 16px;
}

.breadcrumb-box span:last-child, .addr a:hover {
    color: #0253A5;
}

.btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-box .btn-item {
    display: block;
    width: 300px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    font-weight: 400;
    color: #999999;
    background: #F4F4F4;
    margin-top: 50px;
    position: relative;
    border-right: 1px solid #FFF;
}

.btn-box .on, .btn-box .cur {
    background: #0253A5;
    color: #FFF;
}

.btn-box .on::after, .btn-box .cur::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: #FFF;
    transform: rotate(45deg) translate(-50%);
    position: absolute;
    left: 50%;
    bottom: -8px;
}

.btn-box .btn-item:hover {
    background: #0253A5;
    color: #FFF;
}

.btn-box .btn-item:hover::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: #FFF;
    transform: rotate(45deg) translate(-50%);
    position: absolute;
    left: 50%;
    bottom: -8px;
}

/*顶部副导航栏 - 关于我们*/
.subnav-about-box {}

.subnav-about-box .container {}

.subnav-about-box .left span {
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    font-weight: bolder;
}

.subnav-about-box .left .as {
    color: #0253A5;
}

.subnav-about-box .right a {
    border-right: 1px solid #d2d2d2;
    font-size: 24px;
    color: #444444;
    line-height: 24px;
    padding: 0 45px;
    display: inline-block;
}

.subnav-about-box .right a:last-child {
    border-right: none;
    padding-right: 0;
}

.subnav-about-box .right a.cur, .subnav-about-box .right a:hover {
    color: #0253A5;
}

/*顶部副导航栏 - 新闻资讯*/
.subnav-news-box {
    margin-bottom: 53px;
    width: 242px;
}

.subnav-news-box .tit {
    width: 242px;
    height: 93px;
    background: #0253A5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subnav-news-box .tit::after {
    position: absolute;
    content: "N";
    font-size: 60px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 60px;
    top: 14px;
    left: 24px;
}

.subnav-news-box .tit p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
}

.subnav-news-box .tit p:nth-of-type(2) {
    text-align: center;
    width: 93px;
    white-space: nowrap;
    opacity: 1;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

.subnav-news-box .subnav-news-list {
    width: 100%;
    border: 1px solid #F4F4F4;
}

.subnav-news-box h3 {
    width: 100%;
    height: 45px;
    text-align: center;
    border-bottom: 1px solid white;
    border-left: 3px solid transparent;
    background-color: #F4F4F4;
    transition: all .4s;
    cursor: pointer;
}

.subnav-news-box h3 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #383838;
    position: relative;
}

.subnav-news-box h3 a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/subnav-icon-r1.png) no-repeat center center;
    position: absolute;
    left: 60px;
}

.subnav-news-box h3:hover a::before, .subnav-news-box h3.cur a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/subnav-icon-r.png) no-repeat center center;
}

.subnav-news-box h3:last-child {
    border-bottom: none;
}

/* .subnav-news-box h3.cur, .subnav-news-box h3:hover {
    border-left: 3px solid #0253A5;
} */

.subnav-news-box h3.cur a, .subnav-news-box h3:hover a {
    color: #0253A5;
}

.subnav-news-box .column-child {
    display: none;
    border-top: none;
    border-bottom: none;
}

.subnav-news-box .column-child .cur a {
    color: #0253A5;
}

.subnav-news-box .column-child a {
    display: block;
    line-height: 50px;
    text-indent: 80px;
    background: url(../img/nav-dot.png) no-repeat 60px center;
    border-bottom: 1px solid #F4F4F4;
}

.subnav-news-box .column-child a li.on {
    color: #0253A5;
}

.subnav-news-box .subnav-bottom {
    margin-top: 1px;
    width: 242px;
    height: 143px;
    background: url(../img/subnav-bg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subnav-news-box .subnav-bottom .img-box {
    width: 40px;
    height: 40px;
}

.subnav-news-box .subnav-bottom .img-box img {
    width: 100%;
}

.subnav-news-box .subnav-bottom .subnav-bottom-img p {
    font-size: 18px;
    color: #ffffff;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}

.subnav-news-box .subnav-bottom .subnav-bottom-img .subnav-phone {
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 500;
    margin-top: 10px;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    text-align: center;
}

/*顶部副导航栏 - 产品列表*/
.subnav-product-box {
    width: 242px;
    float: left;
}

.subnav-product-box .tit {
    width: 100%;
    height: 93px;
    background: #0253A5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.subnav-product-box .tit::after {
    position: absolute;
    content: "W";
    font-size: 60px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 60px;
    top: 14px;
    left: 18px;
}

.subnav-product-box .tit p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    margin-left: 67px;
}

.subnav-product-box .tit p:nth-of-type(2) {
    text-align: left;
    width: 144px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-left: 67px;
}

.subnav-product-box .subnav-product-list {
    width: 100%;
    border: 1px solid #F4F4F4;
}

.subnav-product-box h3 {
    width: 100%;
    height: 45px;
    padding-left: 60px;
    padding-right: 30px;
    border-bottom: 1px solid white;
    border-left: 3px solid transparent;
    background-color: #F4F4F4;
    transition: all .4s;
    cursor: pointer;
}

.subnav-product-box h3 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #383838;
    position: relative;
}

.subnav-product-box h3 a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/subnav-icon-r1.png) no-repeat center center;
    position: absolute;
    left: -20px;
}

.subnav-product-box h3:hover a::before, .subnav-news-box h3.cur a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/subnav-icon-r.png) no-repeat center center;
}


.subnav-product-box h3:last-child {
    border-bottom: none;
}

/* .subnav-product-box h3.cur, .subnav-product-box h3:hover {
    border-left: 3px solid #0253A5;
} */

.subnav-product-box h3.cur a, .subnav-product-box h3:hover a {
    color: #0253A5;
    position: relative;
}

.subnav-product-box .column-child {
    display: none;
    border-top: none;
    border-bottom: none;
}

.subnav-product-box .column-child a {
    position: relative;
}

.subnav-product-box .column-child .cur a {
    color: #0253A5;
}

.subnav-product-box .column-child a:hover {
    color: #0253A5;
}

.subnav-product-box .column-child li::after {
    content: "";
    display: block;
    width: 0px;
    border-left: 5px solid #666666;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    border-right: 5px solid #FFF;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.subnav-product-box .column-child li:hover::after {
    border-left: 5px solid #0253A5;
}

.subnav-product-box .column-child a {
    display: block;
    line-height: 50px;
    text-indent: 80px;
    background: url(../img/nav-dot.png) no-repeat 70px center;
    border-bottom: 1px solid #F4F4F4;
}

.subnav-product-box .column-child a li.on {
    color: #0253A5;
}

.subnav-product-box .column-child a li.on::after {
    border-left: 5px solid #0253A5;
}

.subnav-product-box .subnav-bottom {
    margin-top: 1px;
    width: 242px;
    height: 143px;
    background: url(../img/subnav-bg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subnav-product-box .subnav-bottom .img-box {
    width: 40px;
    height: 40px;
}

.subnav-product-box .subnav-bottom .img-box img {
    width: 100%;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img p {
    font-size: 18px;
    color: #ffffff;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img .subnav-phone {
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 500;
    margin-top: 10px;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    text-align: center;
}

/*无数据*/
.nodata {
    text-align: center;
}

/*分页*/
.pagination {
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
}

.pagination li {
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin: 0 2px;
}

.pagination .active {
    background: #0253A5;
    color: #FFF;
    border-color: #0253A5;
    margin: 0 2px;
}

.pagination .disabled {
    color: #aaa;
}

.pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
}

.pagination span {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
}

/*图片列表 - 荣誉资质*/
.list-honor-page-box .honor-list {
    margin: 70px auto;
    display: flex;
    flex-wrap: wrap;
}

.list-honor-page-box .honor-list dl {
    margin-right: 20px;
    margin-bottom: 32px;
    cursor: pointer;
}

.list-honor-page-box .honor-list dl:nth-child(4n) {
    margin-right: 0;
}

.list-honor-page-box .honor-list dt {
    width: 285px;
    height: 359px;
}

.list-honor-page-box .honor-list dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.list-honor-page-box .honor-list dd {
    height: 62px;
    line-height: 62px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
}

.list-honor-page-box .honor-list dd span {
    color: #444444;
    font-size: 18px;
    line-height: 18px;
}

/* list-news-box - 新闻资讯列表 */
.list-news-box {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 70px;
}

.list-news-box .news-list {
    width: 900px;
}

.list-news-box .news-list .news-info {
    width: 920px;
    height: 230px;
    padding: 23px;
    margin-bottom: 22px;
    border: 1px solid #D9D9D9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-news-box .news-list .news-info:hover {
    border: 1px solid #0253A5;
}

.list-news-box .news-list .news-info dt {
    width: 300px;
    height: 180px;
    display: inline-block;
}

.list-news-box .news-list .news-info dt img {
    width: 100%;
    height: 100%;
}

.list-news-box .news-list .news-info dd {
    width: 530px;
}

.list-news-box .news-list .news-info dd h4 {
    margin-top: 10px;
    color: #1A1A1A;
    margin-bottom: 15px;
    transition: all .4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-news-box .news-list .news-info dd h4 .title {
    font-size: 20px;
    color: #333333;
    display: inline-block;
    font-weight: bold;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-news-box .news-list .news-info dd h4 .time {
    font-size: 16px;
    line-height: 16px;
    color: #8C8C8C;
}

.list-news-box .news-list .news-info:hover h4 .title {
    color: #0253A5;
}

.list-news-box .news-list .news-info dd p {
    height: 90px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.list-news-box .news-list .news-info p {
    font-size: 14px;
    color: #666;
}

.list-news-box .news-list .news-info .detail-look {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

.list-news-box .news-list .news-info .detail-look button {
    width: 90px;
    height: 30px;
    background-color: #B6B6B6;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    transition: all .6s;
}

.list-news-box .news-list .news-info:hover .detail-look button {
    background-color: #0253A5;
    color: white;
}

/* list-product-box - 产品中心列表 */
.list-product-box {
    margin-top: 45px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.list-product-box .product-list {
    width: 956px;
    margin-left: 40px;
}

.list-product-box .product-list a {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 15px;
}

.list-product-box .product-list a:nth-child(3n) {
    margin-right: 0;
}

.list-product-box .product-list a .product-list-item {
    width: 292px;
    display: inline-block;
    border: 1px solid #e0e0e0;
}

.list-product-box .product-list .product-list-item .item-img {
    width: 100%;
    height: 290px;
    position: relative;
    z-index: 10;
}

.list-product-box .product-list .product-list-item .item-img img {
    width: 100%;
    height: 100%;
}

.list-product-box .product-list .product-list-item p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    width: 100%;
    height: 50px;
    transition: all .6s;
}

.list-product-box .product-list .product-list-item:hover p {
    background-color: #0253A5;
    color: #ffffff;
}

.list-product-box .product-list .subtitle {
    margin-bottom: 40px;
}

.list-product-box .product-list .subtitle p {
    font-size: 18px;
    font-weight: bolder;
    color: #383838;
    line-height: 30px;
}

.list-product-box .product-list .subtitle .cut {
    display: flex;
}

.list-product-box .product-list .subtitle .cut .left {
    width: 54px;
    height: 3px;
    background: #0253A5;
}

.list-product-box .product-list .subtitle .cut .right {
    width: 36px;
    height: 3px;
    background: #9b9b9b;
}

.list-product-box .product-list .subtitle .br {
    width: 100%;
    height: 1px;
    opacity: 0.67;
    background-color: #a6a6a6;
}

/* list-service-box - 方案服务列表 */
.list-service-box .list-service-top {
    margin-top: 60px;
    /* margin-bottom: 50px; */
    text-align: center;
}

.list-service-box.container {
    width: 1200px;
}

.list-service-box .list-service-top h1 {
    font-size: 40px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #030434;
    line-height: 40px;
    letter-spacing: 3px;
}

.list-service-box .list-service-top h2 {
    width: 76px;
    height: 8px;
    background: #030434;
    margin: 0 auto;
    margin-top: 26px;
}

.list-service-box .list-service {
    display: flex;
    flex-wrap: wrap;
}

.list-service-box .list-service .service-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 390px;
    margin-bottom: 20px;
    margin-right: 15px;
    transition: 0.5s;
}

.list-service-box .list-service .service-info1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 390px;
    height: 270px;
    margin-bottom: 20px;
    margin-right: 15px;
    transition: 0.5s;
}

.list-service-box .list-service .service-info1:hover p {
    color: #245A9C !important;
}

.list-service-box .list-service .service-info1 .service-info-img {
    width: 100%;
    height: 190px;
}

.list-service-box .list-service .service-info1 .service-info-img img {
    width: 100%;
    height: 190px;
}

.list-service-box .list-service .service-info1:nth-child(1) {
    width: 592px;
}

.list-service-box .list-service .service-info1:nth-child(1) img {
    width: 592px;
    height: 190px;
}

.list-service-box .list-service .service-info1:nth-child(2) {
    width: 592px;
}

.list-service-box .list-service .service-info1:nth-child(2) img {
    width: 592px;
    height: 190px;
}

.list-service-box .list-service .service-info1 .service-info-tilte {
    width: 100%;
    height: 80px;
    background: #F4F7FA;
    font-size: 30px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #222222;
    line-height: 80px;
    letter-spacing: 2px;
}

.list-service-box .list-service .service-info:nth-child(3n) {
    margin-right: 0;
}

.list-service-box .list-service .service-info1:nth-child(3n+2) {
    margin-right: 0;
}

/* .list-service-box .list-service .service-info:hover {
    border: 1px solid #ffffff;
    box-shadow: #d4d2d2 0 0 10px;
} */

.list-service-box .list-service .service-info .service-info-img {
    width: 390px;
    height: 170px;
    position: relative;
}

.list-service-box .list-service .service-info .service-info-img p {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
    position: absolute;
    top: 40px;
    left: 30px;
}

.list-service-box .list-service .service-info .service-info-img p::after {
    content: "";
    display: flex;
    width: 20px;
    height: 2px;
    background: #FFF;
    margin-top: 17px;
}

.list-service-box .list-service .service-info img {
    width: 100%;
}

.list-service-box .list-service .service-info .service-info-tilte {
    font-size: 20px;
    line-height: 20px;
}

/* .list-service-box .list-service .service-info:hover .service-info-tilte {
    color: #0253A5;
} */

.list-service-box .list-service .service-info .service-info-describe {
    width: 100%;
    height: 125px;
    background: #FBF9F9;
    padding: 0 25px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #222222;
    line-height: 30px;
}

.list-service-box .list-service .service-info .bottom {
    background: #F4F7FA;
    width: 100%;
    height: 130px;
    padding: 25px 15px;
}

.list-service-box .list-service .service-info .bottom .item1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-service-box .list-service .service-info .bottom .item1 .text {
    width: 180px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #222222;
    line-height: 30px;
    position: relative;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 10px;
}

.list-service-box .list-service .service-info .bottom .item1 .text:hover {
    color: #88bdf1;
}

.list-service-box .list-service .service-info .bottom .item1 .text::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #0253a5;
    border-radius: 50%;
    margin-right: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-3px);
}

.list-service-box .list-service .service-info .service-info-button {
    display: flex;
    align-items: center;
}

.list-service-box .list-service .service-info .service-info-button a {
    color: #444444;
    font-size: 20px;
    line-height: 20px;
}

/* .list-service-box .list-service .service-info .service-info-button a:hover {
    color: #0253A5;
} */

.list-service-box .list-service .service-info .service-info-button span {
    margin: 0 19px;
    display: inline-block;
    height: 20px;
    border-right: 1px dashed #444444;
}

/*客户案例列表*/
.subnav-case-box {
    width: 242px;
}

.subnav-case-box .tit {
    width: 100%;
    height: 93px;
    background: #0253A5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.subnav-case-box .tit::after {
    position: absolute;
    content: "P";
    font-size: 60px;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 60px;
    top: 14px;
    left: 32px;
}

.subnav-case-box .tit p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
}

.subnav-case-box .tit p:nth-of-type(2) {
    text-align: left;
    width: 96px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}

.subnav-case-box .subnav-case-list {
    width: 100%;
    border: 1px solid #F4F4F4;
}

.subnav-case-box h3 {
    width: 100%;
    height: 45px;
    padding-left: 56px;
    border-bottom: 1px solid white;
    border-left: 3px solid transparent;
    background-color: #F4F4F4;
    transition: all .4s;
    cursor: pointer;
}

.subnav-case-box h3 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #383838;
    position: relative;
}

.subnav-case-box h3 a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/subnav-icon-r1.png) no-repeat center center;
    position: absolute;
    left: -27px;
}

.subnav-case-box h3:hover a::before, .subnav-case-box h3.cur a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/subnav-icon-r.png) no-repeat center center;
}

.subnav-case-box h3:last-child {
    border-bottom: none;
}

/* .subnav-case-box h3.cur, .subnav-case-box h3:hover {
    color: #333333;
} */

.subnav-case-box h3.cur a, .subnav-case-box h3:hover a {
    color: #0253A5;
}

.subnav-case-box .column-child {
    display: none;
    border-top: none;
    border-bottom: none;
}

.subnav-case-box .column-child .cur a {
    color: #0253A5;
}

.subnav-case-box .column-child a {
    display: block;
    line-height: 50px;
    text-indent: 80px;
    background: url(../img/nav-dot.png) no-repeat 60px center;
    border-bottom: 1px solid #F4F4F4;
}

.subnav-case-box .column-child a li.on {
    color: #0253A5;
}

.subnav-case-box .subnav-bottom {
    margin-top: 1px;
    width: 242px;
    height: 143px;
    background: url(../img/subnav-bg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subnav-case-box .subnav-bottom .img-box {
    width: 40px;
    height: 40px;
}

.subnav-case-box .subnav-bottom .img-box img {
    width: 100%;
}

.subnav-case-box .subnav-bottom .subnav-bottom-img p {
    font-size: 18px;
    color: #ffffff;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}

.subnav-case-box .subnav-bottom .subnav-bottom-img .subnav-phone {
    font-size: 22px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 500;
    margin-top: 10px;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    text-align: center;
}


.list-case-box {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 70px;
}

.list-case-box .case-list {
    width: 930px;
    display: flex;
    flex-wrap: wrap;
}

.list-case-box .case-list .case-info {
    width: 290px;
    height: 350px;
    margin-bottom: 25px;
    margin-right: 20px;
}

.list-case-box .case-list .case-info:nth-child(3n) {
    margin-right: 0px;
}

.list-case-box .case-list .case-info:hover dd {
    background: #0253A5;
}

.list-case-box .case-list .case-info dt {
    width: 290px;
    height: 185px;
    display: inline-block;
}

.list-case-box .case-list .case-info dt img {
    width: 100%;
    height: 100%;
}

.list-case-box .case-list .case-info dd {
    background: #F5F5F5;
    padding-left: 14px;
    padding-right: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.list-case-box .case-list .case-info dd h4 {
    margin-top: 10px;
    color: #000000;
    margin-bottom: 10px;
    transition: all .4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-case-box .case-list .case-info dd h4 .title {
    font-size: 18px;
    color: #1A1A1A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.list-case-box .case-list .case-info:hover h4 .title {
    color: #FFF;
}

.list-case-box .case-list .case-info dd p {
    height: 45px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-case-box .case-list .case-info:hover dd p {
    color: #FFF;
}

.list-case-box .case-list .case-info p {
    font-size: 14px;
    color: #666;
}

.list-case-box .case-list .case-info .detail-look {
    width: 100%;
    margin-top: 17px;
    display: flex;
    justify-content: center;
    text-align: center;

    margin-bottom: 17px;
}

.list-case-box .case-list .case-info .detail-look button {
    width: 140px;
    height: 40px;
    background-color: #FFF;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    transition: all .6s;
    border: 1px solid #cccccc;
}

.list-case-box .case-list .case-info:hover .detail-look button {
    color: #0253A5;
}

/* info-news-box - 新闻详情页 */
.info-news-box .news-content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.info-news-box .news-content .news-left {
    width: 800px;
}

.info-news-box .news-content .news-left .info-news-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px;
    text-align: center;
    color: #343434;
}

.info-news-box .news-content .news-left .info-news-subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.info-news-box .news-content .news-left .info-news-subtitle p {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    line-height: 14px;
}

.info-news-box .news-content .news-left .info-news-subtitle p:nth-child(2) {
    margin: 0 30px;
}

.info-news-box .news-content .news-left .info-news-content {
    border-top: 1px solid #E3E3E3;
    padding-top: 30px;
}

.info-news-box .news-content .news-left .info-news-content p {
    color: #888888;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.info-news-box .news-content .news-left .info-news-content img {
    width: 100%;
}

.info-news-box .news-content .news-left .info-news-content a {
    color: #333333;
    font-weight: bold;
}

.info-news-box .news-content .news-left .info-news-content img {
    max-width: 100%;
}

.info-news-box .news-content .news-left .info-news-tag {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 50px;
}

.info-news-box .news-content .news-left .info-news-tag a {
    color: #999999;
    padding: 10px 20px;
    background-color: #F0F0F0;
    margin-bottom: 30px;
    border-radius: 25px;
}

.info-news-box .news-content .news-left .info-news-page {
    display: flex;
    justify-content: space-between;
}

.info-news-box .news-content .news-left .info-news-page, .info-news-box .news-content .news-left .info-news-page a {
    color: #666666;
}

.info-news-box .news-content .news-left .info-news-page a:hover {
    color: #B31E23;
}

.info-news-box .news-content .news-left .info-news-page .info-news-next {
    text-align: right;
}

.info-news-box .news-content .news-left .info-news-page .info-news-prev, .info-news-box .news-content .news-left .info-news-page .info-news-next {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-news-box .news-content .news-right {
    width: 330px;
}

.info-news-box .news-content .news-right .news-right-title {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
}

.info-news-box .news-content .news-right .list-news-right {
    border-top: 1px solid #C7C7C7;
    margin-top: 35px;
}

.info-news-box .news-content .news-right .list-news-right-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px dashed #C7C7C7;
}

.info-news-box .news-content .news-right .list-news-right-item p:first-child {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-news-box .news-content .news-right .list-news-right-item p:last-child {
    color: #666666;
    font-size: 14px;
    line-height: 14px;
}

.info-news-box .news-content .news-right .list-news-right-item span {
    color: #C7C7C7;
    font-size: 15px;
}

.info-news-box .news-content .news-right .list-news-right-item:hover p:first-child, .info-news-box .news-content .news-right .list-news-right-item:hover span {
    color: #B31E23;
}

.info-news-box .news-recommend {
    margin-top: 90px;
    margin-bottom: 110px;
}

.info-news-box .news-recommend .news-recommend-title {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    padding-left: 18px;
    position: relative;
}

.info-news-box .news-recommend .news-recommend-title:before {
    content: '';
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #0253A5;
}

.info-news-box .news-recommend .list-recommend {
    margin-top: 30px;
    padding-top: 45px;
    border-top: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item {
    width: 380px;
    box-shadow: #d4d2d2 0px 0px 3px;
    padding-bottom: 35px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item img {
    width: 100%;
    height: 300px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .list-recommend-content {
    padding: 0 35px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-title {
    color: #161616;
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-desc {
    color: #666666;
    line-height: 26px;
    margin-top: 15px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-cutline {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    margin-top: 30px;
    margin-bottom: 20px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date span:first-child {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date span:last-child {
    font-size: 9px;
    color: #999999;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item:hover .recommend-item-date span:last-child, .info-news-box .news-recommend .list-recommend .list-recommend-item:hover .recommend-item-title {
    color: #0253A5;
}

/*产品详情*/
.info-product-box {
    margin-top: 40px;
    padding-bottom: 70px;
}

.info-product-box .product-right {
    float: right;
    margin-left: 39px;
    width: 916px;
    background: #FFF;
}

.info-product-box .product-right .box {
    background: #F5F5F5;
    padding-bottom: 28px;
    margin-bottom: 36px;
}

.info-product-box .product-right img {
    display: inline-block;
    width: 100%;
}

.info-product-box .pro-top {
    display: flex;
    justify-content: space-between;
    background: #FFF;
    margin-top: 24px;
    padding-right: 20px;
}

.info-product-box .pro-top .pleft {
    width: 430px;
    height: 350px;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
}

.info-product-box .pro-top .pleft .pic-box {
    height: 100%;
}

.info-product-box .pro-top .pleft .pic-box .pic-con {
    height: 100%;
}

.info-product-box .pro-top .pleft .pic-box .pic-con li {
    height: 100%;
}

.info-product-box .pro-tit {
    background: #0253A5;
    padding-top: 12px;
    padding-left: 17px;
    padding-right: 18px;
    padding-bottom: 6px;
    display: inline-block;
}

.info-product-box .pro-tit .ch {
    font-size: 24px;
    font-weight: 400;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    color: #ffffff;
    line-height: 24px;
}

.info-product-box .pro-tit .en {
    opacity: 0.48;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
    color: #ffffff;
    line-height: 14px;
    margin-top: 6px;
}

.info-product-box .pro-top .pright {
    width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 10px;
    padding-top: 10px;
}

.info-product-box .pic-box li img {
    display: block;
    width: 100%;
    height: 100%;
}

.info-product-box .pleft .small-scroll {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    width: 100%;
    background-color: #fff;
    display: none;
}

.info-product-box .pleft .small-items {
    margin: 0 auto;
    position: relative;
    width: 390px;
    overflow: hidden;
}

.info-product-box .pleft .small-items li {
    float: left;
    width: 110px;
    margin-left: 15px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.info-product-box .pleft .small-items li img {
    width: 100%;
    display: block;
}

.info-product-box .pleft .prev {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    left: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.info-product-box .pleft .next {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    right: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.info-product-box .pleft .nav {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 16px;
    color: #fff;
    padding: 5px 12px;
}

.info-product-box .pleft .nav a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    font-size: 0;
}

.info-product-box .pleft .nav a.cur {
    background: rgba(255, 231, 73, 0.75);
}

.info-product-box .pright h4 {
    color: #333333;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 19px;
    border-bottom: 1px solid #E5E5E5;
    font-weight: 700;
}


.info-product-box .pd-short {
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-product-box .hot-box-top {
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.info-product-box .hot-box-top .hot-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 185px;
}

.info-product-box .hot-box-top .hot-mobile .hot-img {
    width: 40px;
    height: 40px;
}

.info-product-box .hot-mobile .hot-img img {
    width: 100%;
    height: 100%;
}

.info-product-box .hot-mobile .hot-phone {
    font-size: 20px;
    color: #333333;
    line-height: 25px;
}

.info-product-box .hot-box-top a:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 42px;
    background-color: #0253A5;
    line-height: 42px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    margin-left: 55px;
    border-radius: 5px;
}

.info-product-box .hot-box-top a:nth-child(2) img {
    width: 22px;
    height: 21px;
    margin-left: 15px;
}

.info-product-box .pro-key {
    line-height: 36px;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 40px;
}

.info-product-box .pro-key a {
    font-weight: normal;
    margin-right: 6px;
    padding-left: 8px;
    padding-right: 8px;
    background: #f1f1f1;
    line-height: 28px;
    border-radius: 10px;
    display: inline-block;
}

.info-product-box .product-guess {
    margin-bottom: 70px;
}

.info-product-box .related-box {
    width: 100%;
}

.info-product-box .related-box .related-title {
    display: flex;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

.info-product-box .related-box .related-title p {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;

}

.info-product-box .related-box .related-title b {
    display: inline-block;
    color: #0253A5;
}

.info-product-box .related-box .related-title span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    font-weight: normal;
    text-transform: uppercase;
}

.info-product-box .related-box .related-bar {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-bottom: 50px;
    height: 1px;
    background-color: #F4F4F4;
}

.info-product-box .related-box .related-bar span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 106px;
    height: 1px;
    background-color: #0253A5;
}

.info-product-box .related-box .related-content {
    display: flex;
    justify-content: space-between;
}

.info-product-box .related-box .related-content dl {
    width: 296px;
    box-sizing: border-box;
}

.info-product-box .related-box .related-content dt .produce-img {
    width: 100%;
    height: 190px;
    position: relative;
    z-index: 10;
}

.info-product-box .related-box .related-content .produce-img img {
    width: 100%;
    height: 100%;
}

.info-product-box .related-box .related-content dt .produce-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 40;
    background: #000000;
    opacity: 0.5;
    transition: all .6s;
}

.info-product-box .related-box .related-content dt .produce-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 100;
    transition: all .6s;
}

.info-product-box .related-box .related-content .produce-plus img {
    display: block;
    width: 30px;
    height: 30px;
}

.info-product-box .related-box .related-content dd {
    text-align: center;
    height: 50px;
}

.info-product-box .related-box .related-content dd a {
    display: block;
    height: 50px;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.info-product-box .related-box .related-content dl:hover dt .produce-mask,
.info-product-box .related-box .related-content dl:hover dt .produce-plus {
    height: 100%;
}

.info-product-box .related-box .related-content dl:hover dd a {
    background-color: #0253A5;
    color: #ffffff;
}

/* message - 立即咨询 */
.message-box .message-title {
    padding-bottom: 44px;
    margin-top: 46px;
}

.message-box .message-title h1 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.message-box .message-title .message-title-center {
    display: block;
    width: 325px;
    height: 6px;
    background: url(../img/message-tit-bg.png) no-repeat center center;
    background-size: contain;
    margin: 15px auto;

}

.message-box .message-title .message-title-right {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    text-align: center;
    line-height: 14px;
}

.message-box .message-form {
    display: flex;
    margin-bottom: 70px;
}

.message-box .message-form .message-l {
    width: 526px;
    height: 455px;
    background: url('../img/message-left.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.message-box .message-form .message-l .message-l-title {
    margin-top: 34px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.message-box .message-form .message-r {
    width: 642px;
    height: 455px;
    margin-left: 32px;
    padding: 30px;
    padding-top: 20px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.message-box .message-form .message-require {
    font-size: 24px;
    margin-bottom: 23px;
}

.message-box .message-form .message-require p {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.message-box .message-form .red-x1 {
    color: #f00;
    display: inline;
    font-size: 12px;
}

.message-box .message-form .table {}

.message-box .message-form .table .tr {
    background: #F4F4F4;
    border: 1px solid #DCDCDC;
    display: flex;
    margin-bottom: 20px;
}

.message-box .message-form .table .ts {
    background: #FFF;
    justify-content: center;
    border: 0;
}

.message-box .message-form .table input {
    border: 0px solid #555555;
    outline: none;
    margin-right: 10px;
    font-size: 14px;
    width: 355px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0);
}

.message-box .message-form .table textarea {
    width: auto;
    height: 100px;
    padding: 10px;
    border-radius: 4px;
    border: 0px solid #555555;
    outline: none;
    font-size: 14px;
    background: rgba(255, 255, 255, 0);
}

.message-box .message-form .table .th {
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 13px;
}

.message-box .message-form .table .tab-textarea {
    vertical-align: top;
}

.message-box .message-form .table .message-submit {
    background-color: #0253A5;
    width: 140px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    border: none;
    font-size: 14px;
    font-weight: bold;
}

.message-box .message-form .table .message-reset {
    background-color: #666666;
    width: 140px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    border: none;
    font-size: 14px;
    font-weight: bold;
}

.message-box .message-form .table .message-thanks {
    font-size: 16px;
    color: #555555;
}

.message-box .message-form .table .message-thanks strong {
    color: #0253A5;
}

/*搜索*/
.search-box {
    display: flex;
    justify-content: space-between;
}

.search-box .left {
    width: 915px;
}

.search-box .right {
    width: 255px;
}

.search-box .search-list-item {
    font-size: 14px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.search-box .search-list-item dt {
    font-size: 16px;
}

.search-box .search-list-item .tit-a {
    color: #222222;
}

.search-box .search-list-item .tit-a:hover {
    color: #0253A5;
}

.search-box .search-list-item dd {
    color: #888;
    line-height: 22px;
}

.search-box .search-list-item dd .tag-time {
    display: flex;
    justify-content: space-between;
}

.search-box .search-list-item dd .tags a {
    color: #ba1e1e;
    padding: 0 5px;
}

.search-box .search-product {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #d0d0d0 dashed;
    margin-bottom: 23px;
}

.search-box .search-product dt {
    display: block;
    width: 280px;
    height: 220px;
}

.search-box .search-product dt img {
    width: 100%;
    height: 100%;
    border: 3px solid #e7e7e7;
}

.search-box .search-product dd {
    display: block;
    width: 600px;
}

.search-box .search-product dd h5 {
    font-weight: normal;
    height: 53px;
    line-height: 48px;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.search-box .search-product dd h5 a {
    color: #1c1c1c;
}

.search-box .search-product:hover dd h5 a {
    color: #0253A5;
}

.search-box .search-product dd .content-desc {
    font-size: 14px;
    line-height: 24px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 12px;
    color: #7b7b7b;
}

.search-box .search-product dd .see-detail {
    display: flex;
    justify-content: flex-end;
}

.search-box .search-product dd .see-detail a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    background: #666;
    width: 82px;
    line-height: 24px;
    height: 24px;
}

.search-box .right {
    background: #f1f1f1;
    height: auto;
    width: 256px;
    margin-top: 15px;
    overflow: hidden;
}

.search-box .right h2 {
    height: 44px;
    background: #BF0017;
    text-align: center;
    font: 24px "Microsoft Yahei", "微软雅黑";
    line-height: 45px;
    margin-bottom: 3px;
    overflow: hidden;
}

.search-box .right h2 a, .search-box .right h2 {
    color: #fff;
}

.search-box .right dl {
    border-bottom: 1px dotted #cfcfcf;
    width: 242px;
    overflow: hidden;
    margin: 18px auto 0;
    padding-bottom: 18px;
}

.search-box .right dt {
    width: 109px;
    height: 73px;
    overflow: hidden;
    display: inline;
    float: left;
    margin-left: 11px;
}

.search-box .right dt img {
    width: 109px;
}

.search-box .right dt p {
    display: none;
}

.search-box .right dd {
    width: 110px;
    height: 73px;
    overflow: hidden;
    float: right;
    color: #7b7b7b;
    font-size: 14px;
    line-height: 26px;
    margin-top: 0px;
}

.search-box .right ul {
    margin: 20px 0 0 20px;
    padding-bottom: 30px;
}

.search-box .right li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 225px;
}

.search-box .right li a {
    color: #7b7b7b;
}

.search-box .right li span {
    display: inline-block;
    float: left;
    width: 6px;
    height: 14px;
    margin: 11px 6px 0 0;
    background: #da2420;
}

/*服务网点*/
.list-about-box .title {
    height: 140px;
    background: #ffffff;
    box-shadow: -4px 0px 6px 3px rgba(0, 0, 0, 0.06);
    padding-top: 35px;
}

.list-about-box .title .top {
    display: flex;
    justify-content: center;
}

.list-about-box .title .top span {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    letter-spacing: 1px;
}

.list-about-box .title .top span:nth-child(2) {
    color: #0253A5;
}

.list-about-box .title h3 {
    opacity: 0.38;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    color: #a1a1a1;
    line-height: 30px;
    margin-top: 20px;
}

.list-about-box .map {
    margin-bottom: 80px;
}

.list-about-box .map img {
    width: 100%;
}

.list-about-box .list {
    margin-bottom: 100px;
}

.list-about-box .list .wapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-about-box .list .wapper .br {
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    border: 1px solid #eeeeee;
    margin: 50px 0px;
}

.list-about-box .list .wapper .item .head {
    font-size: 24px;
    font-weight: bolder;
    color: #2b2b2b;
    line-height: 24px;
    margin-bottom: 27px;
    margin-left: 20px;
}

.list-about-box .list .wapper .item .bottom {
    display: flex;
    align-items: center;
}

.list-about-box .list .wapper .item .left {
    width: 224px;
}

.list-about-box .list .wapper .item .left img {
    width: 100%;
    height: 100%;
}

.list-about-box .list .wapper .item .right {
    margin-left: 16px;
}

.list-about-box .list .wapper .item .right p {
    width: 320px;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 30px;
    font-family: SourceHanSansCN-Regular;
}

.list-about-box .list .wapper .item .right p:nth-of-type(1) {
    text-align: center;
    font-weight: bolder;
}

/* 安防弱电*/
.list-service-box .offer-box .title-box {
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
}

.offer-box .title-box .tit {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

.offer-box .title-box::after {
    content: "WE PROVIDE YOU WITH";
    display: block;
    font-size: 48px;
    font-family: Arial, Arial-Black;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 1px;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-text-stroke: 1px #245A9C;
    transform: translate(-50%);
    opacity: 0.3;
    white-space: nowrap;
}

.offer-box .offer-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}
.offer-box .btn {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 75px;
    width: 186px;
    height: 50px;
    background: #0253a5;
    border-radius: 5px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
}
.offer-box .offer-main .item {
    width: 390px;
    margin-bottom: 12px;
    margin-right: 15px;
    position: relative;
    
}
.offer-box .offer-main .item .img-box{
    position: relative;
}
.offer-box .offer-main .item .img-box:hover .icon{
    position: absolute;
    background: url(../uploadimg/job-icon-2.png) no-repeat center center;
    width: 33px;
    height: 19px;
    right: 24px;
    top:36px;
}
.offer-box .offer-main .item img {
    width: 390px;
}

.offer-box .offer-main .item:nth-child(3n) {
    margin-right: 0px;
}

.offer-box .offer-main .item .text-box {
    position: absolute;
    top: 36px;
    left: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 24px;
}

.offer-box .offer-main .item .text-box::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    margin-top: 17px;
}

.offer-box .offer-main .item .bottom {
    background: #F4F7FA;
    height: 130px;
    padding: 25px 15px;
}

.offer-box .offer-main .item .bottom .item1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offer-box .offer-main .item .bottom .item1 .text {
    width: 180px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #222222;
    line-height: 30px;
    position: relative;
    align-items: center;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.offer-box .offer-main .item .bottom .item1 .text:hover {
    color: #88bdf1;
}

.offer-box .offer-main .item .bottom .item1 .text::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #0253a5;
    border-radius: 50%;
    margin-right: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-3px);
}

.advantage-box {
    background: url(../img/ai-bg-1.jpg) no-repeat center center;
    padding: 1px;
}

.advantage-box .title-box {
    text-align: center;
    margin-top: 60px;
}
.advantage-box .title-box .tit{
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

.advantage-box .title-box::after {
    content: "SECURITY ADVANTAGE";
    display: block;
    font-size: 48px;
    font-family: Arial, Arial-Black;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 1px;
    position: absolute;
    top: -24px;
    left: 50%;
    -webkit-text-stroke: 1px #245A9C;
    transform: translate(-50%);
    opacity: 0.3;
    white-space: nowrap;
}

.advantage-box .main {
    margin-top: 60px;
    margin-bottom: 80px;
}

.advantage-box .main .item {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.advantage-box .main .item .text-box {
    margin-right: 30px;
    flex: 1;
}

.advantage-box .main .item:nth-child(2n) .text-box {
    margin-right: 0px;
    margin-left: 40px;
}

.advantage-box .main .item .text-box .tit-box {
    display: flex;
}

.advantage-box .main .item .text-box .tit-box .icon {
    flex-shrink: 0;
}

.advantage-box .main .item .text-box .tit-box .txt {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: 30px;
    letter-spacing: 1px;
    margin-left: 10px;
}

.advantage-box .main .item .text-box .tit-box .ts {
    font-size: 30px;
}

.advantage-box .main .item .text-box .tit-box .en {
    opacity: 0.64;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-left: 10px;
}

.advantage-box .main .item .text-box .text {
    margin-top: 42px;
    border: 1px solid #EEE;
    padding-right: 15px;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.advantage-box .main .item .text-box .text::after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    border-bottom: 1px solid #0238BC;
    border-right: 1px solid #0238BC;
    bottom: 0;
    right: 0;
}

.advantage-box .main .item .text-box .text::before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    border-top: 1px solid #0238BC;
    border-left: 1px solid #0238BC;
    top: 0;
    left: 0;
}

.advantage-box .main .item .text-box .text p {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 36px;
    letter-spacing: 0.36px;
    position: relative;
}

.advantage-box .main .item .text-box .text p::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0238bc;
    position: absolute;
    top: 13px;
    left: -15px;
}

.advantage-box .main .item .img-box {
    flex-shrink: 0;
    width: 600px;
    height: 315px;
}
.advantage-box .main .item .img-box img{
    width: 100%;
    height: 100%;
}
.ai-case-box {
    background: #F2F6FB;
    padding: 1px;
}

.ai-case-box .title-box {
    text-align: center;
    position: relative;
    margin-top: 60px;
}
.ai-case-box .title-box .tit{
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
    position: relative !important;
    z-index: 10 !important;
}
.ai-case-box .title-box::after {
    content: "PROJECT CASE";
    display: block;
    width: 420px;
    font-size: 48px;
    font-family: Arial, Arial-Black;
    font-weight: 900;
    text-align: left;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 1px;
    position: absolute;
    z-index: 1;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-text-stroke: 1px #245a9c;
    opacity: 0.34;
    white-space: nowrap;
}
.ai-case-box .main {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.ai-case-box .main .item {
    margin-bottom: 30px;
    margin-right: 15px;
    width: 385px;
}

.ai-case-box .main .item .img-box {
    width: 100%;
    height: 243px;
    position: relative;
}

.ai-case-box .main .item .img-box img {
    width: 100%;
    height: 100%;
}

.ai-case-box .main .item .img-box .mask {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    line-height: 44px;
    letter-spacing: 2.4px;
    overflow: hidden;
}
.ai-case-box .main .item:nth-child(3n) {
    margin-right: 0;
}

.ai-case-box .main .item:hover {
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.10);
}

.ai-case-box .main .item .text-box {
    padding: 0 15px;
    height: 80px;
    background: #FFF;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    line-height: 80px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ai-case-box .btn {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 75px;
    width: 186px;
    height: 50px;
    background: #0253a5;
    border-radius: 5px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
}

.ai-bottom {
    margin-top: 90px;
    margin-bottom: 90px;
}

.ai-bottom .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E6E6E6;
    height: 115px;
}

.ai-bottom .main .item {
    padding-top: 20px;
    padding-left: 70px;
    flex: 1;
}

.ai-bottom .main .item1 {
    padding-top: 20px;
    width: 246px;
    height: 100%;
    flex-shrink: 0;
    background: url(../img/ai-img-23.jpg) no-repeat center center;
}

.ai-bottom .main .item1 .tit {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 25px;
    letter-spacing: 2px;
    margin-left: 70px;
}

.ai-bottom .main .item .txt {
    display: flex;
    align-items: center;
}

.ai-bottom .main .item .txt span {
    font-size: 18px;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 350px;
}
.ai-bottom .main .item:hover .txt span{
    color: #005bac;
}
.ai-bottom .main .item .txt .icon {
    width: 18px;
    height: 18px;
    background: #005bac;
    border-radius: 4px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    color: #ffffff !important;
    margin-right: 14px;
    flex-shrink: 0;
}

.ai-bottom .main .item .tips {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    width: 350px;
}

.ai-bottom .main .item .tips span {
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ai-bottom .main .br {
    width: 1px;
    height: 72px;
    background: #dcdcdc;
    flex-shrink: 0;
}

.ai-bottom .main .item .tips .icon1 {
    width: 18px;
    height: 18px;
    background: #808080;
    border-radius: 4px;
    flex-shrink: 0;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    color: #ffffff;
    margin-right: 14px;
    margin-bottom: auto;
    margin-top: 5px;
    flex-shrink: 0;
}
.honor-box{
    width: 100%;
    height: 992px;
    background: url(../img/ai-bg-2.jpg) no-repeat center center;
    background-size: cover;
    padding: 1px;
}
.honor-box.af{
    background: url(../img/af-bg-2.jpg) no-repeat center center;
}
.honor-box .title {
    text-align: center;
    position: relative;
    margin-top: 109px;
}

.honor-box .title span {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

.honor-box .title::after {
    content: "QUALIFICATION";
    display: block;
    width: 420px;
    font-size: 48px;
    font-family: Arial, Arial-Black;
    font-weight: 900;
    text-align: left;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 1px;
    position: absolute;
    z-index: 1;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-text-stroke: 1px #245a9c;
    opacity: 0.34;
}

.honor-box .honor-main {
    margin-top: 40px;
    position: relative;
}

.honor-box .honor-main .hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.honor-box .honor-main .hd .item {
    width: 288px;
    border: 1px solid #8797a6;
    margin-bottom: 20px;
}

.honor-box .honor-main .hd .item .img-box {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.honor-box .honor-main .hd .item img {
    max-height: 200px;
}

.honor-box .honor-main .hd .item .bottom {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
}

.honor-box .honor-main .prev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.honor-box .honor-main .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}

.honor-box .honor-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 70px;
    width: 186px;
    height: 50px;
    background: #0364c7;
    border-radius: 5px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 1px;
}

.honor-box .honor-btn .icon {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.honor-box .honor-btn .icon img {
    width: 100%;
    height: 100%;
}

/* ai警报 */
.offer-box1 .title-box {
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    position: relative;
}

.offer-box1 .title-box .tit {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #222222;
    line-height: 48px;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

.offer-box1 .title-box::after {
    content: "WE PROVIDE YOU WITH";
    display: block;
    font-size: 48px;
    font-family: Arial, Arial-Black;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 1px;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-text-stroke: 1px #245A9C;
    transform: translate(-50%);
    opacity: 0.3;
    white-space: nowrap;
}

.offer-box1 .offer-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.offer-box1 .offer-main .item {
    margin-bottom: 17px;
    margin-right: 15px;
    width: 390px;
    height: 270px;
}

.offer-box1 .offer-main .item:hover .bottom {
    color: #245A9C !important;
}

.offer-box1 .offer-main .item:nth-child(1) {
    width: 592px;
}

.offer-box1 .offer-main .item:nth-child(2) {
    width: 592px;
    margin-right: 0;
}

.offer-box1 .offer-main .item:nth-child(3n+2) {
    margin-right: 0;
}

.offer-box1 .offer-main .item img {
    width: 100%;
    height: 190px;
}

.offer-box1 .offer-main .item .bottom {
    background: #F4F7FA;
    height: 80px;
    font-size: 30px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #222222;
    line-height: 80px;
    letter-spacing: 2px;
}

/* 弱电详情 */

.jd-solution {
    width: 915px;
}

.jd-solution .title {
    font-size: 40px !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 400 !important;
    text-align: center;
    color: #222222;
    line-height: 40px;
}

.jd-solution .title::after {
    content: "";
    display: block;
    width: 62px !important;
    height: 6px !important;
    background: #fc9a18;
    margin: 0 auto;
    margin-top: 22px;
}

.jd-solution .tit-box {
    background: url(../img/jd-bg.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    height: 60px;
    margin-top: 60px;
}

.jd-solution .tit-box .tit {
    font-size: 30px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    margin-left: 20px;
}

.jd-solution .tit-box .en {
    opacity: 0.52;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 18px;
    margin-left: 36px;
}

.jd-solution .text-box {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: justify;
    color: #444444;
    line-height: 36px;
    margin-top: 30px;
}

.jd-solution .text-box span {
    color: #222;
    font-weight: bold;
}

.jd-solution .item {
    margin-top: 50px;
    margin-bottom: 80px;
}

.jd-solution .item .tit {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #0253a5;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.jd-solution .item .tit::before {
    content: "";
    display: block;
    width: 6px;
    height: 22px;
    background: #0253a5;
    margin-right: 12px;
}
/* 安防列表页 */
.af-info .title-box {
    margin-top: 94px;
}

.af-info .title-box .tit {
    font-size: 36px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 700;
    text-align: center;
    color: #222222;
    line-height: 36px;
    letter-spacing: 2.4px;
}

.af-info .title-box .tit::after {
    content: "";
    display: block;
    width: 62px;
    height: 6px;
    background: #fc9a18;
    margin: 0 auto;
    margin-top: 24px;
}

.af-info .text-box {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: justify;
    color: #444444;
    line-height: 36px;
    letter-spacing: 1.08px;
    margin-top: 50px;
}

.af-info .af-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 30px 0;
    border-bottom: 1px solid #DCDCDC;
}

.af-info .af-nav .item {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #444;
    display: block;
    line-height: 24px;
    letter-spacing: 0px;
    position: relative;
    cursor: pointer;
}
.af-info .af-nav .hr{
    margin: 0 12px;
}
.af-info .af-nav .item.focus{
    color: #0253A5;
}
.af-info .af-nav .item.focus::after {
    content: "";
    display: block;
    width: 155px;
    height: 13px;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/af-info-icon.png) no-repeat center center;
    background-size: contain;
}

.af-info .main {
    margin-top: 10px;
    margin-bottom: 50px;
    opacity: 0;
    display: none;
    transition: .3s;
}
.af-info .main.show{
    display: block;
}
.af-info .main.show2{
    opacity: 1;
}
.af-info .main .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 20px;
}

.af-info .main .item .img-box {
    width: 370px;
    height: 240px;
    flex-shrink: 0;
}

.af-info .main .item .img-box img {
    width: 100%;
    height: 100%;
}

.af-info .main .item .text-box1 {
    margin-left: 40px;
    flex: 1;
}

.af-info .main .item .text-box1 .tit {
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: 20px;
    letter-spacing: 1.44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.af-info .main .item .text-box1 .text {
    margin-top: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: justify;
    color: #444444;
    line-height: 36px;
    letter-spacing: 1.08px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.af-info .main .item .text-box1 .btn {
    margin-top: 30px;
    width: 150px;
    height: 40px;
    background: #e5e5e5;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #444444;
    line-height: 40px;
    letter-spacing: 1.08px;
    float: right;
}

.af-info .main .item:hover {
    background: #F7F7F7;
}

.af-info .main .item:hover .text-box1 .tit {
    color: #0253A5;
}

.af-info .main .item:hover .text-box1 .btn {
    color: #FFF;
    background: #0253A5;
}

.af-info .back {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:65px;
    margin-bottom: 125px;
} 

.af-info .back .icon {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
}

.af-info .back .text {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #222222;
    line-height: 18px;
    letter-spacing: 1.08px;
    margin-left: 16px;
}
/* ai报警改 */
.cc-safe {
    width: 100%;
    height: 797px;
    background: url(../img/ai-img-cf.jpg) no-repeat center center;
    background-size: cover;
}
.lwbj{
    margin-bottom: 90px;
}
.lwbj .title-box {
    margin-top: 92px;
}

.lwbj .title-box .tit {
    font-size: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 48px;
}

.lwbj .title-box .tips {
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 16px;
    margin-top: 20px;
}

.lwbj .main {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.lwbj .main .img-box {
    width: 976px;
    height: 475px;
    margin-left: -375px;
    flex-shrink: 0;
}

.lwbj .main .text-box {
    margin-left: 30px;
}

.lwbj .main .text-box .item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.lwbj .main .text-box .item:nth-last-child(1) {
    border-bottom: 0px;
}

.lwbj .main .text-box .item .icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.lwbj .main .text-box .item .text {
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: bold;
    text-align: left;
    color: #222222;
    line-height: 36px;
    margin-left: 21px;
}

.ai-tl {
    margin-top: 114px;
    margin-bottom: 122px;
    height: 314px;
    background: url(../img/ai-img-tl.jpg) no-repeat center center;
    background-size: cover;
}

.ai-tl .main {
    width: 1200px;
    height: 314px;
    position: relative;
}

.ai-tl .main .btn {
    width: 230px;
    height: 50px;
    background: #fc9a18;
    border-radius: 10px;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
}