/*1 重定义浏览器默认样式
  name:        hui-reset
  explain:    重定义浏览器默认样式
*/
* {
  word-wrap: break-word;
}
 
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
  margin: 0;
  padding: 0;
}
 
ul,
ol,
dl {
  list-style-type: none;
}
 
html,
body {
  *position: static;
  font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
 
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
 
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
 
input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}
 
input[type=submit],
input[type=reset],
input[type=button],
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}
 
body,
th,
td,
button,
input,
select,
textarea {
  font-family: "'Microsoft Yahei','Hiragino Sans GB','Helvetica Neue',Helvetica,tahoma,arial,'WenQuanYi Micro Hei',Verdana,sans-serif,'宋体'";
  font-size: 12px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
@media (max-width: 767px) {
  html {
    overflow-y: auto;
  }
 
  body,
th,
td,
button,
input,
select,
textarea {
    font-size: 14px;
  }
}
body {
  line-height: 1.6;
  position: relative;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
 
a,
area {
  outline: none;
}
 
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  outline: none;
}
a.ie6:hover {
  zoom: 1;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: none;
}
 
:focus {
  outline: none;
}
 
sub,
sup {
  vertical-align: baseline;
}
 
button,
input[type=button],
input[type=submit] {
  line-height: normal !important;
}
 
/*img*/
img {
  border: 0;
  vertical-align: middle;
}
 
a img,
img {
  -ms-interpolation-mode: bicubic;
}
 
/*IE下a:hover 背景闪烁*/
/**html {
  overflow: -moz-scrollbars-vertical;
  zoom:expression(function(ele) {
      ele.style.zoom="1";
      document.execCommand("BackgroundImageCache", false, true)
  }(this))
}*/
/*HTML5 reset*/
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
  display: block;
  margin: 0;
  padding: 0;
}
 
time {
  display: inline;
}
 
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
 
audio:not([controls]) {
  display: none;
}
 
legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
 
legend small {
  font-size: 15px;
  color: #999;
}
 
svg:not(:root) {
  overflow: hidden;
}
 
fieldset {
  border-width: 0;
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #e5e5e5;
}
 
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
 
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}
 
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
 
/*清除浮动
Name:       style_clearfix
Example:    class="clearfix"
Explain:    clearfix 避免因子元素浮动而导致的父元素高度缺失能问题
*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
 
.clearfix {
  zoom: 1;
}
/* 重定义 */
body .layui-layer-setwin .layui-layer-close2 {right: -5px;top: -5px;color: #fff;background-color: #f1f1f1;border:0;}
body .layui-layer-setwin .layui-layer-close2:hover{background: #ccc;}

/* common */
::placeholder{color: #ccc;}
.wrap,.m{margin: 0 auto;min-width: 1280px; width: 1280px;}
.box-shadow{box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05)}
.box-shadow1{box-shadow: 0 2px 15px rgba(203, 222, 248, 0.3)}
a{}
.hover:hover{color: #01dba7!important;transition: all ease 0.4s;}

.ellipsis1{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden}
.ellipsis2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden}
.ellipsis3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden}

.box-sizing{box-sizing: border-box;}
.containerBox{background: #fff; padding: 30px 0;width:1000px;min-width:1000px;margin: auto;margin-top: 60px; overflow: hidden; border: solid 1px #eee;}



/* 当前 */
.currentPath{line-height: 50px;font-size: 12px;}
.currentPath a{margin: 0 5px; color: #999;}
.currentPath a:hover{color: #01dba7;}
.currentPath span{color: #999;}
.currentPath i{font-size: 20px; color: #999; float: left;}


/* header */
.header{height:80px;width: 100%; padding:0px 10px; line-height:60px; top: 0;z-index: 999; background: #daf0c8;display: flex;}
.header .logo{ height: 60px; margin: 10px;}
.header .logo img{ height: 60px; }
.header .text{font-size:28px; color: #333; line-height: 80px;font-weight: bold;}
.header .menu{flex: 1;margin-left: 50px;}
.header .menu .li{display: inline-block;}
.header .menu .li a{font-size: 16px; line-height: 75px;padding: 0 20px;color: #333;display: inline-block;}
.header .menu .li a:hover,.header .menu .li.active a{border-bottom: #45661a 3px solid; color: #45661a;}

/* 幻灯 */
.swiperBox{ height: 1000px; position: relative;}
.swiper .swiper-lazy-preloader{color: #ddd!important;}
.swiperBox .swiper {width: 100%;height: 100%;}
.swiperBox .swiper-pagination{bottom: 20px!important;}
.swiperBox .swiper-pagination .swiper-pagination-bullet{ width:50px;height:4px; border-radius: 5px; background: #fff;}
.swiperBox .swiper-button-next{color: #fff; width: 50px;height:50px;background:rgba(0 0 0 / 30%); border-radius: 50%;right:20px}
.swiperBox .swiper-button-next::after{font-size: 25px;}
.swiperBox .swiper-button-prev{color: #fff; width: 50px;height:50px;background:rgba(0 0 0 / 30%); border-radius: 50%;left:20px}
.swiperBox .swiper-button-prev::after{font-size: 25px;}
.swiperBox .swiper-button-next.swiper-button-disabled, .swiperBox .swiper-button-prev.swiper-button-disabled{opacity: .1;}
.swiperBox .textBox{margin-top: 200px;color: #fff; width: 550px;}
.swiperBox .textBox h3{font-size: 30px;}
.swiperBox .textBox p{font-size: 14px;line-height: 30px;margin-top: 40px;}

/* 首页第一栏 */
.index-row{ background:#e7f4dd;}
.indexrowBox{display: flex;}
.index-row .infoBox{flex: 1;margin-right: 30px;padding: 70px 0;}
.index-row .infoBox h2{font-size: 38px;color: #45661a;margin-bottom: 40px;}
.index-row .infoBox .info{padding: 0 50px;}
.index-row .infoBox .info p{line-height: 30px;font-size: 18px; color: #000; margin-bottom: 20px;}
.index-row .infoBox .info p b{font-weight: bold;color: #000;}
.index-row .row-r-img{ width: 300px;}
.index-row4{background: url(../images/index_row4bg.jpg) no-repeat top center #e7f4dd; overflow: hidden;}
.index-row .newh2{font-size: 38px;color: #45661a;margin-bottom: 40px; text-align: center;margin: 100px 0 30px 0;}

.index-row4 .newsBox{overflow: hidden;padding: 0 30px;margin-bottom: 100px; position: relative;}
.index-row4 .newsBox .item{padding: 0 20px;}
.index-row4 .newsBox .item .pic{}
.index-row4 .newsBox .item .pic img{width: 100%;}
.index-row4 .newsBox .item .info h3{font-size: 20px;line-height:30px;padding: 10px 0;}
.index-row4 .newsBox .item .info p{font-size:16px}
.index-row4 .newsBox .next{position: absolute;right:0px;top:50%;margin-top: -18px;width: 19px; height: 36px; background:url(../images/next.png);cursor: pointer;z-index: 90;}
.index-row4 .newsBox .prev{position: absolute;left:0px;top:50%;margin-top: -18px;width: 19px; height: 36px;background:url(../images/prev.png);cursor: pointer;z-index: 90;}

.collapseTit{ background: #e7f4dd;border-color:#45661a;font-weight: bold;color: #70894f;padding-left:50px;}
.collapseTit .layui-colla-icon{background: #45661a;color: #fff; border-radius: 50%;width:26px;height: 26px; line-height: 26px; text-align: center; margin-top: 8px;}
.collapseContent{background: #fff;font-size: 16px; line-height: 30px;padding: 20px;}
.faq{margin-bottom: 100px;}

.bpqnr{margin:100px 40px; border-left: dotted 1px #ccc;}
.bpqnr .item{margin-left: -7px;}
.bpqnr h3{color: #000;font-size: 32px;margin-bottom: 20px;display: flex;}
.bpqnr h3 i{ width: 14px;height: 14px; border-radius: 50%;background: #000; margin-right: 40px;display: inline-block;margin-top:18px;}
.bpqnr .content{margin-bottom: 40px;font-size: 16px;color: #333;padding: 0 60px;}
.bpqnr .content p{margin-bottom: 20px;text-indent: 2em;}
.bpqnr .wtaBox{}
.bpqnr .wtaBox .p{background: #e7f4dd; margin-bottom: 10px;display: flex;padding: 20px 20px 20px 20px;}
.bpqnr .wtaBox .p .in{flex: 1;margin-left: 20px;}
.bpqnr .wtaBox .p .in b{color: #000;font-size: 18px;}
.bpqnr .wtaBox .p img{width: 40px; height: 40px;}

.ObjectBox{display: flex;}
.ObjectBox .item{flex: 1;}
.ObjectBox .item .pic{padding: 20px; text-align: center;}
.ObjectBox .item .pic img{height: 200px;}
.ObjectBox .item .name{line-height: 40px;color: #000;font-size: 16px;text-align: center;font-weight: bold;}
.ObjectBox .item .info{padding: 20px;}
.ObjectBox .item .info p{font-size: 12px;margin-bottom: 10px; text-indent: 2em;}

/* footer */
.footer{background: #daf0c8;padding: 30px 0;display: flex;}
.footer .footerLogo{ width: 120px; margin-right: 30px;}
.footer .footerLogo img{ width: 100%;}
.footer .menu{flex: 1;}
.footer .menu li{padding: 5px 0;}
.footer .menu a{font-size: 16px;font-weight: bold;}
.footer .menu a:hover{ color: #70894f;}
.footer .share{margin-top: 40px;}
/* 返回顶部 */
.gotop{ position: fixed; width: 50px; height:50px;box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);right:10px;bottom: 30px; text-align: center;justify-content: center;justify-items: center;align-items: center;display: flex;background: #000;cursor: pointer;color: #fff;border-radius: 3px;z-index:9999}
.gotop img{width: 25px;}
.gotop:hover{background: #333;color: #fff;}


.container-fluid{ width:100%}.container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto}@media ( min-width : 768px) {.container {width: 750px}}@media ( min-width : 992px) {.container {width: 970px}}@media ( min-width : 1200px) {.container {width: 1170px}}@media ( min-width : 1300px) {.container {width: 1200px}}@media ( min-width : 1400px) {.container {width:1200px}}@media print{.container{width:auto}}.row.cl{}.row{box-sizing:border-box; margin-left:-15px; margin-right:-15px}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {min-height: 1px;position: relative; padding-left:15px; padding-right:15px; box-sizing:border-box;-webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;transition:all 0.3s ease-in}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float: left}.col-xs-12 {width: 100%}.col-xs-11 {width: 91.66666667%}.col-xs-10 {width: 83.33333333%}.col-xs-9 {width: 75%}.col-xs-8 {width: 66.66666667%}.col-xs-7 {width: 58.33333333%}.col-xs-6 {width: 50%}.col-xs-5 {width: 41.66666667%}.col-xs-4 {width: 33.33333333%}.col-xs-3 {width: 25%}.col-xs-2 {width: 16.66666667%}.col-xs-1 {width: 8.33333333%}.col-xs-pull-12 {right: 100%}.col-xs-pull-11 {right: 91.66666667%}.col-xs-pull-10 {right: 83.33333333%}.col-xs-pull-9 {right: 75%}.col-xs-pull-8 {right: 66.66666667%}.col-xs-pull-7 {right: 58.33333333%}.col-xs-pull-6 {right: 50%}.col-xs-pull-5 {right: 41.66666667%}.col-xs-pull-4 {right: 33.33333333%}.col-xs-pull-3 {right: 25%}.col-xs-pull-2 {right: 16.66666667%}.col-xs-pull-1 {right: 8.33333333%}.col-xs-pull-0 {right: auto}.col-xs-push-12 {left: 100%}.col-xs-push-11 {left: 91.66666667%}.col-xs-push-10 {left: 83.33333333%}.col-xs-push-9 {left: 75%}.col-xs-push-8 {left: 66.66666667%}.col-xs-push-7 {left: 58.33333333%}.col-xs-push-6 {left: 50%}.col-xs-push-5 {left: 41.66666667%}.col-xs-push-4 {left: 33.33333333%}.col-xs-push-3 {left: 25%}.col-xs-push-2 {left: 16.66666667%}.col-xs-push-1 {left: 8.33333333%}.col-xs-push-0 {left: auto}.col-xs-offset-12 {margin-left: 100%}.col-xs-offset-11 {margin-left: 91.66666667%}.col-xs-offset-10 {margin-left: 83.33333333%}.col-xs-offset-9 {margin-left: 75%}.col-xs-offset-8 {margin-left: 66.66666667%}.col-xs-offset-7 {margin-left: 58.33333333%}.col-xs-offset-6 {margin-left: 50%}.col-xs-offset-5 {margin-left: 41.66666667%}.col-xs-offset-4 {margin-left: 33.33333333%}.col-xs-offset-3 {margin-left: 25%}.col-xs-offset-2 {margin-left: 16.66666667%}.col-xs-offset-1 {margin-left: 8.33333333%}.col-xs-offset-0 {margin-left: 0}@media(min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}
.visible-xs,.visible-sm,.visible-md,.visible-lg,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {display: none !important;}@media ( max-width: 767px) {.visible-xs {display: block !important;}table.visible-xs {display: table;}tr.visible-xs {display: table-row !important;}th.visible-xs,td.visible-xs {display: table-cell !important;}.hidden-xs {display: none !important;}.visible-xs-block {display: block !important;}.visible-xs-inline {display: inline !important;}.visible-xs-inline-block {display: inline-block !important;}}@media ( min-width: 768px) and (max-width: 991px) {.visible-sm {display: block !important;}table.visible-sm {display: table}tr.visible-sm {display: table-row !important;}th.visible-sm,td.visible-sm {display: table-cell !important;}.hidden-sm {display: none !important;}.visible-sm-block {display: block !important;}.visible-sm-inline {display: inline !important;}.visible-sm-inline-block {display: inline-block !important;}}@media ( min-width: 992px) and (max-width: 1199px) {.visible-md {display: block !important;}table.visible-md {display: table;}tr.visible-md {display: table-row !important;}th.visible-md,td.visible-md {display: table-cell !important;}.hidden-md {display: none !important;}.visible-md-block {display: block !important;}.visible-md-inline {display: inline !important;}.visible-md-inline-block {display: inline-block !important;}}@media ( min-width: 1200px) {.visible-lg {display: block !important;}table.visible-lg {display: table}tr.visible-lg {display: table-row !important;}th.visible-lg,td.visible-lg {display: table-cell !important;}.hidden-lg {display: none !important;}.visible-lg-block {display: block !important;}.visible-lg-inline {display: inline !important;}.visible-lg-inline-block {display: inline-block !important;}}.visible-print,.visible-print-block,.visible-print-inline,.visible-print-inline-block {display: none !important;}@media print {.visible-print {display: block !important;}table.visible-print {display: table;}tr.visible-print {display: table-row !important;}th.visible-print,td.visible-print {display: table-cell !important;}.visible-print-block {display: block !important;}.visible-print-inline {display: inline !important;}.visible-print-inline-block {display: inline-block !important;}.hidden-print {display: none !important;}}