h3 {
    text-align: center;
    font-size: 30px !important;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    font-weight: 600;
    padding-top: 80px;
    padding-bottom: 47px;
}

ul li {
    list-style: none;
}

.Emergency-system {
    font-family: SourceHanSansCN-Bold, SourceHanSansCN-Regular;
    font-weight: normal;
    font-stretch: normal;
}

.header-module {
    width: 100%;
    height: 660px;
    background: url('/static/images/erms/emergency_banner.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
}

.header-module .header-module-box {
    max-width: 1200px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: inherit;
    top: 6.575rem;
}

.header-module .header-module-box .h-m-box-lf>h1 {
    font-size: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 50px;
    font-weight: 600;
    background-image: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,1),rgb(183, 189, 235));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.header-module .header-module-box .h-m-box-lf .dc {
    width: 559px;
    height: 47px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    margin-bottom: 70px;
}

.header-module .header-module-box .h-m-box-lf .dc::after {
    position: absolute;
    top: 4.975rem;
    left: 0;
    width: 154px;
    height: 3px;
    content: '';
    background-color: #fff;
}

.header-module .header-module-box .h-m-box-lf .lt {
    margin-bottom: 50px;
}

.header-module .header-module-box .h-m-box-lf .lt>span {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-right: 27px;
    position: relative;
}

.h-m-box-lf .lt>span:nth-child(2),
.h-m-box-lf .lt>span:nth-child(3),
.h-m-box-lf .lt>span:nth-child(4) {
    padding-left: 27px;
}

.header-module .header-module-box .h-m-box-lf .lt>span:nth-child(1):after,
.h-m-box-lf .lt>span:nth-child(2):after,
.h-m-box-lf .lt>span:nth-child(3):after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #fff;
    height: 16px;
    width: 1px;
    margin-bottom: 55px;
}

.header-module .header-module-box .h-m-box-lf>a {
    display: inline-block;
    width: 140px;
    height: 44px;
    background-color: #fc4700;
    border-radius: 4px;
    color: #ffffff;
    line-height: 2.75rem;
    text-align: center;
}

.scheme-module {
    width: 100%;
    height: auto;
}

.scheme-module .scheme-md-box {
    width: 100%;
    height: 39rem;
    margin: auto;
    position: relative;
}

.scheme-md-box>img {
    position: absolute;
}

.scheme-md-box .sh-md-box-info {
    width: 1200px;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sh-md-box-info .scheme-left p {
    width: 503px;
    height: 138px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #1f1f1f;
    margin-bottom: 51px;
}

.sh-md-box-info .scheme-left ul li {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #141414;
    font-weight: 600;
    padding-bottom: 26px;
}
.sh-md-box-info .scheme-left ul li span{
    padding-right: 10px;
}

.scheme-left a {
    display: inline-block;
    text-align: center;
    line-height: 57px;
    width: 288px;
    height: 57px;
    margin-top: 72px;
    background-color: #fc4700;
    color: #fff;
}

.scheme-right {
    width: 585px;
    height: 463px;
    background: url("/static/images/erms/emergency_07.png");
    background-size: 100% 100%;
}

/* 问题 */

.scheme-problem {
    height: 41.125rem;
    background-color: #e6eeff;
}

.scheme-pro-f {
    width: 1200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px auto 0;
}

.scheme-pro-box {
    width: 25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    position: relative;
}

.scheme-pro-box:nth-child(1):after,
.scheme-pro-box:nth-child(2):after {
    content: "";
    top: 0;
    right: 0;
    height: 385px;
    width: 2px;
    position: absolute;
    background-color: #fff;
}

.scheme-pro-box>div:nth-child(1) {
    margin-bottom: 4.75rem;
}

.sh-pro-box-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 277px;
}

.sh-pro-box-info .lf {
    width: 97px;
    height: 36px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #ffffff;
    padding: 6px 0px 6px 24px ;
    border-radius: 20px;
    background-color: #4c84f0;
    margin-right: 30px;
}

.scheme-pro-box:nth-child(2) .sh-pro-box-info .lf,
.scheme-pro-box:nth-child(3) .sh-pro-box-info .lf {
    margin-left: 30px;
}

/* 慧都应急指挥调度系统价值 */
.scheme-value {
    height: 50rem;
    background-color: #192a52;
}

.scheme-vl-box {
    width: 1289px;
    height: 510px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.scheme-value>h3 {
    color: #ffffff;
}

.sh-vl-box-mid>img {
    width: 840px;
    height: auto;
    cursor: zoom-in;
}

.sh-vl-box-rg,
.sh-vl-box-lf {
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: space-between;
    height: 100%;
}

.sh-vl-box-lf .svbl-text:nth-child(1) {
    background: url(/static/images/erms/emergency_shuzi1.png);
}

.sh-vl-box-lf .svbl-text:nth-child(2) {
    background: url(/static/images/erms/emergency_shuzi3.png);
}

.sh-vl-box-rg .svbl-text:nth-child(1) {
    background: url(/static/images/erms/emergency_shuzi2.png);
}

.sh-vl-box-rg .svbl-text:nth-child(2) {
    background: url(/static/images/erms/emergency_shuzi4.png);
}

.svbl-text {
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    height: 200px;
    width: 210px;
    text-align: center;
}
.svbl-text>img{
    display: block;
    margin: auto;
}
.svbl-text h5 {
    color: #ffffff;
    text-align: center;
    display: inline-block;
    margin: 26px auto 15px;
}

.svbl-text p {
    font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    height: 55px;
    
}

/* 主要功能 */
.scheme-function{height: 770px;}
.scheme-fc-box {
    width: 1200px;
    margin: auto;
}

.col-md-6 {
    margin-top: 40px;
}
.col-md-6 .element {
    width: 100%;
    height: 231px;
    background-image: linear-gradient(0deg,
            #fefefe 0%,
            #f1f4f9 100%);
    box-shadow: 0px 5px 14px 0px rgba(181, 190, 225, 0.48),
        inset -2px 0px 1px 0px #ffffff;
    border-radius: 3px;
}

.col-md-4 .element {
    width: 100%;
    height: 256px;
    background-image: linear-gradient(0deg,
            #fefefe 0%,
            #f1f4f9 100%);
    box-shadow: 0px 5px 14px 0px rgba(181, 190, 225, 0.48),
        inset -2px 0px 1px 0px #ffffff;
    border-radius: 3px;
}
.element{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 53px 29px;
    cursor: pointer;
}
.col-md-4 .element .scheme-info{width: 190px;}
.col-md-6 .element .scheme-info{width: 365px;}
.scheme-info p,.scheme-text p{
    font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #555555;
}
.scheme-text p{
    width: 365px;
}
.element  .scheme-info>h5,.scheme-text>h5{margin-bottom: 28px;font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	color: #44546a;font-weight: 600;}
.scheme-img .show{display: none;}
.element:hover h5,.element:hover p{
    color: #fff;
}
.element:hover {
    background-image: linear-gradient(0deg,
            #4c84f0 0%,
            #4c84f0 100%);
    box-shadow: 0px 5px 14px 0px rgba(181, 190, 225, 0.48),
        inset -2px 0px 1px 0px #ffffff;
}
.scheme-img>img{width: 98px;}
.element:hover .scheme-img .show{display: block;}
.element:hover .scheme-img .hovershow{display: none;}

/* 客户案例 */
.scheme-anli .scheme-anli-box {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
}
.sh-anli-text{
    padding-left: 75px;
    margin-top: 20px;
}
.sh-anli-img{cursor: zoom-in;}
.sh-anli-text .title{
    font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #4c84f0;
    font-weight: 600;
    margin-bottom: 30px;
}
.sh-anli-text .title-dec{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
	color: #555555;
    position: relative;
    margin-bottom: 25px;
}
.sh-anli-text .title-dec span{
    position: absolute;
    left: -22px;
    top: -3px;
}
.sh-anli-text a{
    display: block;
    width: 163px;
	height: 42px;
	background-color: #fc4700;
	border-radius: 21px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
.sh-anli-text>div{
    width: 100%;
    height: 1px;
    margin-bottom: 76px;
    background-image:linear-gradient(90deg,
    #2770ff 0%,
    #ffffff 100%);
}

/* 自定义分页样式 */
.scheme-scene {
    background: url("/static/images/erms/emergency_04BJ.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 770px;
}
.scheme-scene>h3{color: #fff;}

.new-page {
    display: flex;
    justify-content: center;
    height: 110px;
    position: relative;
}
.new-page::after{
    position: absolute;
    top: 63px;
    content: "";
    width: 769px;
	height: 1px;
	background-color: #6c728f;
    z-index: 2;
}

.new-page-bullet {
    width: 100px;
    height: 2px;
    background: transparent;
    margin: 0 30px;
    cursor: pointer;
    position: relative;
    top: 61px;
}

.new-page-bullet-active {
    background-color: #2565e7;
}
.bullet-title{
	font-family: MicrosoftYaHei;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
    position: absolute;
    top: -53px;
    left: 11px;
}

/* 轮播项内容样式 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 1114px;
    height: 380px;
    text-align: center;
    background: #fff;
    border-radius: 6px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slide-title {
    width: 654px;
    height: 380px;
    background-color: #ffffff;
    border-radius: 6px 0px 0px 6px;
}

.slide-description {
    text-align: left;
    width: 462px;
    height: 380px;
    background-color: #ffffff;
    border-radius: 0px 6px 6px 0px;
    display: grid;
   justify-items: start;
    align-content: center;
    padding: 54px 44px;
}
.slide-description h5{
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #44546a;
    margin-bottom: 29px;
    font-weight: 600;
}
.slide-description p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #555555;
    margin-bottom: 80px;
}
.slide-description a{
    width: 163px;
	height: 42px;
	background-color: #fc4700;
	border-radius: 21px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}


/* 图片放大样式 */
#modal-container,
#modal-container-anli {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}

#modal-container.two,
#modal-container-anli.one {
    transform: scale(1);
}

#modal-container.two .modal-background,
#modal-container-anli.one .modal-background {
    animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two .modal-background .modal,
#modal-container-anli.one .modal-background .modal {
    opacity: 0;
    animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two+.content,
#modal-container-anli.one+.content {
    animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out,
#modal-container-anli.one.out {
    animation: quickScaleDown 0s 0.5s linear forwards;
}

#modal-container.two.out .modal-background,
#modal-container-anli.one.out .modal-background {
    animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out .modal-background .modal,
#modal-container-anli.one.out .modal-background .modal {
    animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.two.out+.content,
#modal-container-anli.one.out+.content {
    animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background,
#modal-container-anli .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    vertical-align: middle;
}

#modal-container .modal-background .modal,
#modal-container-anli .modal-background .modal {
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    cursor: zoom-out;
    height: 900px;
    width: 1700px;
}
.modal>img{
    object-fit: cover;
    height: 851px;
}
@keyframes fadeIn {
    0% {
        background: rgba(0, 0, 0, 0);
    }

    100% {
        background: rgba(0, 0, 0, 0.7);
    }
}

@keyframes fadeOut {
    0% {
        background: rgba(0, 0, 0, 0.7);
    }

    100% {
        background: rgba(0, 0, 0, 0);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    100% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
}

@keyframes scaleBack {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@keyframes scaleForward {
    0% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes quickScaleDown {
    0% {
        transform: scale(1);
    }

    99.9% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}
.Aps_last .Aps_contact{
    padding: 20px 0 !important;
}