@charset "utf-8";
/*
-------------------------------------------------------------------------------- width: 721px -
*/
/* ---------------- main slider ---------------- */
/* container */
#mainSlider {
    position: relative;
    height: 336px;
    background-color: #404040;
    overflow: hidden;
}
/* slider */
#mainSlider .slider {
    position: relative;
    width: 1020px;
    height: 100%;
    margin: 0 auto;
    z-index: 0;
}
#mainSlider .slider li {
    display: none;
    position: absolute;
    left: -390px;
    top: 0;
    width: 1800px;
    height: 100%;
    z-index: 0;
}
#mainSlider .slider li:first-child {
    display: block;
    z-index: 2;
}
#mainSlider .slider li img {
    display: block;
    width: 100%;
}
/* indicator */
#mainSlider .indicator {
    position: absolute;
    left: 50%;
    top: 288px;
    z-index: 1;
}
#mainSlider .indicator:before, #mainSlider .indicator:after { content: ""; display: table; }
#mainSlider .indicator:after { clear: both; }
#mainSlider .indicator li {
    float: left;
    width: 28px;
}
#mainSlider .indicator li a {
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
}
#mainSlider .indicator li a img {
    margin-top: 0;
}
#mainSlider .indicator li a img:active,
#mainSlider .indicator li a img:hover,
#mainSlider .indicator li a.current img {
    margin-top: -28px;
}
/* ---------------- important information ---------------- */
/* container */
#importantInfo {
    padding: 4px 20px 10px 20px;
    background-color: #404040;
}
.fontLarge #importantInfo {
    font-size: 117%;
}
#importantInfo .inner {
    width: 980px;
    margin: 0 auto;
}
#importantInfo .inner:before, #importantInfo .inner:after { content: ""; display: table; }
#importantInfo .inner:after { clear: both; }
/* header */
#importantInfo .header {
    float: left;
    width: 150px;
    padding-top: 6px;
    color: #ec2323;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.4;
}
/* list */
#importantInfo dl {
    float: left;
    width: 830px;
    color: #fff;
    font-size: 82%;
    line-height: 1.4;
}
#importantInfo dl:before, #importantInfo dl:after { content: ""; display: table; }
#importantInfo dl:after { clear: both; }
#importantInfo dl dt {
    clear: left;
    float: left;
    width: 9em;
    padding-top: 6px;
}
#importantInfo dl dd {
    margin-left: 9em;
    padding-top: 6px;
}
#importantInfo dl dd a {
    color: #fff;
}
/* ---------------- body ---------------- */
/* container */
#topBody {
    padding-bottom: 50px;
    background: #f9f4f0 url(../img/bg_body.png) repeat-x 0 350px;
}
.fontLarge #topBody {
    font-size: 117%;
}
#topBody .inner {
    width: 980px;
    margin: 0 auto;
}
#topBody .inner:before, #topBody .inner:after { content: ""; display: table; }
#topBody .inner:after { clear: both; }
#topBody .inner #left {
    float: left;
    width: 680px;
}
#topBody .inner #right {
    float: right;
    width: 240px;
}
/* pick up news */
#pickUpNews {
    margin-top: 30px;
}
#pickUpNews .header {
    color: #e54800;
    font-size: 150%;
    font-weight: bold;
}
#pickUpNews .header span {
    padding-left: 12px;
    color: #b0a79f;
    font-size: 50%;
    font-weight: bold;
}
#pickUpNews ul {
    margin-top: 25px;
}
#pickUpNews ul:before, #pickUpNews ul:after { content: ""; display: table; }
#pickUpNews ul:after { clear: both; }
#pickUpNews ul li {
    float: left;
    width: 214px;
    margin-left: 19px;
}
#pickUpNews ul li:before, #pickUpNews ul li:after { content: ""; display: table; }
#pickUpNews ul li:after { clear: both; }
#pickUpNews ul li:first-child {
    margin-left: 0;
}
#pickUpNews ul li .image {
    width: 214px;
    height: 154px;
    margin: 0 0 10px 0;
    overflow: hidden;
}
#pickUpNews ul li .image a {
    opacity: 1;
}
#pickUpNews ul li .image a:active,
#pickUpNews ul li .image a:hover {
    opacity: .7;
}
#pickUpNews ul li .date {
    display: inline-block;
    float: left;
    padding: 6px 0;
    color: #b0a79f;
    font-size: 75%;
}
#pickUpNews ul li .category {
    float: right;
    width: 10em;
    margin-bottom: 12px;
    font-size: 69%;
    font-weight: bold;
}
#pickUpNews ul li .category a {
    display: block;
    padding: 6px 0;
    background-color: #1674b9;
    color: #fff;
    text-align: center;
}
#pickUpNews ul li .category a:active,
#pickUpNews ul li .category a:hover {
    background-color: #5a9ac9;
    color: #fff;
    text-decoration: none;
}
#pickUpNews ul li .title {
    clear: both;
}
#pickUpNews ul li .title a {
    color: #404040;
    text-decoration: none;
    font-size: 88%;
    line-height: 1.6;
}
#pickUpNews ul li .title a:active,
#pickUpNews ul li .title a:hover {
    color: #404040;
    text-decoration: underline;
}
/* news */
#news {
    position: relative;
    margin-top: 90px;
}
#news .header {
    color: #e54800;
    font-size: 175%;
    font-weight: bold;
}
#news .header:before, #news .header:after { content: ""; display: table; }
#news .header:after { clear: both; }
#news .header span {
    padding-left: 12px;
    color: #b0a79f;
    font-size: 43%;
    font-weight: bold;
}
#news .header a {
    display: inline-block;
    float: right;
    margin-top: 14px;
    padding: 1px 0 0 12px;
    background-image: url(../common/img/icon_angle_orange.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 6px 9px;
    color: #404040;
    font-size: 43%;
    font-weight: normal;
}
#news .header a:active,
#news .header a:hover {
    color: #e54800;
    text-decoration: none;
}
#news ul.tab {
    position: absolute;
    left: 50%;
    top: 0;
    width: 18em;
    margin-left: -9em;
    font-size: 75%;
}
#news ul.tab:before, #news ul.tab:after { content: ""; display: table; }
#news ul.tab:after { clear: both; }
#news ul.tab li {
    float: left;
}
#news ul.tab li a {
    display: block;
    padding: 12px 0;
    background-color: #f9f4f0;
    color: #e54800;
    text-align: center;
}
#news ul.tab li a.topics { width: 8em; }
#news ul.tab li a.release { width: 10em; }
#news ul.tab li a:active,
#news ul.tab li a:hover,
#news ul.tab li a.current {
    position: relative;
    background-color: #e54800;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#news ul.tab li a.current:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #e54800;
    margin-left: -8px;
}
#news .body {
    display: none;
    margin-top: 25px;
    border-top: 1px solid #ddd9d6;
}
#news .body.topics {
    display: block;
}
#news ul.list {
    display: table;
    padding-top: 25px;
}
#news ul.list li {
    display: table-row;
}
#news ul.list li .date {
    display: table-cell;
    padding: 6px 15px 17px 0;
    color: #b0a79f;
    font-size: 75%;
    white-space: nowrap;
    vertical-align: top;
}
#news ul.list li .category {
    display: table-cell;
    width: 10em;
    padding: 0 15px 17px 0;
    font-size: 69%;
    font-weight: bold;
    vertical-align: top;
}
#news ul.list li .category a {
    display: block;
    padding: 6px 0;
    background-color: #1674b9;
    color: #fff;
    text-align: center;
}
#news ul.list li .category a:active,
#news ul.list li .category a:hover {
    background-color: #5a9ac9;
    color: #fff;
    text-decoration: none;
}
#news ul.list li .title {
    display: table-cell;
    padding: 1px 0 17px 0;
    vertical-align: top;
}
#news ul.list li .title a {
    color: #404040;
    text-decoration: none;
    font-size: 75%;
    line-height: 1.6;
}
#news ul.list li .title a:active,
#news ul.list li .title a:hover {
    color: #404040;
    text-decoration: underline;
}
#news a.rss {
    display: inline-block;
    margin-top: 15px;
    padding: 2px 0 0 20px;
    background-image: url(../common/img/icon_rss.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 12px 12px;
    color: #404040;
    font-size: 75%;
}
#news a.rss:active,
#news a.rss:hover {
    color: #e54800;
    text-decoration: none;
}
/* social */
#social {
    margin-top: 32px;
}
#social .header {
    color: #e54800;
    font-size: 132%;
    font-weight: bold;
}
#social .header span {
    padding-left: 12px;
    color: #b0a79f;
    font-size: 57%;
    font-weight: bold;
}
#social .youTube {
    margin: 25px 0 20px;
}
#social ul li {
    margin-top: 12px;
}
#social ul li a {
    display: block;
    padding: 6px 0 6px 36px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 24px 24px;
    color: #404040;
    font-size: 82%;
}
#social ul li a.youtube { background-image: url(../img/icon_youtube.png); }
#social ul li a.facebook { background-image: url(../img/icon_facebook.png); }
#social ul li a:active,
#social ul li a:hover {
    color: #404040;
    text-decoration: underline;
}
/* banners */
ul#banners {
    margin: 100px 0 30px;
}
ul#banners li {
    margin-bottom: 10px;
}
ul#banners li a:active,
ul#banners li a:hover {
    opacity: .7;
}
/* links */
ul#sideLinks li a {
    background-position: 7px 50%;
}
ul#sideLinks li a.pdf,
ul#sideLinks li a.download,
ul#sideLinks li a.ebook,
ul#sideLinks li a.newwin {
    background-position: 0 50%;
}
/* ---------------- banner slider ---------------- */
/* container */
#bannerSlider {
    padding: 20px 0;
    background-color: #545454;
}
#bannerSlider .inner {
    width: 980px;
    margin: 0 auto;
}
/* slider */
#bannerSlider .body {
    position: relative;
    width: 980px;
    height: 73px;
}
#bannerSlider .body .slider {
    position: relative;
    width: 910px;
    height: 73px;
    margin-left: 35px;
    overflow: hidden;
}
#bannerSlider .body .slider ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 920px;
}
#bannerSlider .body .slider ul:before, #bannerSlider .body .slider ul:after { content: ""; display: table; }
#bannerSlider .body .slider ul:after { clear: both; }
#bannerSlider .body .slider ul li {
    float: left;
    width: 220px;
    height: 73px;
    margin-right: 10px;
    background-color: #fff;
}
#bannerSlider .body .slider ul li.blank {
    background-color: #545454;
}
#bannerSlider .body .slider ul li a img {
    display: block;
    width: 100%;
}
#bannerSlider .body .slider ul li a:active,
#bannerSlider .body .slider ul li a:hover {
    opacity: .7;
}
#bannerSlider .body > a {
    display: block;
    position: absolute;
    top: 0;
    width: 25px;
    height: 73px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 8px 12px;
}
#bannerSlider .body > a.next {
    right: 0;
    background-image: url(../common/img/icon_angle_gray.png);
}
#bannerSlider .body > a.prev {
    left: 0;
    background-image: url(../common/img/icon_angle_gray_left.png);
}
#bannerSlider .body > a:active,
#bannerSlider .body > a:hover {
    opacity: .7;
}
#bannerSlider .body > a.disabled {
    opacity: .1;
    cursor: default;
}
#bannerSlider .body > a span {
    display: none;
}
/* indicator */
#bannerSlider .indicator {
    display: none;
    margin: 12px 0 -8px;
}
#bannerSlider .indicator ul {
    margin: 0 auto;
}
#bannerSlider .indicator ul:before, #bannerSlider .indicator ul:after { content: ""; display: table; }
#bannerSlider .indicator ul:after { clear: both; }
#bannerSlider .indicator li {
    float: left;
    width: 28px;
}
#bannerSlider .indicator li a {
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
}
#bannerSlider .indicator li a img {
    margin-top: 0;
}
#bannerSlider .indicator li a img:active,
#bannerSlider .indicator li a img:hover,
#bannerSlider .indicator li a.current img {
    margin-top: -28px;
}
/*
-------------------------------------------------------------------------------- width: - 720px
*/
@media screen and (max-width: 720px) {
/* ---------------- main slider ---------------- */
/* container */
#mainSlider {
    height: auto;
}
/* slider */
#mainSlider .slider {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    margin: 0;
    z-index: 0;
}
#mainSlider .slider li {
    display: block;
    position: static;
    float: left;
    width: auto;
}
/* indicator */
#mainSlider .indicator {
    top: auto;
    bottom: 5px;
}
#mainSlider .indicator li {
    width: 14px;
}
#mainSlider .indicator li a {
    width: 14px;
    height: 14px;
}
#mainSlider .indicator li a img {
    width: 14px;
    height: 28px;
    margin-top: 1px;
}
#mainSlider .indicator li a img:active,
#mainSlider .indicator li a img:hover,
#mainSlider .indicator li a.current img {
    margin-top: -13px;
}
/* ---------------- important information ---------------- */
/* container */
#importantInfo {
    padding: 12px 10px;
}
.fontLarge #importantInfo {
    font-size: 100%;
}
#importantInfo .inner {
    width: auto;
}
/* header */
#importantInfo .header {
    float: none;
    width: auto;
    padding-top: 0;
    font-size: 88%;
}
/* list */
#importantInfo dl {
    float: none;
    width: auto;
}
#importantInfo dl dt {
    float: none;
    width: auto;
    padding-top: 5px;
}
#importantInfo dl dd {
    margin-left: 0;
    padding-top: 0;
}
/* ---------------- body ---------------- */
/* container */
#topBody {
    padding-bottom: 15px;
    background: #fff none;
}
.fontLarge #topBody {
    font-size: 100%;
}
#topBody .inner {
    width: auto;
}
#topBody .inner #left {
    float: none;
    width: auto;
}
#topBody .inner #right {
    float: none;
    width: auto;
}
/* pick up news */
#pickUpNews {
    margin-top: 0;
    background-color: #f9f4f0;
}
#pickUpNews .header {
    padding: 10px 10px 14px;
    font-size: 119%;
}
#pickUpNews .header span {
    font-size: 53%;
}
#pickUpNews ul {
    margin-top: 0;
}
#pickUpNews ul li {
    float: none;
    width: auto;
    margin-left: 0;
    padding: 15px 10px;
    border-top: 1px solid #d4cdc7;
    background-image: url(../common/img/icon_angle_orange.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 9px 13px;
}
#pickUpNews ul li .image {
    float: left;
    width: 107px;
    height: 77px;
    margin: 0 10px 0 0;
}
#pickUpNews ul li .date {
    float: left;
    margin: 0 4px 8px 0;
    padding: 2px 0;
    font-size: 69%;
}
#pickUpNews ul li .category {
    float: left;
    margin-bottom: 8px;
    font-size: 56%;
}
#pickUpNews ul li .category a {
    padding: 3px 0 5px;
}
#pickUpNews ul li .title {
    clear: none;
    float: left;
    width: 100%;
    margin: 0 20px 0 -137px;
}
#pickUpNews ul li .title a {
    display: block;
    margin-left: 137px;
    font-size: 82%;
    line-height: 1.4;
}
/* news */
#news {
    margin-top: 0;
}
#news .header {
    padding: 10px 10px 14px;
    font-size: 119%;
}
#news .header span {
    font-size: 53%;
}
#news .header a {
    margin-top: 7px;
    padding: 1px 0 0 12px;
    font-size: 53%;
}
#news ul.tab {
    position: static;
    width: auto;
    margin-left: 0;
    padding: 0 10px;
}
#news ul.tab li {
    width: 50%;
}
#news ul.tab li a {
    padding: 10px 0;
}
#news ul.tab li a.topics { width: auto; }
#news ul.tab li a.release { width: auto; }
#news ul.tab li a.current:after {
    bottom: -11px;
    border: 6px solid transparent;
    border-top-color: #e54800;
    margin-left: -6px;
}
#news .body {
    margin-top: 0;
    border-top-style: none;
}
#news ul.list {
    display: block;
    margin-top: 15px;
    padding-top: 0;
    border-top: 1px solid #eceae8;
}
#news ul.list li {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #eceae8;
    background-image: url(../common/img/icon_angle_orange.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 9px 13px;
}
#news ul.list li .date {
    display: block;
    float: left;
    margin: 0 4px 8px 0;
    padding: 2px 0;
    font-size: 69%;
}
#news ul.list li .category {
    display: block;
    float: left;
    margin-bottom: 8px;
    padding: 0;
    font-size: 56%;
}
#news ul.list li .category a {
    padding: 3px 0 5px;
}
#news ul.list li .title {
    display: block;
    clear: left;
    padding: 0 20px 0 0;
}
#news ul.list li .title a {
    font-size: 82%;
    line-height: 1.4;
}
#news a.rss {
    margin: 15px 0 0 10px;
    padding: 2px 0 0 16px;
    background-size: 10px 10px;
}
/* social */
#social {
    margin-top: 15px;
    background-color: #f9f4f0;
}
#social .header {
    padding: 10px 10px 14px;
    font-size: 119%;
}
#social .header span {
    font-size: 53%;
}
#social .youTube {
    margin: 0 10px;
}
#social ul {
    padding: 6px 10px 12px;
}
#social ul li {
    margin-top: 6px;
}
#social ul li a {
    padding: 6px 0 6px 28px;
    background-size: 18px 18px;
}
/* banners */
ul#banners {
    margin: 15px 10px;
}
ul#banners li {
    margin-bottom: 10px;
}
/* links */
ul#sideLinks {
    margin: 0 10px;
    border-top-style: solid;
    background-color: transparent;
}
ul#sideLinks li:last-child {
    border-bottom-style: solid;
}
ul#sideLinks li a {
    padding: 10px 0 10px 24px;
}
ul#sideLinks li a.pdf,
ul#sideLinks li a.download,
ul#sideLinks li a.ebook,
ul#sideLinks li a.newwin {
    background-position: 5px 50%;
    background-size: 10px 10px;
}
/* ---------------- banner slider ---------------- */
/* container */
#bannerSlider {
    padding: 15px 0;
}
#bannerSlider .inner {
    width: auto;
    margin: 0 10px;
}
/* slider */
#bannerSlider .body {
    width: auto;
    height: auto;
}
#bannerSlider .body .slider {
    width: auto;
    height: auto;
    margin: 0 45px;
}
#bannerSlider .body .slider ul {
    width: auto;
}
#bannerSlider .body .slider ul li {
    width: auto;
    height: auto;
    margin-right: 20px;
}
#bannerSlider .body > a {
    height: 100%;
}
} /* width: - 720px */
