.banner {
  position: relative; }
  .banner .text {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 60px;
    width: 1075px;
    text-align: center; }
    .banner .text h2 {
      font-size: 32px;
      color: #fff;
      font-weight: 200;
      line-height: 49px;
      font-family: SourceHanSansCN-Regular; }
    .banner .text p {
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      margin-top: 14px;
      font-weight: 100;
      font-family: SourceHanSansCN-Light; }

.se2-box {
  background: #f7f7f7; }

.se2 {
  padding-top: 80px;
  padding-bottom: 120px; }
  .se2 .box .pro_left {
    width: 20%;
    float: left; }
    .se2 .box .pro_left .pro-sea {
      width: 100%;
      font-size: 32px;
      padding: 0px 20px;
      padding-bottom: 30px;
      color: #333;
      position: relative;
      cursor: pointer;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .se2 .box .pro_left .pro-sea img {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translate(-50%, -50%); }
  .se2 .box .one {
    list-style: none;
    width: 100%; }
    .se2 .box .one a {
      font-size: 20px;
      font-weight: 400;
      color: #242424;
      line-height: 36px; }
  .se2 .box .one1 {
    list-style: none;
    width: 100%;
    padding: 13px 30px;
    margin-bottom: 1px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .se2 .box .one1 span {
      position: absolute;
      display: block;
      width: 14px;
      height: 14px;
      line-height: 14px;
      right: 40px;
      top: 50%;
      margin-top: -8px;
      transition: all .4s;
      cursor: pointer; }
    .se2 .box .one1.active span {
      transform: rotate(45deg);
      transition: all .4s; }
  .se2 .box .pro_left .one:nth-last-child(1) > .one1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .se2 .box .two {
    margin: 0;
    padding-left: 12px;
    padding-top: 15px;
    padding-bottom: 20px;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .se2 .box .two li {
      margin-bottom: 0;
      padding: 0px 20px; }
      .se2 .box .two li span {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #666; }
      .se2 .box .two li a {
        display: inline-block;
        font-size: 16px;
        color: #898989;
        padding-left: 10px; }
        .se2 .box .two li a:hover {
          color: #588fcb; }
      .se2 .box .two li.active {
        color: #588fcb; }
        .se2 .box .two li.active a {
          color: #000; }
    .se2 .box .two.active {
      display: block; }
  .se2 .box .pro_right {
    float: right;
    width: 78%;
    margin-left: 25px; }
  .se2 .box .list {
    width: 380px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
    background: #fff;
    transition: .3s;
    overflow: hidden;
    vertical-align: top; }
    .se2 .box .list .text {
      padding: 0 50px; }
    .se2 .box .list h4 {
      color: #212121;
      font-size: 20px;
      margin-bottom: 24px;
      line-height: 24px;
      font-weight: 400;
      font-family: SourceHanSansCN-Light; }
    .se2 .box .list ul {
      margin-bottom: 25px; }
      .se2 .box .list ul li {
        color: #212121;
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 400;
        font-family: SourceHanSansCN-Light; }
    .se2 .box .list .moreP {
      display: block;
      width: 100%;
      color: #000;
      border: 1px solid #000;
      text-align: center;
      font-size: 14px;
      padding: 13px 0;
      margin-bottom: 38px; }
    .se2 .box .list:hover {
      box-shadow: 0px 1px 10px 0px rgba(2, 18, 32, 0.38);
      cursor: pointer; }
      .se2 .box .list:hover .moreP {
        border: none;
        color: #fff;
        background: linear-gradient(-30deg, #5485bf 0%, #00bcd4 100%); }
  .se2 .box .list:nth-child(3n) {
    margin-right: 0; }
  .se2 .box .more {
    background: linear-gradient(-23deg, #5485bf 0%, #00bcd4 100%);
    padding: 13px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 280px;
    margin: 0 auto;
    margin-top: 67px;
    cursor: pointer; }

.se2 .box .pro_left.active {
  position: fixed;
  top: 50px;
  width: 15.8%; }

.sorry {
  font-size: 20px;
  margin-top: 30px; }

.searchHomeBox {
  background: #f5f5f5; }
  .searchHomeBox .box {
    width: 1200px; }

.se6 {
  position: relative; }
  .se6 .text {
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    color: #FEFEFE;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .se6 .text h3 {
      font-size: 32px; }
    .se6 .text p {
      font-size: 16px;
      margin-top: 30px;
      margin-bottom: 30px;
      opacity: 0.7; }
    .se6 .text div a {
      color: #57A6DC;
      font-size: 20px;
      font-weight: 600;
      margin-right: 55px; }
    .se6 .text div a:last-child {
      margin-right: 0; }

.form_box {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

form.bottomForm {
  overflow: hidden;
  background: #fff;
  padding: 100px 60px;
  width: 60%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.form_box .closes {
  display: inline-block;
  position: absolute;
  background: #57a6dc;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  z-index: 99;
  right: 0;
  top: 0;
  cursor: pointer; }

form.bottomForm h2 {
  font-size: 30px;
  margin: 0;
  margin-bottom: 30px;
  color: #333;
  font-weight: bold; }

form.bottomForm label {
  display: inline-block;
  margin-bottom: 20px;
  width: 48%; }

form.bottomForm label input, form.bottomForm label textarea {
  display: block;
  border: none;
  padding-left: 20px;
  width: 100%;
  outline: none;
  background: #f5f5f5; }

form.bottomForm .form-group {
  margin-bottom: 20px !important; }

form.bottomForm label:nth-child(n) {
  padding-left: 0;
  float: left;
  margin-right: 2%; }

form.bottomForm label.mes {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
  color: #333; }

form.bottomForm label input,
form.bottomForm label textarea {
  display: block;
  border: none;
  padding-left: 20px;
  width: 100%;
  outline: none;
  background: #f5f5f5;
  color: #333; }

form.bottomForm label input {
  padding: 15px 0;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  color: #333; }

form.bottomForm label {
  display: inline-block;
  margin-bottom: 20px;
  width: 48%; }

form.bottomForm .enquiry_make {
  position: relative;
  z-index: 99;
  color: red;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

#tijiao {
  border: none;
  display: block;
  background-color: #57a6dc;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
  font-weight: bold;
  outline: none; }

@media screen and (min-width: 1400px) and (max-width: 1639px) {
  .searchHomeBox .box {
    width: 80%; }

  .se2 .box .pro_left .pro-sea {
    font-size: 26px; }
  .se2 .box .one a {
    font-size: 18px; }
  .se2 .box .list {
    width: 345px; } }
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .searchHomeBox .box {
    width: 75%; }

  .se2 .box .pro_right {
    width: 77%; }

  .se2 .box .list {
    width: 290px; }
    .se2 .box .list .text {
      padding: 0 20px; } }
@media screen and (max-width: 1199px) {
  .searchHomeBox .box {
    width: 75%; }

  .banner .text {
    width: 90%; }

  .se2 .box .pro_left .pro-sea {
    font-size: 24px; }
  .se2 .box .one a {
    font-size: 16px; }
  .se2 .box .pro_right {
    width: 77%; }
  .se2 .box .list {
    width: 364px; }
    .se2 .box .list .text {
      padding: 0 20px; }
  .se2 .box .list:nth-child(3n) {
    margin-right: 11px; }
  .se2 .box .list:nth-child(2n) {
    margin-right: 0px; } }
@media screen and (max-width: 999px) {
  .se2 .box .pro_right {
    width: 75%; }

  .se2 .box .list {
    width: 273px; } }
@media screen and (max-width: 768px) {
  .searchHomeBox .box {
    width: 100%; }

  .banner .text {
    padding: 10px;
    left: 49%; }
    .banner .text h2::before {
      top: 35%; }
    .banner .text h2 {
      font-size: 24px;
      line-height: 24px; }
    .banner .text p {
      font-size: 14px;
      margin-top: 30px; }

  .se2 {
    padding-left: 20px;
    padding-right: 20px; }
    .se2 .box .pro_left.active {
      width: 28%; }
    .se2 .box .pro_left {
      width: 28%; }
      .se2 .box .pro_left .pro-sea {
        font-size: 16px; }
    .se2 .box .pro_right {
      margin-left: 5px; }
    .se2 .box .list {
      width: 169px; }
      .se2 .box .list p {
        top: 10px;
        left: 10px; } }
@media screen and (max-width: 767px) {
  .brand-box {
    top: 20px; }

  .banner img {
    object-fit: cover;
    height: 300px; }
  .banner .text {
    left: 50%;
    bottom: unset;
    border: unset;
    padding: 0;
    top: 50%;
    transform: translate(-50%, -50%); }
    .banner .text h2 {
      font-size: 16px; }
    .banner .text p {
      font-size: 12px;
      margin-top: 10px; }

  .se2 {
    padding-top: 30px;
    padding-bottom: 30px; }
    .se2 .box {
      margin-bottom: 0px; }
      .se2 .box .pro_left {
        display: none; }
      .se2 .box .pro_right {
        width: 100%; }
      .se2 .box .list {
        width: 100%; }
        .se2 .box .list a {
          display: block;
          width: 70%;
          margin: auto; }
        .se2 .box .list h4 {
          font-size: 16px;
          line-height: 1.5;
          margin-bottom: 15px; }
      .se2 .box .more {
        margin-top: 0px; } }

/*# sourceMappingURL=j_pro.css.map */
