#main {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
}
 #main .header{
	position: relative;
	width: 100%;
	height: 110px;
	background-color: #1e82d8;
	overflow: hidden;
	background-image: url(../img/logo_bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#main .header .logo {
    float: left;
    margin-top: 15px;
    width: 900px;
    height: 90px;
}
#main .header .logo-img {
    float: left;
    margin-left: 0px;
}
#main .header .logo-text-large {
    float: left;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#main .header .logo-text-small {
    float: left;
    margin-top: 10px;
    font-size: 24px;
   margin-left: 15px;
    color: #fff;
    font-family: KaiTi;
}
#main .tab {
    display: block !important;
    background: #F6F6F6;
    margin: 5px 0px 0px 0px;
    text-align: left !important;
}
    #main .tab-title {
        height: 48px !important;
        border-bottom-width: 4px !important;
        border-bottom-style: solid;
        color:darkred;
        border-color: #e6e6e6;
    }
    #main .tab-title ul {
        padding: 0;
        list-style: none;
        text-decoration: none;
    }
#main .tab-title li {
    line-height: 48px !important;
    font-size: 24px !important;
    padding: 0px !important;
    margin-left: 15px !important;
}
.con_area {
    width: 1420px;
    height:130px;
}
.con_area > ul {
    overflow: hidden;
}

.cf {
    zoom: 1;
}
.con_area > ul > li {
    float: left;
    width: 155px;
    height: 50px;
    background: #f0f0f0;
    text-align: center;
    line-height: 50px;
    margin-right: 19px;
    margin-bottom: 20px;
    font-size: 17px;
    color: #333333;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.con_area ul li a {
    width: 155px;
    height: 50px;
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: black;
    text-decoration: none;
}
    .con_area ul li a:hover {
        transition: all 0.2s;
        background-color:#8080FF;
        color:white;
    }
#main .pic {
    position: relative;
    width: 100%;
    height: 354px;
    overflow: hidden;
    background-image: url(https://amr.nanjing.gov.cn/images/main_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#main .center {
    width: 100%;
    height: 100px;
    text-align: center;
}
#main .center p{
	text-align:center;
	color: #666;
	font-size: 14px;
	letter-spacing: 2px;
    padding:5px;
}
#main .footer{
	bottom: 0;
	width: 100%;
	height: 92px;
	background-color: #e5e7ea;
}
#main .footer .box{
	text-align: center;
}
#main .footer .img{
	display: inline-block;
	position: relative;
	top: 35px;
	margin-right: 20px;
	width: 49px;
	height: 62px;
}
#main .footer .info{
	display: inline-block;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top:50px;
}

