.ban-swiper {
  height: 790px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .ban-swiper {
    height: 680px;
    overflow: hidden;
  }

}
@media (max-width: 1400px) {
  .ban-swiper {
    height: 650px;
    overflow: hidden;
  }

}
.ban-swiper video {
  object-fit: fill
}

.ban-swiper .swiper-pagination-bullet {
  width: 4px;
  height: 10px;
  display: inline-block;
  border-radius: 1px;
  background: #fff;
  opacity: 1;
  transition: all 0.6s;
}

.ban-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 4px;
  height: 16px;
  background: #D73D1A;
  border-radius: 1px;

}

@media (max-width: 767px) {
  .ban-swiper {
    height: 179px;
    overflow: hidden;
  }

}

.index-sec1 {
  border-bottom: 10px #f3f3f3 solid;
}

.index-sec1 .ul1 li {
  float: left;
  width: 20%;
  background: #fff;
  border-right: 1px solid #d8d8d8;
  transition: all 0.6s;
  position: relative;
  z-index: 33;
  word-break: break-all;
  box-sizing: border-box;
}

.index-sec1 .ul1 li:hover {
  box-shadow: 3px 0px 5px rgb(0 0 0 / 10%);
  transform: translateY(-20px);
}

.index-sec1 .ul1 li a {
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  padding: 30px 10px;
  justify-content: center;
  align-items: center;
}

.index-sec1 .ul1 li img {
  transition: all 0.6s;
  display: block;
  margin-right: 10px;
}

.index-sec1 .ul1 li:hover img {
  transform: rotateY(180deg);
}

@media (max-width: 767px) {
  .index-sec1 .ul1 li {
    float: left;
    width: 100%;
    background: #fff;
    border-right: none;
    transition: all 0.6s;
    position: relative;
    z-index: 33;
    word-break: break-all;
    box-sizing: border-box;
  }

  .index-sec1 .ul1 li div {
    flex: 1;
  }
}

.index-sec1 .ul1 li h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-weight: normal;
}

.index-sec1 .ul1 li p {
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.index-about {
  padding: 60px 0;
}

.index-about .about-box .about-img {
  width: 30%;
  margin-right: 20px;
}

.index-about .about-box .about-right h1 {
  font-size: 32px;
  color: #2A3D62;
}

.index-about .about-box .about-right .about-tit {
  font-size: 22px;
  color: #D73D1A;
  padding: 20px 0;
  font-weight: 600;
}

.index-about .about-box .about-right .about-dec {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.index-about .about-box .about-right p {
  font-size: 14px;
  line-height: 24px;
  color: #676767;
}

.index-about .about-box .about-right .about-more {
  border: 4px #2A3D62 solid;
  position: relative;
  display: block;
  height: 60px;
  width: 260px;
  line-height: 60px;
  font-size: 18px;
  margin-top: 50px;
  overflow: hidden;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  z-index: 333;
  transition: all 0.36s;
  margin-left: 0;


}

.about-more:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent transparent #2A3D62;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s;
  z-index: -1;
}

.about-more:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent #2A3D62 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.6s;
  z-index: -1;
}

.about-more span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #2A3D62 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.6s;
  z-index: -1;
}

.about-more span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: #2A3D62 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  z-index: -1;
}

.about-more:hover {
  color: #fff;
}

.about-more:hover:before {
  border-width: 180px 0 0 180px
}

.about-more:hover:after {
  border-width: 0 180px 180px 0
}

.about-more:hover span:before {
  border-width: 0 0 180px 180px
}

.about-more:hover span:after {
  border-width: 180px 180px 0 0
}

@media (max-width: 767px) {
  .index-about {
    padding: 5% 0;
  }

  .index-about .about-box .about-img {
    display: none;
  }

  .index-about .about-box .about-right {
    padding: 0 2%;
  }

  .index-about .about-box .about-right h1 {
    font-size: 28px;
    color: #2A3D62;
  }

  .index-about .about-box .about-right .about-tit {
    font-size: 22px;
    color: #D73D1A;
    padding: 20px 0;
    font-weight: 600;
  }

  .index-about .about-box .about-right .about-dec {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
  }

  .index-about .about-box .about-right p {
    font-size: 14px;
    line-height: 24px;
    color: #676767;
  }

  .index-about .about-box .about-right .about-more {
    border: 4px #2A3D62 solid;
    position: relative;
    display: block;
    height: 60px;
    width: 260px;
    line-height: 60px;
    font-size: 18px;
    margin-top: 50px;
    overflow: hidden;
    background: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 333;
    transition: all 0.36s;
    margin-left: 0;

  }
}

.index-product {
  background: url(../images/bj1.jpg) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  padding: 40px 0;
}

.index-product h1 {
  color: #fff;
  font-size: 32px;
  padding: 15px 0;
}

.index-product .txt {
  font-size: 22px;
  color: #D73D1A;
  margin-bottom: 20px;
}

.index-product .product-item {
  display: block;
  cursor: pointer;
  transition: all 0.6s;
  transform: scale(1);
}
.index-product .product-item:hover {
  transform: scale(1.1);
}

.index-product .product-item .product-img {
  overflow: hidden;
  width: 100%;
  height: 260px;

}

.index-product .product-item .product-img img {
  transition: all 0.6s;
}

.index-product .product-item .product-img:hover img {
  transform: scale(1.1);
}

.product-txt {
  background-color: #142A50;
  color: #fff;
  line-height: 50px;
  text-align: center;
  transition: all 0.6s;

}
.index-product .product-item:hover .product-txt{
  transform: translateY(-20%);
}
.index-product .swiper-inline {
  width: 100%;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .index-product {
    padding: 30px 4%;
  }

  .index-product .swiper-inline {
    display: none;
  }
}

.index-product .line {
  width: 800px;
  height: 1px;
  background-color: #545760;
  margin-right: 30px;
}

.index-product .swiper-btn {
  width: 50px;
  height: 50px;
  font-size: 23px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: #323233;
  border-radius: 50px;
  margin: 0 5px 0 15px;
}

.index-advantage {
  text-align: center;
  padding: 40px 0;
}

.index-advantage h1 {
  font-size: 32px;
  padding: 15px 0;
  color: #2A3D62;
}

.index-advantage .txt {
  font-size: 22px;
  color: #D73D1A;
  margin-bottom: 20px;
}

.index-advantage ul {
  /* display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  
}
.index-advantage ul::after{
  content: '';
  display: block;
  clear: both;
}
.index-advantage ul li {
  width: 28%;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  text-align: left;
  transition: all 0.6s;
  float: left;
  margin-right: 3%;
}
.index-advantage ul li:last-child{
  margin-right: 0;
}
.index-advantage li h3 {
  font-size: 25px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-advantage li h4 {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "arial narrow";
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 10px;
}

.index-advantage li p {
  font-size: 14px;
  color: #666;
  margin-top: 25px;
  line-height: 32px;
  overflow: hidden;
  height: 100px;
  transition: all 0.6s;

}
.index-advantage li:hover p{
height: auto;
}

.index-advantage li .div1 {
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  float: right;
}

.index-advantage li .div1 .strong,
.index-advantage .div1 .b {
  display: block;
  line-height: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.6s;
  font-style: normal;
}

.index-advantage li .b {
  color: #D73D1A;
}

.index-advantage li:hover .b {
  margin-top: 0px;
}

.index-advantage li:hover .strong {
  margin-top: -60px;
}

.index-advantage li .cir {
  position: absolute;
  top: 0;
  right: 0;
  left: -50%;
  background: #F4F4F4;
  height: 200%;
  width: 100%;
  transform: scale(0);
  transition: all 0.6s;
  border-radius: 100%;
  z-index: -1;
}

.index-advantage li:hover .cir {
  transform: scale(1);
  background: #E2E2E2;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .index-advantage {
    text-align: center;
    padding: 20px 2%;
  }

  .index-advantage ul {
    display: block;

  }

  .index-advantage ul li {
    width: 89%;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    text-align: left;
  }
}

.index-contact {
  background: url(../images/bj2.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 0;
}

.index-contact h3 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 20px;
  font-weight: normal;
}

.index-contact .go {
  background-color: #fff;
  width: 80px;
  text-align: center;
  color: #000;
  display: block;
}

@media (max-width: 767px) {
  .index-contact {
    padding: 20px 2%;
  }

  .index-contact .div2 {
    display: none;
  }
}

.index-contact .div2 {
  background: rgba(255, 255, 255, 0.8);
  width: 250px;
  padding: 5px;
}

.index-contact .div2 a {
  background: #fff;
  display: block;
  height: 80px;
  width: 100%;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-family: arial;
  line-height: 80px;
  transition: all 0.9s;
  z-index: 3;
  position: relative;
  color: #000;
  overflow: hidden;
}

.index-contact .div2 a:before,
.index-contact .div2 a:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #142A50;
  border-radius: 50%;
  z-index: -1;
}

.index-contact .div2 a:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.index-contact .div2 a:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%)
}

.index-contact .div2 a:hover:before {
  -webkit-animation: criss-cross-left .8s both;
  animation: criss-cross-left .8s both
}

.index-contact .div2 a:hover:after {
  -webkit-animation: criss-cross-right .8s both;
  animation: criss-cross-right .8s both
}

.index-contact .div2 a:hover {
  color: #fff;
}

/*动画*/

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px
  }
}

@-webkit-keyframes height {
  0% {
    height: 100px;
  }

  100% {

    height: auto
  }
}

@keyframes height {
  0% {
    height: 100px;
  }
  100% {

    height: auto
  }
}
.index-news {
  text-align: center;
  padding: 40px 0;
}

.index-news h1 {
  font-size: 32px;
  padding: 15px 0;
  color: #2A3D62;
}

.index-news .txt {
  font-size: 22px;
  color: #D73D1A;
  margin-bottom: 20px;
}

.index-news ul {
  /* display: flex;
  justify-content: space-between; */
  padding-top: 20px;
}

.index-news ul li {
  width: 22.9%;
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px;
}

.index-news ul li figure img {
  display: block;
  max-width: none;
  transition: all 0.6s;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

.index-news ul li:hover figure img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.index-news li figcaption {
  padding: 10px 10px 30px 10px;
  transition: all 0.36s;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-top: none;
  overflow: hidden;
}

.index-news li h5 {
  font-size: 16px;
  color: #777;
  font-family: "arial narrow";
  letter-spacing: 2px;
  font-weight: normal;
}

.index-news li p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  margin: 10px 0;
}

.index-news li .div1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-news li .div1 b {
  display: block;
  height: 1px;
  background: #aeaeae;
  width: 60%;
}

.index-news li .div1 span {
  font-size: 14px;
  color: #D73D1A;
  text-transform: uppercase;
}

.index-news li:hover figcaption {
  transform: translateY(-30px);
  box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1)
}

.index-news .btn-3 {
  border: 1px solid currentColor;
  position: relative;
  display: block;
  border: 5px solid #42426F;
  height: 50px;
  width: 280px;
  margin-top: 20px;
  overflow: hidden;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  z-index: 33;
  transition: all 0.36s;
  margin-left: auto;
  margin-right: auto;
}

.index-news .btn-3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent transparent #D73D1A;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.6s;
  z-index: -1;
}

.index-news .btn-3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent #D73D1A transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.6s;
  z-index: -1;
}

.index-news .btn-3 span:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: transparent transparent #D73D1A transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.6s;
  z-index: -1;
}

.index-news .btn-3 span:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-color: #D73D1A transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  z-index: -1;
}

.index-news .btn-3:hover {
  color: #fff;
}

.index-news .btn-3:hover:before {
  border-width: 180px 0 0 180px
}

.index-news .btn-3:hover:after {
  border-width: 0 180px 180px 0
}

.index-news .btn-3:hover span:before {
  border-width: 0 0 180px 180px
}

.index-news .btn-3:hover span:after {
  border-width: 180px 180px 0 0
}

@media (max-width: 767px) {
  .index-news {
    padding: 20px 2%;
  }

  .index-news ul {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    padding-top: 20px;
  }

  .index-news ul li {
    width: 100%;
    overflow: hidden;
    text-align: left;
  }
}

.index-logo {
  background-color: #f8f8f8;
  padding: 30px 0;
}

.logo-swiper img {
  display: block;
  margin: 0 auto;
  transition: all 1.2s;
  overflow: hidden;
}

.logo-swiper .swiper-slide:hover img {
  transform: rotateY(360deg);
}

.index-logo .swiper-logo {
  position: absolute;
  font-size: 36px;
  color: #CDCDCD;
  z-index: 99;
}

.index-logo .swiper-logo.logo-left {
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
}

.index-logo .swiper-logo.logo-right {
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
}

@media (max-width: 767px) {
  .index-logo .swiper-logo.logo-left {
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
  }

  .index-logo .swiper-logo.logo-right {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
}

/*内页banner*/
.pbanner {
  position: relative;
  overflow: hidden;
}

.pbanner figure {
  display: block;
  line-height: 0;
  overflow: hidden;
  height: 688px;
}

.pbanner figure img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  position: relative;
}

.pcomm {
  position: absolute;
  left: 50%;
transform: translateX(-50%);
  top: 50%;
  text-align: center;
  margin-top: -150px;
  z-index: 20;
}

.pcomm small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
}

.pcomm strong {
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}

.ph3 {
  margin: auto;
  display: inline-block;
  width: 30px;
  padding: 45px 42px;
  position: relative;
  margin-bottom: 30px;
  box-sizing: content-box;
}

.pbanner span {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.36);
  background: #fff\9;
  filter: alpha(opacity=36);
}

.pbanner span.line1 {
  width: 100%;
  height: 10px;
  left: 0;
  top: -10px;
}

.pbanner span.line3 {
  width: 100%;
  height: 10px;
  right: 0;
  bottom: -16px;
}

.pbanner span.line2 {
  width: 10px;
  height: 214px;
  right: 0;
  top: 0;
}

.pbanner span.line4 {
  width: 10px;
  height: 214px;
  left: 0;
  bottom: 0px;
  top: 0;
}

.pbanner span.line2 {
  height: 240px;
}

.ph4 span.line4 {
  height: 240px;
}

.ph3 strong {
  display: block;
  position: relative;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
}
@media (max-width: 767px) {
  .pbanner {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    height: 156px;
}
.pcomm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  text-align: center;
  margin-top: -60px;
  z-index: 20;
}
.ph3 {
  margin: auto;
  display: inline-block;
  width: 30px;
  padding:5px 8px;
  position: relative;
  margin-bottom: 20px;
  box-sizing: content-box;
}
.ph3 strong {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
}
.pbanner span.line1 {
  width: 100%;
  height: 5px;
  left: 0;
  top: -5px;
}

.pbanner span.line3 {
  width: 100%;
  height: 5px;
  right: 0;
  bottom: -11px;
}

.pbanner span.line2 {
  width: 5px;
  height: 214px;
  right: 0;
  top: 0;
}

.pbanner span.line4 {
  width: 5px;
  height: 214px;
  left: 0;
  bottom: 0px;
  top: 0;
}

.pbanner span.line2 {
  height: 92px;
}

.ph4 span.line4 {
  height: 92px;
}
.pcomm small {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Arial";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
}
}
.pcomm.article-block small {
  opacity: 0;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  transition: 0.54s 0s;
}

.pcomm.articleShow small {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.pcomm.article-block strong {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transition: 0.5s;
}

.pcomm.articleShow strong {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

.pcomm.article-block .ph3 span.line1,
.pcomm.article-block .ph3 span.line3 {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transition: 0.26s 0.1s;
  transform-origin: 0 top;
}

.pcomm.article-block .ph3 span.line3 {
  transition: 0.26s 0.8s;
  transform-origin: right top;
}

.pcomm.articleShow .ph3 span.line1,
.pcomm.articleShow .ph3 span.line3 {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
}

.pcomm.article-block .ph3 span.line2,
.pcomm.article-block .ph3 span.line4 {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleX(0);
  transition: 0.45s 0.36s;
  transform-origin: 0 top;
}

.pcomm.articleShow .ph3 span.line2,
.pcomm.articleShow .ph3 span.line4 {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleX(1);
}

.pcomm.article-block .ph3 span.line4 {
  transform-origin: 0 bottom;
  transition: 0.45s 1s;
}

.pbanner figure.article-block {
  opacity: 0.4;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transition: 1s ease-in-out;
}

.pbanner figure.articleShow {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.about-1{
  position: relative;
  background: url(../images/p9.jpg) no-repeat top left;
  background-size: 100%;
  margin-bottom: 100px;
}
.about-1 .about-tit{
  width: 400px;
  padding: 80px 0;
}
.about-1 .about-bg{
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  padding: 60px 0 30px 0;
transform: translateY(0);
transition: all 0.6s;
}
.about-1:hover .about-bg{
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(10%);
}
.about-1 .about-bg p{
font-size: 14px;
color: #fff;
line-height: 24px;
opacity: 0;
  
}
.about-1:hover .about-bg p{
  opacity: 1;
}
.about-1 .about-tag{
  margin-top: 50px;
}
.about-1 .about-tag .tag-item{
  width: 220px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 14px;
  height: 230px;
  margin: 0 10px;
  transition: all 160ms;
  overflow: hidden;

}
.about-1 .about-tag .tag-item .tag-img{
  text-align: center;
  margin-bottom: 10px;
}
.about-1 .about-tag .tag-item .tag-img img{
  width: 80px;
  height: 80px;
  -webkit-transition: all 160ms;
  transition: all 160ms;
}
.about-1 .about-tag .tag-item:hover .tag-img img{
  width: 40px;
  height: 40px;
}
.about-1 .about-tag .tag-item .tag-img .tag-txt{
  font-size: 18px;
  color: #2B3E4B;
}
.about-1 .about-tag .tag-item:hover .tag-img .tag-txt{
  font-size: 16px;
}
.about-1 .about-tag .tag-item .tag-contect{
  color: #A5A5A5;
  font-size: 14px;
  line-height: 24px;
  height: 100px;
  overflow: hidden;
}
.about-1 .about-tag .tag-item:hover .tag-contect{
  height: auto;
}
.about-title{
  text-align: center;

}
@media (max-width: 767px) {
  .about-1{
    position: relative;
    background: url(../images/p9.jpg) no-repeat top left;
    background-size: cover;
    margin-bottom:10px;
    padding:0;
  }
  .about-1 .about-tit{
    width: 30%;
    display: none;
 

  }
  .about-1 .about-bg{
    width: 96%;
    background-color: rgba(0, 0, 0,0.8);
    padding: 10px 2%;
  transform: translateY(0);
  transition: all 0.6s;
  }
  .about-1:hover .about-bg{
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(0);
  }
  .about-1 .about-bg p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    opacity: 1;
      
    }
    .about-1 .about-tag{
      flex-wrap: wrap;
      margin-top: 10px;
    }
    .about-1 .about-tag .tag-item{
      width: 40%;
      background-color: #fff;
      border-radius: 10px;
      padding: 20px 2%;
      height: 230px;
      margin: 10px 10px;
    
    }
    .about-1 .about-tag .tag-item .tag-img img {
      width: 60px;
      height: 60px;
  }
}
.about-title h1{
  font-size: 32px;
  color: #2A3D62;
}
.about-title div{
  color: #D73D1A;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .about-title h1{
    font-size: 18px;
    color: #2A3D62;
  }
  .about-title div{
    color: #D73D1A;
    font-size: 14px;
    text-transform: uppercase;
  
  }
}
.about-silde{
position: relative;
padding: 20px 0;
}
.about-silde .silde-img{
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.about-silde .silde-img img{
  transition: all 0.6s;
}
.about-silde .silde-img:hover img{
  transform: scale(1.1);
}
.about-silde .silde-contect{
  background-color: #f9f9f9;
}
.about-silde .silde-contect .side-title{
  padding:15px;
  color: #253745;
  font-size: 18px;
  border-bottom: 1px #E8E8E8 solid;
}
.about-silde .silde-contect .side-title span{
  color: #E1112A;
}
.about-silde .silde-contect .side-dec{
  color: #9D9C9D;
  font-size: 14px;
  padding:15px;
}
.about-btn{
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  overflow: hidden;
background-color: #323233;
color: #fff;
z-index: 99;
font-size: 22px;
}
.about-left{
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
}
.about-right{
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  
.about-silde .silde-img {
  width: 100%;
  overflow: hidden;
  height: 405px;
}
.about-silde .silde-img img{
  width: 100%;
}
  .about-btn{
    display: none;
  }
}
.about-3{
  margin-top: 30px;
}
.history{
  margin-top: 20px;
}
.history .history-item{
  margin-bottom: 20px;
}
.history .history-item .history-title{
    background-color:#EFEFEF;
    color: #253745;
    font-size: 16px;
    padding:0 20px;
    height: 40px;
    line-height: 40px;
}
.history .history-item .history-title i{
  color: #FF3001;
  font-size: 22px;
}
.history .history-item .history-m{
  display: none;
}
.history .history-item:first-child .history-m{
  display: block;
}
.history .history-item .history-m .history-li{
  color: #253745;
  font-size: 16px;
  border-bottom: 1px #CECECE solid;
  padding:20px 0;
}
.history .history-item .history-m .history-li .history-year{
  color: #253745;
}
.history .history-item .history-m .history-li .history-text{
  color: #253745;
}
.about-4{
  margin-top:40px;
}
.certification-img{
  overflow: hidden;
  height: 394px;

}
.certification-contect{
  text-align: center;
  color: #253745;
  font-size: 16px;
  margin-top: 10px;
}
.about-5{
  margin-top:40px;
}
.Album-img img{
  transition: all 0.6s;
}
.Album-img:hover img{
  transform: scale(1.1);
}
.business{
  margin:40px 0 30px 0;
}
.business .business-left{
  width: 200px;
  position: relative;
    z-index: 9;
}
.business .business-left h2{
  color: #3E3E3E;
  font-size: 22px;
  margin-bottom: 20px;
}
.business .business-left .business-ul li > .business-tit{
  padding:10px;
  font-size: 18px;
  position: relative;
  border-bottom: 1px #919191 solid;
  color: #919191;
}
.business .business-left .business-ul li.on > .business-tit{
  border-bottom: 1px #D73D1A solid;
  color: #D73D1A;
}
.business .business-left .business-ul li > .business-tit::before{
  content: '';
  position: absolute;
  top:50%;
  right: 10px;
  border: solid #919191;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
}
.business .business-left .business-ul li.on > .business-tit::before{
  content: '';
  position: absolute;
  top:50%;
  right: 10px;
  border: solid #D73D1A;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}
.business .business-left .business-ul li > .business-ulm{
  display: none;
}
.business .business-left .business-ul li > .business-ulm li > .business-titm{
  position: relative;
  color: #333333;
  font-size: 14px;
  padding:8px 10px;
 
}
.business .business-left .business-ul li > .business-ulm li > .business-titm::before{
  content: '';
  position: absolute;
  top:50%;
  right: 10px;
  border: solid #9d9d9d;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
}
.business .business-left .business-ul li > .business-ulm li.on > .business-titm{
  background-color: #f2f3f7;
}
.business .business-left .business-ul li > .business-ulm li{
  position: relative;
  margin: 2px 0;
}
.business .business-left .business-ul li > .business-ulm li .business-list{
  background-color: #fff;
  box-shadow: 0 4px 10px 1px rgb(0 0 0 / 10%);
  position: absolute;
  width: 200px;
  right: -200px;
  top: 0;
  display: none;
  z-index: 99;
}
.business .business-left .business-ul li > .business-ulm li .business-list a{
  display: block;
  text-align: center;
  padding: 10px 0;
}
.business .business-left .business-ul li > .business-ulm li .business-list a:hover{
  color:#D73D1A;
}
.business .business-right{
  width: 900px;
  position: relative;
    z-index: 0;
}
.business-right ul.business-prolist li{
  float: left;
  width: calc(25% - 15px);
  box-shadow: 0 4px 10px 1px rgb(0 0 0 / 10%);
margin:10px 0 10px 15px;
}
.business-right ul li .business-pro{
  overflow: hidden;
  height: 210px;
}
.business-right ul li .business-pro img{
  transition: all 0.6s;
}
.business-right ul li:hover  .business-pro img{
  transform: scale(1.2);
}
.business-right ul li .business-protit{
  padding:0 10px;
  height: 40px;
  margin: 10px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.business-right ul li:hover .business-protit{
  color: #D73D1A;
}
@media (max-width: 767px) {
  .business .business-left {
    width: 96%;
    padding: 0 2%;
}
.business .business-left .business-ul li > .business-ulm li .business-list {
  background-color: #fff;
  box-shadow: none;
  position: inherit;
  width: 200px;
  right:0;
  top: 0;
  display: none;
  margin-bottom: 4%;
}
.business .business-right {
  width: 96%;
  padding: 0 2%;
}
.business-right ul.business-prolist li {
  float: left;
  width: calc(50% - 30px);
  box-shadow: 0 4px 10px 1px rgb(0 0 0 / 10%);
  margin: 10px 15px 10px 15px;
}
.business-right ul li .business-pro {
  overflow: hidden;
  height: 150px;
}
}

.business-detail{
  margin-top: 50px;
}
.business-detail .business-left{
  width: 450px;
}
.business-detail .business-right{
  width: 720px;
}
.business-detail .business-left .business-box{
  width: 100%;

}
.business-box .gallery-top{
  
  height: 450px;
}


.business-box .gallery-top img{
  width: 100%;
  height: 100%;
}
.business-box .swiper-slideVideo{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.business-box .swiper-slideVideo video{
  width: 100%;
  height: 100%;
}
.business-box .video_btn{
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -30px;
}
.business-box .swipers-box .swipers-sub{
  width: 82%;
  position: relative;
  margin: 10px auto 0 auto;
}
.business-box .swipers-box .swipers-sub .gallery-thumbs{
  height: 90px;
  overflow: hidden;
  
}
.business-box .swipers-box .swipers-sub .gallery-thumbs img{
  width: 100%;
  height: 100%;
}
.business-box .swipers-box .swipers-sub .gallery-thumbs .swiper-b{
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.business-box .swipers-box .swipers-sub .swipers-button-next{
  position: absolute;
  color:#fff;
  top:0;
  left: -40px;
  z-index: 999;
  background-color:#A2A2A2;
  width: 30px;
  height: 90px;
  text-align: center;
  line-height: 90px;

}
.business-box .swipers-box .swipers-sub .swipers-button-prev{
  position: absolute;
  color:#fff;
  top:0;
  right: -40px;
  z-index: 999;
  background-color: #A2A2A2;
  width: 30px;
  height: 90px;
  text-align: center;
  line-height: 90px;
}
.business-box .swipers-box .swipers-sub .swipers-button-next i,.business-box .swipers-box .swipers-sub .swipers-button-prev i{
  font-size: 32px;
}
.business-box .swipers-sub .swiper-slide{
  opacity: 0.8;
}
.business-box .swipers-sub .swiper-slide-thumb-active{

  opacity:1;

}
.business-link{
  padding:10px 0;
}
.business-link .link-title{
  font-size: 16px;
  color: #000;
  padding:10px 0;
}
.business-link .link-s a{
  margin-right: 5%;
  display: inline-block;
}
.business-link .link-s i{
  color: #000;
  font-size: 24px;
}

.business-detail .business-right h1{
  color: #464646;
  font-size: 28px;
}
.business-tag{
  margin: 20px 0;
}
.business-tag .business-tagleft img{
  display: inline-block;
  width: 30px;
  height: 30px;
}
.business-tag .business-tagright img{
  width: 25px;
  height: 18px;
}
.business-tag .business-tagright div{
  color: #152A52;
  font-size: 16px;
}
.business-tag .business-tagright .tag-dec{
  font-size: 16px;
  color: #333333;
}
.business-tpl li{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px #eeeeee solid;
}
.business-tpl li .tpl-name{
  width: 30%;
  font-size: 16px;
}
.business-tpl li .tpl-dec{
  width: 70%;
}
.business-tpl li .tpl-dec select{
  background-color: #e9e9e9;
  height: 40px;
  padding-left: 10px;
  text-align: center;
  width:120px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url(../images/i46.png);
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 95% center;
}
.business-tag .tag-box{
  border-bottom: 2px #D73D1A solid;

}
.business-tag .tag-box div{
  padding: 10px;
  width: 20%;
  text-align: center;
}
.business-tag .tag-box div.on{
  background-color: #D73D1A;
  color: #fff;
}
.tag-plane {
  display: none;
}
.tag-plane.on{
  display: block;
}
.tag-plane li .tpl-name{
  font-size: 14px;
}
.tag-plane .kuang{
  width: 16px;
  height: 16px;
  background: #555555;
  margin: 0;
}
.tag-plane .kuang-o{
  width: 14px;
  height: 14px;
  border: 2px #555 solid;
  margin: 0;
}
.tpl-tag{
  padding: 10px 0;
}
.tpl-tag div{
  margin-right: 15px;
  font-size: 15px;
}
.hot-pro-tit{
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-top: 15px;
}
.hot-pro-dec{
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 10px;
}
.hot-pro{
  margin-bottom: 30px;
}
.hot-pro .business-prolist li{
  float: left;
  width: calc(25% - 30px);
  box-shadow: 0 4px 10px 1px rgb(0 0 0 / 10%);
margin:10px 15px 10px 15px;
}
.hot-pro ul li .business-pro{
  overflow: hidden;
  height: 260px;
}
.hot-pro ul li .business-pro img{
  transition: all 0.6s;
}
.hot-pro ul li:hover  .business-pro img{
  transform: scale(1.2);
}
.hot-pro ul li .business-protit{
  padding:0 10px;
  height: 40px;
  margin: 10px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-pro ul li:hover .business-protit{
  color: #D73D1A;
}
@media (max-width: 767px) {
  .business-detail {
    margin-top: 10px;
}
  .business-detail .business-left {
    width:96%;
   padding: 0 2%;
}
.business-box .gallery-top {
  height: 400px;
}
.business-box .swipers-box .swipers-sub {
  width: 77%;
  position: relative;
  margin: 10px auto 0 auto;
}
.business-detail .business-right {
  width: 96%;
  padding: 0 2%;
}
.business-detail .business-right h1 {
  color: #464646;
  font-size: 18px;
}
.business-tag {
  margin: 10px 0;
}
.business-tpl li .tpl-name {
  width: 45%;
  font-size: 16px;
}
.business-tpl li .tpl-dec {
  width: 55%;
}
.hot-pro-tit {
  font-size: 22px;
  color: #333;
  text-align: center;
  margin-top: 15px;
}
.hot-pro .business-prolist li {
  float: left;
  width: calc(50% - 30px);
  box-shadow: 0 4px 10px 1px rgb(0 0 0 / 10%);
  margin: 10px 15px 10px 15px;
}
.hot-pro ul li .business-pro {
  overflow: hidden;
  height: 140px;
}
}
.new-class{
  margin-top: 40px;
}
.new-class .class-tit{
    font-size: 16px;
}
.new-class .class-tag{
  margin-left: 15px;
  
}
.new-class .class-tag div{
  padding: 10px 20px;
  background-color: #E8E8E8;
  color: #333333;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
}
.new-class .class-tag div.act{
  background-color: #202c45;
  color: #fff;
}
.new-class .class-tag a{
  padding: 10px 20px;
  background-color: #E8E8E8;
  color: #333333;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
}
.new-class .class-tag a.act{
  background-color: #202c45;
  color: #fff;
}
.news-list {
  margin: 30px 0 0 0;

}
.news-item {
  display: block;
  width: 100%;
  padding: 50px 40px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.news-item:hover {
  background: #0072bb;
}
.news-item .img {
  width: 42%;
  overflow: hidden;
  margin-left: -40px;
}
.news-item:hover .img {
  margin-left: 0;
}

.transition {
  -webkit-transition: all ease .6s;
  -moz-transition: all ease .6s;
  -ms-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}
.news-item .img img {
width: 100%;
}
.news-item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news-item .text {
  width: 50%;
  padding-left: 6%;
}

.news-item .date {
  font-size: 24px;
  color: #333;
}
.news-item:hover .date {
  color: #FFFFFF;
}
.news-item .tit {
  margin-top: 15px;
  font-size: 22px;
  color: #333333;
}
.news-item:hover .tit {
  color: #FFFFFF;
}
.overf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item .con {
  margin-top: 30px;
  color: #999999;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.news-item:hover .con {
  color: #FFFFFF;
}
.ny-button {
  display: block;
  width: 195px;
  height: 60px;
  line-height: 60px;
  color: #FFFFFF;
  background: #646464;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.news-item:hover .ny-button{
background: #D73D1A;
}
.news-item .ny-button {
  margin-top: 35px;
}	

@media (max-width: 767px){
  .new-class{
    margin-top: 40px;
    padding:0 2%;
  }
  .new-class .class-tit{
      font-size: 16px;
  }
  .new-class .class-tag{
    margin-left: 15px;
    
  }
  .news-list {
    margin: 2% 0 0 0;
    padding:0 2%;
  
}
  .news-item {
    display: block;
    width: 100%;
    padding:2% 0;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.news-item:hover {
    background: #333333;
}
.news-item .img {
    width: 100%;
    overflow: hidden;
    margin-left:0;
}
.news-item:hover .img {
    margin-left: 0;
}

.transition {
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}
.news-item .img img {
  width: 100%;
}
.news-item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
  .news-item .text {
    width: 100%;
    padding-left: 0;
}

  .news-item .date {
    font-size: 24px;
    color: #333;
}
.news-item:hover .date {
    color: #FFFFFF;
}
  .news-item .tit {
    margin-top: 2%;
    font-size: 22px;
    color: #333333;
}
.news-item:hover .tit {
    color: #FFFFFF;
}
  .overf {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  .news-item .con {
    margin-top: 2%;
    color: #999999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.news-item:hover .con {
    color: #FFFFFF;
}
.ny-button {
    display: block;
    width: 40%;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    background: #333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.news-item:hover .ny-button{
  background: #ccc;
}
.news-item .ny-button {
    margin-top:2%;
}	
    
  }
  .new-detail{
    margin-top: 40px;
    padding-bottom: 50px;
    border-bottom: 5px #f5f5f5 solid;
  }
  .new-detail .video{
    width: 450px;
    height: 243px;
    background-color: #333;
    position: relative;
  }
  .new-detail .video .video_btn{
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 80px;
  }
  .new-detail .new-right{
    width: 720px;
  }
  .new-detail .new-right h1{
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .new-detail .new-right div{
    font-size: 16px;
  }
  .new-detail .new-right a{
    display: block;
    width: 140px;
    text-align: center;
    color: #fff;
    background-color: #D73D1A;
    padding: 15px 0;
    margin-top: 20px;
  }
  .new-detail1{
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .new-detail1 img{
    width: 100%;
  }
  .new-detail1 p{
    margin-bottom: 30px;
  }

  @media (max-width: 767px){
    .new-detail{
      padding:0 2% 5% 2%;
      
    }
    .new-detail .video {
      width: 100%;
      height: 190px;
      background-color: #333;
      position: relative;
  }
  .new-detail .new-right{
    width: 100%;
  }
  .new-detail .new-right h1 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.new-detail1{
  padding:4% 2% 5% 2%;
}
  }
.new-link{
  margin-top: 40px;
}
.new-link a{
  display: inline-block;
  margin-left: 30px;
  
}
.new-link a i{
  font-size: 22px;
  transition: all 0.6s;
}
.new-link a i:hover{
  transform: scale(1.1);
}
.service-list{
  margin: 20px 0 60px 0;
}
.service-list li{
  padding: 15px;
  border-bottom: 1px #f5f5f5 solid;
} 
.service-list li div{
  color: #333;
  font-size: 16px;
}
.service-list li img{
  width: 25px;
  height: 25px;
}
@media (max-width: 767px){
  .new-link {
    margin-top: 20px;
    width: 100%;
}
.new-class {
  margin-top: 40px;
  padding: 0 2%;
  width: 96%;
}
.new-class .class-tag a {
  padding: 4% 0;
  width: 30%;
  background-color: #E8E8E8;
  color: #333333;
  border-radius: 50px;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
}
.new-class .class-tit {
  font-size: 14px;
  width: 20%;
}
.new-class .class-tag {
  margin-left: 2%;
  width: 70%;
}
.new-link a{
  display: inline-block;
  margin-left: 10px;
}
}
.frame-main{
  margin-top: 30px;
  margin-bottom: 30px;
}
.frame-main ul li{
  margin-bottom: 10px;
}
.frame-main ul li .frame-title{
  background-color: #254169;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
}
.frame-main ul li.on .frame-title{
  background-color: #D73D1A;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
}

.frame-main ul li .frame-contect{
  color: #676767;
  font-size: 16px;
  line-height: 26px;
  padding: 30px 0;
  display: none;
}
.frame-main ul li:first-child .frame-contect{

  display: block;
}
.forms{
  width: 90%;
  margin: 0 auto;
}
.forms-main{
  margin-bottom: 15px;
}
.forms .form-item{
  width: 48%;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0 1%;
}

.forms .form-item.w{
  width: 98%;
}
.forms .form-item label{
  font-size: 16px;
  width:80px;
  display: inline-block;
}
.forms .form-item label span{
  color: red;
 

}
.forms .form-item .upload{
  margin-left: 10px;
}
.forms .form-item .upload div{
  color: #A3A3A3;
  background-color: #E3E3E3;
  text-align: center;
  padding: 10px 0;
  border-radius: 50px;
  width: 130px;
  position: relative;
}
.forms .form-item .upload div input{
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.forms .form-item input{
  border: 1px #888888 solid;
  height: 35px;
  width: 65%;
  margin-left: 10px;
  flex: 1;
}
.forms .form-item textarea{
  border: 1px #888888 solid;
  height: 120px;
  width: 60%;
  margin-left: 10px;
  flex: 1;
}
.forms .form-item select{
  border: 1px #888888 solid;
  height: 35px;
  width: 65%;
  text-align: center;
  margin-left: 10px;
  background: url(../images/i3.png) 100%  center no-repeat;
  flex: 1;
}
.forms .form-item select option{
  text-align: center;
}
.forms .button{
  width: 120px;
  border-radius: 5px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  margin: 0 30px;
}
.forms .button.reset{
  background: #D73D1A;
}
.forms .button.submit{
  background: #000000;
}
@media (max-width: 767px){
  .forms-main {
    margin-bottom: 0;
}
  .forms .form-item{
    width: 98%;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin: 1%;
  }
  .forms .button {
    width: 120px;
    border-radius: 5px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    margin: 10% 5%;
}
}
.service-prolist{
  width: 100%;
}
.service-prolist li{
  margin: 10px;
  float:left;
  width: calc(25% - 20px);
}
.service-prolist li .service-img{
  overflow: hidden;
  height: 280px;
}
.service-prolist li .service-img img{
  transition: all 0.6s;
}
.service-prolist li:hover  .service-img img{
  transform: scale(1.2);
}
.service-prolist li .service-protit{
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 767px){
  .service-prolist li{
    margin: 10px;
    float:left;
    width: calc(50% - 20px);
  }
  .service-prolist li .service-img{
    overflow: hidden;
    height: 150px;
  }
}
.human-1{
  background: url(../images/i52.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  padding: 60px 80px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.human-2 .title{
  text-align: center;
  font-size: 18px;
  background: url(../images/i53.png) no-repeat center center;
  background-size: 100% 100%;
  width: 35%;
  margin: 40px auto;
}
.human-3{
  margin-top: 60px;
}
.human-3 .title{
  color: #fff;
  font-size: 18px;
  width: 200px;
  height: 55px;
  line-height: 45px;
  padding-left: 80px;
}
.human-3 .title.bg1{
    background:url(../images/i54.png) no-repeat center center;
    background-size: 100% 100%;
}
.human-3 .title.bg2{
  background:url(../images/i55.png) no-repeat center center;
  background-size: 100% 100%;
}
.human-3 .title.bg3{
  background:url(../images/i56.png) no-repeat center center;
  background-size: 100% 100%;
}
.human-3 p{
  font-size: 16px;
  padding: 30px 0;
}
.human-4{
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.human-4 .title{
  width: 45%;
  margin: 0 auto;
}
.human-4 p{
  font-size: 16px;
  padding: 30px 0;
}
@media (max-width: 767px){
  .human-1{

    color: #fff;
    font-size: 16px;
    padding: 40px 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    background:#333;
    
  }
  .human-2 .title {
    text-align: center;
    font-size: 18px;
    background: url(../images/i53.png) no-repeat center center;
    background-size: 100% 100%;
    width: 80%;
    margin: 40px auto;
}
.human-3 {
  margin-top: 60px;
  padding: 0 2%;
  
}
.human-4 .title {
  width: 80%;
  margin: 0 auto;
}
}
.contact-main .contact-box{
  margin: 50px 0;
}
.contact-main .contact-box .contact-left{
  width: 50%;
}
.contact-main .contact-box .contact-right{
  width: 50%;
}
.contact-left h1{
  font-size: 24px;
  color: #DF401B;
}
.contact-input{
  border-bottom: 1px #f5f5f5 solid;
  width: 48%;
  margin-bottom: 20px;


}
.contact-input.w{
  width: 100%;
}
.contact-input:nth-child(even){
  margin-left: 2%;
}
.contact-input span{
  color: red;
}
.contact-input input{
  height: 50px;
  margin-left: 2%;
}
.contact-input textarea{
  display: block;
  border:none;
  width: 100%;
  height: 120px;
}
.contact-left .btn{
  width: 120px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #df401b;
  border-radius: 50px;

}
.contact-s{
  background-color: #142A50;
  color: #fff;
  border-radius: 8px;
  padding:30px 20px;
  width: 90%;
  margin-left: 10%;
}
.contact-s h1{
  margin-bottom: 15px;
}
.contact-s li{
  width: 50%;
  float: left;
  margin: 10px 0;
}
.contact-s li .titles{
  position: relative;
  padding-left: 18px;
  line-height: 40px;
}
.contact-s li .titles::before{
  content: '';
  position:absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

}
.contact-s li .txt{
  color: #AAAAAA;
  font-size: 14px;
  line-height: 24px;
}
.contect-map{
  background: #f8f8f8;
  padding: 30px 0;
}
@media (max-width: 767px){
  .contact-main .contact-box {
    margin: 5% 2%;
}
.contact-main .contact-box .contact-left{
  width: 100%;
}
.contact-main .contact-box .contact-right{
  width: 100%;
}
.contact-input {
  border-bottom: 1px #f5f5f5 solid;
  width: 98%;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.contact-s {
  background-color: #142A50;
  color: #fff;
  border-radius: 8px;
  padding: 10% 5%;
  width: 90%;
  margin-left: 0;
  margin-top: 5%;
}
.contact-s h1 {
  margin-bottom: 15px;
  font-size: 22px;
}
  .contect-map{
    background: #f8f8f8;
    padding: 4% 2%;
  }
  
}
