/*banner*/
.ind-banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.ind-banner .swiper-slide {
  height: 100vh;
  color: #fff;
}
.ind-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 0.05rem;
}
.ind-banner .swiper-pagination-bullet {
  position: relative;
  width: 1.35rem;
  height: 0.15rem;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 0rem;
  margin-right: 0.6rem !important;
}
.ind-banner .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  content: '';
}
.ind-banner .swiper-pagination-bullet-active:before {
  width: 100%;
  transition: width 3.5s linear;
}
.ind-banner .swiper-pagination {
  text-align: left;
  left: 7% !important;
  bottom: 4rem !important;
}
.ind-banner .arrow-left,
.ind-banner .arrow-right {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 30%;
  height: 100%;
}
.bgimg {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ind-banner .arrow-left {
  /*left: 0; */
  /*cursor: url(../images/L.ico),pointer;*/
}
.ind-banner .arrow-right {
  /*right: 0;*/
  /*cursor: url(../images/R.ico),pointer;*/
}
.ind-banner .ban1 .txt1 {
  font-size: 2.4rem;
  margin: 18% 0 0 7%;
  font-weight: bold;
  color: #fff;
}
.ind-banner .ban1 .txt1:before {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  margin-bottom: 0.5rem;
  border: 0.15rem solid #fff;
  border-radius: 50%;
  content: '';
}
.ind-banner .ban1 .txt1 em {
  font-size: 3.2rem;
  display: block;
}
.ind-banner .ban1 .txt1 img {
  display: block;
  padding-bottom: 0.5rem;
}
.ind-banner .ban1 .txt2 {
  font-size: 1.5rem;
  margin: 0.5% 0 0 7%;
  padding-bottom: 0.5%;
  color: rgba(255, 255, 255, 0.904);
  line-height: 1.1rem;
}
.ind-banner .ban2 .txt1 {
  font-size: 2.4rem;
  margin: 14% 0 0 7%;
  font-weight: bold;
  color: #fff;
}
.ind-banner .ban2 .txt1 em {
  font-size: 3.2rem;
  display: block;
}
.ind-banner .ban2 .txt1 img {
  display: block;
  padding-bottom: 0.5rem;
}
.ind-banner .ban2 .txt2 {
  font-size: 0.7rem;
  margin: 0.5% 0 0 7%;
  padding-bottom: 0.5%;
  color: #3c3c3c;
  line-height: 1.1rem;
}
.ind-banner .ban3 .txt1 {
  font-size: 2.4rem;
  margin: 14% 0 0 7%;
  font-weight: bold;
  color: #fff;
}
.ind-banner .ban3 .txt1 em {
  font-size: 3.2rem;
  display: block;
}
.ind-banner .ban3 .txt1 img {
  display: block;
  padding-bottom: 0.5rem;
}
.ind-banner .ban3 .txt2 {
  font-size: 0.7rem;
  margin: 0.5% 0 0 7%;
  padding-bottom: 0.5%;
  color: #3c3c3c;
  line-height: 1.1rem;
}
.ind-banner .threeList {
  margin: 2% 0 0 7%;
  width: 21.5rem;
}
.ind-banner .ico_text {
  float: left;
}
.ind-banner .ico_text .g_img {
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 1.65rem;
  position: relative;
}
.ind-banner .ico_text .num {
  position: absolute;
  left: 0rem;
  top: 1.6rem;
  width: 5.5rem;
  text-align: center;
  color: #fff;
}
.ind-banner .ico_text .num b {
  font-size: 1.3rem;
  color: #fff;
}
.ind-banner .ico_text p {
  font-size: 0.6rem;
  color: #fff;
  position: absolute;
  left: 0rem;
  top: 3.25rem;
  width: 5.5rem;
  text-align: center;
  line-height: 1.1rem;
}
.round .img_rotate,
.g_img .img_rotate {
  -moz-animation: rotate 15s infinite linear;
  -webkit-animation: rotate 15s infinite linear;
  animation: rotate 15s infinite linear;
}
.g_img .img_rotate1 {
  -moz-animation: rotate 20s infinite linear;
  -webkit-animation: rotate 20s infinite linear;
  animation: rotate 20s infinite linear;
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*.ind-banner .ban4 b {margin: 12% 0 0 51%; } 
.ind-banner .ban4 i{margin: 1.5% 0 0 51%; } 
.ind-banner .ban4 a.more{margin: 1% 0 0 51%; }*/
/*banner结束*/
.bannerTel {
  display: none;
}
.ind-bannerTel {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.ind-bannerTel .swiper-slide {
  height: 100vh;
  color: #fff;
}
.ind-bannerTel .swiper-pagination-bullet {
  width: 1.35rem;
  height: 0.15rem;
  background: #fff;
  border-radius: 0rem;
  opacity: 0.2;
  margin-right: 0.4rem !important;
}
.ind-bannerTel .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1;
}
.ind-bannerTel .swiper-pagination {
  text-align: left;
  left: 7% !important;
  bottom: 2rem !important;
}
/*.indexFlashTel{position:relative; overflow:hidden; max-width:50.2rem;}
.indexFlashTel .slick img{ width:100%;}
.indexFlashTel .slick-dots{ position:absolute; left:0; width: 100%; text-align: center; bottom:1rem;}
.indexFlashTel .slick-dots li{display:inline-block; margin:0 0.3rem; width:1.8rem; height:0.15rem; background:#fff;}
.indexFlashTel .slick-dots .slick-active{background:#045dac;}*/
.indexTitle {
  color: #000;
  position: relative;
}
.indexTitle2 {
  color: #fff;
  right: 7%;
}
.indexTitle .txt1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  color: #2487f8;
}
.indexTitle .txt2 {
  font-size: 1rem;
  position: relative;
  height: 2.25rem;
  font-weight: bold;
}
.indexTitle .txt2 em {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  display: block;
  width: 0.95rem;
  height: 0.15rem;
  background-color: #343536;
}
.indexTitle2 .txt2 em {
  background: #fff;
}
.indexTitle .more {
  position: absolute;
  right: 0rem;
  top: 1rem;
  width: 6.7rem;
  height: 1.75rem;
  text-align: center;
  line-height: 1.75rem;
  display: block;
  background: #5a5a5a;
  font-size: 0.7rem;
  color: #fff;
  font-weight: bold;
}
.indexTitle .more:hover {
  background: #1b1b1b;
}
.indexPart1 {
  padding: 6.8rem 7% 5.25rem;
}
.indexPart1 .list {
  padding-top: 4.2rem;
  overflow: hidden;
}
.indexPart1 .list li {
  float: left;
  width: 20%;
}
.indexPart1 .list li a {
  display: block;
  width: 100%;
  height: 16rem;
  padding-bottom: 0.3rem;
  position: relative;
}
.indexPart1 .list li .bg {
  position: relative;
  height: 16rem;
  width: 100%;
}
.indexPart1 .list li .bg .txt {
  position: absolute;
  left: 0;
  top: 53%;
  padding-top: 0.4rem;
  padding-right: 15%;
  padding-left: 15%;
  transition: all 0.36s ease;
  transform: translateY(2rem);
  opacity: 0;
}
.indexPart1 .list li .bg .txt p {
  font-size: 0.75rem;
  color: #fff;
}
.indexPart1 .list li:hover .txt {
  transform: translateY(0);
  opacity: 1;
}
.indexPart1 .list li:hover .name2 {
  transform: translateY(-0.5rem);
  opacity: 0;
}
.indexPart1 .list li .ico {
  padding-top: 2.9rem;
  padding-left: 15%;
}
.indexPart1 .list li .ico .img1 {
  display: none;
}
.indexPart1 .list li .ico .iconfont {
  display: inline-block;
  font-size: 2rem;
  color: #2b2b2b;
  color: #2487f8;
  transition: transform 0.3s;
}
.indexPart1 .list li .name1 {
  padding-top: 1.9rem;
  padding-left: 15%;
  font-size: 1rem;
  color: #000;
  font-weight: bold;
}
.indexPart1 .list li .name2 {
  color: #797979;
  padding-top: 0.4rem;
  padding-left: 15%;
  padding-right: 5%;
  position: relative;
  height: 2.6rem;
  font-size: 0.7rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.indexPart1 .list li .name2 em {
  position: absolute;
  bottom: 0rem;
  left: 16%;
  display: block;
  width: 1.05rem;
  height: 0.05rem;
  background: #000;
}
.indexPart1 .list li .bottom {
  display: none;
  margin-left: 4%;
  width: 92%;
  height: 0.3rem;
  background: #2487f8;
}
.indexPart1 .list li:hover .bg {
  background-image: linear-gradient(to bottom, #217dd3 40%, #3e8feb 100%);
}
.indexPart1 .list li:hover img {
  display: none;
}
.indexPart1 .list li:hover .img1 {
  display: inline-block;
}
.indexPart1 .list li:hover .name1 {
  color: #fff;
}
.indexPart1 .list li:hover .ico .iconfont {
  color: #fff;
  transform: scale(1.3);
}
.indexPart1 .list li:hover .name2 em {
  background: #fff;
}
.indexPart1 .list li:hover .bottom {
  display: block;
}
.indexPart2 {
  position: relative;
}
.indexPart2::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f7f7f7 url(../images/banner.jpg) no-repeat center;
  opacity: 0.3;
  background-size: cover;
}
.indexPart2 .indexTitle .case-switch {
  position: absolute;
  display: flex;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.indexPart2 .indexTitle .case-switch li {
  margin-right: 1rem;
  padding: 0.4rem 1.5rem;
  font-size: 0.8rem;
  line-height: 1;
  transition: all 0.35s ease;
}
.indexPart2 .indexTitle .case-switch li:hover {
  color: #fff;
}
.indexPart2 .indexTitle .case-switch .ac {
  border-color: #333;
  background-color: #2487f8;
  color: #fff;
}
.indexPart2 .content {
  padding: 4rem 7%;
}
.indexPart2 .swiper-container {
  width: 100;
}
.indexPart2 .case-box {
  margin-top: 2rem;
  width: 100%;
  overflow: hidden;
}
.indexPart2 .case-box .case-section {
  width: 100%;
  position: relative;
  justify-content: flex-start;
}
.indexPart2 .case-box .s-big {
  padding: 1rem 0 0rem;
  margin: 0;
  width: 65rem;
}
.indexPart2 .case-box .s-big img {
  max-height: 31.5rem;
}
.indexPart2 .case-box .s-small {
  padding: 1rem 0 1rem;
  position: absolute;
  width: 65rem;
  height: 100%;
  left: 80%;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
}
.indexPart2 .case-box .swiper-slide {
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(0.9);
}
.indexPart2 .case-box .swiper-slide img {
  width: 100%;
  height: 100%;
}
.indexPart2 .case-box .swiper-slide-active {
  transform: scale(1);
}
.indexPart2 .case-box .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.75);
}
.indexPart2 .case-box .swiper-pagination-bullet-active {
  width: 1rem;
  border-radius: 0.2rem;
}
.indexPart2 .case-box .swiper-button-next,
.indexPart2 .case-box .swiper-button-prev {
  width: 1.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.75);
  transition: all 0.4s;
  box-sizing: content-box;
  background-size: 30%;
}
.indexPart2 .case-box .swiper-button-next {
  right: 3.5%;
}
.indexPart2 .case-box .swiper-button-prev {
  left: 3.5%;
}
.indexPart2 .case-box .case-item {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.indexPart2 .case-box .case-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 0;
  transition: all 0.6s ease;
}
.indexPart2 .case-box .case-item .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 11;
}
.indexPart2 .case-box .case-item .txt h4 {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  transform: translateY(-2rem);
  opacity: 0;
}
.indexPart2 .case-box .case-item .txt h4::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 1.9rem;
  height: 0.15rem;
  background-color: #2487f8;
}
.indexPart2 .case-box .case-item .txt p {
  font-size: 0.8rem;
  line-height: 1.75rem;
  color: #fff;
  text-align: center;
  transition: all 0.4s ease;
  transform: translateY(2.5rem);
  opacity: 0;
}
.indexPart2 .case-box .case-item .txt a {
  margin-top: 1rem;
  transform: translateY(3rem);
  padding: 0.4rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  font-size: 14px;
  color: #000;
}
.indexPart2 .case-box .case-item .txt a:hover {
  color: #217dd3;
}
.indexPart2 .case-box .case-item img {
  height: 100%;
}
.indexPart2 .case-box .case-item:hover::before {
  opacity: 1;
}
.indexPart2 .case-box .case-item:hover h4,
.indexPart2 .case-box .case-item:hover p,
.indexPart2 .case-box .case-item:hover a {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1500px) {
  .s-small {
    display: none;
  }
}
.indexPart2 .js-case-tabContentDiv {
  position: relative;
  padding-bottom: 49.2%;
  overflow: hidden;
}
.indexPart2 .js-case-tabContentDiv .tabContent {
  display: block !important;
}
.indexPart2 .bigImg {
  overflow: hidden;
}
.indexPart2 .bigImg img {
  display: block;
  width: 100%;
  /*max-height:32.05rem;*/
}
.indexPart2 .a-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s;
}
.indexPart2 .a-box.active {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.indexPart2 .a-box.sign {
  z-index: 1;
}
.indexPart2 .tab {
  position: absolute;
  bottom: 3rem;
  left: 0%;
  width: 100%;
  z-index: 2;
}
.indexPart2 .tab .lbox {
  padding: 0 7%;
}
.indexPart2 .tab ul {
  margin-right: -2.4rem;
}
.indexPart2 .tab li {
  float: left;
  width: 33.33%;
  position: relative;
}
.indexPart2 .tab li .box {
  margin-right: 2.4rem;
  height: 8rem;
}
.indexPart2 .tab li .bg {
  position: relative;
  height: 7.5rem;
  background: #d7d7d7;
  padding: 0 1.5rem 0 11rem;
}
.indexPart2 .tab li .bottom {
  display: none;
  margin-left: 4%;
  width: 92%;
  height: 0.5rem;
  /*background: #373737;*/
}
.indexPart2 .tab li .imgDiv {
  position: absolute;
  left: 2rem;
  top: 1.5rem;
  width: 7.5rem;
}
.indexPart2 .tab li .name {
  font-weight: bold;
  padding-top: 1.5rem;
  font-size: 0.85rem;
  color: #000;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
}
.indexPart2 .tab li .msg {
  color: #888;
  height: 2.4rem;
  line-height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexPart2 .tab li .ico {
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  right: 1.5rem;
  top: 50%;
  margin-top: 0.05rem;
}
.indexPart2 .tab li .ico:before {
  position: absolute;
  top: 0;
  left: 0.2rem;
  height: 100%;
  border-left: 0.15rem solid #454545;
  content: '';
}
.indexPart2 .tab li .ico:after {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  border-top: 0.15rem solid #454545;
  content: '';
}
.indexPart2 .tab .liNow {
  position: relative;
  margin-top: -0.75rem;
}
.indexPart2 .tab .liNow .bg {
  background: #fff;
}
.indexPart2 .tab .liNow .bottom {
  display: block;
}
.indexPart2Tel {
  display: none;
}
.indexPart2Tel li a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexPart2Tel li .imgDiv img {
  width: 100%;
}
.indexPart2Tel li .botDiv {
  padding: 0.75rem 0.5rem 1rem;
  position: relative;
}
.indexPart2Tel li .name {
  font-size: 0.8rem;
  color: #191919;
  height: 1.6rem;
  line-height: 1.6rem;
  overflow: hidden;
}
.indexPart2Tel li .msg {
  font-size: 0.7rem;
  height: 2.4rem;
  line-height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #a4a4a4;
}
.indexPart2Tel li .ico {
  position: absolute;
  right: 0.5rem;
  top: 2.5rem;
  width: 0.55rem;
  height: 0.55rem;
}
.indexPart2Tel li .ico:before {
  position: absolute;
  top: 0;
  left: 0.2rem;
  height: 100%;
  border-left: 0.15rem solid #454545;
  content: '';
}
.indexPart2Tel li .ico:after {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  border-top: 0.15rem solid #454545;
  content: '';
}
.indexPart3 {
  padding: 6rem 7% 6.5rem;
  position: relative;
}
.indexPart3::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/1401566116.jpg);
  opacity: 0.3;
}
.indexPart3 .tabContentDiv {
  position: relative;
}
.indexPart3 .bigBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
  display: block !important;
  pointer-events: none;
}
.indexPart3 .bigBox.active {
  position: relative;
  pointer-events: auto;
}
.indexPart3 .leftDiv {
  width: 62%;
  transform: translateX(-5rem);
  opacity: 0;
  transition: all 1s;
}
.indexPart3 .rightDiv {
  width: 31%;
  transform: translateX(5rem);
  opacity: 0;
  transition: all 1s;
}
.indexPart3 .bigBox.active .leftDiv,
.indexPart3 .bigBox.active .rightDiv {
  transform: translateX(0);
  opacity: 1;
}
.indexPart3 .leftDiv .detail {
  padding-left: 58%;
  height: 19.35rem;
  position: relative;
}
.indexPart3 .leftDiv .detail .imgDiv {
  width: 50%;
  position: absolute;
  left: 0rem;
  top: 0rem;
  overflow: hidden;
}
.indexPart3 .leftDiv .detail .imgDiv img {
  width: 100%;
}
.indexPart3 .leftDiv .detail .hideBox {
  position: absolute;
  display: block !important;
  left: 0rem;
  top: 0rem;
  opacity: 0;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.36s;
  height: 100%;
}
.indexPart3 .imgDiv .img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 71.66%;
  background-size: cover;
  transition: transform 0.36s;
  background-repeat: no-repeat;
  background-position: center;
}
.indexPart3 .detail:hover .img,
.indexPart3 li:hover .img {
  transform: scale(1.05);
}
.indexPart3 li:hover .hideBox,
.indexPart3 .detail:hover .hideBox {
  opacity: 1;
}
.indexPart3 .leftDiv .detail .more {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.15rem;
  width: 12.4rem;
  height: 2.3rem;
  margin-left: -6.2rem;
}
.indexPart3 .leftDiv .detail .more span {
  display: block;
  width: 12.4rem;
  height: 2.3rem;
  line-height: 2.3rem;
  text-align: center;
  background: url(../images/nimg248bg.png) no-repeat;
  font-size: 0.7rem;
  color: #fff;
  font-weight: bold;
}
.indexPart3 .leftDiv .detail .name {
  padding-top: 1.75rem;
  height: 4rem;
  line-height: 2rem;
  overflow: hidden;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.indexPart3 .leftDiv .detail .name a {
  color: #000;
}
.indexPart3 .leftDiv .detail .name a:hover {
  text-decoration: underline;
}
.indexPart3 .leftDiv .detail .content {
  line-height: 1.4rem;
  color: #888;
  height: 7rem;
  font-size: 0.8rem;
  overflow: hidden;
  position: relative;
}
.indexPart3 .leftDiv .detail .content em {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 1.5rem;
  height: 0.15rem;
  background: #2487f8;
}
.indexPart3 .rightDiv li {
  height: 7.4rem;
  border-bottom: #f2f2f2 solid 0.05rem;
  position: relative;
  padding-left: 7.9rem;
}
.indexPart3 .rightDiv li .imgDiv {
  position: absolute;
  left: 0rem;
  top: 1.35rem;
  width: 6.5rem;
  overflow: hidden;
}
.indexPart3 .rightDiv li .name {
  font-size: 0.75rem;
  padding-top: 1.5rem;
  height: 2rem;
  line-height: 1rem;
  overflow: hidden;
  width: 11.5rem;
}
.indexPart3 .rightDiv li .name a {
  color: #000;
}
.indexPart3 .rightDiv li .name a:hover {
  text-decoration: underline;
}
.indexPart3 .rightDiv li .time {
  padding-top: 0.9rem;
  color: #888;
  font-size: 0.7rem;
}
.indexPart3 .rightDiv .li01 {
  height: 5.9rem;
}
.indexPart3 .rightDiv .li01 .imgDiv {
  top: 0rem;
  width: 6.5rem;
}
.indexPart3 .rightDiv .li01 .name {
  padding-top: 0rem;
}
.indexPart3 .rightDiv .li02 {
  border-bottom: none;
}
.indexPart3 .rightDiv li .hideBox {
  display: block !important;
  position: absolute;
  left: 0rem;
  top: 0rem;
  opacity: 0;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.36s;
}
.indexPart3 .rightDiv li .more {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.7rem;
  width: 5.4rem;
  height: 3.4rem;
  margin-left: -2.7rem;
}
.indexPart3 .rightDiv li .more a {
  display: block;
  width: 5.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
  background: url(../images/nimg108bg.png) no-repeat;
  font-size: 0.7rem;
  color: #fff;
  font-weight: bold;
}
.indexTitle .tab {
  position: absolute;
  right: 0rem;
  top: 1rem;
}
.indexTitle .tab li {
  float: left;
  padding-left: 1.1rem;
  color: #797979;
  height: 1.5rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  overflow: hidden;
  margin-right: 1.5rem;
}
.indexTitle .tab .liNow {
  background: url(../images/line1.jpg) left center no-repeat;
  color: #2f343c;
}
.indexPart4 {
  padding-top: 4rem;
  padding-left: 7%;
  padding-bottom: 5rem;
}
.indexPart4 .part1 {
  padding-top: 4.5rem;
}
.indexPart4 .part1 .imgDiv {
  height: 30rem;
}
.indexPart4 .part1 .imgDiv img {
  height: 100%;
  object-fit: cover;
}
.indexPart4 .part1 .bigBox {
  position: relative;
  padding-right: 7%;
}
.indexPart4 .part1 .bigBox .imgDivTel {
  display: none;
}
.indexPart4 .part1 .bigBox img {
  width: 100%;
}
.indexPart4 .part1 .bigBox .matter {
  position: absolute;
  left: 7rem;
  right: 0;
  top: 50%;
  margin-top: -8rem;
  height: 11rem;
}
.indexPart4 .part1 .bigBox .txt1 {
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
}
.indexPart4 .part1 .bigBox .txt1 em {
  display: block;
  font-size: 2.3rem;
}
.indexPart4 .part1 .bigBox .info {
  max-width: 45rem;
  margin: 1.5rem 0 2rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
  overflow: hidden;
}
.indexPart4 .part1 .bigBox .btnDiv {
  padding-top: 0.5rem;
  font-weight: bold;
}
.indexPart4 .part1 .bigBox .btnDiv a {
  display: block;
  width: 6.7rem;
  height: 1.75rem;
  background: #fff;
  font-size: 0.7rem;
  line-height: 1.75rem;
  text-align: center;
  color: #3d3d3d;
}
.indexPart4 .part1 .bigBox .btnDiv a:hover {
  color: #000;
}
.indexPart4 .part1 .bigBox .txt2 {
  padding-top: 1rem;
  color: #868686;
}
.indexPart4 .part2 {
  margin-top: -2rem;
}
.indexNum {
  padding-top: 3.75rem;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-right: 7%;
}
.indexNum li {
  float: left;
  width: 20%;
  text-align: center;
}
.indexNum li .txt1 {
  color: #797979;
  font-size: 0.75rem;
}
.indexNum li .bigNum {
  color: #454545;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 5rem;
  overflow: hidden;
}
.indexNum li .bigNum .LineNum {
  font-family: din;
  color: #2487f8;
}
.indexNum li .bigNum .add {
  font-size: 1.5rem;
  position: relative;
  top: -0.5rem;
  padding-left: 0.25rem;
  color: #2487f8;
}
.indexNum li .bigNum p {
  display: inline-block;
}
.indexNum li .txt2 {
  color: #797979;
}
.indexPart5 {
  padding: 3rem 7% 7rem;
  background-size: contain;
}
.indexPart5 .box1 {
  overflow: hidden;
}
.indexPart5 .box1 .leftDiv {
  width: 36%;
}
.indexPart5 .box1 .contentBox {
  padding: 2rem 0 0 2.5rem;
}
.indexPart5 .box1 .rightDiv {
  width: 64%;
  overflow: hidden;
}
.indexPart5 .box1 .rightDiv img {
  width: 100%;
}
.indexPart5 .box1 .rightDivTel {
  display: none;
}
.indexPart5 .box1 .rightDivTel img {
  width: 100%;
}
.indexPart5 .box1 .botBox {
  padding-top: 35%;
}
.indexPart5 .box1 .ltxt1 {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.9rem;
  font-weight: bold;
}
.indexPart5 .box1 .ltxt2 {
  padding-top: 1.25rem;
  color: #bfbfbf;
  font-weight: bold;
  font-size: 0.7rem;
}
.indexPart5 .box1 .btnDiv {
  padding-top: 2rem;
  font-weight: bold;
}
.indexPart5 .box1 .btnDiv a {
  display: block;
  width: 6.7rem;
  height: 1.75rem;
  background: #2487f8;
  font-size: 0.7rem;
  line-height: 1.75rem;
  text-align: center;
  color: #fff;
}
.indexPart5 .box1 .btnDiv a:hover {
  background: #1b1b1b;
}
.indexPart5 .rightDiv .swiper-container .p-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexPart5 .rightDiv .swiper-container .p-item .img {
  border: 0.05rem solid;
  border: 0.05rem solid #dedede;
  transition: all 0.36s ease;
}
.indexPart5 .rightDiv .swiper-container .p-item .img img {
  transition: transform 0.8s ease-out;
}
.indexPart5 .rightDiv .swiper-container .p-item p {
  margin-top: 0.3rem;
  font-size: 0.7rem;
}
.indexPart5 .rightDiv .swiper-container .p-item:hover img {
  filter: none;
}
.indexPart5 .box2 {
  overflow: hidden;
}
.indexPart5 .box2 .leftDiv {
  width: 36%;
  overflow: hidden;
}
.indexPart5 .box2 .leftDiv img {
  width: 100%;
}
.indexPart5 .box2 .contentBox {
  padding: 5.5rem 0 0 6rem;
}
.indexPart5 .box2 .rightDiv {
  width: 64%;
}
.indexPart5 .box2 .botBox {
  padding-top: 25%;
}
.indexPart5 .box2 .ltxt1 {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.9rem;
  font-weight: bold;
}
.indexPart5 .box2 .ltxt2 {
  padding-top: 1.25rem;
  color: #bfbfbf;
  font-weight: bold;
  font-size: 0.7rem;
}
.indexPart5 .box2 .btnDiv {
  padding-top: 2rem;
  font-weight: bold;
}
.indexPart5 .box2 .btnDiv a {
  display: block;
  width: 6.7rem;
  height: 1.75rem;
  background: #2487f8;
  font-size: 0.7rem;
  line-height: 1.75rem;
  text-align: center;
  color: #fff;
}
.indexPart5 .box2 .btnDiv a:hover {
  background: #1b1b1b;
}
.about {
  /*position: relative; padding: 4.5rem 0 7rem;*/
}
.about .content {
  /*width: 30.5rem; position: relative; z-index: 2; font-size: 0.7rem; line-height: 1.5rem; color: #585858;*/
}
.about .year {
  /*position: absolute; top: 4.9rem; left: -6.3rem;*/
}
.about .imgDiv {
  /*overflow: hidden; */
}
.history {
  padding: 3rem 0 0 0;
}
.history .list {
  background: url(../images/line3.png) 0.4rem top repeat-y;
}
.history .list li {
  margin-bottom: 1.5rem;
  background: url(../images/nimg16_2.png) left center no-repeat;
  padding-left: 3rem;
}
.history .list li .contentBox {
  min-height: 5.5rem;
  background: #f3f3f3;
  transition: background 0.6s;
  padding: 0 2.5rem 1.5rem 11.4rem;
  position: relative;
}
.history .list li .contentBox:hover {
  background: #000;
}
.history .list li .year {
  position: absolute;
  left: 3.2rem;
  top: 1.9rem;
}
.history .list li .year b {
  font-size: 1.7rem;
  color: #000;
  font-weight: bold;
  display: block;
}
.history .list li .year em {
  color: #9b9b9b;
  text-transform: uppercase;
  position: relative;
  left: 1.1rem;
}
.history .list li .msgList {
  padding-top: 1.25rem;
}
.history .list li .msgList dd {
  position: relative;
  color: #535353;
  height: 1.4rem;
  line-height: 1.4rem;
  padding-left: 1rem;
  background: url(../images/ico2.jpg) left center no-repeat;
}
.history .list li .msgList dd:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: #000;
  margin-top: -0.1rem;
  content: '';
  transition: background 0.6s;
}
.history .list li .year b,
.history .list li .year em,
.history .list li .msgList,
.history .list li .msgList dd {
  transition: color 0.6s;
}
.history .list li .contentBox:hover .year b,
.history .list li .contentBox:hover .year em,
.history .list li .contentBox:hover .msgList,
.history .list li .contentBox:hover .msgList dd {
  color: #fff;
}
.history .list li .contentBox:hover .msgList dd:before {
  background: #fff;
}
.honorTab {
  position: absolute;
  left: 50%;
  margin-left: -30rem;
  top: 1rem;
}
.honorTab li {
  float: left;
  height: 2.6rem;
  width: 8.15rem;
}
.honorTab li a {
  display: inline-block;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 0.7rem;
}
.honorTab li a:hover,
.honorTab li .aNow {
  font-size: 1rem;
  color: #000;
  border-bottom: #000 solid 0.05rem;
}
.vision {
  padding-top: 3rem;
}
.vision .list {
  padding-bottom: 2rem;
  overflow: hidden;
}
.vision .list ul {
  margin-right: -1.1rem;
}
.vision .list li {
  float: left;
  width: 25%;
  margin-bottom: 1.1rem;
}
.vision .list li .box {
  position: relative;
  margin-right: 1.1rem;
  border: #000 solid 0.1rem;
  text-align: center;
}
.vision .list li .box:before {
  display: block;
  padding-bottom: 100%;
  content: '';
}
.vision .list li .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.vision .list li .imgDiv {
  position: relative;
  width: 99.5%;
  margin: auto;
  height: calc(100% - 1.8rem);
  overflow: hidden;
}
.vision .list li .imgDiv .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  transition: transform 0.36s;
  background-repeat: no-repeat;
  background-position: center;
}
.vision .list li .box a:hover .imgDiv .img {
  transform: scale(1.05);
}
.vision .list li .name {
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.7rem;
  color: #000;
  overflow: hidden;
}
.visionLayer {
  width: 38rem;
  height: 25.3rem;
  background: #fff;
  position: absolute;
  z-index: 111;
  display: none;
}
.visionLayer .close {
  display: block;
  width: 1.3rem;
  height: 1.25rem;
  background: url(../images/close.png) no-repeat;
  right: 1rem;
  top: 1rem;
  position: absolute;
  z-index: 222;
}
.visionLayer .imgDiv {
  padding-top: 3rem;
  text-align: center;
}
.visionLayer .imgDiv img {
  width: 28rem;
}
.honours {
  overflow: hidden;
  padding-top: 3rem;
}
.honours .imgDiv {
  position: relative;
  overflow: hidden;
  width: 20rem;
}
.honours .imgDiv:before {
  display: block;
  padding-bottom: 135.75%;
  content: '';
}
.honours .imgDiv .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.honours .imgDiv .arrow-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  line-height: 2.5rem;
  font-size: 1.1rem;
  cursor: pointer;
}
.honours .imgDiv .arrow-left:before {
  font-family: 'iconfont';
  content: '\e804';
}
.honours .imgDiv .arrow-right {
  right: 0;
}
.honours .imgDiv .arrow-right:before {
  font-family: 'iconfont';
  content: '\e803';
}
.honours .rightDiv {
  width: 34.5rem;
}
.honor {
  padding-top: 3rem;
}
.honor .list li {
  margin-bottom: 1.5rem;
  min-height: 4rem;
  padding-bottom: 1rem;
  background: #f6f6f6;
  transition: background 0.6s;
  position: relative;
  padding-left: 2.15rem;
  padding-right: 2.15rem;
  overflow: hidden;
}
.honor .list li .name {
  position: relative;
  padding-left: 2.4rem;
  font-size: 0.75rem;
  color: #000;
  height: 4.3rem;
  line-height: 4.3rem;
  transition: color 0.6s;
}
.honor .list li .name:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'iconfont';
  content: '\e61b';
  color: #6b6b6b;
  font-size: 0.9rem;
  transition: color 0.6s;
}
.honor .list li .rightDiv {
  float: right;
  width: 20rem;
  padding-top: 1.4rem;
  background: url(../images/line4.jpg) left 1.4rem no-repeat;
}
.honor .list li .rightDiv dd {
  padding-left: 2.5rem;
  line-height: 1.1rem;
  color: #6d6d6d;
  width: 14.6rem;
}
.honor .list li .rightDiv dd em {
  color: #000;
}
.honor .list li .info {
  margin-left: 0.15rem;
  border-left: 0.05rem solid transparent;
  font-size: 0.6rem;
  color: #6d6d6d;
  line-height: 1.2rem;
  transition: all 0.6s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.honor .list li:hover {
  background: #000;
}
.honor .list li:hover .name,
.honor .list li:hover .name:before,
.honor .list li:hover .info {
  color: #fff;
}
.honor .list li:hover .info {
  padding-left: 1rem;
  border-color: #fff;
}
.distribution {
  overflow: hidden;
}
.distribution .pageTitle {
  padding-top: 4rem;
}
.distribution .pageTitle .txt2 em {
  display: none;
}
.distribution .leftDiv {
  width: 27.1rem;
}
.distribution .content {
  font-size: 0.7rem;
  line-height: 1.5rem;
  color: #7c7d7f;
  padding-top: 2.5rem;
}
.power .topDiv {
  overflow: hidden;
}
.power .pageTitle {
  width: 16.25rem;
}
.power .pageTitle .txt2 em {
  display: none;
}
.power .content {
  width: 39.7rem;
  font-size: 0.7rem;
  line-height: 1.5rem;
  color: #7c7d7f;
}
.power .list {
  padding-top: 4.9rem;
  overflow: hidden;
}
.power .list ul {
  margin-right: -1.6rem;
}
.power .list li {
  float: left;
}
.power .list li .box {
  border: #000 solid 0.05rem;
  margin-right: 1.6rem;
  overflow: hidden;
}
.case-banner {
  width: 100%;
  height: calc(100vh + 3rem);
  overflow: hidden;
  position: relative;
}
.case-banner .arrow-left,
.case-banner .arrow-right {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 30%;
  height: 100%;
}
.case-banner .arrow-left {
  left: 0;
  cursor: url(../images/L.ico), pointer;
}
.case-banner .arrow-right {
  right: 0;
  cursor: url(../images/R.ico), pointer;
}
.case-banner .swiper-slide {
  height: calc(100vh + 3rem);
  color: #fff;
}
.case-banner .swiper-pagination-bullet {
  position: relative;
  width: 1.35rem;
  height: 0.15rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0rem;
  opacity: 1;
  margin-right: 0.6rem !important;
}
.case-banner .swiper-pagination-bullet:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  content: '';
}
.case-banner .swiper-pagination-bullet-active:before {
  width: 100%;
  transition: width 10s linear;
}
.case-banner .swiper-pagination {
  width: auto !important;
  left: auto !important;
  margin-right: -30rem;
  right: 50% !important;
  bottom: 6.5rem !important;
}
.case-banner .nameDiv {
  position: absolute;
  left: 50%;
  margin-left: -30rem;
  bottom: 4.5rem;
  z-index: 22;
}
.case-banner .nameDiv .name1 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.case-banner .nameDiv .name2 {
  font-size: 0.65rem;
  font-weight: bold;
  color: #616161;
  padding-top: 0.5rem;
}
.case-banner .bg {
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -30rem;
  height: 2.8rem;
  width: 60rem;
  bottom: 0rem;
  z-index: 7;
}
.caseShowBox {
  /*background: url(../images/bg4.jpg) center top repeat-y;*/
  position: relative;
  padding: 2rem 0 6.5rem;
}
.caseShow {
  padding: 0 4.5rem 8rem;
  overflow: hidden;
}
.caseShow .nameDivTel {
  display: none;
  padding-bottom: 1rem;
}
.caseShow .nameDivTel .name1 {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}
.caseShow .nameDivTel .name2 {
  font-size: 0.65rem;
  font-weight: bold;
  color: #616161;
  padding-top: 0.5rem;
}
.caseShow .name {
  font-size: 0.8rem;
  color: #000;
  padding-bottom: 1.75rem;
  font-weight: bold;
}
.caseShow .content {
  font-size: 0.7rem;
  line-height: 1.5rem;
  color: #7c7d7f;
}
.caseShow .numList {
  width: 7rem;
}
.caseShow .numList li {
  width: 7rem;
  text-align: center;
  padding-bottom: 3rem;
}
.caseShow .numList li .txt1 {
  font-size: 0.75rem;
  color: #5a5a5a;
}
.caseShow .numList li .bigNum {
  font-family: din;
  font-size: 3rem;
  color: #313131;
}
.caseShow .numList li .txt2 {
  color: #adadad;
}
.pageDown {
  text-align: center;
  padding-bottom: 2rem;
  overflow: hidden;
}
.pageDown li {
  display: inline-block;
  margin: 0 2.25rem;
}
.pageDown li a {
  text-align: center;
  line-height: 2.9rem;
  color: #353535;
  font-weight: bold;
  display: block;
  width: 12.8rem;
  height: 2.9rem;
  background: #f7f7f7;
  border-bottom: #eaeaea solid 0.1rem;
}
.pageDown li a:hover {
  border-bottom: #353535 solid 0.1rem;
}
.pageDown2 li a {
  background: #fff;
}
.caseBanBox {
  display: none;
}
.caseFlashTel {
  position: relative;
  overflow: hidden;
  max-width: 50.2rem;
}
.caseFlashTel .slick img {
  width: 100%;
}
.caseFlashTel .slick-dots {
  text-align: center;
  width: 100%;
  bottom: 1rem;
  left: 0rem;
  position: absolute;
}
.caseFlashTel .slick-dots li {
  display: inline-block;
  margin: 0 0.25rem;
  width: 1.35rem;
  height: 0.15rem;
  background: #fff;
  opacity: 0.2;
}
.caseFlashTel .slick-dots .slick-active {
  background: #fff;
  opacity: 1;
}
.layout {
  padding-top: 2.8rem;
}
.layout .list {
  overflow: hidden;
}
.layout .list ul {
  margin-right: -2rem;
}
.layout .list li {
  float: left;
  width: 50%;
  margin-bottom: 2rem;
}
.layout .list li .box {
  margin-right: 2rem;
  position: relative;
}
.layout .list .li01 {
  width: 100%;
}
.layout .list .li01 .imgDivTel {
  display: none;
}
.layout .list .li01 .imgDivTel img {
  width: 100%;
}
.layout .list li .imgDiv img {
  width: 100%;
}
.layout .list li .name {
  position: absolute;
  left: 5rem;
  top: 4.7rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.layout .list li .txt {
  font-size: 0.65rem;
  color: #5e5e5f;
  font-weight: bold;
  position: absolute;
  left: 5rem;
  top: 7.1rem;
  padding-bottom: 1.5rem;
}
.layout .list li .txt em {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  display: block;
  width: 1.2rem;
  height: 0.2rem;
  background: #fff;
}
.layout .list .li01 .name {
  top: 4.3rem;
  font-size: 2rem;
}
.layoutShow {
  overflow: hidden;
}
.layoutShow .leftDiv {
  width: 18.75rem;
}
.layoutShow .pageTitle .txt2 em {
  display: none;
}
.layoutShow .leftDiv .btnDiv {
  padding-top: 2.25rem;
}
.layoutShow .leftDiv .btnDiv a {
  color: #000;
  display: block;
  width: 6.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border: #000 solid 0.1rem;
}
.layoutShow .rightDiv {
  width: 17.5rem;
}
.layoutShow .content {
  font-size: 0.7rem;
  line-height: 1.5rem;
  color: #7c7d7f;
}
.layoutShow .year {
  padding: 1.75rem 0 0.25rem;
  text-align: right;
  font-size: 0.8rem;
  font-style: italic;
  color: #383838;
  font-weight: bold;
}
.layoutShow .founder {
  text-align: right;
  position: relative;
  height: 1.4rem;
  font-size: 0.7rem;
  color: #7d7d7d;
  font-style: italic;
}
.layoutShow .founder em {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  display: block;
  width: 1.9rem;
  height: 0.05rem;
  background: #4d4d4d;
}
.news .detail {
  padding-left: 32rem;
  position: relative;
  height: 19.35rem;
  padding-bottom: 4rem;
  border-bottom: #ccc solid 0.05rem;
}
.news .detail .imgDiv {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 27rem;
}
.news .detail .name {
  padding-top: 1.5rem;
  height: 4.4rem;
  line-height: 2.2rem;
  overflow: hidden;
  font-size: 1.1rem;
}
.news .detail .name a {
  color: #000;
}
.news .detail .content {
  padding-top: 2rem;
  line-height: 1.3rem;
  height: 3.9rem;
  overflow: hidden;
  color: #888;
}
.news .detail .time {
  padding-top: 3.5rem;
  color: #bfbfbf;
}
.news .list {
  padding-top: 4.9rem;
  overflow: hidden;
}
.news .list ul {
  margin-right: -3.6rem;
}
.news .list li {
  float: left;
  width: 33.33%;
  margin-bottom: 6rem;
}
.news .list li .box {
  margin-right: 3.6rem;
}
.news .list li .imgDiv {
  position: relative;
}
.news .list li .imgDiv img {
  width: 100%;
}
.news .list li .name {
  padding-top: 2rem;
  height: 1.9rem;
  line-height: 1.9rem;
  font-size: 0.8rem;
  font-weight: bold;
  overflow: hidden;
}
.news .list li .name a {
  color: #353535;
}
.news .detail .name a:hover,
.news .list li .name a:hover {
  text-decoration: underline;
}
.news .list li .content {
  padding-top: 1rem;
  line-height: 1.4rem;
  height: 2.8rem;
  overflow: hidden;
  color: #949494;
}
.news .list li .botDiv {
  padding-top: 1.25rem;
  position: relative;
}
.news .list li .time {
  color: #bfbfbf;
}
.news .list li .add {
  position: absolute;
  right: 0rem;
  top: 1.25rem;
  width: 0.55rem;
  height: 0.55rem;
  transition: transform 0s;
}
.news .list li .add .add-icon {
  display: inline-block;
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
}
.news .list li .add .add-icon:before {
  position: absolute;
  top: 0;
  left: 0.2rem;
  height: 100%;
  border-left: 0.15rem solid #454545;
  content: '';
}
.news .list li .add .add-icon:after {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  border-top: 0.15rem solid #454545;
  content: '';
}
.news .list li .hideBox {
  position: absolute;
  left: 0rem;
  top: 0rem;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.36s;
}
.news .list li .more {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.2rem;
  width: 11.15rem;
  height: 2.4rem;
  margin-left: -5.55rem;
}
.news .list li .more a {
  display: block;
  width: 11.15rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  background: url(../images/nimg223bg.png) no-repeat;
  font-size: 0.7rem;
  color: #fff;
  font-weight: bold;
}
.news .imgDiv {
  overflow: hidden;
}
.news .imgDiv:before {
  display: block;
  padding-bottom: 71.6%;
  content: '';
}
.news .imgDiv .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: transform 0.36s;
  background-repeat: no-repeat;
  background-position: center;
}
.news .detail:hover .imgDiv .img,
.news .list li .box:hover .imgDiv .img {
  transform: scale(1.05);
}
.news .list li .box:hover .hideBox {
  opacity: 1;
}
.news .list li .box:hover .add {
  transform: rotate(360deg);
  transition: transform 0.36s;
}
.newsBox {
  background: #f6f6f6;
  padding: 4rem 0;
}
.newShow {
  padding: 0 6.25rem 4rem;
}
.newShow .name {
  text-align: center;
  font-size: 1rem;
  color: #353535;
  font-weight: bold;
  padding-bottom: 0.75rem;
}
.newShow .time {
  text-align: center;
  color: #b9b9b9;
  padding-bottom: 2rem;
  border-bottom: #efefef solid 0.05rem;
}
.newShow .content {
  font-size: 0.7rem;
  line-height: 1.8rem;
  color: #727272;
  padding: 2rem 0;
}
.newShow .content img {
  width: 100%;
}
.newShow .imgDiv {
  padding: 2.25rem 0;
}
.newShow .share {
  position: relative;
  padding-left: 2.8rem;
  height: 1.35rem;
  overflow: hidden;
  float: right;
}
.newShow .share em {
  font-size: 0.7rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  line-height: 1.35rem;
}
.newShow .share li {
  width: 1.35rem;
  height: 1.35rem;
  margin-right: 0.5rem;
  float: left;
}
.jobBox {
  padding: 2.6rem 0 6.3rem;
}
.job .list {
  padding-bottom: 1rem;
}
.job .list li {
  margin-bottom: 2.1rem;
  background: #f3f3f3;
  padding: 2rem 6rem 1.5rem 16.5rem;
  position: relative;
  min-height: 5rem;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.job .list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.job .list li .leftDiv {
  position: absolute;
  left: 3rem;
  top: 2rem;
  width: 9.1rem;
  min-height: 3.2rem;
}
.job .list li .name {
  position: relative;
  width: 8rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  padding-bottom: 0.75rem;
}
.job .list li .name em {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  display: block;
  width: 0.95rem;
  height: 0.15rem;
  background: #000;
}
.job .list li .txt {
  font-weight: bold;
  color: #000;
  padding-bottom: 0.5rem;
}
.job .list li .msg {
  line-height: 1.4rem;
  color: #696969;
}
.job .list li .hideBox {
  display: none;
  padding: 1.5rem 0;
}
.job .list li .ico {
  position: absolute;
  right: 1.25rem;
  bottom: 1.35rem;
}
.job .list li.liNow .ico:before {
  display: none;
}
.job .list li .tel {
  margin-top: 2.1rem;
  background: #000;
  color: #fff;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  width: 30rem;
}
.job .list li:hover {
  -webkit-box-shadow: 0 0.85rem 2rem 0 hsla(230, 9%, 48%, 0.2);
  box-shadow: 0 0.85rem 2rem 0 hsla(230, 9%, 48%, 0.2);
  -webkit-transform: translate3d(0, -0.5rem, 0);
  transform: translate3d(0, -0.5rem, 0);
}
.companyBox {
  padding: 4.3rem 0 2.5rem;
}
.lyb {
  overflow: hidden;
}
.lyb .leftDiv {
  width: 20rem;
}
.lyb .content {
  padding-top: 4.75rem;
  line-height: 1.5rem;
  color: #7c7d7f;
  font-size: 0.65rem;
  width: 11.75rem;
}
.lyb .botbot {
  padding-top: 10rem;
  color: #b2b2b2;
}
.lyb .botbot b {
  display: block;
  color: #686868;
}
.lyb .rightDiv {
  width: 40rem;
  height: 29rem;
  background: url(../images/nimg800_2.jpg) no-repeat;
}
.lyb .form {
  padding: 2.7rem 0 0 5.1rem;
  width: 12.4rem;
}
.lyb .form li {
  height: 2.7rem;
  border-bottom: #a2a2a2 solid 0.05rem;
  padding-left: 3.75rem;
  position: relative;
}
.lyb .form li em {
  position: absolute;
  left: 0rem;
  top: 0rem;
  line-height: 2.7rem;
  color: #b2b2b2;
  font-size: 0.7rem;
}
.lyb .form li .input1 {
  width: 100%;
  padding-top: 0.6rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.7rem;
}
.lyb .form .li01 {
  height: 5.9rem;
}
.lyb .form textarea {
  width: 100%;
  height: 5rem;
  padding-top: 0.6rem;
  line-height: 1.5rem;
}
.lyb .btnDiv {
  padding: 2.75rem 0 0 5.1rem;
  width: 12.4rem;
}
.lyb .btnDiv a {
  display: block;
  width: 12.2rem;
  height: 1.95rem;
  border: #fff solid 0.1rem;
  line-height: 1.95rem;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}
.lyb .btnDiv a:hover {
  background: #fff;
  color: #000;
}
.caseBox {
  padding: 4.25rem 10.5%;
}
.case {
  padding-bottom: 1.5rem;
}
.case .list {
  padding-top: 4rem;
  overflow: hidden;
}
.case .list li {
  float: left;
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
}
.case .list .li01 {
  width: 65%;
}
.case .list li:nth-child(3n) {
  margin-right: 0;
}
.case .list li .imgDiv {
  overflow: hidden;
}
.case .list li .imgDiv .img {
  display: block;
  padding-bottom: 66.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 1s;
}
.case .list .li01 .imgDiv .img {
  padding-bottom: 68.6%;
}
.case .list .li02 {
  margin-right: 0rem;
}
.case .list li .box {
  position: relative;
}
.case .list li .hideBox {
  opacity: 0;
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.6s;
}
.case .list li .hideBox a {
  position: absolute;
  display: block;
  padding: 1.5rem;
  opacity: 0;
  left: 0;
  bottom: 0;
  width: 90%;
  transform: translateY(2.5rem);
  transition: all 0.3s ease;
}
.case .list li .name1 {
  padding-right: 1.5rem;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
}
.case .list li .name2 {
  opacity: 0.8;
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #fff;
  text-transform: uppercase;
}
.case .list .li01 .name1 {
  font-size: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  overflow: hidden;
  font-weight: bold;
}
.case .list .li01 .name2 {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.case .list li:hover .imgDiv .img {
  transform: scale(1.1);
}
.case .list li:hover .hideBox {
  opacity: 1;
}
.case .list li:hover .hideBox a {
  transform: translateY(0);
  opacity: 1;
}
.case .list li:hover .name1,
.case .list li:hover .name2 {
  transform: translate3d(0, 0, 0);
}
.video {
  padding-top: 1.25rem;
}
.video .list ul {
  margin-right: -3.6rem;
}
.video .list li {
  float: left;
  width: 33.33%;
  margin-bottom: 3.75rem;
}
.video .list li .box {
  margin-right: 3.6rem;
}
.video .list li .imgDiv {
  position: relative;
}
.video .list li .imgDiv img {
  width: 100%;
}
.video .list li .hideBox {
  position: absolute;
  left: 0rem;
  top: 0rem;
  width: 100%;
  z-index: 1;
  background: url(../images/bg5.png) repeat;
  display: none;
}
.video .list li .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.65rem;
  margin-top: -2.1rem;
  width: 5.35rem;
  height: 4.2rem;
  background: url(../images/nimg107_1.png) no-repeat;
  z-index: 2;
}
.video .list li:hover .ico {
  background: url(../images/nimg107_1on.png) no-repeat;
}
.video .list li .name {
  padding-right: 0.9rem;
  color: #353535;
  margin-top: 1.25rem;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  font-size: 0.8rem;
  background: url(../images/nimg11_1.png) right center no-repeat;
}
.videoLayer {
  width: 35rem;
  height: 27.65rem;
  background: #fff;
  position: absolute;
  z-index: 111;
  display: none;
}
.videoLayer .close {
  display: block;
  width: 1.3rem;
  height: 1.25rem;
  background: url(../images/close2.png) no-repeat;
  right: 0.5rem;
  top: 0.5rem;
  position: absolute;
  z-index: 222;
}
.videoLayer .imgDiv {
  text-align: center;
}
.videoLayer .imgDiv img {
  width: 35rem;
}
.videoLayer .name {
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1rem;
  position: relative;
  color: #333;
}
