/*通用*/
.fl {
    float: left
}

.fr {
    float: right
}

.comwidth {
     width: 1000px;
    margin: 0 auto;

}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    width: 100%;
    background-color: #fafafa;
    color: #111111;

}

.down_text {
    font-size: 16px;
}

.up_text {
    font-size: 20px;
}

/*header*/
.header {
    height: 597px;
    background: url("../images/contact_banner.jpeg") center no-repeat;

}

/*baaner*/

.Navbar {
    height: 75px;
    position:relative;

}

.logo img {
    display: block;
    float: left;
    margin-top: 10px;

}

.nav {
    float: left;
    margin-left: 40px;
}

.nav li {
    float: left;
    width: 100px;
    padding-left: 40px;
}

.nav a {
    line-height: 75px;
    font-size: 18px;
    color: #2b2b2b;
    display: block;
    text-align: center;
    font-weight: bolder;
}

.nav a:hover {
    background: #db3a36;
    color: white;
}

/*}颜色*/

.tel {
    background: url("../images/tel.png") left no-repeat;
    line-height: 75px;
}

.tel a {
    padding-left: 20px;
    color: #2b2b2b;
}

/*customer_tel*/
.customer_tel {
    height: 252px;
}

.text {
    padding-top: 132px;
    line-height: 2.5em;
}

.icon {
    padding-top: 132px;
}

.line .comwidth {
    border: 1px solid #eaeaea;
}

/*cooperation*/
.cooperation {
    height: 168px;
}

.coo_text {
    padding-top: 54px;
    line-height: 2.5em;
}

.coo_icon {
    padding-top: 54px;
}

.cooperation span {
    padding-right: 32px;
}

/*mail*/
.mail {
    height: 168px;
}

.mail_text {
    padding-top: 54px;
    line-height: 2.5em;
}

.mail_icon {
    padding-top: 54px;
}

/*addre*/
.addre {
    height: 168px;
}

.addre_text {
    padding-top: 54px;
    line-height: 2.5em;
}

.addre_icon {
    padding-top: 54px;
}

/*other*/
.other {
    margin-top: 60px;
    font-size: 18px;
    line-height: 2em;
    overflow: hidden;
    color: #545454;
}

.time {
    padding-bottom: 147px;
    font-weight: 300;
}

.wechat {
    padding-top: 24px;
}

.wechat_pic {
    margin-top: 20px;
}
.other_pic{position: relative;bottom: 130px;}

/*footer*/
.footer {
    height: 263px;
    background-color: #2a2a2a;
    color: white;
    font-size: 14px;
}

.left_area {
    width: 500px;
    height: 206px;
    float: left;
}

.left_area img {
    margin-top: 38px;
    margin-left: 4px;
}

.right_area {
    width: 500px;
    height: 206px;
    float: right;
}

.right_area i {
    padding-right: 20px;
    vertical-align: middle;
}

.right_info {
    margin: 0 auto;
    margin-left: 35px;
    margin-top: 38px;
}

.city_info, .add {
    padding-bottom: 34px;
}
.beian{text-align: center;padding-left: 19%;}



/*增加登录模块*/

/*.loginBox{
    float:left;
    margin-left:32px;
    height:75px;
    width:120px;
    position:relative;
}
.login{
    position: absolute;
    top:0;
    left:0;
    padding-left:25px;
    height:100%;
    width:95px;
    background:blue;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height:75px;
    background:url(../images/loginBg.png) no-repeat left center;

}
.login a{
    color:#000;
}
.noLogin{
    display:none;
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:yellow;
}*/