﻿@charset "utf-8";
@import "bootstrap.css";
@import "topskin.css";
@import "animate.min.css";
@import "menuskin.css";
html, body { width: 100%; overflow-x: hidden; }
input:focus { outline: none; }
.padd30 { padding:0 0.4rem; }
h6, .h6 {                                        
    font-weight: inherit;
}

@media (min-width: 415px) {
    p {
        line-height: 200%;
    }
}
.foot_menu {display:none;}
.ellipsis{
    white-space: nowrap;       
    overflow: hidden;
    text-overflow: ellipsis;
}

.clear {
    clear: both;
}

.floatl { float: left; }
/*.floatr { float:right; }*/
.center { text-align:center; }

.conbig img { padding: 0 !important; }   
@media(max-width:768px){.navbartop .menusearch{display:none;}}
@media(min-width: 769px) {
    #hide{display:none !important;}
    .menuc{display:none !important;}
}
@media (min-width: 768px) {
    .article {
        font-size: 16px;
    }

        /*.article img {
            padding: 10px;
        }*/

    .conbig img {
        margin-top: 90px;
    }

}

@media(max-width: 992px) {
    html, body {
        font-size: 14px;
    }
}
@media(max-width: 767px) {
    html, body {
        font-size: 12px;
    }

    img {
        float: none !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .article img {
        /*padding-top: 5px;
        padding-bottom: 5px;*/
        display:inline-block;
    }

    .conbig img {
        margin-top: .6rem;
    }
.nav {padding-top:0;}
    /*全屏展示*/
    h1,
    .h1 {
        font-size: 18px;
    }

    h2,
    .h2 {
        font-size: 18px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    h6,
    .h6 {
        font-size: 14px;
    }

    p {
        margin: 4px 0px 0;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    td {
        word-break: break-all;
        word-wrap: break-word;
    }
}

li {
    list-style: none;
}
/*去除点击链接时出现的虚线框*/
a:focus {
    outline: none !important;
}
/*针对火狐浏览器不出现红色框*/
input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textarea:focus:invalid {
    box-shadow: none;
}
/*滚动过渡效果*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    40% {
        -webkit-transform: translatey(-30px);
        transform: translatey(-30px);
    }

    60% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }

    40% {
        -webkit-transform: translatey(-30px);
        -ms-transform: translatey(-30px);
        transform: translatey(-30px);
    }

    60% {
        -webkit-transform: translatey(-15px);
        -ms-transform: translatey(-15px);
        transform: translatey(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberband {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scalex(1.25) scaley(0.75);
        transform: scalex(1.25) scaley(0.75);
    }

    40% {
        -webkit-transform: scalex(0.75) scaley(1.25);
        transform: scalex(0.75) scaley(1.25);
    }

    60% {
        -webkit-transform: scalex(1.15) scaley(0.85);
        transform: scalex(1.15) scaley(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rubberband {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scalex(1.25) scaley(0.75);
        -ms-transform: scalex(1.25) scaley(0.75);
        transform: scalex(1.25) scaley(0.75);
    }

    40% {
        -webkit-transform: scalex(0.75) scaley(1.25);
        -ms-transform: scalex(0.75) scaley(1.25);
        transform: scalex(0.75) scaley(1.25);
    }

    60% {
        -webkit-transform: scalex(1.15) scaley(0.85);
        -ms-transform: scalex(1.15) scaley(0.85);
        transform: scalex(1.15) scaley(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.rubberband {
    -webkit-animation-name: rubberband;
    animation-name: rubberband;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translatex(10px);
        transform: translatex(10px);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translatex(-10px);
        -ms-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translatex(10px);
        -ms-transform: translatex(10px);
        transform: translatex(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translatex(0%);
        transform: translatex(0%);
    }

    15% {
        -webkit-transform: translatex(-25%) rotate(-5deg);
        transform: translatex(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translatex(20%) rotate(3deg);
        transform: translatex(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translatex(-15%) rotate(-3deg);
        transform: translatex(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translatex(10%) rotate(2deg);
        transform: translatex(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translatex(-5%) rotate(-1deg);
        transform: translatex(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translatex(0%);
        transform: translatex(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translatex(0%);
        -ms-transform: translatex(0%);
        transform: translatex(0%);
    }

    15% {
        -webkit-transform: translatex(-25%) rotate(-5deg);
        -ms-transform: translatex(-25%) rotate(-5deg);
        transform: translatex(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translatex(20%) rotate(3deg);
        -ms-transform: translatex(20%) rotate(3deg);
        transform: translatex(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translatex(-15%) rotate(-3deg);
        -ms-transform: translatex(-15%) rotate(-3deg);
        transform: translatex(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translatex(10%) rotate(2deg);
        -ms-transform: translatex(10%) rotate(2deg);
        transform: translatex(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translatex(-5%) rotate(-1deg);
        -ms-transform: translatex(-5%) rotate(-1deg);
        transform: translatex(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translatex(0%);
        -ms-transform: translatex(0%);
        transform: translatex(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bouncein {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bouncein {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bouncein {
    -webkit-animation-name: bouncein;
    animation-name: bouncein;
}

@-webkit-keyframes bounceindown {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translatey(30px);
        transform: translatey(30px);
    }

    80% {
        -webkit-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes bounceindown {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        -ms-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translatey(30px);
        -ms-transform: translatey(30px);
        transform: translatey(30px);
    }

    80% {
        -webkit-transform: translatey(-10px);
        -ms-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    100% {
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }
}

.bounceindown {
    -webkit-animation-name: bounceindown;
    animation-name: bounceindown;
}

@-webkit-keyframes bounceinleft {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translatex(30px);
        transform: translatex(30px);
    }

    80% {
        -webkit-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    100% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes bounceinleft {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        -ms-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translatex(30px);
        -ms-transform: translatex(30px);
        transform: translatex(30px);
    }

    80% {
        -webkit-transform: translatex(-10px);
        -ms-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    100% {
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }
}

.bounceinleft {
    -webkit-animation-name: bounceinleft;
    animation-name: bounceinleft;
}

@-webkit-keyframes bounceinright {
    0% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        transform: translatex(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translatex(-30px);
        transform: translatex(-30px);
    }

    80% {
        -webkit-transform: translatex(10px);
        transform: translatex(10px);
    }

    100% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes bounceinright {
    0% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        -ms-transform: translatex(2000px);
        transform: translatex(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translatex(-30px);
        -ms-transform: translatex(-30px);
        transform: translatex(-30px);
    }

    80% {
        -webkit-transform: translatex(10px);
        -ms-transform: translatex(10px);
        transform: translatex(10px);
    }

    100% {
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }
}

.bounceinright {
    -webkit-animation-name: bounceinright;
    animation-name: bounceinright;
}

@-webkit-keyframes bounceinup {
    0% {
        opacity: 0;
        -webkit-transform: translatey(2000px);
        transform: translatey(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translatey(-30px);
        transform: translatey(-30px);
    }

    80% {
        -webkit-transform: translatey(10px);
        transform: translatey(10px);
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes bounceinup {
    0% {
        opacity: 0;
        -webkit-transform: translatey(2000px);
        -ms-transform: translatey(2000px);
        transform: translatey(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translatey(-30px);
        -ms-transform: translatey(-30px);
        transform: translatey(-30px);
    }

    80% {
        -webkit-transform: translatey(10px);
        -ms-transform: translatey(10px);
        transform: translatey(10px);
    }

    100% {
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }
}

.bounceinup {
    -webkit-animation-name: bounceinup;
    animation-name: bounceinup;
}

@-webkit-keyframes bounceout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceout {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceout {
    -webkit-animation-name: bounceout;
    animation-name: bounceout;
}

@-webkit-keyframes bounceoutdown {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(2000px);
        transform: translatey(2000px);
    }
}

@keyframes bounceoutdown {
    0% {
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translatey(-20px);
        -ms-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(2000px);
        -ms-transform: translatey(2000px);
        transform: translatey(2000px);
    }
}

.bounceoutdown {
    -webkit-animation-name: bounceoutdown;
    animation-name: bounceoutdown;
}

@-webkit-keyframes bounceoutleft {
    0% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translatex(20px);
        transform: translatex(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }
}

@keyframes bounceoutleft {
    0% {
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translatex(20px);
        -ms-transform: translatex(20px);
        transform: translatex(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        -ms-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }
}

.bounceoutleft {
    -webkit-animation-name: bounceoutleft;
    animation-name: bounceoutleft;
}

@-webkit-keyframes bounceoutright {
    0% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translatex(-20px);
        transform: translatex(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        transform: translatex(2000px);
    }
}

@keyframes bounceoutright {
    0% {
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translatex(-20px);
        -ms-transform: translatex(-20px);
        transform: translatex(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        -ms-transform: translatex(2000px);
        transform: translatex(2000px);
    }
}

.bounceoutright {
    -webkit-animation-name: bounceoutright;
    animation-name: bounceoutright;
}

@-webkit-keyframes bounceoutup {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }
}

@keyframes bounceoutup {
    0% {
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translatey(20px);
        -ms-transform: translatey(20px);
        transform: translatey(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        -ms-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }
}

.bounceoutup {
    -webkit-animation-name: bounceoutup;
    animation-name: bounceoutup;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadein {
    -webkit-animation-name: fadein;
    animation-name: fadein;
}

@-webkit-keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-20px);
        -ms-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }
}

.fadeindown {
    -webkit-animation-name: fadeindown;
    animation-name: fadeindown;
}

@-webkit-keyframes fadeindownbig {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeindownbig {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        -ms-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }
}

.fadeindownbig {
    -webkit-animation-name: fadeindownbig;
    animation-name: fadeindownbig;
}

@-webkit-keyframes fadeinleft {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-20px);
        transform: translatex(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeinleft {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-20px);
        -ms-transform: translatex(-20px);
        transform: translatex(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }
}

.fadeinleft {
    -webkit-animation-name: fadeinleft;
    animation-name: fadeinleft;
}

@-webkit-keyframes fadeinleftbig {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeinleftbig {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        -ms-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }
}

.fadeinleftbig {
    -webkit-animation-name: fadeinleftbig;
    animation-name: fadeinleftbig;
}

@-webkit-keyframes fadeinright {
    0% {
        opacity: 0;
        -webkit-transform: translatex(20px);
        transform: translatex(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeinright {
    0% {
        opacity: 0;
        -webkit-transform: translatex(20px);
        -ms-transform: translatex(20px);
        transform: translatex(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }
}

.fadeinright {
    -webkit-animation-name: fadeinright;
    animation-name: fadeinright;
}

@-webkit-keyframes fadeinrightbig {
    0% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        transform: translatex(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeinrightbig {
    0% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        -ms-transform: translatex(2000px);
        transform: translatex(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }
}

.fadeinrightbig {
    -webkit-animation-name: fadeinrightbig;
    animation-name: fadeinrightbig;
}

@-webkit-keyframes fadeinup {
    0% {
        opacity: 0;
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeinup {
    0% {
        opacity: 0;
        -webkit-transform: translatey(20px);
        -ms-transform: translatey(20px);
        transform: translatey(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }
}

.fadeinup {
    -webkit-animation-name: fadeinup;
    animation-name: fadeinup;responsive
}

@-webkit-keyframes fadeinupbig {
    0% {
        opacity: 0;
        -webkit-transform: translatey(2000px);
        transform: translatey(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeinupbig {
    0% {
        opacity: 0;
        -webkit-transform: translatey(2000px);
        -ms-transform: translatey(2000px);
        transform: translatey(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }
}

.fadeinupbig {
    -webkit-animation-name: fadeinupbig;
    animation-name: fadeinupbig;
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeout {
    -webkit-animation-name: fadeout;
    animation-name: fadeout;
}

@-webkit-keyframes fadeoutdown {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(20px);
        transform: translatey(20px);
    }
}

@keyframes fadeoutdown {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(20px);
        -ms-transform: translatey(20px);
        transform: translatey(20px);
    }
}

.fadeoutdown {
    -webkit-animation-name: fadeoutdown;
    animation-name: fadeoutdown;
}

@-webkit-keyframes fadeoutdownbig {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(2000px);
        transform: translatey(2000px);
    }
}

@keyframes fadeoutdownbig {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(2000px);
        -ms-transform: translatey(2000px);
        transform: translatey(2000px);
    }
}

.fadeoutdownbig {
    -webkit-animation-name: fadeoutdownbig;
    animation-name: fadeoutdownbig;
}

@-webkit-keyframes fadeoutleft {
    0% {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(-20px);
        transform: translatex(-20px);
    }
}

@keyframes fadeoutleft {
    0% {
        opacity: 1;
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(-20px);
        -ms-transform: translatex(-20px);
        transform: translatex(-20px);
    }
}

.fadeoutleft {
    -webkit-animation-name: fadeoutleft;
    animation-name: fadeoutleft;
}

@-webkit-keyframes fadeoutleftbig {
    0% {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }
}

@keyframes fadeoutleftbig {
    0% {
        opacity: 1;
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        -ms-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }
}

.fadeoutleftbig {
    -webkit-animation-name: fadeoutleftbig;
    animation-name: fadeoutleftbig;
}

@-webkit-keyframes fadeoutright {
    0% {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(20px);
        transform: translatex(20px);
    }
}

@keyframes fadeoutright {
    0% {
        opacity: 1;
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(20px);
        -ms-transform: translatex(20px);
        transform: translatex(20px);
    }
}

.fadeoutright {
    -webkit-animation-name: fadeoutright;
    animation-name: fadeoutright;
}

@-webkit-keyframes fadeoutrightbig {
    0% {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        transform: translatex(2000px);
    }
}

@keyframes fadeoutrightbig {
    0% {
        opacity: 1;
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        -ms-transform: translatex(2000px);
        transform: translatex(2000px);
    }
}

.fadeoutrightbig {
    -webkit-animation-name: fadeoutrightbig;
    animation-name: fadeoutrightbig;
}

@-webkit-keyframes fadeoutup {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
}

@keyframes fadeoutup {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(-20px);
        -ms-transform: translatey(-20px);
        transform: translatey(-20px);
    }
}

.fadeoutup {
    -webkit-animation-name: fadeoutup;
    animation-name: fadeoutup;
}

@-webkit-keyframes fadeoutupbig {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }
}

@keyframes fadeoutupbig {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        -ms-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }
}

.fadeoutupbig {
    -webkit-animation-name: fadeoutupbig;
    animation-name: fadeoutupbig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translatez(0) rotatey(0) scale(1);
        transform: perspective(400px) translatez(0) rotatey(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translatez(150px) rotatey(170deg) scale(1);
        transform: perspective(400px) translatez(150px) rotatey(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translatez(150px) rotatey(190deg) scale(1);
        transform: perspective(400px) translatez(150px) rotatey(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translatez(0) rotatey(360deg) scale(.95);
        transform: perspective(400px) translatez(0) rotatey(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translatez(0) rotatey(360deg) scale(1);
        transform: perspective(400px) translatez(0) rotatey(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translatez(0) rotatey(0) scale(1);
        -ms-transform: perspective(400px) translatez(0) rotatey(0) scale(1);
        transform: perspective(400px) translatez(0) rotatey(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translatez(150px) rotatey(170deg) scale(1);
        -ms-transform: perspective(400px) translatez(150px) rotatey(170deg) scale(1);
        transform: perspective(400px) translatez(150px) rotatey(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translatez(150px) rotatey(190deg) scale(1);
        -ms-transform: perspective(400px) translatez(150px) rotatey(190deg) scale(1);
        transform: perspective(400px) translatez(150px) rotatey(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translatez(0) rotatey(360deg) scale(.95);
        -ms-transform: perspective(400px) translatez(0) rotatey(360deg) scale(.95);
        transform: perspective(400px) translatez(0) rotatey(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translatez(0) rotatey(360deg) scale(1);
        -ms-transform: perspective(400px) translatez(0) rotatey(360deg) scale(1);
        transform: perspective(400px) translatez(0) rotatey(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipinx {
    0% {
        -webkit-transform: perspective(400px) rotatex(90deg);
        transform: perspective(400px) rotatex(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotatex(-10deg);
        transform: perspective(400px) rotatex(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotatex(10deg);
        transform: perspective(400px) rotatex(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotatex(0deg);
        transform: perspective(400px) rotatex(0deg);
        opacity: 1;
    }
}

@keyframes flipinx {
    0% {
        -webkit-transform: perspective(400px) rotatex(90deg);
        -ms-transform: perspective(400px) rotatex(90deg);
        transform: perspective(400px) rotatex(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotatex(-10deg);
        -ms-transform: perspective(400px) rotatex(-10deg);
        transform: perspective(400px) rotatex(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotatex(10deg);
        -ms-transform: perspective(400px) rotatex(10deg);
        transform: perspective(400px) rotatex(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotatex(0deg);
        -ms-transform: perspective(400px) rotatex(0deg);
        transform: perspective(400px) rotatex(0deg);
        opacity: 1;
    }
}

.flipinx {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipinx;
    animation-name: flipinx;
}

@-webkit-keyframes flipiny {
    0% {
        -webkit-transform: perspective(400px) rotatey(90deg);
        transform: perspective(400px) rotatey(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotatey(-10deg);
        transform: perspective(400px) rotatey(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotatey(10deg);
        transform: perspective(400px) rotatey(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotatey(0deg);
        transform: perspective(400px) rotatey(0deg);
        opacity: 1;
    }
}

@keyframes flipiny {
    0% {
        -webkit-transform: perspective(400px) rotatey(90deg);
        -ms-transform: perspective(400px) rotatey(90deg);
        transform: perspective(400px) rotatey(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotatey(-10deg);
        -ms-transform: perspective(400px) rotatey(-10deg);
        transform: perspective(400px) rotatey(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotatey(10deg);
        -ms-transform: perspective(400px) rotatey(10deg);
        transform: perspective(400px) rotatey(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotatey(0deg);
        -ms-transform: perspective(400px) rotatey(0deg);
        transform: perspective(400px) rotatey(0deg);
        opacity: 1;
    }
}

.flipiny {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipiny;
    animation-name: flipiny;
}

@-webkit-keyframes flipoutx {
    0% {
        -webkit-transform: perspective(400px) rotatex(0deg);
        transform: perspective(400px) rotatex(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotatex(90deg);
        transform: perspective(400px) rotatex(90deg);
        opacity: 0;
    }
}

@keyframes flipoutx {
    0% {
        -webkit-transform: perspective(400px) rotatex(0deg);
        -ms-transform: perspective(400px) rotatex(0deg);
        transform: perspective(400px) rotatex(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotatex(90deg);
        -ms-transform: perspective(400px) rotatex(90deg);
        transform: perspective(400px) rotatex(90deg);
        opacity: 0;
    }
}

.flipoutx {
    -webkit-animation-name: flipoutx;
    animation-name: flipoutx;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipouty {
    0% {
        -webkit-transform: perspective(400px) rotatey(0deg);
        transform: perspective(400px) rotatey(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotatey(90deg);
        transform: perspective(400px) rotatey(90deg);
        opacity: 0;
    }
}

@keyframes flipouty {
    0% {
        -webkit-transform: perspective(400px) rotatey(0deg);
        -ms-transform: perspective(400px) rotatey(0deg);
        transform: perspective(400px) rotatey(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotatey(90deg);
        -ms-transform: perspective(400px) rotatey(90deg);
        transform: perspective(400px) rotatey(90deg);
        opacity: 0;
    }
}

.flipouty {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipouty;
    animation-name: flipouty;
}

@-webkit-keyframes lightspeedin {
    0% {
        -webkit-transform: translatex(100%) skewx(-30deg);
        transform: translatex(100%) skewx(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translatex(-20%) skewx(30deg);
        transform: translatex(-20%) skewx(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translatex(0%) skewx(-15deg);
        transform: translatex(0%) skewx(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translatex(0%) skewx(0deg);
        transform: translatex(0%) skewx(0deg);
        opacity: 1;
    }
}

@keyframes lightspeedin {
    0% {
        -webkit-transform: translatex(100%) skewx(-30deg);
        -ms-transform: translatex(100%) skewx(-30deg);
        transform: translatex(100%) skewx(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translatex(-20%) skewx(30deg);
        -ms-transform: translatex(-20%) skewx(30deg);
        transform: translatex(-20%) skewx(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translatex(0%) skewx(-15deg);
        -ms-transform: translatex(0%) skewx(-15deg);
        transform: translatex(0%) skewx(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translatex(0%) skewx(0deg);
        -ms-transform: translatex(0%) skewx(0deg);
        transform: translatex(0%) skewx(0deg);
        opacity: 1;
    }
}

.lightspeedin {
    -webkit-animation-name: lightspeedin;
    animation-name: lightspeedin;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightspeedout {
    0% {
        -webkit-transform: translatex(0%) skewx(0deg);
        transform: translatex(0%) skewx(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translatex(100%) skewx(-30deg);
        transform: translatex(100%) skewx(-30deg);
        opacity: 0;
    }
}

@keyframes lightspeedout {
    0% {
        -webkit-transform: translatex(0%) skewx(0deg);
        -ms-transform: translatex(0%) skewx(0deg);
        transform: translatex(0%) skewx(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translatex(100%) skewx(-30deg);
        -ms-transform: translatex(100%) skewx(-30deg);
        transform: translatex(100%) skewx(-30deg);
        opacity: 0;
    }
}

.lightspeedout {
    -webkit-animation-name: lightspeedout;
    animation-name: lightspeedout;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotatein {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotatein {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotatein {
    -webkit-animation-name: rotatein;
    animation-name: rotatein;
}

@-webkit-keyframes rotateindownleft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateindownleft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateindownleft {
    -webkit-animation-name: rotateindownleft;
    animation-name: rotateindownleft;
}

@-webkit-keyframes rotateindownright {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateindownright {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateindownright {
    -webkit-animation-name: rotateindownright;
    animation-name: rotateindownright;
}

@-webkit-keyframes rotateinupleft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateinupleft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateinupleft {
    -webkit-animation-name: rotateinupleft;
    animation-name: rotateinupleft;
}

@-webkit-keyframes rotateinupright {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateinupright {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateinupright {
    -webkit-animation-name: rotateinupright;
    animation-name: rotateinupright;
}

@-webkit-keyframes rotateout {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateout {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateout {
    -webkit-animation-name: rotateout;
    animation-name: rotateout;
}

@-webkit-keyframes rotateoutdownleft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateoutdownleft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateoutdownleft {
    -webkit-animation-name: rotateoutdownleft;
    animation-name: rotateoutdownleft;
}

@-webkit-keyframes rotateoutdownright {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateoutdownright {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateoutdownright {
    -webkit-animation-name: rotateoutdownright;
    animation-name: rotateoutdownright;
}

@-webkit-keyframes rotateoutupleft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateoutupleft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateoutupleft {
    -webkit-animation-name: rotateoutupleft;
    animation-name: rotateoutupleft;
}

@-webkit-keyframes rotateoutupright {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateoutupright {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateoutupright {
    -webkit-animation-name: rotateoutupright;
    animation-name: rotateoutupright;
}

@-webkit-keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        -ms-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }

    100% {
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }
}

.slideindown {
    -webkit-animation-name: slideindown;
    animation-name: slideindown;
}

@-webkit-keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }

    100% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        -ms-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }

    100% {
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }
}

.slideinleft {
    -webkit-animation-name: slideinleft;
    animation-name: slideinleft;
}

@-webkit-keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        transform: translatex(2000px);
    }

    100% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        -ms-transform: translatex(2000px);
        transform: translatex(2000px);
    }

    100% {
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }
}

.slideinright {
    -webkit-animation-name: slideinright;
    animation-name: slideinright;
}

@-webkit-keyframes slideoutleft {
    0% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }
}

@keyframes slideoutleft {
    0% {
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(-2000px);
        -ms-transform: translatex(-2000px);
        transform: translatex(-2000px);
    }
}

.slideoutleft {
    -webkit-animation-name: slideoutleft;
    animation-name: slideoutleft;
}

@-webkit-keyframes slideoutright {
    0% {
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        transform: translatex(2000px);
    }
}

@keyframes slideoutright {
    0% {
        -webkit-transform: translatex(0);
        -ms-transform: translatex(0);
        transform: translatex(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(2000px);
        -ms-transform: translatex(2000px);
        transform: translatex(2000px);
    }
}

.slideoutright {
    -webkit-animation-name: slideoutright;
    animation-name: slideoutright;
}

@-webkit-keyframes slideoutup {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }
}

@keyframes slideoutup {
    0% {
        -webkit-transform: translatey(0);
        -ms-transform: translatey(0);
        transform: translatey(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatey(-2000px);
        -ms-transform: translatey(-2000px);
        transform: translatey(-2000px);
    }
}

.slideoutup {
    -webkit-animation-name: slideoutup;
    animation-name: slideoutup;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translatey(0);
        transform: rotate(60deg) translatey(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translatey(700px);
        transform: translatey(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translatey(0);
        -ms-transform: rotate(60deg) translatey(0);
        transform: rotate(60deg) translatey(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    100% {
        -webkit-transform: translatey(700px);
        -ms-transform: translatey(700px);
        transform: translatey(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollin {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-100%) rotate(-120deg);
        transform: translatex(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0px) rotate(0deg);
        transform: translatex(0px) rotate(0deg);
    }
}

@keyframes rollin {
    0% {
        opacity: 0;
        -webkit-transform: translatex(-100%) rotate(-120deg);
        -ms-transform: translatex(-100%) rotate(-120deg);
        transform: translatex(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatex(0px) rotate(0deg);
        -ms-transform: translatex(0px) rotate(0deg);
        transform: translatex(0px) rotate(0deg);
    }
}

.rollin {
    -webkit-animation-name: rollin;
    animation-name: rollin;
}

@-webkit-keyframes rollout {
    0% {
        opacity: 1;
        -webkit-transform: translatex(0px) rotate(0deg);
        transform: translatex(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(100%) rotate(120deg);
        transform: translatex(100%) rotate(120deg);
    }
}

@keyframes rollout {
    0% {
        opacity: 1;
        -webkit-transform: translatex(0px) rotate(0deg);
        -ms-transform: translatex(0px) rotate(0deg);
        transform: translatex(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translatex(100%) rotate(120deg);
        -ms-transform: translatex(100%) rotate(120deg);
        transform: translatex(100%) rotate(120deg);
    }
}

.rollout {
    -webkit-animation-name: rollout;
    animation-name: rollout;
}
/*回到顶部*/
@font-face {
    font-family: 'fontawesome';
    src: ;
    src:  format('embedded-opentype'), format('woff2'), format('woff'), format('truetype'), format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1.4 fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-up:before {
    content: "\f106";
}

#float_top {
    position: fixed !important;
    position: absolute;
    right: 0;
    bottom: 0px;
    _top: expression(documentelement.clientheight - getelementbyid("float_top").offsetheight   documentelement.scrolltop   "px");
    background-color: #ffffff;
    box-shadow: .01rem .01732rem .12rem 0px rgba( 0, 0, 0, .14 ), .01rem 1.732px .03rem 0px rgba( 0, 0, 0, .12 );
    transition: all 1s ease;
    bottom: .15rem;
    right: .2rem;
    font-size: .26rem;
    display: none;
    position: fixed;
    text-decoration: none;
    width: .4rem;
    height: .4rem;
    line-height: .35rem;
    text-align: center;
    border-radius: 100%;
    z-index: 999;
}

    #float_top a {
        width: .4rem;
        height: .4rem;
    }

        #float_top a:hover {
            color: #ffffff;
        }
/*页脚*/ /*margin-top: 40px;*/
.footermtop {
    margin-top: 40px !important;
}

.footer {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    clear: both;
}

    .footer a {
        color: #fff;
    }
    .footer dt{margin-bottom:10px;}
    .footer dd{line-height:26px}

    .footer p {
        margin: 0;
    }

    .footer .fbody {
        padding: 8px 40px;
    }

@media(min-width:992px) {
    .footermtop {
        margin-top: 40px !important;
    }

    .footer .fmenu {
        height: auto;
        padding: 40px;
        background: #1f1f1f;
    }

        .footer .fmenu .menu-item {
            float: left;
            margin-right: 20px;
            width: 20%;
        }

            .footer .fmenu .menu-item h3 {
                display: inline-block;
                color: #ccc;
                border-bottom: 1px solid #666;
                margin: 0;
                padding-bottom: 15px;
                padding-right: 5px;
            }

            .footer .fmenu .menu-item ul {
                padding: 0;
                margin-top: 10px;
                color: #666;
                margin-bottom: 0px;
            }

                .footer .fmenu .menu-item ul li {
                    line-height: 26px;
                }

                    .footer .fmenu .menu-item ul li a {
                        color: #666;
                    }

        .footer .fmenu .service-item p {
            float: right;
            margin-left: 10px;
        }

        .footer .fmenu .service-item span {
            display: block;
            text-align: center;
            color: #666;
            line-height: 30px;
        }
}

@media(max-width: 768px) {
    .footermtop {
        margin-top: 20px !important;
    }

    .footer {
        line-height: 180%;
    }

    .fbody {
        padding: 8px!important;
    }
/*底部导航栏*/
.foot_menu{ position:fixed; z-index:1001; padding:0px; margin:0; bottom:0; width:100%; text-align:center; box-sizing:border-box; -webkit-box-sizing:border-box;display:block;}
.menu_foot{position:relative; float:left;}
.menu_foot:last-child{border-right:none;}

.menu_foot_0{display:block;line-height: 180%;padding:5px 0px 0;}
.menu_foot_0 img{ display:block; margin:0 auto; height:25px; }
.menu_foot_0 span{ display:block; width:100%; line-height:25px; }
}

@media(max-width:991px) {
    .footer .fmenu {
        display: none;
    }
    .foot_menu {display:none;}
}
@media(min-width:1220px ){
     .topmenu .navbar-collapse ul{display:flex;justify-content:space-between;}
     /*样式十四 样式十八 样式十九*/
     .topmenu .navbar-collapse ul.style14,.topmenu .navbar-collapse ul.style7,.topmenu .menuc ul.style7,.topmenu .navbar-collapse ul.style8,.topmenu .menuc ul.style8{justify-content:flex-start;}
    .menuc .center{ display:flex; align-items:center; float:right; width:78%; height:90px; justify-content:flex-end; }

}
@media(max-width: 767px) {
    .footermtop {
        margin-top: 15px !important;
    }

    .footer {
        font-size: 16px;
        line-height: 180%; /*margin-top: 40px;*/
        margin-bottom:50px;
    }

    .homefooter {
        margin-top: 0px !important;
    }

    .footer {
        line-height: 180%;
        font-size: 12px;
        margin-top: 0px;
    }

    .fbody {
        padding: 5px!important
    }

    .footer .fmenu {
        height: auto;
        padding: 20px;
        background: #1f1f1f;
    }

        .footer .fmenu .menu-item {
            float: left;
            margin-right: 10px;
            width: 20%;
        }

            .footer .fmenu .menu-item h3 {
                color: #ccc;
                border-bottom: 1px solid #666;
                margin: 0;
                padding-bottom: 5px;
                max-width: 96px;
                font-size: 18px;
            }

            .footer .fmenu .menu-item ul {
                padding: 0;
                margin-top: 10px;
                color: #666;
                font-size: 14px;
                margin-bottom: 0px;
            }

                .footer .fmenu .menu-item ul li {
                    line-height: 30px;
                }

                    .footer .fmenu .menu-item ul li a {
                        color: #666;
                    }

        .footer .fmenu .service-item p {
            float: right;
            margin-left: 3%;
        }

        .footer .fmenu .service-item span {
            display: block;
            text-align: center;
            color: #666;
            line-height: 180%;
        }
}

@media(max-width: 414px) {
    .footermtop {
        margin-top: 10px !important;
    }

    .article img {
        padding: 0px;
        margin: 0;
        display:inline-block;
        margin-bottom:5px;
    }

    .footer {
        font-size: 14px;
        line-height: 180%; /*margin-top: 40px;*/
    }

    .homefooter {
        margin-top: 0px !important;
    }

    .footer {
        line-height: 180%;
        font-size: 12px;
        margin-top: 0px;
    }

    .fbody {
        padding: 5px!important;
    }

    .footer .fmenu {
        height: auto;
        padding: 20px;
        background: #1f1f1f;
    }

        .footer .fmenu .menu-item {
            float: left;
            margin-right: 10px;
            width: 20%;
        }

            .footer .fmenu .menu-item h3 {
                color: #ccc;
                border-bottom: 1px solid #666;
                margin: 0;
                padding-bottom: 5px;
                max-width: 96px;
                font-size: 18px;
            }

            .footer .fmenu .menu-item ul {
                padding: 0;
                margin-top: 10px;
                color: #666;
                font-size: 12px;
                margin-bottom: 0px;
            }

                .footer .fmenu .menu-item ul li {
                    line-height: 30px;
                }

                    .footer .fmenu .menu-item ul li a {
                        color: #666;
                    }

        .footer .fmenu .service-item p {
            float: right;
            margin-left: 2%;
        }

        .footer .fmenu .service-item span {
            display: block;
            text-align: center;
            color: #666;
            line-height: 180%;
        }
}
/*公告*/
.anntxt {
    float: left;
    font-weight: 600;
}

    .anntxt img {
        display: inline-block;
    }

.ann {
    overflow: hidden;
    float: left;
    width: 80%;
    margin-left:2%;
}

    .ann ul {
        margin: 0;
        padding: 0;
        width:100%;
    }

    .ann li {
        text-align: left;
        list-style-type: none;
        width:100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.annmore {
    float: right;
}

.annshowtype0, .annshowtype0 .ann li a, .annshowtype0 .annmore a {
    color: #fff;
}

.annshowtype1 {
    background: #eee;
}

    .annshowtype1 .ann li a, .annshowtype1 .annmore a, .annshowtype2 .ann li a, .annshowtype2 .annmore a {
        color: #666;
    }

@media(min-width: 768px) {
    /*.homeann{ margin-bottom:40px;}*/
    .homeanncontainer {
        cursor:pointer;
        position:relative; 
        padding: 0 2%;
        height: 50px;
        line-height: 50px;
    }
    .msgnotice { display:none;}

    .anntxt, .ann, .ann li, .annmore {
        height: 50px;
        line-height: 50px;
    }

    .anntxt {
        font-size: 18px;
    }

    .ann li {
        font-size: 16px;
        margin-left: 20px;
    }
        .anntxt i{
            display:inline-block;
            vertical-align:middle;
            width:30px;
            height:50px;
            background: no-repeat center/70%;
            overflow: hidden;
        }
        .anntxt .anntitle{
            display:inline-block;
            vertical-align:middle;
        }


    .annmore {
        font-size: 16px;
    }

    .topmenu .navbar-toggle span {
        font-size: 30px;
    }

    .glyphicon-volume-up {
        margin-right: 10px;
    }
}

@media(max-width: 767px) {
    .glyphicon-tower {
        margin-right: 5px;
        margin-top: 0px;
    }

    .glyphicon-volume-up {
        margin-right: 5px;
    }

    .homeanncontainer {
        position:relative; 
        overflow: hidden;
        margin: 0 2%;
    }
    .msgnotice { display:none;}

    .anntxt, .ann, .ann li, .annmore {
        height: 40px;
        line-height: 40px;
    }

    .anntxt {
        font-size: 14px;
    }
    
    .ann {
        width: 79%;
    }
        .anntxt i{
            display:inline-block;
            vertical-align:middle;
            background: no-repeat center/70%;
            width:25px;
            height:30px;
        }

    .anntitle {
        display: inline-block;
        vertical-align:middle;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        font-weight: 600;
    }

    .ann li, .annmore {
        font-size: 14px;
    }

    .glyphicon {
        vertical-align:middle;
        font-size: 18px;
    }

    .ann li {
        margin-left: 10px;
    }
}

@media(max-width: 414px) {
    .ann {
        width: 72%;
    }
    .ann li {
        margin-left: 5px;
    }

        .anntxt, .ann, .ann li, .annmore {
            height: 30px;
            line-height: 30px;
            font-size: 16px;
        }

    .anntxt {
        font-size: 14px;
    }

        .anntxt i{
            display:inline-block;
            vertical-align:middle;
            background: no-repeat center/70%;
            width:25px;
            height:30px;
        }

    .anntitle {
        display: inline-block;
        vertical-align:middle;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        font-weight: 600;
    }

    .ann li, .annmore {
        font-size: 14px;
    }

    .glyphicon {
        top: 1px;
        margin-right: 1px;
    }

    .ann li {
        margin-left: 5px;
    }
}
/********************************导航***********************************/
.underline:nth-of-type(1) .underlinestyle:after {
    left: -80%;
    right: -80%;
}

.underline:hover .underlinestyle:after {
    width: 60%;
}

.underline:nth-of-type(1):hover .underlinestyle:after {
    width: 60%;
}


/*公共*/
@media(min-width: 769px) and (max-width: 1249px) {
    .navbar .container {
        width: 100%;
    }
}

@media(min-width: 1250px) {
    .topmenu .menuc .center > ul > li > a,.navskin7 .menuc .center>ul > li > a {
        padding: 0px 20px;
    }
    /*.topmenu .navbar-collapse > ul.style14 > li > .padd {
        padding: 0px 20px;
        margin:0 5px;
    }*/                                                                                                                                                                                                          
}

/*♀zjh♀*/
@media(max-width: 768px) {
    li.dropdown:hover > ul {
        display: block;
    }
    .topmenu .navbar-collapse > ul > li > a {
        box-sizing: border-box;
    }
    .topmenu .menuc .center > ul > li > a ,.navskin7 .menuc .center>ul > li > a {
        padding: 0px 20px;
    }
}
    .navskin20 .cn_en > li > a, .navskin21 .cn_en > li > a {
        width: inherit !important;
        padding-left: 10px;
    }

    .cn_en a:hover {
        background: inherit !important;
    }

.productmargin {margin:0 30px}
.productpadding {padding:20px 10px 0px;}
@media(min-width: 991px) and (max-width: 1220px) {
    .productmargin {margin:0 10px!important;}                               
    .style21 > li, .style22 > li, .style8 > li {
        margin: 0 8px !important;
    }
    
    .productpadding {padding:10px 10px 0px;}
    .topmenu .menuc .center > ul > li > a,.navskin7 .menuc .center>ul > li > a {
        padding: 0px 10px;
    }
   .topmenu .menuc .center > ul.style4 > li > a,.topmenu .menuc .center > ul.style3 > li > a{
        padding: 0px 8px;
    }
    .navskin18 {
        padding: 0 20px !important;
    }
}
@media(max-width: 990px) {
    .divcategories>ul>li{ margin:0 5px 10px; }
    .productmargin { margin: 0 5px !important; }
    .productpadding {padding:10px 5px 0px; }
}

@media(max-width: 768px) {
    .navskin1 a.navbar-brand,.navskin2 a.navbar-brand, .navskin18 a.navbar-brand {
        display: flex !important;
        align-items: center !important;
    }

   body .navbar-collapse > ul > li > a {
        font-size: .3rem !important;
    }
    .navbar-collapse {
        padding-left: 0 !important;
    }
.productmargin {margin:0 5px!important;}
.productpadding {padding:10px 5px 0px; }
}

@media(max-width: 414px) {
.productmargin {margin:0 5px!important;}
.productpadding {padding:10px 5px 0px;}
}

.navbar-header h1{ margin:0px; padding:0px; }
/*♀zjh♀*/

@media(min-width: 1250px) {
    .topmenu .navbar-collapse > ul > li > a {
        padding: 0px 10px;
        margin:0 2px;
    }
    .navskin18 {
        padding: 0 40px !important;
    }
}

    .topmenu .menuc .center > ul > li > a,.navskin7 .menuc .center>ul > li > a {
        padding: 0px 30px;
    }

/*foot*/
.service-item img {
    width: 140px;
    height: 140px;
}


.divchild2 { position:absolute; width:800%; }

/*********版面一 二*********/
@media(min-width: 769px) {
        /*logo*/
        .navskin20 a.navbar-brand img, .style17 a.navbar-brand img, .navskin7 a.navbar-brand img {
            vertical-align: middle;
            display: flex;
            align-items: center;
            max-width: 100%;
            max-height: 81px /*100%*/;
            display: inline-block;
            vertical-align: middle;
        }

    .navskin20 .navbar-header, .style17 .navbar-header, .navskin7 .navbar-header {
        width: 30%;
    }
}
/**********版面二*******/
@media(min-width: 769px) {
    .navskin21 .container, .navskin22 .container{
        width: 100%;
        padding: 0;
    }

    .navskin21 .navbar-header, .navskin22 .navbar-header{
        width: 100% !important;
        text-align:center;
        float: none;
        margin:0;
    }

    .navskin21 .navbar-brand, .navskin22 .navbar-brand{
        float: none;
        display: block;
        padding: 0;
        height: 80px;
    }

        .navskin21 .navbar-brand img, .navskin22 .navbar-brand img{
            margin: 0 auto;
        }

    .navskin21 .navbar-brand img, .navskin22 .navbar-brand img{
        padding-top: 4px;
    }
    /**第二版**样式一**/
    .style21 > li {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translatez(0);
        transform: translatez(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .style21 > li > a:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: scaley(0);
            transform: scaley(0);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        /*.style3 > li a:hover:before {
            -webkit-transform: scaley(1);
            transform: scaley(1);
        }*/
         .style21 > li:hover a:before{
             -webkit-transform: scaley(1);
            transform: scaley(1);
         }
}
@media(min-width: 992px) {
    .foot_menu {display:none;}
}


@media(min-width: 1599px) {
    .topmenu .menuc .center > ul > li > a,.navskin7 .menuc .center>ul > li > a {
        padding: 0px 30px;
    }
      .topmenu .navbar-collapse > ul.style14 > li > .padd {
        padding: 0px 40px!important;
        margin:0!important;
    }
    .navskin18 {
        padding: 0 40px !important;
    }
}

/**********版面三***********/
@media(min-width: 769px) {
    .page3_h15 {
        background: #333;
        height: 15px;
    }
    /**版面三**样式二*/
}

@media(min-width: 769px) and (max-width: 991px) {
    .page3_h15 {
        background: #333;
        height: 10px;
    }
}
/********样式三**子菜单******/
@media(min-width: 769px) {
    .topmenu .dropdown-menu {
        padding: 0px;
    }

    .submenu a {
        color: #fff !important;
        opacity: 0.9;
    }

        .submenu a:hover {
            opacity: 1;
        }

    .submenu li:last-child a {
        border-bottom: inherit;
    }

    .submenu li:first-child a {
        border-top: inherit;
    }
    /*版面一&&二*/
    .navskin7 .submenu:after{
        top: -8px;
        left: 21px;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        content: '';
    }

    .navskin7 .submenu a{
        border-bottom: 1px solid #f2f2f2;
    }
    /**版面三***/
    .style9 .submenu li {
        min-width: 100px;
    }

    .style9 .submenu:after {
        top: -2px;
        left: 10px;
        position: absolute;
        width: 80px;
        content: '';
    }

    .style9 .submenu {
        background: rgba(51, 51, 51,0.8);
        top: 74%;
    }

        .style9 .submenu a {
            border-bottom: #666 solid 1px;
        }
}
    .nbspace { margin-top:80px; }


.div_header_top1,
.div_header_top2,
.div_header_top3{ display:inline-block; width: 100%; padding: 0 2%; height: 50px; line-height: 50px; overflow:hidden; }
.div_welcome,.div_right, .div_search { display: inline-block; }
.div_welcome { float: left; }
.div_right { float:right; }

    .div_search {
        width:100%;
        max-width:400px;
        min-width:300px;
        text-align:right;
    }

        .div_search input, .div_search button { float:left; display: inline-block; margin:5px 0px; padding:0px 5%; height: 40px; line-height: 40px; vertical-align: middle; }
        .div_search input {
            border:solid 1px #ccc;
            border-radius:30px 0px 0px 30px;
            border-right:none;
            width:76%;
        }

        .div_search button { border: solid 1px #ccc; border-left: none; border-radius: 0px 20px 20px 0px; width: 17%; overflow: hidden; text-indent: -99px; background: #eee no-repeat center/50%; }
       .div_header_search .countrybox,.rightbox .countrybox{display:inline-block;}
      .div_header_search .country>span,.rightbox .country>span{width:20px;height:16px;background:url(/uploads/image/simg/country.png);display:inline-block;vertical-align:middle;}
      .div_header_search .country>font,.rightbox .country>font{vertical-align:middle;}
      .div_header_search .enlink>span,.rightbox .enlink>span{background-position:right;margin-left:1em;}
      .div_header_search > .navbar-brand .iswaplogo{display:none;}
      /*顶部样式一*/
      .topstyle1 .servicenum,.topstyle1 .wapcode,.topstyle1 .navbar-brand,.topstyle1 .rightbox>span,.topstyle1 .countrybox{display:none;}
     /*样式二 三*/
     .topstyle2 .div_welcome,.topstyle2 .div_search,.topstyle3 .div_welcome,.topstyle3 .div_search,.topstyle4 .div_welcome,.topstyle4 .wapcode,.topstyle2 .rightbox,.topstyle3 .rightbox>span,.topstyle3 .countrybox{display:none;}
     .div_header_search.topstyle2,.div_header_search.topstyle3,.div_header_search.topstyle4{height:95px;position:relative;}
     .div_header_search.topstyle2>a{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}

     /*样式三 四*/ 
     .topstyle4 .rightbox>span{display:none;}                             
     .div_header_search.topstyle3>a,.div_header_search.topstyle3>div,.div_header_search.topstyle4>a,.div_header_search.topstyle4>div{position:absolute;top:50%;transform:translatey(-50%);}
     .div_header_search.topstyle3>div,.div_header_search.topstyle4>div{right:2%;}
     .div_header_search.topstyle3>div>img:first-child{margin-right:25px;}

      /*样式四*/
      .div_header_search.topstyle4>div>img:first-child{vertical-align:middle;}
      .topstyle4 .countrybox{height:30px;line-height:30px;}
      .topstyle4 .div_search{text-align:right;width:200px;vertical-align:middle;}
      .topstyle4 .div_search input,.topstyle5 .div_search input{border-radius:5px 0 0 5px;}
      .topstyle4 .div_search button,.topstyle5 .div_search button{border-radius:0 5px 5px 0;width:15%;background:url(/uploads/image/simg/search1.png)no-repeat center/60%;}
      /*样式五*/
      .topstyle5 .div_search{display:grid;grid-template-columns:1fr 1fr;width:unset;padding:0;}
      .topstyle5 .div_search .countrybox{text-align:center;}
      .topstyle5 .div_search .searchbox{padding:5px 0;}
      .topstyle5 .servicenum,.topstyle5 .wapcode,.topstyle5 .navbar-brand{display:none;}
      .topstyle5 .rightbox,.topstyle6 .rightbox{float:right;}
      /*样式六*/
      .topstyle6 .div_search{padding:0;width:unset;margin-left:25px;}
      .topstyle6 .servicenum,.topstyle6 .wapcode,.topstyle6 .navbar-brand,.topstyle6 .div_search .searchbox{display:none;}
      /*样式七*/
      .topstyle7{height:76px;}
      .topstyle7 .div_welcome,.topstyle7 .rightbox>span,.topstyle7 .wapcode,.topstyle7 .div_search .searchbox{display:none;}
      .topstyle7 .servicenum{max-height:36px;}
      .topstyle7 .div_search{padding:0;width:unset;text-align:right;}
      .topstyle7 .div_header_search{height:38px;line-height:38px;}
      .topstyle7 .rightbox{display:grid;float:right;}
      


@media(max-width: 840px) {
                 .div_header_search .div_welcome{
            display:none;
        }
}

    @media(max-width: 768px) {
        .div_header_search .rightbox{float:unset;text-align:center;}
        .div_header_search .div_welcome,.div_header_search .rightbox>span{
            display:none;
        }
        .div_header_search .div_search{
            width:100%;
        }
        .div_header_search .div_search input{
            width:90%;
        }
        .div_header_search .div_search button{
            width:7%;
        }
        .div_header_search > .navbar-brand .iswaplogo{display:block;}
        .div_header_search > .navbar-brand .ispclogo{display:none;}
        /*样式三*/
        .topstyle3 .rightbox{display:none;}
        /*样式三 四*/
        .div_header_search.topstyle2, .div_header_search.topstyle3, .div_header_search.topstyle4{height:60px;}
        .div_header_search >.navbar-brand{position:unset;text-align:center;}
        .div_header_search >.navbar-brand img,.div_header_search >.navbar-brand{height:100%;}
        .div_header_search.topstyle3>a, .div_header_search.topstyle3>div, .div_header_search.topstyle4>a, .div_header_search.topstyle4>div{left:50%;transform:translate(-50%,-50%);}
        /*样式四*/
        .topstyle4 .servicenum,.topstyle4 .div_search{display:none;}
        /*样式五*/
        .topstyle5 .div_search{grid-template-columns:1fr 0;}
        .topstyle5 .countrybox{display:none;}
    }
    @media(max-width: 768px) {
        .div_header_search .div_search input{
            width:87%;
        }
        .div_header_search .div_search button{
            width:10%;
        }
    }


@media (max-width:768px) {
     .dropdown.chosed>.dropdown-menu {
    display:block;
    }
    .navbar-collapse {
        display: block;
        visibility: hidden;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        width: 3.3rem;
        position: absolute;
        z-index: 999;
        right: .1rem;
        border-radius: .1rem;
        -webkit-border-radius: .1rem;
        -moz-border-radius: .1rem;
        -ms-border-radius: .1rem;
        top: .65rem;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        );
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        height: auto;
        cursor: pointer;
    }

    .demo {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 .12rem .12rem .12rem;
        border-color: transparent transparent rgba(0,0,0,0.15) transparent;
        right: .15rem;
        top: -.12rem;
        cursor: pointer;
    }

        .demo::before {
            position: absolute;
            content: '';
            top: .01rem;
            left: -.1rem;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 .1rem .12rem .1rem;
            border-color: transparent transparent #fff transparent;
        }

    .navbar-collapse {
        background: #fff;
    }

    .navbar-nav {
        margin: 0;
        width: 100% !important;
    }

    .navbar-collapse ul {
        margin: 0;
        width: 100% !important;
        cursor: pointer;
    }

        .navbar-collapse ul li {
            position: relative;
            display: block;
            float: none;
            cursor: pointer;
            height: .8rem !important;
        }
            .navbar-collapse ul li a {
                padding: 0 0.2rem;
                text-align: center;
                color: #333;
                font-size: 0.3rem;
                height: .8rem;
                line-height: .8rem;
                /*border-bottom: solid 1px #eee;*/
                font-weight: 400;
                cursor: pointer;
                position: relative;
                display: block;
                white-space:nowrap;
                margin:auto;
                overflow:hidden;
            }

                .navbar-collapse ul li a:hover {
                    color: #c00;
                    border-top: none;
                    height: 0.8rem;
                    line-height: 0.8rem;
                }

    .navbar-collapse.in {
        visibility: visible;
    }

    .trademark_table table.wap_table {
        display: inline-table;
    }

    .topmenu a.navbar-brand img {
        max-height: 60px;
        max-width: 100%;
    }

    .topmenu .navbar-toggle .glyphicon {
        font-size: 30px;
    }

    .topmenu .navbar-toggle {
        padding: 0;
        background-color: transparent !important;
        border-color: transparent !important;
        line-height: 60px;
        height: 60px;
    }

    /*.banner a {
        height: 375px;
    }*/

    .topmenu .navbar-collapse ul li a, .topmenu .nav > li > .active {
        color: #333 !important;
        border-bottom: solid 1px #eee;
    }
    .topmenu .navbar-collapse ul li:last-child a {
        border: none;
    }
}

@media(min-width: 700px) and (max-width: 767px) {

    .topmenu .nav > li > a {
        color: #333 !important;
    }

    .navbar-collapse {
        top: .55rem;
    }
}

@media(min-width: 600px) and (max-width: 699px) {
    .navbar-collapse {
        top: .6rem;
    }
}

@media (max-width:470px) {
    .navbar-collapse {
        top: .75rem;
    }
}
/*.navskin10 .cn_en, .navskin18 .cn_en{float:right;}*/
/*********版面一*********/
@media(min-width: 769px) {
    #menucol { padding:0 2%;}
    .navskin1,.navskin2, .navskin18,.navskin3,.navskin4{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

        .navskin1.ftop,.navskin2.ftop, .navskin18.ftop,.navskin3.ftop, .navskin4.ftop {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            transition: all .3s ease;
            z-index: 9999;
        }

    .navskin1 a.navbar-brand,.navskin2 a.navbar-brand {
        width: 100%;
        height: 75px;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        line-height: 75px;
        float:none !important;
    }

    .topmenu .menuc .center > ul > li > a, .navskin7 .menuc .center > ul > li > a { padding: 0px 10px; word-spacing: 0!important; }
   
    .navskin18 a.navbar-brand {
        float:none !important;
    }
        /*logo*/
        .navskin1 a.navbar-brand img,.navskin2 a.navbar-brand img{
            display: inline-block;
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle;
        }
    /* max-height可限制图片的最大高度 */

    .style10 {
        float: left;
    }

    .navskin1 .cn_en li a,.navskin2 .cn_en li a {
        display: inline-block;
    }
}

@media(min-width: 899px) {
    .navskin1 a.navbar-brand, .navskin2 a.navbar-brand { width: 100%; height: 75px; overflow: hidden; vertical-align: middle; display: table-cell; line-height: 75px; float: none !important; }

}

@media(max-width:768px) {
    .navskin18.topmenu .navbar-header, .navskin1.topmenu .navbar-header,.navskin2.topmenu .navbar-header {
        margin: 0px 20px;
        height: 60px;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
    }
    .nbspace { margin-top:0px; }
}

@media(max-width:414px) {
    .banner a {
        /*height: 180px !important;*/
    }
    
    .nbspace { margin-top:0px; }
    .navskin18.topmenu .navbar-header, .navskin1.topmenu .navbar-header,.navskin2.topmenu .navbar-header {
        margin: 0px 10px;
        height: 45px;
    }

    .topmenu a.navbar-brand img {
        max-height: 45px;
        max-width: 100%;
    }

    .topmenu .navbar-toggle .glyphicon {
        font-size: 30px;
    }

    .topmenu .navbar-toggle {
        padding: 0;
        background-color: transparent !important;
        border-color: transparent !important;
        line-height: 45px;
        height: 45px;
    }

    .topmenu .nav > li > a {
        color: #333 !important;
    }
}
/**********版面十一*******/
@media(min-width:769px) {
    /*.navskin18{line-height:unset;}*/
    .style18 { float: right; padding-top: 0 !important; }

    .navskin18 .navbar-brand > img {
        display: inline-block;
        max-height: 90px;
    }

    /*.style18 li a:hover, .navskin18 .style18 li a:hover::before, .navskin18 .style18 li a:hover::after {
        color: #c00;
    }*/

    .style18 li {
        position: relative;
    }
        /*.style18, .style18 li, .style18 li a{line-height:unset;}*/
        /*.style18 li a:hover::before, .navskin18 .style18 li a:hover::after {
            width: 22px;
            border-color: #e2001c;
        }*/

        /*.style18 li a.active::before, .navskin18 .style18 li a.active::after {
            width: 22px;
            border-color: #e2001c;
        }*/

        .style18 li a::before {
            display: inline-block;
            content: "";
            border-top: 1px solid #fff;
            position: absolute;
            width: 0px;
            top: 28%;
            left: 60%;
            z-index: -2;
            -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -webkit-transform: translatex(-50%) rotate(-50deg);
            -ms-transform: translatex(-50%) rotate(-50deg);
            -o-transform: translatex(-50%) rotate(-50deg);
            transform: translatex(-50%) rotate(-50deg);
            -webkit-transform: translate3d(-50%, 0, 0) rotate(-50deg);
            transform: translate3d(-50%, 0, 0) rotate(-50deg);
        }

        .style18 li a::after {
            display: inline-block;
            content: "";
            border-top: 1px solid #fff;
            position: absolute;
            left: 35%;
            bottom: 28%;
            width: 0px;
            z-index: -2;
            -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -o-transition: all .5s cubic-bezier(.19, 1, .22, 1);
            transition: all .5s cubic-bezier(.19, 1, .22, 1);
            -webkit-transform: translatex(-50%) rotate(-50deg);
            -ms-transform: translatex(-50%) rotate(-50deg);
            -o-transform: translatex(-50%) rotate(-50deg);
            transform: translatex(-50%) rotate(-50deg);
            -webkit-transform: translate3d(-50%, 0, 0) rotate(-50deg);
            transform: translate3d(-50%, 0, 0) rotate(-50deg);
        }

    .navskin18 a.navbar-brand {
        display: inline-block;
        height: 90px;
        line-height: 90px;
    }
}
    /****版面二十二****/
/*****************************************************导航菜单***********************************************/

.waplogo{display:none;}



@media(min-width:769px){
    .topmenu{z-index:99;}
    .pclogo h1 { display: inline-block; vertical-align: middle; }
    .pclogo .navbar-brand { display: flex; align-items: center; height: 90px; }
    .pclogo img { display: inline-block; vertical-align: middle; }
    .menuc > .center{max-width: 69%;}
        .menuc > .center > ul > li { color: #fff; display: inline-block; float:left; text-align: center; padding-left:15px; }
        .menuc > .center > ul > li:first-child { padding:0!important; }
.menuc>.center>ul>li .imgtriangle{ display:none; position:absolute; top:42px;right:70px;z-index:99;margin:0 auto;width: 20px; height: 20px;
    background:  no-repeat center;
    background-size: 100%;}
    .menuc > .center > ul > li > a { color: #fff; display: block; font-size: 18px; padding:0 10px; height:40px; line-height:40px; white-space:nowrap;}
    .style18 li, .style18 a { display: block; height: 90px; line-height: 90px; }
.menuc>.center>ul>li>.active{color:#fff;height:38px;}
.menuc>.center>ul:hover>li>.active{color: #fff;}
.menuc > .center > ul > li:hover > a{background-size:100%;background-repeat:no-repeat;}
.menuc>.center>ul>li:hover>ul{display:block;}
.menuc>.center>ul>li:hover .imgtriangle{ display:block;}
.menuc ul ul{display:none;position: absolute;z-index: 1000;top:100%;padding: 0 0 0px;width:140%; left:50%; margin-left:-65%; border-radius:10px; }
.menuc .center>ul>li>ul>li{text-align: left;font-size: 14px;line-height: 45px;height: 45px;background:#fff;position:relative;}
.menuc .center>ul>li>ul ul{margin-left:100%;background:#fff;top:0;}  /*二级以下菜单样式*/
.menuc .center>ul>li>ul ul li{height:45px;line-height:45px;position:relative;}
.menuc .center>ul>li>ul>li ul{top:0;margin-top:0;}
.menuc .center>ul>li>ul>li:hover>ul,.menuc .center>ul>li>ul>li>ul>li:hover>ul,.menuc .center>ul>li>ul>li>ul>li>ul>li:hover>ul{display:block;}
.liico { height:15px!important; background:transparent!important; overflow:hidden; }
.lbico { display:block; margin:0 auto; width:15px; height:15px;margin-top:3px; background:center center / 100% no-repeat; }
    .menuc ul ul > li > a { color: #000; display: inline-block; width: 100%; height: 40px; line-height: 40px; white-space: nowrap; position: relative; display: inline-block; text-align: center; overflow: hidden; font-size: 16px; }
.menuc ul ul>li>.active{color:#fff;}
.menuc ul ul>li>a:hover{color:white!important;}
.head button{display:none;}
#hide{display:none;position: absolute;top: 0;z-index: 999;background-color: rgb(0, 0, 0);height: 100%;width: 100%;opacity: 0.5;}
.menuc{display:none;position: absolute;top:.6rem;width: 100%;height: 100%;z-index: 1000;}


    .navskin3 .pclogo { padding-left:10px; }
/*****************************************************下拉菜单(通用全栏) 样式二十***********************************/
.menuc > .center > ul.style20  > li > a,.menuc > .center > ul.style17 > li > a{height:80px;line-height:80px;}
.menuc > .center > ul.style20 > li > a.active，.menuc>.center>ul.style17>li>.active{height:80px;}
.menuc>.center>ul.style20,.menuc>.center>ul.style17{ padding:0px;}
.menuc ul.style20 ul,.menuc ul.style17 ul{top:100%;margin-top:-15px;}
.menuc .center>ul.style20>li>ul>li>ul,.menuc .center>ul.style2>li>ul>li>ul{margin-top:0 }
                                 /*****************************样式十七***********************************/
.menuc>.center>ul.style17>li>.active,.menuc>.center>ul.style17:hover>li>.active,.menuc > .center > ul.style17 > li:hover > a{background:unset !important;}
/************************************************下拉菜单（通用换行） 样式二十一 二十二**************************************************************/
.navskin21 #menucol,.navskin22 #menucol{padding:0 2%;}
.navskin21 #menucol .menuc,.navskin22 #menucol .menuc{border-top:1px #999 solid; height:49px; }
.menuc > .center > ul.style21,.menuc > .center > ul.style22{margin:0 auto; float:none!important; clear:both; }
.menuc>.center>ul.style22>li>.active,.menuc>.center>ul.style22:hover>li>.active,.menuc > .center > ul.style22 > li:hover > a{background:unset !important;}
    .navskin21 .menuc > .center > ul > li, .navskin22 .menuc > .center > ul > li { height: 50px; line-height: 50px; margin: 0 10px; padding: 0px!important; }
    .navskin21 .menuc > .center > ul, .navskin22 .menuc > .center > ul { display: inline-block; max-width: 80%; margin: -2px auto 0px; padding: 0px !important; }
.topmenu .menuc .center > ul.style21 > li > a,.topmenu .menuc .center > ul.style22 > li > a{ padding:0 30px;height:50px;}
/*样式十*/
.menuc>.center>ul.style10,.menuc>.center>ul.style19{float:right;}

/************************************************下拉菜单 样式十一 十二**************************************************************/
.menuc>.center>ul.style18>li>.active,.menuc>.center>ul.style18:hover>li>.active,.menuc > .center > ul.style18 > li:hover > a{background:unset !important;} 
.navskin11 .menuc>.center,.navskin12 .menuc>.center{position:relative;}
.menuc>.center>ul.style11,.menuc>.center>ul.style12{transform:translatey(0);justify-content:unset;width:unset;position:absolute;right:2%;bottom:0;}
.menuc>.center>ul.style11>li{height:58px;margin-left:10px;}
.menuc>.center>ul.style12>li>a{height:50px;line-height:50px;}
.menuc>.center>ul.style11 li a,.menuc>.center>ul.style12 li a{border-radius:3px;}
.navskin11 .menuc .center,.navskin12 .menuc .center{height:120px;} 
.navskin11 .rightbox,.navskin12 .rightbox{display:grid;float:right;margin-right:2%;}
.navskin11 .rightbox .countrybox,.navskin12 .rightbox .countrybox{text-align:right;height:30px;line-height:30px;}
.navskin11 .navbar-header,.navskin12 .navbar-header{position:absolute;left:2%;top:30%;transform:translatey(-50%);}
.navskin11 .cmenubg,.navskin12 .cmenubg{height:60px;}
.navskin11 .menuc .center>ul>li>ul,.navskin12 .menuc .center>ul>li>ul{white-space:nowrap;}
.navskin11 .menuc .center>ul>li ul>li,.navskin12 .menuc .center>ul>li ul>li{display:inline-block;overflow:hidden;line-height:60px;margin:0 17px;}
.navskin11 .menuc .center>ul>li ul>li:hover,.navskin12 .menuc .center>ul>li ul>li:hover{font-weight:700;}
.navskin11 .menuc .center>ul>li ul>li a,.navskin12 .menuc .center>ul>li ul>li a{font-size:16px;}
.navskin11 .menuc .center>ul>li ul>li:first-child,.navskin12 .menuc .center>ul>li ul>li:first-child{display:block;line-height:15px;}
.navskin11 .menuc .center>ul>li ul>li .lbico,.navskin12 .menuc .center>ul>li ul>li .lbico{background:none;}
.navskin11 .menuc ul ul,.navskin12 .menuc ul ul{width:unset;}
.navskin11 #menucol,.navskin12 #menucol{padding:0 !important;}
    .navskin11 .menuc > .center > ul > li.childm > span, .navskin12 .menuc > .center > ul > li.childm > span { display: block; height: 15px; width: 15px; position: absolute; bottom: -2px; left: 50%; margin-left: -7px; }



/*****样式十三*******/

/************************************************菜单 样式三 样式五**************************************************************/
.style5.floatl{float:right;}
.navskin5 #menucol .navbar-brand > img{ max-height:100%; }
.navskin3 #menucol .navbar-brand > img,.navskin4 #menucol .navbar-brand > img{height:90px;}
.topmenu .menuc>.center>ul.style3>li>a,center>ul.style3>li>a.active{height:35px;line-height:35px;}
/*通用悬浮栏 三 四*/
.navskin3 #menucol,.navskin4 #menucol{padding:1.5% 2%;}
.topmenu .menuc>.center>ul.style3>li>a,center>ul.style3>li>a.active{border-radius:3px;}
.menuc>.center>ul.style3>li{width:unset;}   
/*.navskin3 .menuc ul ul{top:20px;}*/
/*.navskin3 .container > .menuc,.navskin4 .container > .menuc{height:90px;}*/

.topmenu .menuc>.center>ul.style4>li>a{height:90px;line-height:90px;}
.menuc>.center>ul.style4>li>.active,.menuc>.center>ul.style4:hover>li>.active,.menuc > .center > ul.style4 > li:hover > a{background:unset !important;}
.navskin4 .floatl{float:right;}
.navskin4 .menuc ul ul{top:100%;margin-top:-15px;}
.menuc .center > ul > li > ul > li > ul {margin-top:0;}

/********************菜单通用无logo样式*******  @if (homenavpage == "14" || homenavpage == "15" || homenavpage == "16")**/
.navskin14 .pclogo,.navskin15 .pclogo,.navskin16 .pclogo,.navskin9 .pclogo,.navskin10 .pclogo{display:none;}
.navskin14 .menuc>.center>ul,.navskin15 .menuc>.center>ul,.navskin16 .menuc>.center>ul,.navskin9 .menuc>.center>ul,.navskin7 .menuc>.center>ul,.navskin10 .menuc>.center>ul{transform:translatey(0);width:100%;}
        /***************通用搜索*********************/
    .navskin14 #menucol,.navskin15 #menucol{padding:0 1%;}
    .navskin16 #menucol{padding:0 1% 0 2%;}
    .navskin14 .menuc,.navskin15 .menuc,.navskin16 .menuc,.navskin14 .menuc{width:80%;display:inline-block !important;}     
    .div_search.menusearch{width:200px;transform:translatey(45%);padding:0;}
    .div_search.menusearch input{border-radius:3px 0 0 3px;border:none;}
    .div_search.menusearch button{border-radius:0 3px 3px 0;background-color:#fff;width:15%;border:none;}

.div_search.menusearch input::-webkit-input-placeholder,.div_header_search .div_search input::-webkit-input-placeholder{font-size:12px;color:#ccc;}
.div_search.menusearch input::-moz-placeholder,.div_header_search .div_search input::-moz-placeholder{/* mozilla firefox 19  */font-size:12px;color:#ccc;}
.div_search.menusearch input:-moz-placeholder,.div_header_search .div_search input:-moz-placeholder{/* mozilla firefox 4 to 18 */font-size:12px;color:#ccc;}
.div_search.menusearch input:-ms-input-placeholder,.div_header_search .div_search input:-ms-input-placeholder{/* internet explorer 10-11 */font-size:12px;color:#ccc;}

/*样式十四*/                                                                                                                                                                                                      
.navbartop.navskin14 .div_search,.navbartop.navskin15 .div_search,.navbartop.navskin16 .div_search{display:block;} 
.navskin14 .container div > ul > li > a,.navskin15 .container div > ul > li,.navskin16 .container div > ul > li>a{height:55px !important;line-height:55px;}
.menuc>.center>ul.style14>li,.menuc>.center>ul.style15>li,.menuc>.center>ul.style16>li{width:9%;}
.navskin15 .container div > ul > li > a{height:38px !important;line-height:38px;transform:translatey(20%);border-radius:3px;}
.navskin15 .container div > ul > li > a span{line-height:38px;}
.menuc ul.style15 ul{margin-top:-25px;}
.menuc ul.style16 ul{margin-top:-18px;}
.menuc>.center>ul.style16>li>.active,.menuc>.center>ul.style16:hover>li>.active,.menuc > .center > ul.style16 > li:hover > a{background:unset !important;}

/*样式九 十*/
.navskin9 #menucol,.navskin10 #menucol{padding:0;}
.menuc>.center>ul.style9>li,.menuc>.center>ul.style10>li{width:8%;}
.navskin9 .menuc>.center>ul>li,.navskin10 .menuc>.center>ul>li{height:60px;line-height:60px;}
.navskin9 .menuc>.center>ul>li>a,.navskin10 .menuc>.center>ul>li>a{height:60px;}
/*样式七 八 logo居中 logo宽度建议小于400px*/
.menuc>.center>ul.style7,.menuc>.center>ul.style8{width:100%;}
.menuc>.center>ul.style7>li>a,.menuc>.center>ul.style8>li>a{overflow: unset;}
.menuc>.center>ul.style7>li>a{height:95px;line-height:95px;}
.menuc>.center>ul.style8>li{height:95px;}
.menuc>.center>ul.style8>li>a{height:38px;transform:translatey(70%);line-height:38px;border-radius:3px;}
/*.navskin7 .navbar-brand,.navskin8 .navbar-brand{position:absolute;left:50%;transform:translate(-50%,-50%);top:50%;z-index:99;}*/
/*.style7 > li{width:18% !important;text-align:center;}
.style8 > li{width:10% !important;text-align:center;margin:0 1.2%;}*/
.style7 > li:first-child:before,.style7 > li:nth-child(5):before{content:'';}
.style7 > li:before{content:'/';line-height:95px;float:left;}
.style7 > li:nth-child(5){margin-left:18%;}
.style8 > li:nth-child(5){margin-left:16%;}
.navskin7 .menuc{padding:0 40px;}
.menuc>.center>ul.style7>li>.active,.menuc>.center>ul.style7:hover>li>.active,.menuc > .center > ul.style7 > li:hover > a{background:unset !important;}
.menuc>.center>ul.style8{transform:translatey(0);}
.menuc ul.style8 ul{margin-top:-46px;}
}


@media(max-width:1300px) and (min-width:1051px) {
    .pclogo .navbar-brand { height: 70px; }
        .pclogo .navbar-brand img { max-width: 100%; max-height: 100%; }
    .menuc > .center > ul > li { padding-left: 10px; }
            .menuc > .center > ul > li > a { color: #fff; display: block; height: 38px; font-size: 16px; white-space: nowrap; }
    .topmenu .menuc .center > ul > li > a, .navskin7 .menuc .center > ul > li > a { padding: 0px 10px; word-spacing: 0 !important; }
    .menuc > .center{ max-width: 70%; height:70px; }
}
@media(max-width:1050px) and (min-width:768px) {
    .navskin13 #menucol .navbar-brand > img { max-height:100%; }
}
@media(max-width:1220px) and (min-width:991px) {
    .pclogo .navbar-brand { height: 60px; }
    .menuc > .center { max-width: 100%; height: 60px; display: flex; align-items: center; justify-content:flex-end; }
        .menuc > .center > ul > li { padding-left: 5px !important; letter-spacing: 0; }
    .menuc > .center > ul > li > a { color: #fff; display: block; height: 38px; font-size: 16px; white-space: nowrap; }
    .topmenu .menuc .center > ul > li > a, .navskin7 .menuc .center > ul > li > a { padding: 0 5px; }
    .navskin1 a.navbar-brand, .navskin2 a.navbar-brand { height: 65px; line-height: 65px; }
    .navskin7 .navbar-brand > img, .navskin8 .navbar-brand > img { display: block !important; width: 80%; margin: auto; }
    .navskin7 .menuc, .navskin7 #menucol, .navskin8 .menuc, .navskin8 #menucol { padding: 0 }
    .menuc > .center > ul.style9 > li, .menuc > .center > ul.style10 > li { width: 10%; }
    .menuc > .center > ul.style14 > li, .menuc > .center > ul.style15 > li, .menuc > .center > ul.style16 > li, .menuc > .center > ul.style17 > li, .menuc > .center > ul.style18 > li { width: 13%; }
    .div_search.menusearch { width: 150px; }
}
@media(min-width: 768px) and (max-width:991px) {
    #menucol { padding:0 0.5%; }
    .pclogo .navbar-brand { height: 50px; }
    .menuc > .center { max-width: 100%; height: 50px; display: flex; align-items: center; justify-content: flex-end; }
        .menuc > .center > ul > li { padding-left: 0px !important; }
    .topmenu .menuc .center > ul > li > a, .navskin7 .menuc .center > ul > li > a { padding: 0 5px; }
    .navskin7 .menuc > .center > ul, .navskin8 .menuc > .center > ul, .navskin9 .menuc > .center > ul, .navskin14 .menuc > .center > ul, .navskin15 .menuc > .center > ul, .navskin16 .menuc > .center > ul, .navskin21 .menuc > .center > ul, .navskin22 .menuc > .center > ul { width: 100% !important; }
    .menuc > .center > ul.style17, .menuc > .center > ul.style18, .menuc > .center > ul.style20 { width: 70% !important; }
    .navskin1 a.navbar-brand, .navskin2 a.navbar-brand { width: 100%; height: 50px; overflow: hidden; vertical-align: middle; display:flex; }
    .navskin7 .navbar-brand > img, .navskin8 .navbar-brand > img { width: 60%; }
    .div_search.menusearch { width: 130px; }
    .nbspace { margin-top: 60px; }
    .navskin7 .menuc .center > ul > li > a, .navskin8 .menuc .center > ul > li > a { padding: 0; }
    .topmenu .menuc .center > ul.style4 > li > a, .topmenu .menuc .center > ul.style3 > li > a { padding: 0; }
    .topmenu .navbar-collapse ul.style13 { width: 73%; }
    .menuc > .center > ul > li > a { color: #fff; display: block; height: 38px; font-size: 14px; white-space: nowrap; }

}
@media(max-width: 768px){
    .pclogo{display:none;}
    .waplogo{display:block;}
    .menuc .menul{height: 100%;width: 50%;min-height: 8rem;}
    .menuc .menul .close{height: .8rem;background:url(/uploads/image/simg/close.png)no-repeat 85% .3rem;background-size: .3rem .32rem;}
    .menuc{background:#fff;display:block;visibility:hidden;overflow-x:visible;width:3.3rem;position:absolute;z-index:999;right:.1rem;border-radius:.1rem;-webkit-border-radius:.1rem;-moz-border-radius:.1rem;-ms-border-radius:.1rem;top:.65rem;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);):;box-shadow:0 6px 12px rgba(0,0,0,.175);height:auto;cursor:pointer;overflow:hidden;}
    .menu .menul{height: 100%;width: 50%;min-height: 8rem;}
    .menu .menul .close{height: .8rem;background:url(/uploads/image/simg/close.png)no-repeat 85% .3rem;background-size: .3rem .32rem;}
    .menu .menur{width: 50%;height: 100%;background: #fff;float:right;} 
    .menuc .menur .topmenu{height: .6rem;width: auto;margin: .38rem .5rem .3rem;border-bottom: 1px #ccc solid;}
    .menuc .menur .topmenu .searchtext{font-size: .225rem;line-height: .3rem;text-indent: .02rem;width: 2.8rem;}
    .menuc .menur .topmenu .search{width: .12rem;height: .12rem;background: url(/uploads/image/simg/jia.png)no-repeat;background-size: .12rem .12rem;margin-top: .1rem;}
    .menuc .center>ul>li{border-bottom: 1px #eee solid;}
    .menuc .center ul>li a{font-size: .225rem;line-height: .8rem;padding-left: .32rem;background:#fff;display:inline-block;font-size:.3rem;}
    .menuc .center ul>li a{color: #555;cursor: pointer;}
    .menuc .center ul>li ul li a{font-size:.24rem;color:#666;}
    .menuc .center ul>li.liico{display:none;}
    .menuc .center>ul>li ul{display:none;}
    .menuc .center>ul>li ul>li{position:relative;}
    .menuc .center>ul>li.active>ul{display:block;padding-inline-start:0;padding-left:.2rem;}
    .menuc .center>ul>li.active>ul li.active>ul{display:block;padding-left:.2rem;}
    .menu .menur .menuname a:hover{color:#01a2e8 !important;}
    .menuc .center .childm>span{height:.12rem;width:.12rem;display:inline-block;position:absolute;right:10%;top:.34rem;}
    .menuc .center .childm>span{background: url(/uploads/image/simg/jia.png)#fff no-repeat center/100%;background-size: .12rem .12rem;}
    .menuc .center .childm.active>span{background: url(/uploads/image/simg/jian.png)#fff no-repeat center/100%;background-size: .12rem .12rem;}
    .menuc .menur .cmenu{background: #f4f4f4;display:none;}                                                   
    .menuc .menur .cmenu .cmenuname{font-size: .2rem;line-height: .48rem;padding-left: .32rem;}
    .menuc .menur .cmenu .cmenuname a{color:#333;}
    .menuc .menur .cmenu .cmenuname a:hover{color:#01a2e8 !important;}
    .navbartop .navbar-collapse>ul.nav{transform:translatey(0)!important;}
    .pcmenu .nav > li{text-align:center;}
    .pcmenu .nav > li a{padding: 0 !important;}
    /*十一、十二*/
    .navbartop .rightbox{display:none;}
    /*十四*/
    .navskin9 .waplogo h1,.navskin10 .waplogo h1,.navskin14 .waplogo h1,.navskin15 .waplogo h1,.navskin16 .waplogo h1{display:none;}
}
/*********************master 母版 column 栏目**************************/
@media(max-width: 1249px) {
    .master .title {
        overflow: hidden;
    }
    .navskin11 .menuc .center>ul>li ul>li,.navskin12 .menuc .center>ul>li ul>li{margin:0 10px;}
    .navskin11 .menuc .center>ul>li ul>li a, .navskin12 .menuc .center>ul>li ul>li a{font-size:14px;}
}
@media(min-width: 1600px) {
    .menuc > .center { max-width:73%; }
    .topmenu .menuc .center > ul > li > a { padding: 0px 20px; word-spacing: 0 !important; }
    .topmenu .menuc .center > ul > li{ padding-left:20px;}
}

/*---title_style1---*/
.title_style1 {
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .title_style1:before, .title_style1:after {
        content: "";
        background: #ccc;
        display: inline-block;
        height: 1px;
        position: relative;
        width: 44%;
        vertical-align: middle;
    }

    .title_style1:before {
        /*right: 0.3em;*/
        margin-left: -44%;
    }

    .title_style1:after {
        /*left: 0.3em;*/
        margin-right: -44%;
    }

@media(min-width: 1250px) {
    .title_style1 {
        width: 1210px;
    }
}

@media(min-width: 992px) and (max-width: 1249px) {
    .title_style1 {
        width: 930px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .title_style1 {
        width: 710px;
    }
}

@media(max-width: 767px) {
    .title_style1 {
        margin-left: .2rem;
        margin-right: .2rem;
    }
}
/*---title_style2---*/
.title_style2 #tskin2 {
    display: block !important;
    font-size: 60%;
}

    .title_style2 #tskin2 span {
        display: inline-block;
    }

        .title_style2 #tskin2 span:before, .title_style2 div span:after {
            content: "";
            background: #999;
            display: inline-block;
            height: 1px;
            position: relative;
            width: 44%;
            vertical-align: middle;
        }

        .title_style2 #tskin2 span:before {
            right: 0.3em;
            margin-left: -44%;
        }

        .title_style2 #tskin2 span:after {
            left: 0.3em;
            margin-right: -44%;
        }
/*---title_style3---*/
.title_style3 a {
    color: #333 !important;
}

.title_style3 #tskin3 {
    display: block !important;
    height: 2px;
}
/*more*/
.master .more a {
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    color: #999;
    display: block;
    background: #fff;
}

.banner2 {
    margin-top: 40px;
}
/*.master .more:hover{border:1px solid #999;}
.master .more a:hover{color:#999 !important;}*/
@media(min-width: 768px) {
    .banner2 {
        margin-top: 40px;
    }

    /*.master .title {
        font-size: 30px;
        letter-spacing: 2px;
    }*/
        .master .title {
        padding-top: 20px !important;
        font-size: 32px;
        letter-spacing: 1px;
        padding-bottom: 10px !important;
    }
    .title_style2 #tskin2 span {
        width: 260px;
    }

    .title_style3 #tskin3 {
        width: 100px;
        margin: 8px auto 0;
    }

    .master .more {
        display: none;
        padding: 20px 0 0;
    }

        .master .more a {
            line-height: 48px;
            height: 50px;
            width: 170px;
        }
}

@media(max-width: 767px) {
    .banner2 {
        margin-top: 40px;
    }

    .master .title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .title_style2 #tskin2 span {
        width: 2.6rem;
    }

    .title_style3 #tskin3 {
        width: 1rem;
        margin: .08rem auto 0;
    }

    .master .more {
        padding-top: 10px;
        display: none;
    }

        .master .more a {
            display: block;
            background: #fff;
            font-size: 16px;
            line-height: 40px;
            height: 40px;
            width: 200px;
        }
}
/*---title_style4---*/
.title_style4 {
    font-weight: bold;
}

    .title_style4:before, .title_style4:after {
        content: "";
        background: #ccc;
        display: inline-block;
        height: 1px;
        position: relative;
        width: 44%;
        vertical-align: middle;
    }

    .title_style4:before {
        right: -0.4em;
        margin-left: -44%;
    }

    .title_style4:after {
        left: -0.4em;
        margin-right: -44%;
    }

    .title_style4 .title4-left {
        padding-right: 25px;
        display: inline-block !important;
    }

    .title_style4 .title4-right {
        padding-left: 25px;
        display: inline-block !important;
    }
@media(min-width: 992px) {
    .master .title {
        padding-top: 40px !important; padding-bottom:20px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .master .title {
        padding-top: 20px 0px 10px; /*padding-bottom:35px;*/
    }
}

@media(min-width: 768px) {
    .title {
        padding-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .master .title {
        padding: 20px 0px 10px;
    }

    .title {
        padding-bottom: 10px;
    }

    .title_style1 {
        padding-top: .15rem;
    }

    .title_style2 {
        padding-top: .05rem;
    }

    .title_style4 {
        padding-top: .15rem;
    }

        .title_style4 .title4-left, .title_style4 .title4-right {
            height: .55rem;
            width: .17rem;
        }
}

/*---title_style5---*/
.title_style5 a {
    color: #333 !important;
}

.title_style5 #tskin5 {
    display: block !important;
    height: 2px;
    background: #333;
}
/*.message .title_style5, .home_block_detail .title_style5{text-align:left;}*/
@media(min-width: 768px) {


    .title_style5 #tskin5 {
        width: 30px;
        margin: 10px auto 0;
    }
}

@media(max-width: 767px) {
    .master .title {
        font-size: 18px;
        letter-spacing: 1px;
        padding:20px 0 10px !important;
    }

    .title_style5 #tskin5 {
        width: 30px;
        margin: 10px auto 0;
    }
    /*.home_block_detail .title_style5 #tskin5, .message .title_style5 #tskin5{margin:.2rem 0 0;}*/
    .home_block_detail p {
        font-size: 12px;
    }
}

@media(max-width: 414px) {
    .master .title {
        padding-top: 10px;
        font-size: 18px;
        letter-spacing: 1px;
        padding-bottom: 5px;
    }
}

@media(min-width:992px) and (max-width:1219px) {
    .master .title {
        padding: 20px 0;
    }
}

@media(min-width:1660px) {
    .blockcontent {
        overflow: hidden;
    }
}

/****************************第二部分******************/ /*homeblock*/
.home_block_left img {
    width: 100%;
}

/*.home_block_detail .more a{margin:0;}*/
@media(min-width:1220px) and (max-width:1439px) {
    .master .title {
        padding: 20px 0;
    }

    .master .more {
        padding: 20px 0;
    }

        .master .more a {
            width: 160px;
            height: 45px;
            line-height: 43px;
        }
}

@media(min-width:992px) and (max-width:1219px) {
    .master .title {
        padding: 40px 0 20px !important;
        font-size: 28px;
    }

    .title_style5 #tskin5 {
        margin: 10px auto 0;
    }

    .home_block_detail {
    }
    
    .master .more {
        padding: 20px 0;
        display: none;
    }

        .master .more a {
            width: 140px;
            height: 40px;
            line-height: 38px;
        }
}

@media(min-width: 768px) and (max-width:991px) {
}

@media(max-width:767px) {
    .home_block_detail {
        padding: 0px !important;
    }
}

@media(max-width:414px) {
    .home_block_detail {
        padding: 0px !important;
    }
}


/****************************第三部分******************/ /*homeproduct*/

.aui-nav-list-box {margin: 0 2% 0;}
.homeproductnc {margin: 0 10px 10px!important;}
.homeproductic {margin: 0 10px 20px!important;}

.productlist0,.productlist1,.productlist2,.productlist3, .introducelist{
    position: relative;
    display: block;
    overflow: hidden;
}
.productlist3 {
    border:solid 10px #eee;
    border-bottom:none;
}

.introduceshowstylem,.introduceshowstylexl {
    overflow: hidden;
    padding: 0 30px;
}
.introduceshowstylen {
 padding: 0 30px;
}
.introduceshowstyles {
    overflow: hidden;
}
.introduceshowstylem .dummy {
    margin-top: 75% !important;
}
.in_parent {padding: 0 10px 0px;}
@media(min-width:992px) and (max-width:1220px) {
    .introduceshowstylem, .introduceshowstyles, .introduceshowstylexl {
        overflow: hidden;
        padding: 0 10px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .introduceshowstylem, .introduceshowstyles, .introduceshowstylexl {
        overflow: hidden;
        padding: 0 20px;
    } .introduceshowstyles {
         padding: 0 10px;
    }
      .in_parent {padding: 0;}
      .in_parent:last-child {padding-bottom: 0px;}
}

@media(max-width:768px) {
    .introduceshowstylem, .introduceshowstyles, .introduceshowstylexl {
        overflow: hidden;
        padding: 0 20px;
    }
     .introduceshowstyles {
         padding: 0 10px;
    }
       .in_parent {padding: 0;}
      .in_parent:last-child {padding-bottom: 0px;}
}

@media(max-width:414px) {
    .introduceshowstylem, .introduceshowstyles, .introduceshowstylexl {
        overflow: hidden;
        padding: 0 5px;
    }
    
    .introduceshowstyles {
         padding: 0 10px;
         margin: 0 auto;
    }
      .in_parent {padding: 0 0 10px;}
      .in_parent:last-child {padding-bottom: 0px;}
}

.productshowstyles .dummy, .introduceshowstyles .dummy {
    margin-top: 50%;
}
.productshowstyles .dummy{
    margin-top: 75%;
}
.productshowstylem .dummy, .introduceshowstylem .dummy {
    margin-top: 100%;
}

.productshowstylexl .dummy, .introduceshowstylexl .dummy {
    margin-top: 150%;
}

.productlistimg, .introduceimg /*=居中=*/ {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* 水平居中 */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* 垂直居中 */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.productshowstylem img, .productlistconrow .productlistimgcon img,.photolistcon .productlistimgcon img,.introduceshowstylem .introducelistimgcon img, .introduceshowstyles .introducelistimgcon img {
    width: 100%; /*用于图片强制100%。。。*/
}

.productshowstyles .productlistimgcon, .productshowstylexl .productlistimgcon,
.introduceshowstyles .introducelistimgcon, .introduceshowstylexl .introducelistimgcon {
    /*max-height: 100%;*/ /*用于图片居中,最好的显示方式*/
    width: 100%; /*用于图片强制100%。。。*/
}
.productshowstyles img {
    display: inline-block;
}
/*=效果=*/
.productlistimgcon {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.productlistimg img, .productlisttitle0,.productlisttitle1,.productlisttitle2,.productlisttitle3 {
    -webkit-transition: all .5s ease; /* safari and chrome */
    -moz-transition: all .5s ease; /* firefox */
    -ms-transition: all .5s ease; /* ie 9 */
    -o-transition: all .5s ease; /* opera */
    transition: all .5s ease;
}

.pitem:hover img {
    -webkit-transform: scale(1.03); /* safari and chrome */
    -moz-transform: scale(1.03); /* firefox */
    -ms-transform: scale(1.03); /* ie 9 */
    -o-transform: scale(1.03); /* opera */
    transform: scale(1.03);

}
/*=标题=*/
.productlisttitle0 {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    background-color:rgba(0,0,0,0.50);
}
    .productlisttitle0 {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 10px;
        height: 100%;
        margin: 0;
    }
.productlisttitle1 {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height:50px;
    line-height:50px;
    font-size: 24px;
    font-weight: 600;
    overflow:hidden;
    text-align: center;
    background:red;
    color:#fff;
}

.productlisttitle2 {
    height:50px;
    line-height:50px;
    font-size:18px;
    overflow:hidden;
    text-align: center;
    background:#eee;
}
.productlisttitle3 {
    border:solid 10px #eee;
    border-top:none;
    border-bottom:none;
    height:50px;
    line-height:50px;
    font-size:18px;
    overflow:hidden;
    text-align: center;
    background:#eee;
}

.pitem:hover .productlisttitle0,.pitem:hover .productlisttitle1 {
    opacity: 1;
    color: #fff;
    overflow-x: hidden;
}


.pitem:hover .productlist3 {
    border-color:red;
}
.pitem:hover .productlisttitle3{
    background:red;
    border-color:red;
    color:#fff;
}
.aplink:hover {
    display:block;
    border-color: #eee;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}


.aui-nav-list-box {
    margin: 0 2%;
    overflow: hidden;
}

.homeproductcon .row {
    margin: 0;
}


.homeproductcon_ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .homeproductcon_ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .homeproductcon_ul > .aui-current {
        background: #e2001c;
        border-color: #e2001c;
        color: #fff;
    }

    .homeproductcon_ul li a {
        display: block;
        padding: 0 30px;
        height: 40px;
        border: 1px solid #ddd;
        font-size: 16px;
        text-align: center;
        line-height: 38px;
        margin: 0 10px 10px;
        background: #fff;
    }

@media(min-width: 1250px) {
    .introducelist {
    }
}

@media(max-width: 992px) {
    .productlisttitle0,.productlisttitle1,.productlisttitle2,.productlisttitle3{font-weight: 600;}
    .productlisttitle0 { font-size:24px; }
    .productlisttitle1, .productlisttitle2, .productlisttitle3 {
        font-size:16px;
        height:30px;
        line-height:30px;
    }
    .aui-nav-list-box {padding-top:10px;}
    .homeproductcon_ul {
        text-align:center;
    }
    .homeproductcon_ul li a {
        display: block;
        padding: 0 10px;
        height: 30px;
        border: 1px solid #ddd;
        font-size: 12px;
        text-align: center;
        line-height: 28px;
        background: #fff;
    }
    .homeproductic {
        margin: 0 10px 10px 0px!important;
    }



}

@media(max-width: 768px) {
    .homeproductcon .row {
        margin: 0;
    }
    
    .homeproductcon_ul {
        text-align:left;
    }
    
    .productlisttitle0,.productlisttitle1,.productlisttitle2,.productlisttitle3{font-weight: 600;}
    .productlisttitle0 { font-size:24px; }
    .productlisttitle1, .productlisttitle2, .productlisttitle3 {
        font-size:14px;
        height:30px;
        line-height:30px;
    }
}

@media(max-width: 414px) {
    .homeproductcon .row {
        margin: 0;
    }
    
    .productlisttitle0,.productlisttitle1,.productlisttitle2,.productlisttitle3{font-weight: 600;}
    .productlisttitle0 { font-size:24px; }
    .productlisttitle1,.productlisttitle2, .productlisttitle3 {
        font-size: 12px;
        height:30px;
        line-height:30px;
    }
}



/*******************************第四部分*******************************/ /*homearticle*/
.articlecom .row > a {
    text-align: justify;
}
/*.media{ border-bottom: solid 1px #eee;}*/
.media-body {
    display: inherit;
    overflow: hidden;
}

    .media-body span:first-child {
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .media-body p {
        color: #999;
        overflow: hidden;
    }

.articleimgcon {
    overflow: hidden;
}

    .articleimgcon > img {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

.articleimgcon {
    float: left;
    text-align: center;
}

@media(min-width: 1250px) {
    .homearticle .media {
        margin-left: 15px;
        margin-right: 15px;
    }
    /*.homearticle .col-lg-6:last-child .media,.homearticle .col-lg-6:nth-last-child(2) .media{border-bottom:none;}*/
    .homearticle .col-lg-6:nth-child(1) .media, .homearticle .col-lg-6:nth-child(2) .media {
        padding-top: 0;
    }
}

@media(max-width: 1249px) {
    .homearticle .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .media-body span:first-child {
        font-weight: inherit;
    }
    /*.homearticle .col-lg-6:nth-child(5) .media{border-bottom:none;}*/
    .homearticle .col-lg-6:nth-child(6) .media {
        display: none;
    }

    .homearticle .col-lg-6:nth-child(1) .media {
        padding-top: 0;
    }

    .media-body span:first-child {
        font-size: 18px;
        line-height: 50px;
        padding-top: 10px;
    }
}

@media(min-width: 769px) {
    /*.articleimg{width: 160px; height:120px;}*/
    .articleimgcon {
        width: 240px;
        height: 180px;
        margin-right: 20px;
        position: relative;
    }

        .articleimgcon img {
            max-height: 100%;
        }

    .media {
        padding-top: 20px;
        margin: 0;
        overflow: hidden;
    }

    .media-body {
    }

        .media-body span:first-child {
            font-size: 24px;
            line-height: 50px;
            padding-top: 10px;
        }

        .media-body p {
            font-size: 16px;
            line-height: 30px;
            height: 60px;
        }

    .pmore {
        padding-top: 55px;
        clear: both;
    }

    .media-body .article-more {
        height: 45px;
        line-height: 43px;
        border: 1px solid #ccc;
        display: block;
        width: 125px;
        text-align: center;
        color: #ccc;
    }
}

@media(max-width: 768px) {
    .articleimgcon {
        width: 200px;
        height: 150px;
        margin-right: 10px;
        padding: 0px;
    }

        .articleimgcon img {
            width: 100%;
            height: 150px;
        }

    .media {
        padding-bottom: 0px;
    }

    .media-body {
        height: 150px;
        position: relative;
    }

        .media-body span:first-child {
            font-size: 18px;
            font-weight: 600;
            line-height: 200%;
            float: none;
            display: block;
            padding-top: 0px;
        }

        .media-body p {
            font-size: 16px;
            line-height: 180%;
            height: 55px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -moz-box;
            -moz-line-clamp: 2 !important;
            -moz-box-orient: vertical;
        }

    .pmore {
        border: 1px solid #ddd;
        width: 120px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        bottom: 0;
    }

        .pmore .article-more {
            font-size: 14px;
            color: #ddd;
        }

    .articlelist .media-body .views, .articlelist .media-body .viewstxt {
        display: inline-block;
        height: 30px;
        overflow: hidden;
        line-height: 35px;
        margin-right: 5px;
        font-size: 16px;
        color: #999;
        letter-spacing: 0px;
    }
}

@media(max-width: 414px) {

    .homeproductcon_ul {
    }
    .homeproductcon_ul li{
        float:left;
        width:33.33%;
    }
    .homeproductcon_ul li a {
        display: block;
        padding: 0 5px;
        height: 30px;
        border: 1px solid #ddd;
        font-size: 12px;
        text-align: center;
        line-height: 28px;
        background: #fff;
    }
    .homeproductic,.homeproductnc {margin: 0 5px 10px 5px!important;}

    .articleimgcon {
        width: 90px;
        height: 60px;
        margin-right: 10px;
        padding: 0px;
    }

        .articleimgcon img {
            width: 100%;
            height: 100%;
        }

    .media {
        padding-bottom: 0px;
        margin-top: 10px;
    }

    .media-body {
        height: 60px;
        position: relative;
    }

        .media-body span:first-child {
            font-size: 14px;
            font-weight: 600;
            line-height: 150%;
            float: none;
            display: block;
            padding-top: 0px;
        }

        .media-body p {
            margin: 0px;
            font-size: 12px;
            line-height: 150%;
            height: 55px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -moz-box;
            -moz-line-clamp: 2 !important;
            -moz-box-orient: vertical;
        }

    .pmore {
        border: 1px solid #ddd;
        width: 120px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        bottom: 0;
        display: none;
    }

        .pmore .article-more {
            font-size: 14px;
            color: #ddd;
            display: none;
        }

    .articlelist .media-body .views, .articlelist .media-body .viewstxt {
        display: none;
    }
}
/****************************第六部分******************************/ /*homemessage*/
.homemessage input, .homemessage textarea {
    color: #333;
    border: 1px solid #ddd;
    letter-spacing: 1px;
    outline: none;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}

.address, .contant {
    width: 100%;
    margin: 5px 0px;
}

.map p {
    margin: 0;
}

.submit {
    color: #fff !important;
    width: 100%;
    font-size: 18px;
    letter-spacing: 2px;
    height: 60px;
    border: none;
}

.message-body {
    background: #f8f8f8;
    overflow: hidden;
    margin-top: 40px;
}
.divmessage {
    padding:0 40px;
}
.divmessage .message{
    padding:10px 0;
}
.message:nth-child(-n 2) {
    padding-top:0;
}



@media(min-width:992px) and (max-width:1024px) {
.divmessage {
    padding:0 20px;
}
}
@media(min-width:769px) and (max-width:991px) {
.divmessage {
    padding:0 20px;
}
.divmessage .message{padding: 10px 0;}
#btnsubmit{margin-bottom:0!important;}
}
@media(max-width:768px) {
#btnsubmit{margin-bottom:0!important;}
.divmessage {
    padding:0 10px;
}
.divmessage .message{padding: 5px 0;}
}
@media(max-width: 414px) {
.divmessage { padding:0 10px;}
.divmessage .message{padding: 5px 0;}
}
.message input.input,.message textarea.input,.message select {
    font-size: 16px;
    width: 100%;
    background: transparent;
    border: 1px solid #ccc;
    color: #999;
}
.message input.input,.message textarea.input,.message select {color: #666; padding: 8px;}
.message input[type="checkbox"]{-webkit-appearance: checkbox;}
.message input[type="radio"]{-webkit-appearance: radio;}




@media(max-width: 991px) {
    .homemessage .container {
        width: 100%;
        padding-left: inherit;
        padding-right: inherit;
    }

    .map {
        padding-left: inherit;
        padding-right: inherit;
        margin-top: 30px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .homemessage .title_style1 {
        margin: 0 20px;
    }
        .introduceshowstylem {
        padding: 0 10px;
    }
}

@media(min-width: 769px) {
    .homemessage input, .homemessage textarea {
        padding: 11.5px;
        font-size: 16px;
    }

    .map {
    }

    .address {
        margin-bottom: 20px;
    }

    .contant {
        margin-bottom: 20px;
        height: 180px;
    }

    .submit {
        margin: 0 0 20px;
    }

    .homemessage #validateimage {
        height: 40px;
    }
}

@media(max-width: 768px) {
    .map {
        padding-left: inherit;
        padding-right: inherit;
        margin-top: 10px;
    }

    .message-body {
        margin-top: 20px;
    }

    .homemessage .title_style1 {
        margin: 0px 2%;
    }

    .homemessage input, .homemessage textarea {
        padding: 5px;
        font-size: 18px;
    }


    .code {
        width: 2rem;
    }

    .contant {
        margin: 5px 0px;
    }

    .submit {
        margin: 5px 0px;
        padding: 15px;
    }

    .homemessage #validateimage {
        height: .4rem;
    }
}

@media(max-width:414px) {
    
    .message-body {
        margin-top: 20px;
    }
    .map {
        padding-left: inherit;
        padding-right: inherit;
        margin-top: 10px;
    }

    .submit {
        margin: 5px 0px;
        padding: 5px;
        font-size: 14px;
        letter-spacing: 2px;
        height: 30px;
        border: none;
    }

    .divmessage {
        padding-bottom: 0px;
    }
}
/*===introduce===*/
.divintroduce {
    border: solid 1px #ddd;
    background: #fff;
}

.kktitle {
    /*margin-top: 10px;*/
    padding-top:10px !important;
}

.kkcon {
    background: #fff;
    padding: 0px 10px 10px;
}
.kknew { background: #fff;}
@media (min-width: 1601px) {
    .introduceshowstylem {
        overflow: hidden;
        padding: 0 30px;
    }

    .parent {
        padding: 20px 10px 0px;
    }

    .introduceshowstyles .parent:nth-child(-n 3) {
        padding-top: 0px !important;
    }

    .kktitle {
        display: block;
        font-size: 24px;
        font-weight: 600;
        line-height: 180%;
    }

    .kksubintroduce {
        line-height: 180%;
        height: 60px;
        overflow: hidden;
        text-align: justify;
        color: #999;
    }
    /*.introduceimg
        {
            border-top: 1px #999 solid;
            border-left: 1px #999 solid;
            border-right: 1px #999 solid;    
            min-height: 300px;
        }*/
}

@media(min-width: 1251px) and (max-width: 1600px) {
    .parent {
        padding: 20px 10px 0px;
    }

    .introduceshowstyles .parent:nth-child(-n 3) {
        padding-top: 0px !important;
    }


    .introducelist {
        width: 100%;
    }

    .kktitle {
        padding: 0px;
        font-size: 18px;
        font-weight: 600;
        line-height: 200%;
    }

    .kkcon {
        padding: 0px 15px 15px;
    }

    .kksubintroduce {
        padding: 0;
        font-size: 14px;
        line-height: 150%;
        height: 40px;
        color: #999;
        overflow: hidden;
        text-align: justify;
    }
}

@media(min-width: 991px) and (max-width: 1250px) {
    .parent {
        padding: 20px 10px 0px;
    }

    .introduceshowstyles .parent:nth-child(-n 3) {
        padding-top: 0px !important;
    }

    .introducelist {
        width: 100%;
    }

    .kktitle {
        padding: 0px;
        font-size: 18px;
        font-weight: 600;
        line-height: 200%;
    }

    .kkcon {
        padding: 0px 10px 10px;
    }

    .kksubintroduce {
        padding: 0;
        font-size: 14px;
        line-height: 150%;
        height: 40px;
        color: #999;
        overflow: hidden;
        text-align: justify;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .parent {
        padding: 0 0px 10px;
    }
    .introduceshowstyles .parent:last-child {
        padding-bottom: 0px;
    }


    .introducelist {
    }

    .homeintroduce .container {
        padding-bottom: 20px;
    }

    .kktitle {
        font-size: 18px;
        line-height: 200%;
        font-weight: bold;
        margin-top:0;
    }

    .kkcon {
        padding: 0px 10px 10px;
    }

    .kksubintroduce {
        font-size: 14px;
        line-height: 180%;
        color: #999;
        height: 30px;
        overflow: hidden;
    }
}



@media (max-width: 767px) {
    .parent {
        padding: 0 0px 10px;
    }

    .introduceshowstyles .parent:last-child {
        padding-bottom: 0px;
    }

    .kktitle {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        margin-top:0;
    }

    .kkcon {
        padding: 0px 10px 10px;
    }

    .kksubintroduce {
        font-size: 14px;
        line-height: 150%;
        /*height: 40px;*/
         height: 20px;
        color: #999;
        overflow: hidden;
    }

    .introducelist {
        width: 100%;
    }

    .banner2 {
        margin-top: 20px;
        padding-bottom: 0px;
    }
}

@media (max-width: 414px) {
    .parent {
        padding: 0 0px 10px;
    }

    .introduceshowstyles .parent:last-child {
        padding-bottom: 0px;
    }

    .divintroduce {
        background: #fff;
    }

    .kktitle {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        line-height: 150%;
        font-weight: 600;
        margin-top:0;
    }

    .kkcon {
        padding: 0px 10px 10px;
    }

    .kksubintroduce {
        font-size: 12px;
        line-height: 150%;
        height: 33px;
        color: #999;
        overflow: hidden;
    }

    .introducelist {
        width: 100%;
    }
}

/***********************************内页****************************************/
/*广告图*/
.neibanner {
    max-height: 600px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .neibanner > a {
        /*height: 375px !important;*/
    }
}

@media (max-width: 414px) {
    .neibanner > a {
        /*height: 180px !importavnt;*/
    }
}
/*.neibanner img{width:100%;}*/
/*productlist*/
/*.productlistcon .col-xs-6
{
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 1250px)
{
.productlistcon .p_exhibition{ margin-right: 0px; margin-left: 0px;}
}
@media (min-width: 768px)and (max-width: 1249px)
{
.productlistcon .p_exhibition{ margin-right: -10px; margin-left: -10px;}
}
@media (min-width: 768px)
{
.productlistcon{ margin-top:30px;}
}
@media (max-width: 767px)
{
    .productlistcon .p_exhibition{ margin-left: -.1rem; margin-right: -.1rem;}
}*/

@media (min-width: 769px) {
    .productlistcon > .container {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .productlistcon > .container {
        margin-bottom: .1rem;
    }

        .productlistcon .row .col-xs-6 {
        }    
  .productlistcon #productlistcon1{min-height:6rem;} 
}


/**product**/
.bigimage {
    position: relative;
}

    .bigimage h3 {
        font-weight: bold;
    }

.introduct {
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0;
    background: #fff;
}

    .introduct div {
        color: #fff;
        height: 100%;
    }

.product .sub {
    color: #fff !important;
    width: 100%;
    border: inherit !important;
}

.product .tab-pane div a:hover {
    text-decoration: underline;
}

.productmessagelist > div {
    border-bottom: 1px solid #eee;
}

    .productmessagelist > div:first-child {
        border-top: 1px solid #eee;
    }

    .productmessagelist > div > p:last-child {
        color: #999;
    }

.productmessagelist img {
    display: inline-block !important;
}

.hybtn_prev, .hybtn_next {
    z-index: 11111;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    opacity: 0; /*可以改变数值*/
    transition: opacity .8s ease-in-out; /*可以改变时间*/
    -moz-transition: opacity .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out;
}

.bigimage:hover .hybtn_prev, .bigimage:hover .hybtn_next {
    opacity: 1.0; /*可以改变数值*/
    transition: opacity .55s ease-in-out; /*可以改变时间*/
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.hybtn_prev {
    background: url(/uploads/image/simages/hyleft.png) no-repeat left top;
}

.hybtn_next {
    background: url(/uploads/image/simages/hyright.png) no-repeat right top;
}

@media (min-width: 769px) {
    .bigimage_head {
        padding:10px 40px 10px;
    }

        .bigimage_head a {
            display: block;
            max-width: 1900px;
            margin: 0 auto;
            text-align: center;
            width: auto;
        }

        .bigimage_head h3 {
            line-height: 180%;
            margin: 10px 0;
        }

        .bigimage_head a img {
            max-width: 100%;
        }

    .productsecond {
        padding:10px 40px 0px;
    }

    .bigimage_prenext {
        margin-top: 20px;
        padding:0px 40px;
    }

    .introduct {
        height: 50px;
        line-height: 48px;
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

        .introduct div {
            width: 135px;
        }
    /*.product .sub{width:150px;}*/
    .product .sub {
        padding: 11.5px;
        font-size: 16px;
        margin-top: 20px;
    }
    /*.product table > tbody > tr td:first-child{ width:90px;}*/
    .product .tab-pane div input {
        height: 40px;
    }

        .product .tab-pane div input:nth-child(2) {
            width: 200px;
        }

    .product .tab-pane div > img {
        height: 38px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .product .tab-pane div:nth-child(2) span {
        width: 85px;
        display: inline-block;
    }

    .product .contant, .product .tab-pane div input:nth-child(2) {
        padding: 11.5px;
        font-size: 16px;
        color: #999;
    }

    .productmessagelist > div > p:first-child {
        margin-top: 10px;
    }

    .productmessagelist > div:first-child {
        margin-top: 60px;
    }

    .productmessagelist p {
        font-size: 14px;
    }

    .hybtn_prev, .hybtn_next {
        width: 67px !important;
        height: 122px !important;
        margin-top: -13px;
    }

    .hybtn_prev {
        left: 20px;
    }

    .hybtn_next {
        right: 20px;
    }

    .bigimage_content2 img {
        max-width: 100%;
    }
}

@media(min-width:992px) and (max-width:1219px) {
    .bigimage_head > a {
        max-width: 1000px;
        margin: 0 auto;
    }

        .bigimage_head > a > img {
            max-width: 100%;
        }
}
@media (max-width: 768px) {
    .bigimage_head {
        padding:10px 20px 10px;
    }
    .bigimage_head > a {
        display: block;
    }

        .bigimage_head > a > img {
            max-width: 100%;
        }

    .bigimage_head h3 {
        margin: 10px 0;
        padding: 0px;
    }

        .bigimage .bigimage_content {
            width: 100%;
            padding: .3rem;
            padding-right: .25rem;
            margin-bottom: .2rem;
        }

    .bigimage_content span {
        font-size: .16rem;
        color: #999;
    }

    .bigimage_content p {
        word-wrap: break-word;
        font-size: .16rem;
        line-height: .3rem;
        margin: 0;
        color: #333;
    }

    .bigimage_content span:first-child {
        font-size: .36rem;
        color: #333;
        font-weight: bold;
    }

    .bigimage_content span:last-child {
        display: block;
        margin-top: .15rem;
    }

    .bigimage_content p > span:first-child {
        color: #999;
        font-size: .16rem;
        font-weight: normal;
    }

    .bigimage_content2 img {
        max-width: 100%;
    }

    .bigimage_prenext {
        padding:10px 10px 0px;
    }

    .bigimage h3 {
        font-size: .3rem;
        line-height: inherit;
    }

    .introduct {
        height: .6rem;
        line-height: .59rem;
        font-size: .2rem;
        margin-bottom: .2rem;
        margin-top: .3rem;
    }

        .introduct div {
            width: 1.35rem;
        }

    .subtd {
        display: none;
    }

    .product .sub {
        width: 100%;
        margin-top: .2rem;
        height: .5rem;
        margin-bottom: .2rem;
    }
    /*.product table > tbody > tr td:first-child{ width:1.3rem;}*/
    .product .tab-pane {
        font-size: .24rem;
    }
        /*.product .tab-pane div input{ height:.5rem;}*/
        .product .tab-pane div input:nth-child(2) {
            width: 1.2rem;
        }

        .product .tab-pane div > img {
            height: .4rem;
            margin-left: .08rem;
            margin-right: .08rem;
        }

        .product .tab-pane div:nth-child(2) span {
            width: 1.2rem;
            display: inline-block;
        }

        .product .contant, .product .tab-pane div input:nth-child(2) {
            padding: .12rem;
            font-size: .2rem;
            color: #999;
        }

    .productmessagelist > div > p:first-child {
        margin-top: .1rem;
    }

    .productmessagelist > div:first-child {
        margin-top: .4rem;
    }

    .hybtn_prev, .hybtn_next {
        width: .67rem !important;
        height: 1.22rem !important;
        margin-top: -.13rem;
        background-size: cover;
    }

    .hybtn_prev {
        left: .2rem;
    }

    .hybtn_next {
        right: .2rem;
    }
}

@media (max-width: 414px) {

    .bigimage_prenext {
        padding:10px 10px 0px
    }
    .bigimage_head {
        padding:5px 10px 5px;
    }
}

/**articlelist**/
.articlelist .media-body .date {
    font-weight: inherit;
    color: #999;
}



@media (min-width: 769px) {
    .articlelist .media-body .date {
        font-size: 16px;
        line-height: 50px;
        width: 100px;
    }

    .articlelist .media-body .glyphicon {
        top: 0;
    }

    .articlelist .media-body .views, .articlelist .media-body .viewstxt {display: inline-block;vertical-align:middle;height: 30px;line-height: 30px;overflow: hidden;font-size: 16px;color: #999;}
        .articlelist .media-body i.timer,.articlelist .media-body i.vcount {
            display: inline-block;
            vertical-align: middle;
            width:15px; height:30px; margin-right:5px;
        }
    .articlelist .media-body i.timer {background: no-repeat center/100%;}
    .articlelist .media-body i.vcount {background: no-repeat center/100%;}
    .articlelist .articlecom {
        margin: 10px 40px 20px;
    }
    /*.articlecom{ margin-top:10px; margin-bottom:40px;}*/
}

.articlecon .articletxt {
    padding:0; margin:0;
}
@media (max-width: 768px) {
    .articlelist .media-body .glyphicon {
        top: 0;
    }

    .articlelist .media-body .date {
        font-size: 14px;
        line-height: 180%;
        display: block !important;
    }

    .articlelist .articlecom {
        padding: 20px 20px 0px;
        min-height:6rem;
    }
    /*.articlecom{ margin-bottom:.1rem;}*/
}
/**article**/
.articlecon {
    margin: 0 2% 40px;
}

    .articlecon .articletxt {
        font-weight: bold;
    }

    .articlecon .datecount {
        border-bottom: 1px dashed #ccc;
        color: #666;
    }
        .articlecon .datecount span {
            display:inline-block; vertical-align:middle;
        }
    .articlecon i.timer,.articlecon i.vcount {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height:15px;
        margin-right: 5px;
    }
    .articlecon .datecount i.timer {background: no-repeat center/100%;}
    .articlecon .datecount i.vcount {background: no-repeat center/100%;}





.prenext a {
    color: #fff;
}

.prenext .col-sm-2 span {
    display: block;
}

.prenext > div > a {
    opacity: 0.9;
}

    .prenext > div > a:hover {
        opacity: 1;
    }

@media (min-width: 768px) {
    .article > .container {
        padding-bottom: 20px;
    }

    .articlecon .articlehead {
        margin-top: 20px;
    }

    .articlecon .articletxt {
        font-size: 36px;
    }

    .articlecon .datecount {
        font-size: 16px;
        line-height: 50px;
    }
    
.prenext {
    margin-top:20px; margin-bottom:10px;
}
    .prenext a {
        font-size: 16px;
    }

    .prenext .col-sm-2 span {
        margin: 0 20px;
    }

    .prenext, .prenext .col-sm-5, .prenext .col-sm-2 span {
        height: 50px;
        line-height: 50px;
    }

        .prenext div a {
            padding: 0 20px;
        }
}

@media (max-width: 767px) {
    .articlecon {
        margin: 0 20px 20px;
    }

        .articlecon .articletxt {
            font-size: 16px;
            line-height: 180%;
        }

        .articlecon .datecount {
            font-size: 14px;
            line-height: 180%;
        }

    .prenext a {
        font-size: 14px;
    }

    .prenext, .prenext .col-sm-5, .prenext .col-sm-2 span {
        height: 40px;
        line-height: 40px;
    }

        .prenext div a {
            display: block;
            width: auto;
        }

        .prenext .col-xs-4 {
            text-align: center;
            padding:0px 5px;
        }

    .datecount span {
        padding: 5px;
    }
}

@media (max-width: 414px) {
    .prenext .col-sm-2 span {
        padding: 0 5px;
    }

    .articlecon {
        margin: 0 10px 10px;
    }

        .articlecon .datecount{
            font-size: 12px;
            line-height: 150%;
        }
}
/**messagelist**/
.messagelistcon > span {
    font-weight: bold;
    letter-spacing: 2px;
}

.messagelistcon #changevalidateimage:hover {
    text-decoration: underline;
}

#allmap {
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

.bmap_pop div > div {
    border-radius: 8px;
}

@media (min-width: 768px) {
    .messagelist > .container {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .messagelistcon > span {
        font-size: 30px;
        padding-top: 40px;
        padding-bottom: 15px;
    }

    #allmap {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .messagelist > .container {
        padding-top: .1rem;
        padding-bottom: .3rem;
    }

    .messagelistcon > span {
        font-size: .3rem;
        padding-top: .4rem;
        padding-bottom: .15rem;
    }

    .messagelistcon .messagetxt {
        margin-bottom: .2rem;
    }
    /*.singlepage #allmap{ margin-bottom: -.2rem;}*/
    #allmap {
        height: 5rem;
    }
}
/**singlepage**/
.singlepagecon {
    float: inherit;
}
.singlepagecon1 {
    float: inherit;
}
.singlepagecon1 img{
    margin-bottom:10px;
}


@media (min-width: 769px) {
    .singlepagecon {
        margin: 20px 40px 0px;
    }
     .singlepagecon1 {
        margin: 0 40px 0px;
    }
}

@media(max-width: 768px) {
    .singlepagecon {
        margin: 20px 10px 0px;
    }
    .singlepagecon1 {
        margin: 0 10px 0px;
    }
}
@media(max-width: 414px) {
    .singlepagecon {
        margin: 10px 10px 0px;
    }
    .singlepagecon1 {
        margin: 0 10px 0px;
    }
}

/*内页菜单*/
@media(min-width: 769px) {
    .neimenu_top {
        width: auto;
    }

        .neimenu_top .containernew {
            height: 90px;
            border-bottom: 1px solid #ccc;
            margin: 0 10px;
        }

            .neimenu_top .containernew > h3 {
                border-left: 5px solid #000;
                padding-left: 20px; 
                font-size: 30px;
                line-height: 100%;
                display: block;
                margin-top: 40px;
                font-weight: 600;
                max-width: 25%;
                float: left;
            }


        .neimenu .navbar-collapse {
            display: inline-block !important;
        }

    .divcategories { margin-bottom: 10px; }
        .divcategories ul { padding: 0; margin: 0; }
        .divcategories > ul > li { display: inline-block; float: left; margin: 0 10px 10px; position: relative; }
            .divcategories > ul > li a { display: block; padding: 0px 20px; border: solid 1px #cecece; line-height: 45px; }
            .divcategories > ul > li ul { display: none; position: absolute; width: 100%; background: #fff; top: 100%; left: 0; border: solid 1px #ccc; z-index: 2; }
                .divcategories > ul > li ul a { border: none; }
            .divcategories > ul > li:hover > ul { display: block; }
                .divcategories > ul > li:hover > ul li { position: relative; }
            .divcategories > ul > li > ul li:hover > ul { display: block; position: absolute; left: 100%; min-width: 200px; top: -1px; z-index: 3; }
            .divcategories > ul > li > a > span > i { display: inline-block; width: 0px; height: 0px; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }
            .divcategories > ul > li > ul i { display: inline-block; width: 0px; height: 0px; margin-left: 2px; vertical-align: middle; border-left: 4px solid; border-bottom: 4px solid transparent; border-top: 4px solid transparent; right: 10px; position: absolute; top: 18px; }


    .neimenu .navbar-collapse .nav > li:first-of-type { margin-left: 0px; }
    .neimenu .navbar-collapse .nav > li { margin-left: 20px; margin-bottom: 10px; }
        .neimenu .navbar-collapse .nav > li > a { height: 43px; line-height: 43px; padding: 0 30px; font-size: 16px; border: 1px solid #ccc; cursor: pointer; }
    .neimenu .navbar-header > span { display: none; }
    .neimenu .dropdown-menu { z-index: 1000; }
        .neimenu .dropdown-menu > li > a { font-size: 14px; height: 50px; line-height: 50px; padding: 0 15px; }
}

@media(max-width: 768px) {
    .neimenu_top .containernew {
        height: 40px;
        background-position: 5px;
        border-bottom: 1px solid #ccc;
        display: none;
        margin: 0 20px;
    }
        .neimenu_top .containernew > h3 {
            padding-left: 10px;
            font-size: 16px;
            line-height: 180%;
            display: block;
            margin-top: 20px;
            font-weight: bold;
            width: 25%;
            float: left;
        }

    .neimenu .containernew {
        margin: 20px 20px;
    }

        .neimenu .navbar-default .navbar-nav > li > a {
            /*padding: 10px;*/
            padding: 0;
            line-height:50px;
        }

        .neimenu .navbar-default .navbar-nav .open .dropdown-menu > li > a,
        .neimenu .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 0 .15rem 0 .4rem;
            border-color: #fafafa;
            height: 40px;
            line-height: 40px;
        }

        .neimenu .caret-right,.neimenu .caret {
            display:none;
            right: 10px;
            top: 20px;
        }
        .neimenu .dropdown{position:relative;}         
        .neimenu .wapdrow{display:inline-block;height:8px;width:8px;top:50%;transform:translatey(-50%);right:10px;position:absolute;background:url(/uploads/image/simg/jia.png) no-repeat center/100%;}
        .neimenu .chosed>.wapdrow{background:url(/uploads/image/simg/jian.png) no-repeat center/100%;}
        .neimenu .bgcolorfff>.wapdrow{display:inline-block;height:8px;width:8px;top:50%;transform:translatey(-50%);right:10px;position:absolute;background: no-repeat center/100%;}
        .neimenu .bgcolorfff.chosed>.wapdrow{background: no-repeat center/100%;}
        .nav .dropdown a{border-bottom:0;}

        .main-navigation .navbar-header { border: 1px solid #ddd; margin: 10px; position: relative; z-index: 1; }
        .main-navigation .divcategories { display: none; position: absolute; z-index: 5; top: 100%; left: -1px; width: calc(100%   2px); border: solid 1px #eee; background: #fff; padding-bottom:5px; }
        .main-navigation:hover .divcategories { display: block; }
            .main-navigation:hover .divcategories ul { margin: 0; padding: 0; }
            .main-navigation .divcategories>ul>li ul { display:none; }
    .divcategories > ul > li { margin: 0; }
        .divcategories > ul > li>a { display: block; padding: 0 0.1rem; font-size: 0.3rem; border-bottom:solid 1px #eee; position:relative; }
            .divcategories > ul > li > a>span { display: block; width: 100%; height: .8rem; line-height: .8rem; text-align: center; }
            .divcategories > ul > li > a>span>i{ display: block; width: 100%; height: .8rem; line-height: .8rem; text-align: center; }
        .divcategories > ul > li:hover > ul { display: block; width:100%; }
        .divcategories > ul > li ul li:hover > ul { display: block; width: 100%; }
        .divcategories > ul > li ul li { }
            .divcategories > ul > li ul li a { display: block; padding: 0 0.1rem; position: relative; font-size: 0.24rem; background: #f8f8f8; }
                    .divcategories > ul > li ul li a span { display: block; width: 100%; line-height: .6rem; text-align: center; }
        .divcategories > ul > li > a > span > i { display: inline-block; width: 0px; height: 0px; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }
        .divcategories > ul > li > ul i { display: inline-block; width: 0px; height: 0px; vertical-align: middle; border-left: 4px solid; border-bottom: 4px solid transparent; border-top: 4px solid transparent; position: absolute; top: 50%; margin-top: -4px; right:0.2rem; }



        .neimenu .navbar-header { height: 40px; line-height: 40px; text-align: center; }

        .neimenu .navbar-header > span {
            font-size: 18px;
        }

        .neimenu .navbar-header .navbar-toggle {
            line-height: 40px;
            height: 40px;
            width: 40px;
            border-left: 1px solid #ddd;
            padding: 0 .14rem;
            /*position: absolute;
            right: 10px;*/
        }

    .neimenu .navbar-collapse {
        border-top: 1px solid #ddd;
        width: 100%;
        right: 0;
        top: auto;
    }

    .neimenu .dropdown-menu > li > a {
        font-size: 0.24rem;
    }
}


@media(max-width:414px) {
    .neimenu .navbar-header > span { font-size: 0.24rem; }

    .neimenu_top .containernew {
        height: 30px;
        background:  no-repeat left;
        background-position: 5px;
        border-bottom: 1px solid #d8d8d8;
        display: none;
    }

        .neimenu_top .containernew > h3 {
            padding-left: 10px;
            font-size: 16px;
            line-height: 180%;
            display: block;
            margin-top: 10px;
            font-weight: bold;
            width: 25%;
            float: left;
        }

    .neimenu .containernew{ margin:10px 10px;}

    .articlelist .articlecom {
        padding:10px 10px 0px;
    }
}

.neimenu .navbar-default .navbar-nav {
    margin: 0px -1px!important;
    width: auto !important;
}

    .neimenu .navbar-default .navbar-nav > li > a {
        z-index: 102;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        background: #fff;
    }

        .neimenu .navbar-default .navbar-nav > li > a:hover {
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

    .neimenu .navbar-default .navbar-nav > .active > a,
    .neimenu .navbar-default .navbar-nav > .active > a:focus {
        color: #e2001c;
        border-color: #e2001c;
        background-color: transparent;
    }

        .neimenu .navbar-default .navbar-nav > .active > a:hover {
            background-color: transparent;
        }

.neimenu .main-navigation .navbar-nav > .open > a,
.neimenu .main-navigation .navbar-nav > .open > a:hover,
.neimenu .main-navigation .navbar-nav > .open > a:focus {
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
    box-shadow: -1px -1px 0px rgba(0, 0, 0, 0.03);
}

    .neimenu .main-navigation .navbar-nav > .open > a:active,
    .neimenu .main-navigation .navbar-nav > .open.active > a:active {
        background-color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        .neimenu .main-navigation .navbar-nav > .open > a:active   ul,
        .neimenu .main-navigation .navbar-nav > .open.active > a:active   ul {
            display: none;
        }

.neimenu .dropdown-menu {
    min-width: 200px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f1f1;
    z-index: 101;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    z-index: 1111;
}

    .neimenu .dropdown-menu > li > a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .neimenu .dropdown-menu .dropdown-menu {
        top: -1px;
        left: 100% !important;
        padding-top: 0;
        margin-left: 1px;
        border-left: none;
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
        border-top: 1px solid #f1f1f1;
    }
    @media(max-width:768px){
        .neimenu .dropdown-menu .dropdown-menu{
            top:unset !important;
            left:unset !important;
        }
    }

.neimenu .mega-menu.dropdown {
    position: static;
}

.neimenu .mega-menu .dropdown-menu {
    left: 0;
    top: 96%;
    width: 100%;
    padding: 20px 30px;
}

.neimenu .mega-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.neimenu .mega-menu h4.title {
    margin: 10px 0 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.neimenu .mega-menu .menu > li > a {
    padding: 5px 0;
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

    .neimenu .mega-menu .menu > li > a i,
    .neimenu .dropdown-menu > li > a i {
        padding-right: 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

.neimenu .mega-menu .menu > li:last-child > a {
    border-bottom: none;
}

.neimenu .mega-menu .menu > li > a:hover i,
.neimenu .dropdown-menu > li > a:hover i {
    padding-left: 5px;
}

.neimenu .mega-menu .menu > li > a:hover,
.neimenu .mega-menu .menu > li > a:focus {
    background-color: #ffffff;
    color: #e84c3d;
    border-color: #f1f1f1;
    text-decoration: none;
}

.neimenu .main-navigation.main-navigation .open .dropdown-menu,
.neimenu .open .dropdown-animation {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeindownsmall;
    animation-name: fadeindownsmall;
}

.neimenu .open .dropdown-animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.neimenu .main-navigation.main-navigation .dropdown-menu:hover .dropdown-menu {
    -webkit-animation-name: fadeinleftsmall;
    animation-name: fadeinleftsmall;
}

.neimenu .navbar-default .navbar-toggle .icon-bar {
    margin-bottom: .06rem;
    width: .4rem;
    height: 3px;
    background: #999;
    border-radius: .1rem;
}

@media (min-width:769px) {
    .neimenu {
        margin: 20px 0 0;
    }       
    .neimenu .main-navigation .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    .neimenu .navbar.navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .neimenu .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        float: left;
        margin: 0 40px 10px;
    }

    .neimenu .main-navigation .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    .neimenu .main-navigation .navbar-right > li:last-child > .dropdown-menu {
        right: 0;
        left: auto;
    }
}

@media (min-width:769px) and (max-width:1199px) {
    .neimenu .main-navigation .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
        .neimenu .navbar-default .navbar-nav > li {
            margin-bottom: 10px;
            margin-left: 16px;
        }
    /*.neimenu .navbar-default .navbar-nav > li > a {
		padding-right: 19px;
	}*/
}

@media (min-width:1200px) {
}

@media (max-width:768px) {
.divfloatbar {display:none;}
.foot_menu {display:block;}
    .neimenu .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .neimenu .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .neimenu .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #e84c3d;
        background-color: transparent;
    }

    .neimenu .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #ddd;
        font-size: 16px;
        height: auto;
    }

    .neimenu .navbar-default .navbar-nav > li:last-child > a {
        border-bottom: 1px solid transparent;
    }

    .neimenu .main-navigation .navbar-nav > .open > a,
    .neimenu .main-navigation .navbar-nav > .open > a:hover,
    .neimenu .main-navigation .navbar-nav > .open > a:focus {
        border-color: transparent;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .neimenu .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }

    .neimenu .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-left: 60px;
    }

    .neimenu .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding-left: 80px;
    }

    .neimenu .dropdown > a:before {
        right: 32px;
    }

    .neimenu .dropdown .dropdown > a:before {
        right: 36px;
    }
}
/*搜索*/
    .search-bar {
        width: 250px;
        margin: 2% auto 0;
        position: relative;
    }

        .search-bar input[type="text"] {
            width: 100%;
            padding: 4px 45px 4px 15px;
            height: 40px;
            border: 1px solid #ddd;
            background: none;
            display: inline-block;
            outline: none;
            -webkit-appearance: none;
            vertical-align: -webkit-baseline-middle;
            color: #666;
            font-size: 1em;
            border-radius: 30px;
        }

        .search-bar input[type="submit"] {
            background: url(/uploads/image/simages/search.png)no-repeat center;
            outline: none;
            -webkit-appearance: none;
            border: 0;
            display: inline-block;
            vertical-align: -webkit-baseline-middle;
            width: 35px;
            height: 40px;
            margin-right: 5px;
            position: absolute;
            right: 0px;
            top: 0px;
        }
   @media(max-width:768px){
         nav.navbar .search-bar{width:100%;margin:auto;float:unset !important;margin-bottom:10px;padding:0 10px;}
        .search-bar input[type="text"]{border-radius:5px;}
        .search-bar input[type="submit"]{margin-right:0;width:40px;background-color:#bebebe;border-radius:5px;margin-right:10px;}
   }

/*====右侧浮动条====*/
.divfloatbar {
    _position: absolute;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    font-size: 14px;
}

    .divfloatbar a {
        font-size: 14px;
    }

.ulbar {
    float: right;
    padding: 0px;
    margin: 0px;
}

    .ulbar li {
        display: block;
        position: relative;
        opacity: 0.8 !important;
        filter: alpha(opacity=80);
    }

        .ulbar li.lishow {
            opacity: 0.8 !important;
            filter: alpha(opacity=60);
            cursor: pointer;
        }

        .ulbar li .imgtriangle {
            display: none;
            position: absolute;
            z-index: 99;
        }

        .ulbar li:hover {
            opacity: 1 !important;
            filter: alpha(opacity=100);
        }

        .ulbar li .float_menu_img2 {
            display: none;
        }

        .ulbar li .divshowd {
            display: none;
            position: absolute;
            z-index: 22;
            min-width: 130px;
            min-height: 20px;
            background: #fff;
            border: 1px solid #ccc;
            padding: 10px;
            top: 0px;
            white-space: nowrap;
        }

            .ulbar li .divshowd p {
                margin: 5px 0px;
            }

        .ulbar li:hover .divshowd {
            display: block;
        }

        .ulbar li:hover .imgtriangle {
            display: block;
        }

        .ulbar li .divshowd > div {
            height: auto !important;
            margin-left: 0 !important;
            margin-top: 0 !important;
            min-width: 228px !important;
        }

@media (min-width: 768px) {
    .ulbar {
        width: 60px;
        height: 30px;
    }

        .ulbar li {
            width: 60px;
            height: 60px;
        }

            .ulbar li.lishow {
                height: 30px;
            }

            .ulbar li .imgtriangle {
                top: 25px;
                right: 52px;
            }

            .ulbar li .divshowd {
                right: 60px;
            }
}

@media (max-width: 767px) {
    .ulbar {
        width: 50px;
        height: 20px;
    }

        .ulbar li {
            width: 50px;
            height: 50px;
        }

            .ulbar li.lishow {
                height: 25px;
            }

        .ulbar .itimg, #lishow_img {
            width: 100%;
        }

        .ulbar li .imgtriangle {
            top: 18px;
            right: 42px;
        }

        .ulbar li .divshowd {
            right: 50px;
        }
}
/*=幻灯片样式二=*/
.main_image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

    .main_image ul {
        width: 9999px;
        height: 600px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main_image li {
        float: left;
        width: 100%;
        height: 600px;
    }

        .main_image li span {
            display: block;
            width: 100%;
            height: 600px;
        }

        .main_image li a {
            display: block;
            width: 100%;
            height: 600px;
        }

div.flicking_con {
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}

    div.flicking_con .flicking_inner {
        position: absolute;
        bottom:20px;
        width: 100%;
        height: 21px;
        text-align: center;
    }
    /* 121126 */
    div.flicking_con span {
        cursor: pointer;
        display: inline-block;
        width: 21px;
        height: 21px;
        line-height: 70px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background:  0 0 no-repeat;
    }

        div.flicking_con span.on {
            background-position: 0 -21px;
        }

#btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: block;
    width: 46px !important;
    height: 59px !important;
    top: 50%;
    margin-top: -29px;
    display: none;
}

#btn_prev {
    background: url(/uploads/image/simages/hover_left.png) no-repeat left top;
    left: 100px;
}

#btn_next {
    background: url(/uploads/image/simages/hover_right.png) no-repeat right top;
    right: 100px;
}

@media(max-width: 991px) {
    #btn_next, #btn_prev {
        display: none !important;
    }
}


@media(max-width: 767px) {
    div.flicking_con .flicking_inner {
        bottom: 0rem;
    }

    div.flicking_con span {
        cursor: pointer;
        display: inline-block;
        width: 10px;
        height: 10px;
        line-height: 70px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background:  0 0 no-repeat;
        background-size: cover;
    }
        div.flicking_con span.on {
            background-position: 0 -10px;
        }
}


/* slidebanner.css */
#et-slider-wrapper {
    position: relative;
    width: 100%;
}

.et-slide {
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .et-slide .container {
        padding: 220px 0 0;
    }

    .et-slide .description {
        text-shadow: 0 2px 2px rgba(0,0,0,0.3);
        color: #fff;
        font-size: 18px;
        float: left;
        width: 412px;
        padding-top: 95px;
        -webkit-animation-duration: .6s;
        -webkit-animation-delay: .4s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: .6s;
        -moz-animation-delay: .4s;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: both;
        -ms-animation-duration: .6s;
        -ms-animation-delay: .4s;
        -ms-animation-timing-function: ease;
        -ms-animation-fill-mode: both;
        animation-duration: .6s;
        animation-delay: .4s;
        animation-timing-function: ease;
        animation-fill-mode: both;
        -webkit-animation-name: fadeinup;
        -moz-animation-name: fadeinup;
        -o-animation-name: fadeinup;
        animation-name: fadeinup;
    }

.description h2 {
    font-size: 60px;
    color: inherit;
}

    .description h2 a {
        color: #fff;
    }

        .description h2 a:hover {
            text-decoration: none;
            color: rgba(255,255,255,0.95);
        }

.subtitle {
    font-size: 32px;
    text-transform: uppercase;
    color: #c3e54b;
}

.description .more {
    float: right;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.8);
    padding: 17px 28px;
    border: 1px solid #17242a;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 3px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 3px 3px rgba(0,0,0,0.3);
    background: #2a3f4a;
    background: -moz-linear-gradient(top, #2a3f4a 0%, #1e2f37 100%); /* ff3.6  */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a3f4a), color-stop(100%,#1e2f37)); /* chrome,safari4  */
    background: -webkit-linear-gradient(top, #2a3f4a 0%,#1e2f37 100%); /* chrome10 ,safari5.1  */
    background: -o-linear-gradient(top, #2a3f4a 0%,#1e2f37 100%); /* opera 11.10  */
    background: -ms-linear-gradient(top, #2a3f4a 0%,#1e2f37 100%); /* ie10  */
    background: linear-gradient(to bottom, #2a3f4a 0%,#1e2f37 100%); /* w3c */
}

    .description .more:hover {
        color: rgba(255,255,255,0.9);
        text-decoration: none;
    }

.featured-image {
    float: right;
    width: 535px;
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: .8s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: .8s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: .8s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: .8s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    -webkit-animation-name: bouncein;
    -moz-animation-name: bouncein;
    -o-animation-name: bouncein;
    animation-name: bouncein;
}

.js .et-slide {
    display: none;
}

    .js .et-slide:first-child {
        display: block;
    }

.et-slider-arrows a {
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    text-indent: -9999px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

#et-slider-wrapper .et-arrow-prev {
    left: 60px;
    background: url(/uploads/image/simages/arrow.png);
}

#et-slider-wrapper .et-arrow-next {
    right: 60px;
    background: url(/uploads/image/simages/arrow.png) 80px 0;
}

#et-slider-wrapper:hover .et-slider-arrows a {
    opacity: 1;
}

#et-slider-wrapper:hover .et-arrow-prev {
    left: 80px;
}

#et-slider-wrapper:hover .et-arrow-next {
    right: 80px;
}

#et-slider-controls {
    position: absolute;
    bottom: 75px;
    left: 0;
    bottom: 20px;
    width: 100%;
}

    #et-slider-controls .et-controllers {
        width: 100%;
        text-align: center;
        height: 17px;
    }

        #et-slider-controls .et-controllers a {
            overflow: hidden;
            display: inline-block;
            width: 52px;
            height: 3px;
            text-indent: -9999px;
            margin: 0 3px;
            background: #ccc;
        }

            #et-slider-controls .et-controllers a.et-active-control {
                background: #ff072a;
            }

.et-controllers a.et-active-control:hover {
    cursor: default;
}

@media (max-width: 767px) {
    #et-slider-controls .et-controllers a {
        width: 20px;
        height: 5px;
    }
}
/*------------------------------------------------*/
/*-------------------[comments]-------------------*/
/*------------------------------------------------*/

.commentlist, #respond {
    padding: 40px;
}

#comments, #reply-title {
    font-size: 30px;
    text-transform: uppercase;
}

.comment-body {
    position: relative;
    padding: 0 0 0 75px;
    margin: 20px 0;
}

.comment_avatar {
    position: absolute;
    top: 0;
    left: 0;
}

    .comment_avatar img {
        display: block;
    }

    .comment_avatar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
        -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
        box-shadow: inset 0 0 7px rgba(0,0,0,0.5);
    }

.comment_postinfo {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.fn, .fn a {
    color: #454545;
    text-decoration: none;
}

.comment_date {
    color: #c3e54b;
    margin-left: 4px;
}

.comment-reply-link, .form-submit #submit {
    float: right;
    position: relative;
    padding-right: 12px;
    color: #454545;
    font-size: 18px;
    text-transform: uppercase;
}

    .comment-reply-link:hover {
        color: #111;
        text-decoration: none;
    }

    .comment-reply-link:before {
        content: '\00bb';
        position: absolute;
        top: 0;
        right: 0;
        color: #c3e54b;
    }

.commentlist .children {
    padding-left: 75px;
}

#respond {
    margin-top: 60px;
}

#commentform input[type="text"] {
    width: 40%;
}

#commentform textarea {
    width: 89%;
}

#commentform textarea, #commentform input[type="text"] {
    border: 1px solid #e0dddd;
    padding: 20px;
    color: #555e58;
    font-size: 14px;
    background: #fff;
    -moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 7px rgba(0,0,0,0.1);
}

#reply-title small {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'open sans', arial, sans-serif;
}

.form-submit {
    text-align: right;
}

    .form-submit input {
        font-size: 14px;
        float: none;
    }

.comment #respond, #trackbacks {
    margin-bottom: 30px;
}

.comment #respond {
    background: none;
    -moz-box-shadow: none;
    -webkit-filter: none;
    filter: none;
    padding: 0;
    margin-top: 32px;
}

.form-submit #submit {
    background: none;
    border: none;
}

/*------------------------------------------------*/
/*---------------------[footer]-------------------*/
/*------------------------------------------------*/

#footer-widgets {
    border-top: 1px solid #d8d8d8;
    padding: 99px 0 59px;
    text-shadow: 1px 1px 0 #fff;
    background-color: #ececec;
}

#footer-copyright {
    margin-top: -9px;
    font-family: georgia, serif;
    font-style: italic;
    font-size: 16px;
    color: #c5c5c5;
    margin-bottom: -5px;
}

.footer-widget {
    float: left;
    width: 280px;
    margin-right: 60px;
    color: #787878;
}

    .footer-widget h4.widgettitle {
        font-size: 30px;
        padding-bottom: 9px;
        text-transform: uppercase;
        color: #454545;
    }

#footer-bottom {
    padding: 55px 0 25px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.bottom-nav li {
    float: left;
    padding-right: 22px;
}

    .bottom-nav li.current_page_item a {
        color: #c3e54b;
        font-weight: 800;
    }

    .bottom-nav li a {
        color: #fff;
        text-decoration: none;
    }

        .bottom-nav li a:hover {
            color: #eee;
        }

p#copyright {
    text-align: right;
    font-size: 12px;
    color: #fff;
}

    p#copyright a {
        color: #fff;
        font-weight: 800;
    }

.f_widget {
    margin-bottom: 25px;
}


/*------------------------------------------------*/
/*--------------------[sidebar]-------------------*/
/*------------------------------------------------*/

#sidebar {
    float: left;
    width: 290px;
}

    #sidebar a, #footer-widgets a {
        color: #454545;
    }

        #sidebar a:hover, #footer-widgets a:hover {
            color: #111;
            text-decoration: none;
        }

.widget {
    margin-bottom: 42px;
    text-shadow: 1px 1px 0 #fff;
}

    .widget h4.widgettitle {
        font-size: 30px;
        text-transform: uppercase;
        padding-bottom: 14px;
        color: #454545;
    }

    .widget li, .f_widget li {
        padding: 0 0 15px 15px;
        background:  no-repeat 0 6px;
    }

        .widget li:hover, .f_widget li:hover {
            background-image: ;
        }

        .f_widget li ul, .widget li ul {
            margin: 15px 0 -15px;
        }

/*------------------------------------------------*/
/*------------[captions and alignments]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin-bottom: 10px;
    max-width: 96%;
    padding: 8px;
}

    .wp-caption.alignleft {
        margin: 0px 10px 10px 0px;
    }

    .wp-caption.alignright {
        margin: 0px 0px 10px 10px;
    }

    .wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
    }

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

#mobile_menu {
    position: absolute;
    top: 30px;
    left: -52px;
    text-align: left;
}

    #mobile_menu a {
        font-weight: 300;
        color: #fff;
        text-decoration: none;
    }

    #mobile_menu ul {
        display: block !important;
        visibility: visible !important;
    }

        #mobile_menu ul a {
            padding-left: 40px;
        }

        #mobile_menu ul ul a {
            padding-left: 60px;
        }

        #mobile_menu ul ul ul a {
            padding-left: 80px;
        }

/*------------------------------------------------*/
/*-----------------[wp calendar]-----------------*/
/*------------------------------------------------*/
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 240px;
}

    #wp-calendar a {
        display: block;
        text-decoration: none;
        font-weight: bold;
    }

        #wp-calendar a:hover {
            text-decoration: underline;
        }

    #wp-calendar caption {
        text-decoration: none;
        font: bold 13px arial, sans-serif;
    }

    #wp-calendar td {
        padding: 3px 5px;
    }

        #wp-calendar td#today {
            color: #111;
            font-weight: bold;
        }

    #wp-calendar th {
        font-style: normal;
        text-transform: capitalize;
        padding: 3px 5px;
    }

    #wp-calendar #prev a, #wp-calendar #next a {
        font-size: 9pt;
    }

    #wp-calendar #next a {
        padding-right: 10px;
        text-align: right;
    }

    #wp-calendar #prev a {
        padding-left: 10px;
        text-align: left;
    }

/*------------------------------------------------*/
/*-------------------[page navi]------------------*/
/*------------------------------------------------*/
.pagination {
    overflow: hidden;
    padding: 20px 0;
}

#content .wp-pagenavi {
    text-align: right;
}

    #content .wp-pagenavi a, #content .wp-pagenavi span {
        background: #fff;
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        border: none;
        padding: 14px 18px;
        font-size: 18px;
        color: #d8d8d8;
        font-weight: normal !important;
        margin: 0 4px;
    }

        #content .wp-pagenavi span.current, #content .wp-pagenavi a:hover {
            color: #454545;
        }

    #content .wp-pagenavi .nextpostslink, #content .wp-pagenavi .previouspostslink {
        color: #c3e54b;
    }

    #content .wp-pagenavi .pages {
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.mobile_nav, #mobile_menu {
    display: none;
}

.fullwidth #left-area {
    float: none;
    width: auto;
}

.entry .wp-pagenavi {
    padding-top: 30px;
}

.et_embedded_videos {
    display: none;
}

.et_pt_gallery_entry {
    margin-left: 67px !important;
}

#et_pt_portfolio_gallery {
    margin-left: -33px !important;
}

.et_pt_portfolio_item {
    margin-left: 16px !important;
}

.et_portfolio_large .et_pt_portfolio_item {
    width: 420px !important;
}

@media only screen and ( max-width: 1002px ) {
    #et-search, p#et-search-title, p#et-search-title span {
        background: none !important;
    }

    #et-search {
        width: auto !important;
        height: auto !important;
    }

    #et-search-inner {
        padding: 0 !important;
    }

    #et-search-right {
        float: none !important;
        clear: both;
        text-align: left !important;
    }

    #et_search_submit {
        background: #bbb8b8 !important;
        color: #111 !important;
    }

    p#et-search-title {
        margin-bottom: 2px !important;
    }

        p#et-search-title span {
            padding: 0 !important;
            text-shadow: none !important;
        }

    #et-searchinput {
        width: auto !important;
    }

    p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat {
        float: none !important;
    }

    #et-search-left {
        float: none !important;
        width: 100% !important;
    }
}

@media only screen and ( min-width: 768px ) and ( max-width: 1002px ) {
    #logo {
        float: none;
    }

    #menu-wrap {
        float: none;
        clear: both;
        padding-top: 38px;
    }

    .et-slide .container {
        padding-top: 250px;
    }

    .et-slide .description {
        width: 277px;
        padding-top: 32px;
    }

    .description h2 {
        font-size: 48px;
    }

    .featured-image, #et-slider-controls .et-controllers {
        width: 402px;
        margin: 0 auto;
    }

    .et-slider-arrows a {
        top: 413px;
    }

    #et-slider-wrapper .et-arrow-prev {
        left: 0;
    }

    #et-slider-wrapper .et-arrow-next {
        right: 0;
    }

    #et-slider-wrapper:hover .et-arrow-prev {
        left: 25px;
    }

    #et-slider-wrapper:hover .et-arrow-next {
        right: 25px;
    }

    .subtitle, .service h3, .testimonial .title, .footer-widget h4.widgettitle {
        font-size: 24px;
    }

    .description .more {
        font-size: 18px;
    }

    .service {
        margin-right: 35px;
        width: 155px;
    }

    #testimonials {
        width: 313px;
    }

    .testimonial {
        padding: 30px 26px 27px 39px;
    }

        .testimonial .title {
            padding-bottom: 3px;
        }

        .testimonial span.title {
            display: block;
        }

    #recent-updates {
        width: 331px;
    }

    #logos img {
        max-width: 136px;
    }

    .footer-widget {
        margin-right: 52px;
        width: 208px;
    }

    #left-area {
        width: 472px;
    }

    #sidebar {
        width: 209px;
    }

    .page-title-area {
        padding-top: 95px;
    }

        .page-title-area h1 {
            font-size: 48px;
        }

    .entry .meta-info {
        font-size: 24px;
    }

    #et_pt_portfolio_gallery {
        margin-left: -35px !important;
    }

    .et_pt_portfolio_item {
        margin-left: 13px !important;
        width: 201px !important;
    }

    .et_portfolio_more_icon, .et_portfolio_zoom_icon {
        top: 50px !important;
    }

    .et_portfolio_more_icon {
        left: 65px !important;
    }

    .et_portfolio_zoom_icon {
        left: 106px !important;
    }

    #et_pt_portfolio_gallery.et_portfolio_small {
        margin-left: -18px !important;
    }

        #et_pt_portfolio_gallery.et_portfolio_small .et_pt_portfolio_item {
            margin-left: 8px !important;
            width: 117px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon {
            top: 20px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_more_icon {
            left: 26px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_small .et_portfolio_zoom_icon {
            left: 62px !important;
        }

    #et_pt_portfolio_gallery.et_portfolio_large {
        margin-left: -28px !important;
    }

        #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
            margin-left: -3px !important;
            width: 321px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            top: 99px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
            left: 140px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            left: 178px !important;
        }
}

@media only screen and ( max-width: 767px ) {
    .top-content.container {
        text-align: center;
    }

    #logo, #top-menu {
        float: none;
    }

    #social-icons, .description p {
        display: none;
    }

    .description .subtitle {
        display: block;
    }

    .description .more {
        font-size: 18px;
        float: left;
        padding: 17px;
    }

    .et-slide .container {
        padding-top: 233px;
    }

    .et-slide .description {
        width: 203px;
        padding-top: 22px;
    }

    .featured-image {
        width: 211px;
    }

    #et-slider-controls .et-controllers {
        width: 100%;
        text-align: center;
    }

    #et-slider-controls {
        bottom: .2rem;
    }

    #et-slider-wrapper .et-arrow-prev {
        left: 0;
    }

    #et-slider-wrapper .et-arrow-next {
        right: 0;
    }

    #et-slider-wrapper:hover .et-arrow-prev {
        left: 10px;
    }

    #et-slider-wrapper:hover .et-arrow-next {
        right: 10px;
    }

    .description h2 {
        font-size: 36px;
    }

    .subtitle {
        font-size: 18px;
    }

    .service {
        float: none;
        margin-bottom: 35px;
    }

        .service h3, .footer-widget h4.widgettitle {
            font-size: 24px;
        }

    .service {
        margin-right: 0;
        width: 414px;
    }

    #testimonials, #recent-updates {
        float: none;
        width: auto;
    }

    #testimonials {
        margin: 0 0 50px 24px;
    }

    .testimonial {
        padding: 32px 36px 27px 39px;
    }

    #recent-updates {
        margin-left: 60px;
    }

    #logos {
        padding-bottom: 0;
    }

        #logos img {
            max-width: 189px;
            margin-bottom: 50px;
        }

        #logos a:nth-child(2) {
            margin-right: 0;
        }

    .footer-widget {
        margin-right: 0;
        width: auto;
        margin-bottom: 50px;
        float: none;
    }

        .footer-widget.last {
            margin-bottom: 0;
        }

    #footer-bottom .container, p#copyright {
        text-align: center;
    }

    .bottom-nav {
        display: inline-block;
    }

    p#copyright {
        padding-top: 25px;
    }

    #menu-wrap, #sidebar {
        display: none;
    }

    .mobile_nav {
        display: inline-block;
    }

    #et_mobile_nav_menu {
        margin-top: 45px;
    }

    .mobile_nav {
        padding-bottom: 8px;
    }

        .mobile_nav:hover {
            text-decoration: none;
        }

    .page-title-area {
        padding-top: 51px;
    }

        .page-title-area h1 {
            font-size: 48px;
        }

        .page-title-area .subtitle, .entry .meta-info {
            font-size: 24px;
        }

    #left-area {
        float: none;
        margin-right: 0;
        width: auto;
    }

    #et_pt_gallery {
        margin-left: -44px !important;
        margin-right: -40px !important;
    }

    .et_pt_gallery_entry {
        margin-left: 7px !important;
    }

    #et_contact_right {
        width: 50% !important;
        margin-left: 0 !important;
        float: none !important;
    }

    .sitemap-col {
        float: none !important;
        width: auto !important;
    }

    .et_pt_portfolio_item {
        margin-left: 30px !important;
    }

    .et_portfolio_small .et_pt_portfolio_item {
        width: 380px !important;
        margin-bottom: 10px;
    }

    .et_portfolio_small .et_pt_portfolio_entry {
        float: left;
        margin-right: 15px;
    }

    .et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon {
        top: 30px !important;
    }

    .et_portfolio_small .et_portfolio_more_icon {
        left: 38px !important;
    }

    .et_portfolio_small .et_portfolio_zoom_icon {
        left: 77px !important;
    }

    #et_pt_portfolio_gallery.et_portfolio_large {
        margin-left: 0 !important;
    }

        #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
            margin-left: -27px !important;
            width: 404px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            top: 109px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
            left: 155px !important;
        }

        #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            left: 195px !important;
        }
}

@media only screen and ( max-width: 479px ) {
    .featured-image, #et-search-form, #content .wp-pagenavi .pages {
        display: none;
    }

    .et-slide .description {
        float: none;
        width: 100%;
    }

        .et-slide .description .more {
            float: none;
        }

    .top-content.container, .et-slide .container, #logos .container, p#copyright {
        text-align: center;
    }

    #logo, #top-menu {
        float: none;
    }

    #social-icons, #footer-widgets, .bottom-nav {
        display: none;
    }

    .description h2 {
        font-size: 36px;
    }

    .subtitle, .entry .meta-info {
        font-size: 18px;
    }

    .service h3 {
        font-size: 24px;
    }

    .service {
        margin-right: 0;
        width: 255px;
    }

    .testimonial {
        padding: 32px 36px 27px 39px;
    }

    #recent-updates {
        margin-left: 0;
    }

    #logos img {
        max-width: 189px;
        margin-bottom: 50px;
    }

    #footer-bottom {
        padding-top: 0;
    }

    .page-title-area h1 {
        font-size: 36px;
    }

    #breadcrumbs {
        padding: 10px 0;
    }

    .et_pt_gallery_entry {
        margin-left: 56px !important;
    }

    p.et-registration {
        margin-top: 35px !important;
    }

    .et-protected-form {
        padding: 0 !important;
        background: none !important;
    }

    .et-protected {
        width: auto !important;
    }

    #et_pt_portfolio_gallery, #et_pt_portfolio_gallery.et_portfolio_large {
        margin-left: 0 !important;
    }

        .et_pt_portfolio_item, #et_pt_portfolio_gallery.et_portfolio_large .et_pt_portfolio_item {
            margin-left: 0 !important;
            width: 228px !important;
        }

        .et_portfolio_more_icon, .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            top: 53px !important;
        }

        .et_portfolio_more_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_more_icon {
            left: 70px !important;
        }

        .et_portfolio_zoom_icon, #et_pt_portfolio_gallery.et_portfolio_large .et_portfolio_zoom_icon {
            left: 110px !important;
        }

    .entry .et_portfolio_small .et_pt_portfolio_item {
        width: 262px !important;
        margin-left: 0 !important;
    }

    .et_portfolio_small .et_pt_portfolio_item {
        margin-left: -15px !important;
        width: 254px !important;
    }
}

/*------------------------------------------------*/
/*-----------------[color schemes-----------------*/
/*------------------------------------------------*/

/*--------------------[purple]--------------------*/
.et_color_scheme_purple #breadcrumbs-wrapper, .et_color_scheme_purple #services {
    border-top: 1px solid #692c6d;
    background: #4d2050;
    background: -moz-linear-gradient(top, .et_color_scheme_purple#4d2050 0%, .et_color_scheme_purple#3c1a3e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_purpleleft top, .et_color_scheme_purpleleft bottom, .et_color_scheme_purplecolor-stop(0%,rgba(29, .et_color_scheme_purple47, .et_color_scheme_purple56, .et_color_scheme_purple1)), .et_color_scheme_purplecolor-stop(100%,#3c1a3e));
    background: -webkit-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#4d2050', .et_color_scheme_purpleendcolorstr='#3c1a3e',gradienttype=0 );
}

.et_color_scheme_purple .description .more {
    background: #4d2050;
    background: -moz-linear-gradient(top, .et_color_scheme_purple#4d2050 0%, .et_color_scheme_purple#3c1a3e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_purpleleft top, .et_color_scheme_purpleleft bottom, .et_color_scheme_purplecolor-stop(0%,rgba(29, .et_color_scheme_purple47, .et_color_scheme_purple56, .et_color_scheme_purple1)), .et_color_scheme_purplecolor-stop(100%,#3c1a3e));
    background: -webkit-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_purple#4d2050 0%,#3c1a3e 100%);
}

.et_color_scheme_purple #breadcrumbs, .et_color_scheme_purple.read-more span, .et_color_scheme_purple.testimonial span.title, .et_color_scheme_purple.entry .meta-info, .et_color_scheme_purple.entry .meta-info a, .et_color_scheme_purple.entry .meta-info a:hover, .et_color_scheme_purple.subtitle, .et_color_scheme_purple.comment_date, .et_color_scheme_purple.comment-reply-link:before, .et_color_scheme_purple.bottom-nav li.current_page_item a, .et_color_scheme_purple#content .wp-pagenavi .nextpostslink, .et_color_scheme_purple#content .wp-pagenavi .previouspostslink {
    color: #d166d8;
}

.mobile_nav {
    border-color: #d166d8;
}

#top-menu a .menu-highlight, .et_color_scheme_purple#mobile_menu .menu-highlight {
    background-color: #d166d8;
}

.subtitle {
    color: #fff;
}

/*--------------------[blue]--------------------*/
.et_color_scheme_blue #breadcrumbs-wrapper, .et_color_scheme_blue #services {
    border-top: 1px solid #2e479b;
    background: #21326b;
    background: -moz-linear-gradient(top, .et_color_scheme_blue#21326b 0%, .et_color_scheme_blue#172658 100%);
    background: -webkit-gradient(linear, .et_color_scheme_blueleft top, .et_color_scheme_blueleft bottom, .et_color_scheme_bluecolor-stop(0%,#21326b), .et_color_scheme_bluecolor-stop(100%,#172658));
    background: -webkit-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -o-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: linear-gradient(to bottom, .et_color_scheme_blue#21326b 0%,#172658 100%);
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#21326b', .et_color_scheme_blueendcolorstr='#172658',gradienttype=0 );
}

.et_color_scheme_blue .description .more {
    background: #21326b;
    background: -moz-linear-gradient(top, .et_color_scheme_blue#21326b 0%, .et_color_scheme_blue#172658 100%);
    background: -webkit-gradient(linear, .et_color_scheme_blueleft top, .et_color_scheme_blueleft bottom, .et_color_scheme_bluecolor-stop(0%,#21326b), .et_color_scheme_bluecolor-stop(100%,#172658));
    background: -webkit-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -o-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_blue#21326b 0%,#172658 100%);
    background: linear-gradient(to bottom, .et_color_scheme_blue#21326b 0%,#172658 100%);
}

.et_color_scheme_blue #breadcrumbs, .et_color_scheme_blue.read-more span, .et_color_scheme_blue.testimonial span.title, .et_color_scheme_blue.entry .meta-info, .et_color_scheme_blue.entry .meta-info a, .et_color_scheme_blue.entry .meta-info a:hover, .et_color_scheme_blue.subtitle, .et_color_scheme_blue.comment_date, .et_color_scheme_blue.comment-reply-link:before, .et_color_scheme_blue.bottom-nav li.current_page_item a, .et_color_scheme_blue#content .wp-pagenavi .nextpostslink, .et_color_scheme_blue#content .wp-pagenavi .previouspostslink {
    color: #3e6afa;
}

.et_color_scheme_blue .mobile_nav {
    border-color: #3e6afa;
}

.et_color_scheme_blue #top-menu a .menu-highlight, .et_color_scheme_blue#mobile_menu .menu-highlight {
    background-color: #3e6afa;
}

.et_color_scheme_blue .subtitle {
    color: #fff;
}

/*--------------------[green]--------------------*/
.et_color_scheme_green #breadcrumbs-wrapper, .et_color_scheme_green #services {
    border-top: 1px solid #288a3b;
    background: #134f1e;
    background: -moz-linear-gradient(top, .et_color_scheme_green#216b2f 0%, .et_color_scheme_green#134f1e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_greenleft top, .et_color_scheme_greenleft bottom, .et_color_scheme_greencolor-stop(0%,#216b2f), .et_color_scheme_greencolor-stop(100%,#134f1e));
    background: -webkit-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#216b2f', .et_color_scheme_greenendcolorstr='#134f1e',gradienttype=0 );
}

.et_color_scheme_green .description .more {
    background: #134f1e;
    background: -moz-linear-gradient(top, .et_color_scheme_green#216b2f 0%, .et_color_scheme_green#134f1e 100%);
    background: -webkit-gradient(linear, .et_color_scheme_greenleft top, .et_color_scheme_greenleft bottom, .et_color_scheme_greencolor-stop(0%,#216b2f), .et_color_scheme_greencolor-stop(100%,#134f1e));
    background: -webkit-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -o-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
    background: linear-gradient(to bottom, .et_color_scheme_green#216b2f 0%,#134f1e 100%);
}

.et_color_scheme_green #breadcrumbs, .et_color_scheme_green.read-more span, .et_color_scheme_green.testimonial span.title, .et_color_scheme_green.entry .meta-info, .et_color_scheme_green.entry .meta-info a, .et_color_scheme_green.entry .meta-info a:hover, .et_color_scheme_green.subtitle, .et_color_scheme_green.comment_date, .et_color_scheme_green.comment-reply-link:before, .et_color_scheme_green.bottom-nav li.current_page_item a, .et_color_scheme_green#content .wp-pagenavi .nextpostslink, .et_color_scheme_green#content .wp-pagenavi .previouspostslink {
    color: #21ab3b;
}

.et_color_scheme_green .mobile_nav {
    border-color: #21ab3b;
}

.et_color_scheme_green #top-menu a .menu-highlight, .et_color_scheme_green#mobile_menu .menu-highlight {
    background-color: #21ab3b;
}

.et_color_scheme_green a {
    color: #21ab3b;
}

.et_color_scheme_green .subtitle {
    color: #fff;
}

/*--------------------[red]--------------------*/
.et_color_scheme_red #breadcrumbs-wrapper, .et_color_scheme_red #services {
    border-top: 1px solid #a31818;
    background: #560101;
    background: -moz-linear-gradient(top, .et_color_scheme_red#770e0e 0%, .et_color_scheme_red#560101 100%);
    background: -webkit-gradient(linear, .et_color_scheme_redleft top, .et_color_scheme_redleft bottom, .et_color_scheme_redcolor-stop(0%,#770e0e), .et_color_scheme_redcolor-stop(100%,#560101));
    background: -webkit-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -o-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: linear-gradient(to bottom, .et_color_scheme_red#770e0e 0%,#560101 100%);
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#770e0e', .et_color_scheme_redendcolorstr='#560101',gradienttype=0 );
}

.et_color_scheme_red .description .more {
    background: #560101;
    background: -moz-linear-gradient(top, .et_color_scheme_red#770e0e 0%, .et_color_scheme_red#560101 100%);
    background: -webkit-gradient(linear, .et_color_scheme_redleft top, .et_color_scheme_redleft bottom, .et_color_scheme_redcolor-stop(0%,#770e0e), .et_color_scheme_redcolor-stop(100%,#560101));
    background: -webkit-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -o-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: -ms-linear-gradient(top, .et_color_scheme_red#770e0e 0%,#560101 100%);
    background: linear-gradient(to bottom, .et_color_scheme_red#770e0e 0%,#560101 100%);
}

.et_color_scheme_red #breadcrumbs, .et_color_scheme_red.read-more span, .et_color_scheme_red.testimonial span.title, .et_color_scheme_red.entry .meta-info, .et_color_scheme_red.entry .meta-info a, .et_color_scheme_red.entry .meta-info a:hover, .et_color_scheme_red.subtitle, .et_color_scheme_red.comment_date, .et_color_scheme_red.comment-reply-link:before, .et_color_scheme_red.bottom-nav li.current_page_item a, .et_color_scheme_red#content .wp-pagenavi .nextpostslink, .et_color_scheme_red#content .wp-pagenavi .previouspostslink {
    color: #f04848;
}

.et_color_scheme_red .mobile_nav {
    border-color: #f04848;
}

.et_color_scheme_red #top-menu a .menu-highlight, .et_color_scheme_red#mobile_menu .menu-highlight {
    background-color: #f04848;
}

.et_color_scheme_red a {
    color: #f04848;
}

.et_color_scheme_red .subtitle {
    color: #fff;
}

/* slidebanner.css end */





@media(max-width:767px) {
    .myvideo {
        float: none !important;
        padding: 0px !important;
    }

    .video-js {
        margin: 0 auto;
        width: 100%;
    }

    iframe {
        width: 100%;
        height: 5.0rem;
    }
}

/*联系我们*/
.contact {
    width: 100%;
    padding: 0;
    margin-left: -4px;
}

    .contact li {
        height: 118px;
        padding: 18px 0 0 40px;
    }

        .contact li:hover {
            background: #e2001c;
            border-color: #e2001c;
            cursor: pointer;
        }

        .contact li > .contact_img {
            width: 30%;
            float: left;
            background:  no-repeat;
            height: 80px;
        }

        .contact li:hover .contact_img {
            background:  no-repeat;
        }

        .contact li:nth-child(1) > .contact_img {
            background-position: 0 0;
        }

        .contact li:nth-child(2) > .contact_img {
            background-position: 0 -88px;
        }

        .contact li:nth-child(3) > .contact_img {
            background-position: 0 -176px;
        }

        .contact li:nth-child(4) > .contact_img {
            background-position: 0 -264px;
        }

        .contact li:nth-child(5) > .contact_img {
            background-position: 0 -353px;
        }

        .contact li:nth-child(6) > .contact_img {
            background-position: 0 -441px;
        }

        .contact li:nth-child(7) > .contact_img {
            background-position: 0 -529px;
        }

        .contact li:nth-child(8) > .contact_img {
            background-position: 0 -618px;
        }

        .contact li > .contact_font {
            width: 70%;
            float: left;
            padding-top: 15px;
        }

            .contact li > .contact_font > p {
                font-size: 16px;
                color: #999;
            }

                .contact li > .contact_font > p > .span {
                    font-size: 20px;
                    color: #333;
                    display: block;
                }

        .contact li:hover > .contact_font > p, .contact li:hover > .contact_font > p > .span {
            color: #fff;
        }

@media(min-width:768px) and (max-width:991px) {
    /*.contact li{}
.contact li:nth-child(2n){margin:0;}*/

    /**联系方式—开始**/
    .divcontact {
        margin: 20px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 250px;
        padding: 20px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 30px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 20px;
        }

        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 150px;
            width: 150px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_info {
            text-align: center;
            font-size: 18px;
            padding: 20px 0 20px;
        }

    .wxtxt {
        padding-top: 10px !important;
    }

    .item_detail h4 {
        line-height: 30px;
        margin: 0 !important;
        padding-bottom: 20px;
        font-size: 24px;
    }
    /**联系方式—结束**/


}


@media (min-width:1600px) {
    /**联系方式—开始**/
    .divcontact {
        margin: 30px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 350px;
        padding: 10px 30px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 90px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 50px;
        }

        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 200px;
            width: 200px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_info {
            text-align: center;
            font-size: 18px;
            padding: 20px 0 20px;
        }

        .item_detail h4 {
            line-height: 30px;
            margin: 0 !important;
            padding-bottom: 20px;
            font-size: 24px;
        }
    /**联系方式—结束**/

}

@media (min-width:1220px) and (max-width:1599px) {
    /**联系方式—开始**/
    .divcontact {
        margin: 30px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 260px;
        padding: 20px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 40px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 20px;
        }


        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 150px;
            width: 150px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_info {
            text-align: center;
            font-size: 16px;
            padding: 20px 0;
        }

    .wxtxt {
        padding-top: 10px !important;
    }

    .item_detail h4 {
        line-height: 30px;
        margin: 0 !important;
        padding-bottom: 10px;
        font-size: 24px;
    }
    /**联系方式—结束**/

}

@media(min-width:992px) and (max-width:1219px) {

    /**联系方式—开始**/
    .divcontact {
        margin: 30px;
    }

    .item_box {
        padding: 10px;
        overflow: hidden;
    }

    .item_detail {
        height: 300px;
        padding: 10px 30px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 55px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 20px;
        }

        .item_detail .item_img img {
            height: 60px;
            width: 60px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 150px;
            width: 150px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_info {
            text-align: center;
            font-size: 18px;
            padding: 20px 0 20px;
        }

        .item_detail h4 {
            line-height: 30px;
            margin: 0 !important;
            padding-bottom: 20px;
            font-size: 24px;
        }
    /**联系方式—结束**/


}

@media(max-width:767px) {
    .contact {
        margin-left: 0;
    }

        .contact li {
            height: 1.18rem;
            padding: .18rem 0 0 .4rem;
        }

            .contact li:nth-child(2n) {
                margin: 0;
            }

            .contact li > .contact_img {
                width: 35%;
                height: .8rem;
                background-size: .81rem 6.98rem;
            }

            .contact li:hover .contact_img {
                background-size: .81rem 6.98rem;
            }

            .contact li:nth-child(2) > .contact_img {
                background-position: 0 -0.88rem;
            }

            .contact li:nth-child(3) > .contact_img {
                background-position: 0 -1.76rem;
            }

            .contact li:nth-child(4) > .contact_img {
                background-position: 0 -2.64rem;
            }

            .contact li:nth-child(5) > .contact_img {
                background-position: 0 -3.53rem;
            }

            .contact li:nth-child(6) > .contact_img {
                background-position: 0 -4.41rem;
            }

            .contact li:nth-child(7) > .contact_img {
                background-position: 0 -5.29rem;
            }

            .contact li:nth-child(8) > .contact_img {
                background-position: 0 -6.18rem;
            }

            .contact li > .contact_font {
                width: 65%;
                float: left;
                padding-top: .15rem;
            }

                .contact li > .contact_font > p {
                    font-size: .16rem;
                }

                    .contact li > .contact_font > p > .span {
                        font-size: .2rem;
                    }

    .homeproduct {
        clear: both;
        margin: 0px;
    }

    .introduceshowstylem {
        overflow: hidden;
        padding: 0 10px;
    }


    /**联系方式—开始**/
    .divcontact {
        margin: 5px;
    }

    .item_box {
        padding: 5px;
        overflow: hidden;
    }

    .item_detail {
        height: 150px;
        padding: 10px;
        overflow: hidden;
        background: #eee;
    }

        .item_detail .item_img, .item_detail .item_img_er {
            width: 100%;
            padding-top: 15px;
            text-align: center;
            vertical-align: middle;
        }

        .item_detail .item_img_er {
            padding-top: 5px;
        }

        .item_detail .item_img img {
            height: 50px;
            width: 50px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_img_er img {
            height: 100px;
            width: 100px;
            display: block;
            margin: 0 auto;
        }

        .item_detail .item_info {
            text-align: center;
            font-size: 12px;
            padding: 5px 0px;
        }

        .item_detail h4 {
            line-height: 180%;
            margin: 0 !important;
            padding-bottom: 0px;
            font-size: 14px;
        }
    /**联系方式—结束**/


        .master .title {
        padding: 20px 0 10px!important;
    }
}
.main .marrginbottom {padding-bottom: 10px!important;}
.margin_top {width:100%;height:40px;}
@media(min-width: 769px) and (max-width: 991px) {.main .marrginbottom {padding-bottom: 0!important;}.margin_top {width:100%;height:20px;}}
@media(max-width: 767px) {.main .marrginbottom {padding-bottom: 0!important;}.margin_top {width:100%;height:20px;}/*body .topmenu .nav > li > a {font-size:.3rem!important;}*/}

.introduceshowstylesn { padding: 0 40px;}
.center-block {display: block; margin-right: auto; margin-left: unset; margin-right: unset; display: inline-block;}

.divnotice {position: fixed;left: 0;top: 0;bottom: 0;right: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);display: block;overflow: hidden;transition: transform .3s,-webkit-transform .3s;z-index: 9999999;}
.dsbox {display: block;position: fixed;width:60%; min-width:40%;max-width: 80%;left: 50%;max-height: 80%; height:auto; top: 50%;transform: translate(-50%,-50%);}
    .dsbox .divtitle { font-size:18px; color:#fff; font-weight:600; text-align:center; height:50px; line-height:50px; border-radius:10px 10px 0px 0px; }
    .dsbox .divinfo { font-size:16px; line-height:200%; padding:20px 30px;background: #fff; }
@media(min-width: 1400px) and (max-width: 1221px) {
.introduceshowstylesn  {padding: 0 40px;}}
@media(min-width: 769px) and (max-width: 1220px) {
    .introduceshowstylesn  {
        padding: 0 20px;
    }
}
@media(min-width: 415px) and (max-width: 768px) {
    .introduceshowstylesn  {
        padding: 0 10px!important;
    }
    .dsbox {display: block;position: fixed;min-width:80%;max-width: 90%;left: 50%;max-height: 80%; height:auto; top: 50%;transform: translate(-50%,-50%);}
    .dsbox .divtitle { font-size:14px; color:#fff; font-weight:600; text-align:center; height:30px; line-height:30px; border-radius:10px 10px 0px 0px; }
    .dsbox .divinfo { font-size:12px; line-height:200%; padding:10px;background: #fff; }
}
@media (max-width: 414px) {
    .introduceshowstylesn  {
        padding: 0 10px;
    }
    .dsbox {display: block;position: fixed;min-width:80%;max-width: 90%;left: 50%;max-height: 80%; height:auto; top: 50%;transform: translate(-50%,-50%);}
    .dsbox .divtitle { font-size:14px; color:#fff; font-weight:600; text-align:center; height:30px; line-height:30px; border-radius:10px 10px 0px 0px; }
    .dsbox .divinfo { font-size:12px; line-height:200%; padding:10px;background: #fff; }
}

.counter-table { margin: 0 auto; }
.counter-table img { margin:0 0; }

@media (max-width: 768px) {
    .div-counter { display: none; }
}
