
.header .nav li.active{
    position: relative;
}
.header .nav li:nth-child(4).active  a{
    margin-left: 20px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.header .nav li.active  a i{
    display: inline-block;
    width: 6px;
    height: 8px;
    position: absolute;
    background: url(../images/nav-icon.png) no-repeat center;
    top: 22px;
    left: 5px;
}
.header .nav li.active  a img{
    position: absolute;
    margin:3px 0 0 6px;
}
.header .nav li dd span {
    display: inline-block;
    float: right;
    font-size: 24px;
    line-height: 20px;
    margin-left: 4px;
    opacity: 0;
}




/*banner和主体类容区域*/
.main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 140px;
}
.main .mainBanner{
    position: relative;
}
.main .mainBanner .name{
    width: 274px;
    height: 184px;
    background-color: #ffffff;
    color: #333333;
    position: absolute;
    top: 640px;
    right: -136px;
    padding: 22px 0 0 26px;
    box-sizing: border-box;
    z-index: 100;
}
.main .mainBanner .name p:nth-child(1){
    font-size: 46px;
    color: #000;
    letter-spacing:2px;
}
.main .mainBanner .name span:nth-child(2){
    width: 38px;
    height: 2px;
    background-color: #000;
    display: inline-block;
}
.main .mainBanner .name p:nth-child(3){
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.main .mainProduct  p.fontRight{
    font-size: 90px;
    color: #a31e2c;
    border-bottom: 1px #e6e6e6 solid;
    padding: 20px 0 45px 19px;
    /* font-family: "黑体"; */
    /*font-weight: 500;*/
}

/*地图区域*/
.math{
    box-sizing: border-box;
    border:2px #cccccc solid;
    padding: 18px;
    display: block;


}
#allmap{
    height: 760px;
    width: 100%;overflow: hidden;margin:0;font-family:"微软雅黑";
}
#allmap img{
    max-width: none;
}


#l-map{height:100%;width:78%;float:left;border-right:2px solid #bcbcbc;}
#r-result{height:100%;width:20%;float:left;}