* {
    margin: 0;
    padding: 0;
}

html {
    min-width: 1200px;
    height: 100%;
    overflow: auto;
}

.top {

    height: 204px;
    background-image: url(../img/beij.png);
}

.mid {
    /*height: 672px;*/
}

.midcolor {
    background-color: #DADADA;
}

.foot {
    height: 143px;
    background-image: url(../img/beij_2.png);
}

a {
    cursor: pointer;
}


/**top部分**/
.top font {

    white-space: nowrap;
    display: flex;
    flex: 2;
    justify-content: flex-end;
    position: relative;
    right: 365px; /*登录和注册随着页面缩小而动是因为是右定值，改成左定值就不会跟着走了*/
    top: 21px;

}

.top a {
    margin-left: 10px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.topDiv {
    white-space: nowrap;
    position: relative;
    top: 59px;
    height: 95px;
    /* background-color: red; */
    text-align: center;
}

#logo_1 {
    height: 95px;
    width: 93px;
}

#biaoti {
    display: inline-block;
    position: relative;
    bottom: 29px;
    margin-left: 18px;
}

#Chonm {
    position: relative;
    bottom: 17px;
    margin-left: 60px;
}

.topDivImg {
    display: inline-block;

}

.topDivImg img {
    display: flex;
    justify-content: center;
}

/**登录进来的页面部分**/

/**foot部分**/
.footDiv {
    white-space: nowrap;
    position: relative;
    top: 41px;
    height: 82px;
    /* background-color: red; */
    text-align: center;
}

.foot font {
    display: flex;
    font-size: 14px;
    color: #FFFFFF;
    justify-content: center
}

#footDivFont {
    display: inline-block;
    height: 100%;
    margin-top: -5px;
    margin-left: 51px;

}

#logo_2 {
    position: relative;
    bottom: 17px;
    height: 65px;
    width: 63px;
}

#logo_3 {
    position: relative;
    bottom: 19px;
    height: 62px;
    width: 52px;
    margin-left: 10px;
}


/**导航部分**/
.daohang {
    background-color: #0065db;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    align-items: center;
}

.daohang ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    justify-content: center;

}

.daohang ul li a {
    padding-left: 45px;
    position: relative;
    top: 15px;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;

}

.daohang ul li form {
    padding-left: 121px;
    padding-top: 12px;
    align-items: center;
}

#souText {
    height: 36px;
    padding: 0;
    border-width: 0;
    width: 305px;
    font-size: 16px;
    color: #c2c2c2;
    background-color: #FFFFFF;
    border-radius: 5px;
    border-color: #FFFFFF;
    outline: none;
    padding-left: 20px;
    padding-top: 2px;
}

#souBut {
    height: 36px;
    padding: 0;
    border-width: 0;
    width: 76px;
    border-radius: 5px;
    background-color: #0b89f6;
    background-image: url(../img/sousuo.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-y: 8px;
    background-position-x: 10px;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 21px;
    cursor: pointer;

}


/**中上部分**/
.midTop {
    height: 289px;
    display: flex;

}

/*图片轮播部分*/
.midTopLeft {
    width: 50%;

}

.midTopLeft img {
    position: relative;
    right: 0px;
    height: 260px;
    width: 557px;
}

.lunbo {
    width: 557px;
    height: 289px;
    float: right;
}

.lunbo div {
    height: 29px;
    width: 557px;
    background-color: #004564;
    opacity: 0.82;
    margin-top: -5px;
    height: 20px;
}

/**工作动态部分**/
.midTopRight {

    height: 289px;
    width: 50%;

}

.midTopRight {
    display: flex;
    margin-left: 63px;
}

.data {
    width: 557px;

}

.data p {
    margin-top: -9px;
    padding: 0px;
    margin-bottom: 0px;
    color: #e6e6e6;

}

.data a {
    color: #717171;
    font-size: 14px;
    text-decoration: none;
}

.midTopRightUl {
    padding-left: 0px;
    overflow: hidden;
    width: 550px;

}

.midTopRightUl li {
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
}

.midTopRightUl a {
    font-size: 15px;
    color: #191919;
    overflow: hidden;
    white-space: nowrap;

}

.midDown {
    display: flex;
    flex: 2;
    width: 100%;
    height: 280px;
    justify-content: center;

}

#midDownLeft {
    /* margin-left: 346px; */
    width: 340px;
    height: 280px;
}

#midDownMid {
    margin-left: 65px;
    width: 340px;
    height: 280px;
}

#midDownRight {
    margin-left: 90px;
    width: 340px;
    height: 280px;
}

.downData {
    width: 340px;

    height: 280px;
}

.downDatap {
    width: 100%;
    height: 6px;
    margin-top: 6px;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    color: #e6e6e6;
}

.downData a {
    color: #717171;
    font-size: 14px;
    text-decoration: none;
}

.midTopRightUl a {
    font-size: 15px;
    color: #191919;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.fontSz {
    font-size: 19px;
    font-weight: bold;
    color: #0053B4;
}

#anli {
    display: flex;
    flex: 0;
    font-size: 19px;
    font-weight: bold;
    color: #0053B4;
    justify-content: center;
}

#daohang2 {
    margin-top: 24px;
    margin-right: 14px;
}

#daohang {
    margin-top: 14px;
    margin-left: 14px;
}

/**我要咨询**/
.backDiv {
    margin-top: 23px;
    margin-left: 366px;
}

.backDiv a {
    font-size: 18px;
    color: #8f8f8f;
}

#formConsult {
    margin-top: 22px;
    font-size: 30px;
    color: #2a2a2a;
    text-align: center;
}

.formConsultTitle {
    display: flex;
    margin-top: 51px;
    font-size: 23px;
    color: #2a2a2a;
    white-space: nowrap;
}

.formConsultTitle input {
    height: 36px;
    padding: 0;
    width: 486px;
    font-size: 18px;
    color: #a7a6a6;
    margin-left: 22px ! important;
    border-width: 1px;

}

.formConsultMessage {
    display: flex;
    margin-top: 51px;
    white-space: nowrap;

}

#formConsultMessage1 {
    font-size: 23px;
    color: #2a2a2a;

}

#formConsultMessage2 {
    margin-left: 22px;
    width: 486px;
    height: 270px;
    font-size: 18px;
    color: #a7a6a6;
    font-size: 18px;
    color: #a7a6a6;
}

.formConsultBtn {
    display: flex;
    margin-top: 22px;
    justify-content: center;
    margin-left: 100px;

}

.formConsultSubDiv {
    height: 43px;
    width: 163px;


}

.formConsultSubDiv input {
    height: 43px;
    width: 163px;
    background-color: #077bdd;
    font-size: 24px;
    color: #ffffff;
    border-radius: 5px;
    border-width: 0px;

}

.formConsultReDiv {
    height: 43px;
    width: 163px;
    margin-left: 22px;

}

.formConsultReDiv input {
    height: 43px;
    width: 163px;
    background-color: #dadada;
    font-size: 24px;
    color: #ffffff;
    border-radius: 5px;
    border-width: 0px;
}

.midErrorMessage {
    font-size: 5px;
    width: 100px;
    height: 16px;
    color: red;
}

/**qiyecore内容**/
.qiyecoreMidS {
    height: auto;

}

.qiyecoreMid {
    display: flex;
    height: auto;
    justify-content: center;
    min-height: 520px;
}

.midDaohang {
    margin-top: 20px;
}

.midDaohang div {
    /*height: 60px;*/
    width: 132px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background-color: #e4e4e4;
    cursor: pointer;
    margin-bottom: 10px;
}

.midDaohang a {
    text-decoration: none;
}

/*企业资料展示信息css*/
.qiyeJilu {
    display: flex;
    width: 900px;
    height: 670px;
    /* background-color: red; */
}

.qiyeJilu img {
    width: 131px;
    height: 171px;
}

.qiyeJiluDiv2 {
    margin-top: 190px;
    margin-left: 385px;

}

.qiyeJilu p {
    margin-top: 17px;
    font-size: 24px;
    color: #b1b1b1;
    text-align: center;
}

/*弹出表单*/
.qiyeJiluForm {
    transition: all 2s;
    opacity: 0;
    position: absolute;
    top: 250px;
    left: 20%;
    width: 1140px;
    height: 620px;
    background-image: url(../img/renzbj.png);
    background-size: 1130px 610px;
}

.qiyeSite select {
    width: 100px;
    border: solid 2px #e6e6e6;
    font-size: 12px;
    color: #868686;
    height: 27px;
}

.qiyeType select {
    width: 220px;
    border: solid 2px #e6e6e6;
    font-size: 12px;
    color: #868686;
    height: 27px;
}

.qiyeJiluFormTitle {
    margin-top: 34px;
    text-align: right;
}

.qiyeJiluFormTitle div {
    margin-bottom: 28px;
    font-size: 18px;
    color: #1a1a1a;
    margin-left: 200px;

}

.qiyeJiluFormInput {
    margin-left: 27px;
    margin-top: 25px;
    width: 605px;
}

.qiyeJiluFormInput div {
    margin-bottom: 22px;

}

.qiyeJiluFormInput input {
    height: 27px;
    width: 400px;
    border: solid 2px #e6e6e6;
}

.qiyeJiluFormSub input {

    width: 116px;
    padding: 0px;
    height: 34px;
    border-width: 0px;
    margin-left: 80px;
    background-image: url(../img/tijiao.png);
    font-size: 18px;
    color: #ffffff;
    margin-top: -50px;
    float: right;

}

.qiyeJiluFormInput span {
    font-size: 5px;
    width: 100px;
    height: 16px;
    color: red;
}

.qiyeJiluFormClose {
    background-image: url(../img/x.png);
    background-repeat: no-repeat;
    margin-right: 50px;
    float: right;
}

#closeBtn {
    width: 30px;
    height: 30px;
    opacity: 0;
}

.fileImg {
    width: 168px;
    height: 101px;
    border: solid 2px #e6e6e6;
    background-image: url(../img/+.png);
    background-repeat: no-repeat;
    background-position: center;
}

.fileImg input {
    opacity: 0;
    width: 168px;
    height: auto;
}

/*立即认证css*/
.qiyeAuthentication {
    margin-top: 39px;

    width: 100px;
}

.qiyeAuthentication a {
    font-size: 16px;
    color: #0297da;
    text-decoration: none;
    cursor: pointer;
}

/**qiyecoreAfter企业认证完后的展示界面**/
.qiyecoreAfterMid {
    height: 735px;
}

.qiyecoreAfterTitle {
    text-align: right;
    margin-left: 154px;
    margin-top: 78px;
}

.qiyecoreAfterTitle div {
    margin-bottom: 37px;
    font-size: 18px;
    color: #464646;
    font-weight: bold;
}

.qiyecoreAfterMessage {
    margin-top: 78px;
    margin-left: 35px;
}

.qiyecoreAfterMessage div {
    margin-bottom: 37px;
    font-size: 18px;
    color: #464646;
}

#qiyhjaImg {
    margin-top: -24px;
}

input {
    outline: none;
}

textarea {
    outline: none;
}