.head {
    min-width: 1210px;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid rgb(238, 238, 238);
    transition: all 0.3s ease-in-out 0s;
}

.head-box > div {
    display: inline-block;
    vertical-align: top;
}

.head .head-box {
    margin: 0 auto;
    width: 1210px;
}

.head .logo-box {
    margin-top: 13px;
    height: 38px;
}

.head .logo-box > img {
    display: inline-block;
    height: 100%;
}

.head .logo-text {
    margin-left: 5px;
    margin-top: 9px;
    padding-left: 10px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #343333;
    font-size: 18px;
    vertical-align: top;
    border-left: 1px solid #AFAFAF;
}

.head-content {
    margin-left: 60px;
    padding: 10px 0;
}

.head .nav-cell {
    margin-right: 40px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid transparent;
    vertical-align: top;
    color: #272B32;
    font-weight: 600;
    cursor: pointer;
}

.head .nav-cell:last-child {
    margin-right: 0;
}

.head .nav-cell:hover,
.head .nav-cell-active {
    border-bottom: 2px solid #1759EE;
    color: #1759EE;
}

.head .phone-box {
    margin-top: 19px;
    float: right;
    height: 22px;
    font-weight: bold;
    color: #1759EE;
}

.head .phone-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    vertical-align: top;
    border-radius: 4px;
}

.head .phone-icon .iconfont {
    font-size: 18px;
}

.head .phone-text {
    display: inline-block;
    vert-align: top;
    line-height: 22px;
    margin-left: 10px;
}

.contact-box {
    position: fixed;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../images/fixed-bg.png) no-repeat center center;
    z-index: 100;
}
.wechat-box {
    position: absolute;
    top: -152px;
    right: 57px;
    width: 217px;
    height: 176px;
    min-width: 1440px;
    background: url(../images/wechat-border.png) no-repeat 100% 100%;
}

.wechat-box img {
    position: absolute;
    top: 54px;
    right: 16px;
    width: 120px;
    height: 120px;
    border-radius: 5px;
}

.close-fixed {
    position: absolute;
    right: -50px;
    color: #fff;
    bottom: -10px;
}

.close-fixed .iconfont {
    font-size: 24px;
}

.contact-form {
    position: relative;
    width: 1210px;
    margin: 23px auto 0 auto;
    font-size: 0;
}

.input-cell {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    width: 200px;
    height: 40px;
    font-size: 14px;
}

.input-cell input {
    padding: 0 24px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
	position: relative;
    z-index: 999;
}

.button-cell {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #175AEF;
    border-radius: 5px;
    font-size: 14px;
	position: relative;
    z-index: 999;
    cursor: pointer;
}

.iconicon-guanbi {
    cursor: pointer;
}

.fixed-wrap {
    position: fixed;
    bottom: 42.5%;
    width: 107px;
    right: 0px;
    height: 107px;
    color: rgb(255, 255, 255);
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
      z-index: 999;
}

.fixed-wrap .iconliaojiju {
    font-size: 45px;
}

.fixed-wrap:hover .iconliaojiju{
    color: #165bee;
}

.fixed-wrap:hover {
    background: #fff;
    box-shadow: 0px 0px 20px -8px #165bee;
}
.foot {
    padding: 20px 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #999;
}
.foot a {
    color: #999;
}
.foot a:hover {
    color: #7DAFFF;
}