:root {
  --base-color: #acce22;
  --color: #acce22;
}
#new-index-body .gxs-11 {
  background: var(--color);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}


#new-index-body .gxs-11 .ui.container {
  max-width: 1650px;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
}
#new-index-body .gxs-11 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-index-body .gxs-11 .right p {
  color: #fff;
  display: inline-block;
  padding: 0 25px;
}
#new-index-body .gxs-11 .right .feedback {
  height: 92px;
  line-height: 92px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  color: #fff;
  width: 230px;
}
#new-index-body .gxs-11 .right .feedback i {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#new-index-body .gxs-12 {
  /*background: url(../images/new-img-1.jpg) center center no-repeat;
  background-size: cover;
  height: 950px;*/
  position: relative;
}
#new-index-body .gxs-12 .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#new-index-body .gxs-12 .content .ui.container {
  color: #fff;
}
#new-index-body .gxs-12 .content .ui.container ul {
  margin-top: 4em;
  margin-bottom: 5em;
}
#new-index-body .gxs-12 .content .ui.container ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
#new-index-body .gxs-12 .content .ui.container ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
#new-index-body .gxs-12 .content .ui.container ul li p {
  font-family: "kro";
  line-height: 1.8;
}
#new-index-body .gxs-13 {
  padding-top: 130px;
  padding-bottom: 136px;
  background: #eeeeee;
}
#new-index-body .gxs-13.white {
  background: #fff;
}
#new-index-body .gxs-13.white .ui.container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}
#new-index-body .gxs-13.white .ui.container .right {
  text-align: right;
}
#new-index-body .gxs-13.white .ui.container .right .top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#new-index-body .gxs-13 .ui.container {
  max-width: 1690px;
  width: 95%;
  margin-left: 0;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-index-body .gxs-13 .ui.container .imgbox {
  width: 43%;
}
#new-index-body .gxs-13 .ui.container .right {
  width: 54%;
}
#new-index-body .gxs-13 .ui.container .right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#new-index-body .gxs-13 .ui.container .right .top .h3 {
  line-height: 1.8;
}
#new-index-body .gxs-13 .ui.container .right .top .more {
  font-size: 18px;
  max-width: 200px;
  padding: 0 0 ;
  text-align: center;
  width: 200px;
}
#new-index-body .gxs-13 .ui.container .right .text {
  line-height: 1.8;
  color: #4b4b4b;
  margin-top: 10px;
  margin-bottom: 50px;
}
#new-index-body .gxs-13 .ui.container .right .list ul {
  margin: 0 -15px;
}
#new-index-body .gxs-13 .ui.container .right .list ul li {
  padding: 0 15px;
}
#new-index-body .gxs-13 .ui.container .right .list ul li .item .img-box:hover {
  border-color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#new-index-body .gxs-13 .ui.container .right .list ul li .item .img-box:hover .hoverbox {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#new-index-body .gxs-13 .ui.container .right .list ul li .item {
  text-align: center;
}
#new-index-body .gxs-13 .ui.container .right .list ul li .item .img-box {
  position: relative;
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#new-index-body .gxs-13 .ui.container .right .list ul li .item .img-box .hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
}
#new-index-body .gxs-13 .ui.container .right .list ul li .h4 {
  margin: 10px auto;
  line-height: 2;
}
#new-index-body .gxs-13 .ui.container .right .list ul li .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#new-index-body .gxs-13 .ui.container .right .list ul li .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#new-index-body .gxs-13 .ui.container .right .list ul li a.more {
  font-size: 16px;
  padding: 0 15px;
  margin: 0 auto;
  height: 42px;
  line-height: 42px;
}
#new-index-body .gxs-14 {
  padding-top: 100px;
}
#new-index-body .gxs-14 .main {
  margin-top: 55px;
  position: relative;
}
#new-index-body .gxs-13 .ui.container .right .list{
  position: relative;
}
 span.btn{
  width: 60px;
  height: 60px;
  border-radius:100%;
  background: var(--base-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 9; 
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s all;
}
 span.btn:hover{
  background: #000;
  transition: 0.3s all;
}
 span.btn i{
  font-size: 32px!important;
  color: #fff!important;
}
 span.btn.slick-prev{
left: 0;
}
span.btn.slick-next{
  right: 0;
}
#new-index-body .gxs-14 .main ul {
  margin: 0 -15px;
}
#new-index-body .gxs-14 .main ul li {
  padding: 0 15px;
  text-align: center;
}
#new-index-body .gxs-14 .main ul li .item .img-box:hover {
  border-color: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#new-index-body .gxs-14 .main ul li .item .h4 {
  margin: 10px auto;
  text-align: center;
  height: 48px;
  overflow-y:auto;
}
#new-index-body .gxs-14 .main ul li .item .img-box {
  border: 2px solid transparent;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 5px;
}
#new-index-body .gxs-14 .main ul li .item a.more {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding: 0 15px;
}
#new-index-body .gxs-15 {
  padding-top: 55px;
  padding-bottom: 35px;
  background: var(--base-color);
}
#new-index-body .gxs-15 .ui.container {
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1200px) {
  #new-index-body .gxs-12 .content{
    position: relative;
    top: 0;
    padding:20px 0;
    transform: none;
  }
  #new-index-body .gxs-12 .content .ui.container{
    color: #666;
  }
}
@media screen and (max-width: 1000px) {
  #new-index-body .gxs-13.white .ui.container {
    margin-left: auto;
    margin-right: auto;
  }
  #new-index-body .gxs-13 .ui.container {
    margin: 0 auto!important;
  }
  #new-index-body .gxs-13 .ui.container .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
  #new-index-body .gxs-13 .ui.container .right {
    width: 100%;
  }
  .font-36 {
    font-size: 24px;
  }
  #new-index-body .gxs-11 .right {
    display: none;
  }
  #new-index-body .gxs-11 .ui.container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  .font-18 {
    font-size: 14px;
  }
  .font-36 {
    font-size: 20px;
  }
  #new-index-body .gxs-14 .main ul li .item a.more{
    font-size: 12px;
  }
}
