/*清除元素默认的内外边距  */
* {
  margin: 0;
  padding: 0;
}

/*让所有斜体 不倾斜*/
em,
i {
  font-style: normal;
}

/*去掉列表前面的小点*/
li {
  list-style: none;
}

/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
  border: 0;
  /*ie6*/
  vertical-align: middle;
}

/*让button 按钮 变成小手*/
button {
  cursor: pointer;
}

/*取消链接的下划线*/
a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #e33333;
  text-decoration: none;
}

button,
input {
  font-family: "Microsoft YaHei", "Heiti SC", tahoma, arial, "Hiragino Sans GB",
    \\5b8b\4f53, sans-serif;
  /*取消轮廓线 蓝色的*/
  outline: none;
}

body {
  font: 14px/1.5 "Microsoft YaHei", "Heiti SC", tahoma, arial,
    "Hiragino Sans GB", \\5b8b\4f53, sans-serif !important;
  /* color: #666; */
  /* overflow: scroll; */
  overflow-x: hidden;
  background: #F5F6F8;
  width: 100%;
}

.hide,
.none {
  display: none;
}

/*清除浮动*/
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* input样式 placeholder */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cacaca;
  font-size: 14px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cacaca;
  font-size: 14px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cacaca;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cacaca;
  font-size: 14px;
}

/*自定义字体*/
@font-face {
  font-family: "iconfont";
  /* project id 1336219 */
  src: url("//at.alicdn.com/t/font_1336219_tl21ydafdno.eot");
  src: url("//at.alicdn.com/t/font_1336219_tl21ydafdno.eot?#iefix") format("embedded-opentype"),
    url("//at.alicdn.com/t/font_1336219_tl21ydafdno.woff2") format("woff2"),
    url("//at.alicdn.com/t/font_1336219_tl21ydafdno.woff") format("woff"),
    url("//at.alicdn.com/t/font_1336219_tl21ydafdno.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_1336219_tl21ydafdno.svg#iconfont") format("svg");
}

/*自定义字体使用样式*/
.w {
  width: 1200px;
  margin: 0 auto;
}

/*手机图标对应的编码*/
.wjs_icon_phone::before {
  content: "\e908";
}

/*电话图标对应的编码*/
.wjs_icon_tel::before {
  content: "\e909";
  font-size: 14px;
}

/*wjs logo*/
.wjs_icon_logo::before {
  content: "\e920";
}

/*wjs 文本*/
.wjs_icon_text::before {
  content: "\e93e";
}

.wjs_icon_new01::before {
  content: "\e90e";
}

.wjs_icon_new02::before {
  content: "\e90f";
}

.wjs_icon_new03::before {
  content: "\e910";
}

.wjs_icon_new04::before {
  content: "\e911";
}

.wjs_icon_partner01::before {
  content: "\e946";
}

.wjs_icon_partner02::before {
  content: "\e92f";
}

.wjs_icon_partner03::before {
  content: "\e92e";
}

.wjs_icon_partner04::before {
  content: "\e92a";
}

.wjs_icon_partner05::before {
  content: "\e929";
}

.wjs_icon_partner06::before {
  content: "\e931";
}

.wjs_icon_partner07::before {
  content: "\e92c";
}

.wjs_icon_partner08::before {
  content: "\e92b";
}

.wjs_icon_partner09::before {
  content: "\e92d";
}

.wjs_iconn_E903::before {
  content: "\e903";
}

.wjs_icon_E906::before {
  content: "\e906";
}

.wjs_icon_E905::before {
  content: "\e905";
}

.wjs_icon_E907::before {
  content: "\e907";
}

.wjs_icon_E901::before {
  content: "\e901";
}

.wjs_icon_E900::before {
  content: "\e900";
}

.wjs_icon_E904::before {
  content: "\e904";
}

.wjs_icon_E902::before {
  content: "\e902";
}

.wjs_icon_E906::before {
  content: "\e906";
}