* {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
p {
    font-weight: normal;
    cursor: default;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

img {
    vertical-align: top;
}

a {
    text-decoration: none;
}

.bg1 {
    width: 100%;
    background: #fff;
}

.bg2 {
    width: 100%;
    background: #F9F9F9;
}

header {
    width: 100%;
    height: 314px;
    margin: 0 auto;
    background-image: url("../../images/solution/govermentPic/bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

header>div {
    width: 1200px;
    margin: 0 auto;
    padding-top: 61px;
}

header>div>h1 {
    font-size: 44px;
    color: #FFF;
    margin-bottom: 23px;
}

header>div>p {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 29px;
}

header>div>a {
    padding: 15px 52px;
    background: #22AF9F;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.application {
    background: #fff;
    padding: 60px 0 52px 0;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.application>h2 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 49px;
}

.appBox {
    display: flex;
    margin: 0 auto;
}

.hoverIn {
    display: flex;
    position: relative;
}

.whiteArrow {
    width: 0;
    height: 0;
    border: 20px solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 312px;
    margin: auto;

}

.hoverBox {
    width: 312px;
    height: 217px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.hoverBox>img {
    width: 58px;
    height: 58px;
    margin: 40px 0 auto;
}

.hoverBox>p:nth-child(2) {
    font-size: 16px;
    color: #333333;
    margin: 34px 0 10px 0;
}

.hoverBox>p:nth-child(3) {
    font-size: 14px;
    color: #666666;
}

.displayBox {
    width: 300px;
    height: 217px;
    background: #F9F9F9;
    display: none;
}

.disBlock {
    display: block;
}

.displayBox>p:nth-child(1) {
    font-size: 16px;
    color: #333333;
    margin-bottom: 18px;
    padding-top: 32px;
}

.displayBox>ul {
    width: 220px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.displayBox>ul>li {
    font-size: 14px;
    color: #33B5A7;
    margin-right: 60px;
}

.displayBox>ul>li:last-child {
    margin: 0;
}

.displayBox>p:nth-child(4) {
    font-size: 12px;
    color: #999999;
    margin-top: 49px;
}

.program {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 64px;
}

.program>h2 {
    font-size: 24px;
    color: #333333;
    padding: 62px 0 66px 0;
    text-align: center;
}

.programContent {
    width: 856px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.programContent>img {
    width: 63px;
    margin: 0 16px 0 58px;
}

.pro-left>h3 {
    font-size: 22px;
    color: #28A88F;
    text-align: right;
}

.pro-left>p {
    text-align: right;
    font-size: 14px;
    color: #333333;
    margin: 15px 0 18px 0;
}

.pro-left>p>span {
    color: #28A88F;
}

.greenTop {
    width: 408px;
    height: 28px;
    background: #28A88F;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.greenBottom {
    width: 408px;
    height: 152px;
    border: 1px solid #D1D1D1;
    display: flex;
    padding-top: 16px;
    justify-content: space-around;
    box-sizing: border-box;
}

.o2o>h3 {
    font-size: 16px;
    color: #28A88F;
    margin-bottom: 14px;
}

.o2o>p {
    font-size: 14px;
    color: #333333;
}

.greyDashLine {
    width: 1px;
    height: 73px;
    border-left: 1px dashed #A0A0A0;
    position: relative;
    top: 20px;
}

.rectangle {
    height: 42px;
    color: #28A88F;
    font-size: 18px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(209, 209, 209, 1);
    border-radius: 4px;
    width: 312px;
    padding: 0 12px;
}

.rectMoveBottom {
    margin-bottom: 18px;
}

.rectangle>div {
    width: 19px;
    height: 19px;
    background-color: #28A88F;
    border-radius: 50%;
    color: #fff;
    line-height: 19px;
    text-align: center;
    margin-right: 9px;
}

.rectangle>span:nth-child(3) {
    color: #333333;
}

.channel {
    width: 1200px;
    height: 516px;
    margin: 0 auto;
}

.channel>h2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 61px 0 82px 0;
    width: 1200px;
    margin: 0 auto;
}

.channelContent {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.channelMoveBottom {
    margin-bottom: 54px;
}

.greenIcon {
    width: 25%;
    margin: 0 auto;
}

.icon_box {
    width: 70px;
    margin: 0 auto;
}

.icon_house {
    width: 70px;
    height: 60px;
    margin-bottom: 30px;
    text-align: center;
}

.greenIcon>p {
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.shop {
    width: 1200px;
    margin: 0 auto;
    height: 502px;
    background: #F9F9F9;
}

.shop>h2 {
    font-size: 24px;
    color: #333333;
    padding: 62px 0 60px 0;
    text-align: center;
}

.shopContent {
    display: flex;
    justify-content: space-around;
}

.self {
    width: 250px;
    height: 281px;
    position: relative;
    text-align: center;
    background: #fff;
}

.sector {
    width: 0;
    height: 0;
    border: 56px solid #FFC514;
    border-top: 56px solid transparent;
    border-right: 56px solid transparent;
    border-left: 56px solid transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    position: absolute;
    top: -56px;
    left: -56px;
    z-index: 2;
}

.selfTop>span {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 9;
}

.icon-pc {
    width: 53px;
    height: 48px;
    margin: 58px 0 23px 0;
}

.self>h3 {
    font-size: 22px;
    color: #22AF9F;
}

.self>p {
    font-size: 16px;
    color: #999999;
    margin-top: 20px;
}

.tech {
    width: 1200px;
    margin: 0 auto;
    height: 440px;
}

.tech>h2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 62px 0 44px 0;
}

.techContent {
    display: flex;
}

.techBox {
    width: 200px;
    border: 1px solid #ECECEC;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.removeRightBorder {
    border-right: none;
}

.icon-tech-1 {
    width: 54px;
    height: 52px;
    margin: 42px 0 30px 0;
}

.icon-tech-2 {
    width: 56px;
    height: 56px;
    margin: 42px 0 28px 0;
}

.icon-tech-3 {
    width: 52px;
    height: 62px;
    margin: 38px 0 25px 0;
}

.icon-tech-4 {
    width: 61px;
    height: 52px;
    margin: 43px 0 30px 0;
}

.icon-tech-5 {
    width: 62px;
    height: 62px;
    margin: 36px 0 27px 0;
}

.icon-tech-6 {
    width: 51px;
    height: 51px;
    margin: 44px 0 30px 0;
}

.techBox>h3 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.techBox>div {
    display: flex;
    justify-content: center;
}

.techBox>div>p {
    font-size: 14px;
    color: #999999;
    text-align: left;
}