/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  font-family: "Microsoft Yahei", "PingFang SC";
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display:  none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display:  none;
}
/*清除IE下的 search 叉号*/
input {
  background: none;
}
button {
  border: none;
  cursor: pointer;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1500 {
  width: 78.12%;
  min-width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0 auto;
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
.content {
  min-height: 500px;
}
@font-face {
  font-family: "Regular";
  src: url("../font/regular.ttf");
}
@font-face {
  font-family: "PopBold";
  src: url("../font/bold.ttf");
}
@media (max-width: 1200px) {
  .w,
  .w1200,
  .w1400,
  .w1600 {
    margin: 0 auto;
    width: 92%;
    min-width: 0%;
  }
  /*锚点定位*/
  .anchor {
    top: -1.8rem;
  }
  .content {
    min-height: 70vh;
  }
}
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
@keyframes menu_circle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
.swiper-pagination {
  bottom: auto;
  top: 0;
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 3px;
  color: #fff;
  font-family: Regular;
}
.swiper-pagination .current {
  margin-right: 4px;
  font-size: 30px;
  color: #0c9299;
}
.swiper-button-next,
.swiper-button-prev {
  position: fixed;
  transition: all 0.5s;
  width: 60px;
  height: 60px;
  border: #ffffff 1px solid;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.swiper-button-prev {
  left: 3%;
  background: url(../images/icon/i1.png) center no-repeat;
  /* &:hover{
        border: rgba(255,255,255,0) 1px solid;
        background:rgba(0,0,0,0.2) url(../images/icon/i1.png) center no-repeat;
    } */
  border: rgba(255, 255, 255, 0) 1px solid;
  background: rgba(0, 0, 0, 0.2) url(../images/icon/i1.png) center no-repeat;
}
.swiper-button-next {
  right: 3%;
  background: url(../images/icon/i2.png) center no-repeat;
  /* &:hover{
        border: rgba(255,255,255,0) 1px solid;
        background:rgba(0,0,0,0.2) url(../images/icon/i2.png) center no-repeat;
    } */
  border: rgba(255, 255, 255, 0) 1px solid;
  background: rgba(0, 0, 0, 0.2) url(../images/icon/i2.png) center no-repeat;
}
@media (max-width: 1500px) {
  .swiper-button-prev {
    left: 2%;
  }
  .swiper-button-next {
    right: 2%;
  }
}
.fadeInUp_box {
  -webkit-animation-name: fadeInUp_box;
  animation-name: fadeInUp_box;
}
@-webkit-keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
@-webkit-keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
