@charset "utf-8";
.main{
    width: 1200px;
    margin: 0 auto;
}
.top{
    background: #1b1b1b;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.top img{
    display: inline-block;
    vertical-align: middle;
}
.top img:last-child{
    margin-left: 20px;
}
header .fl a,header .fl img{
    display: block;
}
header .fr>ul>li{
    float: left;
    position: relative;
    z-index: 1000;
}
header .fr>ul>li>a{
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    padding: 0 22px;
}
header .fr>ul>li>a:hover{
    color: #06508a;
}
header .fr>ul>li.on>a{
    color: #06508a;
}
header .fr>ul>li>a i{
    display: inline-block;
    border: 4px solid transparent;
    border-top-color: #222;
    vertical-align: middle;
}
header .fr>ul>li>a:hover i{
    border-top-color: #06508a;
}
header .fr>ul>li.on>a i{
    border-top-color: #06508a;
}
header ul li ul{
    position: absolute;
    top: 80px;
    padding: 5px;
    border: 1px solid #eee;
    background: #fff;
    width: 110px;
    display: none;
}
header ul li ul li{
    border-top: 1px dashed #ddd;
}
header ul li ul li:first-child{
    border: none;
}
header ul li ul li a{
    display: block;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
header ul li ul li a:hover{
    background: #06508a;
    color: #fff;
}

/*banner start*/
.banner{
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0 auto;
}
.banner-img{
    position: relative;
}
.banner-img li{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    display: none;
}
.banner-img li a{
    width: 100%;
    height: 500px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-img li a img{
    display: none;
}
.banner-tip{
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.banner-tip li{
    float: left;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 100%;
}
.banner-tip li.on{
    background: #fff;
}
/*banner end*/

/*list start*/
.list{
    overflow: hidden;
}
.list li{
    width: 279px;
    float: left;
    margin: 0 28px 30px 0;
}
.list li a,.list li a img,.list li a span{
    display: block;
}
.list li a img{
    border: 1px solid #eee;
    transition: all .3s;
}
.list li a:hover img{
    opacity: .8;
}
.list li a span{
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}
.list li a:hover span{
    color: #06508a;
}
/*list end*/

/*footer start*/
footer{
    padding: 30px 0;
    background: #1b1b1b;
}
.fnav{
    border-bottom: 1px solid #000;
}
.fnav ul{
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
}
.fnav ul li{
    float: left;
    width: 14.285714%;
}
.fnav ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
}
.fnav ul li a:hover{
    color: #06508a;
}
.fcon{
    border-top: 1px solid #313131;
}
.fcon img{
    display: block;
    margin: 0 auto;
}
.fcontact{
    width: 500px;
    margin: 0 auto;
}
.fcontact p{
    font-size: 14px;
    color: #525353;
    width: 50%;
    float: left;
}
.fcontact p:last-child{
    width: 100%;
}
/*footer end*/

/*record*/
.record{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #222;
}
.record span{
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
}
.record span a{
	color: #fff;
}
.record span a:hover{
	text-decoration: underline;
}
.pages {padding-top: 10px; line-height:40px; text-align:center; width:700px;}
.pages A { padding: 2px 5px; border: 1px solid #ccc; margin-right:3px; margin-left: 3px;}