/* 通用 */

.layout { margin: 0 auto;}

.bannerMain{ width: 100%; height:100vh !important;}
.bannerBg{ width: 100%; height: 100%; background: linear-gradient(to right,rgb(9,133,60,.60),rgb(11,121,59,0) 100%);}
.swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; }
.swiper-slide{ background-position: center;}

.bannerBtn{ position: absolute; left: 0; bottom: 1.7rem; width: 100%; text-align: center; z-index: 99;}
.bannerBtn a{display: inline-block; padding:0.12rem 0.7rem; border-radius: 0.5rem; margin: 0 1rem; font-size: 0.16rem; font-weight: bold; color: #FFFFFF; -webkit-box-shadow:0 5px 15px -8px rgba(0,0,0,.2); box-shadow:0 5px 15px -8px rgba(0,0,0,.2);}
.bannerBtn a.btnLc{ background-color:#f1ac10;}
.bannerBtn a.btnLc:hover{ background-color:#d7990d;}
.bannerBtn a.btnKy{ background-color:#12b168;}
.bannerBtn a.btnKy:hover{ background-color:#0d9757;}

.channel-banner{ height:5rem;}
.channel-banner .bannerInfo{ padding-top:1.4rem;}

.channel-banner .bannerPos{ margin-bottom: 0.4rem; color: #ffffff;}
.channel-banner .bannerPos p{ font-size: 0.14rem;}
.channel-banner .bannerPos p .fa{ padding-right: 0.05rem;}
.channel-banner .bannerPos a{ color: #ffffff; }
.channel-banner .bannerPos .posSec{ color: #4bca75;}
.channel-banner .bannerCont{ padding-top: 0.3rem; color: #ffffff;}
.channel-banner .bannerCont .colNameCn{ font-size:0.52rem; margin-bottom: 0.05rem;}
.channel-banner .bannerCont .colNameEn{ font-size:0.3rem; margin-bottom: 0.2rem;}
.channel-banner .bannerCont .colInfo{ font-size:0.24rem;}


.layTle{ text-align: center; position: relative; margin-bottom: .5rem; margin-top: .3rem;}
.layTle .grayBg{ font-size: .8rem; font-weight: 700; color: rgb(53,141,82,0.1)}
.layTle .layName{ font-size: .3rem; font-weight: 700; margin-top: -0.5rem; margin-bottom: .2rem;}
.layTle .layInfo{ font-size: .16rem;}

.layCont{ margin-bottom: .5rem;}
.layCont p{ font-size:.16rem; line-height: 2em; text-indent: 2em;}

.abTitle{ margin-bottom: 0.2rem;}
.abTitle .tleNameEn{ font-size: .46rem; text-transform:uppercase; letter-spacing:0.01rem; font-weight: 500;}
.abTitle .tleNameCn{ font-size: .4rem; font-weight: 600; margin-bottom: 0.2rem;}
.abTitle .tleInfo{ font-size: .2rem;}

.tab-body .tab-panel{ display:none;}
.tab-body .tab-panel.active{ display:block;}

/* PC导航 */

.navbar{width: 100%; background-color:rgba(0,0,0,0.10);}
.fixed{position:fixed; height: 0.9rem;  top:0; left: 0; right: 0; border-bottom: 1px solid rgba(255,255,255,0.5); z-index: 9999;}
.fixed-top{ height: 0.9rem; background-color:rgba(59,171,96,0.8); -webkit-box-shadow:0 5px 15px -8px rgba(0,0,0,.2); box-shadow:0 5px 15px -8px rgba(0,0,0,.2);
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
}
.fixedHid{display: none;	
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
}
.nav{ position: relative; width: 100%; height: 0.9rem;}
.fixed-top .nav{ height: 0.9rem;}
.logo{position: absolute; left: 0; top: 0; z-index: 1;}
.logo img{ margin-top: 0.33rem;}
.navMenu{ position: absolute; right:0.6rem;}
.navSearchIcon{position: absolute; right: 0; top: 0; z-index: 1;}
.searchBar{ display: block; margin-top: 0.32rem;}
.searchBar .fa-search{ color: #FFFFFF; font-size:1.2em;}

.nav a{display:block; font-size: 0.14rem; transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;}
.nav a:hover { transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s;}

.nav-menu {display:block;list-style:none;}
.nav-menu li.navFristList{ position: relative; float: left; text-align: center;}
.nav-menu li.navFristList a.navHover {font-weight:500; font-size: 16px; padding:0 0.4rem; height: 0.9rem; line-height: 0.9rem; color: #ffffff;}
.nav-menu li.navFristList a.navHover:after{content: ''; position: absolute; width: 2px; height: 2px; background-color: #fff; right: 0; top: 50%; transform: translate(50%,-50%);}
.nav-menu li.navFristList a.navHover span{ display: inline-block; position: relative;}
.nav-menu li.navFristList a.navHover:hover{ color: rgba(75,202,117,1.00); }
.nav-menu li.navFristList a.navHover span:after{
	content: ''; width: 100%; height: 2px; position: absolute; left: 0;bottom: 0; background-color: rgba(75,202,117,1.00);;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
}
.nav-menu li.navFristList a.navHover:hover span:after{
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transform-origin:left top;
	transform-origin:left top;
}
.nav-menu li.navFristList:last-child a.navHover:after{height: 15px;}

.navSecond { position:absolute; padding:10px 0; top:0.9rem; left: 0;  min-width:1.48rem; background-color:#fff; background-clip:padding-box; -webkit-box-shadow:0 5px 15px -8px rgba(0,0,0,.3); box-shadow:0 5px 15px -8px rgba(0,0,0,.3); transform:translateX(0) translateY(10px); opacity:0; visibility:hidden; transition:all 0.3s ease-in-out; z-index:5;}
.nav-menu li.navFristList:hover .navSecond{ transform: translateX(0); opacity: 0.9; visibility: visible;}


.nav-menu li.navSecondList{ padding: 8px 0; line-height: 1.8; text-align: center;}
.nav-menu li.navSecondList a{ color: #333333; padding: 0 5px;}
.nav-menu li.navSecondList a:hover{color: rgba(75,202,117,1.00);}

.navWd .navSecond{ position: fixed; left: 0; right: 0; top: 0.9rem; width: 100%;}
.navShow .navWd .navSecond{ }

.navWd .navSecond ul{ padding:0.5% 10%;}
.navWd .navSecond li{ float: left; width: 14.2%;}
.navWd .navSecond li a.navSedName{ text-align: center; font-size: 16px; font-weight: 600;}
.navWd .navThree{ margin-top: 8px;}
.navWd .navThree a{ font-size: 14px; line-height:1.6em;}

/*
.fixed-top .nav-menu li.navFristList a.navHover{ color: #333333;}
.fixed-top .nav-menu li.navFristList a.navHover:after{ background-color: #333333;}
.fixed-top .searchBar .fa-search{ color:#666666;}
*/

.fixed-top .nav-menu li.navFristList:hover .navSecond{ opacity: 1;}

/* 弹出搜索 begin */

.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m a:hover{color:#ff9600}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:40%;transform:translate(-50%,-200%);}
.searchBar-m .input{ display: block; width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6E6E6E;height:60px;line-height:60px;float:left;padding:0 10px; font-size: 16px;}
.searchBar-m .button {width:8%;height:60px;line-height:60px;display:block;float:left; margin-left: -60px; background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px}
.searchBar-m .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;}

/* 弹出搜索 end */


/* 栏目导航 */
.navSub{ width: 100%; background-color: rgba(24,120,56,1.00);}
.navSubCont{}
.navSubItemer{display: flex; align-content: center; justify-content: space-evenly;}
.navSubItemer li a{ display: inline-block; padding: 0.16rem 0.5rem; font-size: 0.16rem; color: #FFFFFF;}
.navSubItemer li.subNavHover a,.navSubItemer li a:hover{ background-color: rgba(255,255,255,1.00); color: rgba(24,120,56,1.00) !important; }

.grayNavSub{ background-color: rgba(211,211,211,1.00) !important;}
.grayNavSub .navSubItemer{justify-content: center;}
.grayNavSub .navSubItemer li a{ color: #555555;}


.listPages{ padding:0.3rem 0; text-align: center;}


/*pagination*/
.pagination li { display: inline-block!important; margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {display: block; border-radius:4px;color:#6e6e6e;background:#fff;padding:8px 16px;border:1px solid #DCDCDC; transition: all 1s cubic-bezier(24,120,56,1.00) 0s}
.pagination li.active a,.pagination li a:hover {background:rgba(24,120,56,1.00);color:#fff;border:1px solid rgba(24,120,56,1.00);}
.pagination .active,.pagination a:hover {transition: all .3s cubic-bezier(24,120,56,1.00) 0s}

/*search*/
.proSearch{ margin: 0 0.4rem 0.7rem 0.4rem; text-align: center;}
.proSearch h5{ font-size: 0.2rem; color:#555555; margin-bottom: 0.2rem;}
.proSearch input.searchInput{ width: 4.5rem; font-size: 0.14rem; line-height: 1.8em; padding: 0.05rem 0.1rem; border: 1px solid #dddddd; border-radius: 0.2rem;}
.proSearch .searchBtn{ margin-left: -0.4rem;}
.proSearch .searchBtn .fa-search{ font-size:0.16rem; color: #555555;}
.proSearch .searchTips{ margin-top: 0.15rem; font-size: 0.12rem; color: #555555;}

.searchBn{ height: 3rem;}
.searchBn .bannerCont{ padding: 0;}
.bannerSearchKeys{font-size:0.3rem; padding: 0 0.1rem; color:rgba(255,210,47,1.00)}
.searchCont{ padding:0.4rem 0;}
.searchTitle{ position: relative; margin-bottom: 0.4rem; }
.searchTitle h4{ font-size:0.2rem; line-height: 2em; border-bottom: 1px solid #dcdcdc;}
.searchTitle h4 span{ display: inline-block; padding: 0 0.2rem; color: rgba(24,120,56,1.00); border-bottom: 3px solid rgba(24,120,56,1.00); margin-bottom: -2px;}

.searchItemerBox li{ position: relative;font-size:0.16rem; line-height: 1.8em; margin-bottom: 0.2rem; padding-bottom: 0.15rem; border-bottom: 1px dashed #eeeeee;}
.searchItemerBox li a.searchLink{ display: block;}
.searchItemerBox li a.searchLink span{ color:#d69124;}
.searchItemerBox li span.searchTime{ position:absolute; right: 0.1rem; top: 0.01rem;}

/* 底部 */
.footer{ width: 100%; padding: 0.7rem 0 0 0; background: url("../images/footerBg.jpg") no-repeat center top scroll;}

.footerInfo{position: relative; color:#ffffff; display: flex;justify-content: space-between; margin-bottom: 0.2rem;}
.footerCom{}
.footerLg{margin-bottom:0.2rem;}
.footerLgImg{max-width:380px;}
.footerComInfo dl{ margin-bottom: 0.3rem;}
.footerComInfo dt{font-size:0.18rem; margin-bottom: 0.1rem;}
.footerComInfo dd{font-size:0.14rem; margin-bottom: 0.05rem;}
.footerComInfo dd .fa{ padding-right:0.05rem; font-size: 0.16rem;}

.footerNav{display: flex;}
.footerNav dl{ padding: 0 0.4rem;}
.footerNav dt{font-size:0.18rem; margin-bottom: 0.4rem;}
.footerNav dd{font-size:0.16rem; margin-bottom: 0.2rem;}
.footerNav a{ color:#ffffff;}
.footerNav a:hover{color: rgba(56,163,91,1.00);}

.copyright{border-top:1px solid #525252; padding: 0.1rem 0;}
.copyright p{ color:#ffffff; text-align: center;}
.copyright a{ color:#ffffff;}

/*底部广告位*/
.admask { position: fixed; bottom: 0; left:100%; width: 100%; height: 128px; background: url("../images/activityBanner.jpg")  no-repeat scroll center; z-index: 1001;}
.closeee{ background: url("../images/closesanjiao.png")  no-repeat center center;}
.admask .gotoCenter { display: block; width: 1000px; height: 140px; margin: 0 auto;}
.admask .closeee { position: absolute; top: 0; left: 20px; margin-left: 0px; width: 40px; height: 100%; cursor: pointer;}
.clickarea{ position: absolute; top: 0; left: 200px; margin-left: 0px; width: 100%; height: 100%; cursor: pointer;}
.thumbnail { position: fixed; right: 0px; bottom: 0px; width: 184px; height: 124px; cursor: pointer;}
@-webkit-keyframes rotate {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}


/* 侧滑动栏 */
.sideBar{ position: fixed; right: 4px; top: 50%; transform: rotate(-50%); z-index: 999}
.sideBox li{ position: relative; width: 0.5rem; height: 0.5rem; text-align: center;  background-color: #2d7d48; margin-bottom: 4px;}
.sideBox li a{ display: block; padding-top: 0.11rem;}
.sideBox li i.fa{ font-size: 0.24rem; color: #ffffff;}
.sideBox li i.fa-phone{ font-size: 0.3rem;}
.sideBox li a.win-backtop{ padding-top: 0.075rem;}

.sideBox li .wechat .wechatName{ font-size:0.16rem; font-weight: 600; text-align: center; margin-bottom: 0.1rem;}

.sideBox li .tel{ width: 2.1rem; height:1.4rem; padding: 0.2rem; line-height:1.4em; font-size:0.14rem; text-align: left;}
.sideBox li .tel span{ color: rgba(56,163,91,1.00); font-size:0.18rem;}
.sideBox li .tel .telName{ font-size:0.16rem; font-weight: 600; text-align: center; margin-bottom: 0.2rem;}
.sideBox li .tel .telInfo{ margin-bottom: 0.15rem;}


.sideInfo{position: absolute; top: 50%; right: 50px; opacity: 0; visibility: hidden; box-shadow: 0 0 3px 3px rgba(100,193,130,0.1); transform: translate(-25px,-50%); background-color: #fff; transition: all .3s ease-in-out;}
.sideInfo:before{ content: ""; position: absolute; right: -5px; top: 50%; bottom: 0; width: 10px; height: 10px; transform: translateY(-50%) rotate(45deg); background: #fff; box-shadow: 3px -3px 3px rgba(100,193,130,0.1);}

.sideBox li:hover .sideInfo{transform: translate(-20px,-50%);opacity: 1;visibility: visible;}


@media(max-width:760px) {

}

@media(min-width:1001px) and (max-width:1200px) {
	.layout {width:900px;}
	.navMenu{right: 0.4rem;}
	.nav-menu li.navFristList a.navHover{font-size: 14px; padding: 0 0.2rem;}
	.proItemLst{padding: 0 0.6rem 0 0.8rem;}
	.footerComInfo dt{font-size: 0.14rem;}
	.footerComInfo dd{font-size: 0.12rem;}
	.footerLgImg{ max-width: 180px;}
	.footerNav dl{padding: 0 0.1rem;}
	.footerNav dt{font-size: 0.14rem; margin-bottom: 0.2rem;}
	.footerNav dd{font-size: 0.12rem; margin-bottom: 0.1rem;}
	
	.navSubItemer li a{ padding: 0.16rem 0.2rem; font-size: 0.14rem;}
	.proCatid{width: 1.8rem;}
	.proCatidName{padding: 0.12rem 0.2rem;}
	.proCatidItemer{padding: 0.2rem;}
	.proListItemer{width: 7.2rem;}
	
	.descpImgBox{width: 2.6rem;}
	.productDescription .zoomimg{ width: 2.6rem}
	.descpTextBox{width: 3.6rem;padding: 0 0 0 0.2rem;}
	.desProName h2{font-size: 0.20rem;}
	.descpKyTxt .desProName{padding-bottom: 0.1rem;}
	.desProName{margin-bottom: 0.1rem;}
	.desProLink{padding: 0.1rem 0;}
	.prolistKyMn .proLtItem{width: 2rem;margin-left: 0.4rem;}
	
	.prolistLcMn .proLtImgBox{width: 3.6rem;}
	.prolistLcMn .proLtNm{margin-left: 3.6rem;min-height: 2.44rem}
	.prolistLcMn .proLcArgs{padding: 0.1rem ;}
	.prolistLcMn .proLcArgs li{font-size: 0.12rem;line-height: 1.4em; margin-bottom: 0 0.5rem;}
	.prolistLcMn .proLcLink{padding: 0 0.3rem 0.1rem 0.3rem;}
	.prolistLcMn .proLcLink a{font-size: 0.14rem; padding: 0.04rem 0.25rem;}
	
	.desProCompose{margin-bottom: 0.1rem;}
	.desProLink a{font-size: 0.14rem; padding: 0.04rem 0.3rem;}
	
	.listNews .newsTle h3 a{ font-size: 0.18rem;margin-bottom: 0.1rem;}
	.listNews.newsThumb .newsTle{ margin-top: 0.2rem;}
	.listNews.newsThumb .newsTime{ margin: 0.2rem 0 0 0;}
	.listNews.newsThumb .newsBtn{ margin-top: 0.5rem;}
	
	.abTitle .tleNameEn{ font-size: .28rem;}
}

@media(min-width:1201px) and (max-width:1440px) {
	.layout {width:1200px;}
	.proItemLst{padding: 0 0.6rem 0 1.8rem;}
	.footerComInfo dt{font-size: 0.16rem;}
	.footerComInfo dd{font-size: 0.12rem;}
	.footerLgImg{ max-width: 300px;}
	.footerNav dl{padding: 0 0.3rem;}
	.footerNav dt{font-size: 0.16rem; margin-bottom: 0.25rem;}
	.footerNav dd{font-size: 0.14rem; margin-bottom: 0.15rem;}
	.navSubItemer li a{padding: 0.16rem 0.3rem;}
	
	.proListItemer{ width:9rem;}
	.prolistKyMn .proLtItem{ width:2.6rem;}
	.descpTextBox{width: 4.16rem;}
	
	.descpImgBox{width: 3.44rem;}
	.productDescription .zoomimg{ width: 3.44rem;}
	
	.desProLink{ padding: 0.1rem 0;}
	.desProCompose th, .desProCompose td{padding: 0.05rem 0.15rem; font-size: 0.12rem;}
}

@media(min-width:1441px) {
	.layout {width:1440px;}
	.proItemLst{padding: 0 0.6rem 0 2.6rem;}
	.footerComInfo dt{font-size: 0.18rem;}
	.footerComInfo dd{font-size: 0.14rem;}
	.footerLgImg{ max-width: 380px;}
	.footerNav dl{padding: 0 0.4rem;}
	.footerNav dt{font-size: 0.18rem;}
	.footerNav dd{font-size: 0.16rem;}
	.navSubItemer li a{padding: 0.16rem 0.4rem;}
	
	.prolistKyMn .proLtItem{ width: 2.4rem;}
	.descpTextBox{width: 5.2rem;}
}



/*动画效果*/
.rollAni{ visibility: hidden; }

.fadeInUpSmall {animation-name: fadeInUpSmall;}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftLarge {animation-name: fadeInLeftLarge; animation-duration: 1s; }

@keyframes fadeInLeftLarge {
    from {
        opacity: 0;
        transform: translate3d(-1rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightLarge { animation-name: fadeInRightLarge; animation-duration: 1s;}

@keyframes fadeInRightLarge {
    from {
        opacity: 0;
        transform: translate3d(1rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}




