.bannerBox {
  width: 100%;
  height: 680px;
  position: relative;
}
.bannerBox .textBox {
  position: absolute;
  top: 245px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #fbf5f5;
  z-index: 99;
}
.bannerBox .textBox .h2 {
  width: 558px;
  font-size: 36px;
  margin-bottom: 25px;
  text-align: center;
  font-family: MicrosoftYaHei;
  color: #fbf5f5;
  line-height: 56px;
}
.bannerBox .textBox .h3 {
  width: 558px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #fbf5f5;
  line-height: 23px;
}
.bannerBox .textBox .contact-us {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
  line-height: 38px;
  letter-spacing: 2px;
  margin-top: 50px;
}
.bannerBox .textBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin-top: 70px;
}
.bannerBox .textBox .btn {
  display: block;
  width: 160px;
  height: 50px;
  opacity: 0.44;
  border: 2px solid #fbfcfd;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 50px;
  transition: all 0.5s ease-in-out;
}
.bannerBox .textBox .btn:hover {
  border-color: #2d8ed8;
  background-color: #2d8ed8;
  color: #fff;
}
.bannerBox img {
  display: block;
  width: 100%;
  height: 100%;
}
.section {
  position: relative;
  font: "Microsoft Yahei";
  color: #fff;
}
.infoBox {
  display: block;
  padding-top: 30px;
  height: 100%;
  box-sizing: border-box;
}
.infoBox .h2 {
  font-size: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.infoBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  margin: 32px auto 50px;
}
.infoBox .desc {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #5b5b5b;
  line-height: 25px;
}
.infoBox .content {
  width: 1200px;
  height: 700px;
}
.infoBox .content img {
  display: block;
  width: 100%;
  height: 100%;
}
.section1 {
  padding: 58px 0 85px;
  box-sizing: border-box;
}
.section1 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section1 .top .left {
  width: 240px;
  min-width: 240px;
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4d4d4d;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section1 .top .left .bc {
  width: 6px;
  height: 31px;
  background: #1761A3;
  border-radius: 2px;
  margin-left: 20px;
}
.section1 .top .right {
  position: relative;
}
.section1 .top .right::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('../images/search-icon.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 99;
}
.section1 .top .right input {
  display: block;
  width: 330px;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  outline: none;
  background-color: #fff;
  padding: 0 30px;
  box-sizing: border-box;
}
.section1 .bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #E2E2E2;
}
.section1 .bottom .left {
  width: 240px;
  min-width: 240px;
  margin-right: 30px;
}
.section1 .bottom .right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.section1 .bottom .right li {
  width: 290px;
  height: 310px;
  background: #ffffff;
  list-style: none;
  margin-left: 20px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  padding: 15px 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.section1 .bottom .right li:hover {
  transform: scale(1.05);
  border: 1px solid transparent;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
}
.section1 .bottom .right li .img {
  height: 220px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section1 .bottom .right li .img img {
  display: block;
  max-width: 270px;
  max-height: 220px;
}
.section1 .bottom .right li .name {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #5e5e5e;
  line-height: 24px;
}
.section2 {
  padding: 58px 0 0;
  box-sizing: border-box;
}
.section2 .bread {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.section2 .bread .text {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4d4d4d;
  margin-right: 15px;
  cursor: pointer;
}
.section2 .bread .bc {
  width: 6px;
  height: 31px;
  background: #1761A3;
  border-radius: 2px;
  margin-right: 15px;
}
.section3 {
  width: 1200px;
  padding-left: 270px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.section4 {
  margin-bottom: 100px;
}
.section4 .btnList {
  width: 275px;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #eeeeee;
  margin-bottom: 70px;
}
.section4 .btnList .item {
  width: 137px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #060606;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.section4 .btnList .item.active {
  background-color: #94C2FF;
  color: #fff;
}
.section4 .html {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  color: #060606;
  margin: auto;
}
.section4 .xzzx ul {
  width: 95%;
  margin: auto;
}
.section4 .xzzx ul li {
  width: 100%;
  padding: 50px 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  box-sizing: border-box;
}
.section4 .xzzx ul li .img {
  width: 45px;
  margin-right: 60px;
  min-width: 45px;
}
.section4 .xzzx ul li .left {
  flex: 1;
}
.section4 .xzzx ul li .left .title {
  width: 100%;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.section4 .xzzx ul li .left .sub {
  width: 100%;
  opacity: 0.71;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: Normal;
  text-align: left;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section4 .xzzx ul li .right {
  width: 250px;
}
.section4 .xzzx ul li .right .sub {
  width: 250px;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: Normal;
  text-align: center;
  color: #a8a8a8;
}
.section4 .xzzx ul li .right .btn {
  width: 100px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 12px;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  cursor: pointer;
}
.section4 .xzzx ul li .right .btn:hover {
  background-color: #1761A3;
}
.section4 .xzzx ul li .right .btn:hover .text {
  color: #fff;
}
.section4 .xzzx ul li .right .btn:hover img.show {
  display: none;
}
.section4 .xzzx ul li .right .btn:hover img.hide {
  display: block;
}
.section4 .xzzx ul li .right .btn img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.section4 .xzzx ul li .right .btn img.show {
  display: block;
}
.section4 .xzzx ul li .right .btn img.hide {
  display: none;
}
.section4 .xzzx ul li .right .btn .text {
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: Normal;
  color: #000000;
}
.gallery-left {
  width: 900px !important;
  height: 480px !important;
  margin-right: 100px !important;
}
.gallery-right {
  width: 150px !important;
}
.gallery-right .swiper-wrapper {
  transform: none !important;
}
.gallery-right .swiper-slide {
  width: 100% !important;
  height: 120px !important;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gallery-left .swiper-slide {
  height: 480px;
}
.gallery-left .swiper-slide img {
  max-width: 600px;
  max-height: 480px;
}
.gallery-right .swiper-slide img {
  max-width: 120px;
  max-height: 100px;
}
.gallery-right .swiper-slide {
  height: 100%;
  opacity: 0.4;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.gallery-right .swiper-slide-thumb-active {
  opacity: 1;
}
.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pager {
    max-width: 800px;
    text-align: center;
    margin: 0 !important;
    display: inline-block;
}

.pager a {
    cursor: pointer;
}

.pager a, .pager span {
    /* 按钮内数字 */
    width: 45px;
    height: 40px;
    border: 1px solid #EBEBEB;
    margin-left: -1px;
    color: #8a8a8a;
    display: inline-block;
    line-height: 40px;
    float: left;
    font-size: 15px;
    text-decoration: none;
    margin: 0 2px;
    border-radius: 6px;
}

.pager a:hover, .pager span:hover {
    border-color: #3897cd;
    color: #3897cd;
    position: relative;
    z-index: 1;
}

.pager span.current {
    background-color: #1761A3;
    color: #fff;
    border-color: #EBEBEB;
    position: relative;
    z-index: 1;
}

.pager .pg-first, .pager .pg-prev, .pager .pg-next, .pager .pg-last {
    background: white url(../images/comm/page_bg.jpg) 8px 7px no-repeat;
}

.pager .pg-first:hover, .pager .pg-prev:hover, .pager .pg-next:hover, .pager .pg-last:hover {
    background: white url(../images/comm/page_bg_hover.jpg) 8px 7px no-repeat;
}

.pager .pg-prev, .pager .pg-prev:hover {
    background-position: 7px -21px;
}

.pager .pg-next, .pager .pg-next:hover {
    background-position: -21px -21px;
}

.pager .pg-last, .pager .pg-last:hover {
    background-position: -21px 7px;
}

.pager .pg-prev[disabled='true'], .pager .pg-prev[disabled='true']:hover {
    cursor: default;
    background-image: url(../images/comm/page_bg.jpg);
}

.pager .pg-next[disabled='true'], .pager .pg-next[disabled='true']:hover {
    cursor: default;
    background-image: url(../images/comm/page_bg.jpg);
}

.pager .pg-prev[disabled='true'], .pager .pg-next[disabled='true'] {
    border-color: #eeeeee;
}

.pager span.els {
    border-color: transparent;
}

.pagerHtmlWrap {
    width: 800px;
    margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
    color: #454545;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 0;
}
.none-{ display:none;}
.none-hover{ display:block;}
.section1 .top .left .text {
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #4d4d4d;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}