* {
    padding: 0;
    margin: 0;
}

body,
html {
    padding: 0;
    margin: 0;
}


body {
    background: #fff;
}

a,
li {
    list-style: none;
    text-decoration: none;
}

a {
    color: #333;
    font-size: 14px;
}

a:hover {
    color: #5259F4;
}

button,
input {
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

/* ::-webkit-scrollbar {
    display: none;
} */

/***
 * _ooOoo_
 * o8888888o
 * 88" . "88
 * (| -_- |)
 *  O\ = /O
 * ___/`---'\____
 * .   ' \\| |// `.
 * / \\||| : |||// \
 * / _||||| -:- |||||- \
 * | | \\\ - /// | |
 * | \_| ''\---/'' | |
 * \ .-\__ `-` ___/-. /
 * ___`. .' /--.--\ `. . __
 * ."" '< `.___\_<|>_/___.' >'"".
 * | | : `- \`.;`\ _ /`;.`/ - ` : | |
 * \ \ `-. \_ __\ /__ _/ .-` / /
 * ======`-.____`-.___\_____/___.-`____.-'======
 * `=---='
 *          .............................................
 *           佛曰：bug泛滥，我已瘫痪！
 */
.homeAdvert {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    background: #19398e;
    display: flex;
    align-items: center;
    justify-content: center;
}.headImage img{width:319px;}
.homeAdvert .headImage{
    overflow: hidden;
    position: absolute;
    top: 32px;
    left: 32px;
    z-index: 22;
}
.homeAdvertCont {
    overflow: hidden;
    width: 100%;
    max-width: calc(1200px - 24px);
    padding: 0 12px;
    text-align: center;
}

.homeAdvertCont p {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 8px;
    padding-bottom: 18px;
}

.homeAdvertCont span {
    display: block;
    font-size: 24px;
    color: #fff;
    letter-spacing: 5px;
}

.homeTarget {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeTargetAll {
    width: 100%;
    max-width: calc(1200px - 24px);
    min-height: 300px;
    padding: 40px 12px;
}

.homeTargetTit {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.homeTargetTit h3 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
}

.homeTargetTit span {
    display: block;
    font-size: 22px;
    color: #999;
    padding-top: 5px;
    letter-spacing: 5px;
}

.homeTargetAll .homeTargetLis {
    padding-top: 40px;
}

.homeTargetAll .homeTargetLis ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.homeTargetAll .homeTargetLis ul li {
    overflow: hidden;
    width: calc(23.2% - 0.8rem);
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 0.2rem 0.4rem;
    min-height: 280px;
    transition: 0.5s;
    margin: 15px 0;
}

.homeTargetAll .homeTargetLis ul li .targetLisImg {
    overflow: hidden;
    width: 68px;
    height: 68px;
    margin: 15px auto;
    transition: 0.4s;
}

.homeTargetAll .homeTargetLis ul li .targetLisImg img {
    width: 100%;
    height: 100%;
}

.homeTargetAll .homeTargetLis ul li .targetLisInfo {
    overflow: hidden;
    text-align: center;
}

.homeTargetAll .homeTargetLis ul li .targetLisInfo p {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding-bottom: 25px;
}

.homeTargetAll .homeTargetLis ul li .targetLisInfo span {
    font-size: 18px;
    color: #999;
    display: block;
    line-height: 30px;
}

.homeTargetAll .homeTargetLis ul li:hover {
    box-shadow: 2px 2px 10px rgba(25, 57, 142, 0.6);
}

.homeTargetAll .homeTargetLis ul li:hover .targetLisImg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.4s;
}

.homeMarket {
    overflow: hidden;
    position: relative;
    background: #f6f9ff;
    min-height: 500px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.homeMarketAll {
    width: 100%;
    max-width: calc(1200px - 24px);
    min-height: 300px;
    padding: 40px 12px;
}

.homeMarketLis {
    overflow: hidden;
    position: relative;
    padding: 35px 0 0 0;
}

.homeMarketLis ul {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.homeMarketLis ul li {
    overflow: hidden;
    position: relative;
    width: calc(49% - 64px);
    padding: 32px;
    background: #fff;
    margin: 10px 0;
    border-radius: 5px;
    transition: 0.5s;
}

.homeMarketLis ul li p {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.homeMarketLis ul li p img {
    margin-right: 12px;
    width: 35px;
    height: auto;
}

.homeMarketLis ul li span {
    display: block;
    font-size: 18px;
    color: #999;
    line-height: 30px;
    height: 90px;
}

.homeBuild {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeBuildAll {
    width: 100%;
    max-width: calc(1200px - 24px);
    min-height: 300px;
    padding: 40px 12px;
}

.homeTargetJop {
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.homeTargetJop ul {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.homeTargetJop ul li {
    overflow: hidden;
    position: relative;
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.homeTargetJop ul li img {
    width: 159px;
    height: 159px;
}

.homeTargetJop ul li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    padding-top: 8px;
}

.homeTargetJopAbou {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 50px 0;
    font-size: 18px;
    color: #999;
    line-height: 32px;
}

.homeTargeSpeak {
    overflow: hidden;
    position: relative;
}

.homeTargeSpeak ul {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.homeTargeSpeak ul li {
    overflow: hidden;
    position: relative;
    width: calc(49% - 50px);
    background: #f6f9ff;
    border-radius: 5px;
    padding: 25px;
    transition: 0.5s;
}

.homeTargeSpeak ul li .targeSpeakTxt {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    min-height: 130px;
}

.homeTargeSpeak ul li .targeSpeakTxt span {
    overflow: hidden;
    display: block;
    font-size: 18px;
    color: #666;
    line-height: 32px;
}

.homeTargeSpeak ul li b {
    overflow: hidden;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #999;
    float: right;
}

.homeProgr {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 300px;
    background: #304c99;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeProgrAlls {
    width: 100%;
    max-width: calc(1200px - 24px);
    min-height: 300px;
    padding: 48px 12px;
}

.homeProgrAlls .homeTargetTit h3 {
    color: #fff;
}

.homeProgrAlls .homeTargetTit span {
    color: #fff;
}

.homeProgrTips {
    overflow: hidden;
    position: relative;
    /* min-height: 200px; */
    margin: 40px 0 0 0;
}

.homeProgrTips .progrTipsAll {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.homeProgrTips .progrTipsAll a {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 40px;
    background: #fff;
    padding: 0 18px;
    border-radius: 21px;
    margin: 15px;
    font-size: 18px;
    color: #19398e;
    font-weight: bold;
}


.homeProgrTiyan {
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-top: 38px;
}

.homeHotline {
    overflow: hidden;
    position: relative;
    height: 95px;
    background: #19398e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeHotline span {
    overflow: hidden;
    display: block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.homeHotline p {
    overflow: hidden;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 0 6px;
}
.hometel{ display: none;;}
.serviceContent {
    position: fixed;
    width: 100px;
    min-height: 300px;
    right: 2px;
    bottom: 180px;
    padding-top: 6px;
    z-index: 111;
    padding-bottom: 15px;
    overflow: initial;
}

.serviceContOne {
    height: 70px;
}

.serviceContOneHang { 
    width: 60px;
    height: 60px;
    padding: 5px;
    border: 2px solid #3588ff;
    border-radius: 50%;
    margin: auto; position: relative;
    animation-name: example;
    animation-duration:2s;
    animation-iteration-count: infinite;
}
 
.serviceContOne img {
    width: 100%;
    height: auto;
}

@keyframes example {
    0% {
        width: 60px;
        height: 60px;
    }

    50% {
        width: 65px;
        height: 65px;
    }

    100% {
        width: 60px;
        height: 60px;
    }
}


.serviceContTwo {
    overflow: hidden;
    width: 72px;
    height: 32px;
    border-radius: 4px;
    margin: 20px auto 0 auto;
}

.serviceContTwo a {
    overflow: hidden;
    display: block;
    width: 72px;
    height: 32px;
    background: #e5effe; color: #0062ff;
    display: flex;
    align-items: center;
    justify-content: center;
   
    font-size: 14px;
}

.serviceContThree {
    /* overflow: hidden; */
    width: 100%;
    height: auto;
}

.serviceContThree ul li {
    /* overflow: hidden; */
    padding-top: 12px;
    position: relative;
    cursor: pointer;
}

.serviceContThree ul li .serviceThreeInfo {
    overflow: hidden;
    width: 72px;
    height: 72px;
  background: #eaf3ff; color: #3588ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 4px;
    text-align: center;
}

.serviceContThree ul li .serviceThreeInfo span {
    overflow: hidden;
    display: block;
    font-size: 12px;
    color: #3588ff;
    padding-top: 6px;
}

.serviceContThree ul li .serviceThreeHover {
    /* overflow: hidden; */
    width: 160px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 102px;
    z-index: 23;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    display: none;
    padding: 10px;
}

.serviceContThree ul li .serviceThreeHover .reeHoverTell {
    overflow: hidden;
    padding: 5px 0;
}

.serviceContThree ul li .serviceThreeHover .reeHoverTell .tellName {
    overflow: hidden;
    font-size: 15px;
    color: #0062ff;
    padding-bottom: 3px;
}

.serviceContThree ul li .serviceThreeHover .reeHoverTell .tellHaoma {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.serviceContThree ul li .serviceThreeHover .hoverErweim {
    overflow: hidden;
}

.serviceContThree ul li .serviceThreeHover .hoverErweim img {
    width: 100%;
    height: auto;
}

.serviceContThree ul li:hover .serviceThreeHover {
    display: block;
}


.serviceContThree ul li .serviceThreeHover .hoverArrow {
    overflow: hidden;
    width: 14px;
    height: 14px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    right: -7px;
    z-index: 22;
}



.serviceContThree ul li .serviceThreeHover .hoverErweim .zx_qq li { font-size:14px;}
.serviceContThree ul li .serviceThreeHover .hoverErweim .zx_qq li img{width:18px; margin-right:5px; }



