/* ***************** */
/* 智慧应用公共部分 */
/* ***************** */
.container1-full {
    position: relative;
    width: 100%;
    background-size: 100% 100%;
    text-align: center;
}

/* 智慧应用导航栏 */

.container1-full .ss ul {
    width: 62.5%;
    margin: 0 18.75%;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #cdcdcd;

}

.container1-full .ss ul li {
    padding: 7px 5px 5px 5px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    cursor: pointer;

}

.container1-full .ss ul li a {
    color: #000;
}

.container1-full .ss ul .active {
    border-bottom: 2px solid #00b3fe;
}

.container1-full .ss ul .active a {
    color: #00b3fe;

}

.container1-full .ss ul li:active {
    border-bottom: 2px solid #00b3fe;
}

.container1 {
    width: 62.5%;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
}

.container1 .MainTitle {
    display: inline-block;
    font-size: 25px;
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 50px;
    color: #fff;
}

.container1-left {
    width: 45%;
    padding-right: 1%;
    float: left;
}

.container1-right {
    width: 55%;
    padding-left: 1%;
    float: right;
}

.container1>ul li {
    list-style-type: none;
    text-align: center
}

.container1>ul li:nth-child(1) {
    font-size: 22px;
    color: #000000;
    font-weight: bolder;

}

.container1>ul li:nth-child(2) {
    font-size: 18px;
    color: #9ca0a4;

}

.container1>ul li:nth-child(3) {
    font-size: 20px;
    color: #000000;

}

.container1-text {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
}

/* 三角形 */
.sjx {
    width: 0;
    margin: 10px auto;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

/* ***************** */
/* 智慧运动 application1.html */
/* ***************** */

.app1-icon1 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bolder;
    overflow: hidden;

}

.app1-icon1 span {
    background-color: #00b3fe;
    padding: 5px 10px;
    color: #fff;
    font-weight: normal;
}

.app1-icon1 i {
    display: inline-block;
    position: relative;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #00b3fe;
}

.app1-icon2 {
    display: flex;
    justify-content: space-around;
    color: #fff;
    font-size: 16px;
}

.app1-icon2 div img {
    margin: 20px 0;
    height: 70px;
}

/* ***************** */
/* 智慧救援 application2.html */
/* ***************** */
.app2-icon1 {
    font-size: 20px;
}

.app2-icon1::after {
    content: "————";
    display: block;
    color: #3aa9ef;
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 10px;
}

.app2-icon2 {
    position: relative;
    width: 50%;
    padding-left: 50px;
    margin-bottom: 10px;
}

.app2-icon2 img {
    position: absolute;
    max-width: 40px;
    left: 0;
}

.app2-icon2 div:nth-of-type(1) {
    font-size: 18px;
    font-weight: bolder;
}

.app2-icon2 div:nth-of-type(2) {
    font-size: 13px;
    font-weight: lighter;
    min-height: 40px;
}

.app2-icon3 {
    position: relative;
    width: 100%;
    padding-left: 200px;
}

.app2-icon3-text {
    width: 30%;
    line-height: 30px;

}

.app2-icon3-text img {
    max-width: 100%;

}

.app2-icon3-text span {
    display: block;
    width: 130px;
    margin: 30px auto;
    margin-bottom: 15px;
    background-color: #3aa9ef;
    color: #fff;
    padding: 5px 10px;
}

.app2-show {
    display: flex;
    justify-content: space-around;
}

.app2-icon4 {
    position: absolute;
    left: 0;
}

.app2-icon4-info {
    background-color: #495669;
    padding-top: 50px;
    width: 150px;
    height: 170px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.app2-icon4-info img {
    display: block;
    max-width: 40px;
    margin: 0 auto;
    margin-bottom: 20px;

}

.app2-icon4 .active {
    position: relative;
    background-color: #3aa9ef;
}

.app2-icon4 .active i {
    width: 0;
    position: absolute;
    left: 150px;
    top: 75px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #3aa9ef;
}

/* ***************** */
/* 大数据 application3.html */
/* ***************** */
.app3-icon1 {
    width: 100%;
    padding-left: 300px;
    text-align: center;
    min-height: 1050px;
}

.app3-icon2 {
    position: absolute;
    left: 0;

}

.app3-icon2-info {
    background-color: #eeeeee;
    width: 250px;
    height: 210px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.app3-icon2-info img {
    max-width: 100%;
    margin-bottom: 10px;
}

.app3-icon2-info div {
    padding-left: 10px;
    text-align: left;
}

.app3-icon2-info div:nth-of-type(1) {
    font-size: 20px;
    font-weight: bolder;
}

.app3-icon2-info div:nth-of-type(2) {
    font-size: 14px;
    font-weight: lighter;
}

.app3-icon2 .active {
    position: relative;
    background-color: #3aa9ef;
}

.app3-icon2 .active i {
    width: 0;
    position: absolute;
    left: 250px;
    top: 158px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #3aa9ef;
}
.app3-show {
    text-align: center
}

.app3-show>img {
    max-width: 100%;
}

.app3-show-title {
    font-size: 36px;
    font-weight: bolder;
    margin-bottom: 24px;
    margin-top: 20px;
}

.app3-show-info {
    font-size: 20px;
    margin-top: 41px;
    line-height: 30px;
    text-align: left;
    text-indent: 3em;
    font-weight: 600;
}

/* ***************** */
/* 智慧导览 application4.html */
/* ***************** */
.circle-box {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background-color: #3cb1e2;
    text-align: center;
}

.circle-box>img {
    max-width: 40px;
}

.square-box {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #3bbccf;
    text-align: center;
    margin-right: 15px;
}

.square-box>img {
    max-width: 25px;
    max-height: 25px;
}

.app4-icon1 {
    padding-left: 300px;
    position: relative;
    min-height: 407px;
    text-align: left;
}

.app4-icon1>img {
    position: absolute;
    left: 50px;
    max-width: 200px;
}

.app4-icon1-title {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 20px;
}

.app4-icon1-title b {
    font-size: 25px;
}

.app4-icon2 {
    display: flex;
    justify-content: space-around;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    text-align: left;
    color: #000;
}

.app4-icon2-box {
    width: 30%;
}

.app4-icon2-box div:nth-of-type(2) {
    margin: 20px 0 10px 0;
    font-weight: bolder;

}

.app4-icon3 {
    display: flex;
    justify-content: space-around;
    text-align: left;
    position: relative;
}

.app4-icon3-left {
    position: absolute;
    left: 50px;
    max-width: 300px;
}

.app4-icon3-right {
    padding-top: 30px;
    padding-left: 400px;
}

.app4-icon3-box {
    border: 5px solid #fff;
    margin: 20px 0;
    max-width: 350px;
}

.app4-icon3-box img {
    max-width: 100%;
}

.app4-icon3-text {
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.app4-icon3-text b {
    font-weight: lighter;
}

.app4-icon4 {
    padding-left: 90px;
    position: relative;
    min-height: 50px;
    text-align: left;
    margin-bottom: 20px;
}

.app4-icon4 div:not(.square-box) {
    line-height: 25px;
}

.app4-icon4 div:nth-of-type(2) {
    font-weight: bolder;
}

.app4-icon5 {
    display: inline-block;
    background-color: #82c69d;
    padding: 10px 20px;
    margin: 20px 0;
    margin-left: 20px;
    border-radius: 30px;
}

.app4-icon6 ul {
    padding-left: 40px;
}

.app4-icon6 li {
    list-style: disc;
    margin-bottom: 10px;

}

/* ***************** */
/* 虚拟全景 application5.html */
/* ***************** */

.app5-icon1 {
    padding: 20px 20px 20px 0;
    padding-left: 60%;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.app5-icon1-imgBox {
    position: absolute;
    left: 2%;
    top: 70px;
    width: 55%;
    border: 10px solid #fff;
}

.app5-icon1-imgBox img {
    width: 100%;
}

.app5-icon2 {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.app5-icon2-box {
    width: 15.5%;
}

.app5-icon2-box img {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}

.app5-icon2-box div:nth-of-type(1) {
    font-size: 16px;
    color: #000;
    font-weight: bolder;
    line-height: 30px;
}

.app5-icon3 {
    display: flex;
    flex-wrap: wrap
}

.app5-icon3-left {
    width: 50%;
    padding-right: 5%
}

.app5-icon3-right {
    width: 50%;
    padding-left: 5%
}

.app5-icon3-text {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
}

/* ***************** */
/* 智慧营销 application6.html */
/* ***************** */
.app6-icon1 {
    font-size: 20px;
    font-weight: bold;
    font-style: oblique;
    background-color: #eeeeee;
    color: #00b3fe;
    border: 2px solid #00b3fe;
    text-align: center;
    padding: 5px;
    margin: 40px 0;
}

.app6-icon2 {
    display: flex;
    justify-content: space-around;
    font-size: 18px;

}

.app6-icon2>div {
    position: relative;
    width: 30%;
    padding-left: 80px;
    text-align: left;
}

.app6-icon2>div img {
    position: absolute;
    left: 0;
    max-width: 60px;

}

.app6-icon3 {
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
}

.app6-icon3>div {
    width: 33%;

}

.app6-icon3>div img {
    max-height: 79px;
    margin-bottom: 20px;
}

.app6-icon3>div div:nth-of-type(1) {
    font-weight: bold;
}

/* ***************** */
/* 智慧医疗 application7.html */
/* ***************** */
.app7-icon1 {
    font-size: 20px;
    font-weight: bold;
    font-style: oblique;
    background-color: #eeeeee;
    color: #00b3fe;
    border: 2px solid #00b3fe;
    text-align: center;
    padding: 5px;
    margin: 40px 0;
}

.app7-icon2 {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 40px;
}

.app7-icon2>div {
    width: 33%;
}

.app7-icon2 img {
    max-width: 100%;
}

/* ***************** */
/* 智慧金融 application8.html */
/* ***************** */
.app8-icon1 {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    text-align: left;
    font-size: 18px;
}

.app8-icon1>div {
    width: 30%;
}

.app8-icon1>div img {
    max-width: 100%;
}

.app8-icon1>div div:nth-of-type(1) {
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.app8-icon2 {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 18px;
}

.app8-icon2-text {
    margin-top: 30%;
    margin-right: 10%;
    padding: 5px;
    border: 2px solid #dcdcdc;
    text-align: left;
}