/* 首页 */
.firstPage {
    width: 100%;
}

/* 头部 */
.header {
    width: 100%;
    /* max-width: 1920px; */
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}

nav {
    max-width: 1140px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex: 1;
}

.headLogo {
    display: block;
}

.headLogo a>img {
    display: block;
    margin-top: 10px;
}

.headRight {
    margin-left: auto;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #595959;
    opacity: 1;
    line-height: 80px;
}

.choose {
    padding: 0px 30px;
    cursor: pointer;
}

.choicAct {
    color: #104495;
    font-weight: bold;
}

/* 登录注册 */
.operation {
    display: flex;
    padding: 0px 30px;
    cursor: pointer;
}

.topLogin {
    color: #4f89e4;
    font-weight: 400;
    padding-right: 14px;
}

.topRegister a {
    display: block;
}

.topRegister a img {
    display: block;
    margin: 22px auto;
}

.magtopjuli {
    margin-top: 80px;
}

/* banner */
.banner {
    width: 100%;
    position: relative;
    /* max-width: 1920px; */
}

.banner img {
    width: 100%;
    display: block;
    /* min-width: 1140px; */
    /* height: 600px; */
}

.nlzjToptxt {
    width: 100%;
    position: absolute;
    top: 0px;
    color: #FFFFFF;
}

.mianbaoxie {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 24px;
    font-size: 16px;
    line-height: 36px;
}

.bannlzj {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    line-height: 66px;
    padding: 9% 0;
}

/* 立即咨询 */
.advert {
    width: 100%;
}

.consultBox {
    width: 100%;
    background: url('../image/imgZlzy/consult.png') no-repeat;
    padding: 106px 0px 40px 0px;
    background-size: 100% 100%;
}

.countment {
    max-width: 968px;
    margin: 0 auto;
    text-align: center;
}

.ljzxCount {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    color: #FFFFFF;
}

.ljzxBtn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 25px;
    margin: 34px auto 0px auto;
    font-size: 20px;
    color: #104495;
    cursor: pointer;
}

/* 能力组件主体 */
.assemblyCon {
    width: 100%;
}

.capacity {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 0px;
    display: flex;
}

.catalogue {
    margin-right: 74px;
}

.twoLines {
    width: 280px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    color: #262626;
    box-sizing: border-box;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin-top: -1px;
    text-align: center;
    cursor: pointer;
}

.blueTwoline {
    background: #104495;
    color: #FFFFFF;
}

.countBox {
    color: #262626;
}

.contenTopic {
    display: flex;
    margin-bottom: 40px;
}

.conheadtop {
    margin-left: 30px;
}

.fonsizBold {
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
}

.fonsiztwo {
    font-size: 24px;
    line-height: 31px;
}

.introduce {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 80px;
}

.fonsizThid {
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 30px;
}

.firstlisp {
    margin-bottom: 80px;
}

.firstlisp div {
    font-size: 16px;
    line-height: 30px;
    color: #262626;
}

.flexBox {
    display: flex;
}

.smallGreen {
    width: 6px;
    height: 6px;
    background: #6CC038;
    border-radius: 50%;
    display: inline-block;
}

.marig {
    margin-left: 6px;
}

.firstlisp li {
    color: #6CC038;
    font-size: 16px;
    line-height: 30px;
}

.firstlisp li span {
    color: #262626;
}

.lastlisp {
    font-size: 16px;
    line-height: 30px;
    color: #104495;
}

/* 小于1920 */
@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1460px) {}

@media screen and(min-width: 1366px) {}

/* 小于1366 */
@media screen and (max-width: 1366px) {}



@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1100px) {}

/* 小于1024 */
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 988px) {}