@charset "utf-8";
.container-fluid { width: 100%; min-width: 1174px; margin: auto; }
.container { width: 1174px; margin: 0 auto; }
.padding-40 { padding: 40px; }

/*轮播图*/
#slider .swiper-slide { background-position: center; background-size: cover; }
#slider .swiper-pagination-bullet { width: 14px; height: 14px; }
#slider .swiper-pagination-bullet-active { background-color: #76b323; }
#slider .swiper-button-prev { background-image: url(../images/swleft.png); }
#slider .swiper-button-next { background-image: url(../images/swright.png); }

/*头部===*/
.top { color: #555c6d; background-color: #20242d; }
.top .top-con { display: inline-block; height: 40px; line-height: 40px; padding-right: 30px; font-weight: bold; }
.top .top-con:first-child { padding-right: 20px; }
.top .top-con > i { display: inline-block; margin-left: 20px; margin-right: 10px; }
.top .top-con > i img { margin-top: -5px; }
.top .top-divider { display: inline-block; background-color: #60677a; width: 2px; height: 20px; margin-bottom: -5px; line-height: normal; }
.nav-bar { position: relative; }
.nav-bar a { float: left; width: 105px; height: 80px; line-height: 80px; color: #353535; }
.logo { background-color: #76b323; width: 549px; position: absolute; top: -60px; left: 0px; margin-left: -622px;text-align: right; height: 164px; }

/*底部===*/
.footer { background: url(../images/icon_f.jpg) repeat-x #333333; color: #d9d9d9; font-size: 14px; margin-top: 60px; }
.footer a { color: #d9d9d9; }
.foot-nav-bar { text-align: center; padding-bottom: 30px; }
.foot-nav-bar .foot-points { position: relative; top: -20px; }
.foot-nav-bar > p{margin: 0;}
.foot-nav-bar > p > a { display: inline-block; width: 120px; font-size: 16px; }
.foot-info, .foot-form { width: 50%; }
.foot-info .cp-info { min-height: 360px; padding-bottom: 20px; }
.foot-info .cp-name, .foot-form .fm-tit { font-size: 18px; font-weight: normal; }
.foot-info .cp-item { height: 30px; line-height: 30px; margin: 20px 0; }
.foot-info .cp-item span { display: inline-block; width: 30px; height: 30px; margin-right: 5px; border-radius: 20px; text-align: center; font-size: 16px; }
.foot-info .cp-item:hover span { background-color: #cb211a; color: #fff; }
.foot-form > div { padding-bottom: 20px; }
.foot-form .fm-wrap input, .foot-form .fm-wrap textarea { background-color: #444444; padding: 10px; border: none; }
.foot-form .fm-wrap > form > div { padding: 5px 0 7px; overflow: hidden; }
.foot-form .fm-wrap .fm-item01>input, .foot-form .fm-wrap .fm-item01>textarea { width: 100%; float: left; resize: none; }
.foot-form .fm-wrap .fm-item02>input { width: 49.5%; float: left; }
.foot-form .fm-wrap .fm-item02>input:last-child { float: right; }
.foot-form .fm-wrap .fm-sub { background-color: #75b222; color: #fff; font-size: 16px; }
.copyright { padding-left: 30px; }
.friendly { padding-top: 40px; padding-bottom: 20px; text-align: center; }
.friendly a { display: inline-block; }

/*横幅===*/
.bannerBox { position: relative; width: 100%; overflow: hidden; }
.bannerImg { width: 1900px; position: relative; left: 50%; margin-left: -950px; }

/*位置===*/
.here_wrap { margin-top: 5px; }
.here_wrap .breadcrumb { margin-bottom: 0; }
.breadcrumb, .breadcrumb a { color: #777777; font-size: 15px; }

/*导航===*/
.side-nav { background-color: #76b323; margin-top: 10px; }
.side-nav a { color: #fff; }
.side-nav > dl { overflow: hidden; margin-bottom: 0; }
.side-nav > dl > dd { width: 164px; height: 56px; line-height: 56px; float: left; margin-left: 20px; text-align: center; }
.side-nav > dl > dd a { display: block; }
.side-nav > dl > dd a:hover, .cur { background-color: #787878; }

/*内容===*/
.info-wrap { padding: 5px; padding-top: 30px; padding-bottom: 30px; }
.info-wrap img { max-width: 100%; }
.info-wrap p { margin: 0; }
.info-wrap > .info_con { line-height: 1.8; }

/* 分页 ======================*/
.pageWrap { margin:0; text-align: center;background-color: #fff;padding: 5px 0;min-height: 30px;}
.pageWrap .rows { margin-right: 15px; display: none;}
.pageWrap a, .pageWrap span {text-align: center;display: inline-block;line-height: 25px; margin: 0 3px;background-color: #ececec;padding:0 12px;}
.pageWrap a { color: #555; text-decoration: none; color: #aeaeae}
.pageWrap a:hover, .pageWrap span.current { color: #fff; background: #f27e0d;}
.pageWrap .next,.pageWrap .prev{color: #4f5051;}

/*新闻===*/
.news-wrap { padding: 30px 0; }
.news-wrap ul { list-style: none; padding: 0; margin: 0 -1%; }
.news-wrap ul li { float: left; width: 48%; margin: 10px 1%; padding: 15px; border: solid 1px #eee; }
.news-wrap ul li:hover { box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1); }
.news-wrap ul li .news-img { float: left; width: 240px; margin-right: 15px; height: 160px; overflow: hidden; }
.news-wrap ul li .news-con { }
.news-wrap ul li .news-con  h4 { color: #555; margin: 5px 0; }
.news-wrap ul li .news-con  p { color: #999; margin: 10px 0; font-size: 14px; }
.news-wrap ul li .news-con  span { color: #76b323; }
.news-wrap .news-box { padding: 5px; }
.news-wrap .news-box img { max-width: 100%; }
.news-wrap .news-box p { margin: 0; }
.news-wrap .news-box > .info_con { line-height: 1.8; }
.prev-next { margin-top: 30px; color: #bbb; }
.prev-next a { color: #666; }

/*产品===*/
.pro-wrap { padding: 30px 0; }
.pro-wrap ul { list-style: none; padding: 0; margin: 0 -30px; }
.pro-wrap ul li { float: left; width: 350px; margin: 10px 30px 30px; border: solid 1px #eee; position: relative; top: 0; transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; }
.pro-wrap ul li:hover { box-shadow: 13px 13px 26px rgba(50, 50, 50, 0.1); top: -5px; }
.pro-wrap ul li .p-img { height: 348px; border-bottom: solid 1px #eee; overflow: hidden; }
.pro-wrap ul li .p-img img { width: 348px; height: 348px; }
.pro-wrap ul li .p-tit { padding: 20px 30px; }
.pro-wrap ul li .p-tit > h4 { font-weight: normal; color: #434343; margin-bottom: 5px; }
.pro-wrap ul li .p-tit > span { font-size: 12px; color: #8f8f8f; }
.pro-wrap .pro-box { width: 800px; margin: auto; }
.pro-wrap .pro-box img { max-width: 100%; }
.pro-wrap .pro-box p { margin: 0; }
.pro-wrap .pro-box > .info_con { line-height: 1.8; }
.pro-wrap_f { background: url(../images/productshow.jpg) no-repeat top center; }
.pro_info { overflow: hidden; padding-top: 50px; }
.pro_info-img { width: 580px; float: left; margin-left: 40px; margin-right: 5px; }
.pro_info-con { float: left; width: 430px; margin: 0 55px; }
.pro_info-con > h1 { margin: 0; color: #76b323; font-size: 28px; font-weight: normal; }
.pro_info-con > h6 { margin: 0; color: #1e1e1e; font-size: 20px; font-weight: normal; }
.pro_info-con > hr { border-color: #d2d2d2; }
.pro_info-con .info_con { color: #595757; line-height: 1.8; min-height: 400px; }
.pro_info-con .info_con > p { margin: 0; }
.pro_info-con .info_share { border-top: solid 1px #e0e0e0; padding-top: 6px; margin-top: 15px; }
.pro_info-con .info_share .bdsharebuttonbox > span { float: left; line-height: 24px; margin: 6px 6px 6px 0; }

/* 放大镜==============*/
.zoomBox { width: 580px; margin: 0 auto; border: solid 1px #cccccc; }
.tb-pic { position: relative; z-index: 1; }
.tb-pic, .tb-pic a { height: 578px; width: 578px; }
.tb-pic a { display: table-cell; text-align: center; vertical-align: middle; *font-size: 593px; *display: block; *font-family: Arial; *line-height: 1; }
.tb-pic a img { width: 100%; height: 100%; }
div.zoomDiv { z-index: 999; position: absolute; top: 0px; left: 0px; background: #ffffff; border: 1px solid #CCCCCC; display: none; text-align: center; overflow: hidden; }
div.zoomMask { position: absolute; background-color: #666; opacity: 0.5; filter: alpha(opacity=50); cursor: move; z-index: 1; }
.spec-scroll { margin: 20px 0; width: 580px; overflow: hidden; }
.spec-scroll .items { float: left; position: relative; width: 580px; height: 100px; overflow: hidden; }
.spec-scroll .items ul { position: absolute; width: 999999px; height: 100px; padding: 0; margin: 0; list-style: none; }
.spec-scroll .items ul li { float: left; width: 100px; text-align: center; margin-right: 10px; }
.spec-scroll .items ul li img { border: 1px solid #d2d2d2; padding: 2px; width: 100px; height: 100px; }
.spec-scroll .items ul li img:hover, .spec-scroll .items ul li.tb-selected img { border: 2px solid #76b323; padding: 1px; }

/*==========*/
body .layer-myskin .layui-layer-content { padding: 20px 30px; }
.dexplain p{margin: 0;}/*说明可选化标签*/



/*响应式*/
@media screen and (max-width:1440px) {
    
}

@media screen and (max-width:1366px) {
    
}

@media screen and (max-width:1280px) {

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:500px) {

}