.ind-mktl {
  text-align: center;
  padding: 110px 0 70px;
}
.ind-mktl .cn {
  font-size: 36px;
  color: #393939;
  font-weight: bold;
  margin-bottom: 14px;
}
.ind-mktl .en {
  font-size: 18px;
  color: #999999;
  letter-spacing: 1px;
}
.inbanner_box {
  position: relative;
}
.inbanner_box .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
.inbanner_box .prev_banner {
  left: 2%;
}
.inbanner_box .next_banner {
  right: 2%;
}
.inbanner_box #inbanner .swiper-slide {
  position: relative;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 {
  width: 81.25%;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 .btl {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(200px);
     -moz-transform: translateX(200px);
      -ms-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 .btl1 {
  top: 36%;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 .btl2 {
  top: 46%;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 .btl3 {
  top: 13.69%;
}
.inbanner_box #inbanner .swiper-slide .wrap1560 .btl4 {
  top: 27.69%;
}
.inbanner_box #inbanner .swiper-slide-active .wrap1560 .btl {
  opacity: 1;
  -webkit-transition: all .6s .6s;
  -o-transition: all .6s .6s;
  -moz-transition: all .6s .6s;
  transition: all .6s .6s;
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.ind_a {
  height: 200px;
  position: relative;
  z-index: 30;
}
.ind_a .box {
  width: calc(100% / 8);
  height: 100%;
  background: #015aa1;
  float: left;
  text-align: center;
  color: #fff;
  padding-top: 75px;
  position: absolute;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_a .box .cn {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 16px;
}
.ind_a .box .cn .st {
  position: absolute;
  width: 100%;
  top: -28px;
}
.ind_a .box .en {
  font-size: 16px;
  margin-bottom: 50px;
  font-weight:bold;
}
.ind_a .box .viewMore {
  height: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_a .box .viewMore span {
  padding-right: 19px;
  background: url(../images/more_jt_01.png) no-repeat right center;
}
.ind_a .box:nth-child(1) {
  left: 0;
}
.ind_a .box:nth-child(2) {
  left: calc((100% / 8)*1);
}
.ind_a .box:nth-child(3) {
  left: calc((100% / 8)*2);
}
.ind_a .box:nth-child(4) {
  left: calc((100% / 8)*3);
}
.ind_a .box:nth-child(5) {
  left: calc((100% / 8)*4);
}
.ind_a .box:nth-child(6) {
  left: calc((100% / 8)*5);
}
.ind_a .box:nth-child(7) {
  left: calc((100% / 8)*6);
}
.ind_a .box:nth-child(8) {
  left: calc((100% / 8)*7);
}
.ind_a .box:hover {
  height: 225px;
  top: -25px;
  background: #0368b8;
  padding-top: 70px;
}
.ind_a .box:hover .viewMore {
  height: 14px;
}
.ind_b {
  overflow: hidden;
  padding-bottom: 5.2083%;
}
.ind_b #insol {
  padding-bottom: 10%;
  position: relative;
}
.ind_b #insol #solSP .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: solid 4px #d4d4d4;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  background: #d4d4d4;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.ind_b #insol #solSP .swiper-pagination-bullet-active {
  border: solid 4px #07A654;
  background: #fff;
}
.ind_b #insol .btn {
  position: absolute;
  top: 38%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #333333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index: 40;
  cursor: pointer;
}
.ind_b #insol .btn:hover {
  background: #07A654;
}
.ind_b #insol .prev_sol {
  left: 13.5416%;
}
.ind_b #insol .next_sol {
  right: 13.5416%;
  -webkit-transform: translate(50%, -50%);
     -moz-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.ind_b #insol .swiper-slide {
  position: relative;
}
.ind_b #insol .swiper-slide .bg {
  width: 100%;
}
.ind_b #insol .swiper-slide .infobox {
  position: absolute;
  left: 8.5714%;
  top: 100%;
  width: 440px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(176, 176, 176, 0.35);
     -moz-box-shadow: 0px 5px 30px 0px rgba(176, 176, 176, 0.35);
          box-shadow: 0px 5px 30px 0px rgba(176, 176, 176, 0.35);
  opacity: 0;
  padding-top: 100px;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.ind_b #insol .swiper-slide .infobox .title {
  font-size: 24px;
  font-weight: bold;
  color: #07A654;
}
.ind_b #insol .swiper-slide .infobox .title span {
  display: block;
  padding: 0 0 26px 58px;
  border-left: 4px solid #07A654;
  position: relative;
}
.ind_b #insol .swiper-slide .infobox .title span::after {
  content: "";
  height: 1px;
  bottom: 0;
  left: 58px;
  right: 60px;
  background-color: #e5e5e5;
}
.ind_b #insol .swiper-slide .infobox .title span::before {
  content: "";
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #e5e5e5;
  left: 56px;
  bottom: -2px;
}
.ind_b #insol .swiper-slide .infobox .box {
  padding: 40px 62px 0 62px;
}
.ind_b #insol .swiper-slide .infobox .box .te {
  text-align:justify; 
  line-height: 26px;
  color: #888888;
  height: 130px;
  overflow: auto;
  margin-bottom: 30px;
  padding-right: 4px;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.ind_b #insol .swiper-slide .infobox .box .te::-webkit-scrollbar {
  width: 4px;
}
.ind_b #insol .swiper-slide .infobox .box .lookMore {
  width: 140px;
  height: 40px;
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 38px;
  color: #aaaaaa;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
  cursor: pointer;
}
.ind_b #insol .swiper-slide .infobox .box .lookMore span {
  padding-right: 33px;
  background-image: url(../images/more_jt_02_h.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.ind_b #insol .swiper-slide .infobox .box .lookMore::after {
  content: "";
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  background: #07A654;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  z-index: 0;
}
.ind_b #insol .swiper-slide .infobox .box .lookMore:hover {
  border-color: #07A654;
  background: #07A654;
  color: #fff;
}
.ind_b #insol .swiper-slide .infobox .box .lookMore:hover span {
  background-image: url(../images/more_jt_02_a.png);
}
.ind_b #insol .swiper-slide .infobox .page {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 70px;
  color: #888888;
  font-size: 16px;
}
.ind_b #insol .swiper-slide .infobox .page .current {
  color: #07A654;
  font-size: 30px;
}
.ind_b #insol .swiper-slide-active .infobox {
  opacity: 1;
  top: 18.9655%;
}

.about_b.ind_h{
	padding: 0 0 3% 0;
	/* background-color: #FFFFFF; */
}
.ind_h .swiper-container{
	padding-bottom: 3%;
}

.ind_c {
  background: url(../images/ind_10.jpg) no-repeat center top / cover;
  padding: 8.5% 0 7.5%;
}
.ind_c .lt-box {
  width: 325px;
  float: left;
}
.ind_c .lt-box .logo {
  margin-bottom: 90px;
}
.ind_c .lt-box .tl {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 65px;
}
.ind_c .lt-box .abnavbox {
  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-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ind_c .lt-box .abnavbox a {
  width: 150px;
  padding: 30px 0 17px;
  border-bottom: 1px solid #fff;
  color: #fff;
  opacity: .9;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-bottom: 10px;
}
.ind_c .lt-box .abnavbox a span {
  display: block;
  background: url(../images/more_jt_01.png) no-repeat right center;
}
.ind_c .lt-box .abnavbox a:hover {
  opacity: 1;
  padding-left: 10px;
}
.ind_c .rt-box {
  width: 67.9487%;
  float: right;
  padding: 0 0 0 10%;
}
.ind_c .rt-box .ind-mktl {
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  margin-bottom: 33px;
}
.ind_c .rt-box .ind-mktl .cn {
  color: #fff;
}
.ind_c .rt-box .ind-mktl .en {
  color: #b6d4b5;
}
.ind_c .rt-box .info {
  font-size: 16px;
  line-height: 30px;
  color: #f1f1f1;
  margin-bottom: 40px;
}
.ind_c .rt-box .numbox {
  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;
  margin-bottom: 60px;
  color: #fff;
}
.ind_c .rt-box .numbox .box {
  text-align: center;
}
.ind_c .rt-box .numbox .box .num {
  font-size: 96px;
}
.ind_c .rt-box .numbox .box .tp {
  font-size: 16px;
}
.ind_c .rt-box .toMore {
  width: 140px;
  height: 40px;
  border: solid 1px #ffffff;
  line-height: 38px;
  text-align: center;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_c .rt-box .toMore img {
  margin-left: 12px;
  position: relative;
  top: -1px;
}
.ind_c .rt-box .toMore:hover {
  border-color: #07A654;
  background: #07A654;
}
.ind_d {
  padding: 0 0 5.2083% 0;
  background-color: #f5f5f5;
}
.ind_d .wrap1560 {
  position: relative;
}
.ind_d .wrap1560 .ind-mktl {
  text-align: left;
}
.ind_d .wrap1560 .news-ul a .time {
  color: #999999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 18px;
}
.ind_d .wrap1560 .news-ul a .title {
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  height: 60px;
}
.ind_d .wrap1560 .news-ul a .imgbox {
  overflow: hidden;
  margin-bottom: 30px;
}
.ind_d .wrap1560 .news-ul a .imgbox img {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_d .wrap1560 .news-ul a .more {
  color: #333333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_d .wrap1560 .news-ul a .more span {
  padding-right: 18px;
  background-image: url(../images/more_jt_02.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.ind_d .wrap1560 .news-ul a:nth-child(4n) {
  margin-right: 0;
}
.ind_d .wrap1560 .news-ul a:hover .title {
  color: #07A654;
}
.ind_d .wrap1560 .news-ul a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ind_d .wrap1560 .news-ul a:hover .more {
  color: #07A654;
}
.ind_d .wrap1560 .news-ul a:hover .more span {
  padding-right: 25px;
  background-image: url(../images/more_jt_02_b.png);
}
.ind_d .wrap1560 #newSP {
  text-align: right;
  top: 130px;
  right: 0;
}
.ind_d .wrap1560 #newSP .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: solid 4px #d4d4d4;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  background: #d4d4d4;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin: 0 7px;
}
.ind_d .wrap1560 #newSP .swiper-pagination-bullet-active {
  border: solid 4px #07A654;
  background: #fff;
}
.ind_d .wrap1560 .toMore {
  width: 140px;
  height: 40px;
  border: solid 1px #07A654;
  line-height: 38px;
  background: #07A654;
  text-align: center;
  color: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin: 60px auto 0;
}
.ind_d .wrap1560 .toMore img {
  margin-left: 12px;
  position: relative;
  top: -1px;
}
.ind_d .wrap1560 .toMore:hover {
  border-color: green;
  background: green;
}
.ind_e {
  padding-bottom: 4%;
}
.ind_e #partner{
	padding-bottom: 5%;
}
.ind_e .par {
  width: 12.5%;
  float: left;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  -moz-transition: transform .4s, -moz-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s, -moz-transform .4s;
  position: relative;
  padding: 10px;
  z-index: 1;
  box-sizing: border-box;
}
.ind_e .par img {
  width: 100%;
   box-shadow: 0px 0px 10px 0px rgba(83, 83, 83, 0.1);
}
.ind_e .par:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 10;
}
@media (max-width: 1600px) {
  .ind-mktl {
    padding: 100px 0 60px;
  }
  .ind_d .wrap1560 #newSP {
    top: 110px;
  }
}
@media (max-width: 1440px) {
  .ind-mktl {
    padding: 90px 0 60px;
  }
  .ind-mktl .cn {
    font-size: 30px;
  }
  .ind_d .wrap1560 #newSP {
    top: 100px;
  }
  .ind_a {
    height: 180px;
  }
  .ind_a .box {
    padding-top: 65px;
  }
  .ind_a .box .cn {
    font-size: 20px;
  }
  .ind_a .box .en {
    margin-bottom: 40px;
  }
  .ind_a .box:hover {
    height: 200px;
    top: -20px;
    padding-top: 60px;
  }
  .ind_b #insol .swiper-slide .infobox {
    padding-top: 80px;
    width: 400px;
  }
  .ind_b #insol .swiper-slide .infobox .title {
    font-size: 20px;
  }
  .ind_b #insol .swiper-slide .infobox .title span {
    padding: 0 0 20px 40px;
  }
  .ind_b #insol .swiper-slide .infobox .title span::after {
    left: 40px;
    right: 40px;
  }
  .ind_b #insol .swiper-slide .infobox .title span::before {
    left: 40px;
  }
  .ind_b #insol .swiper-slide .infobox .box {
    padding: 30px 42px 0 42px;
  }
  .ind_b #insol .swiper-slide .infobox .page {
    bottom: 30px;
  }
  .ind_c .lt-box .logo {
    margin-bottom: 70px;
  }
  .ind_c .lt-box .logo img {
    height: 80px;
  }
  .ind_c .lt-box .tl {
    font-size: 30px;
    margin-bottom: 55px;
  }
  .ind_c .rt-box .numbox .box .num {
    font-size: 80px;
  }
  .ind_d .wrap1560 .news-ul a .time {
    font-size: 14px;
  }
  .ind_d .wrap1560 .news-ul a .title {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 16px;
  }
  .ind_d .wrap1560 .news-ul a .imgbox {
    margin-bottom: 20px;
  }
  .ind_d .wrap1560 .toMore {
    margin: 50px auto 0;
  }
}
@media (max-width: 1366px) {
  .ind-mktl {
    padding: 80px 0 50px;
  }
  .ind-mktl .cn {
    font-size: 26px;
  }
  .ind_d .wrap1560 #newSP {
    top: 90px;
  }
  .inbanner_box .btn {
    width: 50px;
  }
  .ind_b #insol .swiper-slide .infobox {
    padding-top: 60px;
  }
  .ind_c .lt-box .tl {
    font-size: 26px;
  }
  .ind_c .rt-box {
    padding: 0px 0 0 5%;
  }
  .ind_c .rt-box .ind-mktl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .ind_c .rt-box .info {
    margin-bottom: 30px;
  }
  .ind_c .rt-box .numbox .box .num {
    font-size: 72px;
  }
}
@media (max-width: 1280px) {
  .ind-mktl {
    padding: 70px 0 40px;
  }
  .ind-mktl .cn {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .ind_d .wrap1560 #newSP {
    top: 80px;
  }
  .ind_b #insol .swiper-slide .infobox .box {
    padding: 20px 42px 0 42px;
  }
  .ind_b #insol .swiper-slide .infobox .box .te {
    margin-bottom: 20px;
  }
  .ind_c .lt-box .tl {
    font-size: 22px;
  }
  .ind_c .rt-box .numbox .box .num {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .ind-mktl {
    padding: 60px 0 40px;
  }
  .ind_d .wrap1560 #newSP {
    top: 70px;
  }
  .ind_a {
    height: 140px;
  }
  .ind_a .box {
    padding-top: 50px;
  }
  .ind_a .box .cn {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ind_a .box .en {
    margin-bottom: 30px;
  }
  .ind_a .box:hover {
    padding-top: 45px;
    height: 160px;
    top: -20px;
  }
  .ind_b #insol {
    padding-bottom: 15%;
  }
  .ind_b #insol .btn {
    display: none;
  }
  .ind_b #insol .swiper-slide .infobox .title {
    font-size: 18px;
  }
  .ind_b #insol .swiper-slide .infobox .box {
    padding-top: 14px;
  }
  .ind_c {
    background: #07A654;
  }
  .ind_c .rt-box {
    width: 60%;
  }
  .ind_c .rt-box .info {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .ind_c .rt-box .numbox {
    margin-bottom: 34px;
  }
  .ind_c .rt-box .numbox .box .num {
    font-size: 50px;
  }
  .ind_c .rt-box .numbox .box .tp {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .ind-mktl {
    padding: 50px 0 30px;
  }
  .ind-mktl .cn {
    font-size: 20px;
  }
  .ind_a {
    height: auto;
    background: none;
	display: none;
  }
  
  .ind_a .box {
    background: #07A654;
    position: relative;
    right: auto;
    left: auto!important;
    top: auto;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding: 30px 20px;
    border-bottom: 1px solid #fff;
  }
  .ind_a .box .cn {
    font-size: 16px;
    text-align: left;
  }
  .ind_a .box .cn .st {
    top: -20px;
  }
  .ind_a .box .en {
    font-size: 12px;
    margin-bottom: 0px;
    text-align: left;
  }
  .ind_a .box .viewMore {
    height: auto;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ind_a .box:hover {
    padding-top: 40px;
    height: auto;
    top: 0;
  }
  .ind_a .box:nth-child(3),
  .ind_a .box:nth-child(4) {
    margin-bottom: 0;
  }
  .ind_a .box:last-child {
    border-bottom: none;
  }
  .ind_b #insol {
    padding-bottom: 40px;
  }
  .ind_b #insol .swiper-slide .infobox {
    position: static;
    width: 100%;
    padding: 30px 5%;
  }
  .ind_b #insol .swiper-slide .infobox .title span {
    border-left: none;
    padding: 0 0 10px;
  }
  .ind_b #insol .swiper-slide .infobox .title span::after {
    left: 0;
    right: 0;
  }
  .ind_b #insol .swiper-slide .infobox .title span::before {
    left: 0;
  }
  .ind_b #insol .swiper-slide .infobox .box {
    padding: 14px 0 0 0;
  }
  .ind_b #insol .swiper-slide .infobox .box .te {
    height: 52px;
  }
  .ind_b #insol .swiper-slide .infobox .page {
    display: none;
  }
  .ind_c {
    padding: 50px 0;
  }
  .ind_c .lt-box {
    float: none;
  }
  .ind_c .lt-box .tl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ind_c .lt-box .abnavbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .ind_c .lt-box .abnavbox a {
    width: 48%;
    margin-right: 4%;
  }
  .ind_c .lt-box .abnavbox a:nth-child(2n) {
    margin-right: 0;
  }
  .ind_c .rt-box {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  .ind_c .rt-box .ind-mktl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ind_c .rt-box .numbox {
    margin-bottom: 20px;
  }
  .ind_c .rt-box .numbox .box .num {
    font-size: 36px;
  }
  .ind_d {
    padding-bottom: 50px;
  }
  .ind_d .wrap1560 #news {
    padding-bottom: 30px;
  }
  .ind_d .wrap1560 #newSP {
    position: static;
    width: 100%;
    text-align: center;
  }
  .ind_d .wrap1560 #newSP .swiper-pagination-bullet {
    width: 8px!important;
    height: 8px!important;
    -webkit-border-radius: 50%!important;
       -moz-border-radius: 50%!important;
            border-radius: 50%!important;
    border: none!important;
    background: #07A654!important;
    margin: 0 5px!important;
    opacity: .3!important;
  }
  .ind_d .wrap1560 #newSP .swiper-pagination-bullet-active {
    opacity: 1!important;
  }
  .ind_d .wrap1560 .news-ul a .time {
    margin-bottom: 10px;
  }
  .ind_d .wrap1560 .news-ul a .title {
    margin-bottom: 10px;
  }
  .ind_d .wrap1560 .toMore {
    margin: 30px auto 0;
  }
  .ind_e {
    padding-bottom: 50px;
  }
  .ind_e .par {
    width: 33.3333%;
	padding: 5px;
  }
  .ind_e #partner{
	  padding-bottom: 30px;
  }
  
  footer .bot{
	  line-height: 1;
  }
}
