﻿/*首页*/
/*banner*/
#slide_c
{
    text-align: center;
    position: relative;
    height: 510px;
    overflow: hidden;
}
#slide_c img
{
    height: 510px;
}
.ico_c
{
    width: 100%;
    position: absolute;
    bottom: 50px;
    text-align: center;
}
.ico_c ul
{
    margin: 0 auto;
    display: inline-block;
}
.ico_c li
{
    float: left;
    width: 10px;
    height: 10px;
    background: #fff;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 5px;
}
.ico_c li.high
{
    background: #fa6300;
    width: 30px;
}
/*快捷平台*/
.deskList
{
    margin-top: 7px;
    height: 220px;
    background: #f2f2f2;
    color: #666;
}
.deskList .bankDesk, .deskList .phoneDesk
{
    float: left;
    height: 220px;
    border-left: 7px solid #fff;
    width: 33%;
}
.bankDesk a, .phoneDesk a
{
    display: block;
    width: 100%;
    height: 190px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    padding-top: 20px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
.bankDesk a
{
    background: #f2f2f2 url(../images/modelIcon01.png) center 100px no-repeat;
}
.bankDesk a:hover
{
    background: #fbfafa url(../images/modelIcon01.png) center 100px no-repeat;
}
.phoneDesk a
{
    background: #f2f2f2 url(../images/modelIcon02.png) center 100px no-repeat;
}
.phoneDesk a:hover
{
    background: #fbfafa url(../images/modelIcon02.png) center 100px no-repeat;
}


.deskList li.newsList
{
    width: 32%;
    float: left;
}
.newsList h3
{
    font-size: 16px;
    padding: 15px 0 0 25px;
    font-weight: bold;
}
.newsList h3 a
{
    color: #666;
    text-decoration: none;
}
.newsList h3 a:hover
{
    color: #fa6300;
}
.newsList ul
{
    padding-top: 8px;
}
.newsList li
{
    font-size: 14px;
    line-height: 32px;
    padding-left: 25px;
}
.newsList li a
{
    display: block;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 65%;
    float: left;
    color: #666;
    background: url(../images/listIcon.png) left center no-repeat;
    padding-left: 14px;
}
.newsList li a:hover
{
    color: #fa6300;
}
.newsList li time
{
    float: right;
    text-align: right;
    color: #999;
    padding-right: 10px;
}
/*footer*/
.footer-link, .footer-copy
{
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
}
.footer-link
{
    color: #666;
    height: 20px;
    margin-top: 15px;
}
.footer-link .hotLine
{
    float: left;
}
.footer-link .footer-links
{
    float: right;
}
.footer-link .footer-links li
{
    float: right;
    margin-left: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.footer-link .footer-links li.first
{
    padding: 0;
    border: 0;
}
.footer-link .footer-links li a
{
    color: #666;
}
.footer-link .footer-links li a:hover
{
    color: #fa6300;
}
.footer-copy
{
    color: #999;
    line-height: 24px;
    height: 24px;
    padding: 5px 0;
}

/***轮播图***/
.focus
{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.focus .hd
{
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    text-align: center;
}
.focus .hd ul
{
    display: inline-block;
    height: 100%;
}

.focus .hd ul li
{    
    float: left;
    width: 10px;
    height: 10px;
    background: #fff;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 0;
}
.focus .hd ul .on
{
    background: #fa6300;
    width: 30px;
}
.focus .bd
{
    position: relative;
    z-index: 0;
}
.focus .bd li img
{
    width: 100%;
}