html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SYHTNormal" !important;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}
audio {
  max-width: 100%;
}
.font_1 {
  font-size: 12px;
}
.font_2 {
  font-size: 14px;
}
.font-3 {
  font-size: 16px;
}
.font-3 {
  font-size: 18px;
}
.font-3 {
  font-size: 20px;
}
.common_title_font {
  font-size: 23px;
}
.litte_font {
  font-size: 23px;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
a {
  display: block;
  text-decoration: none;
  color: black;
}
a:active {
  background: none;
}
.shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1120;
  left: 0;
  top: 0;
}
.left_float {
  float: left;
}
.right_float {
  float: right;
}
.container {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.content_width {
  width: 1080px;
  margin: 0 auto;
  min-width: 1080px;
}
.content_padding {
  padding: 0 150px;
}
.go_top i {
  display: block;
  height: 32px;
  width: 32px;
  background: url(../image/go_top.png);
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
}
html {
  font-family: "SYHTNormal" !important;
}
.container {
  max-width: 100% !important;
  color: #545454;
  position: relative;
  padding-top: 60px;
}
header {
  width: 100%;
  height: 60px;
  background: #fff;
  opacity: 0.8;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .navOn {
  background: #1e2470 !important;
}
header .navOn > a {
  color: #fff !important;
}
header .navOn:before {
  background: #1e2470 !important;
}
header .navOn:after {
  background: #1e2470 !important;
}
header .header_content {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
header .header_content > nav {
  height: 100%;
}
header .header_content > nav > ul {
  height: 100%;
}
header .header_content > nav > ul > li {
  height: 100%;
  padding: 20px 0;
  float: left;
  display: flex;
  align-items: center;
}
header .header_content > nav > ul > li::before {
  content: '';
  display: inline-block;
  height: 100%;
  background: #D0D0D0;
  width: 1px;
}
header .header_content > nav > ul > li:last-child::after {
  content: '';
  display: inline-block;
  height: 100%;
  background: #D0D0D0;
  width: 1px;
}
header .header_content > nav > ul > li a {
  padding: 0 40px;
  color: #545454;
  display: inline-block;
}
footer {
  padding-bottom: 0;
  background: #1A1A1A;
  color: #fff;
}
footer .company_message {
  display: none;
}
footer .footer_content .footer_top {
  width: 100%;
  padding: 31px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer_content .footer_top .footer_nav {
  width: 70%;
}
footer .footer_content .footer_top .footer_nav .nav_list {
  display: flex;
  justify-content: space-between;
}
footer .footer_content .footer_top .footer_nav .nav_list > li {
  padding-left: 28px;
  border-left: 2px solid #fff;
}
footer .footer_content .footer_top .footer_nav .nav_list > li .list_title {
  font-size: 19px;
  margin-bottom: 15px;
  font-weight: bold;
}
footer .footer_content .footer_top .footer_nav .nav_list > li ul li {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
}
footer .footer_content .footer_top .footer_nav .nav_list > li ul li img {
  width: 18px;
  height: 18px;
}
footer .footer_content .footer_top .qrcode {
  width: 15%;
}
footer .footer_bottom {
  width: 100%;
  background: #000;
  font-size: 14px;
  padding: 3px 0;
}
footer .footer_bottom .footer_bottom_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
footer .footer_bottom .footer_bottom_content .copyright {
  margin: 0 auto;
}
footer .footer_bottom .footer_bottom_content .copyright * {
  display: inline-block;
}
footer .footer_bottom .footer_bottom_content .copyright a {
  color: #fff;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.phone_header {
  display: none;
  width: 100%;
  padding: 0 20px;
}
.phone_header .icon_menu {
  width: 35px;
}
.phone_header .phone_menu {
  display: none;
}
@media screen and (max-width: 1080px) {
  .content_width {
    width: 100%;
    min-width: 100%;
  }
  .common_title_font,
  .title {
    font-size: 18px !important;
  }
  header {
    display: none;
  }
  .phone_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EBEBEB;
    opacity: 1 !important;
    position: fixed;
    top: 0;
    left: 0;
  }
  .phone_menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: -600px;
    display: block !important;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    /* Firefox 4 */
    -webkit-transition: all 0.3s linear;
    /* Safari 和 Chrome */
    -o-transition: all 2s linear;
    /* Opera */
  }
  .phone_menu nav .icon_right {
    right: 10px;
    position: absolute;
    width: 15px;
    top: 15px;
  }
  .phone_menu nav > ul {
    width: 100%;
  }
  .phone_menu nav > ul > li {
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
  }
  .phone_menu nav > ul > li a {
    color: #fff;
    padding: 10px 0;
    height: 100%;
  }
  .phone_menu nav > ul > li ul {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s linear;
    -moz-transition: all 0.3s linear;
    /* Firefox 4 */
    -webkit-transition: all 0.5s linear;
    /* Safari 和 Chrome */
    -o-transition: all 2s linear;
    /* Opera */
  }
  .phone_menu nav > ul > li ul li {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    text-align: center;
    border-top: 1px solid #fff;
  }
  .phone_menu nav > ul .active {
    background: #1e2470;
  }
  footer .footer_content .footer_top {
    padding: 30px 20px !important;
    display: flex !important;
    align-items: center;
  }
  footer .footer_content .footer_top .qrcode {
    text-align: center;
    width: 40% !important;
  }
  footer .footer_content .footer_top .footer_nav {
    display: none !important;
  }
  footer .footer_content .footer_top .company_message {
    display: block !important;
  }
  footer .footer_content .footer_top .company_message .list_title {
    font-size: 18px;
  }
  footer .footer_content .footer_top .company_message ul li {
    font-size: 12px;
  }
  footer .footer_bottom {
    padding: 20px 10px !important;
  }
  footer .footer_bottom .footer_bottom_content {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  footer .footer_bottom img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .footer_bottom .phone_none {
    display: none;
  }
  footer .footer_bottom > p {
    width: 80%;
  }
  footer .footer_bottom .copyright a {
    /* display: none !important; */
  }
}
