* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
}
i {
  font-style: normal;
  color: #666666;
}
html {
  /*font: 12px/1.5 "微软雅黑", Helvetica, sans-serif;*/
  width: 100%;
}

.index-search-logo h1 {
  display: none;
}
input,
select,
textarea {
  font-size: 100%;
  padding-left: 10px;
  outline: none;
  _outline: none;
  border: 0;
  box-sizing: border-box;
}
button {
  outline: none;
  border: 0px;
  cursor: pointer;
}
textarea {
  resize: none;
}
/* 去掉各Table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
  outline: none;
  -moz-outline: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul,
li {
  list-style: none;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}
select {
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  font-size: 14px;
  /*height: 50px;*/
}
select::-ms-expand {
  display: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
  /* for IE6 IE7 */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w_1400 {
  width: 1400px;
  margin: 0 auto;
}
.w_1200 {
  width: 1200px;
  margin: 0 auto;
}
.layui-body .sns {
  width: 100%;
}
.bg_wrap {
  width: 100%;
}
.bg_wrap img {
  width: 100%;
  height: auto;
}
.layui-body .sns .bg {
  height: 663px;
  position: relative;
}
.layui-body .sns .bg > a {
  width: 275px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  left: 460px;
  top: 525px;
  background-color: #e54600;
  text-align: center;
  font-size: 24px;
  font-family: "微软雅黑";
  color: #fff;
}
.func > .title {
  margin-top: 37px;
}
.func > .title > p:first-child {
  text-align: center;
  color: #303c4a;
  font-size: 36px;
  font-family: "微软雅黑";
}
.func > .title > p:nth-child(2) {
  text-align: center;
  color: #666666;
  font-size: 20px;
  font-family: "微软雅黑";
  margin-top: 16px;
}
.func_list {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.func_list li:nth-child(4n) {
  margin-right: 0;
}
.func_list li img {
  display: inline-block;
}
.func_list li .title {
  font-size: 20px;
  font-family: "微软雅黑";
  color: #333333;
  margin-top: 22px;
}
.func_list li .con {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #666666;
  margin-top: 25px;
  text-align: left;
  line-height: 30px;
  height: 120px;
}
.func_list li .con p {
  padding-left: 20px;
  position: relative;
}
.func_list li .con p::after {
  content: "•";
  position: absolute;
  left: 2px;
  top: 0;
}
.func_list li .con.other_one_con p {
  padding-left: 60px;
}
.func_list li .con.other_one_con p::after {
  left: 42px;
}
.sns .apply {
  background-color: #f5f6f7;
  margin-top: 50px;
}
.sns .apply form {
  overflow: hidden;
}
.sns .apply label {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
}
.sns .apply label span {
  float: left;
  height: 50px;
  line-height: 50px;
  width: 75px;
  text-align: right;
}
.sns .apply label > div {
  float: left;
  height: 50px;
  margin-left: 15px;
}
.sns .apply label select {
  width: 176px;
  height: 50px;
  line-height: 50px;
  float: left;
  border-color: #ccc;
}
.sns .apply label select:nth-child(3n) {
  margin-right: 0;
}
.apply > div {
  box-sizing: border-box;
  padding: 60px 260px;
  text-align: center;
}
.apply > div > .title {
  font-size: 36px;
  font-family: "微软雅黑";
  color: #303c4a;
  margin-bottom: 36px;
}
.apply > div input {
  width: 560px;
  height: 50px;
  border: none;
  background-color: #fff;
  margin-left: 15px;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.apply button {
  width: 560px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-family: "微软雅黑";
  color: #fff;
  float: left;
  margin-left: 90px;
  background-color: #557fdd;
  border: 0;
  cursor: pointer;
}
.logic_wrap {
  padding: 160px 0 80px;
  margin-top: -124px;
  background-color: #f5f6f7;
}
.bg_wrap {
  position: relative;
}
.logic_wrap .title {
  text-align: center;
  color: #303c4a;
  font-size: 36px;
  font-family: "微软雅黑";
}
.logic_img {
  margin-top: 50px;
}
.logic_img img {
  width: 100%;
}
.func_list li {
  float: left;
  width: 22.5%;
  text-align: center;
  box-sizing: border-box;
  margin-top: 60px;
  margin-right: 3.33%;
}
@media only screen and (max-width: 1440px) {
  .w_1400 {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  .logic_wrap .title,
  .func > .title > p:first-child {
    font-size: 28px;
  }
  .logic_wrap {
    padding: 60px 0 40px;
    margin-top: -120px;
  }
  .func_list li,
  .func_list li:nth-child(4n) {
    width: 31%;
    margin-right: 3.5%;
  }
  .func_list li:nth-child(3n) {
    margin-right: 0;
  }
  .func > .title {
    margin-top: 20px;
  }
  .logic_img {
    margin-top: 30px;
  }
  .func_list li {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1040px) {
  .logic_wrap .title,
  .func > .title > p:first-child {
    font-size: 22px;
  }
  .logic_wrap {
    padding: 50px 0 20px;
    margin-top: -80px;
  }
  .func_list li,
  .func_list li:nth-child(4n),
  .func_list li:nth-child(3n) {
    width: 46%;
    margin-right: 8%;
  }
  .func_list li:nth-child(2n) {
    margin-right: 0;
  }
  .func_list li .title {
    font-size: 18px;
    margin-top: 15px;
  }
  .func_list li .con {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
    height: 96px;
  }
  .func_list li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .func_list li .con {
    line-height: 22px;
    height: 130px;
  }
  .func_list li .con p {
    height: 44px;
  }
  .func_list li .con.other_one_con p {
    padding-left: 15px;
  }
  .func_list li .con p {
    padding-left: 15px;
  }
  .func_list li .con.other_one_con p::after {
    left: 2px;
  }
  .func_list li,
  .func_list li:nth-child(4n),
  .func_list li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
  }
  .func_list li:nth-child(2n) {
    margin-right: 0;
  }
  .func_list li .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .logic_wrap {
    margin-top: -70px;
    padding: 50px 0 0px;
  }
  .logic_wrap .title,
  .func > .title > p:first-child {
    font-size: 18px;
  }
}
@media only screen and (max-width: 499px) {
  .logic_wrap {
    margin-top: -50px;
  }
}
.navbar-item-r {
  width: unset !important;
}
