body {
  font-family: Arial, sans-serif;
  color: #333333;
  overflow-x: hidden;
  height: 100%;
  line-height: 1.7;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*header*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.36s ease;
  z-index: 999;
}
.header.scroll {
  top: -58px;
}
.header.scroll .nav-wrap {
  background-color: #fff;
}
.header.scroll nav.navbar.bootsnav {
  background-color: #fff;
}
.header .container {
  max-width: 1000px;
  margin: 0 auto;
}
.header .header-info {
  text-align: right;
  line-height: 30px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 8px;
}
.header .header-info span {
  margin-left: 20px;
}
.header .header-info span:first-child {
  margin-left: 0;
}
/*footer*/
.footer {
  background-color: #989b9e;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #ffffff;
}
.footer span {
  display: inline-block;
  margin: 0 10px;
}
.index-banner img {
  display: block;
  margin: 0 auto;
}
.index-banner .swiper-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 99;
}
.index-banner .swiper-title .title-cont {
  width: 80%;
  max-width: 800px;
  border-bottom: 4px solid #c53044;
  background-color: rgba(28, 66, 148, 0.75);
  line-height: 56px;
  min-height: 56px;
  padding-left: 100px;
  padding-right: 15px;
  position: relative;
}
.index-banner .swiper-title .title-cont .banner-page {
  position: absolute;
  left: 15px;
  width: auto;
  font-size: 24px;
  color: #fff;
  line-height: 48px;
  bottom: 0;
}
.index-banner .swiper-title .title-cont .banner-page .swiper-pagination-current {
  font-size: 36px;
}
.index-banner .swiper-title .title-cont .banner-title {
  display: block;
  color: #fff;
  font-size: 18px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.public-title {
  border-top: 3px solid;
  border-bottom: 1px solid;
  line-height: 60px;
  margin-bottom: 25px;
}
.public-title .title-name {
  float: left;
  font-weight: bold;
}
.public-title .title-more {
  float: right;
  font-size: 15px;
}
.public-title.p-title-01 {
  border-top-color: #174e95;
  border-bottom-color: #174e95;
}
.public-title.p-title-01 .title-more {
  color: #5677a2;
}
.public-title.p-title-02 {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.public-title.p-title-02 .title-name,
.public-title.p-title-02 .title-more {
  color: #fff;
}
/*----------- other-banner ------------*/
.other-banner {
  height: 452px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
}
.other-banner .middle-cont span {
  display: block;
  color: #fff;
  padding-top: 80px;
}
/*----------- footer-info-form ------------*/
.footer-info-form .m-title {
  position: relative;
  padding-left: 25px;
  color: #e1a966;
  margin-bottom: 30px;
}
.footer-info-form .m-title:after {
  content: '';
  width: 6px;
  height: 26px;
  background-color: #e1a966;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.footer-info-form .row {
  margin-left: -3%;
  margin-right: -3%;
}
.footer-info-form .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.footer-info-form .footer-info {
  color: #e1a966;
}
.footer-info-form .footer-info .box-erwm {
  text-align: center;
  margin-bottom: 20px;
}
.footer-info-form .footer-info .box-erwm .title-s {
  font-weight: bold;
  margin-bottom: 5px;
}
.footer-info-form .footer-info .box-erwm .img-s {
  margin-bottom: 5px;
}
.footer-info-form .footer-info .box-erwm .img-s img {
  display: block;
  margin: 0 auto;
}
.footer-info-form .footer-info .box-add {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
}
.footer-info-form .footer-info .box-add > div {
  display: inline-block;
  text-align: left;
}
.footer-info-form .footer-info .box-tel {
  text-align: center;
}
.footer-info-form .footer-info .box-tel > div {
  display: inline-block;
  text-align: left;
  background: url("../images/img-03.png") no-repeat left top;
  padding-left: 60px;
  line-height: 1.3;
  min-height: 48px;
}
.footer-info-form .footer-form .form-title {
  color: #b6b6b6;
  margin-bottom: 30px;
}
.footer-info-form .footer-form .form-title span {
  color: #e1a966;
  font-weight: bold;
  display: block;
}
.footer-info-form .footer-form .form-box {
  margin-bottom: 30px;
  height: 40px;
  line-height: 40px;
}
.footer-info-form .footer-form .form-inp {
  border: none;
  border-bottom: solid 2px #b6b6b6;
  display: block;
  width: 100%;
}
.footer-info-form .footer-form .form-btn-wrap {
  padding-top: 8%;
}
.footer-info-form .footer-form .form-btn {
  display: block;
  width: 100%;
  height: 54px;
  background-color: #d6a061;
  border: none;
  color: #ffffff;
}
/*----------- other-page ------------*/
/*public-menu*/
.public-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.public-menu.phone-menu {
  margin-top: 20px;
  margin-bottom: 0;
  display: none;
}
.public-menu a {
  flex: 1;
  display: flex;
  align-items: center;
  height: 82px;
  line-height: 82px;
  justify-content: center;
  border: solid 1px #d6a061;
  background-color: #fff;
  padding: 0 10px;
  margin: 0 10px;
}
.public-menu a span {
  display: inline-block;
}
.public-menu a .icon-s {
  width: 46px;
  height: 36px;
  position: relative;
  margin-right: 8px;
}
.public-menu a .icon-s img {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 36px;
}
.public-menu a .icon-s img.img-h {
  display: none;
}
.public-menu a .txt-s {
  line-height: 30px;
  color: #d6a061;
}
.public-menu a:hover,
.public-menu a.current {
  background-color: #d6a061;
}
.public-menu a:hover .icon-s img.img-d,
.public-menu a.current .icon-s img.img-d {
  display: none;
}
.public-menu a:hover .icon-s img.img-h,
.public-menu a.current .icon-s img.img-h {
  display: block;
}
.public-menu a:hover .txt-s,
.public-menu a.current .txt-s {
  color: #fff;
}
/* public-more */
.public-more {
  display: block;
  width: 90px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: solid 1px #666666;
  position: relative;
}
.public-more span {
  position: relative;
  z-index: 9;
  color: #666666;
  font-size: 12px;
}
.public-more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background-color: #d6a061;
  transition: all 0.7s;
}
.public-more:hover span {
  color: #fff;
}
.public-more:hover:after {
  left: 0;
  width: 100%;
}
/* top-info */
.public-top-info {
  margin-bottom: 8%;
}
.public-top-info .row {
  margin-left: -2%;
  margin-right: -2%;
}
.public-top-info .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.public-top-info .box-img {
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
  box-shadow: 22px 16px 40px 0 rgba(4, 0, 0, 0.2);
  margin-top: -70px;
}
.public-top-info .box-img a {
  display: block;
  overflow: hidden;
}
.public-top-info .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.public-top-info .box-info {
  padding-top: 30px;
  transition: all 0.7s;
}
.public-top-info .box-info .box-title {
  letter-spacing: 1px;
  color: #d6a061;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 5px;
  display: block;
}
.public-top-info .box-info .box-date {
  color: #747474;
  margin-bottom: 30px;
}
.public-top-info .box-info .box-txt {
  color: #666666;
  line-height: 36px;
  margin-bottom: 20px;
}
.public-top-info:hover .box-info {
  padding-left: 10px;
}
.public-top-info:hover .box-img img {
  transform: scale(1.1);
}
.public-top-info:hover .public-more span {
  color: #fff;
}
.public-top-info:hover .public-more:after {
  left: 0;
  width: 100%;
}
/* 联系我们 */
.contact-us {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-us .m-title {
  text-align: center;
  position: relative;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 30px;
}
.contact-us .m-title:after {
  content: '';
  width: 65px;
  height: 4px;
  background-color: #e1a966;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
}
.contact-us .m-title .title-ch {
  color: #e1a966;
}
.contact-us .m-title .title-en {
  color: #dcdcdd;
}
.contact-us .box-map {
  margin-bottom: 40px;
}
.contact-us .box-map img {
  display: block;
  width: 100%;
}
.contact-us .box-group .row {
  display: flex;
}
.contact-us .box-group .row .box-w {
  border-right: 1px solid #dfdfdf;
}
.contact-us .box-group .row .box-w:last-child {
  border-right: none;
}
.contact-us .box-group .box-s {
  padding: 20px;
}
.contact-us .box-group .box-s .box-title {
  line-height: 24px;
  height: 24px;
  font-weight: bold;
  color: #d6a061;
  margin-bottom: 20px;
}
.contact-us .box-group .box-s .box-txt {
  line-height: 30px;
  color: #000;
}
/* 业务领域 */
.business-area .box-s {
  padding-top: 5%;
  padding-bottom: 5%;
}
.business-area .box-s .row {
  display: flex;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}
.business-area .box-s .row .box-w {
  min-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}
.business-area .box-s .box-img {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 22px 16px 40px 0 rgba(4, 0, 0, 0.2);
  padding: 15px;
}
.business-area .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.business-area .box-s .box-info .box-title {
  line-height: 50px;
  color: #262626;
  margin-bottom: 20px;
  font-weight: bold;
}
.business-area .box-s .box-info .box-title img {
  vertical-align: middle;
  margin-top: -3px;
  max-width: 50px;
}
.business-area .box-s .box-info .box-title span {
  display: inline-block;
}
.business-area .box-s .box-info .box-txt {
  line-height: 30px;
  color: #000;
  text-align: justify;
}
.business-area .box-s:nth-child(2n+1) {
  background-color: #f2f2f2;
}
.business-area .box-s:nth-child(2n+1) .box-info {
  padding-left: 5%;
}
.business-area .box-s:nth-child(2n+1) .box-info .box-title img {
  margin-right: 15px;
}
.business-area .box-s:nth-child(2n) .box-info {
  padding-right: 5%;
}
.business-area .box-s:nth-child(2n) .box-info .box-title {
  text-align: right;
}
.business-area .box-s:nth-child(2n) .box-info .box-title img {
  margin-left: 15px;
}
/*鑫源动态*/
.news-list .box-s {
  position: relative;
  padding-right: 360px;
  border-bottom: 1px solid #b6b6b6;
  min-height: 230px;
  margin-bottom: 3%;
}
.news-list .box-s:last-child {
  margin-bottom: 0;
}
.news-list .box-s .box-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  overflow: hidden;
}
.news-list .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.news-list .box-s .box-info {
  transition: all 0.7s;
}
.news-list .box-s .box-info .box-title {
  position: relative;
  line-height: 30px;
  padding-right: 95px;
  margin-bottom: 30px;
}
.news-list .box-s .box-info .box-title .date-s {
  position: absolute;
  right: 0;
  top: 0;
}
.news-list .box-s .box-info .box-title .title-s {
  display: block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}
.news-list .box-s .box-info .box-txt {
  line-height: 34px;
  height: 68px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.news-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.news-list .box-s:hover .box-info {
  padding-left: 10px;
}
.news-list .box-s:hover .box-info .box-title .title-s,
.news-list .box-s:hover .box-info .box-title .date-s {
  color: #e1a966;
}
.news-list .box-s:hover .public-more span {
  color: #fff;
}
.news-list .box-s:hover .public-more:after {
  left: 0;
  width: 100%;
}
/* 社会责任  */
.news-list-02 .row {
  margin-left: -2%;
  margin-right: -2%;
}
.news-list-02 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.news-list-02 .box-s {
  margin-bottom: 30px;
}
.news-list-02 .box-s .box-img {
  overflow: hidden;
}
.news-list-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.news-list-02 .box-s .box-info {
  padding: 10px 10px 10px 0;
  transition: all 0.7s;
}
.news-list-02 .box-s .box-info .box-title {
  display: block;
  letter-spacing: 1px;
  color: #000000;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.news-list-02 .box-s .box-info .box-txt {
  line-height: 22px;
  height: 88px;
  overflow: hidden;
  color: #666666;
  text-align: justify;
  margin-bottom: 10px;
}
.news-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.news-list-02 .box-s:hover .box-info {
  padding-left: 10px;
  transition: all 0.7s;
  background-color: #d6a061;
}
.news-list-02 .box-s:hover .box-info .box-title {
  color: #fff;
}
.news-list-02 .box-s:hover .box-info .box-txt {
  color: #fff;
}
.news-list-02 .box-s:hover .box-info .public-more {
  border-color: #fff;
}
.news-list-02 .box-s:hover .box-info .public-more span {
  color: #fff;
}
.page {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.page a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  color: #8d8d8d;
  margin: 2px;
}
.page a.a-s {
  background-color: #eeeeee;
}
.page a:hover,
.page a.current {
  background-color: #3462b1;
  color: #fff;
}
.public-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-title {
  position: relative;
  text-align: center;
  line-height: 60px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.about-title .title-en {
  font-size: 42px;
  color: #e2e2e2;
}
.about-title .title-ch {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 28px;
  color: #d6a061;
}
.about-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 7px;
  background-color: #d6a061;
  border-radius: 4px;
}
.about-box-03,
.about-box-04,
.about-box-05 {
  padding-top: 60px;
}
.about-box-01 {
  position: relative;
  z-index: 9;
  padding-bottom: 80px;
}
.about-box-01 .row {
  margin-left: -3%;
  margin-right: -3%;
}
.about-box-01 .row .box-w {
  padding-left: 3%;
  padding-right: 3%;
}
.about-box-01 .box-info .box-title {
  color: #e1a966;
  margin-bottom: 25px;
}
.about-box-01 .box-info .box-txt {
  line-height: 36px;
  letter-spacing: 1px;
  color: #000000;
  text-align: justify;
}
.about-box-01 .about-banner {
  margin-top: -100px;
}
.about-box-01 .about-banner .box-s {
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.2);
  background-color: #fff;
  padding: 15px;
  margin: 5px;
}
.about-box-01 .about-banner .box-s.box-02 {
  padding: 10px;
}
.about-box-01 .about-banner .box-s img {
  display: block;
  width: 100%;
}
.about-box-01 .about-banner .gallery-thumbs {
  padding-bottom: 20px;
}
.about-box-02 {
  background-color: #f2f4f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-box-02 .box-img {
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
.about-box-02 .box-img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: 0;
  border: solid 1px #b6b6b6;
}
.about-box-02 .box-img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9;
}
.about-box-02 .box-txt {
  line-height: 30px;
  color: #000000;
  text-align: justify;
}
.about-box-03 {
  padding-bottom: 70px;
  padding-top: 60px;
}
.about-box-03 .row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.about-box-03 .row .box-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.about-box-03 .box-s {
  background-color: #ffffff;
  box-shadow: 22px 16px 40px rgba(4, 0, 0, 0.2);
  padding: 8px;
  margin-top: 15px;
}
.about-box-03 .box-s .box-img {
  overflow: hidden;
  margin-bottom: 12px;
}
.about-box-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.about-box-03 .box-s .box-info .box-name {
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.about-box-03 .box-s .box-info .box-name span {
  display: block;
}
.about-box-03 .box-s .box-info .box-txt {
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  height: 120px;
  overflow: hidden;
}
.about-box-04 {
  background: url("../images/img-13.png") no-repeat top center #f5f5f5;
  background-size: cover;
}
.about-box-04 .box-main img {
  display: block;
}
.about-box-05 .box-main img {
  /*display: block;*/
}
/*index*/
.index-banner {
  position: relative;
}
.index-banner .banner-next:after,
.index-banner .banner-prev:after {
  color: #fff;
  font-size: 60px;
}
.index-banner .banner-next {
  right: 5%;
}
.index-banner .banner-prev {
  left: 5%;
}
.index-banner .banner-page {
  bottom: 70px;
}
.index-banner .banner-page .swiper-pagination-bullet {
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  opacity: 1;
  transition: all 0.7s;
}
.index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px;
  background-color: #e1a966;
}
.index-banner .pc-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: block;
  width: 100%;
}
.index-banner .mobile-img {
  display: none;
}
.banner-gg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9;
}
.banner-gg .notice-info {
  background: url("../images/img-32.png") no-repeat left center;
  padding-left: 30px;
}
.banner-gg .swiper-container {
  height: 40px;
}
.banner-gg .box-s {
  line-height: 40px;
  position: relative;
  padding-right: 80px;
  color: #fff;
}
.banner-gg .box-s .date-s {
  position: absolute;
  right: 0;
  top: 0;
}
.banner-gg .box-s .title-s {
  display: block;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.index-title {
  position: relative;
  padding-top: 15px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
}
.index-title:after {
  content: '';
  width: 64px;
  height: 4px;
  background-color: #e1a966;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
}
.index-title .title-ch {
  letter-spacing: 7px;
  color: #e1a966;
}
.index-title .title-en {
  color: #dcdcdd;
}
.index-box-01 {
  background-color: #f2f4f6;
}
.index-box-01 .box-img {
  margin-bottom: 40px;
}
.index-box-01 .box-img img {
  display: block;
  margin: 0 auto;
}
.index-box-01 .box-txt {
  line-height: 33px;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 40px;
  text-align: justify;
}
.index-box-01 .box-groups .row {
  margin-left: -5px;
  margin-right: -5px;
}
.index-box-01 .box-groups .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.index-box-01 .box-groups .box-s {
  text-align: center;
}
.index-box-01 .box-groups .box-s .icon-s {
  margin-bottom: 30px;
}
.index-box-01 .box-groups .box-s .icon-s img {
  display: block;
  margin: 0 auto;
}
.index-box-01 .box-groups .box-s .title-s {
  color: #000000;
  font-weight: bold;
}
.index-box-01 .box-groups .box-s .txt-s {
  color: #969696;
}
.index-box-02 .row {
  margin-left: -1px;
  margin-right: 0;
}
.index-box-02 .row .box-w {
  padding-left: 0;
  margin-right: 0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  margin-bottom: 25px;
  margin-top: 25px;
}
.index-box-02 .box-s {
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-box-02 .box-s .icon-s {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 30px;
}
.index-box-02 .box-s .icon-s img {
  position: absolute;
  top: 0;
  left: 0;
}
.index-box-02 .box-s .icon-s img.img-h {
  display: none;
}
.index-box-02 .box-s .title-s {
  color: #000000;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.index-box-02 .box-s .a-more {
  background: url("../images/img-28.png") no-repeat;
  width: 44px;
  height: 44px;
  display: block;
  margin: 0 auto;
}
.index-box-02 .box-s:hover .icon-s img.img-d {
  display: none;
}
.index-box-02 .box-s:hover .icon-s img.img-h {
  display: block;
}
.index-box-02 .box-s:hover .title-s {
  color: #d6a061;
}
.index-box-02 .box-s:hover .a-more {
  background: url("../images/img-29.png") no-repeat;
}
.index-box-03 {
  background-color: #f2f4f6;
}
.index-box-03 .box-groups .row {
  margin-left: -5px;
  margin-right: -5px;
}
.index-box-03 .box-groups .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.index-box-03 .box-s {
  margin-bottom: 20px;
}
.index-box-03 .box-s .box-img {
  overflow: hidden;
}
.index-box-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.index-box-03 .box-s .box-info {
  padding: 30px 0 20px;
  transition: all 0.7s;
}
.index-box-03 .box-s .box-info .box-title {
  display: block;
  letter-spacing: 1px;
  color: #000000;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.index-box-03 .box-s .box-info .box-txt {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #666666;
  text-align: justify;
  margin-bottom: 10px;
  padding-right: 20px;
}
.index-box-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-03 .box-s:hover .box-info {
  padding-left: 15px;
  background-color: #d6a061;
}
.index-box-03 .box-s:hover .box-info .box-title {
  color: #fff;
}
.index-box-03 .box-s:hover .box-info .box-txt {
  color: #fff;
}
.index-box-03 .box-s:hover .box-info .public-more {
  border-color: #fff;
}
.index-box-03 .box-s:hover .box-info .public-more span {
  color: #fff;
}
.mod-17 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 8%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}
.mod-17 .box-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5%;
}
.mod-17 .box-title span {
  font-size: 26px;
  display: block;
}
.mod-17 .box-txt {
  font-size: 16px;
  line-height: 32px;
}
.mod-18 .box-s {
  border: solid 1px #d6d4d4;
  height: 270px;
  padding: 25px 20px;
  transition: all 0.7s;
}
.mod-18 .box-s:hover {
  box-shadow: 1px 13px 18px rgba(49, 49, 50, 0.16);
}
.mod-18 .box-s .box-title {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  color: #333333;
  margin-bottom: 20px;
}
.mod-18 .box-s .box-title .add-s {
  font-size: 20px;
  color: #999999;
}
.mod-18 .box-s .box-cont {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 20px;
}
.mod-18 .box-s .box-cont span {
  color: #333333;
}
.mod-18 .box-s .box-a a {
  display: block;
  width: 105px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.mod-18 .box-s .box-a a.a-1 {
  background-color: #d6a061;
}
.mod-18 .box-s .box-a a.a-2 {
  background-color: #d6a061;
}
.mod-18 .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  z-index: 99;
  width: 100%;
}
.mod-18 .owl-nav button {
  width: 37px;
  height: 58px;
  margin-top: -29px;
  position: absolute;
}
.mod-18 .owl-nav button.owl-prev {
  background: url("../images/img-58.png") no-repeat;
  left: -55px;
}
.mod-18 .owl-nav button.owl-prev:hover {
  background: url("../images/img-58.png") no-repeat;
}
.mod-18 .owl-nav button.owl-next {
  background: url("../images/img-59.png") no-repeat;
  right: -55px;
}
.mod-18 .owl-nav button.owl-next:hover {
  background: url("../images/img-59.png") no-repeat;
}
.up-mc {
  position: fixed;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.up-box {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
  height: 600px;
  top: 50%;
  margin-top: -300px;
}
.up-box .cont-main {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 50px 25px;
  position: relative;
}
.up-box .a-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.up-box .box-top {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #666666;
}
.up-box .box-top .box-title {
  line-height: 38px;
  font-size: 28px;
  color: #333333;
  margin-bottom: 15px;
}
.up-box .box-top span {
  margin-right: 30px;
}
.up-box .mCSB_dragger_bar {
  background-color: #d6a061 !important;
}
.up-box .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.up-box .content_2 {
  height: 350px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
.up-box .a-s {
  position: absolute;
  bottom: 15px;
  right: 25px;
  display: block;
  width: 105px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #1f85f3;
}
.up-box .video-box {
  padding-top: 25px;
  max-width: 1000px;
  margin: 0 auto;
}
.up-box .video-box img {
  display: block;
  width: 100%;
}
.new-warp {
  padding-top: 80px;
  padding-bottom: 30px;
}
/*社会责任详情*/
.detailCont {
  width: 780px;
  margin-right: 82px;
  margin-bottom: 50px;
}
.detailCont h1 {
  font-size: 18px;
  color: #d6a061;
  font-weight: 600;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detailCont .time {
  font-size: 14px;
  color: #747474;
}
.detailCont .line {
  width: 100%;
  height: 1px;
  background: #7b7b7b;
  margin: 25px 0 20px;
}
.detailCont .article p {
  line-height: 35px;
  margin-bottom: 25px;
}
.detailCont .article p img,
.detailCont .article img {
  width: 780px;
  margin: 10px 0;
}
.detailCont .bottom .prv,
.detailCont .bottom .next {
  width: 42%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 12px;
  color: #6c6c6c;
  background: #e6e6e6;
  padding: 0 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detailCont .bottom .prv:hover,
.detailCont .bottom .next:hover {
  background: #3462b1;
  color: #ffffff;
}
.listCont {
  width: 320px;
}
.listCont h1 {
  font-size: 14px;
  color: #717171;
  line-height: 38px;
}
.listCont .line2 {
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  margin: 10px 0;
}
.listCont .list {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.listCont .list h1 {
  font-size: 16px;
  color: #333333;
  height: 34px;
  line-height: 34px;
  margin-bottom: 5px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listCont .list p {
  font-size: 12px;
  color: #666666;
  height: 70px;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.float-box {
  position: fixed;
  right: 20px;
  bottom: 9%;
  z-index: 999;
}
.float-box a {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  background-color: #cccccc;
}
.float-box a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.float-box a img.img-h {
  display: none;
}
.float-box a:hover {
  background-color: #333333;
}
.float-box a:hover img.img-d {
  display: none;
}
.float-box a:hover img.img-h {
  display: block;
}
.float-box a.float-erwm .box-erwm {
  background-color: #d6a061;
  position: absolute;
  right: 55px;
  width: 215px;
  height: 128px;
  top: -27px;
  display: none;
}
.float-box a.float-erwm .box-erwm img {
  display: block;
}
.float-box a.float-erwm:hover {
  background: url("../images/img-66.png") no-repeat left center #333333;
}
.float-box a.float-erwm:hover .box-erwm {
  display: block;
}
.float-box a.float-tel .box-tel {
  display: none;
  background-color: #d6a061;
  position: absolute;
  width: 176px;
  line-height: 55px;
  height: 55px;
  color: #fff;
  font-size: 20px;
  right: 55px;
  top: 0;
  overflow: hidden;
  text-align: center;
}
.float-box a.float-tel:hover {
  background: url("../images/img-66.png") no-repeat left -1px center #333333;
}
.float-box a.float-tel:hover .box-tel {
  display: block;
}


.about-box-03 .team-groups .box-s {
  margin: 15px 15px 25px;
  box-shadow: 0 0 15px rgba(4, 0, 0, 0.2);
}
.about-box-03 .team-groups {
  padding-left: 20px;
  padding-right: 20px;
}
.team-next {
  right: 0;
}
.team-prev {
  left: 0;
}
.team-next:after,.team-prev:after {
  color: #e1a966;
  font-size: 30px;
}

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