﻿/*font-size*/
.clearfix {
  clear:both
}
.bannerHead {
  position: relative;
  width: 100%;
  height: 6.3rem;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.bannerHead .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.bannerHead .bannerImg .title {
  position: relative;
  font-weight: 600;
  margin-top: -0.5rem;
}
.bannerHead .bannerImg .title::after {
  content: " ";
  position: absolute;
  width: 30%;
  height: 2px;
  left: 35%;
  bottom: -0.1rem;
  background-color: #fff;
}
.bannerHead .bannerImg .text {
  padding: 0 5%;
  text-align: center;
}
.bannerHead .bannerImg .text.position {
  margin: 0.4rem 0 0.1rem;
}

.banner {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 6.15rem;
}
.banner.center {
  align-items: center;
}
.banner.center img {
  width: 2.25rem;
  margin-bottom: 0.35rem;
}
.banner.center h1 {
  font-size: 24px;
}
@media only screen and (max-width: 1440px) {
  .banner.center h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner.center h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner.center h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.center h1 {
    font-size: 16px;
  }
}
.banner.center p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .banner.center p {
    font-size: 12px;
  }
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner .innerWrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  color: #fff;
  z-index: 1;
}
.banner .innerWrap .ctx {
  box-sizing: border-box;
  width: 39.8%;
  padding: 0.4rem;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 4px solid #e84915;
}
.banner .innerWrap .ctx .p1 {
  font-size: 18px;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap .ctx .p1 {
    font-size: 16px;
  }
}
.banner .innerWrap .ctx h2 {
  font-size: 36px;
  margin-bottom: 0.3rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .banner .innerWrap .ctx h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .innerWrap .ctx h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx h2 {
    font-size: 24px;
  }
}
.banner .innerWrap .ctx .p2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx .p2 {
    font-size: 12px;
  }
}
.banner .innerWrap .ctx .p3 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .banner .innerWrap .ctx .p3 {
    font-size: 12px;
  }
}
.banner .innerWrap .ctx .p3 i {
  margin-left: 0.1rem;
}
.isIe .content1 .list ul li .imgBox {
  height: 315px;
}
.content .innerWrap {
  width: 1280px;
  margin: 0 auto;
}
.content .innerWrap .title {
  margin-bottom: 0.4rem;
}
.content .innerWrap .title h1 {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 38px;
  padding-bottom: 0.15rem;
}
@media only screen and (max-width: 1440px) {
  .content .innerWrap .title h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content .innerWrap .title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content .innerWrap .title h1 {
    font-size: 24px;
  }
}
.content .innerWrap .title h1::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 2px;
  background: #e84915;
  bottom: 0;
}
.content1 {
  padding: 0.8rem 0 1rem;
}
.content1 .tab {
  margin-bottom: 0.6rem;
}
.content1 .tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content1 .tab ul li {
  flex: 1;
  padding: 0 0.2rem;
  height: 0.64rem;
  background: #F6F6F6;
  cursor: pointer;
  font-size: 16px;
  margin-right: 0.1rem;
  margin-bottom: 0.15rem;
}

.content1 .tab ul li:nth-last-child(2) {
  margin-right: 0;
}

.content1 .tab ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color:#333;
}
.content1 .tab ul li a p {
  white-space: nowrap;
}
.content1 .tab ul li.active {
  background: #e84915;
}
.content1 .tab ul li:hover {
  background: #e84915;
}
.content1 .tab ul li.active a {
  color: #fff;
}
.content1 .tab ul li:hover a {
  color: #fff;
}
.content1 .tab ul li.active i {
  transform: rotate(90deg);
}
.content1 .tab ul li.hover i {
  transform: rotate(90deg);
}

@media only screen and (max-width: 1200px) {
  .content1 .tab ul li {
    height:1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .tab ul li {
    font-size: 16px;
    height:1rem;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .tab {
    padding-bottom: 0.2rem;
    clear: both;
  }
  .content1 .tab ul {
    display: block;
    clear: both;
    flex-wrap:nowrap;
    justify-content:left;
  }
  .content1 .tab ul li {
    float: left;
    font-size: 16px;
    height:1rem;
    width:49%;
    margin-right: 2%;
    margin-bottom: 0.2rem;
  }
  .content1 .tab ul li:nth-child(2n) {
    margin-right: 0%;
  }
}



.content1 .innerWrap .ctx > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.content1 .innerWrap .ctx > ul > li {
  width: 32%;
  margin-right: 2%;
  background: #FFF;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  box-shadow:0px 0px 20px 0px rgba(0,0,0,0.07);border-radius:4px;
}
.content1 .innerWrap .ctx > ul > li:nth-child(3n) {
  margin-right: 0;
}
.content1 .innerWrap .ctx > ul > li .top {
  box-sizing: border-box;
  border-bottom: none;
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #ccc;
  min-height:3rem;
}
.content1 .innerWrap .ctx > ul > li .top h2 {
  font-size: 24px;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .content1 .innerWrap .ctx > ul > li .top h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content1 .innerWrap .ctx > ul > li .top h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .content1 .innerWrap .ctx > ul > li .top h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .ctx > ul > li .top h2 {
    font-size: 16px;
  }
}
.content1 .innerWrap .ctx > ul > li .top h2 i {
  font-size: 16px;
  margin-right: 0.12rem;
  color: #9b9b9b;
}
@media only screen and (max-width: 1366px) {
  .content1 .innerWrap .ctx > ul > li .top h2 i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .ctx {
    line-height: 0.6rem;
  }
  .content1 .innerWrap .ctx img {
    clear: both;
    border:solid 1px #FFF;
    max-width: 100%;
    height: auto;
  }
  .content1 .innerWrap .ctx > ul > li .top h2 i {
    font-size: 14px;
  }
}

.content1 .innerWrap .ctx > ul > li .top .img {
  width: 100%;
  height:150px;
  margin-bottom:25px;
}
.content1 .innerWrap .ctx > ul > li .top p {
  padding-left: 0.28rem;
  color: #666;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .ctx > ul > li .top p {
    font-size: 12px;
  }
}
.content1 .innerWrap .ctx > ul > li .bottom {
  padding-top: 0.2rem;
  background: #FFF;
  color: #333;
}
.content1 .innerWrap .ctx > ul > li .bottom p {
  font-size: 14px;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .ctx > ul > li .bottom p {
    font-size: 12px;
  }
}
.content1 .innerWrap .ctx > ul > li .bottom > ul {
  display: flex;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0.05rem;
  width: 34px;
  height: 34px;
  margin-right: 0.07rem;
  background:#FFF;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li:hover {
  border-color: #e84915;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li:hover .qrContainer {
  display: block;
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li:last-child {
  margin-right: 0;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li > a img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  padding: 0.3rem 0.36rem;
  background: #e60111;
  border-radius: 5px;
  transform: translateX(-50%) scale(0);
  transform-origin: center bottom;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 99;
  color: #fff;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -0.22rem;
  bottom: -0.15rem;
  border-left: 0.22rem solid transparent;
  border-right: 0.22rem solid transparent;
  border-top: 0.15rem solid #e84915;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul {
  display: flex;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul li {
  margin-right: 0.2rem;
  width: 2rem;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul li p {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul li p {
    font-size: 12px;
  }
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul li img {
  width: 100%;
  margin-bottom: 0.12rem;
}
.content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .content .innerWrap {
    width: 1110px;
  }
  .banner .innerWrap {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .content .innerWrap {
    width: 90%;
  }
  .banner .innerWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .banner .innerWrap .ctx {
    width: 50%;
  }
  .content1 .innerWrap .ctx > ul {
    flex-direction: column;
    width: 100%;
  }
  .content1 .innerWrap .ctx > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .content1 .innerWrap .ctx .main {
    display: none;
  }
  .content1 .innerWrap .ctx .main_mobile {
    display: block;
  }
  .content1 .innerWrap .ctx .main_mobile .bottom > ul > li:hover .qrContainer {
    transform: translateY(-50%) scale(1);
  }
  .content1 .innerWrap .ctx .main_mobile .bottom > ul > li .qrContainer {
    left: calc(100% + 0.22rem);
    top: 50%;
    bottom: auto;
    transform-origin: top center;
  }
  .content1 .innerWrap .ctx .main_mobile .bottom > ul > li .qrContainer::after {
    left: -0.13rem;
    margin-left: 0;
    bottom: 50%;
    margin-bottom: -0.22rem;
    border-top: 0.22rem solid transparent;
    border-bottom: 0.22rem solid transparent;
    border-right: 0.15rem solid #fff;
    border-left: none;
  }
  .content1 .innerWrap .ctx > ul > li .bottom > ul > li:hover .qrContainer {
    transform: translateY(-50%) scale(1);
  }
  .content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer {
    left: calc(100% + 0.22rem);
    top: 50%;
    bottom: auto;
    transform-origin: top center;
  }
  .content1 .innerWrap .ctx > ul > li .bottom > ul > li .qrContainer::after {
    left: -0.13rem;
    margin-left: 0;
    bottom: 50%;
    margin-bottom: -0.22rem;
    border-top: 0.22rem solid transparent;
    border-bottom: 0.22rem solid transparent;
    border-right: 0.15rem solid #e60111;
    border-left: none;
  }
}

.contact .con li{
  position: relative;float: left;width: 48%;
  margin-bottom: 40px;height: 119px;box-shadow: 0 0 10px rgba(87,95,179,0.3);background: #fff;
  margin-right:4%;overflow: hidden;
  
}
.contact .con li:nth-child(2n){
  margin-right: 0%;
}
.contact .con li{padding: 25px 20px 20px 30px;}
.contact .con li .img{width: 18.723%;float: left;border-right: 1px dashed #E0E0E0;padding-bottom: 10px;}
.contact .con li .img img{position: relative;top: 0;transition: all .5s;}
.contact .con li .tex{width: 78.595%;float: right;font-size: 16px;color: #333;line-height: 30px;height: 90px;line-height: 80px;}
.contact .con li .tex a{color: #333;}
.contact .con li:nth-child(2) .tex{padding-top: 0;position: relative;top: -10px;}
.contact .con li:nth-child(4) .tex{padding-top: 0;position: relative;top: 12px;}
.contact .con li:nth-child(5) .tex{padding-top: 0;position: relative;top: -10px;}
.contact .map{width: 100%;height: 487px;margin-top: 60px; box-shadow: 0 0 10px rgba(87,95,179,0.3);background: #fff; overflow: hidden; border-radius: 4px;}

@media only screen and (max-width: 960px) { 
  .contact .con li {
    height: auto;
  }
  .contact .con li .img {
    width:100%;
    border-right: none;
    border-bottom: 1px dashed #E0E0E0;
    float:none;
    text-align: center;
    padding-bottom: 30px;
  }

  .contact .con li .tex {
    width:100%;
    float: none;
    padding:15rpx 0 0 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) { 
  .contact .con li {
    width: 100%;
    float: none;
  }
}

.zwlb li{padding: 0 30px; transition: all 0.3s; background: #FFF;margin-bottom: 25px;}
.zwlb li:hover{box-shadow:0px 0px 20px 0px rgba(0,0,0,0.07);border-radius:4px;}
.zwlbt{padding: 30px 30px 30px 0; position: relative; color: #333;position: relative; cursor: pointer;}
.zwlbt::after{content: '';display: inline-block;width: 26px;height: 26px;position: absolute;right: 0; top: 50%; margin-top: -13px;background: url(../images/icon3a.png) no-repeat center center;}
.zwlb li.now .zwlbt::after{background: url(../images/icon3b.png) no-repeat center center;}
.zwlbb{border-top: 1px solid #DEDEDE;padding: 30px 0;color: #333;font-size: 14px; line-height: 40px; display: none;}
.zwlbbm{word-break: break-word;}
.zwlbb a{display: inline-block;width:212px;height:48px; background: #093CB1;border-radius: 24px; color: #fff;font-size: 14px; text-align: center; line-height: 48px;}
.zwlbb a:hover{background: #002884;}
.zwlbt h2 { font-size:24px; font-weight: bold;}
.zwlbt p { padding:10px 0;}