@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
/** @清除内外边距 **/
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
button,
input,
textarea,
/* form elements 表单元素 */
table,
th,
td{
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
a {
    font-weight: normal;
    /* font-family: 'PingFang SC Regular','PingFangSC-Regular','Microsoft YaHei New','Microsoft YaHei','sans-serif'; */
}

body,
button,
input,
select,
textarea{
    /* font: 14px/1 Arial, 'PingFang SC Regular','PingFangSC-Regular','Microsoft Yahei', 'sans-serif'; */
    /* font-family: 'PingFang SC Regular','PingFangSC-Regular','Microsoft YaHei New','Microsoft YaHei','sans-serif'; */
}
body,
html{
    /* font-family: 'PingFang SC Regular','PingFangSC-Regular','Microsoft YaHei New','Microsoft YaHei','sans-serif'; */
}
/* @
英文Din black
中文PingFangSC-Semibold, PingFang SC Medium,PingFang SC Regular

font-family: 'Din black';
font-family: 'PingFangSC-Semibold';
font-family: 'PingFang SC Medium';
font-family: 'PingFang SC Regular';
 */

span,
p {
    /* font-family: 'PingFang SC Regular','PingFangSC-Regular','Microsoft YaHei New','Microsoft YaHei','sans-serif'; */
}
/*@h1, h2, h3, h4, h5, h6 { font-size: 100%; }*/
em,
i {
    font-style: normal;
    /* font-family: 'PingFang SC Regular','PingFangSC-Regular','Microsoft YaHei New','Microsoft YaHei','sans-serif'; */
}

/* 将斜体扶正 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/** @重置列表元素 **/
li {
    list-style: none;
}

/** @重置文本格式元素 **/
a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

/** @重置表单元素 **/
img,
video {
    border: 0;
    outline: 0;
}
/* img 搭车：让a链接里的 img 无边框  当没有正确路径时alt的文字大小*/
button,
input,
select,
textarea {
    font-size: 100%;
    line-height: normal;
}

/* 使得表单元素在 ie 下能继承字体大小 */

/** @重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

/* @ie6 7 8(q) bug  */
iframe {
    display: block;
}

/* @清浮动 */
.clearfix:after {
    display: block;
    content: " ";
    clear: both;
}

.clearfix {
    zoom: 1;
    /* for IE6 IE7 */
}

/* @浮动 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.bgfff {
    background-color: #fff;
}
/* @转块 */
.dis-block {
    display: block;
}

.dis-inblock {
    display: inline-block;
}


body {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.fix-width {
    width: 1200px;
    margin: 0 auto;
    max-width: 1688px;
}
/* .max-width {
    max-width: 640px;
    margin: 0 auto;
} */
.position-relative{
    position: relative;
}
.padding-top-n{
    padding-top:50px;
}
.padding-top-160{
    padding-top:160px;
}

.swicth .swiper-button-next,
.swicth .swiper-button-prev{
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0,0,0,.2);
  background-repeat: no-repeat;
  background-size: 46px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .4s all;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -ms-transition: .4s all;
  -o-transition: .4s all;
}
.swicth .swiper-button-prev{
  background-image: url(https://www.momenta.cn/detail/images/icon-lb-prev2.png);
  background-position: 14px center
}
.swicth .swiper-button-next{
  background-image: url(https://www.momenta.cn/detail/images/icon-lb-next2.png);
  background-position: -14px center;
}
.swicth .swiper-button-prev:hover,
.swicth .swiper-button-next:hover{
  background-color: #0068eb;
  border-color: #0068eb;
 /*  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2); */
}
.swicth .swiper-button-prev:hover{
 background-position: -18px center;
}
.swicth .swiper-button-next:hover{
 background-position: 18px center;
}

    