﻿/*#region base */
html, body { height: 100%; }
body { line-height: 1.5; font-family: "Microsoft YaHei","Lucida Grande","Lucida Sans Unicode","STHeiti","Helvetica","Arial","Verdana","sans-serif"; background-color:#000;}

/* link */
a { text-decoration: none; color: #333; }
a:link, a:visited, a:active { text-decoration: none; color: #333; }
a:hover { color: #fe4602; text-decoration: underline; }

/* 页面内容区: 通栏、定宽范围 */
.module-wrapper:before, .module-wrapper:after,
.section-wrapper:before, .section-wrapper:after { display: table; content: " "; }
.module-wrapper:after, .section-wrapper:after { clear: both; overflow: hidden; }
.module-wrapper, .section-wrapper { *zoom: 1; }
.section-wrapper { width: 1020px; margin-right: auto; margin-left: auto; }

@media (max-width: 1199px) {
    .section-wrapper { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
}

/* Float blocks */ /* Display */
.center-block { display: block; margin-right: auto; margin-left: auto; }
.pull-right { float: right !important; }
.pull-left { float: left !important; }
.hide { display: none !important; }
.show { display: block !important; }
.hidden { display: none !important; visibility: hidden !important; }
.clear { clear: both; }
.clearfix:before,
.clearfix:after { display: table; content: " "; }
.clearfix:after { clear: both; overflow: hidden; }
.clearfix { *zoom: 1; }

/* Text Utility */
.font-normal { font-weight: normal; }
.font-thin { font-weight: 300; }
.font-bold { font-weight: 700; }
.font-italic { font-style: italic; }

/* Font family */
.sans-serif { font-family: \5fae\8f6f\96c5\9ed1, "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif; }
.serif { font-family: "Helvetica Neue",Helvetica,Arial, \5b8b\4f53, Simsun,sans-serif; }

/* Text align */ /* Text overflow */
.text-left { text-align: left; text-align:justify;}
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.text-nowrap { white-space: nowrap; }
.text-lowercase { text-transform: lowercase; }
.text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.list-ellipsis .item,
.text-ellipsis { display: block; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap; }

/* 图片自适应 */
.img-responsive { display: block; width: 100% \9; max-width: 100%; height: auto; }
/*#endregion */

/*#region public */

/* 字符缩进处理 */
.punctuation { letter-spacing: -0.1em; }

/* 分割线 */
.separator { padding-right: 6px; padding-left: 6px; font-family: \5b8b\4f53, Simsun,sans-serif; font-size: 0.75em; }
.spacer { width: 1px; height: 12px; margin-top: 9px; padding-right: 0; padding-left: 0; overflow: hidden; background-color: #ddd; }

/* Border */
.b-a { border: 1px solid #dee5e7; }
.b-t { border-top: 1px solid #dee5e7; }
.b-r { border-right: 1px solid #dee5e7; }
.b-b { border-bottom: 1px solid #dee5e7; }
.b-l { border-left: 1px solid #dee5e7; }

.b-primary { border-color: #7266ba; }
.b-success { border-color: #27c24c; }
.b-info { border-color: #23b7e5; }
.b-warning { border-color: #fad733; }
.b-danger { border-color: #f05050; }
.b-white { border-color: #fff; }

.b-n { border: none !important; }
.b-t-n { border-top: none !important; }
.b-r-n { border-right: none !important; }
.b-b-n { border-bottom: none !important; }
.b-l-n { border-left: none !important; }

/* Background color */
.bg-primary { background-color: #7266ba; }
.bg-success { background-color: #27c24c; }
.bg-info { background-color: #23b7e5; }
.bg-warning { background-color: #fad733; }
.bg-danger { background-color: #f05050; }
.bg-white { background-color: #fff; }

/* Text color */
.text-primary { color: #7266ba; }
.text-success { color: #27c24c; }
.text-info { color: #23b7e5; }
.text-warning { color: #fad733; }
.text-danger { color: #f05050; }
.text-white { color: #fff !important; }

/* status */
.default { }
.active { }
.success { }
.warning { }
.danger { }
.info { }

/* font size */
.f-s-xxxl { font-size: 3em; }
.f-s-xxl { font-size: 2em; }
.f-s-xl { font-size: 1.875em; }
/*30*/
.f-s-lg { font-size: 1.25em; }
/*20*/
.f-s-md { font-size: 1.125em; }
/*18*/
.f-s-base { font-size: 0.875em; }
/*14*/
.f-s-sm { font-size: 0.8125em; }
/*13*/
.f-s-xs { font-size: 0.75em; }
/*12*/

/* Paragraph */

/* line height */
.l-h-xxl { line-height: 2em; }
.l-h-xl { line-height: 1.8em; }
.l-h-lg { line-height: 1.625em; }
.l-h-md { line-height: 1.8em; }
.l-h-base { line-height: 1.375em; }
.l-h-sm { line-height: 1.25em; }
.l-h-xs { line-height: 1em; }

/* angle */
.angle { display: inline-block; font-size: 0; height: 0; line-height: 0; position: absolute; width: 0; }
.angle-t { border-width: 0 6px 6px; border-color: transparent transparent #333; border-style: dashed dashed solid; }
.angle-b { border-width: 6px 6px 0; border-color: #333 transparent transparent; border-style: solid dashed dashed; }
.angle-l { border-width: 6px 6px 6px 0; border-color: transparent #333 transparent transparent; border-style: dashed solid dashed dashed; }
.angle-r { border-width: 6px 0 6px 6px; border-color: transparent transparent transparent #333; border-style: dashed dashed dashed solid; }

.angle-lb { border-width: 0 20px 20px 0; border-color: transparent transparent #333; border-style: dashed dashed solid; }
.angle-rt { border-width: 20px 0 0 20px; border-color: #333 transparent transparent; border-style: solid dashed dashed; }
.angle-rb { border-width: 20px 20px 0 0; border-color: transparent #333 transparent transparent; border-style: dashed solid dashed dashed; }
.angle-lt { border-width: 0 0 20px 20px; border-color: transparent transparent transparent #333; border-style: dashed dashed dashed solid; }

.headline { font-size: 3em; }
.subheadline { font-size: 1.125em; }

.page-wrapper { position: relative; width: 100%; min-height: 100%; height: auto; overflow: hidden; }
.page-container { padding-bottom: 64px; }
.page-footer { position: absolute; right: 0; bottom: 0; left: 0; height: 64px; }
.section { padding-top: 60px; padding-bottom: 60px; }

@media (max-width: 1199px) {
    .section { padding-top: 30px; padding-bottom: 30px; }
}

.page-header { }
.page-container { }
.page-footer { }
.page-pendant { }

/*#endregion */

/*#region page */
.tag { display: inline-block; position: relative; height: 40px; margin-right: auto; margin-right: auto; text-align: center; line-height: 40px; color: #fff; }
.tag-long { margin-top: 10px; margin-bottom: 20px; padding-right: 4em; padding-left: 4em; }
.tag-short { padding-right: 2em; padding-left: 2em; text-indent: -1em; }
.tag .angle-lt, .tag .angle-rt { top: 0; }
.tag .angle-lb, .tag .angle-rb { bottom: 0; }
.tag .angle-lt, .tag .angle-lb { right: -20px; }
.tag .angle-rt, .tag .angle-rb { left: -20px; }

.tag-long .title { font-size: 1.5em; }
.tag-short .title { font-size: 1.25em; }
.caption .title { font-size: 1.2em; line-height: 1.8em;font-weight:bold; }

.bs-logo { height: 50px; padding-top: 15px; padding-bottom: 15px; line-height: 50px; }
.header-logo .logo { width: 150px; height: 60px; margin-right: 10px; background-image:url(story.png); background-repeat: no-repeat; background-position: center center; }
.periodical { color: #fff; text-align: right; }
.periodical strong { position: relative; top: 2px; font-size: 1.125em; }
.periodical i { margin-left: 10px; padding: .2em .6em; border-radius: 4px; font-size: .875em; background: #bd0102; }
.page-menu { padding-top: 0; padding-bottom: 0; }
.page-menu-inner { width: 100%; height: 40px; }
.page-menu-inner .menu-item { float: left; display: inline; }
.page-menu-inner .menu-item a { display: block; padding: 0 40px; line-height: 40px; color: #fff !important; text-decoration: none; }
.page-menu-inner .menu-item:hover, .page-menu-inner .active { background-color: #f60; }

.page-menu-pin,
.isStuck { position: fixed; _position: absolute; top: 0; left: 0; width: 100%; z-index: 99; }

.about-bs .logo { width: 200px; height: 60px; margin-right: auto; margin-left: auto; background-image:url(%E5%93%81%E7%89%8C%E6%95%85%E4%BA%8B.png)); background-repeat: no-repeat; background-position: center center; }

.editor { padding-top: 20px; padding-bottom: 18px; }
.editor-inner { display: inline-block; width: 100%; height: 22px; }
.editor-inner .item { *display: inline; float: left; font-family: \5b8b\4f53, simsun; font-size: 0.875em; color: #fff; }
.editor-inner dt span { margin-right: 8px; padding: .3em .6em; background: #ca2128; border-radius: 2px; }
.editor-inner dd span { margin-right: 16px; }
.editor-inner a { text-decoration: none; color: #fff; }

.footer-copyright { padding-top: 20px; padding-bottom: 20px; }
.footer-copyright a { color: #666; }

.banner { margin-top: 40px; margin-bottom: 10px; }

.media-side:before,
.media-side:after { display: table; content: " "; }
.media-side:after { clear: both; overflow: hidden; }
.media-side { *zoom: 1; }
.media-side .object { float: left; }

.achievement-list .item { float: left; width: 33%; margin-top: 30px; }
.achievement-list .media-side .object { margin-left: 10px; }
.achievement-list .media-side .caption { padding-right: 10px; padding-left: 60px; }
.achievement-list .media-side .caption .abstract { font-size: 1.25em; }

.about .media-side .caption { }
.about .media-side .caption .abstract p { padding-bottom: 40px; line-height: 1.8em; color: #fff;text-align:justify; }
.more-link-wrapper{width:160px;margin:0 auto;}
.more-link { display: inline-block; height: 36px; padding-right: 2em; padding-left: 2em; font-size: 1.125em; line-height: 36px; color: #fff !important; border-radius: 10px; }
.more-link:hover { color: #fff; text-decoration: none; }
.more-link-1 { border-bottom: 5px solid #ed641c; background-color: #af460e; }
.more-link-1:hover { background-color: #c15831; }
.more-link-2 { border-bottom: 5px solid #890909; background-color: #bd1e1e; }
.more-link-2:hover { background-color: #bd1e1e; }

.about .media-side { margin-top: 10px; }


.honor { padding-bottom: 0; }
.honor-inner .banner { margin-bottom: 0; }
.honor-inner .more-link-wrapper { position: absolute; bottom: 20px; right: 0; left: 0; }

.contact { font-size: 0.875em; }

.video .subheadline { font-size: 1.25em; }

.about-detail { padding-top: 30px; padding-bottom: 30px; }
.about-detail-inner { padding-right: 15%; padding-left: 15%; }
.about-detail h1, .about-detail h2, .about-detail h3, .about-detail h4, .about-detail p { margin-bottom: 10px; }
.about-detail h3, .about-detail h4 { font-weight: bold; }
.about-detail h1 { font-size: 1.75em; text-align: center; }
.about-detail h2 { font-size: 1.25em; text-align: center; }
.about-detail h3 { margin-top: 20px; font-size: 1.125em; }
.about-detail h4 { font-size: 1em; }
.about-detail p { font-size: .875em; }

.swiper-pagination { position: absolute; top: 20px; right: 20px; z-index: 9; }
.swiper-pagination-switch { display: inline-block; width: 8px; height: 8px; margin-left: 5px; margin-right: 5px; vertical-align: top; background-color: #fff; cursor: pointer; border-radius: 50%; }
.swiper-active-switch { background-color: #019bb5; }
.swiper-switchable { display: block; position: absolute; top: 50%; z-index: 9; width: 44px; height: 66px; margin-top: -33px; background-image: url(../images/prevnext.png); background-repeat: no-repeat; filter: alpha(opacity=60); opacity: .6; cursor: pointer; }
.swiper-switchable:hover { filter: alpha(opacity=100); opacity: 1; }
.swiper-prev { left: 20px; background-position: 0 0; }
.swiper-prev:hover { background-position: 0 -66px; }
.swiper-next { right: 20px; background-position: -44px 0; }
.swiper-next:hover { background-position: -44px -66px; }

.media-cover { overflow: hidden; position: relative; }
.media-cover .bg,
.media-cover .caption { position: absolute; bottom: 0; width: 100%; background-color: #000; background: rgba(0, 0, 0, 0.7); filter: alpha(opacity=70); cursor: default; }
.media-cover a:link, .media-cover a:visited,
.media-cover .abstract { color: #fff; text-decoration: none; }

.brand-gallery { position: relative; }
.brand-gallery, .brand-gallery .swiper-container, .brand-gallery .swiper-container .swiper-slide { /*width: 1000px; height: 520px;*/ }

.slide-length { position: absolute; top: -60px; right: 0; width: 100px; height: 50px; font: normal 24px/50px sans-serif, \5b8b\4f53, simsun; text-align: center; color: #999; }
.slide-length i { font-family: Georgia,'Monotype Corsiva',Arial,sans-serif; font-style: italic; line-height: 1; }
.slide-length .total-length { font-size: 18px; }
.slide-length .active-index { font-size: 36px; color: #019bb5; }

.brand-gallery .media-cover { position: relative; }
.brand-gallery .media-cover .bg,
.brand-gallery .media-cover .caption { height: auto !important; min-height: 46px; height: 46px; }
.brand-gallery .media-cover .abstract { padding: 10px 20px; font-size: .875em; }

.timeline-inner .accordion-heading { position: relative; height: 60px; padding-bottom: 40px; font-size: 1.875em; }
.timeline-inner .accordion-heading a { color: #4ba2c6; float: left; padding: 0 20px; text-decoration: none; }
.timeline-inner .accordion-heading i { display: block; width: 60px; height: 60px; background: url(../images/year.png) no-repeat; position: absolute; left: 138px; top: 0; -webkit-transition: -webkit-transform .2s ease-in; -webkit-backface-visibility: hidden; -moz-transition: -moz-transform .2s ease-in; -o-transition: -o-transform .2s ease-in; transition: transform .2s ease-in; }

.course-detail, .honor-detail { padding-top: 0; padding-bottom: 0; }
.timeline { padding-top: 50px; padding-bottom: 50px; background-repeat: repeat-y; background-position: 163px 0; }
.course-detail .timeline { background-image: url(../images/timeline-bg.png); }
.honor-detail .timeline { background-image: url(../images/timeline-honor-bg.png); }
.course-detail .timeline-inner li { background-image: url(../images/month.png); }
.honor-detail .timeline-inner li { background-image: url(../images/month-honor.png); }

.timeline-inner .accordion-body { clear: both; }
.timeline-inner li:after { content: '\20'; display: block; height: 0; clear: both; }
.timeline-inner li { display: block; clear: both; padding-bottom: 50px; background-repeat: no-repeat; background-position: 154px top; *zoom: 1; }

.accordion-body { display: none; }
.accordion-body-active { display: block; }

.timeline-inner .date,
.timeline-inner .info { float: left; _display: inline; }

.timeline-inner .date { width: 120px; margin-right: 50px; text-align: right; color: #333; }
.timeline-inner .date span { display: block; font-size: 12px; line-height: 1em; color: #999; }
.timeline-inner .info { width: 740px; margin-left: 50px; }
.timeline-inner .pic { width: 550px; border: #e7e7e7 solid 1px; }
.timeline-inner .info p { }
.timeline-inner .pic p { padding: 10px 20px; font-size: 0.875em; background: #fff; }
.timeline-inner .accordion-heading-active i { -moz-transform: rotate(90deg); -moz-transform-origin: 50% 50%; -webkit-transform: rotate(90deg); -webkit-transform-origin: 50% 50%; -o-transform: rotate(90deg); -o-transform-origin: 50% 50%; transform: rotate(90deg); transform-origin: 50% 50%; }

.bs-archive .item { margin-bottom: 20px; padding-bottom: 30px; border-bottom: 3px solid #e7e7e7; }
.bs-archive .item .headline { margin-bottom: 6px; font-size: 1.375em; }
.bs-archive .item .metadata { margin-bottom: 10px; font-size: .875em; color: #999; }

/*pagination*/
.module-pagination { clear: both; height: 40px; margin: 40px auto; text-align: center; }
.pagination-inner { position: relative; display: inline-block; }
.pagination-inner a,
.pagination-inner .page-break,
.pagination-inner .page-cur,
.pagination-inner .page-prev,
.pagination-inner .page-next { float: left; margin-right: 5px; padding: 0 5px; min-width: 26px; width: 26px; width: auto !important; height: 36px; vertical-align: middle; text-align: center; white-space: nowrap; font-size: 14px; line-height: 36px; }
.pagination-inner .page-prev,
.pagination-inner .page-next { width: auto; color: #999; }
.pagination-inner .page-prev span,
.pagination-inner .page-next span { color: #666; }
.pagination-inner a { border: 1px solid #ccc; background-color: #fff; color: #333; text-decoration: none; }
.pagination-inner a:hover,
.pagination-inner a.page-prev:hover span,
.pagination-inner a.page-next:hover span,
.pagination-inner .page-cur { border-color: #0d997c; background-color: #019bb5; color: #fff; text-decoration: none; }
.pagination-inner .page-cur { font-weight: bold; }


/*加载更多*/
.load-more { display: block; position: relative; width: 220px; height: 50px; margin: 40px auto; font-size: 1.250em; line-height: 50px; text-align: center; text-decoration: none; border-radius: 3px; }
.load-more .title { position: relative; z-index: 9; color: #fff; }
.load-progress-bar { display: block; position: absolute; left: 0; top: 0; height: 50px; }
.load-more { color: #fff; background-color: #019bb5; }
.load-more:hover { text-decoration: none; color: #fff !important; background-color: #0190a8; }
.load-progress-bar { background-color: #0190a8; }

/* page pendant */
.page-pendant { position: fixed; _position: absolute; bottom: 55px; left: 50%; margin-left: 620px; z-index: 999; }
*html, *html body { background-image: url(about:blank); background-attachment: fixed; }
*html .page-pendant { position: absolute; bottom: auto; top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0))); }
.page-pendant .pendant-wrapper { position: relative; height: 50px; width: 60px; margin-top: 20px; }
.page-pendant .pendant-wrapper:nth-child(1) { margin-top: 0; }
.to-top { cursor: pointer; overflow: hidden; position: relative; height: 100%; width: 100%; }
.to-top span { background-color: #333; cursor: pointer; color: #fff; display: block; left: 0; height: 50px; line-height: 50px; position: absolute; text-align: center; top: 0; z-index: 1; width: 60px; }
.to-top .to-top-bg { background:url(gototop.png) no-repeat; z-index: 2; }

/*#endregion */


/* 手机 */
@media (max-width: 767px) {

    .headline { font-size: 2em; }
    .subheadline { font-size: 1em; }

    .page-menu-inner { height: 30px; }
    .page-menu-inner .menu-item a { padding: 0 10px; font-size: .75em; line-height: 30px; }

    .bs-logo { height: 32px; padding-top: 10px; padding-bottom: 10px; line-height: 32px; }
    .header-logo .logo { width: 110px; height: 32px; background-image:url(story2.png); }
    .periodical strong { font-size: 1em; }
    .periodical i { font-size: .75em; }

    .angle-lb { border-width: 0 15px 15px 0; }
    .angle-rt { border-width: 15px 0 0 15px; }
    .angle-rb { border-width: 15px 15px 0 0; }
    .angle-lt { border-width: 0 0 15px 15px; }

    .tag { height: 30px; line-height: 30px; }
    .tag-long { margin-top: 14px; margin-bottom: 14px; padding-right: 1em; padding-left: 1em; }
    .tag-short { padding-right: 1em; padding-left: 1em; text-indent: 0; }
    .tag .angle-lt, .tag .angle-rt { top: 0; }
    .tag .angle-lb, .tag .angle-rb { bottom: 0; }
    .tag .angle-lt, .tag .angle-lb { right: -15px; }
    .tag .angle-rt, .tag .angle-rb { left: -15px; }

    .tag-long .title { font-size: 1.125em; }
    .tag-short .title { font-size: 1em; }

    .footer-service .logo { width: 150px; height: 50px; background-image: url(../images/bs-logo@2x.png); }

    .banner { margin-top: 20px; margin-right: -10px; margin-left: -10px; }
    .achievement-list { padding-top: 10px; }
    .achievement-list .item { float: none; width: 100%; margin-top: 20px; }
    .achievement-list .media-side .caption .abstract { font-size: 1.125em; }

    .about-detail-inner { padding-right: 5%; padding-left: 5%; }

    .more-link { padding-right: 1em; padding-left: 1em; font-size: 1em; }

    .bs-archive .item .headline { font-size: 1.25em; }

    .grid-column-3 .column,
    .grid-column-4 .column { width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
}

/* 手机风景模式 */
@media (max-width: 767px) and (orientation: landscape) {
    .grid-column-3 .column { width: 50%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
}

/* 平板肖像模式 */
@media (min-width: 768px) and (max-width: 991px),only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .achievement-list .item,
    .grid-column-3 .column,
    .grid-column-4 .column { width: 50%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

    .achievement-list .media-side .caption .abstract { font-size: 1.125em; }
}

/* 移动端 */
@media (max-width: 991px) {
    .about .media-side .caption { padding-right: 10px; padding-left: 10px; }
    .about .more-link-wrapper { text-align: center; }

    .timeline { padding-top: 30px; padding-bottom: 30px; }
    .timeline-inner { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd; }
    .timeline-inner:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
    .course-detail .timeline, .honor-detail .timeline { background-image: none; }
    .timeline-inner li { padding-bottom: 20px; background-position: 0 0; }
    .timeline-inner .accordion-heading { height: auto; margin-bottom: 10px; }
    .timeline-inner .accordion-heading a { padding: 0; }
    .timeline-inner .accordion-heading i { top: 50%; right: 20px; left: auto; width: 30px; height: 30px; margin-top: -15px; background: url(../images/year_small_2x.png) no-repeat; }
    .timeline-inner .date span { display: none; }
    .timeline-inner .date { margin-bottom: 10px; font-weight: bold; text-align: left; text-indent: 30px; }
    .timeline-inner .date,
    .timeline-inner .info,
    .timeline-inner .pic { float: none; width: 100%; margin-left: 0; }
}


#tel400{ width:100%; background-color:#005699; color:#FFF; text-align:center; line-height:50PX; height:50PX; border-bottom:solid 5px #FFF;}
#tel400 a{ color:#FFF; padding-left:7px; padding-right:7px; text-decoration:none;font-size:14px;}





/*banner*/
/*底部*/
#tyfoot {

    width: 100%;
    background-color:#000;
    height: 145px;
    text-align: center;
    color: #DEDEDE;
    font-size: 9pt;
    left: 0;
    border-top: #DFDFDF 8px solid;
}
#tyfoot_body {
    width: 980px;
    margin: 0 auto;
    margin-top: 20px;
}
#tyfoot_txt {
	
    float: left;
    width: 590px;
    text-align: left;
    line-height: 20px;
    color: #DEDEDE;
   
}
#tyfoot_txt a:visited {
    color: #DEDEDE;
    text-decoration: none;
	    padding-left: 2px;
    padding-right: 2px;
}
#tyfoot_txt a:link {
    color: #DEDEDE;
    text-decoration: none;
  
   
}
#tyfoot_txt a:hover {
    color: #FF0;
    text-decoration: none;
  
}
#tyfoot_logo img {
    border: 0;
}

