@font-face
{
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue.eot');
    src: local('?'), url('fonts/HelveticaNeue.woff') format('woff'), url('fonts/HelveticaNeue.ttf') format('truetype'), url('fonts/HelveticaNeue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body
{
    padding: 0px;
    margin: 0px;
    font-family: 'Helvetica Neue' , Helvetica, sans-serif,Arial;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    background: White;
    color: #333;
}
a
{
    outline: none;
}

.fl
{
    float: left;
}
.fr
{
    float: right;
}
.cb
{
    clear: both;
}
.wraper
{
    width: 88%;
    max-width: 1200px;
    margin: 0px auto;
    background: #fff;
}
.pad_15
{
    padding: 0px 15px;
}
.mar_20
{
    margin: 20px 0px;
}
.mt5
{
    margin-top: 5px;
}
.mt10
{
    margin-top: 10px;
}
.mt15
{
    margin-top: 10px;
}
.wid10
{
    width: 10%;
}
.wid15
{
    width: 15%;
}
.wid20
{
    width: 20%;
}
.wid25
{
    width: 25%;
}
.wid30
{
    width: 30%;
}
.wid40
{
    width: 40%;
}
.wid35
{
    width: 35%;
}
.wid45
{
    width: 45%;
}
.wid50
{
    width: 50%;
}
.wid70
{
    width: 70%;
}

.header
{
    background: url(../images/ccn_top_header_bg.jpg) repeat-x 10px 0px;
    height: 150px;
}
.header .wraper
{
    background: url(../images/ccn_top_header_bg.jpg) repeat-x 10px 0px;
    height: 150px;
}
.lft_logo img
{
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
    width: 100%;
    height: auto;
    max-width: 379px;
}
.rt_logo
{
    text-align: right;
}
.rt_logo img
{
    position: relative;
    margin-top: 32px;
    margin-right: 20px;
    width: 100%;
    height: auto;
    max-width: 125px;
}
.header h1
{
    margin: 66px 0 0 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    text-align: center;
    width: 100%;
}
.cp_txt
{
    text-align: center;
}
.cp_txt img
{
    position: relative;
    width: 393px;
    height: auto;
    max-width: 100%;
    margin-top: 52px;
}

.footer
{
    background: url(../images/cctns_fot_log.png) repeat-x 10px 0px;
    height: 100px;
    width: 100%;
}
.footer .wraper
{
    background: url(../images/cctns_fot_log.png) repeat-x 10px 0px;
    height: 100px;
}

.basic-modal
{
    width: 600px;
    display: none;
    top: 25%;
    left: 25%;
    position: absolute;
    z-index: 99999;
    background-color: #ffffff;
    border: 2px solid #0896e3;
    padding: 10px;
}
.basic-modal h3
{
    display: block;
    width: 100%;
    margin: 0px auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #147dce;
}
.basic-modal b
{
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: auto;
    padding: 0px;
    margin: 6px 0px;
}
.basic-modal p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: auto;
    padding: 0px;
    margin: 10px 0px;
}
.basic-modal .close
{
    width: 20px;
    background: url(../images/delete.gif) no-repeat;
    height: 20px;
    display: block;
    cursor: pointer;
    float: right;
}

@media screen and (max-width:1300px)
{
    .mar_news_event
    {
        margin-top: -12px;
    }
}
@media screen and (max-width:1100px)
{
    .mar_news_event
    {
        margin-top: 22px;
    }
    .nav_menu ul li a
    {
        padding: 5px 9px;
    }
}
@media screen and (max-width:860px)
{
    .mar_news_event
    {
        margin-top: 5px;
    }
    .cnt_bth_height
    {
        min-height: auto;
        margin-bottom: 15px;
    }
    .nav_menu ul li a
    {
        padding: 5px 9px;
        font-size: 12px;
    }
}




