a {
  outline: none !important;
  text-decoration: none !important;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}


.slideshow {
  width: 100%;
  height: 6.8rem;
  overflow: hidden;
}

.carousel-btn a {
  display: inline-block;
  width: 15px;
  height: 5px;
  margin: 0 6px;
  background: #f4f7fe;
}

.carousel-btn .selected {
  background: #000;
  cursor: default;
  width: 15px;
}

.carousel-btn a span {
  display: none;
}

.carousel-btn-fixed {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  margin: 0;
  z-index: 100;
  text-align: center;
}

#banner .arrow-left {
  background: url(../img/banner_arrow.png) no-repeat left top;
  position: absolute;
  left: 20px;
  top: 55%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  z-index: 999;
}

#banner .arrow-right {
  background: url(../img/banner_arrow.png) no-repeat left bottom;
  position: absolute;
  right: 20px;
  top: 55%;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  z-index: 999;
  outline: none;
}

#banner .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 1rem;
  width: 100%;
  z-index: 999999;
}

#banner .swiper-pagination-bullet {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  opacity: 1;
  border-radius: 10px;
  background: #b5b5b5;
  margin: 0 3px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}

#banner .swiper-pagination-bullet-active {
  background: #fdd000;
  width: 0.16rem;
}

/* #banner .swiper-wrapper {
  height: 680px;
} */

#banner .swiper-slide .hbanner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#banner .swiper-slide .banner2 {
  position: absolute;
  left: 4.2rem;
}

#banner .swiper-slide .banner5 {
  position: absolute;
  right: 4.1rem;
}

#culture {
  width: 10.7rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-top: -1rem;
  position: relative;
  z-index: 20;
}

#culture .company {
  height: auto;
  width: 49%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  box-sizing: border-box;
  transition: background-size ease 0.3s;
  cursor: pointer;
  position: relative;
}

#culture .company:hover {
  background-size: 106% 106%;
}

#culture .company:hover .hcom {
  background-color: rgba(0, 0, 0, 0);
}

#culture .company .hcom {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
  padding: 0.3rem;
}

#culture .company .name {
  font-size: 0.18rem;
  color: #ffffff;
  text-align: right;
}

#culture .company .ename {
  font-size: 0.14rem;
  color: #ffffff;
  text-align: right;
  margin-top: 0.04rem;
}

#culture .company .hg {
  position: relative;
  margin-top: 0.04rem;
}

#culture .company .hg img {
  display: block;
  position: absolute;
  right: 0;
  width: 1.5rem;
}

#culture .company .content {
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-top: 0.22rem;
  line-height: 1.5;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.01rem;
}

.hTitle {
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
  margin-top: 0.8rem;
  font-weight: bold;
}

.shTitle {
  font-size: 0.16rem;
  color: #666666;
  text-align: center;
  margin-top: 0.12rem;
}

#server {
  width: 100%;
  height: 6.28rem;
}

#server .hContent {
  width: 10.7rem;
  margin: 0 auto;
  height: 3.7rem;
  flex-direction: row;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

#server .hContent ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#server .hContent li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 2.9rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s linear;
  cursor: pointer;
  overflow: hidden;
  background-size: contain;
}

#server .hContent li:nth-of-type(1) {
  background-image: url(../img/index/5.jpg);
}

#server .hContent li:nth-of-type(2) {
  background-image: url(../img/index/3.jpg);
}

#server .hContent li:nth-of-type(3) {
  background-image: url(../img/index/4.jpg);
}

#server .hContent li.active {
  width: 4.66rem;
  background-image: url(../img/index/6.jpg);
}

#server .himg {
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.35rem;
  margin-top: 0.5rem;
  transition: all .3s linear;
  background-size: contain;
}

#server .hname {
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-left: 0.36rem;
  margin-top: 0.3rem;
}

#server .hename {
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-left: 0.36rem;
  margin-top: 0.14rem;
}

#server .hcontents {
  display: none;
}

#server.active .himg {
  margin-top: 0.34rem;
}

#server .active .hname {
  color: rgba(11, 49, 143, 1);
}

#server .active .hename {
  display: none;
}


#server .active .hcontents {
  display: block;
  width: 4rem;
  margin: 0 auto;
  color: #0B318F;
  font-size: 0.16rem;
  line-height: 1.6;
  margin-left: 0.36rem;
  margin-top: 0.14rem;
  overflow: hidden;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.newhf {
  width: 100%;
  height: 3.54rem;
  /* background-image: url(../img/index/13.png); */
  background-size: 100% 100%;
  border-top: 1px solid rgba(0, 0, 0, 0);
  transition: background-size ease 0.5s;
  background-position: center;
  background-repeat: no-repeat;
}

.newhf:hover {
  background-size: 103% 103%;
}

.hfname {
  font-size: 0.36rem;
  color: #FFFFFF;
  margin-left: 4.3rem;
  margin-top: 0.67rem;
}

.hfename {
  font-size: 0.3rem;
  color: #FFFFFF;
  margin-left: 4.3rem;
}

#new {
  width: 100%;
  /* background-image: url(../img/index/15.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.8rem;
}

#new .hContent {
  width: 10.7rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}

/* 文章 */
.headlines-list-2col .headlines-content {
  width: 45%;
  float: left;
  display: inline;
  margin-right: 5%;
}

.headlines-list-2col .headlines-content p {
  font-size: 0.14rem;
}

.headlines-list-2col .headlines-content p a {
  display: block;
}

.headlines-list-2col .headlines-content p img {
  display: block;
  width: 100%;
  height: 3.07rem;
}

.headlines-list-2col .headlines-content h2 {
  font-size: 0.18rem;
  line-height: normal;
  margin-bottom: 0.08rem;
  margin-top: 0rem;
}

.headlines-list-2col .headlines-content h2 a {
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.headlines-list-2col .headlines-content h2 a:hover {
  text-decoration: none;
  color: #005db4;
}

.headlines-list-2col .headlines-content-summary {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.headlines-list-2col .headlines-others {
  overflow: hidden;
}

.headlines-list-2col .headlines-others .entry-set-time-hl .entry-item {
  border-bottom: none;
  margin-bottom: 0.24rem;
}

.headlines-list-2col .headlines-others .entry-set-time-hl .entry-summary {
  margin-bottom: -8px;
}

.entry-list-time-hl .entry-item {
  position: relative;
  padding-left: 1.1rem;
  border-bottom: 1px dotted #ccc;
  min-height: 0.8rem;
  height: auto !important;
}

.entry-list-time-hl .time {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  background-color: #f2f2f2;
  text-align: center;
  font-family: Arial;
}

.entry-list-time-hl .time-day {
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #fff;
  color: #666;
  font-size: 30px;
}

.entry-list-time-hl .time-date {
  display: block;
  color: #999;
  line-height: 22px;
  font-size: 12px;
}


.entry-set-time-hl .entry-title {
  margin-bottom: 0.18rem;
}

.entry-set-time-hl .entry-title h2 {
  font-size: 0.14rem;
  margin-top: 0;
  margin-top: 0;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.entry-set-time-hl .entry-title h2 a {
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  font-size: 0.16rem;
}

.entry-set-time-hl .entry-title h2 a:hover {
  text-decoration: none;
  color: #005db4;
}

.entry-set-time-hl .entry-summary {
  color: #808080;
  font-size: 0.13rem;
}

.entry-set-time-hl .time {
  width: 0.79rem;
}

.entry-set-time-hl .time-day {
  font-size: 0.25rem;
  line-height: 2;
  height: 0.46rem;
  margin-bottom: 0;
  font-weight: 600;
}

.entry-set-time-hl .time-date {
  font-size: 0.12rem;
  line-height: 2;
  margin-bottom: 0;
  max-height: 0.44rem;
  overflow: hidden;
  font-weight: 600;
}

.entry-list-time-hl-col .entry-item {
  border-bottom: none;
}

.entry-thumbnail-list .entry-item {
  border-bottom: none;
  padding-bottom: 9px;
  margin-bottom: 9px;
}

.entry-thumbnail-list .entry-title h2 {
  font-weight: normal;
  font-size: 13px;
}

.entry-thumbnail-list .price strong {
  font-weight: normal;
}

.module-full-screen-more {
  float: none;
  clear: both;
  margin-top: 30px;
  text-align: center;
}

.module-full-screen-more a {
  display: inline-block;
  line-height: 0.34rem;
  padding: 0 0.35rem;
  border: 1px solid #999;
  color: #666;
  transition: all 0.3s ease 0s;
  font-size: 0.14rem;
  margin-top: -0.16rem;
}

.module-full-screen-more a:hover {
  background-color: #005db4;
  border-color: #005db4;
  color: #fff;
  text-decoration: none;
}

#partner {
  width: 100%;
  /* background-image: url(../img/index/16.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 0.5rem;
}

#partner .hContent {
  width: 18rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  padding: 0;
}

#partner .hContent .titlep {
  text-align: center;
  font-size: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0446bd;
  width: 94%;
  margin: 0 auto;
}

#partner .hContent .titlep::before{
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, #ffffff,#e6e3df);
}

#partner .hContent .titlep::after {
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background: linear-gradient(270deg, #ffffff,#e6e3df);
}

#partner .hContent .partnerUl {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  width: 90%;
  margin: 0 auto;
}

#partner .hContent .partnerUl li {
  width: calc(20% - 30px);
  text-align: center;
  margin: 10px 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px 0px #e8e8e8;
  border-radius: 10px;
}

#partner .hContent .partnerUl li dl {
  margin: 0;
}

#partner .hContent .partnerUl li dl:hover dt img {
  transform: scale(1.1, 1.1);
}

#partner .hContent .partnerUl li dl dt {
  height: 1.3rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

#partner .hContent .partnerUl li dl dt img {
  transition: transform .2s linear;
  min-width: 0.9rem;
  max-width: 1.7rem;
  margin: 0 auto;
  max-height: 90%;
}

#partner .hContent .partnerUl li dl dd {
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 1);
  margin: 0.1rem 5px 0.3rem 5px;
}



#new .qhd-content p {
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.15rem;
}



#server2 {
  display: none !important;
}

#phoneSwiper {
  height: 86vw;
  width: 86vw;
  margin: 5vh auto 0;
}

#phoneSwiper .hactive {
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0);
  background-size: cover;
}

#phoneSwiper .hactive .hname {
  color: #ffffff !important;
  font-size: 6vw;
  margin-top: 1vh;
}

#phoneSwiper .hactive .hename {
  display: block;
  font-size: 5vw;
  margin-top: 0;
}

#phoneSwiper .hactive .hcontents {
  color: #ffffff;
  font-size: 4vw;
  width: 74vw;
}

#phoneSwiper .hactive .opas {
  border-top: 1px solid rgba(0, 0, 0, 0);
  background: rgb(12 0 126 / 37%);
  height: 100%;
}

#phoneSwiper .swiper-pagination2 {
  text-align: center;
  width: 100%;
  margin-top: 6vw;
}

#phoneSwiper .swiper-pagination-bullet {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  opacity: 1;
  border-radius: 10px;
  background: #b5b5b5;
  margin: 0 3px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}

#phoneSwiper .swiper-pagination-bullet-active {
  background: #fdd000;
  width: 0.26rem;
}


/* 返回顶部 */
.gotop-wrapper {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 1001;
  background-color: #5fca86;
  border-radius: 5px;
}

.gotop-wrapper a {
  display: none;
  _display: none !important;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: url(../img/icon-gotop-fixed.gif) no-repeat center;
}

/* 联系我们 */
.gotop-wrapper-contact-us {
  position: fixed;
  top: 35%;
  right: 0px;
  z-index: 1001;
  width: 25px;
  height: 120px;
  padding: 5px;
  border-radius: 5px;
  background-color: #5fca86;
  color: #fff;
  font-family: 微软雅黑;
  line-height: normal;
  text-align: center;
  box-sizing: content-box;
}

/* 联系我们详情 */
.gotop-wrapper-contact-us-detail {
  position: fixed;
  top: 19%;
  right: 40px;
  z-index: 1001;
  width: 180px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  /* display: none; */
  box-shadow: -5px 0px 10px #eaeef1,
    /*左边阴影*/
    5px 0px 10px #eaeef1,
    /*右边阴影*/
    0px 5px 10px #eaeef1,
    /*下边阴影*/
    0px -5px 10px #eaeef1;
  /*上边阴影*/
  box-sizing: content-box;
}