* {
    padding: 0;
    margin: 0;
}

html {
    background-color: rgba(247, 251, 252, 1);
}

.top-box {
    height: 840px;
    background-color: antiquewhite;
    background: url('../images/tobu.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.top-box .box-header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 96px;

    background-color: #45B4A1;
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.25);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    z-index: 9999;
}

.top-box .chan-pin {
    width: 1200px;
    height: 96px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.top-box .chan-pin span {
    margin-left: 80px;
    height: 48px;
    line-height: 48px;

}

.top-box .chan-pin span:first-child {
    margin-left: 0;
}

.top-box .chan-pin span .logo {
    margin-top: -12px;
}

.top-box .chan-pin span a {
    color: #fff;
}

.top-box .chan-pin .ceshi,
.top-box .chan-pin .dianhua {
    margin-left: 60px;
}

.top-box .chan-pin .ceshi {
    margin-left: 40px;
    line-height: 96px;
    height: 96px;
}

.top-box .chan-pin .ceshi span {
    width: 120px;
    height: 96px;
    line-height: 96px;
    display: inline-block;
    margin-left: 20px;
    transition: all 0.5s;

}

.top-box .chan-pin .ceshi span:first-child {
    margin-left: 0;
}

.top-box .chan-pin .ceshi span:hover {
    font-weight: 500;
    background-color: #348F80;

}

.top-box .chan-pin .ceshi span.active {
    font-weight: 500;
    background-color: #348F80;
}




.top-box .chan-pin span.rexian {
    margin-left: 8px;
}

.top-box .chan-pin span.dianhuahao {
    font-size: 14px;
}

.mianfeishiyong {
    width: 64px;
    height: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;

    width: 112px;
    height: 36px;
    background: #2E4857;
    border-radius: 40px 40px 40px 40px;
    opacity: 1;
    cursor: pointer;
}



.denglu {
    width: 32px;
    height: 20x;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #2E4857;
    line-height: 19px;

    width: 80px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 40px 40px 40px 40px;
    opacity: 1;
    cursor: pointer;
}


.mianfeishiyong:hover {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    margin-top: -2px;
}

.denglu:hover {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    margin-top: -2px;
}







.content {
    padding-top: 96px;
    height: 500px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.content .content-left {
    width: 700px;
    margin-top: 140px;
}

.content .content-left .jianju {
    margin-top: 20px;
}

.content .content-right {
    flex: 1
}

.content .content-right .mask {
    width: 420px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    margin-top: 160px;
    margin-left: 100px;
}

.content {
    height: 500px;
}

.netwisd {
    width: 132px;
    height: 22px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 19px;
}

.qiyeji {
    width: 500px;
    height: 70px;
    font-size: 50px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 59px;
}

.jianjie {
    width: 680px;
    height: 68px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
}

.lijitiyan {
    width: 80px;
    height: 22px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;

    width: 160px;
    height: 56px;
    background: #2E4857;
    border-radius: 56px 56px 56px 56px;
    opacity: 1;
    cursor: pointer;
}

.lijitiyan:hover {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    margin-top: -2px;
}

.lianxiwomen {
    width: 80px;
    height: 22px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #2E4857;
    line-height: 22px;

    width: 160px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 56px 56px 56px 56px;
    opacity: 1;
    margin-left: 20px;
    cursor: pointer;
}

.lianxiwomen:hover {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    margin-top: -2px;
}


.dierbufen {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.dierbufen-juzhong {
    margin: auto;
    margin-top: -20px;
}


.quanzhan {
    width: 650px;
    height: 56px;
    font-size: 40px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #2E4857;
    line-height: 47px;
    letter-spacing: 1px;
    margin: auto;
}

.pingtaijieshao {
    width: 1196px;
    height: 74px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #999999;
    line-height: 36px;
    text-align: center;
}


.sigetubiao {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 130px;
}

.sigetubiao .jizhong {
    width: 196px;
    height: 226;
}

.sigetubiao .jizhong .jizhong-shuiping {
    text-align: center;
}

.jiankong {
    width: 96px;
    height: 36px;
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #2E4857;
    line-height: 36px;
    margin: auto;
}

.jiankong-neirong {
    width: 196px;
    height: 92px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #999999;
    line-height: 32px;
    text-align: center;
}

.yewuyunwei {
    width: 96px;
    height: 36px;
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #2E4857;
    line-height: 36px;
    margin: auto;
}

.yewuyunwei-neirong {
    width: 196px;
    height: 92px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #999999;
    line-height: 32px;
    text-align: center;
}

.gongnengquanmian {
    width: 96px;
    height: 36px;
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #2E4857;
    line-height: 36px;
    margin: auto;
}

.gongnengquanmian-neirong {
    width: 196px;
    height: 92px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #999999;
    line-height: 32px;
    text-align: center;
}

.xingnengkekao {
    width: 96px;
    height: 36px;
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #2E4857;
    line-height: 36px;
    margin: auto;
}

.xingnengkekao-neirong {
    width: 196px;
    height: 92px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #999999;
    line-height: 32px;
    text-align: center;
}


.baidi {
    height: 1200px;
    background-color: antiquewhite;
    background: url('../images/Rectangle10.png');
    padding-top: 181px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.baidi .yunyuansheng {
    width: 502px;
    height: 56px;
    font-size: 40px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #2E4857;
    line-height: 47px;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 70px;
}

.yunyuansheng-neirong {
    width: 1040px;
    height: 74px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #999999;
    line-height: 36px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.kuangjia {
    width: 1200px;
    height: 760px;
    background: #F4F4F4;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    margin: auto;
    margin-top: 40px;
}

.jinqi {
    width: 240px;
    height: 36px;
    font-size: 40px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #2E4857;
    line-height: 36px;
    margin: auto;
    margin-top: 50px;
}


.hangye {
    width: 820px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 68px;


}


.hangye-li {
    width: 68px;
    height: 36px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #2E4857;
    line-height: 36px;
    cursor: pointer;
    transition: all 0.3s;
}

.hangye-li.hangye-active {
    width: 67px;
    height: 36px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #45B4A1;
    line-height: 36px;
}



.hr {
    width: 1920px;
    height: 0px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 2px solid #E7EDED;
    margin-top: 16px;
}

.xiahuaxian {
    height: 2px;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    background-color: #E7EDED;
    position: relative;

    /* border: 2px solid ; */
}

.xiahuaxian .gundongxian {
    position: absolute;
    top: -10px;
    width: 104px;
    height: 4px;
    background: #45B4A1;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    margin-top: 8px;
    margin-right: 950px;
}


.anli {
    width: 1200px;
    height: 410px;
    display: flex;
    margin: auto;
    margin-top: 60px;
    justify-content: space-between;
}

.anli-one {
    width: 360px;
    height: 410px;
    margin: 0;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    justify-content: space-evenly;
    font-size: 0;
}

.one-logo {
    width: 1920px;
    height: 36px;
    margin: 0;
    justify-content: space-evenly;
    margin-top: 38px;
    margin-left: 30px;
}

.LOGO {
    width: 70px;
    height: 36px;
    font-size: 24px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #2E4857;
    line-height: 36px;
}

.xiangqing {
    width: 42px;
    height: 36px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #999999;
    line-height: 36px;
    margin-left: 188px;
}

.a,
.xiangqing:hover {
    color: #45B4A1;
}

.anli .tupian-one {
    width: 300px;
    height: 180px;
    margin-top: 20px;
    justify-content: space-evenly;
    display: flex;
    margin-left: 30px;
}

.anli .tupian-one .gongsitupian {
    width: 300px;
    height: 180px;
    background: #D9D9D9;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
}

.gongsiming {
    width: 64px;
    height: 36px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #2E4857;
    line-height: 36px;
    margin-left: 30px;
}

.gongsi-nei {
    height: 64px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.gongsinerong {
    width: 200px;
    height: 58px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #999999;
    line-height: 22px;
}

.wenjian {
    margin: 0;
}

.wenjian img {
    width: 64px;
    height: 64px;
}

.anli-two {
    width: 360px;
    height: 410px;
    margin: 0;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    justify-content: space-evenly;
    margin-left: 60px;
}

.anli-three {
    width: 360px;
    height: 410px;
    margin: 0;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    justify-content: space-evenly;
    margin-left: 60px;
}

.wendang-lian{
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    color: #ffffff;
    margin-left: 360px;
    margin-top: 40px;
}

.wendang-lian:hover {
    color: #0051ff;
}



.footer {
    width: 100%;
    position: fixed;
    bottom:0px;
}

.footer .footer-nekuai {
    width: 1200px;
    height: 320px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer .footer-one {
    width: 100%;
    height: 320px;
    background: #2E4857;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.footer .footer-two {
    width: 100%;
    height: 80px;
    background: #21323C;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}


.footer-nekuai .gongsixinxi {
    height: 22px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #8CA0AB;
    line-height: 22px;
    margin: auto;
    justify-content: space-between;
}


.footer-one-one {
    height: 160px;
    display: flex;

}

.footer-one-two {
    width: 160px;
    height: 120px;
    margin: auto;
}

.footer-one-three {
    width: 160px;
    height: 120px;
    margin: auto;
}

.footer-one-foor {
    width: 160px;
    height: 120px;
    margin: auto;
}

.footer-one-five {
    width: 160px;
    height: 120px;
    margin: auto;
}

.footer-one-sex {
    width: 160px;
    height: 120px;
    margin: auto;
}

.xiaobiaoti {
    width: 80px;
    height: 22px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    padding-bottom: 20px;
}

.footer-neirong {
    width: 74px;
    height: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #8CA0AB;
    line-height: 22px;
}

.dibu {
    width: 617px;
    height: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 500;
    color: #8CA0AB;
    line-height: 22px;
    margin: auto;
    padding: 29px;
    display: flex;
    justify-content: center;
}

.layui-menu li:hover a {
    color: #45B4A1;
}