@charset "UTF-8";
/*
 * @Description: 跨区域CA互认服务
 * @Autor: wzhcaho
 * @LastEditors: wzhcaho
 * @LastEditTime: 2021-12-23
 */
.main-hd {
    background-image: url('../images/cross_region/banner.jpg');
}
.main-tt{
    line-height: 112px;
}

/* 简介 */
.introduction {
    height: 90px;
    padding-left: 82px;
    padding-right: 21px;
    margin-top: 34px;
    background: url('../images/cross_region/introduction.jpg') no-repeat left top;
}
.introduction-tt {
    color: #0f60cd;
    font-size: 36px;
    line-height: 90px;
    font-weight: 600;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.introduction-con {
    margin-left: 105px;
    font-size: 0;
    height: 100%;
    -webkit-text-size-adjust: none;
}
.introduction-con span {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    max-height: 72px;
    word-break: break-all;
    overflow: hidden;
}
.introduction-con > i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
/* 标题 */
.title {
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}
.title.overview {
    margin-top: 65px;
}
.title-txt {
    position: relative;
    padding: 0 24px;
}
.title-txt::before {
    right: 100%;
    background-image: url('../images/title_l.png');
}
.title-txt::after {
    left: 100%;
    background-image: url('../images/title_r.png');
}
.title-txt::before,
.title-txt::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 42px;
    height: 9px;
    margin-top: -4.5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.overview-con {
    position: relative;
    margin: 10px auto 0;
    width: 1198px;
    height: 789px;
    background: url('../images/cross_region/overview.jpg') no-repeat center top;
}
.map-tooltip {
    height: 30px;
    padding: 0 20px;
    border: 1px solid #ffffff;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.65) 100%);
    line-height: 30px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    border-radius: 15px;
    box-shadow: 0 0 20px 2px rgba(21, 98, 203, 0.3);
}
.map-tooltip::before {
    width: 20px;
    height: 34px;
    background: url('../images/cross_region/tooltip_bottom.png') no-repeat center center;
    content: '';
    position: absolute;
    top: 29px;
    right: 96px;
}
.map-tooltip.xian {
    right: 358px;
    top: 321px;
}

.map-tooltip.zhengzhou {
    right: 242px;
    top: 348px;
}
.map-tooltip.guiyang {
    right: 357px;
    top: 411px;
}
.logo {
    width: 143px;
    height: 123px;
    position: absolute;
}
.logo.one {
    bottom: 241px;
    left: 176px;
}
.logo.two {
    bottom: 148px;
    left: 12px;
}
.logo.three {
    bottom: 56px;
    left: 256px;
}
.logo.four {
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
}
.logo.five {
    bottom: 56px;
    right: 256px;
}
.logo.six {
    bottom: 148px;
    right: 12px;
}
.logo.seven {
    bottom: 241px;
    right: 176px;
}
.logo-text {
    font-weight: 800;
    font-size: 23px;
    padding: 1px 14px 20px;
    margin: auto;
    line-height: 78px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    width: 106px;
    height: 99px;
    background: url('../images/cross_region/logo_icon.png') no-repeat center top;
}
.logo-name {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
/* 应用场景 */
.scenes {
    margin-top: 55px;
    overflow: hidden;
    height: 510px;
    background: #f6f8fb;
}
.scenes-title {
    margin-top: 50px;
}
.scenes-list {
    margin: 24px -24px 0;
}
.scenes-item{
    width: 33.3333333333%;
}
.scenes-con{
    display: block;
    height: 330px;
    background-color: #fff;
    margin: 0 24px;
    box-shadow:0px 0px 15px 0px rgba(203,211,228,0.14)
}
.scenes-img{
    height: 170px;
}
.scenes-img img{
    width: 100%;
    height: 100%;
}
.scenes-info{
    padding: 6px 22px 0;
}
.scenes-tt{
    font-size: 22px;
    color: #333;
    line-height: 48px;
}
.scenes-cons{
    line-height: 20px;
    color: #5c5f6b;
    max-height: 80px;
    overflow: hidden;
}