.gy{
    margin: auto;
}
.gy>img{
    width: 100%;
    vertical-align: middle;
}
.n_nav_tit {
    width: 100px;
    line-height: 70px;
    text-align: center;
    margin: auto;
    background: url(/template/default/index/img/ntbg.png) no-repeat center;
    background-size: 100% auto;
    font-size: 14px;
    color: rgba(255,255,255,1);
}
/*联系我们*/
.map_box{
    margin: auto;
	padding:10px;
    background: url("/template/default/index/img/mapbg.jpg")no-repeat center;
	background-size:100% 100%;
}
.map_box>div{
    margin: auto;
    padding: 0px 0;
}
.map_menu{
}
.map_menu>a{
    display: block;
    float: left;
    width: 100px;
	line-height:3;
    text-align: center;
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.map_menu>a:nth-child(1){
    background: #df0024;
  color:#fff;
}
.map_menu>a:hover{
    background: #df0024;
  color:#fff;
}

.map_box .content{
    background: #F3F3F3;
}
.map_box .content>div:nth-child(1){
    margin-left: 10px;
    padding-top: 10px;
    font-size:12px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:39px;
}
.map_box .content *{
    font-size:12px !important;
	line-height:2 !important;
}

/*地图*/
#allmap{width:100%;height:200px;margin: auto;margin-top: 10px}


.news_ss>div{
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 20px;
}
.news_ss>div div{
    color: #000;
}
.news_ss>div div:nth-child(3){
    height: 42px;
    overflow: hidden;
}
