﻿::selection {
    background: #d9534f;
    color: white
}

html, body {
    min-height: 100%
}

body {
    color: #3d4450;
    cursor: url(../images/mouse1.cur), url(../images/mouse1.cur), auto;
    word-wrap: break-word;
    background: 0% 0%/cover no-repeat fixed #000;
    background-repeat: no-repeat
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #018EE8
}

a {
    cursor: url(../images/mouse2.cur), url(../images/mouse2.cur), auto;
    color: #d2322d;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    border-radius: 4px;
    vertical-align: middle;
    height: auto
}

h1, h2, h3, h4, h5 {
    font-weight: 100
}

.navbar {
    z-index: 1000;
    border: 0;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8)
      margin:0 !important;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    font-weight: normal
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #d9534f;
    text-decoration: none;
    transition: all 0.3s ease
}

.dropdown:hover > .dropdown-menu {
    display:block;
}

.well {
    margin-bottom: 30px;
    border: 0
}

.breadcrumb {
    background-color: rgba(255, 255, 255, 0.4)
}

.breadcrumb-gal {
    background-color: rgba(230, 238, 232, 0.5);
    box-shadow: #c2c2c2 0px 0px 5px;
    -webkit-box-shadow: #c2c2c2 0px 0px 5px;
    -moz-box-shadow: #c2c2c2 0px 0px 5px;
    -o-box-shadow: #c2c2c2 0px 0px 5px;
    margin-bottom: 40px
}

.panel {
    border-radius: 4px;
    background-color: rgba(230, 238, 232, 0.5);
    box-shadow: 0 0 5px #c2c2c2;
    -webkit-box-shadow: 0 0 5px #c2c2c2;
    -moz-box-shadow: 0 0 5px #c2c2c2;
    -o-box-shadow: 0 0 5px #c2c2c2;
    border: none
}

.panel:hover {
    box-shadow: 0px 0px 50px black;
    -webkit-box-shadow: 0px 0px 50px black;
    -moz-box-shadow: 0px 0px 50px black;
    -o-box-shadow: 0px 0px 50px black
}

.panel2 {
    background-color: rgba(230, 238, 232, 0.5)
}

.panel-heading {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    border-bottom: none
}

.list-group-item {
    background-color: rgba(230, 238, 232, 0.3);
    transition: background-color .5s ease-in-out, box-shadow .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out, box-shadow .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out, box-shadow .5s ease-in-out
}

.list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 50px black;
    -webkit-box-shadow: 0 0 50px black;
    -moz-box-shadow: 0 0 50px black;
    -o-box-shadow: 0 0 50px black
}

.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label-gal {
    background-color: rgba(10, 10, 0, 0.7);
    margin-right: 5px;
    font-size: 90%
}

.label-gal > a {
    color: #fff
}

.label-gal:hover {
    background-color: #d9534f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.label-gal:hover > a {
    text-decoration: none
}

.alert-gal {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: auto;
    color: #666;
    background-color: #eee
}

.close {
    font-size: 14px;
    font-weight: bold;
    color: #3d4450;
    opacity: 1
}

.close:hover, .close:focus {
    color: #d2322d;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 1
}

button.close {
    background: transparent
}

.btn {
    font-size: 12px
}

.form-control {
    vertical-align: middle;
    border-color: #f89693;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 88, 83, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 88, 83, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 88, 83, 0.6)
}

.form-control:focus {
    border-color: #f89693
}

#gal-issue {
    background-color: rgba(230, 238, 232, 0.5);
    box-shadow: 0 0 8px black;
    -webkit-box-shadow: 0 0 8px black;
    -moz-box-shadow: 0 0 8px black;
    -o-box-shadow: 0 0 8px black;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

#gal-issue:hover {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 50px black;
    -webkit-box-shadow: 0 0 50px black;
    -moz-box-shadow: 0 0 50px black;
    -o-box-shadow: 0 0 50px black
}

@media (min-width: 768px) {
    [aos^=flip] {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden
    }

    [aos=flip-up] {
        -webkit-transform: perspective(2500px) rotateX(-100deg);
        -moz-transform: perspective(2500px) rotateX(-100deg);
        -ms-transform: perspective(2500px) rotateX(-100deg);
        -o-transform: perspective(2500px) rotateX(-100deg);
        transform: perspective(2500px) rotateX(-100deg)
    }

    [aos=flip-up].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        -moz-transform: perspective(2500px) rotateX(0);
        -ms-transform: perspective(2500px) rotateX(0);
        -o-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0)
    }

    [aos][aos][aos-easing=ease-out-back], body[aos-easing=ease-out-back] [aos] {
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    [aos][aos][aos-duration='1000'], body[aos-duration='1000'] [aos] {
        -webkit-transition-duration: 1s;
        transition-duration: 1s
    }

    [aos="fade-up"] {
        -webkit-transform: translate(0px, 100px);
        -moz-transform: translate(0px, 100px);
        -ms-transform: translate(0px, 100px);
        -o-transform: translate(0px, 100px);
        transform: translate(0px, 100px)
    }

    [aos^="fade"][aos^="fade"] {
        opacity: 0;
        transition-property: all
    }

    [aos="fade-up"].aos-animate {
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }

    [aos][aos][aos-easing="ease-out-back"], body[aos-easing="ease-out-back"] [aos] {
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    [aos][aos][aos-duration="2000"], body[aos-duration="2000"] [aos] {
        transition-duration: 2s;
        -webkit-transition-duration: 2s
    }

    [aos^="fade"][aos^="fade"].aos-animate {
        opacity: 1
    }

    [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: all;
        -webkit-transition-property: all
    }

    [aos][aos][aos-duration='3000'], body[aos-duration='3000'] [aos] {
        -webkit-transition-duration: 3s;
        transition-duration: 3s
    }

    [aos=flip-right] {
        -webkit-transform: perspective(2500px) rotateY(100deg);
        -moz-transform: perspective(2500px) rotateY(100deg);
        -ms-transform: perspective(2500px) rotateY(100deg);
        -o-transform: perspective(2500px) rotateY(100deg);
        transform: perspective(2500px) rotateY(100deg)
    }

    [aos=flip-right].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        -moz-transform: perspective(2500px) rotateY(0);
        -ms-transform: perspective(2500px) rotateY(0);
        -o-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0)
    }

    [data-aos^="flip-right"][data-aos^="flip-right"] {
        transition-property: all;
        -webkit-transition-property: all
    }
}

#gal-body {
    padding: 30px 0
}

@media (max-width: 767px) {
    #gal-body {
        font-size: 12px !important
    }
}

#gal-gotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    background-color: rgba(10, 10, 0, 0.7);
    top: auto;
    display: none;
    z-index: 999;
    color: white;
    border-radius: 50%;
    border: 2px solid #fff;
    border-image: initial;
    cursor: url(../images/mouse2.cur), url(../images/mouse2.cur), auto
}

#gal-gotop:hover {
    color: #d9534f;
    border-color: #d9534f;
    transition: all 0.3s ease
}

#gal-gotop > i {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    display: block
}

#gal-footer {
    display: block;
    text-align: center;
    color: #eee;
    padding: 50px
}

#gal-footer a {
    color: #eee
}

#gal-footer a:hover {
    color: #d9534f;
    text-decoration: none
}

.gal-image-container {
    text-align: center
}

.gal-image {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    z-index: 999
}

.gal-image:hover {
    -webkit-transform: scale(1.5) rotate(1deg);
    -moz-transform: scale(1.5) rotate(1deg);
    -ms-transform: scale(1.5) rotate(1deg);
    -o-transform: scale(1.5) rotate(1deg);
    transform: scale(1.5) rotate(1deg)
}

.gal-menu {
    display: none;
    position: fixed;
    font-size: 14px;
    z-index: 1000002;
    margin: 0;
    padding: 0
}

.gal-menu .circle {
    margin: 0 auto
}

.gal-menu .circle, .gal-menu .ring {
    height: 300px;
    position: relative;
    width: 300px
}

.gal-menu .ring {
    opacity: 0;
    -webkit-transform-origin: 50% 50% 0px;
    -moz-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    -o-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    border-radius: 50%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: scale(0.1) rotate(-270deg);
    -moz-transform: scale(0.1) rotate(-270deg);
    -ms-transform: scale(0.1) rotate(-270deg);
    -o-transform: scale(0.1) rotate(-270deg);
    transform: scale(0.1) rotate(-270deg)
}

.gal-menu .open .ring {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.gal-menu .menuItem {
    color: #eee;
    display: block;
    height: 80px;
    line-height: 80px;
    margin-left: -41px;
    margin-top: -41px;
    position: absolute;
    text-align: center;
    width: 80px;
    background-size: 80px;
    box-shadow: #fff 0px 0px 15px;
    -webkit-box-shadow: #fff 0px 0px 15px;
    -moz-box-shadow: #fff 0px 0px 15px;
    -o-box-shadow: #fff 0px 0px 15px;
    border: 2px solid #b59494;
    border-radius: 50%;
    border-image: initial
}

.gal-menu .menuItem:hover {
    box-shadow: #fff 0px 0px 80px inset;
    -webkit-box-shadow: #fff 0px 0px 80px inset;
    -moz-box-shadow: #fff 0px 0px 80px inset;
    -o-box-shadow: #fff 0px 0px 80px inset
}

.gal-menu .ring a {
    display: inline-block;
    color: #fff;
    text-shadow: #dc965a 1px 0px 0px, #dc965a 0px 1px 0px, #dc965a -1px 0px 0px, #dc965a 0px -1px 0px
}

.gal-menu .ring a:hover {
    text-shadow: #6cf 1px 0px 0px, #6cf 0px 1px 0px, #6cf -1px 0px 0px, #6cf 0px -1px 0px
}

.gal-menu .ring a:nth-of-type(1) {
    /*background-image: url(../images/onj/1.jpg)*/
}

.gal-menu .ring a:nth-of-type(2) {
    /*background-image: url(../images/onj/2.jpg)*/
}

.gal-menu .ring a:nth-of-type(3) {
    /*background-image: url(../images/onj/3.jpg)*/
}

.gal-menu .ring a:nth-of-type(4) {
    /*background-image: url(../images/onj/4.jpg)*/
}

.gal-menu .ring a:nth-of-type(5) {
    /*background-image: url(../images/onj/5.jpg)*/
}

.gal-menu .ring a:nth-of-type(6) {
    /*background-image: url(../images/onj/6.jpg)*/
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1.1) rotate(0deg)
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1.1) rotate(0deg)
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1.1) rotate(0deg)
    }
    25% {
        opacity: 0;
        -moz-transform: scale(1.1) rotate(0deg)
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out
    }
    17% {
        opacity: 1;
        -o-transform: scale(1.1) rotate(0deg)
    }
    25% {
        opacity: 0;
        -o-transform: scale(1.1) rotate(0deg)
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1.1) rotate(0deg)
    }
    25% {
        opacity: 0;
        -ms-transform: scale(1.1) rotate(0deg)
    }
    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out
    }
    17% {
        opacity: 1;
        transform: scale(1.1) rotate(0deg)
    }
    25% {
        opacity: 0;
        transform: scale(1.1) rotate(0deg)
    }
    100% {
        opacity: 0
    }
}

.cb-slideshow, .cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2
}

.cb-slideshow:after {
    content: ''
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
    z-index: -2;
    -webkit-backface-visibility: hidden;
}

header#gal-header {
    font-size: 14px;
    border-radius: 0;
    border-color: #080808;
    background-color: rgba(10, 10, 0, 0.7);
    box-shadow: 0 0 8px black;
    -webkit-box-shadow: 0 0 8px black;
    -moz-box-shadow: 0 0 8px black;
    -o-box-shadow: 0 0 8px black
}

header#gal-header .navbar-toggle:hover, header#gal-header .navbar-toggle:focus {
    background-color: #333;
    outline: #e59700 auto 5px
}

header#gal-header .navbar-toggle .fa-reorder {
    color: #fff
}

header#gal-header #menu-gal > li > a {
    color: #fff
}

header#gal-header #menu-gal > li.active > a {
    background-color: rgba(138, 43, 226, 0.7)
}

header#gal-header #menu-gal > li:not(.active) > a:hover, header#gal-header #menu-gal > li:not(.active) > a:focus {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: rgba(100, 90, 200, 0.7)
}

#gal-pagination .pagination-gal {
    margin: 0;
    border-radius: 4px
}

#gal-pagination .pagination-gal > li > a, #gal-pagination .pagination-gal > li > span {
    color: #e6e6fa;
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: 10px;
    border: 2px solid #6b69d6;
    border-image: initial;
    border-radius: 4px
}

#gal-pagination .pagination-gal > li > a:hover, #gal-pagination .pagination-gal > li > a:focus, #gal-pagination .pagination-gal > li > span:hover, #gal-pagination .pagination-gal > li > span:focus {
    color: #fff;
    background-color: #6b69d6;
    border: 2px solid #6b69d6;
    border-image: initial;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#gal-pagination .pagination-gal > li.active > span {
    color: #fff;
    background-color: #6b69d6;
    border: 2px solid #6b69d6;
    border-image: initial;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@keyframes neon {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF
    }
}

#article-list {
    margin-top: 20px
}

#article-list .article-body {
    background-color: rgba(230, 238, 232, 0.5);
    box-shadow: 0 0 8px black;
    -webkit-box-shadow: 0 0 8px black;
    -moz-box-shadow: 0 0 8px black;
    -o-box-shadow: 0 0 8px black
}

#article-list .article-body:hover {
    box-shadow: 0 0 50px black;
    -webkit-box-shadow: 0 0 50px black;
    -moz-box-shadow: 0 0 50px black;
    -o-box-shadow: 0 0 50px black
}

#article-list .article {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px
}

#article-list i.article-stick {
    position: absolute;
    top: -10px;
    right: 5%;
    font-size: 40px;
    color: #d9534f
}

#article-list div.data-article {
    background-color: #6b69d6;
    border-color: #6b69d6;
    position: absolute;
    height: 70px;
    width: 70px;
    border-radius: 100px;
    left: -20px;
    top: -20px;
    color: #fff;
    padding-top: 10px
}

#article-list div.data-article > span.month, #article-list div.data-article > span.day {
    text-align: center;
    display: block
}

#article-list div.data-article > span.month {
    margin: 0
}

#article-list div.data-article > span.day {
    font-size: 30px;
    font-weight: bold;
    margin-top: -5px
}

#article-list .title-article {
    text-align: center;
    padding: 10px 15px 0 15px
}

@media (max-width: 767px) {
    #article-list .title-article {
        padding: 0
    }
}

#article-list .title-article > h1 {
    font-size: 32px;
    margin: 0 auto;
    text-align: center
}

#article-list .title-article > h1 > a {
    color: #3d4450;
    text-decoration: none
}

#article-list .title-article > h1 > a:hover {
    text-decoration: none
}

#article-list .title-article > h1 > a > span {
    color: #fff;
    position: static;
    opacity: 0.8;
    background: #1ec7e6;
    font: 90%/1.5 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;
    margin: 2px;
    border-radius: 5px
}

#article-list .title-article > h1 > a > span:hover {
    animation: neon 1.5s ease-in-out infinite alternate;
    -webkit-animation: neon 1.5s ease-in-out infinite alternate;
    -moz-animation: neon 1.5s ease-in-out infinite alternate;
    -o-animation: neon 1.5s ease-in-out infinite alternate;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0)
}

#article-list .title-article > center > h4 > a {
    color: #3d4450;
    text-decoration: none
}

#article-list .title-article > center > h4 > a:hover {
    text-decoration: none
}

#article-list .title-article > center > h4 > a > span {
    color: #fff;
    position: static;
    opacity: 0.8;
    background: #1ec7e6;
    font: 90%/1.5 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;
    margin: 2px;
    border-radius: 5px
}

#article-list .title-article > center > h4 > a > span:hover {
    animation: neon 1.5s ease-in-out infinite alternate;
    -webkit-animation: neon 1.5s ease-in-out infinite alternate;
    -moz-animation: neon 1.5s ease-in-out infinite alternate;
    -o-animation: neon 1.5s ease-in-out infinite alternate;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0)
}

#article-list .tag-article {
    text-align: center;
    line-height: 24px;
    margin: 20px
}

#article-list .content-article > .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    position: relative;
    width: 100%;
    overflow: hidden
}

#article-list .content-article > .item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#article-list .content-article > .item img {
    width: 100%;
    height: 100%
}

#article-list .content-article > .item > a {
    color: #333
}

#article-list .content-article > .item > a:hover {
    text-decoration: none
}

#article-list .content-article > .item > a:hover > .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

#article-list .content-article > .item > a:hover > .info {
    visibility: visible;
    opacity: 1
}

#article-list .content-article > .item > a:hover > .info > p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#article-list .content-article > .item > a > .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

#article-list .content-article > .item > a > .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

#article-list .content-article > .item > a > .info > p {
    font-style: italic;
    font-size: 25px;
    position: relative;
    color: #bbb;
    text-align: center;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: all .35s .3s linear;
    -moz-transition: all .35s .3s linear;
    -ms-transition: all .35s .3s linear;
    -o-transition: all .35s .3s linear;
    transition: all .35s .3s linear;
    padding: 20px
}

#article.article, #article-archive.article, #article-tag.article, #article-tags.article, #article-categories.article, #article-category.article {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px
}

#article.article-body, #article-archive.article-body, #article-tag.article-body, #article-tags.article-body, #article-categories.article-body, #article-category.article-body {
    background-color: rgba(230, 238, 232, 0.5);
    box-shadow: 0 0 8px black;
    -webkit-box-shadow: 0 0 8px black;
    -moz-box-shadow: 0 0 8px black;
    -o-box-shadow: 0 0 8px black
}

#article.article-body:hover, #article-archive.article-body:hover, #article-tag.article-body:hover, #article-tags.article-body:hover, #article-categories.article-body:hover, #article-category.article-body:hover {
    box-shadow: 0 0 50px black;
    -webkit-box-shadow: 0 0 50px black;
    -moz-box-shadow: 0 0 50px black;
    -o-box-shadow: 0 0 50px black
}

#article .title-article, #article-archive .title-article, #article-tag .title-article, #article-tags .title-article, #article-categories .title-article, #article-category .title-article {
    padding: 10px 15px 0 15px
}

#article .title-article > h1, #article-archive .title-article > h1, #article-tag .title-article > h1, #article-tags .title-article > h1, #article-categories .title-article > h1, #article-category .title-article > h1 {
    font-size: 32px;
    margin: 0 auto;
    text-align: center
}

#article .title-article > h1 > a, #article-archive .title-article > h1 > a, #article-tag .title-article > h1 > a, #article-tags .title-article > h1 > a, #article-categories .title-article > h1 > a, #article-category .title-article > h1 > a {
    color: #3d4450;
    text-decoration: none
}

#article .title-article > h1 > a:hover, #article-archive .title-article > h1 > a:hover, #article-tag .title-article > h1 > a:hover, #article-tags .title-article > h1 > a:hover, #article-categories .title-article > h1 > a:hover, #article-category .title-article > h1 > a:hover {
    color: #d9534f;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#article .tag-article, #article-archive .tag-article, #article-tag .tag-article, #article-tags .tag-article, #article-categories .tag-article, #article-category .tag-article {
    text-align: center;
    line-height: 24px;
    margin: 20px
}

#article .content-article img, #article-archive .content-article img, #article-tag .content-article img, #article-tags .content-article img, #article-categories .content-article img, #article-category .content-article img {
    margin: 10px auto;
    display: inline-block;
    width: auto
}

.panel-toggle, .panel-remove {
    float: right;
    cursor: pointer;
    margin: 0 0 0 5px
}

.panel-toggle:hover, .panel-remove:hover {
    color: #d9534f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.panel ul.list-group {
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.panel.toggled ul.list-group {
    max-height: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.panel-gal > .panel-heading {
    color: #fff;
    background-color: rgba(10, 10, 0, 0.7);
    border-color: #000
}

.panel.toggled .panel-heading {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.panel-gal .badge {
    background-color: #d9534f
}

.panel-gal a {
    color: #666
}

.panel-gal a:hover {
    color: #b94a48
}

.panel .post-title {
    display: inline-block;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#sidebar aside > div {
    margin-bottom: 30px
}

#sidebar div.search {
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 4px;
    background-color: rgba(10, 10, 0, 0.7)
}

#sidebar div.search input[type="text"] {
    width: 85%;
    float: left;
    margin-right: 10px;
    background-color: transparent
}

#sidebar div.search input[type="text"]:focus {
    background-color: #fff;
    box-shadow: 0 0 50px black;
    -webkit-box-shadow: 0 0 50px black;
    -moz-box-shadow: 0 0 50px black;
    -o-box-shadow: 0 0 50px black
}

#sidebar div.search button {
    float: left;
    margin-top: 2px
}

.author-panel {
    padding: 20px 0
}

.author-panel img.author-image {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%
}

.author-panel img.author-image:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.author-panel p.author-email {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #d9534f;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.nav-pills > li.active a {
    color: #fff;
    background-color: #d9534f
}

.nav-pills > li.active a:hover, .nav-pills > li.active a:focus {
    color: #fff;
    background-color: #d9534f
}

ul.pills-gal {
    padding: 10px
}

ul.pills-gal li {
    margin-left: 5px
}

ul.pills-gal li a {
    border-radius: 5px
}

ul.pills-gal li a:hover {
    color: #fff
}

.tab-content {
    border-top: 1px solid #eee;
    padding: 10px
}

.panel-gal .tab-content a:hover, .panel-gal .nav-pills a:hover {
    color: #fff
}

#sidebar-tags a:hover {
    color: #fff
}

.cloud-tags a {
    display: inline-block;
    color: #fff;
    opacity: 0.7;
    padding: 2px 6px 3px;
    margin: 0 2px
}

.cloud-tags a:hover {
    opacity: 1
}

.cloud-tags a:nth-child(7n+1) {
    background-color: #428bca
}

.cloud-tags a:nth-child(7n+2) {
    background-color: #5cb85c
}

.cloud-tags a:nth-child(7n+3) {
    background-color: #d9534f
}

.cloud-tags a:nth-child(7n+4) {
    background-color: #f0ad4e
}

.cloud-tags a:nth-child(7n+5) {
    background-color: #b37333
}

.cloud-tags a:nth-child(7n+6) {
    background-color: #b433ff
}

.cloud-tags a:nth-child(7n) {
    background-color: #4a4a4a
}

#sidebar-recent_comments .author-avatar .avatar {
    border-radius: 50%;
    border: 1px solid #eee;
    position: relative;
    z-index: 99;
    float: left;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#sidebar-recent_comments .author-avatar .avatar:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#sidebar-recent_comments .hint, #sidebar-recent_comments [data-hint2] {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #666;
    cursor: url(../images/mouse2.cur), url(../images/mouse2.cur), auto
}

#sidebar-recent_comments .hint:hover, #sidebar-recent_comments [data-hint2]:hover {
    color: #b94a48
}

#sidebar-recent_comments .hint:hover:before, #sidebar-recent_comments .hint:hover:after, #sidebar-recent_comments [data-hint2]:hover:before, #sidebar-recent_comments [data-hint2]:hover:after {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms
}

#sidebar-recent_comments .hint:focus:before, #sidebar-recent_comments .hint:focus:after, #sidebar-recent_comments [data-hint2]:focus:before, #sidebar-recent_comments [data-hint2]:focus:after {
    visibility: visible;
    opacity: 1
}

#sidebar-recent_comments .hint--left:hover:before, #sidebar-recent_comments .hint--left:hover:after, #sidebar-recent_comments .hint--left:focus:before, #sidebar-recent_comments .hint--left:focus:after {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px)
}

#sidebar-recent_comments .hint:before, #sidebar-recent_comments [data-hint2]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001
}

#sidebar-recent_comments .hint:after, #sidebar-recent_comments [data-hint2]:after {
    content: attr(data-hint2);
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap
}

#sidebar-recent_comments .hint:before, #sidebar-recent_comments .hint:after, #sidebar-recent_comments [data-hint2]:before, #sidebar-recent_comments [data-hint2]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms
}

#sidebar-recent_comments .hint--left:before {
    border-left-color: #383838;
    margin-right: -12px;
    margin-bottom: -6px
}

#sidebar-recent_comments .hint--left:before, #sidebar-recent_comments .hint--left:after {
    right: 100%;
    bottom: 50%
}

#sidebar-recent_comments .hint--rounded:after {
    border-radius: 4px
}

#sidebar-recent_comments .hint--left:after {
    margin-bottom: -14px
}

#sidebar-recent_comments .comment-log {
    line-height: 20px;
    background-color: #eee;
    border-color: #eee;
    border-radius: 4px;
    display: inline-block;
    padding: 8px;
    margin-left: 10px;
    width: 80%
}

#comments-template .comments-container.comments-root-container .comments-header-container {
    text-align: center;
    font-size: 14px;
    margin: 20px 0 20px 0
}

#comments-template .comments-container.comments-root-container .comments-header-container.alert {
    border-image: initial;
    border-radius: 4px;
    overflow: auto
}

#comments-template .comments-container.comments-root-container .comments-header-container.alert-info {
    color: #3a87ad;
    background-color: rgba(217, 237, 247, 0.8)
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list {
    padding: 0;
    margin-bottom: 20px
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list a {
    color: #3d4450
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list a:hover {
    color: #d9534f;
    text-decoration: none
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list li {
    background-color: rgba(230, 238, 232, 0.65);
    box-shadow: black 0px 0px 8px;
    margin: 10px 0px;
    list-style: none;
    padding: 2px;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    -webkit-box-shadow: black 0 0 8px;
    -moz-box-shadow: black 0 0 8px;
    -o-box-shadow: black 0 0 8px;
    -webkit-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list > li:hover {
    background-color: #fff;
    box-shadow: black 0px 0px 50px;
    -webkit-box-shadow: black 0px 0px 50px;
    -moz-box-shadow: black 0px 0px 50px;
    -o-box-shadow: black 0px 0px 50px
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list > li .comment-body {
    position: relative
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list > li .comment-body .comment-meta {
    position: relative;
    height: auto;
    min-height: 37px;
    line-height: 37px;
    padding-left: 45px;
    background: rgba(217, 237, 247, 0.6)
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list > li .comment-body .comment-meta .comment-author {
    float: left
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list > li .comment-body .comment-meta .comment-author img {
    background-color: white;
    position: absolute;
    display: block;
    left: -40px;
    top: 10px;
    border: 2px solid #fff;
    border-image: initial;
    border-radius: 50%;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list > li .comment-body .comment-meta .comment-metadata {
    text-transform: uppercase;
    float: right;
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list > li .comment-body .comment-content {
    position: relative;
    padding: 20px 55px 30px 45px
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list > li .comment-body .comment-reply-link, #comments-template .comments-container.comments-root-container .comments-comments-container.comment-list > li .comment-body .comment-reply-login {
    position: absolute;
    bottom: 3px;
    right: 12px;
    font-size: 12px;
    text-transform: uppercase;
    display: block
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list > li .comment-body:hover .comment-meta .comment-author img {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    border-radius: 0
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list .comment-nav {
    margin-top: 20px
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list .comment-nav .pagination-gal {
    margin: 0;
    border-radius: 4px
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list .comment-nav .page-numbers {
    color: #d9534f;
    background-color: transparent;
    display: inline-block;
    border-radius: 4px;
    border: 2px solid #d9534f;
    border-image: initial;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 0 10px 10px;
    padding: 5px 10px
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list .comment-nav .page-numbers.dots {
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list .comment-nav .page-numbers.active {
    color: #fff;
    background-color: #d9534f;
    cursor: not-allowed
}

#comments-template .comments-container.comments-root-container .comments-comments-container.comment-list .comment-nav .page-numbers:hover {
    color: #fff;
    background-color: #d9534f;
    border: 2px solid #d9534f;
    border-image: initial;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#comments-template .comments-container.comments-root-container .comments-editor-container {
    padding-left: 0;
    margin: 20px 0
}

#comments-template .comments-container.comments-root-container .comments-editor-container .comment-reply-title {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: auto;
    color: #3a87ad;
    background-color: rgba(217, 237, 247, 0.8);
    margin: 10px auto;
    text-align: center;
    font-size: 14px
}

#comments-template .comments-container.comments-root-container .comments-editor-container .comments-editor-submit {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
    color: #d9534f;
    background-color: transparent;
    border: 2px solid #d9534f;
    padding: 10px 25px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#comments-template .comments-container.comments-root-container .comments-editor-container .comments-editor-submit:hover {
    color: #fff;
    background-color: #d9534f;
    border: 2px solid #d9534f;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#comments-template .comments-container.comments-root-container .comments-editor-container .comments-editor-write-field textarea {
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 4px;
    background-color: transparent;
    border: 2px solid #c1c1c1
}

#comments-template .comments-container.comments-root-container .comments-editor-container .comments-editor-write-field textarea:focus {
    background-color: rgba(255, 255, 255, 0.9);
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #d9534f
}

#comments-template .comments-container.comments-root-container .comments-footer-container {
    text-align: center
}

#comments-template .comments-container.comments-root-container .comments-footer-container a:hover {
    text-decoration: none
}

#smilelink {
    display: inline-block;
    margin-bottom: 10px;
    cursor: url(../images/mouse1.cur), url(../images/mouse1.cur), auto
}

#smilelink img {
    opacity: 0.7;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    cursor: url(../images/mouse2.cur), url(../images/mouse2.cur), auto;
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -webkit-transform .2s ease-out;
    -ms-transition: -webkit-transform .2s ease-out;
    -o-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out
}

#smilelink img:hover {
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1.5) rotate(1deg);
    -moz-transform: scale(1.5) rotate(1deg);
    -ms-transform: scale(1.5) rotate(1deg);
    -o-transform: scale(1.5) rotate(1deg);
    transform: scale(1.5) rotate(1deg)
}

@media (max-width: 768px
) {
    body {
        background-color: #f0f0f0;
        background: url('../images/xsbg.gif');
        background-attachment: fixed;
    }
}

#gal-header .navbar-brand {
    height: 54px;
    line-height: 24px;
    font-size: 28px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
}

#reply-title #cancel-comment-reply-link {
    padding: 2px 5px;
    background-color: #d9534f;
    color: white;
    border-radius: 4px;
    font-size: 14px;
}

body {
    font-family: "Poppins", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
}

.layout_padding {
    padding: 75px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.heading_container h2::before {
    content: "";
    width: 40px;
    height: 7px;
    background-color: #fc0909;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*header section*/
.hero_area {
    height: 100vh;
    /*background-image: url(../images/hero-bg.jpg);*/
    background-size: cover;
    background-color: #1d2943;
}

.hero_area .top_nav {
    background-color: #031652;
    padding: 10px 0;
}

.hero_area .top_nav .container {
    display: flex;
    justify-content: center;
}

.hero_area .top_nav .contact_link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap; /* 确保子项不换行排列 */
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero_area .top_nav .contact_link-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #ffffff;
    font-size: 15px;
    padding: 0 25px;
    border-right: 1px solid #ffffff;
}

/* 移除最后一个元素的边框，保持视觉居中平衡 */
.hero_area .top_nav .contact_link-container a:last-child {
    border-right: none;
}

.hero_area .top_nav .contact_link-container a span{
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.hero_area .top_nav .contact_link-container a img {
    width: 16px;
    margin-right: 3px;
}

.sub_page .hero_area {
    height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-bottom: 21px;
}

.hero_area.sub_pages {
    height: auto;
}

.header_section {
    padding: 0;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}

.header_section .container-fluid .goog-te-combo  {
    text-align: center;
    vertical-align: center;
}

/*google翻译标签*/
.goog-te-combo {
    margin-top: 0;
    padding-top: 0;
    width: 200px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid transparent;
    color: #FFFFFF;
    padding: 0 0 0 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    vertical-align: center;
    appearance: none;
    cursor: pointer;
    background: #031652 100% 45%;
}
.goog-te-combo::-webkit-scrollbar {
    width: 6px; /* 设置滚动条宽度 */
    height: 6px; /* 设置滚动条高度 */
}

.goog-te-combo::-webkit-scrollbar-track {
    background-color:  #263044; /* 设置滚动条轨道颜色 */
}

.goog-te-combo::-webkit-scrollbar-thumb {
    background-color: #6C757D;; /* 设置滚动条滑块颜色 */
    border-radius: 50px; /* 设置滚动条滑块圆角 */
}

.goog-te-combo::-webkit-scrollbar-thumb:hover {
    background-color: #6C757D; /* 设置滚动条滑块鼠标悬停颜色 */
}

#navbarSupportedContent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3%;
}

.custom_nav-container.navbar-expand-lg {
    z-index: 99999;
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding: 35px 15px 10px 15px;
    color: #2c2b2b;
    text-align: center;
    text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    background-color: #031652;
    color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .form-inline input {
    background-color: #031652;
    border: none;
    outline: none;
    width: 250px;
    height: 40px;
    border-radius: 5px;
    padding-left: 15px;
    color: #f9f9f8;
}

.custom_nav-container.navbar-expand-lg .form-inline input::-webkit-input-placeholder {
    color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input:-ms-input-placeholder {
    color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input::-ms-input-placeholder {
    color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline input::placeholder {
    color: rgba(249, 249, 248, 0.6);
}

.custom_nav-container.navbar-expand-lg .form-inline button {
    margin-left: -50px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom_nav-container .nav_search-btn {
    /*background-image: url(../images/search-icon.png);*/
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: right;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand img {
    width: 40px;
}

.navbar-brand span {
    font-weight: bold;
    color: #2c2b2b;
    font-size: 20px;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    /*background-image: url(../images/menu.png);*/
    background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 115px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*background-image: url(../images/slider-bg.png);*/
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .detail-box {
    width: 100%;
    margin: 0 auto;
}

.slider_section .detail-box h1 {
    text-transform: uppercase;
    font-size: 4rem;
    color: #031652;
    line-height: 60px;
    font-weight: 600;
}

.slider_section .detail-box h1 span {
    color: #fc0909;
}

.slider_section .detail-box p {
    margin-top: 25px;
}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
    width: 180px;
    text-align: center;
    margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #031652;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
    background-color: transparent;
    border-color: #031652;
    color: #031652;
}

.slider_section .detail-box .btn-box .btn-2 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #fc0909;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
    background-color: transparent;
    border-color: #fc0909;
    color: #fc0909;
}

.slider_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider_section .img-box img {
    width: 100%;
}

.slider_section .idicator_container {
    position: relative;
}

.slider_section ol.carousel-indicators {
    margin: 0;
    bottom: -75px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    background-color: #fc0909;
    opacity: 1;
    border: none;
    margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
    background-color: #031652;
}

.about_section{
    background-color: #031652;
    color: #ffffff;
    padding: 25px;
}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .heading_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.about_section .heading_container h2 span {
    color: #031652;
}

.about_section .heading_container h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about_section .img_container {
    margin-right: -45px;
}

.about_section .img_container .img-box img {
    width: 100%;
}

.about_section .img_container .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.about_section .img_container .btn-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #fc0909;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.about_section .img_container .btn-box a:hover {
    background-color: transparent;
    border-color: #fc0909;
    color: #fc0909;
}

.about_section .detail-box {
    background-color: #031652;
    color: #ffffff;
    padding: 25px;
}

.service_section {
    background-color: #031652;
    margin-bottom: 90px;
}

.service_section .heading_container {
    color: #ffffff;
}

.service_section .service_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service_section .service_container .box {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin: 1%;
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.service_section .service_container .box .img-box img {
    width: 100%;
}

.service_section .service_container .box .detail-box {
    margin-top: 25px;
}

.service_section .service_container .box .detail-box h6 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service_section .service_container .box .detail-box a {
    display: inline-block;
    padding: 5px 35px;
    background-color: #fc0909;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 10px;
}

.service_section .service_container .box .detail-box a:hover {
    background-color: transparent;
    border-color: #fc0909;
    color: #fc0909;
}

.service_section .service_container .box.b1 {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
}

.service_section .service_container .box.b2 {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
}

.service_section .service_container .box.b3 {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.product_section .product_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
}

.product_section .product_container .box {
    width: 265px;
    margin: 10px;
}

.product_section .product_container .box img {
    width: 100%;
}

.product_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.product_section .btn-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #fc0909;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.product_section .btn-box a:hover {
    background-color: transparent;
    border-color: #fc0909;
    color: #fc0909;
}

.client_section {
    /*background-image: url(../images/client-bg.jpg);*/
    color: #ffffff;
    text-align: center;
}

.client_section .heading_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client_section .heading_container h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.client_section #carouselExampleControls {
    padding: 0 10%;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 45px;
}

.client_section .box .detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
}

.client_section .box .detail-box h4 {
    font-weight: bold;
    font-size: 18px;
    padding: 0 10px;
    border-bottom: 1px solid #ffffff;
}

.client_section .box .detail-box p {
    margin-top: 20px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    border: none;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: #ffffff;
    background-position: center;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
    background-color: #fc0909;
}

.client_section .carousel-control-prev {
    /*background-image: url(../images/prev.png);*/
    left: 0;
}

.client_section .carousel-control-prev:hover {
    /*background-image: url(../images/prev-white.png);*/
}

.client_section .carousel-control-next {
    left: initial;
    /*background-image: url(../images/next.png);*/
    right: 0;
}

.client_section .carousel-control-next:hover {
    /*background-image: url(../images/next-white.png);*/
}

.metal_section {
    background-image: url(../images/metal-bg.webp);
    background-size: cover;
}

.metal_section .detail-box {
    padding: 75px 0;
}

.metal_section .detail-box h2 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.metal_section .detail-box a {
    display: inline-block;
    padding: 10px 55px;
    background-color: #fc0909;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 30px;
}

.metal_section .detail-box a:hover {
    background-color: transparent;
    border-color: #fc0909;
    color: #fc0909;
}

/* contact section */
.contact_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_section .contact_form-container {
    margin-top: 45px;
}

.contact_section .contact_form-container input {
    border: none;
    outline: none;
    color: #000000;
    height: 45px;
    width: 100%;
    margin: 15px 0;
    padding-left: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.contact_section .contact_form-container input::-webkit-input-placeholder {
    color: #000000;
    text-transform: uppercase;
}

.contact_section .contact_form-container input:-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase;
}

.contact_section .contact_form-container input::-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase;
}

.contact_section .contact_form-container input::placeholder {
    color: #000000;
    text-transform: uppercase;
}

.contact_section .contact_form-container input.message_input {
    height: 120px;
}

.contact_section .contact_form-container button {
    display: inline-block;
    padding: 10px 60px;
    background-color: #f73131;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
    margin-top: 35px;
    font-weight: bold;
}

.contact_section .contact_form-container button:hover {
    background-color: transparent;
    border-color: #f73131;
    color: #f73131;
}

.contact_section .img-box img {
    width: 100%;
}

.contact_section .mapouter {
    position:relative;
    text-align:right;
    width:100%;
    height:500px;
}
.contact_section .gmap_canvas {
    overflow:hidden;
    background:none!important;
    width:100%;
    height:500px;
}

.contact_section .gmap_iframe {
    height:500px!important;
}

/* end contact section */
.info_section {
    background-color: #010b2c;
    color: #ffffff;
    padding: 90px 0 45px 0;
}

.info_section h5 {
    margin: 25px 0;
    font-size: 24px;
}

.info_section .info_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.info_section .info_logo .navbar-brand img {
    width: 45px;
}

.info_section .info_logo .navbar-brand span {
    font-size: 24px;
    color: #ffffff;
}

.info_section .info_links ul {
    padding: 0;
}

.info_section .info_links ul li {
    margin-top: 10px;
    list-style-type: none;
}

.info_section .info_links ul li a {
    color: #cdcdcd;
}

.info_section .info_links ul li a:hover {
    color: #ffffff;
}

.info_section .info_info a{
    color: #cdcdcd;
}

.info_section .info_info a:hover{
    color: #ffffff;
}

.info_section .info_form form input {
    outline: none;
    border: none;
    width: 100%;
    padding: 7px 10px;
    border-radius: 30px;
}

.info_section .info_form form button {
    padding: 8px 35px;
    outline: none;
    border: none;
    color: #ffffff;
    background: #f73131;
    border-radius: 30px;
    margin-top: 15px;
    text-transform: uppercase;
}

.info_section .info_form .social_box {
    margin-top: 35px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info_section .info_form .social_box a {
    margin-right: 7px;
}

/* footer section*/
.footer_section {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    background-color: #010b2c;
}

.footer_section p {
    color: rgba(254, 254, 255, 0.7);
    margin: 0;
    text-align: center;
}

.footer_section a {
    color: rgba(254, 254, 255, 0.7);
}

.footer_section .sideBar {
    position:fixed;
    right:-182px;
    top:60%;
    background-color:#031652;
    border: rgba(255, 255, 255, 0) solid 1px;
    transition:right 0.5s;
    border:solid 1px #ffffff;
}
.footer_section .sideBar:hover {
    right:0;
}
.footer_section .sideBar>div {
    position:relative;
}
.footer_section .sideBar .tips {
    writing-mode: vertical-lr;
    position:absolute;
    height:40%;
    line-height:25px;
    background-color: #031652;
    width:40px;
    left:-40px;
    top:50px;
    border: solid 1px #FFFFFF;
    text-align:center;
    box-sizing:border-box;
    padding:10px 10px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    font-weight:bold;
    color:#ffffff;
}
.footer_section .sideBar .list {
    padding:0;
    list-style:none;
    width:180px;
    margin:0;
}
.footer_section .sideBar .list>li {
    padding:15px;
    border-top: #ffffff dashed 1px;
}
.footer_section .sideBar .list>li:hover {
    background-color: #535353;
    color:#ffffff;
}
.footer_section .sideBar .list>li:first-child {
    border-top:none;
}

/* end footer section*/


.product_info .btn-box .btn-1 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #031652;
    color: #ffffff !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.product_info .btn-box .btn-1:hover {
    background-color: transparent;
    border-color: #031652;
    color: #031652 !important;
}

.product_info .btn-box .btn-2 {
    display: inline-block;
    padding: 10px 35px;
    background-color: #fc0909;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.product_info .btn-box .btn-2:hover {
    background-color: transparent;
    border-color: #fc0909;
    color: #fc0909;
}
/*# sourceMappingURL=style.css.map */


     /* 文章列表css样式 */
 .articles-section {
     padding: 50px 0;
 }

.article-filter {
    margin-bottom: 30px;
    text-align: center;
}

.article-filter button {
    margin: 0 5px 10px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all 0.3s;
}

.article-filter button.active,
.article-filter button:hover {
    background: #0c4da2;
    color: white;
}

.article-card {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.article-image {
    height: 200px;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.article-card:hover .article-image img {
    transform: scale(1.05);
}

.article-content {
    padding: 20px;
    background: white;
}

.article-content h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #333;
}

.article-meta {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.article-excerpt {
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}

.read-more {
    color: #0c4da2;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.read-more:hover {
    color: #08367a;
}

.read-more:after {
    content: "→";
    margin-left: 5px;
    transition: transform 0.3s;
}

.read-more:hover:after {
    transform: translateX(3px);
}

.article-category {
    display: inline-block;
    background: #e9f0fb;
    color: #0c4da2;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-bottom: 10px;
}


/*文章中的图片样式
 */
.responsive-article-image {
    width: 100%; /* 使图片充满其容器宽度 */
    height: auto; /* 高度自动按比例缩放，防止变形 */
    max-width: 100%; /* 防止图片超出其原始尺寸 */
    display: block; /* 移除图片底部默认的间隙 */
    margin: 1.5rem auto; /* 上下留出边距并水平居中 */
    border-radius: 4px; /* 添加轻微圆角，与网站风格统一 */
    box-shadow: 0 4px 8px rgba(0,0,0,0.05); /* 可选：添加细微阴影增强立体感 */
}

/* 针对您的文章布局容器，可以进一步优化边距 */
.article-content img {
    max-width: 100%;
    height: auto;
}


/* 产品页面相关文章样式Related Articles Section Styling */
.related-articles {
    padding: 60px 0;
    background-color: #f9f9f9; /* 浅灰色背景，与主内容区区分 */
}
.related-articles .heading_container h2 {
    color: #031652; /* 网站的主色调 */
    font-size: 2.2rem;
    margin-bottom: 15px;
}
.related-articles .heading_container p {
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}
.article-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
}
.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.article-content {
    padding: 25px;
}
.article-category {
    display: inline-block;
    background: #e9f0fb; /* 浅蓝色背景，与主色呼应 */
    color: #0c4da2;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.article-title {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #333;
    line-height: 1.4;
}
.article-excerpt {
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 0.95rem;
}
.article-meta {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 15px;
}
.read-more {
    color: #0c4da2;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    transition: color 0.3s;
}
.read-more:hover {
    color: #08367a; /* 鼠标悬停时更深的主色 */
    text-decoration: none;
}
.read-more:after {
    content: "→";
    margin-left: 8px;
    transition: transform 0.3s;
}
.read-more:hover:after {
    transform: translateX(3px);
}