/*项目公共部分*/
.contact, .footForm {
    margin: 0 auto;
}

/*top-头部*/
header {
    height: 60px;
    background: #fff;
    padding: 0 60px 0 60px;
}

header h1 {
    height: 50px;
    padding-top: 10px;
}

header h1 img {
    display: inline-block;
    vertical-align: top;
}

header nav {
    height: 60px;
    line-height: 60px;
}

header h1 span{
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    color: #001f3b;
    font-weight: bold;
}

header nav li a {
    display: block;
    padding: 0 16px;
    text-align: center;
    height: 57px;
    color: #001f3b;
    font-size: 14px;
    border-bottom: 3px solid #fff;
}

header nav li a:hover {
    border-bottom: 3px solid #4377b4;
}

.dropDown {
    width: 88px;
    position: relative;
}

.dDMain {
    height: 123px;
    width: 88px;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999999;
    display: none;
}

.dDMain li {
    height: 30px;
    line-height: 30px;
}

.dDMain a {
    height: 30px;
}


/*联系我们-contact*/
.contact {
    height: 185px;
    width: 1100px;

}

.contact i {
    display: inline-block;
    width: 43px;
    height: 43px;
    background: #ccc;
    border-radius: 21px;
    text-align: center;
    line-height: 43px;
    font-size: 22px;
    color: #fff;
}

.contactLeft {
    height: 185px;
    width: 260px;
}

.spanBox {
    height: 185px;
    margin-left: 15px;
}

.contactCenter {
    height: 185px;
    width: 300px;
}

.contactRight {
    height: 185px;
    width: 420px;
}

.contact span {
    font-size: 12px;
    color: #ccc;

}

.padd {
    padding-left: 40px;
}

.block {
    display: block;
    width: 43px;
    height: 43px;
}

/*footer样式*/
footer {
    width: 100%;
    height: 374px;
    position: relative;
}

footer img {
    width: 100%;
    height: 374px;
}

.footMask {
    width: 100%;
    height: 374px;
    background: rgba(38, 107, 174, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

.footForm {
    width: 1100px;
    height: 295px;

    padding-top: 79px;
}

.fFormTop {
    height: 153px;
    width: 1100px;
}

.fFTLeft label {
    width: 75px;
    height: 45px;
    border: 1px solid #b7c1cc;
    border-right: 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
}

.fFTLeft {
    width: 424px;
    height: 153px;
}

.fFTLeft p {
    width: 424px;
    height: 47px;
    margin-bottom: 6px;
}

.fFTLeft input {
    width: 347px;
    height: 45px;
    border: 1px solid #b7c1cc;
    border-left: 0;
    background: none;
}

.fFTRight textarea {
    width: 662px;
    height: 147px;
    outline: none;
    resize: none;
    border: 1px solid #b7c1cc;
    display: block;
    background: none;
}

.footForm .submit {
    width: 680px;
    margin-top: 48px;
    padding-left: 420px;
}

.submit button {
    width: 261px;
    height: 53px;
    border-radius: 26px;
    background: #2069ac;
    outline: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 53px;
    border: 0;
    display: block;
}

.popBtn {
    width: 40px;
    height: 30px;
    background: #333;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 999999;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 8px 0 0 0;
}

.pop {
    width: 38px;
    height: 100px;
    display: none;
    position: relative;
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 999999;
    border: 1px solid #999;
    background: #fff;
}

.pop i {
    display: block;
    width: 38px;
    height: 50px;
    color: #000;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.pop i:hover {
    color: #479005;
}

.pop i .mailBox {
    width: 180px;
    height: 60px;
    padding-left: 20px;
    background: #fff;
    position: absolute;
    right: 39px;
    top: 0;
    z-index: 999999;
    text-align: left;
    color: #000;
    line-height: 30px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #ccc;
    display: none;
}

.pop i .weixinBox {
    width: 100px;
    height: 90px;
    background: #fff;
    position: absolute;
    right: 39px;
    top: 0;
    z-index: 999999;
    text-align: left;
    color: #000;
    line-height: 30px;
    border-radius: 6px 0 0 6px;
    text-align: center;
    padding-top: 10px;
    display: none;
}

.pop i .weixinBox img {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.pop i .weixinBox p {
    line-height: 20px;
}