﻿.nav{
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 0 40px 0;
}
.nav a{
    font-size: 14px;
    line-height: 20px;
    padding: 6px 19px;
    display: inline-block;
    border: 1px #097f3b solid;
    margin: 0 8px;
    color: #097f3b;
}
.nav a:hover{
    color: #fff;
    background:#097f3b ;
}

/*PC端的banner*/
.banner{
    padding: 0;
}
.banner img{
    width: 100%;
    height: auto;
}

.banner .swiper-button-white {
    background-color: rgba(0, 0, 0, 0.15);
    background-size: 14px;
    width: 50px;
    height: 51px;
    border-radius: 4px;
}
.banner .swiper-button-white:hover{
    background-color: rgba(0, 0, 0, 0.3);
}


.banner .swiper-container-horizontal>.swiper-pagination{
    bottom: 20px;
}
.banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    width: 26px;
    height: 5px;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
    background: #ffffff;
    opacity: 0.6;
}
.banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    width: 34px;
    background: #005B32;

}



/*手机端的bannerM*/
.bannerM{
    padding: 0;
}
.bannerM img{
    width: 100%;
    height: auto;
}

.bannerM .swiper-button-white {
    background-color: rgba(0, 0, 0, 0.15);
    width: 30px;
    height: 38px;
    border-radius: 4px;
    background-size: 12px;
}
.bannerM .swiper-button-white:hover{
    background-color: rgba(0, 0, 0, 0.3);
}


.bannerM .swiper-container-horizontal>.swiper-pagination{
    bottom: 20px;
}
.bannerM .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    width: 26px;
    height: 5px;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
    background: #ffffff;
    opacity: 0.6;
}
.bannerM .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
    width: 34px;
    background: #005B32;

}


/*关于我们*/
.about{
    margin-top: 30px;
    padding: 0;
}
.container.about .newBox .newBoxTop{
    overflow: hidden;
    display: block;
    width: 100%;
}
.container.about .newBox .left{
    padding: 0;
}
.container.about .newBox .left img{
    width: 100%;
}

.container.about .newBox .right{
    padding: 0 10px 0 30px;
}

.container.about .newBox .right h1{
    display: block;
    line-height: 44px;
    padding-right: 10px;
    width: 100%;
    font-size: 18px;
    margin: 10px 0 0 0;
    border-bottom: 1px #ded5d5 solid;
}
.container.about .newBox .right h1 a {
    color: #1b4628;
    font-size: 20px;
    font-weight: bold;
}
.container.about .newBox .right h1 a:hover {
    color: #1b4628;
}


.container.about .newBox .right p.say{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: block;
    width: 100%;
    margin: 20px 0 13px 0;
}
.container.about .newBox a.moreBtn {
    border: none;
    font-size: 13px;
    text-align: center;
    padding: 6px 22px 6px 18px;
    display: inline-block;
    margin: 10px auto 0 auto;
    color: #fff;
    border-radius: 4px;
    background: url(../picture/right.png) no-repeat 73px 7px #005B32;
    background-size: 13px;
}
.container.about .newBox a.moreBtn:hover {
    box-shadow:0 2px 2px #bdbcbc;
}

.container.about .newBox .newBoxBottom{
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    margin: 30px auto 0 auto;
}



/*电影区域*/
.titleSanNewVideo{
    margin: 60px 0 40px 0;
    position: relative;
    z-index:1000;
}

#moive{
    position: relative;
    padding: 0 6%;
    box-sizing: border-box;
}

#moive .swiper-container {
    padding: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

#moive  .swiper-slide {
    width: 700px;
    height:auto;
    background: #fff;
    position: relative;
}
#moive  .swiper-slide img{
    display:block;
}
#moive  .swiper-slide i {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s;
    background:  url("../picture/moiveBG.png") no-repeat center center rgba(0,0,0,.4);
}

#moive .swiper-pagination {
    width: 100%;
    bottom: 0px;
}

#moive .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#moive .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #0b7a2e;
    background-color: #fff;
}
#moive .swiper-button-prev {
    left: 10px;
    top: 62%;
    opacity: 0.4;
    border-radius: 50%;
    border: 1px #000000  solid;
    width: 38px;
    background-size: 15px;
    height: 38px;
}
#moive .swiper-button-next {
    right: 10px;
    top: 62%;
    opacity: 0.4;
    border-radius: 50%;
    border: 1px #000000  solid;
    width: 38px;
    background-size: 15px;
    height: 38px;
}
#moive .swiper-button-prev:hover,
#moive .swiper-button-next:hover{
    opacity: 0.8;
}
























/*产品区域*/
.product{
    margin: 100px 0 0 0;
    padding:20px 0 40px 0 ;
    background: url(../picture/bj.jpg) no-repeat center;
}
.product .container{
    padding: 0 0;
}
.product .container .nav{
    margin: 36px 0;
}



.product .productUL{
    padding: 0 0;
    margin: 0 -10px;
}
.product li{
    padding: 0 12px;
}
.product li div.textT{
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    border: 1px #cacaca solid;
    padding: 0  0 10px 0;
    background: #fefefe;
    border-radius: 5px;
}
.product li a div{
    width: 100%;
    overflow: hidden;
}
.product li a div img{
    transition: all 0.3s;
}
.product li a div:hover img {
   transform: scale(1.1);
}
.product li .textH h1{
    font-size: 14px;
    color: #333;
    margin: 10px 0 3px 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product li .textH h1:hover{
    color: #0b7a2e;
}
.product li .textH  p{
    font-size: 13px;
    color: #666;
    line-height: 19px;
    margin: 6px 0 0 0;
    padding: 0 10px;
    max-height: 38px;
    overflow: hidden;
}




/*产地介绍区域*/
#field{
    margin: 0px 0 0 0;
    padding: 0 0;
}
#field .field{
    margin-top: 40px;
    padding: 0;
}
#field .fieldBox .swiper-container{
    width: 100%;
    display: block;
}

#field .fieldBox{
    position: relative;
    padding: 0px;
    margin: 30px 0 0 0;
}
#field .fieldBox a{
    display: block;
    overflow: hidden;
}
#field .fieldBox .swiper-slide:hover  a:before {
    opacity: .4;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}
#field .fieldBox a:before {
    bottom: 20px;
    opacity: 0;
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    border-color: #111111;
    left: 14px;
    right: 14px;
    top: 14px;
    bottom: 24px;
    z-index: 2;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}

#field .fieldBox a div.img{
    position: relative;
}
#field .fieldBox a div.img:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}
#field .fieldBox .swiper-slide:hover  a  div.img:after {
    opacity: 1;
}



#field .fieldBox p {
    display: inline-block;
    margin: -10px auto 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 16px;
    padding: 0px;
    transition: .3s;
}
#field .fieldBox .swiper-slide:hover p {
    color: rgba(255,255,255,1);
    position: relative;
    z-index: 3;
    transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
}

#field .fieldBox p span{
    display: inline-block;
    overflow: hidden;
    padding: 0 12px;
}
#field .fieldBox p span i{
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #a0a0a0;
    content: '';
    transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transition: .2s .1s;
    -moz-transition: .2s .1s;
    -ms-transition: .2s .1s;
    -o-transition: .2s .1s;
    -webkit-transition: .2s .1s;
}
#field .fieldBox .swiper-slide:hover p span i {
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    -webkit-transform: scale(1,1);
}
#field  .swiper-button-white {
    background-color: rgba(0, 0, 0, 0.45);
    background-size: 14px;
    width: 50px;
    height: 51px;
    border-radius: 4px;
    top: 45%;
}
















/*师资荣誉区域*/
#certify.good{
    margin: 30px 0 0 0;
    padding:20px 0 40px 0 ;
    background: url("../picture/bj.jpg") repeat;
}
#certify  .container{
    padding: 0 0;
}

#certify .swiper-container {
    padding: 60px 0 30px 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

#certify  .swiper-slide {
    width: 300px;
    height:auto;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display:block;
}
#certify  .swiper-slide p {
    line-height: 80px;
    padding-top: 0;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    margin: 0;
    background: #a0a0a0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #0b7a2e;
    background-color: #fff;
}
#certify .swiper-button-prev {
    left: 10px;
    top: 57%;
    opacity: 0.4;
    border-radius: 50%;
    border: 1px #000000  solid;
    width: 38px;
    background-size: 15px;
    height: 38px;
}
#certify .swiper-button-next {
    right: 10px;
    top: 57%;

    opacity: 0.4;
    border-radius: 50%;
    border: 1px #000000  solid;
    width: 38px;
    background-size: 15px;
    height: 38px;
}
#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover{
    opacity: 0.8;
}











/*新闻区域*/
#new{
    background: #f9f9f9;
}
.container.new{
    padding:60px 0 40px 0 ;
}
.container.new .newBox .newBoxTop{
    overflow: hidden;
    display: block;
    width: 100%;
}
.container.new .newBox .left{
    padding: 0;
}
.container.new .newBox .left img{
    width: 100%;
}

.container.new .newBox .right{
    padding: 0 10px 0 30px;
}

.container.new .newBox .right h1{
    display: block;
    line-height: 44px;
    padding-right: 10px;
    width: 100%;
    font-size: 18px;
    margin: 10px 0 0 0;
    border-bottom: 1px #ded5d5 solid;
}
.container.new .newBox .right h1 a {
    color: #1b4628;
}

.container.new .newBox .right p.say{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: block;
    width: 100%;
    margin: 20px 0 13px 0;
}
.container.new .newBox a.moreBtn {
    border: none;
    font-size: 13px;
    text-align: center;
    padding: 6px 22px 6px 18px;
    display: inline-block;
    margin: 10px auto 0 auto;
    color: #fff;
    border-radius: 4px;
    background: url(../picture/right.png) no-repeat 73px 7px #005B32;
    background-size: 13px;
}
.container.new .newBox a.moreBtn:hover {
   box-shadow:0 2px 2px #bdbcbc;
}

.container.new .newBox .newBoxBottom{
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    margin: 30px auto 0 auto;
}
.container.new .newBox .newBoxBottom .swiper-button-prev {
    left: 0px;
    background: url(../picture/bst_55.jpg) no-repeat center top;
    background-size: contain;
    top: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.8;
}
.container.new .newBox .newBoxBottom  .swiper-button-next {
    right: -0px;
    background: url(../picture/bst_58.jpg) no-repeat center top;
    background-size: contain;
    top: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.8;
}
.container.new .newBox .newBoxBottom  .swiper-button-prev:hover,
.container.new .newBox .newBoxBottom  .swiper-button-next:hover{
    opacity: 1;
}


.container.new .newBox .newBoxBottom  .swiper-slide p {
    overflow: hidden;/*超出部分隐藏*/
    font-size: 12px;
    color: #666666;
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
    padding: 0 10px;
    box-sizing: border-box;
}
.container.new .newBox .newBoxBottom  .swiper-slide:hover  p {
    color: #005B32;
    text-decoration: underline;

}





/*设置手机端的css*/
@media screen and (max-width: 1000px) {

    .container.about .newBox .right p.say {
        font-size: 13px;
        line-height: 22px;
        max-height: 135px;
        overflow: hidden;
        margin: 5px 0 3px 0;
    }
    .about {
        margin-top: 20px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .container.about .newBox .right {
        padding: 0 0;
    }
    .container.about .newBox .right h1 {
        line-height: 28px;
        margin: 4px 0 0 0;
        border-bottom: 1px #e0e0e0 solid;
    }
    .container.about .newBox .right h1 a {
        font-size: 14px;
    }


    .titleSanNewVideo {
        margin: 40px 0 10px 0;
    }





    .product {
        margin: 40px 0 0 0;
        padding: 10px 0 20px 0;
    }
    .nav {
        margin: 0 0 8px 0;
    }
    .nav a {
        font-size: 13px;
        padding: 4px 11px;
        margin: 0 0 10px 0;
        width: 30%;
    }
    .product li {
        padding:0 6px;
        margin-bottom: 10px;
    }
    .product li a {
        padding: 0 0 2px 0;
    }
    .product li a h1 {
        font-size: 13px;
        margin: 8px 0 4px 0;
        padding: 0 5px;
    }
    .product li a p {
        font-size: 12px;
        line-height: 19px;
        margin: 0 0 0 0;
        padding: 0 5px;
        max-height: 38px;
    }
    .field {
        margin-top: 0;
    }





    .good {
        margin: 14px 0 0 0;
        padding: 0 0 20px 0;
    }








}



@media screen and (max-width: 800px) {
    .container.about .newBox .right p.say {
        font-size: 12px;
        line-height: 20px;
        max-height: unset;
    }
    .container.about .newBox .right {
        padding: 0 0;
    }
    .container.about .newBox .right h1 {
        line-height: 28px;
        margin: 4px 0 0 0;
        border-bottom: 1px #e0e0e0 solid;
    }
    .container.about .newBox .right h1 a {
        font-size: 15px;
    }
    .titleSan {
        margin: 20px 0 8px 0;
    }


    /*电影区域*/
    #moive {
        padding: 0;
    }
    #moive .swiper-slide {
        width: 60%;
    }
    #moive .swiper-slide i {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        border-radius: 50%;
        cursor: pointer;
        transition: all .2s;
        background: url(../picture/moiveBG.png) no-repeat center center rgba(0,0,0,.4);
        background-size: 14px;
    }
    #moive .swiper-button-black{
      display: none;
    }


    .product>.container{
        padding: 0 10px;
    }
    .product .container .nav {
        margin: 6px 0;
    }
    .product .nav a {
        font-size: 12px;
        padding: 2px 1px;
        margin: 0 0 5px 0;
        width: 24%;
    }
    .product .productUL {
        margin: 0;
    }
    .product li .textH h1 {
        font-size: 13px;
        margin: 7px 0 0px 0;
        padding: 0 4px;
    }
    .product li .textH p {
        font-size: 12px;
        line-height: 16px;
        margin: 6px 0 0 0;
        padding: 0 4px;
        max-height: 30px;
    }
    .product li div.textT {
        margin-bottom: 0;
    }

    #field {
        padding: 0 10px;
    }
    #field .field{
        margin: 0;
    }
    #field .fieldBox p{
        font-size: 13px;
    }
    #field .fieldBox{
        margin: 6px 0 0 0;
    }
    #field .swiper-button-white {
        background-size: 10px;
        width: 28px;
        height: 28px;
        top: 43%;
    }
    #field .swiper-button-prev{  left: 0;  }
    #field .swiper-button-next{  right: 0;  }



    #certify.good {
        padding: 0 10px;
        background-size: cover;
    }
    #certify .swiper-slide{
        width: 50%;
    }
    #certify .swiper-container {
        padding: 30px 0 30px 0;
    }
    #certify .swiper-slide p {
        line-height: 30px;
        font-size: 12px;
    }

    #new{
        padding: 0 10px;
    }
    .container.new {
        padding: 30px 0;
    }
    .container.new .newBox .right {
        padding: 0;
    }
    .container.new .newBox .right h1{
        font-size: 14px;
        overflow: hidden;/*超出部分隐藏*/
        text-overflow:ellipsis;/* 超出部分显示省略号 */
        white-space: nowrap;/*规定段落中的文本不进行换行 */
        line-height: 26px;
        padding-right: 10px;
        margin: 0 0 0 0;
    }
    .container.new .newBox .right p.say {
        font-size: 12px;
        line-height: 22px;
        margin: 3px 0 5px 0;
    }




}

/*设置手机端的css*/
@media screen and (max-width: 340px) {
    .about .moiveBox .moive iframe{
        height: 200px;
    }



}






