/*--common css--*/
.w990{
    width: 990px;
    margin: 0 auto;
    position: relative;
}
body{
    cursor: default;
}
header{
    height: 143px;
    background-color: #1d242d;
    background-image: url(../images/top_bg.jpg);
    background-repeat:  repeat-x;
    background-position: 0 0;
}
.top{
    height: 35px;
    line-height: 35px;
    color: #fff;
}
nav{
    height: 55px;
    background-color: #1d242d;
}
.icon_bg, .ic_wechat, .ic_wechat_green, .ic_tele, .ic_mobile, .ic_search, .ic_user, .ic_password, .ic_close, .ic_hp01, .ic_hp02, .ic_hp03, .ic_dotted, .ic_upArr, .ic_media, .ic_voice, .ic_announce, .ic_down, .ic_up, .ic_athena, .ic_irr, .ic_rdp, .ic_rating, .ic_abs, .ic_at, .ic_pms, .ic_mercury, .ic_datamkt, .ic_custom, .ic_address, .ic_market, .ic_offwechat, .ic_office, .ic_usban {
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.ic_wechat {
    width: 26px;
    height: 26px;
    margin: 0 5px;
    background-position: 0 -3px;
}
.ic_tele {
    width: 21px;
    height: 23px;
    margin: 0 5px;
    background-position: -37px -3px;
}
.QR_code{
    width: 150px;
    height: 150px;
    padding: 15px;
    background-color: #1e1e1e;
}
.QR_code img{
    width: 100%;
    height: 100%;
}
.search-box,.sub-search{
    height: 36px;
    line-height: 36px;
}
.search-box{
    width:498px;
    border: 1px solid #ffcb2f;
    border-radius: 7px;
    overflow: hidden;
}
.search-input{
    float: left;
    width: 380px;
    font-size: 14px;
    background: none;
    border: 0;
    padding: 7px 5px;
}
.sub-search{
    float: right;
    width: 105px;
    font-size: 16px;
    color: #373737;
    background-color: #ffcb2f;
    text-align: center;
    cursor: pointer;
}

.nav_bar li {
    float: left;
    position: relative;
}
.nav_bar li a{
    height: 55px;
    line-height: 55px;
    padding: 0 35px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}
.nav_bar li a:hover,
.nav_bar li a.active{
    color: #ffcb28;
}

footer {
    background-color: #eee;
    background-image: url('../images/cooperate_bg.jpg');
    color: #232323;
}

footer .mypro-content {
    padding: 35px 0;
}

footer .returnTop {
    background: #000;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 30px;
    color: #fff;
    width: 144px;
    height: 31px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
}

footer .returnTop i {
    margin-left: 10px;
}

footer h3 {
    font-size: 16px;
    color: #232323;
    margin-top: 10px;
    margin-bottom: 20px;
}

footer a {
    color: #595959;
    font-size: 12px;
}

footer li {
    margin-bottom: 15px;
    color: #595959;
    font-size: 12px;
}

footer .fl {
    float: left;
    width: 224px;
    height: 175px;
    border-right: 1px solid #a1a1a1;
}

footer .fl ul li {
    float: left;
    width: 50%
}

footer .mid {
    float: left;
    width: 142px;
    padding-left: 38px;
}

footer .fr {
    float: left;
    height: 175px;
    padding-left: 58px;
    border-left: 1px solid #a1a1a1;
}

.footer-bottom {
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: #000 !important;
    font-size: 12px;
    color: #fff;
}

.footer-bottom a {
    color: #ffcb2f !important;
}

.footer-bottom a.icp {
    color: #fff !important;
}
/*--end common css--*/