body {
    width: 100%;
    height: 100%;
}

.header img {
    width: 100%;
    height: 100%;
}

.tool * {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-family: PingFangSC-Regular
}

.tool {
    position: fixed;
    right: 30px;
    bottom: 150px;
    z-index: 999;
    cursor: pointer
}

.tool__items {
    background: #22232f;
    text-align: center;
    height: 60px;
    width: 68px;
    margin-bottom: 2px;
    padding-top: 12px;
    position: relative
}

.tool__items:first-child {
    border-radius: 8px 8px 0 0
}

.tool__items:last-child {
    border-bottom: 0;
    border-radius: 0 0 8px 8px
}

.tool__items>p {
    font-size: 12px;
    line-height: 12px;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 12px
}

.tool__items--modal {
    display: none;
    background: #fff;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
    border-radius: 2px;
    position: absolute;
    right: 88px;
    top: 0
}

.tool__items--modal.qrcode {
    width: 143px;
    padding: 14px;
    text-align: center
}

.tool__items--modal.qrcode p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 16px
}

.tool__items--modal.qrcode img {
    width: 115px;
    height: 115px;
    margin-bottom: 10px
}

.tool__items--modal.tel {
    text-align: left;
    height: 92px;
    width: 180px;
    padding: 20px
}

.tool__items--modal.tel p:first-child {
    font-size: 14px;
    font-weight: 400;
    color: grey;
    line-height: 16px;
    margin-bottom: 10px
}

.tool__items--modal.tel p:last-child {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 22px
}

.tool__items:hover .tool__items--modal {
    display: block
}

/* 内容CSS开始----------------> */
.pms_header {
    height: 846px;
    background: url(/images/technology/bg.png) no-repeat top/cover;
    padding-top: 154px;
    color: #fff
}

.pms_header__content {
    width: 1185px
}

.pms_header__title {
    font-size: 80px;
    margin-bottom: 26px
}

.pms_header__info {
    width: 409px;
    background: #0063a1;
    border-radius: 5px
}

.pms_header__info .info_item {
    width: 32%;
    color: #00f7ff;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 8px
}

.pms_header__info .info_item::after,
.pms_header__info .info_item::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -3px 10px auto 25px;
    background: url(https://sdongpo-website-image.oss-cn-beijing.aliyuncs.com/website/manage_sys/right_icon.png) no-repeat center/cover
}

.pms_header__info .info_item::before {
    vertical-align: middle
}

.pms_header__info .info_item::after {
    content: none
}

.pms_header__info hr {
    width: 2px;
    height: 32px;
    margin: 10px 0;
    border: none;
    background: #1596cd
}

.pms_header__desc {
    width: 400px;
    margin-top: 67px;
    font-size: 30px;
    line-height: 56px
}

.pms_header .small_btn {
    margin: 104px 0 0
}

.pms_header .side_desc {
    position: relative;
    top: -110px;
    padding-top: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px
}

.em_text {
    font-size: 54px;
    font-weight: 700
}

.pms_content {
    margin-top: 30px
}

.pms_content__title {
    color: #333;
    font-size: 38px;
    margin-top: 80px;
}

.pms_content__desc {
    color: #666;
    font-size: 20px;
    margin: 20px 0 47px
}

.pms_content__intro {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 45px 43px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pms_content__intro .intro_item {
    text-align: center;
    background-color: #eee;
    width: 240px;
    padding: 45px 0;
    border-radius: 15px;
    -moz-box-shadow: 0px 4px 10px #D6D6D6;
    -webkit-box-shadow: 0px0 4px 10px #D6D6D6;
    box-shadow: 0px 4px 10px #D6D6D6;
}

.sys_scene .scene_item {
	width: 346px;
	height: 700px;
	padding: 110px 0 42px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 10px 14px #e4e3e3;
	position: relative;
}

.sys_scene .scene_item .assd {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	font-size: 18px;
	line-height: 36px;
}

.sys_scene .scene_item:first-child {
	background: #ebeaef url(/images/technology/as04.png) no-repeat top/contain;
	background-size: 100%;
}

.sys_scene .scene_item:nth-child(2) {
	background: #ebeaef url(/images/technology/as05.png) no-repeat top/contain;
	background-size: 100%;
}

.sys_scene .scene_item:nth-child(3) {
	background: #ebeaef url(/images/technology/as03.png) no-repeat top/contain;
	background-size: 100%;
}






.teamwork .title {
    text-align: center;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 68px;
    padding-top: 100px
}

.teamwork .content {
    text-align: center;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 68px;
}
/* 内容CSS结束----------------> */

/* 尾部CSS开始----------------> */
.home-footer {
    height: 467px;
    background: #333333;
    border: 1px solid #070002;
    display: flex;
    justify-content: center;
}

.home-footer .footer-left {
    line-height: 48px;
    font-weight: 400;
    font-family: Microsoft YaHei;
}

.home-footer .footer-title {
    padding-top: 97px;
    height: 36px;
    font-size: 36px;
    color: #FFFFFF;
}

.home-footer .footer-text1 {
    padding-top: 70px;
    height: 32px;
    font-size: 32px;
    color: #999999;
}

.home-footer .footer-text2 {
    padding-top: 130px;
    height: 77px;
    font-size: 28px;
    color: #999999;
}

.home-footer .shu {
    margin-top: 96px;
    content: '';
    height: 280px;
    width: 1px;
    background: #999999;
    display: inline-block;
    vertical-align: middle;
}

.home-footer .footer_right {
    display: flex;
    flex-direction: row;

    font-family: Microsoft YaHei;
    line-height: 48px;
    font-weight: 400;
}
.home-footer .footer_right .right__left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-footer .footer_right .right__right{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-footer .footer_right .footer-logo img {
    padding-top: 80px;
}

.home-footer .footer_right .footer-logo div {
    padding-top: 21px;
    padding-left: 15px;

    width: 145px;
    height: 28px;
    font-size: 28px;
    color: #999999;
}

.home-footer .footer_right .footer-text3 {
    padding-top: 50px;

    width: 99px;
    height: 24px;
    font-size: 24px;
    color: #999999;
}

.home-footer .footer_right .footer-text4 {
    padding-top: 50px;
    width: 250px;
    height: 22px;
    font-size: 28px;
    color: #FFFFFF;
    padding-left: 20px;
}
/* 尾部CSS结束----------------> */