@charset "UTF-8";

* {
  font-family:"Roboto","PingFangSC", "Microsoft YaHei", "微软雅黑", "黑体", "宋体", "Arial", sans-serif;
  color: #333333;
  margin: 0px;
  padding: 0px;
}

html,
body {
  overflow-x: hidden;
}

:focus {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
img,
button,
dl,
dt,
dd,
span {
  transition: all .5s;
  font-size: 14px;
}

ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
hr {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
    
  overflow: hidden;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: none;
}

a {
  color: #333333;
}

ul,ol {
  list-style: none;
}

ul:before,
ul:after {
  display: none;
}

input {
  outline: none;
  border: none;
  background: none;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.container {
  width: 1200px;
}
.con1750 {
  width: 1750px;
  margin: 0 auto;
}
.con1500 {
  width: 1500px;
  margin: 0 auto;
}

.con1560 {
  width: 1560px;
  margin: 0 auto;
}
.con1440 {
  width: 1440px;
  margin: 0 auto;
}
.con1280 {
  width: 1280px;
  margin: 0 auto;
}
.con1300 {
  width: 1300px;
  margin: 0 auto;
}
.con1200 {
  width: 1200px;
  margin: 0 auto;
}
.con90 {
  width: 90%;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix,
.clear,
.clearboth {
  clear: both;
}

.flexrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.nopadding {
  padding: 0px;
}

input::placeholder {
  font-family: HelveticaNowDisplay-Medium;
	font-size: 18px;
	color: #b3b3b3;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  font-family: HelveticaNowDisplay-Medium;
	font-size: 18px;
	color: #b3b3b3;
}

textarea::placeholder {
  font-family: HelveticaNowDisplay-Medium;
	font-size: 18px;
	color: #b3b3b3;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.idx_flexstart {
  justify-content: flex-start;
}

/* css 动画 */
@keyframes jtmove {
  0% {
   margin-top: 5px;
  }
  50% {
    margin-top: 30px;
  }
  100% {
    margin-top: 5px;
  }
}

@keyframes runline {
  0% {
    width: 0px;
  }
  100% {
    width: 32px;
  }
}

@keyframes runpao {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes runfeng {
  0% {
    opacity:  0;
  }
  50% {
    opacity:  1;
  }
  100% {
    opacity:  0;
  }
}

@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }


  100% {
    transform: rotate(180deg);
  }
}

@keyframes diqiu {
  0% {
    right: -150px;
    top: -150px;
  }
  50% {
    right: -810px;
    top: -500px;
  }
  100% {
    right: -150px;
    top: -150px;
  }
}
/* animation:mymove 5s infinite; */


/* 特殊字体 */
@font-face {
  font-family: HelveticaNowDisplay-Regular  ;
  src: url('../fonts/HelveticaNowDisplay-Regular.ttf'),
    url('../fonts/HelveticaNowDisplay-Regular.ttf');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: PilatExtended-Regular;
  src: url('../fonts/PilatExtended-Regular.ttf'),
    url('../fonts/PilatExtended-Regular.ttf');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: HelveticaNowDisplay-Bold;
  src: url('../fonts/HelveticaNowDisplay-Bold.ttf'),
    url('../fonts/HelveticaNowDisplay-Bold.ttf');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: HelveticaNowDisplay-Light;
  src: url('../fonts/HelveticaNowDisplay-Light.ttf'),
    url('../fonts/HelveticaNowDisplay-Light.ttf');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family:HelveticaNowDisplay-Medium;
  src: url('../fonts/HelveticaNowDisplay-Medium.ttf'),
    url('../fonts/HelveticaNowDisplay-Medium.ttf');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: Alibaba-PuHuiTi-Medium;
  src: url('../fonts/AlibabaPuHuiTi_3_65_Medium.woff2'),
    url('../fonts/AlibabaPuHuiTi_3_65_Medium.woff2');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: Alibaba-PuHuiTi-Regular;
  src: url('../fonts/AlibabaPuHuiTi_3_55_Regular.woff2'),
    url('../fonts/AlibabaPuHuiTi_3_55_Regular.woff2');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: AlibabaPuHuiTi-Thin;
  src: url('../fonts/AlibabaPuHuiTi_3_35_Thin.woff2'),
    url('../fonts/AlibabaPuHuiTi_3_35_Thin.woff2');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/Montserrat-Medium.ttf'),
    url('../fonts/Montserrat-Medium.ttf');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/Montserrat-Bold.ttf'),
    url('../fonts/Montserrat-Bold.ttf');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url('../fonts/Montserrat-SemiBold.ttf'),
    url('../fonts/Montserrat-SemiBold.ttf');
  /* IE9+,可以是具体的实际链接 */
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url('../fonts/Montserrat-ExtraBold.ttf'),
    url('../fonts/Montserrat-ExtraBold.ttf');
  /* IE9+,可以是具体的实际链接 */
}


@media (max-width:1750px) {
  .con1560,.con1750,.con1500 {
    width: 90%;
  }
}
@media (max-width:1600px) {
  .con1400,.con1440 {
    width: 90%;
  }
}

@media (max-width:1300px) {
  .con1280 ,.con1300,.con1200 {
    width: 96%;
  }
}