* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none blink !important;
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

input {
    outline: none
}

body,
html {
    background: #fff;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-size: 14px;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pic {
    width: 100%;
    height: auto;
    display: inline-block;
}

.top {
    background: #292929;
    color: #ddd;
    line-height: 46px;
}
.topright{
    float: right;
    margin-right: 42px;
}
.topright b i{ font-size: 18px;}

.carousel-indicators .active {
    background: #333;
    width: 36px;
    height: 6px;
    border: 1px solid #333;
}

.carousel-indicators li {
    display: inline-block;
    width: 36px;
    height: 6px;
    border: 1px solid #333;
    margin: 0;
}

.linkicon {
    margin: 0;
    line-height: 46px;
}

.linkicon li {
    display: inline-block;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 6px;
}

.linkicon li:hover {
    background: rgba(70, 158, 48, .7);
}

.linkicon li>a {
    color: #fff;
}

.topright {
    line-height: 46px;
}
.topright a{ color: #fff;}

/*头部导航*/
.navbar {
    z-index: 2;
    background: transparent;
    border: none;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.navbar-nav>.active a{
    color: #168772 !important;
    border-bottom: 3px solid #168772;
}
.navbar-brand {
    width: 300px;
    padding: 0 !important;
}

.navbar-brand img {
    display: block;
    padding: 6px 0 0;
}

.toplink {
    display: inline-block;
    float: right;
}

.toplink li {
    float: left;
    color: #fff;
    margin: 15px 0 0 20px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
}

.navbar-collapse {
    float: right;
}

.navbar-nav>li {
    padding: 0 10px;
    margin: 12px 0 8px;

}

.navbar-nav>li>a {
    font-size: 16px;
    border-bottom: 3px solid #fff;
}

.navbar-nav>li>ul {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    transition: .3s;
    background: #fff;
    width: 100%;
    transform: translateY(-200px);
    z-index: -3;
}

.navbar-nav>li a:hover {
    color: #168772 !important;
    border-bottom: 3px solid #168772;
}

.navbar-nav>li:hover>ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
}

.navbar-nav>li>ul>li {
    text-align: center;
    padding: 5px 0;
}

.navbar-nav>li>ul>li>a {
    color: #777;
}

.navbar-nav>li>ul>li:hover>a {
    border-bottom: solid 1px #aaa;
}

.navbar-nav>li>ul>li>ul {
    position: absolute;
    left: 134px;
    top: 0;
    width: 207px;
    height: 186px;
    background: #fff;
    display: none;
}

.navbar-nav>li>ul>li:hover>ul {
    display: block;
}

.navbar-nav>li>ul>li>ul>li {
    width: 100%;
    padding-top: 20%;
}

.container-fluid {
    height: 118px;
}

/*.nav .active{ background: #d10714; }
.nav .active a{ color: #fff !important;}*/
#myCarousel {
    position: relative;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 46%;
    z-index: 15;
    width: 10%;
    padding-left: 0;
    margin-left: -30%;
    margin-bottom: 60px;
    text-align: center;
    list-style: none;
}


@media all and (max-width: 767px) {
    .navbar-brand {
        width: 140px;
        margin-left: 10px;
    }

    .navbar {
        background: #fff;
    }

    .navbar-collapse {
        float: none;
        background: #fff;
        height: 100%;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    .navbar-default .navbar-toggle {
        border: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-nav>li>ul>li>ul {
        display: none;
    }

    .navbar-nav>li>ul {
        display: none;
    }

}

/*导航结束*/

/* sy-about */
.abbox {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 52px;
    padding-bottom: 46px;
    background-color: #fff;
    box-shadow: 0px 21px 35px 0px RGBA(28, 58, 104, 0.1);
    position: relative;
    z-index: 100;
    margin-top: -86px;
    display: inline-block;
    margin-bottom: 80px;
    border-radius: 0 0 120px 0;
}

.abbox::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #fff;
    top: -15px;
    transform: scaleX(0.948);
    opacity: 0.7;
    border-radius: 0 0 120px 0;
}

.abbox::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #fff;
    top: -30px;
    transform: scaleX(0.897);
    opacity: 0.5;
    border-radius: 0 0 120px 0;
}

.ableftzi {
    position: relative;
    z-index: 2;
}

.ableftzi h3 {
    margin: 50px 0 5px;
    padding-bottom: 20px;
}

.ableftzi h5 {
    background: #6d6c6c;
    width: 100px;
    height: 100px;
    line-height: 26px;
    color: #fff;
    text-align: left;
    padding: 20px 17px 0;
    border-radius: 0 0 30px 0;
}

.ableftzi h5 span {
    font-size: 30px;
}

.ableftzi p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #666;
}

.abritu {
    position: relative;
    margin-left: 50px;
    z-index: 3;
}

.syabmore {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 0 10px;
    line-height: 36px;
    color: #666;
}
.syabmore:hover{
    color: #f08519;
}

.syabmore i {
    float: right;
    line-height: 36px;
}

/* sy-sankuai */
.features-section {
    position: relative;
    padding: 72px 0px 12px;
    background: #168772;
    color: #ffffff;
    overflow: hidden;
    margin-bottom: 80px;
    border-radius: 150px 0 0 0;
}

.features-section .feature-block {
    position: relative;
    margin-bottom: 70px;
}

.features-section .feature-block .inner-box {
    position: relative;
    display: block;
    padding-left: 110px;
    min-height: 80px;
}

.features-section .feature-block .icon-box {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
}

.features-section .feature-block .icon-box:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
    height: 300px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-section .feature-block .icon-box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
    height: 300px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-section .feature-block .icon-box .octagonWrap {
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    float: left;
    overflow: hidden;
}

.features-section .feature-block .icon-box .octagon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /* -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
    background: #333;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.30);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-section .feature-block:hover .icon-box .octagon {
    background: #f6b37f;
    border-color: #f6b37f
}

.features-section .feature-block .icon-box .octagon:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    /* -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    border: inherit;
    background: url(../images/culture.png) no-repeat center center; */
}

.features-section .feature-block .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 42px;
    color: #5fcc3f;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.features-section .feature-block:hover .icon-box .icon {
    color: #ffffff;
}

.features-section .feature-block h4 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.features-section .feature-block .text {
    color: #eee;
    margin-bottom: 30px;
    width: 86%;
}

.features-section .feature-block .default-link {
    color: #ffffff;
}

.features-section .feature-block .default-link:hover {
    color: #5fcc3f;
    ;
}

/*--产品切换--*/
#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}
.img-box{
    border: 1px solid #ddd;
    margin: 0 5px;
}

.zoom .img-box {
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;
}

.zoom:hover .img-box {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.zoom {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.img-box-content,
.pets-info {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-box-content img,
.pets-info img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.img-box-content {
    position: relative;
}

.pets-info {
    top: 0;
    left: 0;
    position: absolute;
}

.pets-info .pets-info-slid {
    display: block;
    position: relative;
    padding: 2%;
    left: 50%;
    top: 50%;
    position: relative;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.strip_line {
    display: block;
    position: relative;
    height: 1px;
    width: 60%;
    margin: 16px auto;
    background: rgba(255, 255, 255, 0.5);
    clear: both;
}

.pets-effect {
    display: block;
    overflow: hidden;
    position: relative;
}

.pets-effect .pets-info {
    filter: alpha(opacity=0);
    -wekbit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateZ(0) scale(2, 2);
    -moz-transform: translateZ(0) scale(2, 2);
    -ms-transform: translateZ(0) scale(2, 2);
    -o-transform: translateZ(0) scale(2, 2);
    transform: translateZ(0) scale(2, 2);
    color: #e6e6e6;
}

.pets-effect .pets-info * {
    z-index: 3;
}

.pets-effect .pets-info:after,
.pets-effect .pets-info:before {
    content: "";
    display: block !important;
    position: absolute;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 101%;
    height: 101%;
    z-index: -1;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.pets-effect.ver_line .pets-info:before {
    -webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    transform: translateZ(0) translateX(100%) rotateZ(180deg);
}

.pets-effect.ver_line .pets-info:after {
    -webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}

.pets-effect.ver_line:hover .pets-info {
    filter: alpha(opacity=100);
    -wekbit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1);
    -o-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.pets-effect.ver_line:hover .pets-info:before {
    -webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
    transform: translateZ(0) translateX(50%) rotateZ(0deg);
}

.pets-effect.ver_line:hover .pets-info:after {
    -webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
    transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}

.pets-effect.horizontal .pets-info:before {
    -webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
    transform: translateZ(0) translateY(100%) rotateZ(180deg);
}

.pets-effect.horizontal .pets-info:after {
    -webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
    transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}

.pets-effect.horizontal:hover .pets-info {
    filter: alpha(opacity=100);
    -wekbit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1);
    -o-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.pets-effect.horizontal:hover .pets-info:before {
    -webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
    transform: translateZ(0) translateY(50%) rotateZ(0deg);
}

.pets-effect.horizontal:hover .pets-info:after {
    -webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    -o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
    transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}

.pets-info-slid h4 {
    font-size: 28px;
    color: #168772;
}

.pets-info-slid p {
    line-height: 2.2em;
    color: #fff;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
}

/* .treatments {
    background: #383838;
} */

.treatments h3 {
    color: #168772;
}

.pets-effect-btm h5 {
    color: #666;
    font-size: 16px;
    margin: 0px 0 20px;
    text-align: center;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 20px;
}

.pets-effect-btm p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 2.2em;
}

.pets-effect-btm {
    padding: 2.5em 2.5em 0;
}

.treatments p {
    color: #fff;
}

.home-pro {
    margin: 50px 0 60px;
}

.sytitle {
    font-size: 26px !important;
    color: #333 !important;
    margin: 10px 0;
    letter-spacing: 2px;
}

.xian {
    width: 100%;
    display: block;
    text-align: center;

}

.gray {
    color: #999 !important;
    /* font-size: 18px; */
    /* letter-spacing: 3px; */
    margin: 0;
}

.listpro {
    margin: 15px 0 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.listpro li {
    float: left;
    border: 1px solid #ddd;
    padding: 5px 25px;
    margin: 0 10px;
    border-radius: 30px;
}

.listpro li a {
    color: #666;
}

.listpro li:hover {
    background: #168772;
}

.listpro li:hover a {
    color: #fff;
}

/*--//产品切换--*/

/* sy-news */
.syntitle {
    width: 100%;
    margin-bottom: 15px;
     display: flex;
     display: -webkit-flex;
     flex-flow: row wrap;
     justify-content: space-between;
}
.syntitle a{
    margin: 30px 50px 0 0;
    display: block;
    background: #666;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    border-radius: 30px;
    color: #fff;
}
.syntitle a:hover{
    background: #f6b37f;
    color: #333;
}
.synews {
    background: #eee;
    width: 100%;
    padding: 60px 0;
    border-radius: 150px 0 0 0;
}

.synlist {
    width: 92%;
    margin: 0 0 15px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 30px;
    padding: 20px;
}

.synlist h4 {
    font-size: 16px;
    margin: 22px 0 8px;
}

.synlist:hover h4 {
    color: #168772;
}

.synlist span {
    color: #999;
    display: inline-block;
    margin: 0 0 10px;
}

.synlist p {
    color: #666;
    margin: 0;
}

.synlist:hover a {
    color: #168772;
}

/* sy-youshi */
.syplist {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 0 80px;
    position: relative;
    z-index: 3;
    margin: 50px 0 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pbox {
    width: 19%;
    border: 5px solid #ddd;
    background: #fff;
    padding: 15px 0 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.pbox:hover {
    border: 5px solid #fff;
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
    transform: translate(0, -10px);
}

.pbox a span {
    background: #ddd;
    color: #333;
    display: inline-block;
    width: 100px;
    border-radius: 50px;
    padding: 3px 0;
}

.pbox:hover a span {
    background: #f6b37f;
    transition: ease-in all 0.5s;
    color: #fff;
}

.pbox h3 {
    color: #222;
}

.pbox:hover h3 {
    color: #168772;
}

/* sy-tu */
.tubox {
    width: 100%;
    position: relative;
    background: url(../images/tu.jpg) center center no-repeat;
    /* padding: 115px 0; */
    height: 780px;
    margin-top: -160px;
}

.tubox .tuzi {
    position: absolute;
    left: calc(100% - 492px);
    top: 232px;
    text-align: right;
}

@media all and (min-width: 1500px) {
    .tubox .tuzi {
        left: calc(100% - 668px);
    }
}

.tubox .tuzi span {
    border: 1px solid #999;
    padding: 5px 8px;
    display: inline;
    color: #666;
}

.tubox .tuzi h3 {
    color: #168772;
    font-size: 32px;
    margin-top: 100px;
    font-weight: 600;
}

.tubox .tuzi small {
    color: #333;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

.tubox .tuzi p {
    font-size: 16px;
    letter-spacing: 2px;
    border-bottom: 1px solid #999;
    line-height: 40px;
    display: inline;
    /* font-weight: 600; */
    color: #111;
}

.tubox .tuzi a {
    display: inline-block;
    margin: 30px 0 0;
    border: none;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 20px;
    background: #666;
    color: #fff;
    transition: all 300ms ease;
}
.tubox .tuzi a:hover {
    background: #f6b37f;
    transition: all 300ms ease;
}

/* footer */
.footer {
    width: 100%;
    background: url(../images/fbg.jpg) top center no-repeat;
    padding: 20px 0;
    color: #fff;
}

.footer p {
    margin-bottom: 0 !important;
    line-height: 26px;
}

/* bread */
/* .position {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
    margin-top: -40px;
}

.position .posbox {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.position .posbox .nybanleft {
    width: 60%;
}

.position .posbox .nybanleft h3 {
    position: relative;
    display: inline;
    padding: 15px 54px;
    background: #168772;
    color: #fff;
    font-size: 20px;
    border-radius: 0 30px 0 0;
}

.position .posbox .nybanleft ul li {
    float: left;
    padding: 4px 54px;
    line-height: 52px;
    font-size: 22px;
    position: relative;
    margin-top: -4px;
}

.position .posbox .nybanleft ul .active {
    background: #009970;
}

.position .posbox .nybanleft ul .active a {
    color: #fff;
}

.position .posbox .nybanleft ul a {
    color: #333;
}

.position .posbox .nybanright a {
    color: #333;
} */

.inner-about {
    padding: 0 20px;
}

.inner-about h1 {
    margin: 0;
    text-align: center;
    color: #CCC;
}

.inner-about h2 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    margin-top: 20px;
}

.inner-about p {
    text-indent: 2em;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
    color: #444;
    letter-spacing: 2px;
}

.inner-about h3 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    margin-top: 26px;
    border-top: #ccc 1px solid;
    padding-top: 30px;
}
.pa0{ padding: 0;}

/* ny-about */
.nyabbg {
    background: #fff;
    margin: 0 0 42px;
}

.nycontent {
    width: 100%;
    height: auto;
    margin: 0;
    display: inline-block;
    background: #fff;
    /* box-shadow: 2px 3px 5px #ddd; */
    padding: 0;
}

.tu {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.abjj {
    margin-top: 20px;
}

.abjj p {
    line-height: 26px;
    text-indent: 2em;
    font-size: 15px;
}
.abtu img{
    margin: 20px 0 0;
}

/* ny-news */
/* .newshow{
    margin-top: 50px;
} */
.newshow h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.newshow p {
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.newback a:hover {
    color: #014d97;
}

/* ny-download */
.downbox {
    width: 98%;
    height: auto;
}

.downbox li {
    width: 100%;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.downbox li a {
    width: 100%;
    display: flex;
    line-height: 56px;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.downbox li p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 56px;
    padding-bottom: 0;
    text-indent: 0;
}

.downbox li b {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
}

.downbox li:hover b {
    color: #009970;
}

/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}

/* ny-product */
.pboxny {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.pboxny img {
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow:0 0 1px #ccc;
    background-color: skyblue;
    transition: all 1s;
    border: 1px solid #ddd;
}

.pboxny img:hover {
    box-shadow: 10px 10px 10px #ddd;
}

.pboxny p {
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #1b1b1b;
    border-bottom: 1px solid #ddd;
}

.pboxny:hover p {
    color: #009970;
    border-bottom: 1px solid #009970;
}

.pro-xq-ms>h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-indent: 2em;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}

.pro-xq-ms>p {
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.pro-xq-ms>p>a {
    color: #333;
    font-size: 14px;
}

.pro-xq-ms>p>span {
    font-size: 14px;
    color: #333;
}

/* left-nav */
.nav-pro>ul {
    border: none;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}

.nav-pro>ul>li {
    position: relative;
    margin: 0 15px 0 0;
    border-bottom: 1px solid #f5f5f5;
    transition: .3s;
}

.nav-pro>ul>li>a {
    padding: 2px 0 0 10px;
    display: block;
    transition: .3s;
    cursor: pointer;
    line-height: 42px;
}

.nav-pro>ul>li:hover>a {
    border-left: 5px solid #168772;
    background: #f5f5f5;
}

.nav-pro>ul>li>i {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}

.nav-pro>ul>.active {
    border: none;
}

.nav-pro>ul>.active>a {
    border-left: 5px solid #168772;
    background: #f5f5f5;
    display: block;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 15px;
}

.nav-pro>ul>li>ul>li>a {
    color: #555;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 15px;
}

.nav-pro>ul>li>ul>.active {
    background: #168772;
}

.nav-pro>ul>li>ul>li>ul>li {
    padding-left: 26px;
}

.nav-pro>ul>li>ul>li>ul>li>a {
    color: #888;
    line-height: 32px;
    width: 92%;
    display: block;
    padding: 0 0 0 8px;
    border-bottom: 1px dotted #ddd;
}

.submenu {
    display: none !important;
}

.showsub .submenu {
    display: block !important;
}

.sonmenu {
    display: none;
}

/* ny-shebei */
.tz-gallery {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px 0 0;
    width: 100%;
    /* justify-content: space-between; */
}

.thumbnail {
    width: 100%;
    overflow: hidden;
}

.thumbnail img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.thumbnail:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* ny-contact */
.linkbox {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 10px;
    text-align: center;
}

.linkbox b {
    font-weight: normal;
}

.linkbox ul li {
    line-height: 28px;
    border: 5px solid #ddd;
    padding: 20px 50px 36px;
    text-align: left;
}
/* .linkbox ul li:nth-of-type(2){
    border-right: none;
} */

.linkbox ul li p{
    border-bottom: 1px dotted #ddd;
}
.linkbox ul li h3 {
    font-size: 20px;
    margin-bottom: 18px;
    padding-left: 7px;
    border-left: 4px solid #168772;
}

.messagebox {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #ddd; */
    padding: 12px 45px;
    background: #eee;
    margin-top: 0;
}

.linktu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.linktu img {
    display: block;
    margin: 0 auto;
}

.messagebox h4 {
    font-size: 20px;
}

.message-con {
    width: 100%;
    padding: 10px 0 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 33%;
    margin: 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.form-group1 {
    width: 100%;
    margin: 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 100%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #333;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 16%;
    margin: 12px 42%;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

.linkicon2 {
    margin: 20px 0;
    line-height: 46px;
    text-align: center;
}

.linkicon2 li {
    display: inline-block;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 72px;
    margin: 0 20px;
}

.linkicon2 li:hover {
    background: rgba(70, 158, 48, .9);
}

.linkicon2 li>a {
    color: #fff;
}

.pro-next {
    padding: 15px 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 26px 0 38px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro-next p a {
    color: #333;
}

.pro-next p a:hover {
    color: #009970;
}
.pback {
    display: block;
    padding: 3px 24px;
    border-radius: 15px;
    background: #666;
    color: #fff;
}

.pback:hover {
    background: #009970;
    color: #fff;
}
.youcs{ padding-left: 20px;}

.scweb{
    background-image: linear-gradient(to right, #ff9000 0, #ff5000 100%);
    background-repeat: repeat-x;
    border: 1px solid #168772;
    display: inline-block;
    padding: 6px 30px;
    margin: 15px 0 0 15px;
    color: #fff;
    border-radius: 5px;
}
.scweb:hover{
    color: #fff;
}
.scweb:visited {
    color: #fff;
    text-decoration: line-through;
}
.sj{ display: none;}
@media all and (max-width: 767px) {
    .topleft{ display: none;}
    .navbar-brand img{ height: 48px; width: auto; padding-left: 10px;}
    .carousel-indicators{ display: none;}
    .cpfl li{ width: 100%;}
    .abritu{ width: 100%;}
    .abbox{ padding: 0 0 10px 0; margin-top: 0; margin-bottom: 0; border-radius: 0; box-shadow: none !important;}
    .cpfl li a .zitu h3 b{ display: none;}
    .sj{ display: block;}
    .tubox{ background: none; height: auto; margin: 0; padding-top: 20px;}
    .tubox .tuzi{ position: relative; top: 30px; left: 0; padding-right: 15px; text-align: center;}
    .tubox .tuzi h3{ margin-top: 20px;}
    .abritu{ margin-left: 0;}
    .synews{ padding: 20px 0 38px;}
    .sjnone{ display: none;}
    .fbq{ line-height: 28px;}
    .fbq a{ display: block; width: 100%;}
    .footer{ padding: 20px 0 0;}
    .navbar-nav>li {margin: 0 0 8px; text-align: center;}
    .navbar-nav>li>a{ line-height: 1px;}
    .nybanleft{ display: none;}
    .form-group{ width: 100%;}
    .submit{ width: 50%; margin: 15px 25%;}
    .features-section{ margin-bottom: 0; background: #fff; color: #333; padding: 0; border-radius: 0;}
    .features-section .feature-block{ margin-bottom: 15px;}
    .features-section .feature-block .text{ color: #555;}
    .features-section .feature-block .icon-box{ margin-left: 10px;}
    .features-section .feature-block .icon-box:before{ border: none;}
    .ableftzi h3{ margin: 30px 0 0;}
    .home-pro{ margin-bottom: 10px;}
    .pbox{ width: 49%; margin: 5px 0.5%; border: 2px solid #ddd;}
    .pbox h3{ font-size: 18px;}
    .syplist{ margin: 15px 0 0; padding: 0 0 15px;}
    .syplist .pbox:nth-of-type(5){ display: none;}
    .synleft{ padding-left: 25px;}
    .synlist{ width: 100%;}
    .messagebox{ padding: 12px 20px;}
    .ewm{ display: none;}
}