/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*banner */
.index_main {
  background: #f7f7f7;
}

.index_main>div {
  position: relative;
}

.index_main .section1 {
  position: relative;
}

.index_main .section1 .index_banner .item {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.index_main .section1 .index_banner .items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index_main .section1 .index_banner .item .inner .block_txt {
  position: absolute;
  top: 30%;
  left: 10%;
  max-width: 1600px;
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
  font-size: 20px;
  color: rgba(234, 61, 0, 0.8);
  margin-bottom: 80px;
  font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
  color: #0056a2;
  font-size: 48px;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
  color: #f5c920;
  display: inline-block;
  letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 3px;
}

.chakan-box {
  text-decoration: none;
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 2px;
  border: solid 1px rgba(0, 82, 159, 0.2);
  font-size: 16px;
  transition: all .4s;
  line-height: 48px;
  cursor: pointer;
  letter-spacing: 2px;
  text-align: center;
}

.chakan-box:hover {
  color: #fff;
  background-color: #ea3e00;
  text-decoration: none;
}

.index_main .section1 .slick_txt {
  width: 8%;
  height: 100%;
  background-color: transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  outline: none;
  border: 0;
}

.index_main .section1 .left {
  left: 0;
}

.index_main .section1 .right {
  right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
  opacity: 1;
  visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
  width: 20px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
  background-image: url(../image/ban_prev.png);
  left: 60px;
}

.index_main .section1 .slick_txt .next {
  background-image: url(../image/ban_next.png);
  right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
  background-image: url(../image/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
  background-image: url(../image/ban_next_hover.png);
}

.index_main .section1 .number {
  position: absolute;
  bottom: 8%;
  left: 50%;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 78, 162, 0.2);
  display: table;
  padding: 0 20px;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.number-1 {
  width: 80% !important;
  top: 14%;
  overflow: hidden;
}

.chanpin-box {
  width: 80%;
}

.chanpin-img {
  display: block;
  width: 50%;
  float: left;
  border: solid 1px rgba(0, 87, 162, 0.2);
}

.chanpin-img img {
  width: 100%
}

.chanpin-wenan {
  width: 50%;
  float: left;
}

.chanpin-wenan a {
  display: block;
  width: 48%;
}

.chanpin-wenan a img {
  width: 100%;
}

.index_main .section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 14px;
  color: #337ab7;
  margin-right: 100px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.inner1 span {
  margin-right: 4% !important;
}

.footer-right:nth-child(2) {
  height: 228px;
  overflow: hidden;
}

.index_main .section1 .number span:last-child {
  margin-right: 0;
}

.index_main .section1 .number span.active:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.index_main .section2 {
  background: #f5f5f5;
}

/* 第二屏 */
.change-content {
  padding: 30px 0;
}

.change-box {
  position: relative;
  padding-bottom: 70px;
  height: 100%;
  width: 100%;
  top: 4%;
}

.change-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease;
  height: 100%;
}

.change-box .change-cut {
  margin: 40px 0 30px;
  /* width: 1551px; */
}

.transition {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.change-box .change-cut .tab {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  background-color: #F5F5F5;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
  border-left: none;
  position: relative;
  cursor: default;
  width: 12.5%;
  float: left;
  margin-right: 0px;
}

.flex-rows {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.change-box .change-cut ul {
  border: 1px solid #e5e5e5;
  margin-left: 0px;
  /* width: 1200px; */
}

.contents {
  width: 100%;
  padding: 0 20px;
  margin-top: 1%;
}

.change-box .change-cut .tab.on {
  background-color: #0057a2;
  color: #fff;
}

.ckxq-box {
  width: 100%;
  text-align: center;
  margin-top: 1%;
}

.ckxq-box a {
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 2px;
  border: solid 1px rgba(0, 82, 159, 0.2);
  font-size: 16px;
  transition: all .5s;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
}

.ckxq-box a:hover {
  text-decoration: none;
  background-color: #ea3c00;
  color: #fff;
}

.chanpzx-box1 {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../image/cpzx.jpg);
  background-size: 100% 100%;
  overflow: hidden;
}

.change-box .change-cut .tab.on:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid;
  border-color: #0057a2 transparent transparent transparent;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease;
  z-index: 3;
}

.change-box .contents>.flex-row {
  justify-content: space-between;
}

.change-box .item {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  width: calc((100% - 120px) / 6);
  float: left;
  transition: all .3s ease;
  margin: 10px;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}

.change-box .item:nth-of-type(5) {
  margin-right: 0;
}

.change-box .item:hover img {
  transition: all .5s;
  transform: scale(.8);
}

.change-box .item:hover .item-block {
  bottom: 0;
  transition: all .5s;
}

.img-block {
  margin: 0 auto;
  display: block;
}

.change-box .img-block {
  float: left;
  position: relative;
}

.change-box .img-block::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  transition: all .5s;
}

.change-box .img-block:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

/* 第三屏 */
.about-box {
  position: relative;
  height: 80vh;
  width: 50%;
  float: left;
  background-size: 100% 100%;
}

.about-box-2 {
  position: relative;
  height: 80vh;
  width: 50%;
  float: left;
  background-size: 100% 100%;
}

.about-box1 {
  position: relative;
  padding: 0;
  height: 100%;
}

.wrap-box {
  position: absolute;
  top: 5%;
  left: 10%;
  z-index: 3;
  width: 38%;
}

.wrap-box p {
  line-height: 36px;
  margin-bottom: 5%;
  height: 136px;
  overflow: hidden;
  font-size: 15px;
}

.wrap-box h1 {
  font-size: 36px;
}

.wrap-box h2 {
  font-size: 28px;
  color: #696969;
  margin-bottom: 1%;
}

.wrap-box>.ckxq-box>a {
  margin: 0;
}

.content>a {
  display: block;
}

.content>a:nth-of-type(5).item {
  margin-right: 0;
}

.bottom-box1 {
  z-index: 10;
  height: 35%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.bottom-box1 .circlebox {
  float: left;
  width: 16.6666666%;
  height: 100%;
  position: relative;
  opacity: 1;
  visibility: visible !important;
}

.bottom-box1 .cbox1 {
  background-color: #e0e0e0;
}

.bottom-box1 .cbox2 {
  background-color: #efefef;
}

.bottom-box1 .circlebox .sbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
}

.bottom-box1 .circlebox .sbox .text {
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.bottom-box1 .circlebox .sbox .canvasbox {
  position: relative;
  width: 170px;
  height: 170px;
  margin-left: 15px;
}

.bottom-box1 .circlebox .sbox .canvasbox canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.bottom-box1 .circlebox .sbox .canvasbox .infobox {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #1a6eab;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.bottom-box1 .circlebox .sbox .canvasbox .infobox .td {
  width: 100%;
}

.bottom-box1 .circlebox .sbox .canvasbox .infobox .num {
  width: 100%;
  font-size: 50px;
  color: #000;
  margin-bottom: 0;
  font-family: "lhf";
  letter-spacing: 5px;
}

.bottom-box1 .circlebox .sbox .canvasbox .infobox .te {
  width: 100%;
  font-size: 24px;
  opacity: 0.6;
  color: #000;
}

.bottom-box1 .cbox3 {
  background-color: rgba(255, 255, 255, 0.9);
}

.item-block {
  width: 100%;
  position: absolute;
  bottom: -38px;
  text-align: center;
  background-color: #0057a2;
  transition: all .5s;
}

.img-block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transition: all .5S;
}

.change-box .item-title {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  margin: 0;
}

.change-box .item-p {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  overflow: hidden;
  height: 17px;
}

.change-box .item:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
  transition: all .5s;
}

.items-news .items-news-list .item a:hover {
  color: #20B09F;
}

/* 第四屏 */
.yyly-box {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #fff;
  /* background: url(../image/yyly.jpg) */
}

.yyly-bt {
  position: relative;
  padding-top: 60px;
  width: 100%;
  text-align: center;
}

.yyly-bt p {
  font-size: 24px;
  color: #696969;
}

.yyly-bt h1 {
  font-size: 36px;
}

.yyly-nr {
  position: relative;
  width: 100%;
  height: 100%;
}

.yyly-nr>.change-box {
  position: relative;
}

.yyly-1>ul>li {
  width: 16.66% !important;
}

.yyly-1 {
  margin-bottom: 0 !important;
  position: relative;
}

.yyly-box2 {
  margin: 0;
  padding: 0;
  height: 100%;
}

.yyly-nr2 {
  padding: 10px 10px;
  width: 100%;
  background-color: #fff;
}

.yyly-nr2 a {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 60%;
  float: left;
  position: relative;
}

.yyly-nr2 a img {
  position: relative;
  left: 0;
  top: -50%;
  width: 100%;
}

.yyly-box2>.flex-row {
  height: 100%;
}

.yyly-wen {
  float: left;
  width: 70%;
}

.yyly-wen h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 10px 0 0 0;
}

.yyly-wen h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #ea3c00;
  line-height: 30px;
}

.yyly-wen p {
  margin-top: 2px;
  color: #565656;
}

.yyly-ckxq {
  width: 12%;
  float: right;
  margin-right: 4%;
  margin-top: 2%;
}

/* 第五屏 */
.hzhb-box {
  position: relative;
  background-color: #fff;
  height: 100%;
  width: 100%;
  background: url(../image/hezuo.jpg);
  background-size: 100% 100%;
}

.hzhb-box1 {
  position: relative;
  width: 90%;
  max-width: 1600px;
  top: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hzhb-wenan {
  width: 44%;
  float: left;
}

.dqbox {
  width: 50%;
  float: right;
  position: relative;
}

.cloud1 {
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
  animation: cloud1 20s linear infinite;
  max-width: 62%;
  width: 62%;
  right: 0;
}

.cloud2 {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  left: 0;
  margin-top: 30%;
  width: 150%;
  max-width: 200%;
  animation: cloud2 10s linear infinite;
}

.dqbox img {
  width: 100%;
}

.hzhb-wenan h1 {
  font-size: 36px;
  margin-bottom: 25px;
}

.hzhb-wenan h2 {
  font-size: 24px;
  color: #696969;
  letter-spacing: 2px;
}

.hzhb-wenan p {
  margin-bottom: 7.1%;
  line-height: 28px;
}

.hzhb-wenan>.ckxq-box>a {
  margin: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

.hzlogo-1 a {
  width: 29%;
  display: block;
  background-color: #fff;
  float: left;
  margin-bottom: 2%;
  margin-right: 2%;
  border-radius: 4px;
  overflow: hidden;
}

.hzlogo-1 a:nth-of-type(3) {
  margin-right: 0;
}

.hzlogo-1 a:nth-of-type(6) {
  margin-right: 0;
}

.hzlogo-1 a img {
  width: 100%;
}

.an-box1 {
  border: solid 1px #007aff;
  border-radius: 4px;
  padding: 50px 20px;
  top: 60%;
}

.an-box2 {
  right: 0 !important;
  top: 22px !important;
}

.hzlogo-1 {
  width: 100%;
}

.hzhb-logo {
  margin-top: 25%;
}

.pointbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.point {
  position: absolute;
  text-align: center;
}

.point img {
  width: 30%;
}

.text1 {
  font-size: 16px;
  width: 80px;
  text-align: center;
  line-height: 28px;
  background-color: #337ab7;
  color: #fff;
  margin-bottom: 10px;
}

.point:nth-child(1) {
  top: 17%;
  left: 10%;
}

.point:nth-child(2) {
  top: 2%;
  left: 65%;
}

.point:nth-child(3) {
  top: 15%;
  left: 62%;
}

.point:nth-child(4) {
  top: 10%;
  left: 75%;
}

.point:nth-child(5) {
  top: 33%;
  left: 80%;
}

.point:nth-child(6) {
  bottom: 38%;
  right: 12%;
}

/* 第七屏 */
.section7 {}

.news-box {
  position: relative;
  padding: 60px 0 120px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  background: url(../image/nwes.jpg);
}

.news-nr {
  position: relative;
  top: 30%;
  margin: 0 auto;
  max-width: 1600px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

.news-nr a {
  display: block;
  width: 28%;
  padding: 10px;
  border: solid 1px #f1f1f1;
  border-radius: 4px;
  overflow: hidden;
  transition: all .5s;
  position: relative;
  float: left;
  margin-right: 8%;
  background-color: #fff;
}

.news-nr a:nth-child(3) {
  margin: 0;
}

.news-nr a:hover {
  text-decoration: none;
}

.news-nr a img {
  width: 100%;
  transition: all .5s;
}

.news-nr a h1 {
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}

.line {
  width: 40px;
  height: 3px;
  background-color: #edf0ed;
  margin: 0 auto 12px;
}

.news-nr a p {
  color: #c5c7c5;
  font-size: 12px;
  margin-bottom: 25px;
  text-align: center;
}

.news-neirong {
  background-color: #fff;
  padding-top: 40px;
  z-index: 3;
  transition: all .5s;
}

.news-nr a:hover img {
  transform: scale(1.2);
}

.news-img {
  overflow: hidden;
}

.news-nr a:hover {
  background-color: #0056a2;
}

.news-nr a:hover .news-neirong {
  background-color: #0056a2;
}

.news-nr a:hover h1 {
  color: #fff;
}

.news-nr a:hover p {
  color: #fff;
}

.news-nr a:hover .line {
  color: #fff;
}

.news-nr a:hover i {
  color: #fff
}

.ioc-box1 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  border-top: solid 1px #f1f1f1;
  border-left: solid 1px #f1f1f1;
}

.ioc-box1 i {
  font-size: 30px;
  color: #dcdcdc;
  transition: all .5s;
}

.news2 {
  position: relative;
  bottom: 6%;
}

/* 第八屏 */
.lxwm-box {
  position: relative;
  padding: 0;
}

.map-box {
  position: relative;
  overflow: hidden;
  top: 0;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  height: 600px;
}

.index-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #0056a2;
}

.footer-left {
  max-width: 1720px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

.syht-m {
  color: #fff;
}

.addr {
  line-height: 28px;
  color: #fff;
  padding-left: 50px;
  margin-bottom: 14px;
}

.syht-m1 {
  background: url(../images/ft_01.png) no-repeat left center;
}

.syht-m2 {
  background: url(../images/ft_02.png) no-repeat left center;
}

.addrbox {
  float: left;
  width: 40%;
  padding: 0 5%;
}

.addrbox>a {
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(237, 237, 237, 0.3);
}

.footer-right {
  float: right;
  width: 60%;
}

.footer-right li {
  float: left;
  width: 25%;
}

.footer-right li a {
  color: #fff;
  display: block;
  line-height: 38px;
  transition: all .5s;
}

.footer-right li a:hover {
  text-decoration: none;
  color: #fbad58;
}

.footer-right li a:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
}

.bq-box {
  width: 100%;
  border-top: 1px solid rgba(237, 237, 237, 0.3);
  padding: 0 10px;
}

.bq1 {
  max-width: 1600px;
  line-height: 45px;
  margin: 0 auto;
  color: #fff;
}

.bq1 a {
  line-height: 45px;
  color: #fff;
}

.bq2-z {
  float: left;
}

.bq2-y {
  float: right;
}

@keyframes cloud1 {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 200px;
    top: 0px;
  }

  50% {
    left: 0px;
    top: 0px;
  }

  75% {
    left: 200px;
    top: 0px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@keyframes cloud2 {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 200px;
    top: 0px;
  }

  50% {
    left: 0px;
    top: 0px;
  }

  75% {
    left: 200px;
    top: 0px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

@media only screen and (max-width: 1600px) {
    .wrap-box p {
    line-height: 2;
    font-size: 14px;
    text-align: justify;
}
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 28px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 60px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }

  .news2 {
    bottom: 3%;
  }

  .an-box1 {
    padding: 46px 20px;
  }

  .inner1 span:nth-of-type(8) {
    display: none !important;
  }
}

@media only screen and (max-width: 1440px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 24px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 40px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 18px;
    margin-top: 5px;
  }

  .header .navbar_nav li a {
    padding: 0 20px;
  }

  .an-box1 {
    padding: 41px 20px;
    top: 62%;
  }

  .dqbox {
    margin-top: 8%;
  }

  .change-box .item {
    margin-bottom: 4%;
  }

  .header .nav {
    margin-right: 0 !important;
  }

  .inner1 span:nth-of-type(7) {
    display: none !important;
  }
}

@media only screen and (max-width: 1366px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 26px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 16px;
  }

  .index_main .section1 .index_banner .slick-arrow {
    background-size: auto 30px;
  }

  .logo-box {
    width: 20%;
  }

  .header .navbar_nav li a {
    padding: 0 22px;
  }
       .wrap-box p {
    font-size: 12px;
}
}

@media only screen and (max-width: 1300px) {
  .ioc-box {
    display: none;
  }
}

@media only screen and (max-width: 1240px) {
  .header .navbar_nav li a {
    padding: 0 18px;
  }


  .change-box .change-cut ul li:nth-child(7) {
    display: none;
  }

  .change-box .change-cut ul li:nth-child(8) {
    display: none;
  }

  .change-box .change-cut .tab {
    width: 16.66%;
  }

  .content>a:nth-child(9) {
    display: none;
  }

  .content>a:nth-child(10) {
    display: none;
  }

  .change-box .item {
    width: 24%;
  }

  .yyly-nr2 a {
    height: 48%;
  }

  .yyly-ckxq {
    margin-top: 6%;
  }

  .an-box1 {
    padding: 28px 15px;
    top: 68%;
    right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 18px;
  }

  .bottom-box1 {
    height: 35%;
  }

  .bottom-box1 .circlebox .sbox .canvasbox {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  .bottom-box1 .circlebox .sbox .text {
    margin: 18px auto;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 22px;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .header {
    padding: 0 15px;
  }

  .logo-box a {
    border-right: none;
  }

  .logo-box {
    width: 40%;
    height: 60px;
    margin: 0;
  }

  .header #navToggle {
    position: absolute;
    right: 15px;
    top: 0;
  }

  .nybannerimg {
    height: 200px;
  }

  .nybannerimg img {
    height: 200px;
  }

  .news-nr a {
    margin-top: 2rem !important;
    width: 100%;
  }

  .news-box {
    padding: 10px !important;
    width: 100%;
  }

  .dqbox {
    width: 100%;
    margin-right: 0;
  }

  .hzhb-wenan h2 {
    margin-top: 10px;
    text-align: center;
  }

  .hzhb-wenan {
    width: 100%;
  }

  .wrap-box h2,
  .wrap-box h1 {
    text-align: center;
  }

  .hzhb-wenan h1 {
    margin-bottom: 0;
    text-align: center;
  }

  .change-content {
    padding: 20px 0;
  }

  .change-box .item {
    width: calc((100% - 16px) / 2);
  }

  .change-box .item {
    margin: 4px;
  }

  .contents {
    padding: 0 10px;
  }

  .change-box .change-cut .tab {
    width: 25%;
    border-bottom: 1px solid #e5e5e5;
  }

  .about-box-2 {
    display: block !important;
    width: 100%;
    height: 250px;
  }

  .bottom-box1 {
    margin-bottom: 3rem;
  }

  .news-nr a:nth-child(3),
  .news-nr a:nth-child(2),
  .change-box .change-cut .tab:nth-child(8),
  .change-box .change-cut .tab:nth-child(7),
  .change-box .change-cut .tab:nth-child(6) {
    display: block !important;
  }

  .bottom-box1 .circlebox {
    padding: 10px;
  }

  .bottom-box1 .circlebox .sbox .canvasbox {
    width: auto;
    height: 114px;
    margin: 0 auto;
  }

  .ckxq-box a {
    width: 130px;
    height: auto;
    line-height: 38px;
  }

  .wrap-box {
    margin-bottom: 3rem;
  }

  .bottom-box1 .circlebox .sbox .canvasbox .infobox .num {
    font-size: 34px;
  }

  .bottom-box1 .circlebox .sbox .text {
    margin-bottom: 0;
  }

  .about-box1 {
    padding: 3rem 1rem !important;
  }

  .wrap-box {
    width: 100% !important;
    left: 0;
  }

  .bottom-box1,
  .hzhb-box {
    overflow: hidden;
  }

  .news2,
  .news-nr,
  .yyly-nr2 a img,
  .yyly-nr,
  .yyly-bt,
  .change-box,
  .bottom-box1 .circlebox .sbox,
  .bottom-box1,
  .wrap-box,
  .hzhb-box1 {
    position: relative;
  }

  .bottom-box1 .circlebox .sbox {
    transform: none;
    top: 0;
    left: 0;
    width: auto;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }

  .chakan-box {
    width: 112px;
    height: auto;
    line-height: 32px;
  }

  .container {
    padding: 0;
  }

  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .index_main .section1 .index_banner .item {
    height: 42vh;
  }

  .index_main .section1 .index_banner .item .inner .block_txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    top: 35%;
  }

  .index_main .section1 .index_banner .slick-arrow {
    display: none !important;
  }

  .index_main .section1 .index_banner .slick-dots {
    position: absolute;
    bottom: 12px;
  }

  .index_main .section1 .index_banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
  }

  .index_main .section1 .index_banner .slick-dots li button {
    display: none;
  }

  .index_main .section1 .index_banner .slick-dots li.slick-active {
    background: #fff;
  }

  .index_main .section1 .number {
    bottom: 12%;
    display: none;
  }

  .index_main .section1 .number1 {
    display: block;
  }

  .index_main .section1 .number span {
    margin-right: 22px;
  }

  .index_main .section1 .number span:after {
    bottom: -14px;
  }
}

@media only screen and (max-width: 768px) {
  .kf-qq {
    width: 120px !important;
    right: -102px !important
  }

  .kf-yc {
    right: 0px !important
  }

  .qq_czaa {
    margin-left: 2px !important;
    margin-right: 2px !important
  }

  .change-box .change-cut .tab:nth-child(6) {
    display: none;
  }

  .content>a:nth-child(9) {
    display: block;
  }

  .yyly-1>ul>li:nth-child(6) {
    display: block !important;
  }

  .yyly-nr2 a {
    height: 40%;
  }

  .yyly-nr2 a img {
    top: 0;
  }

  .yyly-wen {
    width: 100%;
  }

  .yyly-ckxq {
    width: 100%;
    margin: 0;
    margin-top: 4%;
  }

  .hzhb-logo {
    margin-top: 14%;
  }

  .footer-right {
    display: none;
  }

  .addrbox {
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .logo-box span {
    display: none;
  }

  .ioc-box ul li {
    margin-left: 12px;
  }

  .change-box .change-cut {
    margin: 0;
  }

  .text1 {
    font-size: 12px;
    width: 52px;
    line-height: 16px;
  }

  .news-nr a:nth-child(2) {
    display: none;
  }

  .news-nr {
    width: 100%;
  }

  .news-nr a:nth-child(3) {
    display: none;
  }

  .news2 {
    bottom: 1%;
  }

  .map-box {
    top: -18%;
  }

  .about-box-2 {
    display: none;
  }

  .about-box {
    width: 100%;
  }

  .bottom-box1 .circlebox {
    width: 33.33%;
  }

  .yyly-nr {
    top: 12%;
  }

  .yyly-bt {
    top: 6%;
  }

  .hzhb-box1 {
    top: 6%;
  }

  .an-box1 {
    padding: 24px 15px;
  }

  .lxwm-box {
    overflow: hidden;
  }

  .wrap-box h1 {
    font-size: 28px;
  }

  .contents {
    height: 88%;
    overflow: hidden;
  }

  .change-box .change-cut .tab {
    font-size: 12px;
  }

  .ckxq-box1 {
    display: none;
  }

  .bottom-box1 {
    height: 40%;
  }
}

@media only screen and (max-width: 375px) {
  .news-nr {
    top: 22%;
  }

  .yyly-ckxq {
    margin-top: 0;
  }

  .wrap-box {
    width: 79%;
  }
}

@media only screen and (max-width: 320px) {}
