@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #000;
  height: 100%;
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

.main-cont {
  padding-bottom: 40px;
}

.index-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

/*new add*/
.topRes .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.topRes .bdsharebuttonbox a {
  display: inline-block !important;
  font-size: 18px !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 2px !important;
}
.topRes .bdsharebuttonbox a.bds_tsina {
  background: url("../images/icon-01.png") no-repeat center center !important;
}
.topRes .bdsharebuttonbox a.bds_weixin {
  background: url("../images/icon-02.png") no-repeat center center !important;
}
.topRes .bdsharebuttonbox a.bds_sqq {
  background: url("../images/icon-03.png") no-repeat center center !important;
}

/* other-banner */
.other-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #ffffff;
}
.other-banner .banner-cont {
  height: 320px;
}
.other-banner .banner-cont .banner-title {
  vertical-align: middle;
  display: inline-block;
}
.other-banner .banner-cont:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.other-banner .title-ch {
  font-size: 30px;
  letter-spacing: 3px;
}
.other-banner .title-en {
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "Times New Roman";
  text-transform: uppercase;
  position: relative;
  padding-left: 70px;
}
.other-banner .title-en:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 60px;
  height: 6px;
  background-color: #1ba444;
}

/*footer*/
.other-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*menu-class*/
.menu-class {
  text-align: center;
  font-size: 0;
  position: relative;
  z-index: 9;
  left: 0;
  right: 0;
  top: -90px;
  margin-bottom: -46px;
}
.menu-class a {
  display: inline-block;
  vertical-align: bottom;
  width: 160px;
  text-align: center;
  background-color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
  color: #333333;
  position: relative;
  opacity: .99;
  margin-right: 1px;
  overflow: hidden;
}
.menu-class a:last-child {
  margin-right: 0;
}
.menu-class a span {
  display: block;
  height: 46px;
  line-height: 46px;
  transition: height .5s;
  width: 100%;
}
.menu-class a:hover, .menu-class a.current {
  color: #ffffff;
}
.menu-class a:hover span, .menu-class a.current span {
  height: 90px;
  line-height: 90px;
}
.menu-class a:hover:after, .menu-class a.current:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: #1ba444;
  z-index: -1;
}

.main-cont {
  background: url("../images/th-img-02.png") no-repeat top center #f9fafa;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 500px;
}

.new-page {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.new-page a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 14px;
  color: #666666;
  border-radius: 5px;
  margin: 0 5px;
}
.new-page a:hover, .new-page a.current {
  background-color: #1ba444;
  color: #ffffff;
}
.new-page a.a-s {
  background-color: #e6e6e6;
}
.new-page strong{
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 14px;
  color: #666666;
  border-radius: 5px;
  margin: 0 5px;
  background-color: #1ba444;
  color: #ffffff;
}
.new-page li{
  display:inline
}
.new-page li a {
  background-color: #e6e6e6;
  color: #ffffff;
}
.mod-01 {
  padding-top: 20px;
}
.mod-01 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mod-02 .video-box {
  position: relative;
  z-index: 2;
}
.mod-02 .main-box {
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  padding: 90px 8% 50px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  margin-top: -70px;
}

.mod-03 .box {
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  padding: 20px 20px 20px 250px;
  min-height: 290px;
  transition: all .5s;
  margin-bottom: 35px;
}
.mod-03 .box .box-img {
  overflow: hidden;
  width: 210px;
  position: absolute;
  margin-left: -230px;
}
.mod-03 .box .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-03 .box .box-info .box-title {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 20px;
}
.mod-03 .box .box-info .box-title span {
  display: block;
  font-size: 18px;
  color: #333333;
}
.mod-03 .box .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 125px;
  overflow: hidden;
}
.mod-03 .box:hover {
  background-color: #f39800;
}
.mod-03 .box:hover .box-title {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.mod-03 .box:hover .box-title span {
  color: #ffffff;
}
.mod-03 .box:hover .box-txt {
  color: #ffffff;
}

.mod-04 .box {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  padding: 20px;
  text-align: center;
}
.mod-04 .box .box-title {
  display: block;
  line-height: 100px;
  padding: 0 15px;
  height: 100px;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 30px;
  color: #333333;
}
.mod-04 .box .box-img {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.mod-04 .box .box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
}
.mod-04 .box .box-name {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
}
.mod-04 .box:hover .box-title {
  background-color: #f39800;
  color: #ffffff;
}
.mod-04 .box:hover .box-img img {
  transform: scale(1.05);
}
.mod-04 .box:hover .box-name {
  color: #f39800;
}

.other-page {
  background-color: #f0f0f0;
}
.other-page a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other-page a.a-back {
  background-color: #1ba444;
  color: #ffffff;
  text-align: center;
}
.other-page a.a-next {
  text-align: right;
}
.other-page a:hover span {
  color: #1ba444;
}

.mod-05 .box-title {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
.mod-05 .box-title h1 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 200;
  color: #333;
}
.mod-05 .box-title span {
  margin: 0 10px;
  display: inline-block;
}
.mod-05 .box-title .share .bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.mod-05 .box-main {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: justify;
}

.mod-06 .m-title {
  border-bottom: 1px solid #d9d9d9;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #666666;
}
.mod-06 .m-title .t-l {
  font-size: 36px;
  color: #333333;
}
.mod-06 .case-info {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.mod-06 .case-info .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.mod-06 .case-img-group {
  background-color: #f5f5f5;
  overflow: hidden;
}
.mod-06 .gallery-top {
  overflow: initial;
}
.mod-06 .gallery-top img {
  display: block;
  width: 100%;
}
.mod-06 .gallery-thumbs {
  margin: 5px 55px;
}
.mod-06 .gallery-thumbs .swiper-slide {
  padding: 0 2px;
  box-sizing: border-box;
  height: 75px;
  line-height: 71px;
  text-align: center;
}
.mod-06 .gallery-thumbs .swiper-slide img {
  vertical-align: middle;
  max-height: 71px;
}
.mod-06 .gallery-thumbs .swiper-slide-thumb-active {
  background-color: #f39800 !important;
}
.mod-06 .swiper-button-white {
  top: 100%;
  margin-top: 5px;
  width: 47px;
  height: 75px;
}
.mod-06 .swiper-button-white.swiper-button-prev {
  left: 5px;
  background: url("../images/img-24.png") no-repeat;
}
.mod-06 .swiper-button-white.swiper-button-prev:hover {
  background: url("../images/img-24-h.png") no-repeat;
}
.mod-06 .swiper-button-white.swiper-button-next {
  right: 5px;
  background: url("../images/img-25.png") no-repeat;
}
.mod-06 .swiper-button-white.swiper-button-next:hover {
  background: url("../images/img-25-h.png") no-repeat;
}

.col-f39800 {
  color: #f39800;
}

.mod-07 .job-top {
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  line-height: 42px;
  color: #333333;
  padding: 25px;
}

.job-box .box {
  margin-bottom: 10px;
}
.job-box .box .box-title {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  height: 54px;
  line-height: 52px;
  padding: 0 30px;
  position: relative;
}
.job-box .box .box-title .title-s {
  display: block;
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
}
.job-box .box .box-title .box-more {
  position: absolute;
  right: 15px;
  top: 0;
}
.job-box .box .box-title.current {
  background-color: #f39800;
  border: solid 1px #f39800;
}
.job-box .box .box-title.current .title-s {
  color: #ffffff;
}
.job-box .box .box-cont {
  padding: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  display: none;
}
.job-box .box .box-cont .a-s {
  width: 140px;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #f39800;
  font-size: 16px;
  color: #ffffff;
}

.mod-08 .box {
  padding: 15px 15px 15px 110px;
  overflow: hidden;
  vertical-align: bottom;
  min-height: 115px;
  border-bottom: 1px dotted #e5e5e5;
}
.mod-08 .box .box-date {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  position: absolute;
  margin-left: -95px;
}
.mod-08 .box .box-date .day {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border-radius: 5px;
  border: solid 2px #f39800;
  font-size: 30px;
  color: #f39800;
}
.mod-08 .box .box-info .box-title {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  color: #333333;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-08 .box .box-info .box-txt {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 48px;
  overflow: hidden;
}
.mod-08 .box .box-info .box-more {
  width: 150px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border-radius: 19px;
  border: solid 1px #999999;
  display: inline-block;
  font-size: 14px;
  color: #333333;
}
.mod-08 .box .box-info .box-more span {
  top: -1px;
  position: relative;
}
.mod-08 .box:hover {
  background-color: #f39800;
}
.mod-08 .box:hover .box-date {
  color: #fff;
}
.mod-08 .box:hover .box-date .day {
  color: #fff;
  border-color: #fff;
}
.mod-08 .box:hover .box-info .box-title {
  color: #fff;
}
.mod-08 .box:hover .box-info .box-txt {
  color: #fff;
}
.mod-08 .box:hover .box-info .box-more {
  border: solid 1px #fff;
  color: #fff;
}

.mod-09 .box {
  margin-bottom: 30px;
}
.mod-09 .box .box-img {
  overflow: hidden;
}
.mod-09 .box .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-09 .box .box-main {
  background-color: #ffffff;
  padding: 20px 30px;
}
.mod-09 .box .box-main .box-title {
  position: relative;
  padding-right: 120px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.mod-09 .box .box-main .box-title a {
  display: block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
}
.mod-09 .box .box-main .box-title .tag {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  right: 0;
}
.mod-09 .box .box-main .box-title .tag.tag-02 {
  background-color: #f39800;
  color: #ffffff;
}
.mod-09 .box .box-main .box-txt {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.mod-09 .box .box-main .box-more {
  width: 150px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border-radius: 19px;
  border: solid 1px #999999;
  display: inline-block;
  font-size: 14px;
  color: #333333;
}
.mod-09 .box .box-main .box-more span {
  top: -1px;
  position: relative;
}
.mod-09 .box:hover .box-img img {
  transform: scale(1.1);
}
.mod-09 .box:hover .box-main {
  background-color: #f39800;
}
.mod-09 .box:hover .box-main .box-title a {
  color: #ffffff;
}
.mod-09 .box:hover .box-main .box-title .tag {
  color: #f39800;
  background-color: #ffffff;
}
.mod-09 .box:hover .box-main .box-title .tag.tag-02 {
  color: #f39800;
  background-color: #ffffff;
}
.mod-09 .box:hover .box-main .box-txt {
  color: #ffffff;
}
.mod-09 .box:hover .box-main .box-more {
  border: solid 1px #fff;
  color: #fff;
}

.mod-10 .row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
.mod-10 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.mod-10 .box {
  margin-bottom: 30px;
  display: flex;
  background: url("../images/th-img-11.png") no-repeat left top;
  padding-left: 30px;
}
.mod-10 .box .box-s {
  display: flex;
  width: 100%;
}
.mod-10 .box .box-left .box-img {
  width: 72%;
  margin-right: 2%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.mod-10 .box .box-left .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-10 .box .box-left .box-date {
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 36px;
  color: #666666;
  width: 26%;
  text-align: center;
  background-color: #f5f5f5;
}
.mod-10 .box .box-left .box-date span {
  font-size: 38px;
  font-weight: bold;
  color: #333333;
}
.mod-10 .box .box-info {
  flex-direction: column;
  padding: 30px 30px;
  background-color: #f5f5f5;
}
.mod-10 .box .box-info .box-title {
  display: block;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-weight: bold;
}
.mod-10 .box .box-info .box-txt {
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  height: 48px;
  color: #666666;
}
.mod-10 .box .box-info .box-more {
  width: 150px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border-radius: 19px;
  border: solid 1px #999999;
  display: inline-block;
  font-size: 14px;
  color: #333333;
}
.mod-10 .box .box-info .box-more span {
  top: -1px;
  position: relative;
}
.mod-10 .box:hover .box-left .box-img img {
  transform: scale(1.1);
}
.mod-10 .box:hover .box-info {
  background-color: #f39800;
}
.mod-10 .box:hover .box-info .box-title {
  color: #ffffff;
}
.mod-10 .box:hover .box-info .box-txt {
  color: #ffffff;
}
.mod-10 .box:hover .box-info .box-more {
  border: solid 1px #fff;
  color: #fff;
}

.mod-11 .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.mod-11 .row .box-w {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.mod-11 .box-img {
  overflow: hidden;
  width: 100%;
}
.mod-11 .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.mod-11 .box-info {
  display: block;
  background-color: #eeeeee;
  width: 100%;
  text-align: center;
}
.mod-11 .box-info span {
  background: url("../images/th-img-14.png") no-repeat bottom center;
  font-size: 32px;
  height: 80px;
  line-height: 80px;
  color: #333333;
  vertical-align: middle;
  display: inline-block;
}
.mod-11 .box-info:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.mod-11 .box:hover .box-img img {
  transform: scale(1.1);
}
.mod-11 .box:hover .box-info {
  background-color: #f39800;
}
.mod-11 .box:hover .box-info span {
  background: url("../images/th-img-15.png") no-repeat bottom center;
  color: #fff;
}

.mod-12 {
  overflow: hidden;
}
.mod-12 .box-top {
  margin-bottom: 50px;
  padding-left: 4%;
  padding-right: 4%;
}
.mod-12 .box-top .box-info {
  background: url("../images/th-img-18.png") no-repeat;
  background-size: cover;
  padding: 40px;
  margin-top: 30px;
  margin-right: -30px;
  position: relative;
  z-index: 9;
}
.mod-12 .box-top .box-info .box-title {
  background: url("../images/th-img-17.png") no-repeat left bottom;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #333333;
}
.mod-12 .box-top .box-info .box-txt {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.mod-12 .box-top .box-img {
  margin-left: -30px;
}
.mod-12 .box-top .box-img img {
  display: block;
  width: 100%;
}
.mod-12 .box-main img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mod-13 .box-s {
  margin-bottom: 30px;
}
.mod-13 .box-s .row {
  margin-left: -5px;
  margin-right: -5px;
}
.mod-13 .box-s .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.mod-13 .box-s .row .box-w:first-child {
  width: 44%;
}
.mod-13 .box-s .row .box-w:last-child {
  width: 56%;
}
.mod-13 .box-s .box-info {
  background: url("../images/th-img-21.png") no-repeat top center;
  background-size: cover;
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  min-height: 350px;
  padding: 25px 30px;
}
.mod-13 .box-s .box-info .box-tag {
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #f39800;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}
.mod-13 .box-s .box-info .box-title {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 10px;
}
.mod-13 .box-s .box-info .box-txt {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
}
.mod-13 .box-s .box-map img {
  display: block;
  width: 100%;
}

.form-warp {
  padding: 20px 20px 30px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
.form-warp .m-title {
  text-align: center;
  line-height: 50px;
  margin-bottom: 30px;
  background: url("../images/th-img-20.png") no-repeat bottom center;
  font-size: 18px;
  color: #333333;
}
.form-warp .inp-s {
  border-radius: 0;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.form-warp .txt-s {
  border-radius: 0;
}
.form-warp .btn-s {
  display: block;
  border: 1px solid #f39800;
  background: #f39800;
  width: 260px;
  height: 36px;
  line-height: 32px;
  margin: 0 auto;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .mod-09 .box .box-main .box-title {
    padding-right: 0;
  }
  .mod-09 .box .box-main .box-title .tag {
    display: none;
  }
}
@media (max-width: 1600px) and (min-width: 1024px) {
  .new-container {
    width: 90%;
  }
} 

/*# sourceMappingURL=style.css.map */
