﻿.global{
    width:100%;
    min-width:1060px;
    font: 12px/1.5 'Hiragino Sans GB',宋体,sans-serif;
}

.global .topTitle{
    width:100%;
    max-width:1250px;
    min-width:1060px;
    height:76px;
    margin:0 auto 6px;
    position:relative;

}
.global .topTitle .logo{
    font-size:0;
    position:absolute;
    left:0;
    top:0;
}

/** 主要菜单 **/
.global .mainMenu{
    height:76px;
    background:#ffffff;
    margin:0 0 0 314px;
    position:relative;
    
}

.global .mainMenu>.menu{
    height:76px;
    color:#646464;
    position:relative;
    overflow:hidden;
    margin:0 auto;
}
.global .mainMenu>.menu li{
    float:left;
    position:relative;
    
    width:15%;
    *width:14%;
}
.global .mainMenu>.menu li:first-child{
    width:10%;
}
.global .mainMenu>.menu li:first-child a{
    letter-spacing:15px;
}
.global .mainMenu>.menu li a{
    display:block;
    
    color:#646464;
    font-size:18px;
    padding-top:6px;
    line-height:70px;
    text-align:center;
    font-family:"Microsoft YaHei";
}
.global .mainMenu>.menu li a:hover{
    color:#0099cc;
}
.global .mainMenu>.menu li .line{
    display:block;
    width:1px;
    height:15px;
    position:absolute;
    top:9px;
    right:0;
    background-color:#ffffff;
}

/** 主要内容 **/
.global .mainBanner{
    width:100%;
    max-width:1250px;
    height:auto;
    margin:0 auto;
    font-size:16px;
    position:relative;
}
.global .service{
    height:200px;
    color:#6d6d6d;
    width:100%;
    max-width:1250px;
    min-width:1060px;
    margin:0 auto;
    padding: 20px 0 0;
    background:#f6f6f6;
}
.global .service .serviceInner .contact{
    float:left;
    height:190px;
    width:20%;
    text-align:center;  
}
.global .service .serviceInner .contact.conEnd{
    *width:19%; /*IE7下二维码被挤下去*/
}
.global .service .serviceInner{
    overflow:hidden;
    width:100%;
    height:190px;
    
}
.global .service .serviceInner .contact .cont_in{
    border-right:1px solid #dbdbdb;
    height:190px;
}
.global .service .serviceInner .contact .cont_in h2{
    font-weight: bold;
    line-height: 26px;
    font-size: 16px;
    text-align:center;
    margin-bottom:20px;
}
    
.global .service .serviceInner .contact .mobile{
    color:#ff6700;
    margin: 0 0 10px;
    font-size: 22px;
    line-height:1;
}
.global .service .serviceInner .contact .time{
    margin: 0 0 10px;
    font-size: 12px;
    line-height:1;
}
.global .service .serviceInner .contact.conEnd span{
    color:#6d6d6d;
    font-size:16px;
    font-weight:700;
}
.global .service .serviceInner .contact.conEnd img{
    display:block;
    width:160px;
    height:auto;
    margin:10px auto 0;
   
}
.global .service .serviceInner .pubDl{
    height:190px;
    float:left;
    width:15%;
    line-height:22px;
    float:left;
}
.global .service .serviceInner .pubDl dl{
    padding:0 10px;
    border-right:1px solid #dbdbdb;
    height:190px;
}
.global .service .serviceInner dl dt a{
    font-weight:bold;
    line-height:26px;
    font-size:16px;
    cursor:inherit;
}
.global .service .serviceInner dl dd{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.global .service .serviceInner dl dd a{
    font-size:13px;
    line-height:26px;
    color:#6d6d6d;
}
.global .service .serviceInner dl dt {
    margin-bottom:5px;
}

.global .bottom{
    padding-top:50px;
    margin:0 auto;
    width:1060px;
    height:110px;
    position:relative;
}

.global .bottom .relation,.global .bottom .relation a{
    text-align:center;
    color:#b0b0b0;
}
.global .bottom .relation>a:hover{
    color:#c00;
}
