@charset "utf-8";

/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

/* CSS Document */
/*内外边距*/

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}
/* a:hover{
	color:#E62424;
} */
input {
  border: none;
  outline: medium;
  font-family: 微软雅黑;
}

* {
  font-family: 微软雅黑;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

/* body{font-family:微软雅黑;background:#fff;color:#333;} */
table {
  border-collapse: collapse;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

.bd li,
.hd li {
  list-style: none;
}

input::-webkit-input-placeholder {
  color: #adadad;
  font-size: 14px;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #adadad;
  font-size: 14px;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #adadad;
  font-size: 14px;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #adadad;
  font-size: 14px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clear {
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}
.w {
  width: 1516px;
  margin: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.container1 {
  width: 1378px;
  margin: 0 auto;
}
.overflow1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.overflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#swiperhis2 .sw-box p {
  word-break: break-word;
}
@font-face {
  font-family: om;
  src: url(../font/Oswald-Medium.ttf);
}
@font-face {
  font-family: sourcere;
  src: url(../font/SourceHanSansCN-Regular.ttf);
}
@media (max-width: 500px) {
  input::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
  }

  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 12px;
  }

  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 12px;
  }

  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 12px;
  }
}
@media (max-width: 1600px) {
  .w {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .container1 {
    width: 94%;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 94%;
  }
}
.bannerInner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
