@charset "UTF-8";
html,
body {
  background-color: #f4f5f6;
}
.container {
  width: 100%;
  height: 600px;
}
.container a {
  text-decoration: none;
}
.container .layout_top {
  width: 100%;
  background-color: #ffffff;
}
.container .layout_top .content {
  width: 1080px;
  height: 90px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container .layout_top .content .nav_logo {
  width: 154px;
  height: 29px;
  margin-top: 29px;
  background-image: url(//www.mljia.cn/resources/index/img/new_home/nav_logo.png);
  background-color: initial;
}
.container .layout_top .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container .layout_top .content .nav_qr {
  width: 26px;
  height: 34px;
  background-image: url(//www.mljia.cn/resources/index/img/new_home/icon_sp.png);
  background-color: initial;
  background-position: -215px 0;
  margin: 32px 0 0 44px;
}
.container .layout_top .content .phone {
  width: 20px;
  margin-right: 10px;
  margin-top: 10px;
}
.container .layout_top .content .nav_btn {
  display: block;
  width: 94px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
  margin-left: 20px;
}
.container .layout_top .content .nav_phone {
  margin-top: 10px;
  color: #666666;
}
.container .layout_top .content .login {
  color: #1fb9ff;
}
.container .layout_top .content .reg {
  color: #ffffff;
  border-radius: 25px;
  background-color: #1fb9ff;
}
.container .layout_header {
  width: 100%;
  height: 360px;
  background-color: #ffffff;
  background-image: url(../../imags/pc/header.png);
  overflow: hidden;
}
.container .layout_header .content {
  width: 420px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: auto;
  overflow: hidden;
  margin-top: 120px;
}
.container .layout_header .content p {
  margin: 0;
}
.container .layout_header .content .title {
  font-size: 36px;
  margin-top: 30px;
}
.container .layout_header .content .des {
  line-height: 30px;
}
.container .layout_header_tab {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
}
.container .layout_header_tab ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 50px;
  margin: auto;
  width: 180px;
}
.container .layout_header_tab ul li {
  padding-bottom: 5px;
}
.container .layout_header_tab ul .active {
  color: #1fb9ff;
  border-bottom: 3px solid #1fb9ff;
}
.container .layout_index {
  width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  min-height: 400px;
}
.container .layout_index .item {
  width: 346px;
  height: 360px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.container .layout_index .item .content {
  padding: 20px;
}
.container .layout_index .item .content .title {
  margin: 5px auto;
  font-size: 18px;
}
.container .layout_index .item .content .des {
  font-size: 14px;
  color: #939393;
  line-height: 18px;
}
.container .layout_index .item:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.container .layout-page {
  width: 100%;
  height: 80px;
}
.container .layout-page .content {
  list-style-type: none;
  width: 200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .layout-page .content li {
  background-color: #ffffff;
  padding: 8px 10px;
  border-radius: 2px;
  margin: 0 6px;
}
.container .layout-page .content .active {
  color: #ffffff;
  background-color: #1fb9ff;
}
.container .layout-footer {
  width: 100%;
  background-color: #eaeaea;
  height: 120px;
}
.container .layout-footer .content {
  width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #696969;
}
.container .layout-footer .content .item {
  margin-top: 10px;
}
.container .layout-footer .content .item ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.container .layout-footer .content .item ul li {
  margin-right: 5px;
}
.container .layout-footer .content .item .des {
  font-size: 14px;
}
.container .layout-footer .content .item .phone {
  font-size: 20px;
  color: #000000;
}








