﻿@charset "utf-8";

/* CSS Document */
:root {
  --primary-color: #0b5e9a;
  /* 主色调：11，94，164 */
  --primary-dark: #094a7d;
  /* 深色变体 */
  --primary-light: #0d6bc0;
  /* 浅色变体，用于悬停 */
  --submenu-text: #ffffff;
  --text-light: #ffffff;
  --text-dark: #333333;
  --transition: all 0.3s ease;
}

body,
ul,
li,
div,
ol,
dl,
dt,
dd,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
select,
option,
p,
a,
i,
em,
strong,
b,
cite,
span {
  margin: 0;
  padding: 0;
  font-family: PingFang SC,Arial, sans-serif;
}

i,
em,
cite {
  font-style: normal;
}

ul li,
ol li,
ul,
ol,
li {
  list-style-type: none;
  list-style: none;
}

input {
  vertical-align: middle;
}

select,
input,
textarea {
  outline: none;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  border: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

html {
  _text-overflow: ellipsis;
}

body {
  font-family: '微软雅黑';
  /* background: url(/Content/Areas/Common/images/main/bk_img.png) repeat; */
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/*标题*/
.clearit::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.title_head {
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: normal;
}

.title_head span {
  padding: 0 22px;
  position: relative;
  font-size: 30px;
}

.title_head span::after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 20px;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  background: #1393d2;
}

.title_head span::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 20px;
  top: 54%;
  right: 0;
  transform: translateY(-50%);
  background: #1393d2;
}

.banner_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  font-size: 0;
}

/*.banner_box::after{
    height: 100px;
    width: 100%;
    position: absolute;
    content: "";
    background:rgba(217, 217, 217, 0.6);
    top: 0;
}*/
.banner_box .banner {
  width: 100%;
}

.banner_box .kw {
  width: fit-content;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 65px;
  font-family: 宋体;
  font-weight: bold;
  color: #ffffff;
  padding-right: 40px;
  letter-spacing: 10px;
  z-index: 11;
}

.banner_box .kw::after {
  height: 80px;
  width: 90px;
  position: absolute;
  content: '';
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0px 40px 40px 0px;
  background: linear-gradient(to right, transparent, rgba(8, 173, 186, 0.5));
}

.banner_box p {
  position: absolute;
  width: 1190px;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  color: #fff;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner_box {
  margin-bottom: 0;
}

.main_content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 1536px) {
  .main_content {
    max-width: 1300px;
  }
}

@media (max-width: 1440px) {
  .main_content {
    max-width: 1200px;
  }
}

@media (max-width: 1280px) {
  .main_content {
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  .main_content {
    max-width: 1024px;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1440px) {
  .banner_box p {
    font-size: 14px;
    width: 1000px;
    font-weight: 400;
    line-height: 28px;
  }

  .title_head span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1366px) {
  .main_content {
    width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .w1200 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .main_content {
    width: 100%;
  }

  .banner_box,
  .banner_box .banner {
    width: 100%;
  }

  .banner_box {
    margin-bottom: 20px;
  }

  .banner_phone img {
    width: 100%;
  }

  .banner_phone .kw {
    width: 2.38rem;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .banner_phone p {
    font-size: 0.24rem;
    color: #fff;
    width: 6.48rem;
    position: absolute;
    top: 52%;
    left: 50%;
    line-height: 0.48rem;
    transform: translate(-50%, -50%);
  }

  .title_head {
    margin-bottom: 20px;
  }

  .title_head span {
    font-size: 0.34rem;
  }

  .title_head span {
    padding: 0 12px;
  }

  .title_head span::before,
  .title_head span::after {
    width: 2px;
    height: 13px;
    top: 50%;
  }

  div.module_phone h1.FWtitle {
    float: none;
    padding-left: 0;
    margin-right: 0 !important;
    display: flex;
    justify-content: center;
    height: 1rem;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }

  div.module_phone h1.FWtitle span {
    font-size: 0.3rem;
    font-weight: bold;
  }

  div.module_phone h1.FWtitle img {
    width: 0.7rem;
    margin: -0.1rem 0 0 0;
    position: static;
    display: block;
  }

  div.phone_content h1.FWtitle {
    display: flex;
    justify-content: center;
    height: 1rem;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #54545c;
  }

  div.phone_content h1.FWtitle span {
    font-size: 0.3rem;
    font-weight: bold;
  }

  div.phone_content h1.FWtitle img {
    width: 0.7rem;
    margin: -0.1rem 0 0 0;
  }

  .banner_box .kw {
    font-size: 0.65rem;
    padding-right: 0px;
    letter-spacing: 5px;
  }

  .banner_box .kw::after {
    display: none;
  }
}