﻿@charset "utf-8";

*html {
    background-image: url(about:blank);
    background-attachment: fixed
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "微软雅黑";
    background: #ffe3cd url(../images/bg.jpg) 50% top scroll no-repeat;
    color: #5d5d5d;
}

#messages {
    margin-top: 20px;
    text-align: middle
}

.message-item {
    background-color: #fff9f0;
    border: 1px solid #e8dcc5;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.message-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15)
}

.message-item p {
    white-space: pre-wrap
}

button:hover {
    background-color: #4cae4c
}

#message {
    width: 100%;
    max-width: 970px;
    min-height: 100px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-family: "微软雅黑";
    font-size: 14px;
    resize: none;
    background-color: #fff;
    margin-bottom: 15px;
    overflow: hidden
}

.form-row {
    margin-bottom: 10px
}

.form-row input[type="text"] {
    width: 100%;
    max-width: 970px;
    padding: 8px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px
}

.message-meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 8px;
    color: #81604a;
    font-size: 13px
}

.message-meta strong {
    font-weight: 600
}

#message:focus {
    outline: none;
    border-color: #d6b396;
    box-shadow: 0 0 5px rgba(214, 179, 150, 0.5)
}

#submit {
    padding: 8px 20px;
    background-color: #5cb85c;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 20px
}

#submit:hover {
    background-color: #4cae4c
}

img {
    border: none
}

p {
    margin: 0;
    padding: 0
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    text-decoration: none;
    color: #838383
}

a {
    text-decoration: none;
    color: #838383
}

p {
    margin: 0;
    padding: 0
}

ul,
li {
    list-style: none
}

.header {
    width: 1000px;
    margin: auto;
    padding-top: 40px
}

.header h1 {
    font-size: 36px;
    text-shadow: #fff 1px 1px 1px;
    font-family: 'Arizonia', cursive;
    padding: 0;
    margin: 0
}

.header h1 a {
    color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s
}

.header h1 a:hover {
    padding-left: 20px
}

.b_nav {
    background: rgba(245, 245, 245, 0.2) url(../images/menu_bg.png) no-repeat;
    width: 100%;
    margin-top: 138px;
    height: 50px
}

.header p {
    margin: 17px 0 0 0;
    text-shadow: #000 4px 2px 2px;
    color: #fff
}

.navswf {
    position: relative;
    width: 1000px;
    margin: auto;
    ;
    margin-top: 30px
}

#nav {
    line-height: 50px;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0
}

#nav ul {
    list-style: none;
    text-align: left;
    width: 1000px;
    margin: auto
}

#nav ul li {
    display: inline;
    float: left;
    width: 110px
}

#nav ul li a {
    color: #FFF;
    padding: 15px 22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    text-shadow: #000 4px 2px 2px
}

#nav ul li a:hover {
    background: #d6b396;
    color: #FFF;
    border-radius: 0 50px
}

#nav ul li a#nav_current {
    background: #d6b396;
    border-radius: 0 50px
}

.logo {
    width: 300px;
    float: left;
    height: 65px
}

.logo img {
    margin-top: 5px
}

.nav {
    width: 100%;
    line-height: 46px;
    text-align: center;
    border-radius: 46px;
    float: right;
    background: #F1F0EE
}

.nav ul {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box
}

.nav li {
    float: left;
    text-align: center;
    width: 165px
}

.nav li a {
    font-size: 18px;
    font-weight: bold;
    color: #575856
}

.banner {
    height: 280px;
    width: 650px;
    overflow: hidden
}

#slide-runner {
    height: 280px;
    width: 650px;
    overflow: hidden;
    position: absolute
}

#slide-holder img {
    position: absolute
}

#slide-controls {
    left: 0;
    bottom: 0;
    width: 650px;
    height: 34px;
    display: none;
    position: absolute;
    background: url(../images/slide-bg.png) 0 0
}

#slide-controls p.text {
    float: left;
    color: #fff;
    display: inline;
    line-height: 16px;
    margin: 10px 0 0 20px;
    font-size: 16px
}

#slide-controls p#slide-nav {
    float: right;
    height: 24px;
    display: inline;
    margin: 5px 0 0 0
}

#slide-controls p#slide-nav a {
    float: left;
    width: 24px;
    height: 24px;
    display: inline;
    font-size: 11px;
    margin: 0 5px 0 0;
    line-height: 24px;
    text-align: center;
    color: #fff
}

#slide-controls p#slide-nav a.on {
    background-position: 0 -24px
}

#slide-controls p#slide-nav a {
    background-image: url(../images/silde-nav.png)
}

.main {
    width: 970px;
    margin: auto;
    overflow: hidden;
    margin-top: 18px;
    background: #fefff7;
    padding: 30px;
    border-radius: 15px
}

.w760 {
    width: 650px
}

.left {
    overflow: hidden;
    float: right
}

.banner {
    height: 280px
}

.left_news {
    margin-top: 30px
}

.news_title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: #db6d4c 5px solid
}

.news_lis {
    overflow: hidden
}

.news_title span {
    float: right;
    font-size: 16px;
    color: #666;
    margin-right: 10px
}

.lis {
    width: 670px;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: #cccccc 1px solid;
    float: left
}

.news_thumb {
    float: left;
    width: 25%;
    overflow: hidden
}

.news_thumb img {
    width: 100%;
    height: 140px;
    margin: auto;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.news_thumb:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.nwes_li {
    width: 450px;
    float: right;
    padding: 0 20px
}

.titlt_n {
    font-size: 16px;
    font-weight: bold
}

.titlt_n a {
    color: #474645
}

.titlt_n a:hover {
    color: #066;
    text-decoration: underline
}

.txt {
    margin-top: 12px;
    height: 108px;
    line-height: 23px
}

.w60 {
    width: 80px;
    margin-right: 10px;
    display: inline
}

.bolg_n {
    background: url(../images/newsbg01.png) no-repeat left center;
    padding-left: 25px;
    float: left
}

.bolg_n a {
    color: #759b08
}

.time_n {
    background: url(../images/newsbg02.png) no-repeat left center;
    padding-left: 25px;
    float: left
}

.read_n {
    background: url(../images/newsbg04.png) no-repeat left center;
    padding-left: 25px;
    float: right
}

.code {
    text-align: center
}

.right {
    float: left;
    overflow: hidden
}

.w300 {
    width: 290px
}

.weather {
    width: 295px;
    padding: 6px 6px 0 6px;
    border: #CCC 2px solid;
    border-radius: 30px
}

.new {
    overflow: hidden;
    margin-top: 20px
}

.new_article {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: #CCC 1px solid
}

.r_news {
    height: 250px;
    background: url(../images/ph2.png) no-repeat 5px 18px
}

.r_news li {
    border-bottom: solid 1px #EAEAEA;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0 0 30px
}

.tag {
    margin-top: 20px;
    height: 210px
}

.tag_n {
    margin: 20px 0;
    overflow: hidden
}

.tag_n a {
    display: block;
    font-size: 14px;
    color: #fff;
    float: left;
    margin: 5px;
    padding: 5px;
    border-radius: 5px
}

.bq1 {
    background: #518ab2
}

.bq2 {
    background: #CC3333
}

.bq3 {
    background: #0066CC
}

.bq4 {
    background: #518ab2
}

.bq5 {
    background: #FFCC99
}

.bq6 {
    background: #FF6600
}

.bq7 {
    background: #FF9933
}

.bq8 {
    background: #336699
}

.bq9 {
    background: #CCCC00
}

.bq10 {
    background: #336699
}

.bq11 {
    background: #669933
}

.bq12 {
    background: #518ab2
}

.r_news2 {
    margin-top: 20px
}

.r_news2 li {
    height: 75px
}

.tu {
    float: left;
    margin-right: 10px
}

.tu img {
    width: 70px;
    height: 55px
}

.tu_title {
    width: 208px;
    float: left
}

.time_r {
    padding-left: 25px;
    line-height: 45px;
    background: url(../images/date.png) no-repeat 5px 13px
}

.code img {
    display: block;
    width: 215px;
    height: 215px;
    object-fit: cover;
    margin: 20px auto 0;
    border-radius: 50%
}

.gz {
    color: #F9F;
    margin-top: 10px
}

.link {
    margin-top: 20px
}

.footer {
    width: 100%;
    height: 30px;
    background: #00F;
    margin-top: 30px
}

.position {
    height: 25px;
    line-height: 25px;
    padding: 0 0 5px 10px;
    border-bottom: #db6d4c 5px solid;
    margin-bottom: 10px
}

.position span {
    width: 400px;
    background: url(../images/lct.jpg) no-repeat left center;
    padding-left: 20px;
    display: block
}

.c_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px
}

.update {
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: #CCC 1px dashed;
    margin-top: 20px
}

.content_txt {
    font-size: 14px;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 20px;
    padding: 0 15px
}

.next {
    height: 30px;
    line-height: 30px;
    margin-top: 65px;
    border-bottom: #db6d4c 5px solid
}

.next span {
    float: right
}

#uyan_frame {
    margin-top: 30px
}

.page {
    margin-top: 20px;
    float: right
}

.page li {
    float: left;
    background: #ecbd95;
    margin-left: 5px;
    width: 50px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    border-radius: 20px 0 20px 0
}

.page li a {
    color: #fff;
    text-align: center
}

.page1 {
    margin-top: 20px;
    float: right
}

.page1 li {
    float: left;
    background: #48ae15;
    margin-left: 5px;
    width: 50px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    border-radius: 20px 0 20px 0
}

.page1 li a {
    color: #fff;
    text-align: center
}

.avatar {
    overflow: hidden;
    padding: 5px
}

.avatar li {
    float: left;
    margin: 4px
}

.avatar img {
    width: 40px;
    height: 40px;
    margin-top: 5px
}

.content_about {
    margin: 30px
}

.bloglist {
    width: 1000px;
    margin: 0 auto;
    background: url(../images/r_title_bg.jpg) repeat-y 764px 0;
    overflow: hidden
}

.arrow_box {
    background: #f8f8f8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1), inset 0 1px 1px rgba(214, 214, 214, 0.7);
    width: 730px;
    border-radius: 6px;
    position: relative;
    padding: 20px 0;
    margin: 20px 0
}

.arrow_box img {
    width: 150px;
    float: left;
    margin: 0 20px 0 20px
}

.arrow_box p {
    line-height: 24px;
    padding: 0 20px 20px
}

.arrow_box::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 22px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 730px;
    top: 23px
}

.arrow_box::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 758px;
    top: 16px;
    background: #CCCCCE;
    border: 2px solid #fff;
    transition: all 0.5s
}

.arrow_box:hover::before {
    border-color: transparent transparent transparent #CECCCD
}

.arrow_box:hover::after {
    border: #fff 2px solid;
    background: #5EA51B
}

.arrow_box:hover {
    background: #f4f2f2;
    color: #333
}

.dateview {
    position: absolute;
    left: 788px;
    top: 20px;
    width: 142px;
    line-height: 30px;
    background: #ecbe96;
    border-radius: 0 40px;
    text-align: center;
    color: #fff
}

.page {
    margin: 20px 0;
    text-align: center;
    width: 100%;
    overflow: hidden
}

.page a b {
    color: #999
}

.page>b,
.page a {
    margin: 0 2px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    width: 26px;
    text-align: center;
    display: inline-block
}

.page a {
    margin: 0 2px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    width: 40px;
    text-align: center;
    display: inline-block
}

.page>b,
.page a:hover {
    background: #333;
    color: #FFF
}

.page a {
    color: #F33
}

.sy {
    overflow: hidden
}

.links li {
    float: left;
    margin: 10px 10px 0 0;
    background: #d9a641;
    height: 22px;
    padding: 5px;
    line-height: 22px;
    border-radius: 0 15px
}

.links li a {
    color: #fff
}

#ds-thread #ds-reset .ds-sort {
    width: 200px
}

.popular-comment li a,
.popular-comment li a:hover {
    text-decoration: none
}

.popular-comment li a:hover {
    text-decoration: none
}

.popular-comment li img {
    float: left;
    margin-right: 10px
}

/************************************** / Footer **************************************/
.footer-container {
    margin-top: 25px;
    width: 100%;
    background: #333
}

.footer-row {
    margin-top: 30px;
    overflow: hidden
}

.footer-col {
    color: #ababab;
    font-size: 11px
}

.footer-col a:hover {
    color: #d8450b;
    text-decoration: none
}

.footer-col strong {
    color: #f9f9f9;
    text-shadow: none
}

.footer-col ul li {
    list-style: none;
    padding-bottom: 20px;
    line-height: 25px
}

.footer-col ul.post-list li {
    border-bottom: 1px dashed #504f4f;
    padding: 10px 0
}

@media only screen and (max-width:767px) {
    .footer-col {
        clear: both;
        overflow: auto;
        margin-bottom: 20px
    }

    .footer-sub .right {
        display: none
    }
}

ul.img-feed li {
    float: left;
    margin: 0 7px 7px 0;
    padding-bottom: 0
}

@media (min-width:768px) and (max-width:979px) {
    ul.img-feed li:nth-last-child(-n+4) {
        display: none
    }
}

/**** Social Icons ****/
.social-icons {
    padding-top: 10px
}

.social-icons li {
    list-style: none;
    float: left;
    margin-right: 6px
}

@media (min-width:980px) and (max-width:1199px) {
    .social-icons li:last-child {
        display: none
    }
}

a.social-icon {
    background: url(../images/social-icons.png);
    display: block;
    width: 46px;
    height: 46px
}

a.facebook {
    background-position: 0 0
}

a.facebook:hover {
    background-position: 0 -47px
}

a.twitter {
    background-position: -52px 0
}

a.twitter:hover {
    background-position: -52px -47px
}

a.dribble {
    background-position: -104px 0
}

a.dribble:hover {
    background-position: -104px -47px
}

a.rss {
    background-position: -156px 0
}

a.rss:hover {
    background-position: -156px -47px
}

a.forrst {
    background-position: -208px 0
}

a.forrst:hover {
    background-position: -208px -47px
}

/**** Sub Footer ****/
.footer-sub {
    background: #1f1f1f;
    padding: 10px 0
}

#tc_calendar #current {
    background-color: #2681e9 !important;
    color: #fff
}

#tc_week td {
    background-color: #2681e9 !important;
    color: #fff
}

.footer-col a:hover {
    color: #888
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}

.span12 {
    width: 940px
}

.span11 {
    width: 860px
}

.span10 {
    width: 780px
}

.span9 {
    width: 700px
}

.span8 {
    width: 620px
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span5 {
    width: 380px
}

.span4 {
    width: 300px
}

.span2 {
    width: 140px
}

.span1 {
    width: 60px
}

.container {
    margin-right: auto;
    margin-left: auto
}

.container:after,
.container:before {
    display: table;
    content: "";
    line-height: 0
}

.container:after {
    clear: both
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 12px;
    line-height: 30px
}

small {
    font-size: 85%
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    color: inherit;
    font-weight: 700;
    font-family: inherit;
    line-height: 1;
    text-rendering: optimizelegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #999;
    font-weight: 400;
    line-height: 1
}

h1 {
    font-size: 36px;
    line-height: 40px
}

h2 {
    font-size: 30px;
    line-height: 40px
}

h3 {
    font-size: 24px;
    line-height: 40px
}

h4 {
    font-size: 18px;
    line-height: 20px
}

h5 {
    font-size: 14px;
    line-height: 20px
}

h6 {
    font-size: 12px;
    line-height: 20px
}

h1 small {
    font-size: 24px
}

h2 small {
    font-size: 18px
}

h3 small {
    font-size: 14px
}

h4 small {
    font-size: 14px
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    vertical-align: top
}

.xiaoxiview img {
    float: left;
    margin-top: 6px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    margin-bottom: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0)
}

.accordion {
    margin-bottom: 20px
}

.accordion-heading {
    border-bottom: 0
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px
}

.accordion-toggle {
    cursor: pointer
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.visible-phone {
    display: none !important
}

@media(min-width:768px) and (max-width:979px) {
    .hidden-tablet {
        display: none !important
    }
}

@media(max-width:1440px) {
    #slogan {
        display: none !important
    }
}

@media(max-width:1280px) {
    .logow {
        width: 180px !important
    }
}

@media(max-width:1080px) {
    .daytop {
        display: none !important
    }
}

@media(min-width:1200px) {
    .row {
        margin-left: -30px;
        margin-top: 20px
    }

    .row:after,
    .row:before {
        display: table;
        content: "";
        line-height: 0
    }

    .row:after {
        clear: both
    }

    [class*=span] {
        float: left;
        margin-left: 30px;
        min-height: 1px
    }

    .container {
        width: 1170px
    }

    .span12 {
        width: 1170px
    }

    .span8 {
        width: 770px
    }

    .span7 {
        width: 670px
    }

    .span6 {
        width: 100%
    }

    .span5 {
        width: 470px
    }

    .span4 {
        width: 370px
    }

    .span3 {
        width: 270px;
        margin-left: 90px
    }

    .span2 {
        width: 167px
    }

    .span1 {
        width: 70px
    }

    input,
    textarea {
        margin-left: 0
    }

    textarea.span6 {
        width: 556px
    }

    input.span4 {
        width: 356px
    }

    input.span2 {
        width: 156px
    }

    input.span1 {
        width: 56px
    }

    .thumbnails {
        margin-left: -30px
    }

    .thumbnails>li {
        margin-left: 30px
    }
}

@media(min-width:768px) and (max-width:979px) {
    .row {
        margin-left: -20px
    }

    .row:after,
    .row:before {
        display: table;
        content: "";
        line-height: 0
    }

    .row:after {
        clear: both
    }

    .container {
        width: 724px
    }

    .span12 {
        width: 724px
    }

    .span8 {
        width: 476px
    }

    .span7 {
        width: 414px
    }

    .span6 {
        width: 352px
    }

    .span5 {
        width: 290px
    }

    .span4 {
        width: 228px
    }

    .span3 {
        width: 166px
    }

    .span2 {
        width: 104px
    }

    .span1 {
        width: 42px
    }

    input,
    textarea {
        margin-left: 0
    }

    textarea.span6 {
        width: 338px
    }

    input.span4 {
        width: 214px
    }

    input.span2 {
        width: 90px
    }

    input.span1 {
        width: 28px
    }
}

@media(max-width:767px) {
    body {
        padding-right: 20px;
        padding-left: 20px
    }

    .container {
        width: auto
    }

    .row,
    .thumbnails {
        margin-left: 0
    }

    .thumbnails>li {
        float: none;
        margin-left: 0
    }

    .span12 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }

    input[class*=span],
    textarea[class*=span] {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        min-height: 30px
    }

    .input-append input,
    .input-prepend input,
    .input-prepend input[class*=span] {
        display: inline-block;
        width: auto
    }
}

@media(max-width:480px) {
    input[type=checkbox] {
        border: 1px solid #ccc
    }
}

@media(max-width:979px) {
    body {
        padding-top: 0
    }
}

@media(max-width:767px) {
    body {
        padding-right: 0;
        padding-left: 0
    }

    .container {
        margin-right: 20px;
        margin-left: 20px
    }
}

blockquote {
    border-left: 5px solid #999;
    font-style: italic;
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 24px
}

.logo img {
    padding-top: 3px
}

#slogan {
    margin: 0 0 0 10px;
    padding: 0
}

.logo h5 {
    display: inline-block
}

@media(max-width:480px) {

    .logo,
    .navigation {
        text-align: center
    }

    .row .header {
        margin-bottom: 30px
    }

    .logo h5 {
        display: block
    }
}

.navigation {
    margin-top: 40px
}
}

a.item-zoom-link {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    background: #fff url(../images/gallery-item-icons.png) no-repeat;
    background-position: 0 0
}

a.item-details-link {
    position: absolute;
    left: 47px;
    display: block;
    width: 42px;
    height: 42px;
    background: #fff url(../images/gallery-item-icons.png) no-repeat;
    background-position: -42px 0
}

a.item-zoom-link:hover {
    background: #d8450b url(../images/gallery-item-icons.png) no-repeat
}

a.item-details-link:hover {
    background: #d8450b url(../images/gallery-item-icons.png) no-repeat;
    background-position: -42px 0
}

.gallery-post-grid {
    margin: 0
}

.gallery-post-grid li {
    float: left;
    margin-bottom: 30px;
    list-style: none
}

.blog article,
.blog section {
    margin-bottom: 40px
}

.blog article h4 a,
.blog article h4 a:hover {
    text-decoration: none
}

.blog h4 {
    line-height: 26px
}

@media only screen and (max-width:479px) {
    .blog h4 {
        width: auto
    }
}

@media only screen and (max-width:479px) {
    iframe {
        width: 270px
    }
}

@media(min-width:768px) and (max-width:979px) {
    iframe {
        width: 230px
    }
}

@media(min-width:980px) and (max-width:1199px) {
    iframe {
        width: 300px
    }
}

.footer-col {
    color: #ababab
}

.footer-col a {
    font-weight: bold;
    color: #dcdcdc
}

.footer-col a:hover {
    color: #d8450b;
    text-decoration: none
}

.footer-col h5 {
    color: #f9f9f9;
    text-shadow: none;
    margin-bottom: 25px
}

.footer-col ul {
    margin: 0
}

@media only screen and (max-width:767px) {
    .footer-col {
        clear: both;
        overflow: auto;
        margin-bottom: 20px
    }

    .footer-sub .right {
        display: none
    }
}

ul.img-feed li {
    float: left;
    margin: 0 7px 7px 0;
    padding-bottom: 0
}

@media(min-width:768px) and (max-width:979px) {
    ul.img-feed li:nth-last-child(-n+4) {
        display: none
    }
}

.social-icons {
    padding-top: 10px
}

a.social-icon {
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/social-icons.png)
}

.footer-sub {
    padding: 10px 0;
    background: #1f1f1f
}

.no-margin {
    margin-bottom: 0
}

a.accordion-toggle {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0 !important
}

@media only screen and (max-width:767px) {
    .btn {
        margin-bottom: 20px
    }
}

#tc_calendar {
    border-collapse: collapse
}

#tc_calendar td {
    width: 35px;
    height: 30px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 25px
}

#tc_calendar .even td {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0 !important
}

.img_260x200 {
    width: 260px
}

.img_140 {
    width: 140px
}

.img_85x70 {
    width: 85px;
    height: 70px
}

.img_65x65 {
    width: 65px;
    height: 65px
}

.img_60x60 {
    width: 60px;
    height: 60px
}

.img_50x50 {
    width: 50px;
    height: 50px
}

.img_45x45 {
    width: 45px;
    height: 45px
}

.img_40x40 {
    width: 40px;
    height: 40px
}

#bqlink {
    margin-bottom: 5px;
    cursor: pointer
}

.width1 {
    padding-bottom: 20px
}

.conent_width {
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.conent_listpadding {
    padding: 0 0 10px 0;
    color: #333
}

.conent_xiaoxi {
    padding: 0 0 5px 0
}

.post_title {
    float: right
}

.footer-colheight {
    overflow: hidden;
    height: 200px
}

.webup li {
    overflow: hidden;
    height: 25px;
    line-height: 30px;
    margin-top: -5px
}

.boxkd {
    width: 150px
}

.equipment {
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer
}

.bgcolor1 {
    background: #990
}

.bgcolor2 {
    background: #f60
}

.bgcolor3 {
    background: #fe5187
}

.bgcolor4 {
    background: #9C3
}

.bgcolor5 {
    background: #ff8151
}

.bgcolor6 {
    background: #66cc9a
}

.bgcolor7 {
    background: #666
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    display: block;
    width: 100%;
    min-width: 270px;
    min-height: 208px
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
    line-height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flexslider {
    position: relative;
    margin: 0;
    border: 1px solid #f2f2f2;
    padding: 2px
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.span6 p {
    text-align: center;
    font-size: 14px
}

.footer-container,
.r_box,
.r_news2 {
    content-visibility: auto;
    contain-intrinsic-size: 1px 600px
}

img {
    max-width: 100%
}