﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, figure, form, fieldset, legend, button, input, textarea, th, td, s { margin: 0; padding: 0; list-style: none }
h1, h2, h3, h4, h5, h6 { font-weight: 100 }
button, input, select, textarea { font-size: 100%; outline: 0 }
a { blr: expression(this.onFocus=this.blur()); color: #369; text-decoration: none }
area { blr: expression(this.onFocus=this.blur()) }
.clearfix:after { content: '\0020'; display: block; height: 0; clear: both; font-size: 0; visibility: hidden }
.clearfix { zoom: 1 }
.clear { clear: both; font-size: 1px; width: 1px; height: 0; visibility: hidden; line-height: 0 }
.fl { float: left; display: inline }
.fr { float: right; display: inline }
em, i { font-style: normal }
.none { display: none }
.block { display: block }
img { border: 0 }
table { border-collapse: collapse; border: 0; cellspacing: 0; cellpadding: 0 }
html, body { position: relative; height: 100% }
h1, h2, h3, h4, h5, h6 { text-transform: capitalize }
.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 { display: inline-block }
.row>[class*=col-] { float: left }
.col-12 { width: 100% }
.col-11 { width: 91.66666667% }
.col-10 { width: 83.33333333% }
.col-9 { width: 75% }
.col-8 { width: 66.66666667% }
.col-7 { width: 58.33333333% }
.col-6 { width: 50% }
.col-5 { width: 41.66666667% }
.col-4 { width: 33.33333333% }
.col-3 { width: 25% }
.col-2 { width: 16.66666667% }
.col-1 { width: 8.33333333% }
::-webkit-scrollbar { width: 10px; height: 10px }
::-webkit-scrollbar-track { border-radius: 0; background: rgba(50, 50, 20, 0.2) }
::-webkit-scrollbar-thumb { border-radius: 5px; background: rgba(50, 50, 20, 0.4) }
::-webkit-scrollbar-thumb:hover { border-radius: 5px; background: rgba(50, 50, 20, 0.6) }
.btn { display: inline-block; padding: 10px 20px; text-align: center; letter-spacing: 2px; border-radius: 5px; cursor: pointer; border: 0 }
.imgBox { overflow: hidden; display: inline-block }
.imgBox img { width: 100%; height: 100%; display: block }
.imgBox:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); opacity: 1 }
span.red { color: red }
.tipMain { height: 40px; background: #fff; width: 100%; position: fixed; z-index: 9999; left: 0; bottom: 0; border-top: solid 1px #ccc; text-align: center; font-size: 13px; line-height: 40px }
.tipMain .close { position: absolute; right: 10px; top: 0; width: 40px; height: 40px; text-align: center; font-family: Arial, Helvetica, sans-serif; color: #f00; cursor: pointer; font-weight: normal; font-size: 18px }
span.spanleft, .imgText h4, .firstNews h5, .news p a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block }

/*超出的文字省略，要定义宽度*/
a, .featured-post .byline, :after, :before, .btn, .btn:hover, .imgBox img, .imgBox:hover img, .table .img, .hd.PicPage ul li, .ArrowBlock .hd.PicPage a, .logo, .nav, .swiperPic .hd ul li { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

/*图标字体 ajrongqiang.com荣强竹木*/
@font-face { font-family: 'iconfont';  /* project id 278253 */ src: url('https://at.alicdn.com/t/font_1291748_68f43lgrjoi.eot'); src: url('https://at.alicdn.com/t/font_1291748_68f43lgrjoi.eot?#iefix') format('embedded-opentype'), url('https://at.alicdn.com/t/font_1291748_68f43lgrjoi.woff2') format('woff2'), url('https://at.alicdn.com/t/font_1291748_68f43lgrjoi.woff') format('woff'), url('https://at.alicdn.com/t/font_1291748_68f43lgrjoi.ttf') format('truetype'), url('https://at.alicdn.com/t/font_1291748_68f43lgrjoi.svg#iconfont') format('svg'); }
.iconfont { font-family: "iconfont" !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/*页面*/
body { font-size: 14px; line-height: 1.5em; background: #fff; }
#header { width: 100%; height: 110px; background: #fff; position: fixed; z-index: 30; left: 0; top: 0 }
.wrapper { margin: 0 auto; width: 1350px; position: relative; }
.logo { background: url(../images/logo.png) no-repeat; width: 150px; height: 80px; margin-top: 15px; }
.nav { position: relative; z-index: 1; width: 840px; margin-top: 40px; }
.nav ul { position: relative; width: 100%; display: table; }
.nav .nLi { display: table-cell; text-align: center; width: 140px; }
.nav .nLi h3 { line-height: 40px; }
.nav .nLi h3 a { display: block; width: 100%; text-align: center; font-size: 16px; color: #555; text-transform: capitalize; overflow: hidden; position: relative; }
.nav .nLi h3 a, .nav .nLi h3 a:after { }
.nav .nLi h3 a:after { content: ""; width: 0; height: 2px; background: #286e4c; position: absolute; left: 50%; bottom: 0; display: block; z-index: -1; }
.nav .on h3 a { color: #286e4c; font-weight: 600; }
.nav .on h3 a:after { width: 30%; left: 35%; }
.nav .sub { display: none; position: absolute; z-index: 9; top: 40px; width: 200px; padding-bottom: 10px; background: #fff; box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1) }
.nav .sub li { zoom: 1; display: block; margin: 0; padding: 0 }
.nav .nLi .sub a { width: 80%; padding: 5% 10px 0 10%; display: block; color: #333; font-size: 14px; text-align: left; line-height: 1.5; height: auto; text-transform: capitalize; font-weight: 400; }
.nav .nLi .sub a:after { content: ""; width: 0; height: 1px; display: block; margin-top: 5px; background: #286e4c }
.nav .nLi .sub a:hover { color: #286e4c; background: #fff }
.nav .nLi .sub a:hover:after { width: 100%; }
#header.header { height: 80px; box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.05) }
#header.header .logo { margin-top: 10px; background-size: auto 60px; }
#header.header .nav { margin-top: 20px; }
.mainBanner { background: url(../images/mainBanner.jpg) center center no-repeat; width: 100%; height: 400px; margin-top: 110px; }
.swiperPic { width: 100%; height: auto; overflow: hidden; position: relative; margin-top: 110px; }
.swiperPic .hd { position: absolute; z-index: 20; left: 10%; bottom: 10%; width: 10%; overflow: hidden; }
.swiperPic .hd ul li { width: 33.333%; float: left; display: block; text-indent: -999px; height: 2px; background: #ddd; cursor: pointer; }
.swiperPic .hd ul li.on { background: #286e4c; height: 6px; margin-top: -2px; }
.swiperPic .bd { position: relative; z-index: 0; }
.swiperPic .bd li { zoom: 1; vertical-align: middle; }
.swiperPic .bd img { width: 100%; height: auto; display: block; }
.swiperPic .prev, .swiperPic .next { position: absolute; left: 3%; top: 50%; margin-top: -25px; display: block; width: 32px; height: 40px; background: url(../images/slider-arrow.png) -110px 5px no-repeat; filter: alpha(opacity=50); opacity: 0.5; }
.swiperPic .next { left: auto; right: 3%; background-position: 8px 5px; }
.swiperPic .prev:hover, .swiperPic .next:hover { filter: alpha(opacity=100); opacity: 1; }
#subNav { height: 48px; width: 100%; background-color: #F2F1EC; overflow: hidden; }
.subNav ul { width: auto; height: 48px; float: left; }
.subNav ul li { width: auto; float: left; }
.subNav ul li a { padding: 0 25px; height: 48px; line-height: 48px; display: inline-block; color: #383838; }
.subNav ul li a:hover { border-bottom: 2px solid #286e4c; height: 46px; line-height: 48px; }
.subNav ul li.on a { border-bottom: 2px solid #286e4c; height: 46px; line-height: 48px; }
.more { font-size: 12px; font-weight: 400; overflow: hidden; line-height: 20px; }
.more a { color: #333; padding: 0 !important }
.more a:hover { color: #8f5211; text-decoration: underline; }
.more .iconfont { margin-left: 5px; font-size: 12px; }
.title { text-align: center }
.title h2 { font-size: 26px; color: #333; font-weight: 800; padding: 15px 0 5px 0; }
.title h3 { font-size: 16px; color: #444; padding: 5px 0 15px 0; text-transform: uppercase; }
.title h3:before, .title h3:after { content: ""; width: 50px; height: 2px; background: #108a41; display: inline-block; margin: 0 15px 5px 15px; }
.name { display: inline-block; vertical-align: middle; width: 100%; height: 3rem; position: relative; border-bottom: solid 1px #ddd; margin: 20px 0 10px 0; }
.name:before { content: ""; width: 5px; height: 15px; display: inline-block; background: #fc0000; margin: 15px 15px 0 10px; float: left; }
.name span { float: left; line-height: 2; font-size: 20px; color: #333; margin-right: 30px; text-transform: capitalize; }
.name .place { position: absolute; right: 0; top: 15px; }
.place { font-size: 12px; font-weight: 400; color: #333; text-transform: capitalize; white-space: nowrap; }
.place a { color: #333; line-height: 1.5rem; text-decoration: underline; }
.place a:hover { color: #651c27; text-decoration: none; }
.place .iconfont { margin: 0 8px; font-size: 14px; }
.text { padding: 20px; }
.text p { color: #363636; font-size: 16px; line-height: 32px; margin: 20px 0 0 0 }
.text p:nth-child(1) { margin: 0 }
.text img { max-width: 100%; margin: 2rem auto; display: block; }
.table { display: table; width: 100%; }
.table .img, .table .txt { display: table-cell; vertical-align: top }
#footer { padding: 20px 0; background: #286e4c; color: #fff; }
#footer a { color: #fff }
#footer a:hover { color: #fff }
#footer .ft-logo { background: url(../images/ft-logo.png) center center no-repeat; width: 300px; height: 150px; }
#footer .ft-qrcode { width: 280px; }
#footer .ft-qrcode ul li { float: left; width: 120px; padding: 10px; text-align: center; }
#footer .ft-qrcode ul li img { width: 100%; }
#footer .copyright { border-left: solid 1px #ddd; width: calc(100% - 650px); padding: 30px 30px 0 30px; display: inline-block; height: 110px; }
#footer .copyright p { font-size: 14px; line-height: 1.6rem; }

/*******************************
-------[=公司介绍-------
********************************/
.aboutImg { position: relative; overflow: hidden; width: 100% }
.aboutImg .hd.PicPage ul li { width: 10px; height: 1px; background: #444; }
.aboutImg .hd.PicPage ul li.on { width: 30px; }
.aboutImg.ArrowBlock .hd.PicPage a { top: 45%; }
.aboutImg .imgList.aboutImgBody .images { padding-bottom: 75%; background-size: contain; }
.aboutImg .imgList.aboutImgBody ul li { margin: 0; padding: 0; width: calc(100%); background: none; border: 0 }
.about .img, .about .img .aboutImg { width: 600px; }
.about .txt { padding-left: 30px; }

/*******************************
-------[=联系方式------
********************************/
.Contact { margin: 0 0 20px 0 }
.Contact h5 { font-size: 18px; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; color: #fff }
.Contact .txt { position: relative; float: left; width: 45%; height: 400px; margin-left: -10%; margin-top: 50px; background: #286e4c; padding: 0; display: table; z-index: 2 }
.Contact .txt .text { display: table-cell; vertical-align: middle; }
.Contact .txt .text p { color: #fff; margin: 0; padding-left: 30px; }
.Contact .text { padding: 0 30px }
.Contact .text ul li { display: table; font-size: 14px; padding: 5px 0; color: #fff; }
.Contact .text ul li span { display: table-cell; white-space: nowrap; font-size: 16px; font-weight: bold; width: 90px; padding-right: 10px; text-align: right }
.Contact .map { width: 65%; height: 500px; float: left; }
.map #gaodi-map { width: 100%; height: 100%; z-index: 1 }
.mapInfo { padding: 5px; }
.mapInfo h5 { font-size: 18px; line-height: 30px; color: #008135; white-space: nowrap; }
.mapInfo p { font-size: 14px; line-height: 24px; white-space: nowrap; }
.amap-info-outer, .amap-menu-outer { box-shadow: none !important }

/*******************************
-------[=图片列表-------
********************************/
.imgList { width: 100%; }
.imgList ul { padding: 5px 0 15px 0 }
.imgList ul li { float: left; margin: 10px 2% 10px 0; overflow: hidden; background: #fff; position: relative; -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; border: solid 1px #ddd; padding: 4px; box-sizing: border-box; }
.images { background-position: center; background-size: cover; background-repeat: no-repeat; width: 100%; }
.imgList .imgText { padding: 10px; }
.imgList .imgText h4 { font-size: 16px; font-weight: normal; color: #333; line-height: 20px; text-align: center; overflow: hidden; margin: 0 auto; }
.imgList ul li:hover { border-color: #286e4c; }
.imgList ul li a:hover .imgText { }
.imgList ul li a:hover .imgText h4 { color: #286e4c; text-decoration: underline; }
.imgList ul li a:hover .imgText p { }

/*******************************
-------[=相册-------
********************************/
.Photo { position: relative; margin: 0 auto; }
.Photo .picBox li img, .Photo .listBox img { background: url(../js/fancybox_loading.gif) center center no-repeat; }
.Photo #prevTop, .Photo #nextTop { top: 40%; width: 30px; height: 60px; position: absolute; cursor: pointer; z-index: 99; border-radius: 2px; background-color: #fff; border: solid 1px #ddd; background-position: center center; background-repeat: no-repeat; background-image: url(../images/photoArrow.png) }
.Photo #prevTop:hover, .Photo #nextTop:hover { background-color: #f8f8f8; }
.Photo #prev1, .Photo #next1 { display: none }
.Photo #prevTop { background-position: 0 0; left: 2% }
.Photo #nextTop { background-position: -30px 0; right: 2%; }
.Photo li { float: left; }
.Photo .picBox { width: 100%; position: relative; background: #fff; margin: 5px 0px; overflow: hidden; }
.Photo .picBox ul { width: 100%; position: absolute; left: 0; }
.Photo .picBox li { text-align: center; }
.Photo .listBox { width: 500px; height: 140px; margin: 0 auto; position: relative; padding-top: 15px; overflow: hidden; }
.Photo .listBox ul { height: 100%; position: absolute; padding-left: 12px; }
.Photo .listBox li { width: 100px; height: 100px; cursor: pointer; position: relative; padding: 5px 10px; text-align: center }
.Photo .listBox li a { display: block; width: 100px; height: 100px; }
.Photo .listBox img { border: 3px solid #fff; max-width: 100%; max-height: 100%; margin: 0 auto; display: block }
.Photo .listBox li.on img { border: 3px solid #286e4c; }
.Photo .listBox li:before { content: ""; width: 0; height: 0; display: block; border: solid 8px Transparent; border-bottom-color: #fff; margin-left: 44.5% }
.Photo .listBox .on:before { border-bottom-color: #286e4c }
.hd.PicPage a { }
.hd.PicPage { }
.hd.PicPage ul { padding: 10px 0; float: left; position: relative; left: 50%; }
.hd.PicPage ul li { float: left; position: relative; right: 50%; text-indent: -9900px; width: 10px; height: 10px; background: #fff; margin-right: 10px; cursor: pointer; }
.hd.PicPage ul li:hover { background: #777; }
.hd.PicPage ul li.on { background: #cf0303; }
.hd.PicPage a { display: none; }
.ArrowBlock .hd.PicPage a { display: block; width: 50px; height: 50px; text-align: center; position: absolute; z-index: 999; cursor: pointer; top: 45%; background: rgba(0, 0, 0, 0.5); opacity: 0; }
.ArrowBlock .hd.PicPage a .iconfont { font-size: 36px; line-height: 50px; color: #fff }
.ArrowBlock .hd.PicPage a.prev { left: -50px; }
.ArrowBlock .hd.PicPage a.next { right: -50px; }
.ArrowBlock .hd.PicPage a:hover { background: rgba(174, 14, 14, 0.7); }
.ArrowBlock:hover .hd.PicPage a { opacity: 1 }
.ArrowBlock:hover .hd.PicPage a.prev { left: 0px; }
.ArrowBlock:hover .hd.PicPage a.next { right: 0px; }

/*******************************
-------[=生态茶园-------
********************************/
.teaGarden { width: 1000px; position: relative; overflow: hidden; zoom: 1; margin: 20px auto; }
.teaGarden.Photo .picBox.imgList ul li { border: 0; margin: 0 }
.teaGarden.Photo, .teaGarden.Photo .picBox li { width: 1000px; }
.teaGarden.Photo .picBox { height: 610px; }
.teaGarden.Photo .images { padding-top: 57%; background-size: contain }

/*******************************
-------[=资质荣誉-------
********************************/
.imgList.honor ul li { width: 23.5%; }
.imgList.honor ul li:nth-child(4n) { margin-right: 0 }
.imgList.honor .images { padding-top: 72%; background-size: contain }
.imgList.honor ul li a:hover .imgText { background: #286e4c }
.imgList.honor ul li a:hover .imgText h4 { color: #fff; }

/*******************************
-------[=招商加盟-------
********************************/
.text#MerchantsJoin { padding: 0 0 50px 0; }
.text#MerchantsJoin img { width: 100%; margin-top: 0; margin-bottom: 30px; }
.text#MerchantsJoin p { text-align: center; font-size: 24px !important; line-height: 50px; color: #286e4c }

/*******************************
-------[=产品介绍-------
********************************/
.imgList.proList ul li { width: 48%; }
.imgList.proList ul li:nth-child(2n) { margin-right: 0 }
.proList .images { padding-top: 66%; background-size: contain }
.proTxt { padding: 5px 40px; }
.proTxt h4 { font-size: 27px; font-weight: 800; color: #2e6850; margin-bottom: 8px; }
.proTxt h5 { font-size: 18px; font-weight: 100; color: #666; margin-bottom: 8px; }
.proTxt .info { font-size: 16px; font-weight: 100; color: #333; line-height: 26px; }
.imgList.proList .proTxt { margin-top: -20px; }
.products .img { width: 50% }
.productsImg { position: relative }
.productsImg .hd.PicPage ul li { width: 10px; height: 1px; background: #444; }
.productsImg .hd.PicPage ul li.on { width: 30px; }
.productsImg.ArrowBlock .hd.PicPage a { top: 45%; opacity: 1; background: none; }
.productsImg.ArrowBlock .hd.PicPage a .iconfont { color: #999; }
.productsImg.ArrowBlock .hd.PicPage a.next { right: 0 }
.productsImg.ArrowBlock .hd.PicPage a.prev { left: 0 }
.products .imgList .images { padding-bottom: 50%; background-size: contain; }
.products .imgList ul li { margin: 0 15px; width: calc(50% - 30px); background: none; border: 0 }
.products .imgList ul li:nth-child(4n) { margin: 0 15px }
.products .txt { width: 50% }
.products h4 { font-size: 18px; color: #eb0200; font-weight: 600; letter-spacing: 2px; background: url(../images/productsh4.png) 20px center no-repeat #f6f6f6; padding: 8px 20px 8px 50px; height: 21px; }
.products table.infotable { width: 100%; margin: 15px 0 }
.products table.infotable td { border: solid 1px #ddd; padding: 8px; }

/*******************************
-------[=分页-------
********************************/
.fenye .page a, .fenye .page a:hover { -moz-transition: all .2s linear; -webkit-transition: all .2s linear; transition: all .2s linear; }
a, a:hover { -moz-transition: color .3s linear; -webkit-transition: color .3s linear; transition: color .3s linear; }
.fenye { text-align: center; overflow: hidden; width: 100%; padding: 0; margin: 1rem 0 1.5rem 0; }
.fenye .page { margin-right: 20px; }
.fenye .page a { height: 32px; line-height: 32px; font-weight: normal; padding: 0 13px; border: 1px solid #e5e5e5; border-radius: 3px; display: inline-block; margin: 0 5px; color: #333; }
.fenye .page a.on { background: #c4a38e; color: #fff; border: 1px solid #111; }
.fenye .page .all { padding: 0 10px; }
.fenye .page span.more { width: 34px; height: 34px; margin: 0 5px; background: url(../images/FenyePageMore.png) no-repeat center center; display: inline-block; position: relative; top: 10px; }
.fenye .page a.current { height: 32px; line-height: 32px; padding: 0 13px; border-radius: 3px; display: inline-block; margin: 0 5px; background: #222; border: 1px solid #111; color: #fff; }
.fenye .page span.TotalPages { margin-left: 20px; font-size: 14px; color: #666; }
.page a.next, .page a.prev { width: 34px; height: 32px; padding: 0; margin-bottom: -12px; }
.page a.next { background: url(../images/FenyePageNext.png) no-repeat; }
.page a.prev { background: url(../images/FenyePagePrev.png) no-repeat; }
.fenye .page a:hover, .fenye .page a.on, .fenye .page a.current { border-color: #1a7931; }
.fenye .page a:hover { color: #1a7931; }
.fenye .page a.current { background: #1a7931; }
.pageBox { border: 1px dotted #ddd; margin: 1.5rem auto; display: table; width: 99%; }
.pageBox a { display: inline-block; display: table-cell; font-size: 1rem; line-height: 2.3rem; text-align: center; color: #222; position: relative; }
.pageBox a:after { content: ""; width: 1px; height: 100%; display: block; background: #ddd; position: absolute; top: 0; right: 0 }
.pageBox a:nth-last-child(1):after { width: 0 }
.pageBox a:hover { background: #ddd; }
.toTop { position: fixed; opacity: 1 !important; z-index: 9998; bottom: 0px; width: 50px; height: 50px; padding: 0; right: 0; -webkit-transform: translate3d(0, 0, 0); background-color: #888; cursor: pointer; display: none; }
.toTop i { width: 100%; height: 100%; display: block; }
.toTop i:after { content: " "; display: inline-block; width: 15px; height: 15px; border-width: 2px 0 0 2px; border-color: #fff; margin: 20px 0 0 15px; border-style: solid; transform: matrix(.71, .71, -.71, .71, 0, 0); -webkit-transition: matrix(.71, .71, -.71, .71, 0, 0); -moz-transition: matrix(.71, .71, -.71, .71, 0, 0); -ms-transition: matrix(.71, .71, -.71, .71, 0, 0); -o-transition: matrix(.71, .71, -.71, .71, 0, 0); }
.toTop:hover { background: #d00000; }
.toTop:active { -webkit-transform: scale(.9); -moz-transform: scale(.9); -ms-transform: scale(.9); -o-transform: scale(.9); transform: scale(.9); }

/*******************************
-------[=首页-------
********************************/
#indCol1 { background: url(../images/indCol1.png) center bottom no-repeat; height: 1100px; padding-top: 50px; width: 100%; }
#indCol1 .text p { text-align: center; }
#indCol1 .text.text-en { padding-top: 50px; }
.indProducts { position: relative; padding: 20px 0 40px 0; }
.indProducts.ArrowBlock .hd.PicPage a { opacity: 1; width: 40px; height: 40px; line-height: 40px; background: #fff; border: solid 1px #222; border-radius: 50%; }
.indProducts.ArrowBlock .hd.PicPage a .iconfont { color: #222; font-size: 25px; line-height: 40px; }
.indProducts.ArrowBlock:hover .hd.PicPage a.prev { left: -50px; }
.indProducts.ArrowBlock:hover .hd.PicPage a.next { right: -50px; }
.indProducts.ArrowBlock:hover .hd.PicPage a:hover { border-color: #286e4c }
.indProducts.ArrowBlock:hover .hd.PicPage a:hover .iconfont { color: #286e4c }
.indProducts .hd.PicPage ul li { width: 10px; height: 1px; background: #444; }
.indProducts .hd.PicPage ul li.on { width: 30px; }
.indProducts.ArrowBlock .hd.PicPage a { top: 45%; }
.indProducts .imgList.indProductsBody { border-left: solid 1px #286e4c; margin: 0 1%; width: 98%; }
.indProducts .imgList.indProductsBody .images { width: 90%; padding-bottom: 70%; margin: 0 auto; background-size: contain; }
.indProducts .imgList.indProductsBody ul li { margin: 0; padding: 0; width: 33.333333%; background: none; border: 0; border-right: solid 1px #286e4c }
.indProducts .imgList.indProductsBody ul li:nth-last-child(1) { border-right: 0 }
.highlight { color: red }
.msgTable td { padding: 5px; font-size: 14px }
.msgTable input[type="text"], .msgTable textarea { border: 1px solid #ccc; padding: 3px; border-radius: 3px }
.ajaxMsg { color: #666 }
.ajaxMsg img { margin-top: -3px; }
.msgTable .submit { background: #ff6c00; color: #fff; border-radius: 3px; padding: 5px 10px; border: 0; cursor: pointer }

/*******************************
-------[=1440-------
********************************/
@media only screen and (max-width:1440px) {
	.wrapper { width: 1200px }
}

/*******************************
-------[=1280-------
********************************/
@media only screen and (max-width:1280px) {
	.wrapper { width: 1100px }
}