* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}
ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

.cont9 {
    width: 80%;
    margin: 0 auto;
}
.pic{
    width: 100%;
    height: auto;
}
.pa0{
    padding: 0;
}
.pa5{ padding: 0 5px;}
p {
    position: relative;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Poppins',
    "Arial",'Open Sans',
    sans-serif;
    color: #555555;
    margin: 0px;
    transition: all 500ms ease;
}
body,
html {
    background: #fff;
    height: 100%;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
}

.top {
    z-index: 99;
    position: relative;
    height: 86px;
    line-height: 86px;
}
@media (min-width:1500px) {
    .container {
        max-width: 1400px;
        padding: 0;
    }
}

@media (max-width:1499px) {
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }
}

@media (max-width:1299px) {
    .container {
        max-width: 940px;
        padding: 0 15px;
    }
}

@media (max-width:979px) {
    .container {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0;
    }
}

.search {
    width: 210px;
    position: relative;
    margin: 28px 0 0 20px;
    float: right;
}

.search input {
    border-radius: 30px;
}

.search .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #333;
    background: #fff;
    border-radius: 0 30px 30px 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.searchbox {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 46px;
}

.searchbox p {
    margin-bottom: 20px;
}

.searchbox .seayemian {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.searchbox .seayemian input {
    width: 40%;
    border-radius: 15px 0 0 15px;
    border-right: none;
}

.searchbox .seayemian button {
    background: #00923f;
    border-radius: 0 15px 15px 0;
    color: #fff;
    padding: 6px 18px;
}
.navbar-toggle .icon-bar{
    background: #333;
}
.main{
    margin: 60px 0;
}
.pbox1{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #eee;
}
.paleft0{
    padding-left: 0;
}
.plistyou{
    margin: 60px 0 0;
}
.plistyou a{
    background: #00923f;
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 20px 0 0;
    float: left;
    margin-right: 10px;
}
.plistyou a:nth-of-type(2){
    background: #666;
}
.plistyou a:nth-of-type(2):hover {
    background: #00923f;
}
/*头部导航*/
.navbar1 {
    position: fixed;
    box-shadow: none;
    background: #fff;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.navbar-brand{ width: 100px; height: 80px; position: relative; z-index: 55555; padding: 5px;}
.navbar-brand img{ width: 260px;padding: 10px 0 0;}
.navbar-nav{ float: right;}
.navbar-nav>li{ position: relative; }
.navbar-nav>.active>a{ color: #00923f;}
.navbar-nav>li>a{ line-height: 56px; color: #333; font-size: 16px; padding: 15px 6px !important;}
.navbar-nav>li:hover>a{ background: none; color: #00923f;}
.navbar-nav>li>ul{ position: absolute; top:86px; left: 0; display: none; background: rgba(0, 146, 63, 1); border: none; text-align: center; padding: 0px; }
.navbar-nav>li>ul>li>a{ color: #fff; line-height: 32px;}
.navbar-nav>li:hover>ul{ display: block;}


/* sytitle */
.sytitle {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sytitle .stleft h4 {
    font-size: 18px;
    font-weight: 600;
    color: #00923f;
    text-transform: uppercase;
}

.sytitle .stleft h3 {
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
}

.stmore a {
    border: 2px solid #ddd;
    padding: 5px 20px;
    color: #444;
    margin: 20px 0 0;
    display: block;
    transform: 0.5s;
}

.stmore:hover a {
    border: 2px solid#00923f;
    color: #fff;
    background: #00923f;
}
.syabox2{
    margin: 60px 0;
}
.saleft{
    width: 90%;
    margin: 50px 0 0;
}
.saleft h2{
    color: #00923f;
    font-weight: 600;
    margin: 0;
}
.saleft h3 {
    font-size: 18px;
    color: #333;
    margin: 12px 0 30px;
}


/* sywhy */
.why{
    width: 100%;
    height: auto;
    background: url(../images/bg2.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 30px 0 0;
}
.shuzi {
    width: 80%;
    margin: 0 10%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.shuzi .szibox {
    width: 25%;
    float: left;
    text-align: center;
    margin: 0 0 36px;
    position: relative;
}

.shuzi .szibox::before {
    content: "";
    position: absolute;
    right: 0;
    top: 36px;
    width: 1px;
    height: 52px;
    background: rgba(255, 255, 255, .8);
}

.shuzi .szibox:nth-of-type(4)::before {
    width: 0;
}

.shuzi .szibox h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.shuzi .szibox h5 {
    color: #00923f;
    font-weight: 600;
    font-size: 16px;
}

.shuzi .szibox p {
    color: #f5f5f5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.shuzi .szibox:hover h2 {
    margin-top: -1px;
}

.shuzi .szibox:hover p {
    margin-top: -3px;
}

/* syhonor */
.syhonor{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 50px 0;
}
.syzslist .syzs {
    width: 90%;;
    margin: 0 auto;
    border: 2px solid #ddd;
    padding: 10px;
    overflow:hidden;
}
.syzslist .syzs:hover{
    border: 2px solid #00923f;
}
.syzslist .syzs img{
transition:all 1s ease 0s;
-moz-transition:all 1s ease 0s;
-webkit-transition:all 1s ease 0s;
-o-transition:all 1s ease 0s;
}
.syzslist .syzs:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/*--产品切换--*/
#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{
    padding: 20px 30px 40px;
    background: #f5f5f5;
    margin: 0 5px;
}
.pets-effect-btm a{
    background: #666;
    color: #fff;
    border-radius: 30px;
    padding: 8px 40px;
}
.pets-effect-btm:hover a {
    background: #00923f;
    color: #fff;
    cursor: pointer;
}

.pets-effect-btm h5 {
    color: #666;
    font-size: 18px;
    margin: 0 0 30px 0;
    text-align: center;
}

.laptop:hover .pets-effect-btm h5 {
    cursor: pointer;
    color: #168772;
}

.pets-effect-btm p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 2.2em;
}

.treatments p {
    color: #fff;
}

.home-pro {
    margin: 50px 0;
}

.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;
}

/*--//产品切换--*/

/* footop */
.syabox{
    width: 100%;
    height: auto;
    background: url(../images/bg1.jpg) center center no-repeat;
    background-size: cover;
    padding: 68px 0 50px;
}
.syabox .sywhzi {
    width: 62%;
    text-align: center;
    z-index: 2;
    color: #fff;
    margin: 50px auto;
}

.syabox .sywhzi h3 {
    font-weight: 600;
    font-size: 36px;
}

.syabox .sywhzi p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.syabox .sywhzi a {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 30px;
    margin: 30px auto 24px;
    border-radius: 30px;
}

.syabox .sywhzi a:hover {
    background: #00923f;
    border: 2px solid #00923f;
}

/* footer */
.footer{
    width: 100%;
    height: auto;
    display: -webkit-box;
    padding: 50px 0 20px;
    background: #070a11;
    color: #f5f5f5;
}
.footer p{
    color: #ddd;
}
.flist h3{
    font-size: 18px;
    font-weight: 400;
    border-left: 3px solid #00923f;
    padding-left: 5px;
}
.flist p{
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.flist p a{
    font-size: 14px;
    color: #ddd;
}
.flist p span{
    float: left;
}
.fright{
    width: 100%;
    height: auto;
    display: inline-block;
}
.fright h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.fright h3 {
    font-size: 18px;
    border-left: 3px solid #00923f;
    padding-left: 5px;
}
.ficon i{
    font-size: 24px;
    color: #999;
    margin-right: 10px;
}
.bq{
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    border-top: 1px solid #666;
    padding: 20px 0 0;
}
.bq a{
    color: #ddd;
}
.ewm{
    width: 120px;
    height: auto;
}



/* bread */
.position {
    width: 100%;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #ddd;
}

 .position .posbox {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.position .posbox .nybanleft {
    width: 68%;
}

.position .posbox .nybanleft h3 {
    position: relative;
    display: inline;
    padding: 16px 0;
    line-height: 64px;
    font-size: 20px;
}

.position .posbox .nybanleft h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: rgb(0, 146, 63);
}
.position .posbox .nybanleft ul li{
    float: left;
    padding: 16px 0;
    margin-right: 28px;
    line-height: 28px;
    font-size: 14px;
    position: relative;
}
.position .posbox .nybanleft ul .active {
    border-bottom: 3px solid rgb(0, 146, 63);
}
.position .posbox .nybanleft ul a{
    color:  #333;
}

.position .posbox .nybanright a {
    color: #333; font-size: 12px;
} 
.inner-about{ padding: 0 50px;}
.inner-about h1{margin:0; text-align: left; color:#CCC;}
.inner-about h2{margin:0; text-align: left; font-size:26px; margin-top:20px;}
.inner-about p{text-indent: 0; font-size: 15px; line-height:30px; margin-top:10px; color:#444; text-align: justify; }
.inner-about h3{margin:0; text-align: left; font-size:26px; margin-top:50px; border-top:#ccc 1px solid; padding-top:30px;}


/* ny-about */
.nyabbg {
    background: #f9f9f9;
}
.nyabbg.bai{
    background: #fff;
}
.abtit{
    width: 100%;
    height: auto;
    text-align: center;
    margin: -20px 30px;
}
.abtit b{
    font-size: 76px;
    /* color: rgba(102, 102, 102, 0.2); */
    color: rgba(0, 146, 63, .2);
}
.abtit p{
    font-size: 26px;
    margin-top: -50px;
    color: #333;
}

.nycontent {
    width: 100%;
    height: auto;
    margin: 36px 0;
    display: inline-block;
    background: #fff;
    box-shadow: 2px 3px 5px #ddd;
    padding: 50px;
}
.nycontent.bai {
    box-shadow: none;
    padding: 30px 0;
    background: none !important;
}

.nycontent.bai .shuzi h2{
    color: rgba(0, 146, 63, 1);
}
.nycontent.bai .shuzi p {
    color:#333;
}
.nycontent.bai .shuzi .szibox {
    margin-bottom: 20px;
}
.nycontent.nybgnone{
    background: none;
    box-shadow: none;
    margin: 12px 0;
}

.tu {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.abjj {
    margin-top: 60px;
}
.abjj p{ 
    line-height: 26px;
    text-indent: 2em;
    font-size: 15px;
    text-align: justify;
}


/* ny-shebei */
.tz-gallery {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin: 0 10px; */
    width: 100%;
    /* justify-content: space-between; */
}

.thumbnail {
    width: 100%;
    overflow: hidden;
    padding: 8px;
    border: 5px solid #ddd;
    border-radius: 0;
}

.thumbnail:hover {
    border: 5px solid rgba(0, 146, 63, .5);
}

.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-news */
.news{display: inline;}
.news li {
    border-bottom: #f6f6f6 1px solid;
    padding: 40px 0;
    margin-bottom: 15px;
}
.news li:hover{ background: #f6f6f6;}
.news li:hover .leftTime i{
    border: none;
    background: #00923f;
    color: #fff;
}
.news li:hover .newTitle {
    color: #00923f;
}
.news li a {
    width: 100%;
    color: #333;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.leftTime{ margin: 30px 0 0;}
.leftTime .newTime{ font-size: 20px; display: block; }
.leftTime i{ border: 1px solid #ddd; padding: 5px 18px;}
.rightC{ width: 60%; margin: 30px 0 0;}
.rightC h3{ font-size: 20px; margin: 0 0 10px;}
.newPicBox{ width: 20%; height: auto; overflow: hidden;}
.news li a p{ color: #666; font-size: 15px; line-height: 26px;}
.news li h4{font-size:20px; margin: 0 0 15px;}
.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;
    text-decoration : none;
}

.downbox li p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 56px;
    padding-bottom: 0;
}

.downbox li b {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.downbox li:hover b {
    color: #014d97;
    font-weight: 600;
}
/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto 0;
    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;
}
/* left-nav */
.nav-pro>ul {border:none;}
.nav-pro>ul>li {position:relative;margin:0 15px 0 0;margin-bottom: 2px; transition:.3s; background: #fff;}
.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 rgb(0, 146, 63);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 {background: #00923f;  color: #fff; display:block;}
.nav-pro>ul>.active>i{ color: #fff;}
.nav-pro>ul>li>a {color:#333;font-size:18px;}
.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:rgb(0, 146, 63);}
.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-product */
.pbox {
    width: 100%;
    height: auto;
}

.pbox img {
    width: 100%;
    height: auto;
    margin: 50px auto box-shadow:0 0 1px #ccc;
    background-color: skyblue;
    transition: all 1s;
    border: 1px solid #ddd;
}

.pbox img:hover {
    box-shadow: 10px 10px 10px #ddd;
}

.pbox p {
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #1b1b1b;
    border-bottom: 1px solid #ddd;
    margin-bottom: 28px;
}

.pbox:hover p {
    color: rgb(0, 146, 63);
    border-bottom: 1px solid rgb(0, 146, 63);
}
.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;
}
.ny-qh{
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.pro-test{
    width: 100%;
    height: auto;
    padding:0 15px;
    font-size: 14px;
    line-height: 24px;
}
.pro-test h3{
    font-size: 28px;
    color: #333;
    font-family: "inherit";
}
.pro-test h3:first-child{
    font-weight: 600;
}

.pro-test p img{
    width: 100%;
    height: auto;
}

.pro-test .pbtn{
    display: block;
    width: 180px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 15px;
    float: left;
    color: #fff;
    background: #444;
    margin-top: 26px;
}
.pro-test .pbtn:hover{
    background: rgba(0, 146, 63, .8);
}
.pro-test table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.pro-test table tbody tr{
    border-bottom: 1px solid #666;
    line-height: 28px;
}


.pback {
    text-align: right;
    width: 100%;
    height: auto;
    display: inline-block;
}

.pback a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 24px;
    border-radius: 15px;
    background: #999;
    color: #fff;
    text-decoration: none;
}

.pback a:hover {
    background: rgb(0, 146, 63);
}

.nypcanshu{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
}
.nypcanshu .cstit {
    width: 100%;
    height: auto;
    background: rgb(0, 146, 63);
    margin-bottom: 36px;
    height: 62px;
    line-height: 56px;
}
.nypcanshu .cstit h3{
    color: #fff;
    font-size: 32px;
    line-height: 56px;
    margin: 0;
    font-weight: bold;
}
.sycptu p strong{
    font-size: 20px !important;
}

.nypcanshu .box .sycptu table {
    width: 100% !important;
    height: auto;
    border: 1px solid rgba(0, 146, 63, .1);
    margin: 20px auto 10px;
}

.nypcanshu .box .sycptu table tbody tr:nth-of-type(1) td {
    background: rgba(0, 146, 63, .2);
    font-weight: 600;
}

.nypcanshu .box .sycptu table tbody tr td {
    padding: 10px;
    vertical-align: center;
    border-bottom: 1px solid rgba(0, 146, 63, .1);
    border-right: 1px solid rgba(0, 146, 63, .1);
    text-align: center;
}
.box1 .panel-collapse{
    border-bottom: none;
    background: #f0f0f0f0;
    width: 100%;
    height: auto;
    padding: 0 20px;
    border-top: none;
}
.nypcanshu .sycptu img{ width: 100%; height: auto;}
.nypcanshu .sycptu table {width:100% !important;height:auto;border:1px solid rgba(0,146,63,.1);margin:20px auto 10px; background: #fff;}
.nypcanshu .sycptu table tbody tr:nth-of-type(1) td {background:rgba(0,146,63,.2);font-weight:600;}
.nypcanshu .sycptu table tbody tr td {padding:10px;vertical-align:center;border-bottom:1px solid rgba(0,146,63,.1);border-right:1px solid rgba(0,146,63,.1);text-align:center;}
.przbox{
    margin-top: 26px;
}
.przbox img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
.sycptu img{
    padding: 0 20px;
}

/* ny-faq */
.panel {
    border: none;
    box-shadow: none;
    margin-top: 0;
}

.panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    border-bottom: 1px dotted #ccc;
    display: block;
}

.panel-title {
    padding: 0;
}

.panel-title a {
    display: block;
    font-size: 16px;
    color: rgb(0, 146, 63);
    padding: 15px 40px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.panel-title a.collapsed {
    color: #333;
    margin-left: 0;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #ddd;
}
.panel-default>.panel-heading{
    background: none;
}

.panel-title a.collapsed:before {
    border-left-color: #f7c59f;
}

.panel-title a::before {
    content: "\f068";
    font-family: 'FontAwesome';
    position: absolute;
    top: 30%;
    left: 15px;
    font-size: 18px;
    color: rgb(0, 146, 63);
}

.panel-title a.collapsed::before {
    content: "\f067";
    color: #222;
}

.panel-collapse {
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #ccc;
}

.panel-body {
    font-size: 14px;
    color: #333;
    border-top: none;
    z-index: 1;
}

/* ny-contact */
.linkbox {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.linkbox p{
    border-bottom: 1px solid #ddd;
    line-height: 64px;
    font-size: 18px;
    padding: 0 20px;
}
.linkbox p i{
    color: #00923f;
    font-size: 20px;
    width: 36px;
    text-align: center;
}

.linkbox b {
    font-weight: normal;
}

.linkbox ul li {
    line-height: 28px;
}
.linkbox ul li h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 42px;
    padding-left: 15px;
    margin: 0 0 15px;
}
.linkbox ul li p{
    padding-left: 5px;
    line-height: 46px;
    border-bottom: 1px dotted #ddd;
}
.linkbox ul li p i{
    width: 36px;
    text-align: center;
    color: rgba(0, 146, 63, .8);
}
.linkbox ul li p a{
    color: #555;
}
.linkbox ul li p a:hover {
    color: #00923f;
}

.messagebox {
    width: 90%;
    display: block;
    /* border: 1px solid #ddd; */
    padding: 0 45px;
    /* background: #eee; */
    margin: 0 auto;
}

.linktu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.linktu img {
    display: block;
    margin: 0 auto;
}
.messagebox h4 {
    font-size: 22px;
    line-height: 26px;
}
.messagebox p{
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
}
.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: 94%;
    margin: 5px auto 0;
    padding: 5px;
}
.form-group span{
    display: block;
    line-height: 36px;
    float: left;
    width: 10%;
    margin-right: 3%;
    line-height: 46px;
}
.form-group1 span {
    display: block;
    line-height: 36px;
    float: left;
    width: 10%;
    margin-right: 3%;
    line-height: 46px;
}
.form-group span b{
    color: red;
    padding-right: 2px;
}
.form-group1 span b {
    color: red;
    padding-right: 2px;
}

.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: 87%;
    height: 46px;
    line-height: 30px;
    color: #555;
    background-color: #fefefe;
    border: 1px solid #dedede;
    background-image: none;
}

.form-group1 {
    width: 94%;
    margin: 10px auto;
    padding: 5px;
}

.form-group1 textarea {
    width: 87%;
    height: 128px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: rgb(0, 146, 63);
    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;
}

/* mobile */
@media all and (max-width: 767px) {
    html,body{ overflow-x: hidden;}
    .search{ display:none;}
    .navbar-brand img{ width: 72px;}
    .navbar-nav{ float: none;}
    .dropdown-menu{ display: none !important;}
    .saleft{ width:100%; margin: 0;}
    .stmore{ margin-bottom: 15px;}
    .syabox .sywhzi{ width: 84%; margin: 0 auto;}
    .syabox .sywhzi h3{ font-size: 24px;}
    .syzslist .syzs{ width: 100%; margin-bottom: 15px;}
    .flist{ display:none;}
    .bq a{ width: 100%; height:auto; display: inline-block;}
    .navbar-nav{ border-bottom: 3px solid #ddd; background: #f5f5f5;}
    .navbar-nav>li{ margin: 0; text-align: center;}
    .navbar-nav>li>a{ color: #333 !important;line-height: 1px !important;}
    .nybanright{ display: none;}
    .nyban{ width:150%; margin: 0 0 0 -25%;}
    .position{ height:auto; line-height: 42px !important; margin-top: 3px;}
    .position .posbox .nybanleft{ width: 100%;}
    .position .posbox .nybanleft ul li{ width: 50%; text-align: center; margin: 0; padding: 0; line-height: 46px;}
    .position .posbox .nybanleft ul .active{ border: none; background: #00923f;}
    .position .posbox .nybanleft ul .active a{ color: #fff;}
    .abtit{ margin: 0;}
    .abtit b { font-size: 52px;}
    .abtit p{ margin-top: -24px;}
    .pro-test h3{ font-size: 24px;}
    .pro-test .pbtn{ width: 120px;}
    .table-responsive{ border: none;}
    .newPicBox{ display: none;}
    .leftTime{ width: 100%;}
    .rightC{ width: 100%;}
    .nycontent{ padding: 28px;}
    .messagebox{ width: 100%; padding: 0;}
    .form-group span{ width: 100%;}
    .form-group input, .form-group1 textarea{ width: 100%;}
    .submit{ width: 50%; margin: 12px 25%;}
    .linkbox p{ line-height: 32px; font-size: 16px; padding: 5px 0;}
    .sycptu video{ width: 100% !important; height:auto !important; display: inline-block;}
}