*{margin: 0;padding: 0;list-style: none;text-decoration: none}
a:hover{text-decoration: none}
.clear{clear: both}
body{
    padding-top: 187px;
}
.navbar-fixed-top{
    background: #fff;
}
.navbar {
    padding: 20px 0;
    margin: 0;
    background: #5AAA5A;
}

#btnNavList,#btnLogo,#btnNavList-nav{display:none}
#normalLogo {  width: 190px;  height: auto;  margin-top: 20px; }
#normalLogo img{
    max-width: 200px;
    max-height: 95px;
}
#search{
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 30px 0 0 20px;
}
#search input {
    border: none;
    background: transparent;
}
#search input:focus{
    outline: none;
    border-color:transparent;
    box-shadow:none;
}
#search .text{
    flex: 1;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
#search .text::-webkit-input-placeholder {
    color: #fff;
}
#search .text::-moz-placeholder{
   color: #fff;
}
#search .text::-ms-placeholder {
    color: #fff;
}
#search .submit{
    width: 50px;
    height: 30px;
    background: url(../images/2024.4.29-11.png) no-repeat center center;
    cursor: pointer;
}
.out-link{
    display: flex;
    float: right;
    width: 100px;
    height: 40px;
    text-align: right;
    margin-top: 30px;
}
.out-link img{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
}
.nav:before,.nav:after{
    display: none;
}
.nav li {
    padding: 0 15px;
    line-height: 50px;
    position: relative;
    white-space: nowrap
}
.nav li.current{
    background: #F2ECE7;
}
.nav li a {
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #8C755A;
}
.nav li a:hover{
    background: none;
}
.nav li.current a {
    border-bottom: 4px solid #8C755A;
}
/* .nav li a:hover,
.nav li .current,
#btnNavList-nav .current, */

.nav .submenu {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 110px;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
    z-index: 100;
}
.nav .submenu .submenuNav {
    padding: 0;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #F2ECE7;
    text-align: center;
}
.nav .submenu .submenuNav a {
    line-height: 28px;
    border: none;
    font-size: 15px;
    font-weight: normal;
    color: #8C755A;
}
.nav .submenu .submenuNav a:hover {
    color: #5AAA5A;
}
.row{margin-right:0;margin-left: 0 }


/**滚动**/
.banner-container{width: 1050px;}
.bannerSwiper {  width: 100%;  height: 500px;  position: relative;  left: 0;  top: 0;  overflow: hidden;}
.bannerSwiper .swiper-slide {  height: 100%;  }
.bannerSwiper .swiper-slide a.slide {  display: block;  width: 100%;  height: 100%;  }
.bannerSwiper .swiper-slide .slideNews{position: absolute;bottom:140px;left: 260px;color:#fff;width: 1300px;}
.slideNews .slideTitle{font-size:80px;line-height: 100px;margin-bottom: 50px;font-family: Britannic Bold}
.slideNews .slideDetail{font-size: 36px;line-height: 90px;}
.bannerSwiper .pagBox {  width: 100%;  height: 100%;  position: absolute;  right: 0;  top: 0; }
.bannerSwiper .swiper-pagination {  width: 100%;  left: auto;  bottom: 30px;  right: 0;  text-align:center;  }
.bannerSwiper .swiper-pagination-bullet-active {  background: #346B3E;  }
.bannerSwiper .swiper-pagination span {  width: 21px;  height: 21px;  border-radius: 50%;  margin-left: 20px;  }
.swiper-pagination-bullet{  background: #fff;  opacity: .9;  }


/* index new  */

.list-title{
    padding: 50px 0;
    margin: 0;
    text-align: center;
    color: #5AAA5A;
    font-weight: bold;
    background: #fff;
}
.updates-list{
    width: 320px;
    margin: 0 auto 50px;
}
.updates-list .img{}
.updates-list .img img {
    width: 320px;
    height: 220px;
}
.updates-list .brief {
    position: relative;
    width: 280px;
    margin: -30px auto 0px;
    padding: 20px 20px 30px;
    box-shadow: 0 0 20px #ccc;
    background: #fff;
    z-index: 10;
}
.updates-list .brief h3 {
    margin: 0 0 10px 0;
    color: #5AAA5A;
    font-weight: bold;
    -webkit-line-clamp: 4;
    font-size: 18px;
    height: 80px;
}
.updates-list .brief p {
    font-size: 15px;
    color: #999;
}
.updates-list .brief h3,
.updates-list .brief p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.updates-list .brief a {
    float: right;
    padding: 0px 14px;
    background: #5AAA5A;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
}
.updates-list .brief a:focus{
    outline: none;
}
.gray{
    background: #F7F8F8;
}
.partner-container {
    width: auto;
    padding: 30px 0 20px;
}
.partner-item{
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.partner-item img{
    width: auto;
    height: 120px;
    max-width: 100%;
}




.mainList{margin: 30px auto 0;display: flex;flex-wrap: wrap}
.mainList p{font-size: 26px;}
.main-left,.main-right{
    width: 30%;
}
.main-center{
    width: 40%;
}
.contact,.sub,.share{height: 290px;border-right: 1px solid #E2E2E2;}
.contact p{line-height: 32px;margin-bottom: 30px;}
.contact p:first-child{color: #67a254;font-weight: bold;}
.sub{text-align: center}
.sub p{margin-bottom: 60px;color: #67a254;font-weight: bold}
.sub input{height: 75px;width:70%;margin-bottom: 20px;line-height: 75px;text-indent: 34px;border-radius: 5px;border: none;font-size: 26px}
.sub input.login{color: #C39A46;background: #E2E2E2}
.sub input.submit{color: #fff;background: #5BA249;text-indent: 0}
.share{border: none;padding-left: 20px;text-align: center}
.share p,.share p a{color: #67a254;font-weight: bold}
.share img{width: 150px;margin-top: 5px}
.share span{    display: block;  font-size: 20px;  margin: 10px 0;line-height: 25px}
.mainList .col-md-3,.mainList .col-md-4{padding: 0}

/*.footer{width: 880px;margin: 35px auto 0}*/
.footer {
    padding: 50px 0;
    background: #5AAA5A;
}

.footer li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    line-height: 35px;
}

.footer span,
.footer a {
    margin-left: 5px;
    font-size: 18px;
    color: #fff;
}
@media (min-width: 1200px){
    .index-container{
        width: 1130px;
    }
    .container-fluid{
        width: 1050px;
        padding: 0;
    }
    .news-content{
        padding: 0 50px;
    }
    .about-container {
        width: 830px;
    }
    #search{
        width: 690px;
    }
    #search .text{
        width: 630px;
    }
    .partner-container {
        width: 1050px;
    }
    .partner-item img {
        width: 160px;
        height: 120px;
    }
}
@media (min-width: 992px){
}

@media (max-width: 812px) {
    body{
        padding-top: 100px;
    }
    #normalTNav,#normalLogo,#btnLogo,#btnNavList-nav{display: none}
    #btnNavList,#btnLogo{display:block}
    #btnLogo{ position: absolute; height: 50px;
        left: 15px;
        top: 10px;}
    #btnNavList {
        position: absolute;
        top: 20px;
        right: 15px;
        height: 20px;
    }
    #btnNavList:hover{  cursor: pointer;  }
    .navbar{width: 100%;min-width: 0;padding: 0;height: 112px;}
    .container-fluid{width: 100%;}
    .normalCentre{width: 100%;height: auto;margin-top: 20px}
    /*#carousel-example-generic{display: none}*/
    /*.bannerSwiper{display: block}*/
    #btnNavList-nav{  text-align: center;  background: url(../images_wap/HOME@2x.png) no-repeat;background-size: cover;  position: fixed;  right: 0;  padding: .7rem 0.5rem;  }
    #btnNavList-nav{  top: 50px;  z-index: 10000;  }
    #btnNavList-nav div{text-align: center}
    #btnNavList-nav a,#btnNavList-nav div{  text-decoration: none;  height: .85rem;  line-height: .85rem;  color:#fff;font-size: .4rem;text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden; }
    .loginSign{display: none}
    .bannerSwiper {  width: 100%;  height: 3rem !important;  position: relative;  left: 0;  top: 0;  overflow: hidden;  min-width:100px;  }
    .bannerSwiper .swiper-slide {  height: 3rem;  }
    .bannerSwiper .swiper-slide a.slide {  display: block;  width: 100%;  height: 100%;}
    .bannerSwiper .swiper-slide .slideNews{position: absolute;bottom:1.4rem;left: 0.4rem;color:#fff;width: 6rem;}
    .slideNews .slideTitle{font-size: 0.5rem;line-height:0.8rem;margin-bottom: 0.4rem}
    .slideNews .slideDetail{font-size: 0.3rem;line-height: 0.6rem;}
    .bannerSwiper .pagBox {  width: 100%;  height: 3rem;  position: absolute;  left: 0;  top: 0;  }
    .bannerSwiper .swiper-pagination {  width: 100%;  left: auto;  bottom: .1rem;   text-align:center;  }
    .bannerSwiper .swiper-pagination-bullet-active {  background: #346B3E;  }
    .bannerSwiper .swiper-pagination span {  width: .3rem;  height: .3rem;  border-radius: 50%;  margin-left: .20rem;  }
    .swiper-pagination-bullet{  background: #fff;  opacity: .9;  }
    /* 2024 */
    .navbar-collapse{
        margin: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        padding: 0 .2rem;
    }
    #search{
        margin: 70px 0 0 0;
        width: 70%;
    }
    .updates-list .brief h3{
        height: auto;
    }
    .out-link{
        width: 25%;
        margin-top: 70px;
    }
    .list-title{
        padding: 30px 0;
    }
    .footer{
        padding: 40px 0;
    }
    .footer ul{
        margin: 0;
    }
    .footer li{
        height: auto;
        line-height: 26px;

    }
    .footer span,
    .footer a{
        font-size: 14px;
    }
    .partner-item img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (width: 768px) and (height: 1024px) {
    .adDetail {font-size: 24px;line-height: 40px;}
    #normalTNav,#normalLogo,#btnLogo,#btnNavList-nav{display: none}
    #btnNavList,#btnLogo{display:block}
    #btnLogo {
        position: absolute;
        height: 50px;
        left: 15px;
        top: 10px;
    }

    #btnNavList {
        position: absolute;
        top: 20px;
        right: 15px;
        height: 20px;
    }
    #btnNavList:hover{  cursor: pointer;  }
    .navbar{margin-bottom: 20px;width: 100%;min-width: 0;}
    .container-fluid{width: 100%;}
    .normalCentre{width: 100%;height: auto;margin-top: 20px}
    /*#carousel-example-generic{display: none}*/
    /*.bannerSwiper{display: block}*/
    #btnNavList-nav{  text-align: center;  background: url(../images_wap/HOME@2x.png) no-repeat;background-size: contain;  position: fixed;  right: 0;  width: 300px;height: 656px;    padding: 16px;  }
    #btnNavList-nav{  top: 85px;  z-index: 100;  }
    #btnNavList-nav div{text-align: center}
    #btnNavList-nav a,#btnNavList-nav div{  text-decoration: none;  height: 70px;  line-height: 72px;  color:#fff;font-size:29px;text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden; }
    .loginSign{display: none}
    .bannerSwiper {  width: 100%;  height: 307px !important;overflow: hidden;margin-bottom: 20px; }
    .bannerSwiper .swiper-slide {  height: 307px;  }
    .bannerSwiper .swiper-slide a.slide {  display: block;  width: 100%;  height: 100%;}
    .bannerSwiper .swiper-slide .slideNews{position: absolute;bottom:1.4rem;left: 0.4rem;color:#fff;width: 6rem;}
    .slideNews .slideTitle{font-size: 0.5rem;line-height:0.8rem;margin-bottom: 0.4rem}
    .slideNews .slideDetail{font-size: 0.3rem;line-height: 0.6rem;}
    .bannerSwiper .pagBox {  width: 100%;  height: 300px;  position: absolute;  left: 0;  top: 0;  }
    .bannerSwiper .swiper-pagination {  width: 100%;  left: auto;  bottom: .1rem;   text-align:center;  }
    .bannerSwiper .swiper-pagination-bullet-active {  background: #346B3E;  }
    .bannerSwiper .swiper-pagination span {  width: 24px;  height: 24px;  border-radius: 50%;  margin-left: 15px;  }
    .swiper-pagination-bullet{  background: #fff;  opacity: .9;  }

    .centreAds{width: 100%;float: inherit}
    .centreDetail{float: inherit;width: 94%;padding: 0 3%;border: none;height: auto}
    .centreTitle{}
    .ad1, .ad2, .ad3, .ad4{height: 311px;padding: 0}
    .adsbg_pc .bgWap{display: block}
    .adsbg_pc .bgPc{display: none}
    .adName {  font-size: 30px;  color: #fff;  line-height: 40px;  }
    .vert{}
    .adName, .adDetail {  width: 400px;  }
    /*.jiantou{    margin-top: .4rem;  width: 5.1rem;  height: 0.3rem;}*/
    .jiantou{background: url(../images_wap/jiantou_wap_07.png) no-repeat center;width:400px;height: 30px;    background-size: contain;}

    .aboutUs{height: 1150px;}
    .aboutUs p{margin: 0}
    .abtDetail{position: absolute;bottom: 0;top: inherit;height: 540px;width: 100%;margin: 0}
    .abtBt{font-size: 60px;color: #666;line-height: 100px;}
    .abtList{font-size: 40px;color: #858585;line-height: 60px;}
    .abtGo{height:46px;width:100%;margin-top: 30px;background: url(../images/abtus2.jpg) no-repeat left center;background-size: contain}
    .abtBg{position: absolute;top: 0;bottom: inherit;background: url(../images/ABOUT--US@2x.png) no-repeat right center;height: 580px;width: 100%;}
    .aboutUs .col-xs-12{float: none}
    .abtBg img{display: none}

    .talkPic_pc{display: none;}
    .talkPic_wap{display: block;}
    .talkPic_wap .talkWord{position: absolute;right: .50rem;bottom: .40rem;width: 5rem}
    .talking .talkDetail{padding: 0 15px 0 30px;width:100%;height: auto}
    .talkBg{background:#FFD0B0 url(../images/talkbg.jpg) no-repeat 0 0.5rem;;background-size: contain;width: 100%;height: 2.7rem;margin-bottom: 0.4rem;}
    .talkDetail p{font-size: 24px;color: #777;line-height: 30px;width: 100%;text-align: left;margin-bottom: 0.7rem}

    .normalCentre{width: 100%;height:auto;margin: 0 }
    .centreAds_pc{display: none}
    .centreAds_wap{display: block;}
    .centreDetail{float: inherit;width:100%;height:auto;border: none}
    .centreTitle{font-size: 45px;color: #b18c3f;height: auto;line-height: 80px;width: 650px;margin: 20px auto 20px;text-align: center;}
    .centerList{width: 700px;margin: 0 auto}
    .centerList li{border-bottom: 1px solid #67a254;padding-top: 0.5rem}
    .centerList li:first-child{border-bottom: 1px solid #D2D2D2;}
    .centerList .ltPic{float: inherit;width: 100%;height: auto;    margin-bottom: 16px;}
    .centerList .ltPic img{width: 700px;height: auto}
    .centerList .rtDet{float: inherit;color: #858585;width: 100%;}
    .rtDet .cenBt{font-size: 23px;line-height: 30px;margin-bottom: 20px;font-weight: bold;}
    .rtDet .cenList{font-size: 20px;line-height: 25px;margin-bottom: 20px;}

    .main{width: 100%;height: auto;background: #fff;margin: 0;padding: 0;}
    .main p{color: #666666;}
    .mainList{width: 100%;margin: 0}
    .contact,.sub,.share{height:auto;float: inherit;border: none;margin-top: 0;}
    .contact,.share{padding: 0 35px;}
    .contact{width: 700px;margin: 0 auto;padding-top: 30px;}
    .contact p{line-height: 20px;width: 100%;margin-bottom: 16px;font-size: 23px;}
    .contact p:first-child{color: #67a254;font-weight: normal;font-size: 24px;}
    .sub{width: 100%;height: 280px;padding-left: 0;margin: 0;background: #F1F0F0}
    .sub p{margin: 0 auto;padding: 30px 0 15px;width: 600px;font-size: 25px;line-height: 30px;}
    .sub input{width: 404px;height: 60px;margin-bottom: 20px;line-height: 40px;text-indent: 0;border-radius: 0.1rem;border: none;font-size: 25px;text-align: center;}
    .sub input.login{color: #C39A46;background: #E2E2E2}
    .sub input.submit{color: #fff;background: #5BA249}
    .share{width: 6rem;border: none;margin: 0 auto;padding: 0}

    
}