.navbar-default { z-index: 1;
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-right {
    margin-right: 0; float: right;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#000;
    background:none;
}
.baise .navbar.navbar-default {
 background-image: linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,0));
}
.navbar-default .navbar-nav > li > a {
    /* font-weight:600; */
    letter-spacing: 1px;
    font-size: 1em;
}
.nav.navbar-nav{ display: flex; flex-wrap: wrap; flex-direction: row;}
.nav.navbar-nav li{display: inline-block;}
.navbar-nav > li > a {
    margin: 0;
    padding:0 1em;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#007D14; margin-top: 2px;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #007D14;
	outline:none;
}
nav.navbar.navbar-default {
    background: none;
    padding:2em;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.dropdown-menu > li,.dropdown-menu > li > a{display: flex; width: 100%;}
.dropdown-menu:before{position: absolute; top: -5px; left: 50%; margin-left: -12px; content: '';
    
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#fff;
    background: none; 
}
 .navbar-default .navbar-nav > li > a {
    color: #000; padding: 5px 20px; line-height: 30px;
}
.baise .navbar-default .navbar-nav > li > a {
    color: #fff; padding: 5px 20px;
}
.navbar-default .navbar-nav  > .active.open > a:focus {
	background:transparent;
	color: #000;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #000;
}

.link-effect-2{ width: 100%; padding-top: 10px;}
.top_right{ float: right; margin-left: 30px;}
.top_right .tel{ font-size: 18px; font-weight: bold;}
.jk-banner{ position: relative; width: 100%; overflow: hidden; z-index: 0;}
.page-more img{display: none;}


.page-s{width: 100%; height: 680px; display: flex; justify-content: center; align-items: center;}
.page-s>div{ position: relative; display: flex;}
.page-s>div,.aboutimg-s{ height: 100%;}
.aboutimg-s{ width: 40%; padding:5%; overflow: hidden; display: flex; justify-content: flex-end; align-items: center;}
.aboutimg-s img{ width: 100%;}
.page-tit-s{display: flex; flex-direction: column; width: 100%;  margin-top: 150px; padding: 20px 10px;}
.page-tit-s{ margin-top: 40px;  }
.aboutnypage .page-tit-s{ margin-top: 10px}
.page-cn-s{display: inline-block; font-size: 24px; line-height: 60px; font-weight: bold;}
.page-en-s:first-letter{color: #00923f;}
.page-en-s{display: inline-block; align-items: center; padding: 0; color: #333; font-size: 36px; line-height: 30px; font-weight: bold;}
.page-en-s:after{ width: 60px; height: 2px; margin-left: 10px; background: #55B597; content: '';}
.page-tit-s.baise,.page-tit-s.baise .page-cn-s,.page-tit-s.baise .page-en-s{ color: #fff;}
.page-tit-s.center{ justify-content: center; align-items: center; }
.page-tit-s.baise .page-en-s:after{ background: #fff;}

.ab-sj-ul{ display: flex; justify-content: space-between; height: 120px;  width: 100%;  z-index: 1}
.ab-sj-ul li{  min-width: 25%;  padding: 20px;}

.ab-sj{display: flex; height: 100%; flex-direction: column; width: 100%; justify-content: center; align-items: center;}
.sj-val{display: flex; position: relative;}
.sj-val .num{ font-weight: bold; font-size: 36px; color: #00923f;}

.ab-sj-ul li:last-child .sj-val .num{font-size: 28px}

.sj-val .plus{ font-weight: bold; font-size: 16px; color: #333; margin-top: -15px;}
.sj-val .danw{  font-size: 16px; color: #666;   height: 30px; text-align: center; line-height: 30px; border-radius: 30px;}
.sj-name{ color: #333; margin-top: 10px; font-size: 12px;}

.syaboutr{display: flex; flex: 1; position: relative; width: 60%; flex-direction: column; justify-content: flex-start;  align-items: center; height: 100%; padding: 20px 10%; overflow:hidden;overflow-y:auto}


.syaboutr::-webkit-scrollbar {
    /*滚动条整体样式*/
    width :5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.syaboutr::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background : #535353;
}
.syaboutr::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background : #ededed;
}


.about-s-body{ display: flex; flex-direction: column; width: 100%; padding: 20px 10px; padding-bottom: 30px; margin-top: 0px;}
.aboutnypage .about-s-body{   padding-right: 20px; overflow: hidden; overflow-y: auto;}

.aboutnypage .about-s-body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width :5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.aboutnypage .about-s-body::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background : #535353;
}
.aboutnypage .about-s-body::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background : #ededed;
}

.about-s-t{font-size: 24px; color: #333; font-weight: bold;}
.body-con{ margin-top: 10px; line-height: 24px; color: #333; padding: 0px;}

.page-more{display: flex; justify-items: center; align-items: flex-start; margin-top: 10px;}
.page-more a{ display: inline-block;  border-radius: 0px; padding: 8px 20px; color: #999; border: 1px solid #999;}
.page-more.baise a{color: #666; border-bottom: 2px solid #666;}

.page-tit-s{display: flex; flex-direction: column; width: 100%;  margin-top: 150px; padding: 20px 10px;}
.page-tit-s{ margin-top: 40px;  }
.aboutnypage .page-tit-s{ margin-top: 10px}


.page-cpzx{ display: inline-block; width: 100%; overflow: hidden; margin-top: 20px;}

.cpzx-div{ position: relative; display: inline-block; width: 100%;  border-radius: 12px;
    margin: 8px 0;  }
.cpzx-img{ width: 100%; height: 300px; overflow: hidden; display: flex; justify-content: center; align-items: center}
.cpzx-cn{ display: flex; width: 100%; font-weight: bold; align-items: flex-start; justify-content: flex-start; color: #333; font-size: 16px; line-height: 40px;}
.cpzx-note{ display: inline-block; width: 100%; line-height: 25px; height: 50px; overflow: hidden; font-weight: 500; color: #333; margin-top: 10px;}
.cppagefy{display: flex; justify-content: center; align-items: center; width: 100%; text-align: center;}
.cppagefy .cpzx-next-b,.cppagefy .cpzx-prev-b{position: relative; color: #333; font-size: 18px; padding: 0 10px; left: auto; right: auto; display: flex;}
.cppagefy .cpzx-next-b:before{ content: ''; position: absolute; left: 0; top: 4px; width: 1px; height: 15px; background: #ccc;}

.cpzx_con{ display: block; width: 100%;  border: solid 15px transparent; border-bottom: none; margin-top:10px; padding-bottom: 10px;
    overflow: hidden; -webkit-transition: all 0.2s linear; transition: all 0.2s linear;  background: white;}
.cpzx_text{ padding-bottom: 10px;}
.cpzx_con:hover{ border: solid 15px white; box-shadow: #666 0px 0px 10px; border-bottom: none; }
.cpzx_con:hover .cpzx_text{background: #007D14; color: #fff;}
.cpzx_con:hover .cpzx_text > a{ color: #FFf; font-weight: bold;}
.cpzx_con:hover .cpzx_bottom > a ,.cpzx_con:hover .cpzx_bottom > span{color: #fff;}
.cpzx_text > a{ text-align:left; display: block; font-size: 18px; color: #333; padding: 0 10px; padding-top: 10px;}
.cpzx_bottom{ height: 19px; margin-top: 12px; display: flex; padding: 0 10px; margin-left: 0;  }
.cpzx_bottom > a ,.cpzx_bottom > span{ color: #ccc; font-size: 12px; display: block; float: left; height: 20px; overflow: hidden; margin-top: 2px;}

.cpzx_con:hover {
    -webkit-box-shadow: 10px 15px 20px rgba(0,0,0,0.2);
    box-shadow: 10px 15px 20px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}
.cn{font-size: 14px;}
.en{font-size: 24px; font-weight: bold; line-height: 50px;}
.pageny-t-b{ margin-top: 20px;}
.div-tit{display: flex; flex-direction: column; overflow: hidden;}
.div-tit.baise .tit-en{ color: #fff; font-weight: bold; margin-top: 10px; }
.tit-cn{font-size: 24px ; font-weight: bold; line-height: 50px; text-transform: capitalize;}
.tit-cn span{display: inline-block; position: relative;}
.tit-cn img{ position: absolute; right: -40px; top: -10px;}
.tit-en{ font-size: 16px; color: #666;}

.cpzx_con:hover .cpzx-img img{ transform: scale(1.1)}

.cpzx-titb{ width: calc(100% - 120px);}
.cpzx-eye{ width: 100px; display: flex;}
.cpzx-eye .iconfont{font-size: 12px;}
.cpzx-img{ width: 100%; height: 300px; position: relative; overflow: hidden;}
.cpzx-img  img{ width: 100%; min-height: 100%;}
.cpzxlj{ display: flex; text-align: center; justify-content: center;  align-items: center; width: 100%; left: 0; background: rgba(0,0,0,.5); height: 100%; position: absolute; top: 100%;}

.cpzx_con:hover .cpzxlj{ top: 0;}
.cpzxlj .iconfont{ color: #666; background: #fff; width: 50px; height: 50px; border-radius: 100px; text-align: center; line-height: 50px; font-size: 24px;}
.cpzxlj .iconfont:hover{ background: #007D14; color: #fff;}



.newsimg{     transition: all 0.8s ease 0.3s; display: inline-block; width: 100%; height: 100%; height: 504px;
    border-radius: 4px; box-shadow: 3px 3px 10px rgba(0,0,0,.1); position: relative; overflow: hidden;}
.newsimg >a >img{width: 100%; height: 100%;}
.newsimg:hover img{ transform: scale(1.1);}

.newsimg:hover .newstext{ background: #55B597;}
.newsmore{display: flex;}
.newsmore a{ display: inline-block; border: 1px solid #55B597; border-radius: 4px; padding: 15px 30px; margin-top:0px; color: #fff;}
.newsimg:hover .newsmore a{border-color: #fff}
.news-div{margin: 8px 0}
.news-div .newsmore a{color: #55B597; padding: 4px 10px;}

.news-div-s{display: inline-block;   transition: all 0.8s ease 0.7s; width: 100%; padding: 20px; background: #fff;
     box-shadow: 3px 3px 10px rgba(0,0,0,.1); border-radius: 4px; height: 100%;}

.news-div-s .news-timea{position: relative;
    color: #999; top: 10px; right: auto; float: left; width: auto; display: inline-block;}
.newstit{ font-weight: bold; color: #333; display: inline-block; width: 100%; height: 30px; overflow: hidden; line-height: 30px;}
.newsnote{ color: #666; line-height: 25px; height: 75px; overflow: hidden; display: inline-block; width: 100%}
.news-div-s .news-timea .days{color: #55B597;}
.news-div-s .newsmore a{display: flex; justify-content: space-between; width: 100%; border: 0; padding: 10px 0; color: #666;}
.news-div .news-img-s{ height: 240px; overflow: hidden;}
.news-div .news-img-s img{ min-width: 100%; min-height: 100%;}
.news-div-s .news-img-s{ margin-top: 0px; height: 200px; display: flex; justify-content: center; align-items: center; width: 100%; overflow: hidden; border-radius: 4px;}
.news-div-s:hover .news-img-s img,.news-div:hover .news-img-s img{ transform: scale(1.1)}
.news-div-s:hover .newstit{color: #55B597;}
.news-div-s:hover .newsmore a{color: #55B597}
.news-div-s:hover{box-shadow: 5px 5px 15px rgba(220,24,28,.1);}
.news-div .newsnote{ height: 50px;}

.news-timea{ display: inline-block; position: absolute; top: 10%; right: 40px; text-align: center; color: #fff; padding: 10px; border: 1px solid #fff; border-radius: 4px;}
.news-timea .days{font-size: 24px;}
.newstext{display: flex; flex-direction: column; padding: 20px; left: 0; right: 0; bottom: 0; position: absolute;}
.tit,.tit:hover{ color: #fff; font-weight: bold;}
.note{color: #ffff; margin-top: 5px;}
.newspage{ padding: 40px 0; padding-top: 10px;}
.news-top{ display: flex; width: 100%; padding:0 5px; justify-content: space-between; align-items: center; line-height: 20px;}
.news-top .news-time{ position: relative; display: inline-block; float: left ; font-size: 12px; color: #ccc; font-weight: 500; line-height: 20px;
    margin-top: 5px; padding: 0;}
.news-top .news-time .iconfont{font-size: 12px;}
.newsmore{ display: flex; float: right;}
.newsmore a{ display: inline-block; padding: 0px 4px; font-size: 12px; margin-top: 0px; line-height: 20px; color: #FF8000;}
.newsmore a .iconfont{ display: inline-block;}
.newsmore a{ display: inline-block; border: 1px solid #1B5956; border-radius: 4px; padding: 15px 30px; margin-top:20px; color: #fff;}
.newsimg:hover .newsmore a{border-color: #fff}
.news-div .newsmore a{color: #0a4b3e; padding: 4px 10px;}


.ryzzpage,.ryzzpageb{ display: inline-block; width: 100%; overflow: hidden; margin-top: 10px;}
.ryzzpage .swiper-slide,.ryzzpageb .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: auto;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ryzz-fanye{position: absolute; top: 50%; margin-top: 50px; width: 100%; height: 50px;}
.ryzz-fanye  .iconfont { color: #ccc; cursor: pointer; font-size: 24px; border: 2px solid #ccc; border-radius: 100px; height: 50px; width: 50px; line-height: 50px; text-align: center;}
.ryzz-fanye  .ryzz-next{ position: absolute;top: -20px; display: inline-block; right: -70px;}
.ryzz-fanye  .ryzz-prev{ position: absolute;top: -20px; display: inline-block; left: -80px;}
.ryzz-fanyefanye .ryzz-next:hover .iconfont,.ryzz-fanye .ryzz-prev:hover .iconfont{ color: #55B597; border-color: #55B597; }

.ryzz-fanye  .ryzz-nextb{ position: absolute;top: -20px; display: inline-block; right: -70px;}
.ryzz-fanye  .ryzz-prevb{ position: absolute;top: -20px; display: inline-block; left: -80px;}
.ryzz-fanyefanye .ryzz-next:hover .iconfont,.ryzz-fanye .ryzz-prev:hover .iconfont{ color: #55B597; border-color: #55B597; }

.ryzzpage .ryzz-pagination,.ryzzpageb .ryzz-pagination{ width: 100%; text-align: center; display: inline-block;  bottom: auto; position: absolute; padding-left: 50px;}

.ryzz-div{display: flex; flex-direction: column; width: 100%; background: #F5F5F5; padding: 20px 10px;}
.labels{display: flex; font-size: 12px;}
.ryzz-div .tit{ color: #333; font-size: 12px; width: 100%; text-align: left; color: #333;}
.ryzz-img{display: flex; width: 100%; justify-content: center; align-items: center;}
.ryzz-img img{ width: 100%;}



footer{ background-color: #EBEBEB; padding: 40px 8%;}

.foottop{display: flex; width: 100%; justify-content: space-between;}
.footlogo{ width: 260px;}

.footcenp{ padding:  0; display: flex; width: 100%; border: 1px solid #555; border-left: 0; border-right: 0; margin: 20px 0;}
.footcenp .cp-left,.footcenp .cp-right{padding: 30px 8px;}
.footcenp .cp-left{ border-right: 1px solid #555; width: 50%;}
.footcenp .cp-right{ text-align: right ; width: 50%;}
.footcenp .cp-left text,.footcenp .cp-right text{font-size: 24px; font-weight: bold;}
.footbq{display: flex; width: 100%; line-height: 30px; margin-top: 20px;}
.footbq .nav{ display: flex; width: 50%;}
.footbq .nav li{ padding: 2px 10px; position: relative;}
.footbq .nav li::after{content: ''; position: absolute; right: 0; top: 7px; height: 16px; width: 1px; background-color: #555;}
.footbqright{ text-align: right ; width: 50%;}

.footbq .nav>li>a{ padding: 2px 20px; line-height: 20px; color: #555;}



.page-ny{padding: 20px 0 40px 0;}
.page-ny-nav{ width: 100%; padding: 0; display: block; background-color: #f5f5f5;  margin-top: -60px;  }

.ny-nav-ul { margin-top: 0px; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; background: #818691;}
.ny-nav-ul li{ margin: 0; display: inline-block;width: 20%;}
.ny-nav-ul.cpnav{display: flex;}
.ny-nav-ul.cpnav li{ width: 20%;}
.ny-nav-ul li a{  overflow: hidden; z-index: 2; padding: 5px 20px; line-height: 50px; display: flex; flex-direction: column; position: relative;
   color: #fff; font-weight: bold;  }
/*.ny-nav-ul li a:before{content: ""; position: absolute; top: -40px; display: inline-block; height: 100%; width: 100%; background: #92B717; z-index: 0; left: 0;}*/
.ny-nav-ul li a small{ width: 100%; z-index: 2; display: inline-block; line-height: 20px; color: #ccc; font-size: 12px; font-weight: 300;}
.ny-nav-ul li a:hover,.ny-nav-ul li a.active,.ny-nav-ul li a:hover small,.ny-nav-ul li a.active small{ color: #fff;}
.ny-nav-ul li a:hover,.ny-nav-ul li a.active{   background: #2A2A29;}


.page-ny .newstit{ color: #555;}
.page-ny .newsnote{ color: #999;}

.news-xx-t{ display: inline-block; width: 100%; padding: 40px 10px; background: #f2f2f2}
.news-tit-n{line-height: 50px;}
.new-note-x{ color: #999}

.newlisbtn{ display: inline-block; width: 100%; padding: 30px 0; margin-top: 20px; margin-bottom: 20px; background: #f2f2f2}
.newml10{ margin: 0 10px; color: #ccc}
.newmr10{ margin: 0 10px;  color: #ccc}

.aboutnypage .container-fluid{display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 40px 0;}

.about-s-body.baise{color: #fff;}
.nyaboutl,.nyaboutr{ display: flex; flex-direction: column; justify-content: center; width: 100%;
    padding: 0 10%; height: 100%;}
    .aboutnypage .container-fluid >div:first-child{padding-right: 5%;}
    .aboutnypage .container-fluid >div:nth-child(2){padding-left: 5%;}
    
 .nyaboutl{ padding-left: 6%; width: 40%; position: relative; justify-content: center; align-items: center; }
 .nyaboutr{ width: 60%; display: inline-block; position: relative; }
.about-ny-img{ width: 100%;   overflow: hidden;}
.about-ny-img img{ width: 100%;}
.aboutimg img{ width: 100%;}
.nyaboutr{ margin-top: 40px;}

.nyaboutr .about-t{ display: flex; justify-content: space-between; color: #555;  border: 1px solid #555;}
.nyaboutr .about-t .ta{ border-right: 1px solid #555;  text-align: left; padding-left: 20px; padding-right: 20px;}
.nyaboutr .about-t .tb{ text-align: right; padding-right: 20px;}

.qywh-ul{width: 100%; padding: 40px 0; display: flex; flex-wrap: wrap; padding-top: 20px;}
.qywh-div{width: 100%; display: flex; flex-direction: column; }
.qywh-div .qywh-img{ width: 100%; height: 360px; overflow: hidden; justify-content: center; align-items: center; }
.qywh-div .qywh-img img{ min-height: 100%;}


/*Contact Form*/
.contact-form {
    width: 100%; display: inline-block; flex-wrap: wrap; justify-content: space-between;
    margin-bottom: 50px; margin-top: 50px;
    overflow: hidden;
}
.contact-form input,
.contact-form textarea {
    font-size: 16px;
    color: #007D14;
    height: 45px;
    padding-right: 30px;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form textarea {
    min-height: 175px;
    max-width: 100%;
    border: 1px solid #b7b7b7;
    padding-left: 30px;
    padding-top: 20px;
}
.contact-form input:focus {
    border-bottom: 1px solid #007D14;
}
.contact-form textarea:focus {
    border: 1px solid #007D14;
}
.contact-form .form-control {
    border-radius: 0;
    box-shadow: none;
}
.contact-form .form-group {
    margin-bottom: -5px;
    border-radius: 0;
}
.contact-form .form-group .input-img {
    margin-bottom: 50px;
    position: relative;
}
.contact-form .form-group .text-area {
    margin-top: 20px;
}
.contact-form .input-icon {
    position: absolute;
    bottom: 5px;
    right: 0;
}
.contact-form .input-icon i {
    font-size: 18px;
    color: #0d0d0d;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-form .form-control:focus + .input-icon i {
    color: #007D14;
}
.contact-form .form-btn {
    text-align: center;
}
.contact-form .contact-form-btn {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 0;
    border: none;
}
.contact-form input::-webkit-input-placeholder {
    color: #b7b7b7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-form input::-moz-placeholder {
    color: #b7b7b7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-form input:-ms-input-placeholder {
    color: #b7b7b7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
.contact-form input:-moz-placeholder {
    color: #b7b7b7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-form textarea::-webkit-input-placeholder {
    color: #b7b7b7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-form textarea::-moz-placeholder {
    color: #b7b7b7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-form textarea:-ms-input-placeholder {
    color: #b7b7b7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
.contact-form textarea:-moz-placeholder {
    color: #b7b7b7;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-form input:focus::-webkit-input-placeholder {
    color: #007D14;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.contact-form input:focus::-moz-placeholder {
    color: #007D14;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.contact-form input:focus:-ms-input-placeholder {
    color: #007D14;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
} 
.contact-form input:focus:-moz-placeholder {
    color: #007D14;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.contact-form textarea:focus::-webkit-input-placeholder {
    color: #007D14;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.contact-form textarea:focus::-moz-placeholder {
    color: #007D14;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.contact-form textarea:focus:-ms-input-placeholder {
    color: #007D14;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
} 
.contact-form textarea:focus:-moz-placeholder {
    color: #007D14;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;  
}
.page-ny .col-md-3{position: relative;}
.pro-left{display: flex; position: fixed; flex-direction: column; width: 280px; }
.pro-left li{line-height: 40px; padding-left: 10px; margin: 5px;  border-left: 5px solid #333; background-color: #f5f5f5;}

.ywfw-div{display: flex;   width: 100%; flex-wrap: wrap; margin: 10px 0;}
.ywfw-div .ywfw-img{ width: 100%; height: 400px; display: flex; justify-content: center; align-items: center; overflow: hidden;} 
.ywfw-div .ywfw-img img{width: 100%;}
.ywfw-body{ width: 100%; display: flex; flex-direction: column; text-align: left; line-height: 30px; height: 30px;overflow: hidden; justify-content: flex-start; align-items:flex-start; padding:0px 5%;}
.ywfw-div:hover .ywfw-img img{ transform: scale(1.1)}
.ywfw-div .ywfw-body .cn{ text-align: left; color: #555; font-size: 24px; font-weight: bold;}
.ywfw-div .ywfw-body .en{ text-align: left; color: #555; font-size: 16px; }
.ywfw-div .ywfw-body small{font-size: 18px; font-weight: 500; width: 100%;}
.ywfw-div .ywfw-body .note{ text-align: left; color: #999; font-size: 14px; line-height: 30px;}
.main-page img{max-width: 100%; }
@media (max-width: 768px) {
    .navbar-toggler{position: absolute; top: 10px; right: 20px;}
    .navbar-header{display: inline-block;
        float: left; }
        .footcenp .cp-left{border-right: 0;}
        .footcenp .cp-right{text-align: left;}
        .footbqright,.footcenp .cp-left,.footcenp .cp-right,.news-ul li,.aboutcontent,.pro-ul li{ width: 100%;}
        .footcenp,.news-ul,.aboutfoot,.ys-head{flex-direction: column; width: 100%; overflow: hidden;}
        .foottop,.ys-ul{flex-wrap: wrap;}
        .ys-ul li { width: 50%;}
        .footbq .nav,.aboutfoot .r,.top_right, .navbar-collapse{display: none;}
        .navbar-collapse.show{display: inline-block; width: 100%;}
        .about-page{padding: 40px 15px;}
        .div-tit {padding: 0 15px;}
        footer{padding: 15px;}
        nav.navbar.navbar-default{ padding: 10px; min-height: 0; background-color: #fff; position: relative; background-image: none;}
        .baise .navbar.navbar-default{background-image: none;}
        .baise .navbar-default .navbar-nav > li > a{color: #333;}
        .navbar-nav > li > .dropdown-menu{ width: 100%; display: none;}
        .dropdown-menu.show{ display: inline-block;}
        .nav.navbar-nav li{width: 100%;}
    .navbar-header .iconfont{ color: #01923f; font-size: 24px;}
    .topnav{position: relative}
    .page-logo{ width: 200px;}
    .topnav .col-md-10,.topnav .col-md-9,.topnav .col-md-3{ display: inline-block; width: 100%;}

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{ max-height: none}
    .dropdown ul{ background: rgba(0,0,0,.5); display: inline-block; width: 100%; padding: 10px 10%;}
    .dropdown ul li a{ color: #fff; display: inline-block; width: 100%; line-height: 30px;}

    .type-tit,.abvideo,.page-moreb,.newsmore,.footnav{display: none;}
    .footr{margin-top: 10px;}
    .page-tit-s.baise{display: none}

    .newspage-c,.newspage-d{display: inline-block;}
    .newspage-c{width: 100%; height: auto; min-height: auto;}
    .dtimg{height: auto; min-height: auto;}
    .news-div-s{ margin: 10px 0; padding: 10px;}
    .newsbody.mt20{margin-top: 0;}
    .news-div-s .news-timea{top: 0; padding: 0;}
    .ny-nav-ul{ padding-left: 0;}
    .ywfw-div{ flex-direction: column; display: flex;}
    .ywfw-div .ywfw-img{ width: 100%; height: 300px; display: flex; justify-content: center; align-items: center; overflow: hidden;} 
    .ywfw-body{ width: 100%; height: 30px; line-height: 30px; overflow: hidden;}
    .ywfw-div .ywfw-img img{width: 100%;}

    .aboutnypage .container-fluid{flex-wrap: wrap;}
    .aboutnypage .container-fluid >div{ width: 100%;}
    .pppage{ padding-top: 10px; height: auto;}
    .body-con{ padding: 0;text-align: justify}
    .nyaboutl, .nyaboutr{ padding-right: unset; padding:  10px;}
    .ny-nav-ul {flex-wrap: wrap;}
    .ny-nav-ul li{ width: 33%;}
    .ny-nav-ul li a{ padding: 5px;}
    .ryzz-fanye .ryzz-next{ right: 20px;z-index: 2}
    .ryzz-fanye .ryzz-prev{ left: 20px;z-index: 2}

    .page-s{ display: inline-block; width: 100%; height: auto;}
    .syaboutr{ width: 100%; padding: 10px;}
    .page-tit-s,.body-con{margin-top: 0px;}
    .ab-sj-ul{ flex-wrap: wrap; height: auto; background-color: #f5f5f5;}
    .ab-sj-ul li{width: 50%; padding: 0 10px; margin-top: 20px;}
    .page-cpzx{padding: 10px; margin-top: 0; padding-top: 0;}
    .page-more img{width: 20px;}
    .page-en-s{font-size: 16px; color: #ddd;}
    .page-en-s:first-letter{color: #ddd;}
    .page-cn-s{font-size: 24px; font-weight: 500; line-height: 30px;}
    .page-cn-s.p8{padding-left: 0;}
    .about-s-body{padding: 0; padding-bottom: 10px;}
    .newsimg{height: 320px;}
    .newsnote{height: auto; display: none;}
    .cpzx-img{height: 240px;}
    .ywfw-div .ywfw-body .cn{font-size: 14px; width: 100%; text-align: center;}
    .page-s>div.aboutimg-s,.footcenp{display: none;}
    .sj-val .num{font-size: 24px;}
    .page-ny-nav{margin-top: 10px;}
    .newspage{padding: 10px 0;}
    .main-page img{max-width: 100%; height: auto!important;}
}