
/* static2 */
@charset "utf-8";
/*初始化*/
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  overflow:hidden
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.c-container {
  position: relative;
  margin: 0 auto;
  width: 72.9%;
  padding-top: 50px;
}
@media (max-width: 1580px) {
  .c-container {
    width: 84%;
  }
}
@media (max-width: 972px) {
  .c-container {
    padding: 0 0.25rem;
    width: 100%;
	margin-top: .25rem;
  }
}
.c-noborder {
  border: 0 !important;
}

.c-font72 {
  font-size: 0.72rem;
}
@media (max-width: 748px) {
  .c-font72 {
    font-size: 1.5rem;
  }
}
.c-font60 {
  font-size: 0.6rem;
}
@media (max-width: 972px) {
  .c-font60 {
    font-size: 0.7rem;
  }
}
@media (max-width: 748px) {
  .c-font60 {
    font-size: 1.5rem;
  }
}
.c-font48 {
  font-size: 0.48rem;
}
@media (max-width: 1260px) {
  .c-font48 {
    font-size: 0.58rem;
  }
}
@media (max-width: 972px) {
  .c-font48 {
    font-size: 0.6rem;
  }
}
@media (max-width: 748px) {
  .c-font48 {
    font-size: 1.2rem;
  }
}
.c-font40 {
  font-size: 0.8rem;
}
@media (max-width: 1260px) {
  .c-font40 {
    font-size: 0.5rem;
  }
}
@media (max-width: 972px) {
  .c-font40 {
    font-size: 0.6rem;
  }
}
@media (max-width: 748px) {
  .c-font40 {
    font-size: 0.5rem;
    font-weight: 100;
  }
}
.c-font36 {
  font-size: 0.36rem;
}
@media (max-width: 972px) {
  .c-font36 {
    font-size: 0.46rem;
  }
}
@media (max-width: 748px) {
  .c-font36 {
    font-size: 1rem;
  }
}
.c-font30 {
  font-size: 0.3rem;
}
@media (max-width: 1580px) {
  .c-font30 {
    font-size: 0.4rem;
  }
}
@media (max-width: 972px) {
  .c-font30 {
    font-size: 0.5rem;
  }
}
@media (max-width: 748px) {
  .c-font30 {
    font-size: 1rem;
  }
  
}
.c-font24 {
  font-size: 0.54rem;
}
@media (max-width: 1580px) {
  .c-font24 {
    font-size: 0.58rem;
  }
}
@media (max-width: 1260px) {
  .c-font24 {
    font-size: 0.36rem;
  }
}
@media (max-width: 972px) {
  .c-font24 {
    font-size: 0.46rem;
  }
}
@media (max-width: 748px) {
  .c-font24 {
    font-size: 0.3rem;
  }
}
.c-font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .c-font20 {
    font-size: 0.26rem;
  }
}
@media (max-width: 1260px) {
  .c-font20 {
    font-size: 0.36rem;
  }
}
@media (max-width: 972px) {
  .c-font20 {
    font-size: 0.46rem;
  }
}
@media (max-width: 748px) {
  .c-font20 {
    font-size: 0.8rem;
  }
}
.c-ptb140 {
  /*padding-top: 1.4rem;*/
  padding-bottom: 1.4rem;
}
@media (max-width: 748px) {
  .c-ptb140 {
    padding-top: .6rem;
    padding-bottom: 1rem;
  }
}
.c-pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 748px) {
  .c-pt140 {
    padding-top: 3rem;
  }
}
.c-pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 748px) {
  .c-pb140 {
    padding-bottom: 1rem;
  }
}

/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 100px;
}
@media (max-width: 972px) {
  #c-placeholder {
    height: 60px;
  }
}
/* 上下页 */
#c-prev-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-prev-next a {
  max-width: 46%;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  transition: 0.5s;
}
#c-prev-next a:hover {
  color: #e9a171;
}
#c-prev-next .prev i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}
#c-prev-next .next i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 748px) {
  #c-prevNext {
    margin: -5px 0;
  }
  #c-prevNext a {
    margin: 5px 0;
  }
  #c-prevNext .prev i {
    margin-right: 10px;
  }
  #c-prevNext .next i {
    margin-left: 10px;
  }
}



/* 分页 */
.c-page {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #666;
  font-size: 14px;
  line-height: 40px;
}
.c-page a {
  margin: 10px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #333;
  transition: 0.5s;
  line-height: 40px;
}
.c-page a:hover,
.c-page a.on {
  color: #fff;
  background-color: #e9a171;
}
.c-page .prev {
  background: url(../images/jt7.png) no-repeat center / 20px auto;
}
.c-page .prev:hover {
  background-image: url(../images/jt8.png);
}
@media (max-width: 748px) {
  .c-page .prev {
    background-color: #e9a171;
    background-image: url(../images/jt8.png);
  }
}
.c-page .next {
  background: url(../images/jt6.png) no-repeat center / 20px auto;
}
.c-page .next:hover {
  background-image: url(../images/jt2.png);
}
@media (max-width: 748px) {
  .c-page .next {
    background-color: #e9a171;
    background-image: url(../images/jt2.png);
  }
}
@media (max-width: 748px) {
  .c-page a {
    display: none;
  }
  .c-page .prev,
  .c-page .next {
    display: inline-block;
  }
}






















/* 公共标题 */
.c-common-title {
  margin-bottom: 0.7rem;
  text-align: center;
}
@media (max-width: 748px) {
  .c-common-title {
    margin-bottom: 1.5rem;
  }
}
.c-common-title .c-en-title {
  font-family: "Arial";
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 0.8;
  color: #eaeaea;
}
@media (max-width: 748px) {
  .c-common-title .c-en-title {
    font-size: 2rem;
  }
}
.c-common-title .c-title {
  font-weight: bold;
  margin-top: -0.25rem;
}
@media (max-width: 748px) {
  .c-common-title .c-title {
    margin-top: -0.8rem;
  }
  .c-common-title .c-title {
  /*font-weight: bold;*/
  /*margin-top: -0.25rem;*/
}
}
.c-common-title .c-text {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 6px;
}
@media (max-width: 1580px) {
  .c-common-title .c-text {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.c-common-title .c-text2 {
  margin: 0.3rem 1rem 0;
  color: #666;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 1580px) {
  .c-common-title .c-text2 {
    font-size: 14px;
  }
}
.c-common-title .c-text3 {
  margin-top: 0.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 18px;
  color: #e9a171;
}
@media (max-width: 1580px) {
  .c-common-title .c-text3 {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  .c-common-title .c-text3 {
    margin-top: 0.5rem;
  }
}
.c-common-title .c-text3 p {
  margin: 0 0.3rem;
}
@media (max-width: 748px) {
  .c-common-title .c-text3 p {
    width: 100%;
    margin: 0;
  }
}










/* #c-news1-1 {
  background: url(../images/xw1-bj.jpg) repeat;
} */
.c-banner14 {
  /* margin-top: 0.7rem; */
}
/* .c-banner14::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: url(../images/xw1-ico1.png) no-repeat center / 100%;
} */
@media (max-width: 748px) {
  .c-banner14::before {
    display: none;
  }
}
.c-banner14::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: url(../images/xw1-ico2.png) no-repeat center / 100%;
}
@media (max-width: 748px) {
  .c-banner14::after {
    display: none;
  }
}
.c-banner14 .c-wrap {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}
@media (max-width: 748px) {
  .c-banner14 .c-wrap {
    padding-bottom: .5rem;
  }
}
.c-banner14 .c-wrap .c-img-box {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 68.5%;
  height: 13.5rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-banner14 .c-wrap .c-img-box {
    height: 12.14rem;
  }
}
@media (max-width: 748px) {
  .c-banner14 .c-wrap .c-img-box {
    width: 100%;
    height: 4rem;
  }
}
.c-banner14 .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.c-banner14 .c-wrap .c-img-box:hover img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
.c-banner14 .c-wrap .c-text-box {
  position: relative;
  z-index: 2;
  padding: 1.7rem;
  margin-left: -1.92rem;
  width: 55%;
  background: rgba(238, 238, 238, 0.95);
  color: #333;
}
@media (max-width: 1580px) {
  .c-banner14 .c-wrap .c-text-box {
    margin-left: -2.2rem;
  }
}
@media (max-width: 972px) {
  .c-banner14 .c-wrap .c-text-box {
    margin-left: -2.4rem;
  }
}
@media (max-width: 748px) {
  .c-banner14 .c-wrap .c-text-box {
    padding: 0.3rem;
    margin-left: 0;
    width: 96%;
  }
  .c-banner14 .c-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.c-banner14 .c-wrap .c-text-box .c-time {
  color: #999;
}
.c-banner14 .c-wrap .c-text-box .c-title {
  height: 1.34rem;
  line-height: 1.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  color: #333;
  transition: all 0.5s;
}
.c-banner14 .c-wrap .c-text-box .c-title:hover {
  color: #e9a171;
}
@media (max-width: 1260px) {
  .c-banner14 .c-wrap .c-text-box .c-title {
    height: 0.46rem;
    line-height: 0.46rem;
  }
}
@media (max-width: 972px) {
  .c-banner14 .c-wrap .c-text-box .c-title {
    height: 0.56rem;
    line-height: 0.66rem;
  }
}
@media (max-width: 748px) {
  .c-banner14 .c-wrap .c-text-box .c-title {
    height: 1rem;
    line-height: 1rem;
  }
}
.c-banner14 .c-wrap .c-text-box .c-text {
  margin: 0.3rem 0 0.7rem;
  color: #666;
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (max-width: 748px) {
  .c-banner14 .c-wrap .c-text-box .c-text {
    margin: 0.2rem 0;
  }
}
.c-banner14 .c-wrap .c-text-box .c-more {
  display: inline-block;
  padding-bottom: 0.3rem;
  color: #e9a171;
}
.c-banner14 .c-wrap .c-text-box .c-more:hover {
  text-decoration: underline;
}
.c-banner14 .swiper-pagination {
  left: 56.5%;
  bottom: 3.3rem;
  text-align: left;
}
@media (max-width: 1580px) {
  .c-banner14 .swiper-pagination {
    left: 56.8%;
    bottom: 3.5rem;
  }
}
@media (max-width: 1260px) {
  .c-banner14 .swiper-pagination {
    bottom: 1.2rem;
  }
}
@media (max-width: 972px) {
  .c-banner14 .swiper-pagination {
    bottom: 0.8rem;
  }
}
@media (max-width: 748px) {
  .c-banner14 .swiper-pagination {
    left: 0;
    bottom: 0;
    text-align: center;
  }
}
.c-banner14 .swiper-pagination .swiper-pagination-bullet {
  vertical-align: bottom;
  border-radius: 0;
  width: 20px;
  height: 3px;
  background: #ddd;
  opacity: 1;
  margin: 0 20px 0 0;
}
.c-banner14 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  background: #e9a171;
}
@media (max-width: 748px) {
  .c-banner14 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
}
#c-news1-2 .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem 0.2rem;
}
@media (max-width: 748px) {
  #c-news1-2 .c-list {
    margin: 0 -0.15rem 0rem;
  }
}
#c-news1-2 .c-list li {
  width: 33.333333%;
  padding: 0 0.25rem 1.8rem;
}
@media (max-width: 748px) {
  #c-news1-2 .c-list li {
    width: 100%;
    padding: 0 0.15rem .6rem;
  }
}
#c-news1-2 .c-list li .c-wrap {
  display: block;
  color: #333;
}
#c-news1-2 .c-list li .c-wrap .c-img-box {
  height: 6.8rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  #c-news1-2 .c-list li .c-wrap .c-img-box {
    height: 7.8rem;
  }
}
@media (max-width: 748px) {
  #c-news1-2 .c-list li .c-wrap .c-img-box {
    height: 4.5rem;
  }
}
#c-news1-2 .c-list li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#c-news1-2 .c-list li .c-wrap .c-text-box .c-time {
  margin-top: 20px;
  color: #999;
}
@media (max-width: 748px) {
  #c-news1-2 .c-list li .c-wrap .c-text-box .c-time {
    margin-top: 0.5rem;
  }
}
#c-news1-2 .c-list li .c-wrap .c-text-box .c-title {
  margin: 10px 0 50px;
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 1580px) {
  #c-news1-2 .c-list li .c-wrap .c-text-box .c-title {
    margin: 10px 0 30px;
    height: 52px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 748px) {
  #c-news1-2 .c-list li .c-wrap .c-text-box .c-title {
    margin: 0.5rem 0;
  }
}
#c-news1-2 .c-list li .c-wrap .c-text-box .c-more {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: #666;
  transition: all 0.5s;
}
#c-news1-2 .c-list li .c-wrap .c-text-box .c-more::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #e9a171;
  transition: all 0.5s;
}
#c-news1-2 .c-list li .c-wrap .c-text-box .c-more i {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(../images/jt5.png) no-repeat center / 100% auto;
}
#c-news1-2 .c-list li .c-wrap:hover .c-img-box img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
#c-news1-2 .c-list li .c-wrap:hover .c-text-box .c-more {
  color: #e9a171;
}
#c-news1-2 .c-list li .c-wrap:hover .c-text-box .c-more::before {
  width: 100%;
}
#c-news1-2 .c-list li .c-wrap:hover .c-text-box .c-more i {
  background-image: url(../images/jt3.png);
}
.forie{
    width: 100%;
    height: 100%;
    background:#eaeaea url(../images/tishi.png) center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}
@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}
a
{
    transition: none ease-out .3s;
    transition-property: none;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
	transition-property: color, background, text-indent, opacity;
    text-decoration: none;
    cursor: pointer;
}
a:hover
{
    text-decoration: none;
}
a:focus
{
    text-decoration: none;
    outline: none;
}
ul,
ol,
li
{
    margin: 0;
    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p
{
    font-weight: normal;
    margin: 0;
}
h1
{
    font-size: 36px;
}
h2
{
    font-size: 30px;
}
.index-hxfw-conts{
    padding: 4.7vw 0 4.2vw;
	background-image: url(../images/ab.jpg);
	/*background-repeat:no-repeat; */
	margin-top: 30px;
}
.hxfw-top{
    text-align: center;
}
.hxfw-top h2{
    color: #333;
    font-size: 1.05rem;
    /* font-weight: bold; */
    margin-bottom: 12px;
}
.hxfw-top p{
    color: #666;
    font-size: 16px;
    margin-bottom: 40px;
}
.hxfw-cont{
    /* padding: 0 2.6vw; */
	width: 80vw;
	margin: 0 auto;
}
.hxfw-cont ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hxfw-cont ul li{
    width: 25%;
    height: 22vw;
    text-align: center;
}
.hxfw-cont ul li img{
    height: 2.5vw;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.hxfw-cont ul li h1{
    color: #000000;
    font-size: 18px;
    margin-top: 0.1vw;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
	font-weight: 600;
}
.hxfw-cont ul li h2{
    color: #000000;
    font-size: 16px;
    margin-top: 0.02vw;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    font-family: "黑体";
    font-weight: 500;
}
.hxfw-cont ul li span{
    display: none;
    width: 4.8vw;
    height: 1px;
    margin: 1.3vw auto 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.hxfw-cont ul li:hover{
    /* box-shadow: 1px 0px 14px 0px #eeeaea; */
}
.hxfw-cont ul li:hover img{
    /* margin-top:0vw; */
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.hxfw-cont ul li:hover h2{
    margin-top: 0.2vw;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.hxfw-cont ul li:hover span{
    display: block;
}
@media (min-width: 1921px) {
    .hxfw-cont ul li{
        width: 25%;
        height: 580px;
    }
    .hxfw-cont ul li img{
        height: 90px;
        margin-top: 50px;
    }
	.hxfw-cont ul li h1{
	    margin-top: 6px;
	}
    .hxfw-cont ul li h2{
        margin-top: 6px;
    }
    .hxfw-cont ul li span{
        width: 95px;
        margin: 25px auto 0;
    }
     .hxfw-cont ul li:hover img{
         margin-top:55px;
    }
    .hxfw-cont ul li:hover h2{
        margin-top: 10px;
    }
    .hxfw-cont ul li:hover span{
        display: block;
    }
    .index-hxfw-conts{
        padding: 90px 0 90px;
    }
}
@media (max-width: 1440px) {
    .hxfw-cont ul li {
        width: 50%;
        height: 32vw;
    }
}
@media (max-width: 1200px){
    
    .hxfw-cont ul li {
        width: 50%;
        height: 50vw;
    }
}
@media (max-width: 750px){
	.hxfw-cont ul li img{
	    height: 9vw;
	    /* margin-top: 1.6vw; */
	    -webkit-transition: all .4s linear;
	    -moz-transition: all .4s linear;
	    -o-transition: all .4s linear;
	}
    .hxfw-top h2{
        font-size: 0.42rem;
        margin-bottom: 20px;
    }
    .hxfw-top p{
        color: #333;
        font-size: 16px;
        padding-bottom: 30px;
        max-width: 80vw;
        margin: 0 auto;
    }
    .hxfw-cont ul li{
        width: 50%;
        height: 76vw;
    }
	.hxfw-cont ul li h1{
	    color: #000000;
	    font-size: 15px;
	    margin-top: 0vw;
	}
    .hxfw-cont ul li h2{
        color: #000000;
        font-size: 14px;
        margin-top: 0vw;
    }
}
@media (max-width: 450px){
	.hxfw-cont ul li h1{
	    color: #000000;
	    font-size: 14px;
	    margin-top: 0vw;
	}
    .hxfw-cont ul li h2{
        color: #000000;
        font-size: 14px;
        margin-top: -1vw;
    }
    .hxfw-cont ul li{
        width: 50%;
        height: 92vw;
    }
    .hxfw-cont ul li img{
        height:12vw
    }
}

.hmFocusWpr{position:relative;}
/* .hmFocus{ height:100vh; background:#000; transform:scale(1.035);} */ /* // 影响底部滚动条 */
.hmFocus_item { height: 100vh; position: relative; overflow: hidden; }
.hmPadPhone_img{display:none;}
.hmFs_bg { height: 100%; width: 100%; background-repeat:no-repeat; background-size:cover; background-position:center center;-webkit-transform:scale(1.12); transform:scale(1.12); }
.hmFocus_item video{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.hmFs_trsBg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/banline.png) repeat-x left top; background-size:auto 100%; }
.hmFs_trsBg:after{content:"";position:absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/hmfs_2.png) repeat-x left bottom; }
.on .hmFs_bg{ visibility: visible; -webkit-animation: scaleBg 6s linear forwards; animation: scaleBg 6s linear forwards;}
.hmFocus .slick-prev{ background: url(../images/fsbtn.png) no-repeat center center; display: inline-block; height: 60px; width: 60px; position: absolute; left: 60px; top: 50%; text-indent: 1000px; white-space: nowrap; overflow: hidden; cursor: pointer; border: 1px solid rgba(255,255,255,0.5); border-radius: 50%; z-index: 3; margin-top: -30px; transform:rotate(180deg); transition:all 0.5s ease-in-out; opacity:0.3; }
.hmFocus .slick-next{ background: url(../images/fsbtn.png) no-repeat center center; display: inline-block; height: 60px; width: 60px; position: absolute; right: 60px; top: 50%; text-indent: 1000px; white-space: nowrap; overflow: hidden; cursor: pointer; border: 1px solid rgba(255,255,255,0.5); border-radius: 50%; z-index: 3; margin-top: -30px; transition:all 0.5s ease-in-out; opacity:0.3; }
.hmFocus .slick-prev:hover,.hmFocus .slick-next:hover{background-image:url(../images/fsbtn.png); opacity:1}
.hmBan_txt,.hmBan_txt3{ position:absolute; left:0; top:50%; transform:translateY(-50%); color:#fff; width:100%; text-shadow:0 2px 8px rgba(0,0,0,0.2); padding-bottom:50px;}
.hmBan_txt p{ font-size: 20px; line-height: 76px; transition: all 0.8s ease; transform: translateY(80px); opacity: 0; letter-spacing: 6px; margin-left: 0px; color: #fff;}
.hmBan_txt strong{ font-size: 45px; line-height: 76px; transition: all 0.8s ease; transform: translateY(80px); opacity: 0; letter-spacing: 6px; display:block; font-weight:normal; margin-left: 0px;}
.on .hmBan_txt strong{ opacity:1; transform:translateY(0); transition-delay:0.2s}
.on .hmBan_txt p{ opacity:1; transform:translateY(0); transition-delay:0.4s}
.hmBan_txt span{visibility:hidden;}
.hmFocusWpr .ope{position: absolute;bottom: 7.2vw;left:auto;left:calc((100% - 80vw)/2);font-size: 0; z-index:3}
.hmFocusWpr .ope ul {display: inline-block;vertical-align: middle;}
.hmFocusWpr .ope ul li {display: inline-block;vertical-align: top;width: 60px;height: 16px;position: relative;margin-right: 10px; cursor:pointer}
.hmFocusWpr .ope ul li:first-of-type {margin-left: 0;}
.hmFocusWpr .ope ul li::before {content: '';position: absolute;left: 0;right: 0;top: 5px;height: 2px;background-color: rgba(255, 255, 255, 0.5);}
.hmFocusWpr .ope ul li span {position: absolute;left: 0;top: 4px;height: 4px;background-color:#005BAB;}
.hmFocusWpr .ope a {display: inline-block;vertical-align: middle;width: 16px;height: 16px;background-position: center;background-repeat: no-repeat;background-image: url(../images/icon-2a.png);margin-left: 20px;}
.hmFocusWpr .ope a.play {background-image: url(../images/icon-3a.png);}

/* .hmFocusWprFixed{ height:100vh;}
.hmFocusWprFixed .hmFocusWpr{position:fixed; height:100vh; left:0; width:100vw;} */
.hmFsLayBg{ position:absolute; left:0; top:0; right:0; bottom:0; z-index:2;backdrop-filter: blur(0px); background:rgba(0,0,0,0.5);visibility:hidden; opacity:0; transition:all 0.8s ease;}
.hmFsLayBg.on{visibility:visible;}
.hmPageBg { height:40%; width: 100%; position: absolute; left: 0px; bottom: 0px; overflow:hidden; transition:all 1.5s ease;}
.canvasBg{height:100%; width:100%; border:none 0; transform:scale(1.3)}
.hmPageLayer{height:100%; width:100%; position:absolute; z-index:1; left:0; top:0; background:#fff; opacity:0}
.hmBan_txt3{ text-align:right;}
.hmBan_c3des{text-align:left; display:inline-block; white-space:nowrap; height:380px; width:680px; text-shadow:0 5px 15px rgba(199,223,235,0.3); position:relative; top:5vh;}
.hmBan_c3des p{ font-size: 24px; line-height: 24px; color: #c7dfeb; height:24px; margin-bottom:36px; }
.hmBan_c3des p:first-child{ font-size: 50px; display: block; line-height:50px; height:50px; margin-bottom:45px; }
.msline{ display:inline-block; width:14px; height:24px; background:#c7dfeb; box-shadow:0 5px 25px rgba(199,223,235,0.3); vertical-align:middle; position:relative; top:-3px;}
@media (max-width:1799px){
.hmFocusWpr .ope{bottom:4.5vw;}
.hmBan_txt p{ font-size: 18px; line-height: 60px; letter-spacing: 4px;}
.hmBan_txt strong{ font-size: 40px; line-height: 60px; letter-spacing: 4px; }
.hmBan_c3des{height:280px; width:500px;}
.hmBan_c3des p{ font-size: 20px; line-height: 20px; height:20px; margin-bottom:26px; }
.hmBan_c3des p:first-child{ font-size: 38px; line-height:38px; height:38px; margin-bottom:32px; }
.msline{ width:10px; height:20px; position:relative; top:-1px;}
.hmFocusWpr .ope{ bottom:10vw; left:calc((100% - 80vw)/2); bottom:6vw;}
}


@media (max-width:1379px){

}
@media (max-width:1199px){
.hmFocusWprFixed .hmFocusWpr{overflow:hidden;}
.hmFocusWpr .ope{ bottom:10vw; left:calc((100% - 970px)/2);}
.hmBan_txt, .hmBan_txt3{padding-bottom:0;}
}
@media (max-width:993px){
.hmBan_txt strong,
.hmBan_txt p{font-size:30px; line-height:46px;}
.hmFocus,.hmFocus_item,.hmFocusWprFixed .hmFocusWpr,.hmFocusWprFixed{ height:500px;}
.hmBan_c3des{height:200px; width:400px;}
.hmBan_c3des p{ font-size: 18px; line-height: 18px; height:18px; margin-bottom:20px; }
.hmBan_c3des p:first-child{ font-size: 30px; line-height:30px; height:30px; margin-bottom:25px; }
.msline{ width:8px; height:18px;}
.hmFocusWpr .ope{left:calc((100% - 750px)/2); bottom:6vw;}
.hmFocusWpr .ope ul li{width:42px;}
.hmFocusWprFixed .hmFocusWpr{position:relative;}
}
@media (max-width:767px){
.hmBan_txt strong,
.hmBan_txt p{font-size:20px; line-height:32px;}
.hmFocus,.hmFocus_item,.hmFocusWprFixed .hmFocusWpr,.hmFocusWprFixed{ height:260px;}
.hmBan_txt{padding-bottom:35px;}
.hmBan_c3des{height:140px; width:200px; transform:translateY(-10px);}
.hmBan_c3des p{ font-size: 12px; line-height: 12x; height:12px; margin-bottom:10px; }
.hmBan_c3des p:first-child{ font-size: 16px; line-height:16px; height:16px; margin-bottom:15px; }
.msline{ width:6px; height:12px;}
.hmFocusWpr .ope{left:15px; bottom:20px;}
.hmFocusWpr .ope ul li{width:32px;}
}
@keyframes hmPubTxtani {
	0% {
		transform:scale(0) translateY(80px); opacity:0;
	}
    10% {
		opacity:1;
	}
	70% {
		transform:scale(1) translateY(0px); opacity:1;
	}
    90% {
		opacity:1;
	}
    100% {
		transform:scale(1) translateY(0px); opacity:0;
	}
}

.gun-hovernone::-webkit-scrollbar-track {
    background: transparent;
}
.gun-hovernone::-webkit-scrollbar-thumb {
    background: transparent;
    /*border-radius: 4px;*/
}
.gun-hovernone::-webkit-scrollbar-thumb:window-inactive {
    background: transparent;
}
.gun-hovernone::-webkit-scrollbar-thumb:vertical:hover {
    background: transparent;
}
@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }
    ::-webkit-scrollbar-track {
        background: #fff;
    }
    ::-webkit-scrollbar-thumb {
        background: #e60012;

    }
    ::-webkit-scrollbar-thumb:window-inactive {
        background: #e60012;
    }
    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #e60012;
    }
    html {
        font-size: 30px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}
@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 40px!important;
    }
}

.index-list2{
    padding:3.25rem 0 1.25rem 0;
}
.index-list2 .left{
    float:left;
    width:28.5%;
}
.index-list2 .left .name{
    font-size:1.05rem;
    color:#444444;
    line-height:1.5rem;
    font-weight: 600;
}
.index-list2 .left .name1{
    font-size:.5rem;
    color:#444444;
    line-height:1.2rem;
}
.index-list2 .shuli{
    margin-top:2.25rem;
    font-size:0;
}
.index-list2 .shuli li{
    float:left;
    padding-bottom: 1rem;
    border-bottom: 1px dashed rgba(232, 232, 232, 1);
}
.index-list2 .shuli li:nth-child(2n-1){
   width:6rem;
}
.index-list2 .shuli li:nth-child(2n){
   width:4rem;
}
.index-list2 .shuli li:nth-child(3){
   margin-top:1rem;
   border-bottom:0;
}
.index-list2 .shuli li:nth-child(4){
   margin-top:1rem;
   border-bottom:0;
}
.index-list2 .shuli li .number .shu{
    font-size:1.2rem;
    font-family: "微软雅黑";
    color:#e60012;
    font-weight:bold;
    line-height:1.2rem;
    vertical-align:top;
}
.index-list2 .shuli li .number .numname{
    font-size:0.45rem;
    color:#e60012;
    vertical-align:top;
    margin-left:0.15rem;
}
.index-list2 .shuli li .num-tit{
    font-size:0.45rem;
    color:#444444;
    line-height:0.5rem;
    margin-top:0.5rem;
}
.index-list2 .more-list2{
    display: inline-block;
    width: 3.6rem;
    height: 1.2rem;
    background-color: #e60012;
    color: #fff;
    line-height: 1.2rem;
    background-position: 2.75rem center;
    background-repeat: no-repeat;
    background-size: 8px;
    background-image: url(../images/next1.png);
    padding-left: 0.75rem;
    font-size: 0.375rem;
    text-align: left;
    margin-top:1.25rem;
    transition:all 0.3s;
}
.index-list2 .right{
    float:right;
    width:71.5%;
    position:relative;
}
.index-list2 .right>img{
    width:80%;
	float: right;
}
.index-list2 .right .map-div{
    position:absolute;
    width:35.7%;
    height:30%;
    border-radius:4px;
    background-color:#e60012;
    right:3.3%;
    bottom:13%;
	opacity: 0.8;
}
.index-list2 .right .map-div .map-list{
    padding: 0 0.75rem;
}
.index-list2 .right .map-div .map-list .name{
    font-size:0.5rem;
    color:#fff;
    height:1.5rem;
    line-height:1.5rem;
    text-align:center;
    border-bottom:1px solid rgba(255, 255, 255, 0.5)
}
.index-list2 .right .map-div .map-list .bottom{
    margin-top:0.3rem;
}
.index-list2 .right .map-div .map-list .sm-left{
    float:left;
    width:99%;
}
.index-list2 .right .map-div .map-list .sm-left .add{
    font-size:0.35rem;
    color:#fff;
    line-height:0.7rem;
    padding-left:0rem;
    background-position:top left;
    background-repeat:no-repeat;
    background-size:0.5rem;
    background-image:url(../images/add.png);
	text-align: center;
}
.index-list2 .right .map-div .map-list .sm-left .tel{
    font-size:0.35rem;
    color:#fff;
    line-height:0.5rem;
    padding-left:0.75rem;
    background-position:top left;
    background-repeat:no-repeat;
    background-size:0.5rem;
    background-image:url(../images/tel.png);
    margin-top:0.5rem;
}
.index-list2 .right .map-div .map-list .sm-right{
    float:right;
    width:40%;
}
.index-list2 .right .map-div .map-list .sm-right img{
    width:100%;
}
@keyframes top0{
    0% {
    transform: translateY(-50%);
   }
    33% {
    transform: translateY(-40%);
   }
    66% {
    transform: translateY(-60%);
   }
   100% {
    transform: translateY(-50%);
}
}
.honer-list1{
    padding: 2rem 0 ;
    background-color:#f5f5f5;
}
.honer-list1 .honer-name{
    font-size:0.75rem;
    color:#000000;
    line-height:1.25rem;
    font-family: "微软雅黑";
    text-align:center;
}
.honer-list1 .honer-swilerp1{
    margin-top:1.25rem;
    position:relative;
    font-size:0;
}
.honer-list1 .honer-ul1 li{
    border: 1px solid #ebebeb;
    box-sizing:border-box;
    background-color:#fff;
    text-align:center;
}
.honer-list1 .honer-page1{
        margin-top:1.5rem;
    position:relative;
    width:100%;
    height:4px;
    background-color:#efefef;
}
.honer-list1 .honer-page1 .swiper-scrollbar-drag{
    background-color:#e60012
}
.honer-list1 .honer-ul1 li .honer-item{
    padding:1rem 0;
    width:80%;
    margin: 0 auto;
}
.honer-list1 .honer-ul1 li .img{
    width:100%;
    overflow:hidden;
}
.honer-list1 .honer-ul1 li .img img{
    width:100%;
    transition:all 0.3s;
}
.honer-list1 .honer-ul1 li .imgname{
    font-size:0.4rem;
    line-height:0.6rem;
    color:#666666;
    margin-top:0.5rem;
}
.honer-list2{
    padding:2rem 0;
    background-color:#fff;
}
.honer-list2 .list2-name{
    font-size:0.75rem;
    line-height:0.8rem;
    font-family: "微软雅黑";
    color:#000;
    text-align:center;
}
.honer-list2 .list2-swiperhoner{
    position:relative;
    overflow: hidden;
    margin-top:0.75rem;
    padding-top: 0.5rem;
}
.honer-list2 .list2-swiperhoner .swiper-slide{
    position:relative;
    transition:all 0.3s;
    margin-top:0;
}
.honer-list2 .list2-swiperhoner .swiper-slide .img-div{
    border: 1px solid #e5e5e5;
    padding: 1rem;
    background-color:#fff;
    text-align:center;
}
.honer-list2 .list2-swiperhoner .swiper-slide .img-div .img{
    overflow:hidden
}
.honer-list2 .list2-swiperhoner .swiper-slide .img-div img{
    width:100%;
    transition:all 0.3s;
}
.honer-list2 .list2-swiperhoner .swiper-slide .img-div .imgname{
    font-size:0.4rem;
    color:#666;
    margin-top:0.5rem;
    line-height:0.6rem;
    text-align:center;
    height:1.2rem;
    overflow: hidden;
}
.honer-list2 .honer-page{
    margin-top:1.5rem;
    position:relative;
    width:100%;
    height:4px;
    background-color:#efefef;
}
.honer-list2 .honer-page .swiper-scrollbar-drag{
    background-color:#e60012
}
.honer-list3{
    padding: 2rem 0 4rem;
    background-color:#f5f5f5;
}
.honer-list3 .list3-swiperhoner{
    position:relative;
    overflow: hidden;
    margin-top:1.25rem;
}
.honer-list3 .list3-swiperhoner .swiper-slide{
    position:relative;
}
.honer-list3 .list3-swiperhoner .swiper-slide .img-div{
    padding:1rem;
    border: 1px solid #e5e5e5;
    box-sizing:border-box;
    background-color:#fff;
}
.honer-list3 .list3-swiperhoner .swiper-slide .img-div .img{
    overflow: hidden;
}
.honer-list3 .list3-swiperhoner .swiper-slide .img-div .img img{
    width:100%;
    transition:all 0.3s;
}
.honer-list3 .list3-swiperhoner .swiper-slide .img-div .imgname{
    font-size:0.4rem;
    line-height:0.6rem;
    text-align:center;
    color:#666;
    margin-top:0.5rem;
}
.honer-list3 .list3-name{
    font-size:0.9rem;
    color:#000;
    text-align:center;
    line-height:1.1rem;
}
.honer-list3 .honer1-page{
    margin-top:1.5rem;
    position:relative;
    width:100%;
    height:4px;
    background-color:#e4e4e4;
}
.honer-list3 .honer1-page .swiper-scrollbar-drag{
    background-color:#e60012
}
.pho-mapimg{
    display:none;
}

@media (min-width: 1680px) and (max-width: 1900px){
.serve-list1 .listul li{
    padding-bottom:25%;
}
.tiyan-list1 .tiyan-ul1 li .imgti .imh-span span{
    margin-right:0.3rem;
}
.index-list1 .list1-div .right .right-mian .more-div{
    margin-top: 0.5rem;
}
}
@media (max-width: 1880px){
.index-list1 .list1-div .list1-swiper-mian{
    margin-top: 1rem;
}
}
@media (max-width: 1680px){
    .index-list2 .right .map-div{
        height: 30%;
    }
.kain-list3 .list3-ul li{
    margin-right:5%;
}
.intr-list1 .right ul li{
    margin:0 0.5rem;
}
.intr-list1 .right ul li:after{
    right:-0.5rem;
}
.devel-list1 .swiper-div .deve-swiper .left{
    width:40%;
}
.story-list1 .left .title-p{
    font-size:0.45rem;
}
.story-list1 .left .div1 .left-p{
    font-size:0.45rem;
}
.story-list1 .left .div1 .right-p{
    font-size:0.45rem;
}
.story-list2 .left .name-p{
    font-size:0.45rem;
}
.story-list3 .div1 .right .name-p{
    font-size:0.45rem;
}
.story-list3 .div2 .left .name-p{
    font-size:0.45rem;
}
.story-list3 .div1 .right .name-p{
    font-size:0.45rem;
}

}
@media (min-width: 1440px) and (max-width: 1680px){
.index-list1 .list1-div .right .right-mian .more-div{
    margin-top:0.3rem;
}

}
@media (max-width: 1440px){
.index-list1 .list1-div .list1-swiper-mian{
    margin-top:1rem;
}
.index-list1 .list1-div .right .right-mian .more-div{
    margin-top:0.5rem;
}

}
@media (max-width: 1366px){
  .index-list1 .list1-div .right .right-mian .li-title{
    margin-top:1rem;
  }
  .index-list1 .list1-div .list1-siwer-page{
    bottom: 7%;
  }
  .index-list1 .list1-div .list1-swiper-mian{
    max-height:8.2rem;
}
}
@media (max-width: 1280px){
  footer .footer-ul li{
    margin-right: 1.4rem;
  }
  .index-list2 .shuli li:nth-child(2n-1){
    width:4rem;
  }
  .index-list2 .right .map-div{
    width:40%;
    height:45%;
  }
  .index-list1 .list1-div .right .right-mian .li-title li{
    margin-top:0.5rem;
    padding-bottom:0.5rem;
  }
  .index-list1 .list1-div .right .right-mian .more-div{
    margin-top:0.5rem;
  }
}
@media (max-width: 1180px){
  footer .footer-ul li{
    margin-right: 1rem;
  }
  .index-list1 .list1-div .right .right-mian{
    overflow: auto;
  }
  
  .index-list2 .left{
    width:35%;
  }
  .index-list2 .right{
    width:65%;
  }
  .index-list2 .right .map-div{
    width:50%;
    bottom:0;
    height:50%;
  }
}
@media (min-width: 1025px) {
.bra-list3 .bra-swiper3 .swiper-slide:hover .img img{
  -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
}
@charset "UTF-8";
@media (max-width: 767px){
    .index-list2 .left .name1{
    font-size:.35rem;
    color:#444444;
    line-height:1.5rem;
}
	.abc{display: none;}
    .index-list2{
    	padding:0.6rem 0;
    }
.index-list2 .left{
	width:100%;
}
.index-list2 .left .name{
	font-size: 0.42rem;
    line-height: 0.6rem;
    text-align: center;
    width: 100%;
}
.index-list2 .left .name2{
	font-size: 0.32rem;
    line-height: 0.6rem;
    text-align: center;
    width: 100%;
}
.index-list2 .shuli{
	margin-top:0.5rem;
	text-align:center;
}
.index-list2 .shuli li{
	width:25% !important;
	margin: 0;
}
.index-list2 .shuli li .number .shu{
	font-size: 0.38rem;
    line-height: 0.5rem;
}
.index-list2 .shuli li .number .numname{
	font-size:0.24rem;
}
.index-list2 .shuli li .num-tit{
	font-size:0.24rem;
	line-height:0.3rem;
	margin-top:0.15rem;
}
.index-list2 .shuli li{
	padding-bottom:0;
	margin-top:0 !important;
	border-bottom:0px !important;
}
.index-list2 .right{
	display:none;
}
.index-list2 .pho-mapimg{
display:block;
margin-top:0.3rem;
}
.index-list2 .pho-mapimg img{
	width:100%;
}
.index-list2 .more-list2{
	margin: 0.3rem auto 0;
    height: 0.8rem;
    width: 2.5rem;
    font-size: 0.24rem;
    margin-top: 0.3rem;
    padding-left: 0.5rem;
    background-position: 2rem center;
    line-height: 0.8rem;
    display:block;
}
footer .footer-bottom p a{
	display:inline-block
}
footer .footer-bottom{
	height:auto;
	padding-bottom:0.3rem;
}

footer .footer-top .select {
   width: 2.7rem;
    position: relative;
    margin: 0.4rem auto 0;
    display:block;
    float:right;
    margin-right:0.5rem;
}
footer .footer-top .select .tit{
	display: block;
    border: 1px solid rgba(255,255,255,.2);
    line-height: 0.8rem;
    height: 0.8rem;
    padding: 0 .3rem;
    color: #7f7f7f;
    font-size: .24rem;
    position: relative;
    background-image:url(../images/f-xia.png);
    background-position:2.2rem center;
    background-size:8px;
    background-repeat:no-repeat;
}
footer .footer-top .select .sub{
	    position: absolute;
    left: 0;
    bottom: 0.7rem;
    width: 100%;
    border: 1px solid rgba(255,255,255,.2);
    box-sizing: border-box;
    background-color: #212121;
    max-height: 2.1rem;
    overflow: hidden;
    display: none;
}
footer .footer-top .select.on .sub{
	display:block
}
footer .footer-top .select .sub a {
    display: block;
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 .3rem;
    border-bottom: 1px solid rgba(255,255,255,.2);
    color: #7f7f7f;
    font-size: .24rem;
    transition: all .3s;
}
footer .footer-right{
	position: relative;
    top: auto;
    right: auto;
    text-align: center;
    display:block;
}
footer .footer-right .right-name{
	font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
    display:none;
}
footer .footer-right .share-imgmore a{
	width: 0.6rem;
    height: 0.6rem;
        line-height: 0.6rem;
        border:1px solid rgba(255,255,255,0.3);
}
footer .footer-right .guan-img{
	float: left;
        width: 300px;
        height: 300px;
        background-color: red;
}
footer .footer-right .guan-img .img-name{
	font-size:0.24rem;
	margin-top:0.2rem;
	margin-left:-18%;
}

footer .footer-right .guan-img1{
	background-color: orange;
        margin-left: 310px;
        height: 300px;
}
footer .footer-right .guan-img1 .img-name{
	font-size:0.24rem;
	margin-top:0.2rem;
	margin-left:-18%;
}
footer .footer-right .pojoi{
	display:block;
	    width: 80%;
    margin: 0.4rem auto 0;
    position:relative
}
footer .footer-right .pojoi .share-imgmore{
	float:left;
}
footer .footer-right .pojoi1{
	display:none;
}
footer .footer-right .pojoi .f-logo{
	position:absolute;
	top:0.3rem;
	transform:translateY(-50%);
	right:0;
}
footer .footer-right .pojoi .f-logo img{
	width:1.6rem;
}
footer .footer-right .share-imgmore a.curs {
	opacity: 1;
}
footer .footer-right .share-imgmore a.curs .ma-img{
	opacity: 1;
	    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
        visibility: inherit;
        bottom:-1.4rem;
}
