/* CSS Document */
*:not(input) {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}
span {
  font-size: inherit;
}
.combo_cmt {
  padding: 10px;
}
.pl5 {
  padding-left: 5px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
* {
  border: 0;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei', Tahoma, Helvetica, arial, sans-serif;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  margin-bottom: 1em;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
.pr {
  position: relative;
}
/* End hide from IE-mac */
button,
input,
select {
  outline: none;
}
input,
select {
  transition: all 0.3s;
  box-sizing: border-box;
}
input:hover,
select:hover,
input:focus,
select:focus {
  border-color: #E07074 !important;
  border-right-width: 1px !important;
}
input:focus,
select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(224, 112, 116, 0.2);
}
.banner {
  height: 260px;
  background: url('../img/banner.jpg') no-repeat 50% / cover;
}
.banner .bannername {
  width: 1200px;
  margin: 0 auto;
}
.banner .bannername img {
  width: 87px;
  margin: 25px 0 0 0 ;
}
.banner .bannername h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #192543;
  margin-top: 60px;
}
.banner .bannername p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8D97AD;
  margin-top: 10px;
}
.bannername .oemBrandNameLog {
  display: flex;
  align-items: center;
  padding-top: 25px;
}

.bannername .oemBrandNameLog img{
  margin: 0;
  height: 33px;
  width: auto;
}

.bannername .oemBrandNameLog span {
  margin-left: 10px;
}
.const {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.const .constname {
  width: 373px;
  height: 225px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 34px;
  transition: all 0.3s;
  padding: 25px 0 0 33px;
}
.const .constname:nth-child(2) {
  margin: 0 40px;
}
.const .constname:nth-child(5) {
  margin: 0 40px;
}
.const .constname:nth-child(8) {
  margin: 0 40px;
}
.const .constname:hover {
  box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.06);
}
.const .constname h1 {
  line-height: 40px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1A2644;
}
.const .constname h1 img {
  width: 24px;
  height: 24px;
  float: left;
  margin-top: 7px;
  margin-right: 16px;
}
.const .constname div {
  margin-top: 14px;
}
.const .constname div a {
  display: block;
  line-height: 28px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8E98AE;
  text-decoration: blink;
}
.const .constname .constname_hover {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2A8EF8;
  margin-top: 14px;
  text-decoration: blink;
}
