/* CSS Document */
*:not(input) {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
}
.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;
}
.const {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.const div {
  float: left;
  width: 373px;
  height: 318px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  transition: all 0.3s;
}
.const div:hover {
  box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, 0.12);
}
.const div img {
  width: 100%;
}
.const div h1 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #192544;
  line-height: 34px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}
.const div h1 img {
  width: 44px;
  position: absolute;
  top: -4px;
  right: 60px;
}
.const div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8E97AE;
  line-height: 34px;
  text-align: center;
}
.const .const2 {
  margin: 0 37px;
}
