@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: #DAE3EC;
    color: #333;
}
a
{
    outline: none;
}

.fl
{
    float: left;
}
.fr
{
    float: right;
}
.cb
{
    clear: both;
}
.wraper
{
    width: 1024px;
    max-width: 1024px;
    margin: 0px auto;
    background: #fff;
}
.pad_15
{
    padding: 0px 0px;
}
.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%;
}
.wid27
{
    width: 27%;
}
.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: 1px;
    width: 130%;
    height: auto;
    max-width: 379px;
}
.rt_logo
{
    text-align: right;
}
.rt_logo img
{
    position: relative;
    margin-top: 32px;
    margin-right: 1px;
    width: 45%;
    height: auto;
}
.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: left;
}
.cp_txt img
{
    position: relative;
    width: 493px;
    height: auto;
    max-width: 200%;
    margin-top: 52px;
    height: 200%;
}
.nav_menu
{
    padding: 10px 15px;
}
.nav_menu ul
{
    padding: 0px;     margin: 0px;     width: 100%;     background: #1E5799;     background: #763568;     background: -ms-linear-gradient(top, #0098CA 0%, #2989D8 50%, #043A9C 100%);     background: -moz-linear-gradient(top, #0098CA 0%, #2989D8 50%, #043A9C 100%);     background: -o-linear-gradient(top, #0098CA 0%, #2989D8 50%, #043A9C 100%);     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0098CA), color-stop(50, #2989D8), color-stop(100, #043A9C));     background: -webkit-linear-gradient(top, #0098CA 0%, #2989D8 50%, #043A9C 100%);     background: linear-gradient(to bottom, #0098CA 0%, #2989D8 50%, #043A9C 100%);
    /*height: 34px;
    width: 100%;
    line-height: 34px;
    padding: 0 20px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    background: #759aaf;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, #9cb6c5, #759aaf);
    background-image: -moz-linear-gradient(top, #9cb6c5, #759aaf);
    background-image: -o-linear-gradient(top, #9cb6c5, #759aaf);
    background-image: linear-gradient(to bottom, #9cb6c5, #759aaf);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);*/
}
.nav_menu ul li
{
     padding: 0px;     display: inline-block;     position: relative;     margin-left: -4px;    
}
.nav_menu ul li:first-child
{
    margin-left: 0px;
}
.nav_menu ul li:hover
{
    background: #7DB9E8;
    background: -ms-linear-gradient(top, #043A9C 0%, #2989D8 50%, #0098CA 100%);
    background: -moz-linear-gradient(top, #043A9C 0%, #2989D8 50%, #0098CA 100%);
    background: -o-linear-gradient(top, #043A9C 0%, #2989D8 50%, #0098CA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #043A9C), color-stop(50, #2989D8), color-stop(100, #7DB9E8));
    background: -webkit-linear-gradient(top, #043A9C 0%, #2989D8 50%, #0098CA 100%);
    background: linear-gradient(to bottom, #043A9C 0%, #2989D8 50%, #0098CA 100%);
    /*  text-decoration: none;
  background: #85a6b8;
  background-image: -webkit-linear-gradient(top, #afc5d1, #85a6b8);
  background-image: -moz-linear-gradient(top, #afc5d1, #85a6b8);
  background-image: -o-linear-gradient(top, #afc5d1, #85a6b8);
  background-image: linear-gradient(to bottom, #afc5d1, #85a6b8);*/
}
.nav_menu ul li a
{
    color: #fff;
    text-decoration: none;
    display: block;
    background: url(../images/menu_rt.jpg) no-repeat right center;
    padding: 5px 15px;
}
.nav_menu ul li .smenu
{
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 99999;
    display: none;
}
.nav_menu ul li:hover .smenu
{
    display: block;
}
.nav_menu ul li .smenu li
{
    display: block;
    width: 100%;
    border-top: 1px solid #25679E;
    background: #017fbf;
    margin-left: 0px;
}
.nav_menu ul li .smenu li:hover
{
    background: #056494;
}
.nav_menu ul li .smenu li a
{
    font-size: 13px;
    line-height: 15px;
    background: none;
    padding: 4px 10px;
}

.content_mc .lft_cnt, .content_mc .rt_cnt
{
    width: 24%;
    margin: 0px .5%;
    padding: 0px .5%;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0, .65);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0, .65);
    box-shadow: 0 2px 10px rgba(0,0,0, .65);
}
.content_mc .mc_cnt
{
    width: 45%;
    margin: 0px .5%;
    padding: 0px 1%;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0, .65);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0, .65);
    box-shadow: 0 2px 10px rgba(0,0,0, .65);
}
.cnt_ttl
{
    background: #4682B4;
    padding: 4px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    border-radius: 3px 3px 0px 0px;
    display: block;
}


.abt_ctz_cont p
{
    text-align: justify;
    margin: 10px 0px;
}
.dg_msg
{
    padding: 0px;
    margin: 0px;
}
.dg_msg h2
{
    font-family: Arial;
    font-weight: 600;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #4682b4;
    margin: 0px 0px 0px 0px;
    color: #4682b4;
}
.dg_msg p img
{
    float: left;
    padding: 3px;
    border: 1px solid #ccc;
    margin: 0px 10px 10px 0px;
    width: 90px;
    height: auto;
}
.dg_msg p
{
    font-size: 13px;
    margin: 0px;
    line-height: 18px;
}
.dg_msg p a
{
    color: #4682B4;
}
.merq_contents table
{
    border: 1px solid #eee;
    width: auto;
    padding: 2%;
    font-size: 12px;
    background: #C0C0C0;
    line-height: 15px;
}
.merq_contents table tr td:first-child
{
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600;
}

.lft_cnt_ttl
{
}
.lft_cnt_ttl .cnt_ttl, .rt_cnt_ttl .cnt_ttl
{
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
}

.ct_login h2
{
    font-weight: 600;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #4682b4;
    margin: 0px;
    color: #4682b4;
}
.ct_login .fl.mt5
{
    font-weight: 600;
}
.ct_login input, .login_form input[type="submit"]
{
    background: #4682B4;
    color: #fff;
    margin-left: 15px;
    padding: 4px 15px;
    border: 1px solid #026CB5;
    cursor: pointer;
    border-radius: 3px;
}
.ct_login input:hover, .login_form input[type="submit"]:hover
{
    background: #006DB8;
}
.login_form form input[type="submit"]
{
    margin-left: 0px;
}
.login_form
{
    margin: 5px 0px 5px 0px;
}
.login_form label
{
    font-size: 13px;
    display: block;
    font-weight: 600;
    color: #666;
    padding-bottom: 2px;
}
.login_form input
{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border: 1px solid #ccc;
    padding: 4px 10px;
    color: #555;
    font-size: 13px;
    width: 90%;
    margin-bottom: 7px;
}
.login_form p
{
    font-size: 12px;
    line-height: 15px;
    margin: 5px 0px;
}
.login_form .f_pwd
{
    margin: 4px 0px 0px 15px;
}
.login_form .f_pwd a
{
    font-size: 13px;
    color: #4682B4;
    text-decoration: none;
}
.login_form .f_pwd a:hover
{
    text-decoration: underline;
}
.citi_link_tbl
{
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.citi_link_tbl td
{
    padding: 0px;
    width: 25%;
}
.citi_link_tbl .cit_port_icn
{
    border-color: #cccccc #f1f1f1 #f1f1f1 #cccccc;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    margin: 5px 7px;
    background: #f1f1f1;
}
.citi_link_tbl .cit_port_icn:hover
{
    border: 1px solid #0098dc;
}
.citi_link_tbl td:first-child .cit_port_icn
{
    margin-left: 0px;
}
.citi_link_tbl td:last-child .cit_port_icn
{
    margin-right: 0px;
}
.citi_link_tbl .cit_port_icn a
{
    display: block;
}
.citi_link_tbl .cit_port_icn .cit_img_h
{
    height: 55px;
    padding-top: 7px;
}
.citi_link_tbl .cit_port_icn a img
{
    width: 50px;
    height: auto;
}
.citi_link_tbl .cit_port_icn h6
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
}



.cnt_bth_height
{
    min-height: 290px;
}

.connect_site a
{
    color: #4682b4;
    font-weight: 500;
    text-decoration: none;
    font-weight: 600;
}
.connect_site a:hover
{
    text-decoration: underline;
}
.mar_news_event
{
    background: #0E2D4A;
    padding: 0px 0px;
    border-radius: 3px;
    margin-top: 0px;
}
.mar_news_event marquee
{
    width: 100%;
    color: #fff;
}
.label
{
    font-weight: normal;
    font-size: 11px;
    background-color: #E0E6FF;
    color: #000;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
.mand
{
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
}
.mob1
{
    width: 25px;
}
.mob2
{
    width: 75px;
}
h2
{
    color: #35488e;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}

h4
{
    font-size: 10px;
    margin: 0px 10px 5px 0px;
    padding: 0px;
    border-bottom: #35488e 2px solid;
    color: #35488e;
}

h3
{
    color: #35488e;
    font-size: 10px;
    padding: 0px 0 0 0;
    margin: 0px;
}
.footer
{
    background: url(../images/cctns_fot_log.png) repeat-x 10px 0px;
    height: 100px;
    width: inherit;
}
.footer .wraper
{
    background: url(../images/cctns_fot_log.png) repeat-x 10px 0px;
    height: 100px;
}


/*.footer{background:#0E2D4A; width:100%; padding:15px 0px; border-top:5px solid #0B4B89;} 
.footer .wraper{background:#0E2D4A;}
.footer p{font-size:12px; color:#fff; margin:5px 0 0px 0; text-align:center;}
.footer ul{margin:0px; text-align:center; padding:0px;}
.footer ul li{display:inline; padding:0px 8px; border-right:1px solid #1C568C;}
.footer ul li:last-child{border-right:0px;}
.footer ul li a{color:#fff; text-decoration:none; font-size:13px;}
.footer ul li a:hover{text-decoration:underline;}
/*For Sliders*/
#slides
{
    display: none;
}
#slides .slidesjs-navigation
{
    margin-top: 0px;
}
a.slidesjs-next, a.slidesjs-previous, a.slidesjs-play, a.slidesjs-stop
{
    background-image: url(../images/btns-next-prev.png);
    background-repeat: no-repeat;
    display: block;
    width: 12px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-right: 5px;
}
a.slidesjs-next
{
    margin-right: 10px;
    background-position: -12px 0;
}
a:hover.slidesjs-next
{
    background-position: -12px -18px;
}
a.slidesjs-previous
{
    background-position: 0 0;
}
a:hover.slidesjs-previous
{
    background-position: 0 -18px;
}
a.slidesjs-play
{
    width: 15px;
    background-position: -25px 0;
}
a:hover.slidesjs-play
{
    background-position: -25px -18px;
}
a.slidesjs-stop
{
    width: 18px;
    background-position: -41px 0;
}
a:hover.slidesjs-stop
{
    background-position: -41px -18px;
}
.slidesjs-pagination
{
    margin: 0px 0 0;
    float: right;
    list-style: none;
}
.slidesjs-pagination li
{
    float: left;
    margin: 0px 1px 0;
}
.slidesjs-pagination li a
{
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active
{
    background-position: 0 -13px;
}
.slidesjs-pagination li a:hover
{
    background-position: 0 0;
}
#slides a:link, #slides a:visited
{
    color: #333;
}
#slides a:hover, #slides a:active
{
    color: #9e2020;
}
#slides
{
    display: none;
}
.container
{
    margin: 0 auto;
    width: auto;
}
#slides
{
    padding: 3px;
    position: relative;
}
a.slidesjs-stop, a.slidesjs-play, a.slidesjs-next, a.slidesjs-previous
{
    position: absolute;
    bottom: 30px;
    z-index: 99999;
}
a.slidesjs-previous
{
    left: 10px;
}
a.slidesjs-next
{
    left: 30px;
}
a.slidesjs-play
{
    left: 50px;
}
a.slidesjs-stop
{
    left: 50px;
}
.slidesjs-pagination
{
    position: absolute;
    right: 10px;
    bottom: 30px;
    z-index: 99999;
}


@media screen and (max-width:1300px)
{
    .mar_news_event
    {
        margin-top: -5px;
    }
}
@media screen and (max-width:1100px)
{
    .mar_news_event
    {
        margin-top: 5px;
    }
    .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;
    }
}
h1
{
    border-bottom: 2px solid #35488e;
    color: #2a5eba;
    font-size: 11px;
    padding: 0px 0 4px 0;
    margin: 0px 0px 5px 0px;
    width: 100%;
}

h2
{
    color: #35488e;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}

h4
{
    font-size: 10px;
    margin: 0px 10px 5px 0px;
    padding: 0px;
    border-bottom: #35488e 2px solid;
    color: #35488e;
}

h3
{
    color: #35488e;
    font-size: 10px;
    padding: 0px 0 0 0;
    margin: 0px;
}
.midcontainer
{
    display: block;
    width: 95%;
    padding: 10px;
    margin: 0px auto 10px auto;
    background: #F0F1FF;
    border: 1px solid #333333;
}



