/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

.c-second-font {
  color: #999;
}
* {
  box-sizing: border-box;
}
html,
body {
  color: #666;
  font: 16px/1 'Microsoft Yahei';
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1.5;
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.8rem;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a {
  color: #666;
  text-decoration: none;
}
a:focus {
  outline: none;
}
/*表单元素*/
label,
textarea {
  display: block;
}
textarea {
  width: 100%;
}
input,
textarea,
button,
select {
  color: #666;
  font-size: 1rem;
  font-family: 'Microsoft Yahei';
  outline: none;
  border: 1px solid #FCFCFC;
}
input[type="reset"],
input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}
::-moz-placeholder {
  color: #999;
  font-family: 'Microsoft Yahei';
}
::placeholder {
  color: #999;
  font-family: 'Microsoft Yahei';
}
select {
  border-color: #FCFCFC;
}
select:focus {
  outline: none;
}
fieldset {
  border: 1px solid #FCFCFC;
}
/* 表格 */
table {
  background-color: #FCFCFC;
  border-spacing: 0;
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #666;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.block {
  display: block;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.ph-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.inBlock {
  display: inline-block;
}
.wb-keep-all {
  word-break: keep-all;
}
.header-wrap {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 2px solid #F3F6FA;
}
.header-wrap .navbar-header .pc-logo {
  display: block;
  background-image: url(/assets/images/pc_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 280px;
  width: 120px;
  height: 62px;
}
.header-wrap .navbar {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header-wrap .navbar .navbar-header {
    width: 36%;
    max-width: 380px;
  }
  .header-wrap .navbar .navbar-nav {
    width: 64%;
  }
  .header-wrap .navbar .navbar-nav > li {
    width: 13%;
    min-width: 75px;
    text-align: center;
  }
  .header-wrap .navbar .navbar-nav > li > a {
    padding: 20px 0;
  }
  .header-wrap .navbar .navbar-header .pc-logo {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .header-wrap .navbar .navbar-header .pc-logo {
    margin-left: 20px;
    width: 100px;
  }
}
.header-wrap .navbar-default {
  background-color: transparent;
  border: none;
}
.header-wrap .navbar-default .navbar-nav li > a {
  color: #333;
}
.header-wrap .navbar-default .navbar-nav li.active > a {
  color: #4285F4;
  background-color: transparent;
  border-bottom: 2px solid #4285F4;
}
.header-wrap .navbar-toggle {
  margin-top: 14px;
}
.header-wrap .dropdown-menu a img {
  margin-right: 10px;
}
.header-wrap .dropdown-menu a div {
  vertical-align: -6px;
}
.header-wrap .dropdown-menu a p.desc {
  margin-right: 10px;
}
.content-body {
  margin-top: 64px;
}
.footer-wrap {
  padding: 40px 30px;
  background-color: #1E2433;
}
.footer-wrap .footer-content {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.footer-wrap .footer-content .footer-nav .nav-item {
  float: left;
  width: 25%;
}
.footer-wrap .footer-content .footer-nav .nav-item .nav-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-wrap .footer-content .footer-nav .nav-item a,
.footer-wrap .footer-content .footer-nav .nav-item p {
  line-height: 2;
}
.footer-wrap .footer-content .footer-nav .nav-item img.info2code {
  width: 120px;
  margin-left: 40px;
  margin-top: 10px;
}
.footer-wrap .footer-content .m-footer-nav {
  display: none;
}
.footer-wrap .footer-content .m-footer-nav .panel-group {
  background-color: transparent;
  margin-bottom: 0px;
}
.footer-wrap .footer-content .m-footer-nav .panel-group .panel {
  background-color: transparent;
  border: none;
}
.footer-wrap .footer-content .m-footer-nav .panel-group .panel .panel-heading {
  background-color: transparent;
  color: #fff;
}
.footer-wrap .footer-content .m-footer-nav .panel-group .panel .panel-body {
  border-top: none;
  padding: 0 0 0 20px;
}
.footer-wrap .footer-content .m-footer-nav .panel-group .panel .panel-body a {
  color: #cfcfcf;
  line-height: 2;
}
.footer-wrap .footer-content .line {
  margin: 50px 0 30px 0;
  height: 1px;
  background-color: #797979;
}
.footer-wrap .footer-content .info {
  text-align: center;
}
@media (max-width: 768px) {
  .footer-wrap .footer-content .pc-footer-nav {
    display: none;
  }
  .footer-wrap .footer-content .m-footer-nav {
    display: block;
  }
  .footer-wrap .footer-content .line {
    margin: 20px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #home_myCarousel {
    display: none;
  }
  .home_carousel-indicators {
    bottom: 247px;
  }
  .content_box {
    width: 100%;
  }
  .content_head {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .content_head:first-child {
    margin-top: 30px;
  }
  .content_head_title {
    height: 37px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
  }
  .content_head_title_eng {
    display: none;
  }
  .content_body {
    display: none;
  }
  .content_img_body {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-around;
  }
  .content_img_box {
    width: 112px;
    height: 100%;
    color: #000;
    cursor: pointer;
  }
  .content_img_box:hover {
    border-bottom: 4px solid #157BF9;
    animation-duration: 1s;
    /*动画时间*/
    animation-fill-mode: both;
    /*播放后的状态*/
    animation-iteration-count: 1;
    /*动作循环的次数：infinite 无限循环*/
    animation-duration: 2s;
    /*动画时间*/
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
  }
  .content_img_box:hover > .content_img_title {
    color: #157BF9;
  }
  .content_img_box_index {
    display: block;
    border-bottom: 4px solid #157BF9;
  }
  .content_img_box_index > .content_img_title {
    color: #157BF9;
  }
  .content_img_title {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    opacity: 1;
  }
  .yun_product {
    width: 56px;
    height: 98px;
  }
  @keyframes container {
    0%,
    100%,
    20%,
    50%,
    80% {
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
      transform: translate3d(0, 0, 0);
      /*设置只在Z轴上移动*/
    }
    40%,
    43% {
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      transform: translate3d(0, -4px, 0);
    }
  }
  .phone_product_box {
    display: block;
  }
  .panel-group .panel + .panel {
    margin-top: 0;
  }
  .home_panel {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
  }
  .home_panel-default {
    border-bottom: 1px solid #E6E6E6;
    border-color: none;
  }
  .home_panel-heading {
    background-color: white;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px;
  }
  .home_panel-title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    color: #333333;
  }
  .product_index {
    color: #157BF9;
  }
  .product_index > .content_img_title {
    color: #157BF9;
  }
  .product_index > .glyphicon-menu-up {
    display: block !important;
  }
  .product_index > .glyphicon-menu-down {
    display: none !important;
  }
  .home_panel-title_box > .glyphicon-menu-up {
    display: none;
  }
  .home_panel-body {
    background-color: #F1F4F8;
  }
  .product_box {
    display: none;
  }
  .product_content {
    width: 50%;
    padding: 30px;
  }
  .product_current_box {
    display: block;
  }
  .product_current_box:first-child {
    display: block;
  }
  .product_title {
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    font-family: MicrosoftYaHei-Bold;
    line-height: 22px;
    color: #333333;
  }
  .product_title_second {
    margin-top: 8px;
    margin-bottom: 25px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #999999;
  }
  .product_item_box {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .product_item_box_img {
    width: 56px;
    height: 56px;
  }
  .product_item_box2 {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
  .product_item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  .phone_product_item_a {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .product_item2 {
    display: flex;
    margin-top: 20px;
  }
  .product_item2:first-child {
    margin-top: 0px;
  }
  .product_item_img {
    display: flex;
    align-items: center;
  }
  .product_item_img2 {
    width: 56px;
    height: 100%;
  }
  .phone_item_img2 {
    width: 56px;
    height: 56px;
  }
  .product_item_name {
    margin-left: 16px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #333333;
  }
  .product_item_name2 {
    width: 270px;
    margin-left: 16px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #89919B;
    margin-top: 8px;
  }
  .map_box {
    width: 100%;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
  }
  .map_content {
    width: 100%;
    height: 100%;
  }
  .map_title {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    display: flex;
    justify-content: center;
  }
  .map_title_second {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #AEB2B7;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 12px;
  }
  .map_item_box {
    display: none;
  }
  .phone_map_item_box {
    display: flex;
    justify-content: space-between;
  }
  .phone_map_item_box_top {
    margin-top: 50px;
  }
  .home_map_item {
    padding: 24px;
    width: 100%;
    height: 100%;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_map_item:hover {
    background: #F1F4F8;
  }
  .home_a_flex2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .map_item_title {
    margin-top: 12px;
    width: 126px;
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #333333;
  }
  .phone_sponsor_box {
    width: 100%;
    height: 355px;
    background: #F1F4F8;
    padding: 25px 10px;
  }
  .sponsor_box {
    display: none;
  }
  .phone_sponsor_item {
    width: 102px;
    height: 57px;
  }
  .sponsor_title {
    height: 37px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    display: flex;
    justify-content: center;
  }
  .sponsor_item {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sponsor_item_box {
    display: flex;
    justify-content: space-between;
  }
  .sponsor_item_box2 {
    display: flex;
    justify-content: space-around;
    flex-basis: 1;
  }
  .contact_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact_item {
    display: none;
  }
  .contact_title {
    height: 31px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 22px;
    color: #FFFFFF;
  }
  .contact_button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #home_myCarousel {
    width: 100%;
  }
  #home_myCarousel2 {
    display: none;
  }
  .home_carousel-control {
    text-shadow: none;
    opacity: 1;
  }
  .home_carousel-control.left {
    background-image: none;
  }
  .home_carousel-control.right {
    background-image: none;
  }
  .home_carousel-indicators {
    bottom: 90px;
  }
  .content_box {
    width: 100%;
    height: 471px;
  }
  .content_head {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .content_head:first-child {
    margin-top: 70px;
  }
  .content_head_title {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    opacity: 1;
  }
  .content_head_title_eng {
    height: 19px;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    line-height: 22px;
    color: #AEB2B7;
  }
  .content_body {
    width: 100%;
    height: 250px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  .content_img_body {
    width: 60em;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content_img_box {
    width: 112px;
    height: 100%;
    color: #000;
    cursor: pointer;
  }
  .content_img_box:hover {
    border-bottom: 4px solid #157BF9;
    animation-duration: 1s;
    /*动画时间*/
    animation-fill-mode: both;
    /*播放后的状态*/
    animation-iteration-count: 1;
    /*动作循环的次数：infinite 无限循环*/
    animation-duration: 2s;
    /*动画时间*/
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    /*设置动画旋转元素的基点为：居中靠下*/
  }
  .content_img_box:hover > .content_img_title {
    color: #157BF9;
  }
  .content_img_box_index {
    display: block;
    border-bottom: 4px solid #157BF9;
  }
  .content_img_box_index > .content_img_title {
    color: #157BF9;
  }
  .product_current_item_none {
    display: none;
  }
  .product_current_item_block {
    display: block;
  }
  .content_img_title {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    opacity: 1;
  }
  .yun_product {
    width: 112px;
    height: 193px;
  }
  @keyframes container {
    0%,
    100%,
    20%,
    50%,
    80% {
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
      transform: translate3d(0, 0, 0);
      /*设置只在Z轴上移动*/
    }
    40%,
    43% {
      transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      transform: translate3d(0, -4px, 0);
    }
  }
  .phone_product_box {
    display: none;
  }
  .product_box {
    width: 100%;
    height: 250px;
    background: #F1F4F8;
    display: flex;
    justify-content: center;
  }
  .product_content {
    width: 80em;
    padding: 30px 0;
  }
  .product_current_box {
    display: none;
  }
  .product_current_box:first-child {
    display: block;
  }
  .product_title {
    height: 19px;
    font-size: 14px;
    font-weight: bold;
    font-family: MicrosoftYaHei-Bold;
    line-height: 22px;
    color: #333333;
  }
  .product_title_second {
    margin-top: 8px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #999999;
  }
  .product_item_box {
    width: 100%;
    height: 80px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product_item_box2 {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
  .product_item {
    display: flex;
    align-items: center;
  }
  .product_item2 {
    display: flex;
    margin-left: 50px;
  }
  .product_item2:first-child {
    margin-left: 0px;
  }
  .product_item_img {
    display: flex;
    align-items: center;
  }
  .product_item_img2 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: flex-start;
  }
  .product_item_name {
    margin-left: 16px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #333333;
  }
  .product_item_name2 {
    width: 331px;
    margin-left: 16px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #89919B;
    margin-top: 8px;
  }
  .map_box {
    width: 100%;
    height: 762px;
    padding: 71px;
    display: flex;
    justify-content: center;
  }
  .map_content {
    width: 45em;
    height: 100%;
  }
  .map_title {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    display: flex;
    justify-content: center;
  }
  .map_title_second {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #AEB2B7;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .map_item_box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .phone_map_item_box {
    display: none;
  }
  .home_map_item {
    width: 225px;
    height: 225px;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home_map_item:hover {
    background: #F1F4F8;
  }
  .map_item_title {
    margin-top: 12px;
    width: 126px;
    text-align: center;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #333333;
  }
  .sponsor_box {
    width: 100%;
    height: 564px;
    background: #F1F4F8;
    padding: 60px;
  }
  .phone_sponsor_box {
    display: none;
  }
  .sponsor_title {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    display: flex;
    justify-content: center;
  }
  .sponsor_title_second {
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #AEB2B7;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .sponsor_item {
    width: 50em;
    margin: 80px auto;
  }
  .sponsor_item_box {
    display: flex;
    justify-content: space-between;
  }
  .sponsor_item_box2 {
    display: flex;
    justify-content: space-around;
    flex-basis: 1;
  }
  .contact_box {
    width: 100%;
    height: 172px;
    background-image: url(/assets/images/contact_bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact_img {
    display: none;
  }
  .contact_title {
    height: 31px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 22px;
    color: #FFFFFF;
  }
  .contact_button {
    width: 160px;
    height: 42px;
    background: #FFFFFF;
    opacity: 0.91;
    border-radius: 12px;
    margin-left: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #157BF9;
    font-size: 16px;
    cursor: pointer;
  }
  .contact_button_color {
    color: #157BF9;
  }
  .home_a_flex {
    display: flex;
    align-items: center;
  }
  .home_a_flex2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body {
  margin: 0px;
  font-family: "微软雅黑";
  min-width: 385px;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.ffo_content_title {
  font-size: 24px;
  color: #333;
  line-height: 48px;
}
.ffo_content_subtitle {
  font-size: 20px;
  color: #555;
  line-height: 48px;
}
.ffo_content_text {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  max-width: 500px;
}
.ffo_content_text p {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
  color: black;
  margin-left: 27px;
}
@media (min-width: 768px) {
  .ffo_content_text p {
    white-space: pre-line;
  }
}
@media (max-width: 768px) {
  .ffo_content_text p {
    white-space: normal;
  }
}
@media screen and (max-width: 960px) {
  .ffo_content_title,
  .ffo_content_subtitle {
    text-align: center;
  }
  .fea_row_wapper {
    margin: 40px 0 0 0;
  }
  .fea_row_wapper_4 {
    margin: 40px 0;
  }
  .backImage {
    display: none;
  }
}
.chanl {
  display: none;
}
.activeImg {
  display: block;
}
.activeImage {
  display: block;
}
@media (min-width: 1200px) {
  .left_text {
    text-align: left;
  }
  .right_text {
    text-align: right;
  }
}
.col-md-25 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-md-25 {
    float: left;
    width: 20%;
  }
}
.inside-banner {
  position: relative;
  z-index: 0;
  align-items: flex-end;
}
@media (min-width: 768px) {
  #product_1_back {
    background-image: url(/assets/images/product_1.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #product_1_back {
    background-image: url(/assets/images/product_1_phone.png);
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #product_2_back {
    background-image: url(/assets/images/product_2.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #product_2_back {
    background-image: url(/assets/images/product_2_phone.png);
  }
}
@media (min-width: 768px) {
  #product_3_back {
    background-image: url(/assets/images/product_3_1.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #product_3_back {
    background-image: url(/assets/images/product_2_phone.png);
  }
}
@media (min-width: 768px) {
  #product_4_back {
    background-image: url(/assets/images/product_4_1.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #product_4_back {
    background-image: url(/assets/images/product_4_2.png);
  }
}
@media (min-width: 768px) {
  #product_5_back {
    background-image: url(/assets/images/product_5_1.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #product_5_back {
    background-image: url(/assets/images/product_5_2.png);
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #product_6_back {
    background-image: url(/assets/images/product_6.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  #product_6_back {
    background-image: url(/assets/images/product_6_phone.png);
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #product_YC_back1 {
    background-image: url(/assets/images/product_3_7.png);
    height: 441px;
  }
}
@media (min-width: 768px) {
  #product_YC_back2 {
    background-image: url(/assets/images/product_3_10.png);
    height: 441px;
  }
}
@media (min-width: 768px) {
  #product_YC_back3 {
    background-image: url(/assets/images/product_3_13.png);
    height: 441px;
  }
}
@media (min-width: 768px) {
  .inside-banner-height {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .inside-banner-height {
    height: 535px;
  }
}
.inside-banner .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: contain;
}
@media (min-width: 768px) {
  .inside-banner .container {
    position: relative;
    z-index: 1;
    margin-bottom: 114px;
  }
}
@media (max-width: 768px) {
  .inside-banner .container {
    z-index: 1;
    margin-bottom: 114px;
  }
}
.inside-banner.mgbig .container {
  margin-bottom: 180px;
}
.c-flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-flex {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .c-flex {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .maxwidth {
    width: 90%;
    margin: 0 auto;
    top: 40px;
    margin-left: 20%;
  }
}
@media (max-width: 768px) {
  .maxwidth {
    margin-top: 70px;
  }
}
.title-typeb-tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #17264B;
}
@media (min-width: 768px) {
  .title-typeb-tit {
    margin-top: 5px;
    line-height: 19px;
    font-size: 26px;
    letter-spacing: 4px;
  }
}
@media (max-width: 768px) {
  .title-typeb-tit {
    line-height: 16px;
    font-size: 22px;
    letter-spacing: 2px;
  }
}
.title-typeb-title {
  margin-bottom: 18px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  margin-top: 15px;
  color: #2B3D68;
}
@media (min-width: 768px) {
  .title-typeb-title {
    line-height: 26px;
    font-size: 14px;
    text-align: start;
    width: 420px;
  }
}
@media (max-width: 768px) {
  .title-typeb-title {
    line-height: 20px;
    font-size: 13px;
    text-align: start;
  }
}
.productTitleButton {
  opacity: 0.91;
  color: #FFFFFF;
  background-color: #157BF9;
}
@media (min-width: 768px) {
  .productTitleButton {
    font-size: 14px;
    border-radius: 8px;
    width: 138px;
    height: 36px;
    border: 0px;
  }
}
@media (max-width: 768px) {
  .productTitleButton {
    font-size: 11px;
    border-radius: 7px;
    width: 117px;
    height: 30px;
  }
}
.ffo_introduction {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
.ffo-title {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media (min-width: 768px) {
  .ffo-title_small {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #AEB2B7;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .ffo-title_small {
    display: none;
  }
}
@media (min-width: 768px) {
  .ffo-feature {
    margin-top: 50px;
  }
}
.active_content_ul {
  margin-top: 30px;
}
.active_content_li {
  float: left;
  width: 45%;
  margin-right: 15px;
  margin-bottom: 30px;
}
.active_content_li_sec {
  width: 45%;
  float: left;
  margin-bottom: 30px;
}
.active_content_li_third {
  float: left;
  width: 50%;
  margin-right: 15px;
}
.active_content_h5 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  opacity: 1;
  margin-top: 10px;
}
.active_content_h6 {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #89919B;
  opacity: 1;
  margin-top: 10px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .active_content_h6 {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .active_content_h {
    margin-left: 30px;
  }
}
.active-title_ychuang {
  text-align: left;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  letter-spacing: 4px;
}
.active-title_edit {
  text-align: left;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  letter-spacing: 4px;
}
.active-title_span_edit {
  width: 100px;
  height: 18px;
  vertical-align: bottom;
  margin-left: -75px;
}
@media (max-width: 768px) {
  .fea_row2_left {
    margin-top: 40px;
    margin-left: 30px;
    height: 354px;
  }
}
@media (min-width: 768px) {
  .active_content_img {
    display: inline-block;
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .active_content_img {
    display: none;
  }
}
.active_content_image {
  width: 13px !important;
  height: 10px;
  border: 1px dashed;
}
.fea_row_text_container {
  max-width: 500px;
}
@media (min-width: 768px) {
  .fea_row_text_container {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .product_div {
    padding-top: 70px;
  }
}
.divider {
  border-bottom: 1px solid #DDDDDD;
  margin: 30px 0;
  position: relative;
}
.ffo_intro_contentainer {
  padding: 12px 0;
}
.intro_left {
  float: left;
}
.intro_right {
  margin-left: 378px;
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .ffo_intro_contentainer {
    padding: 25px 30px 40px 40px;
  }
}
@media screen and (min-width: 960px) {
  .intro_right {
    display: flex;
    align-items: center;
    height: 345px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 960px) {
  .ffo_intro_contentainer {
    padding: 12px 50px;
  }
  .intro_right {
    margin-left: 300px;
  }
}
@media screen and (max-width: 960px) {
  .ffo_introduction {
    padding: 80px 20px 80px 20px;
  }
  .intro_left {
    float: none;
  }
  .intro_left img {
    display: block;
    margin: 0 auto;
  }
  .intro_right {
    margin-left: 0;
  }
}
.ychuang-banner {
  max-width: 1169px;
  min-height: 114px;
  background-color: white;
  margin: auto;
  color: #999999;
  border-radius: 4px;
  box-shadow: 3px 3px 8px 2px #EBEBEB;
  position: relative;
  top: -40px;
  padding-top: 8px;
}
.ychuang-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ychuang-content li img {
  margin-top: 20px;
}
.ychuang-content li p {
  width: 330px;
  margin: 0;
  white-space: pre-line;
}
.ychuang-content li .sty {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .ychuang-banner {
    max-width: 90%;
    background-color: white;
    margin: auto;
    color: #999999;
    border-radius: 4px;
    box-shadow: 3px 3px 8px 2px #EBEBEB;
    position: relative;
    top: -40px;
  }
  .ychuang-banner li {
    margin: 10px 5% 10px 5%;
  }
}
.title_container,
.fea_row,
.fea_row2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.fea_row,
.fea_row2 {
  padding: 15px 15px 0px 15px;
}
.fea_row,
.fea_row2 {
  position: static;
}
.fea_row_wapper:nth-child(even) {
  background: #f7fcff;
}
@media screen and (max-width: 768px) {
  .product_edit_top {
    margin-bottom: 20px;
  }
  .tabs {
    width: 100%;
  }
  .tabs .selected {
    height: 100px;
    width: 7px;
    background-color: #E5F2FF;
    display: inline-block;
    position: relative;
    bottom: 10px;
  }
  .tabs p {
    margin-left: 5px;
  }
  .tabs .align {
    width: 94%;
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: 100px;
    bottom: 35px;
    line-height: 20px;
    right: 10px;
  }
  .tabs .align .font_title {
    color: #3D3D3D;
    font-weight: bold;
    display: block;
    margin-top: 20px;
  }
  .Tabs {
    width: 100%;
  }
  .Tabs .selected {
    height: 120px;
    width: 7px;
    background-color: #E5F2FF;
    display: inline-block;
    line-height: 98px;
    position: relative;
    bottom: -15px;
  }
  .Tabs p {
    margin-left: 5px;
  }
  .Tabs .align {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 94%;
    height: 120px;
    line-height: 20px;
    right: 10px;
    bottom: 0;
  }
  .Tabs .align .font_title {
    color: #3D3D3D;
    font-weight: bold;
    display: block;
    margin-top: 10px;
  }
  .Tabs .align_one {
    bottom: 20px;
  }
  .Tabs .align_one span {
    top: 10px;
  }
  .fea_row_right_change {
    margin-top: 80px;
  }
  .tabs_loc {
    margin-bottom: 70px;
  }
  .tab_loc {
    margin-top: 100px;
    margin-bottom: -40px;
  }
  .fea_row3_left_text {
    margin-top: 50px;
  }
  .fea_row3_left_change {
    margin-top: 50px;
  }
  .title_log {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .feature_wrapper p {
    width: 500px;
  }
  .tabs {
    width: 500px;
    margin-top: 20px;
  }
  .tabs .selected {
    height: 100px;
    width: 7px;
    background-color: #E5F2FF;
    display: inline-block;
    line-height: 98px;
    position: relative;
    bottom: 15px;
  }
  .tabs p {
    margin-left: 5px;
  }
  .tabs .align {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 94%;
    height: 100px;
    line-height: 100%;
    right: 9px;
    bottom: 2px;
  }
  .tabs .align .font_title {
    color: #3D3D3D;
    font-weight: bold;
  }
  .Tabs {
    width: 500px;
    margin-top: 20px;
  }
  .Tabs .selected {
    height: 116px;
    width: 7px;
    background-color: #E5F2FF;
    display: inline-block;
    line-height: 98px;
    position: relative;
    bottom: 17px;
  }
  .Tabs p {
    margin-left: 5px;
  }
  .Tabs .align {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 95%;
    height: 117px;
    right: 10px;
    line-height: 100%;
  }
  .Tabs .align .font_title {
    color: #3D3D3D;
    font-weight: bold;
  }
  .fea_row2_change {
    position: relative;
    bottom: 115px;
    left: 0;
  }
  .fea_row3_left_change {
    position: relative;
    left: 10%;
  }
  .fea_row3_left_text {
    position: relative;
    top: 100px;
  }
}
.active .selected {
  background-color: #157BF9;
}
.active .align {
  background-color: #ECF3FF;
}
.active .align .font_title {
  color: #157BF9;
}
@media screen and (min-width: 960px) {
  .fea_row {
    padding: 25px 165px 0px 30px;
    position: relative;
  }
  .fea_row_left {
    margin-left: 100px;
    height: 390px;
  }
  .fea_row_left5 {
    margin-left: 100px;
    width: 380px;
  }
  .fea_row_right {
    position: absolute;
    right: 0;
    margin-top: 100px;
  }
  .fea_row_right_2 {
    position: absolute;
    right: 0;
  }
  .fea_row_right_3 {
    position: absolute;
    right: 0;
    left: 560px;
  }
  .fea_row2 {
    position: relative;
  }
  .fea_row2_left {
    margin-left: 600px;
    height: 390px;
  }
  .fea_row3_left {
    margin-left: 600px;
    height: 390px;
  }
  .fea_row4_left {
    margin-left: 700px;
    height: 390px;
  }
  .fea_row2_right {
    position: absolute;
    left: 60px;
    top: 50px;
  }
  .fea_row2_right_2 {
    position: absolute;
    top: 50px;
  }
  .padding65 {
    padding-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .img_loc {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 960px) {
  .fea_row_right {
    right: 0;
  }
  .fea_row_left {
    margin-right: 600px;
  }
  .fea_row_left5 {
    margin-right: 600px;
  }
  .fea_row {
    padding: 25px 30px 40px 30px;
  }
  .fea_row2_right {
    left: 0;
  }
  .fea_row2_left {
    margin-left: 600px;
    padding-top: 65px;
  }
  .fea_row3_left {
    margin-left: 600px;
    padding-top: 65px;
  }
  .fea_row4_left {
    margin-left: 700px;
    padding-top: 65px;
  }
  .fea_row2 {
    padding: 55px 30px 0px 30px;
  }
}
.ffo_sence {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}
.sence_container {
  padding-top: 20px;
}
.sence_row {
  padding: 0 55px;
}
@media screen and (max-width: 960px) {
  .sence_row {
    padding: 20px;
  }
}
.sence_row_img {
  width: 100%;
  border-radius: 10px;
}
.sence_row_img img {
  display: block;
  width: 100%;
  height: auto;
}
.sence_row_content {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  text-align: center;
}
.ffo_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 10px 100px 10px;
}
.list_li {
  font-size: 18px;
  color: #666;
  line-height: 55px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_li:nth-child(odd) {
  background: #f7fcff;
}
.list_li span {
  font-weight: 700;
}
@media (min-width: 768px) {
  .product_top {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .product_top {
    margin-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .product_edit_top {
    padding-top: 60px;
    max-width: 500px;
  }
}
.product_edit_top img {
  position: relative;
  bottom: 2px;
}
@media (min-width: 768px) {
  #product_yc_function {
    background-image: url(/assets/images/product_3_2.png);
    height: 479px;
  }
}
@media (max-width: 768px) {
  #product_yc_function {
    background-image: url(/assets/images/product_3_16.png);
    height: 474px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  #product_yc {
    text-align: center;
    width: 60%;
    margin-left: 20%;
  }
}
.box-text span {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  opacity: 1;
}
.second-title {
  font-size: 14px;
  color: #AEB2B7;
  text-align: center;
  font-family: MicrosoftYaHei;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .active_feature {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 0 80px 0;
  }
}
.productfunction {
  float: left;
  text-align: -webkit-center;
}
@media (min-width: 768px) {
  .productfunction {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .productfunction {
    margin-left: 7%;
    margin-right: 5%;
    margin-bottom: 6%;
  }
}
.active-title {
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
@media (min-width: 768px) {
  .second_img {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .second_img {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .fea_row3_span {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .fea_row3_span {
    padding-top: 30px;
    text-align: center;
  }
}
/*兴诚网络准入控制系统开始*/
.ffo-title_4 {
  font-size: 28px;
  color: #333;
  text-align: center;
}
.fea_row_common .fea_row_content .title {
  width: 240px;
  padding: 0 10px;
  line-height: 36px;
  background-color: #0068b6;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .fea_row_common .fea_row_content .title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .fea_row_left_4 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .fea_row_right_4 {
    float: right;
    width: 50%;
  }
}
.fea_row_common {
  padding: 0 10px;
}
.fea_row_common img {
  max-width: 450px;
}
@media (max-width: 768px) {
  .fea_row_common img {
    width: 100%;
  }
}
.fea_row_common .fea_row_content {
  padding-bottom: 20px;
}
.fea_row_common .fea_row_content .fea_row_text {
  color: #666;
  font-size: 14px;
}
@media (min-width: 768px) {
  .fea_row_wapper_4 {
    padding: 30px 0;
  }
}
.fea_row_wapper_4:nth-child(even) {
  background: #f7fcff;
}
.fea_row4 {
  padding: 0 0 0 0;
}
.fea_row4 img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .product_top4 {
    margin-top: 30px;
  }
}
.productinfo {
  background-color: #F4F6FA;
}
@media (min-width: 768px) {
  .productinfo {
    height: 441px;
  }
}
.product-6 {
  font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}
/* 主横幅 */
.hero-banner {
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #0ea5e9 100%);
  padding: 80px 40px 60px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.hero-subtitle {
  font-size: 22px;
  font-weight: 300;
  opacity: 0.95;
  margin-bottom: 15px;
}
.hero-desc {
  font-size: 16px;
  opacity: 0.85;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
.version-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 24px;
  border-radius: 30px;
  font-size: 14px;
  margin-top: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
/* 主内容区 */
.main-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 40px;
}
/* 产品概述 */
.section {
  margin-bottom: 60px;
}
.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #1a5fb4;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #1a5fb4, #3b82f6);
  margin: 15px auto 0;
  border-radius: 2px;
}
.section-subtitle {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.intro-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #1a5fb4;
}
.intro-card p {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
/* 功能模块详细卡片 */
.feature-detail-section {
  margin: 80px 0;
}
.feature-detail-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 40px;
}
.feature-detail-header {
  background: linear-gradient(135deg, #f0f7ff 0%, #e0f2fe 100%);
  padding: 35px 40px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #e0f2fe;
}
.feature-detail-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1a5fb4 0%, #3b82f6 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(26, 95, 180, 0.3);
  flex-shrink: 0;
}
.feature-detail-icon svg {
  width: 42px;
  height: 42px;
  fill: white;
}
.feature-detail-icon.purple {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}
.feature-detail-header-content {
  flex: 1;
}
.feature-detail-title {
  font-size: 26px;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 8px;
}
.feature-detail-tagline {
  font-size: 15px;
  color: #64748b;
}
.feature-detail-body {
  padding: 40px;
}
.feature-detail-intro {
  font-size: 16px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e7eb;
}
.feature-functions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.function-item {
  background: #f8fafc;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
.function-item:hover {
  border-color: #1a5fb4;
  box-shadow: 0 4px 15px rgba(26, 95, 180, 0.1);
}
.function-item-title {
  font-size: 17px;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.function-item-title::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #1a5fb4;
  border-radius: 50%;
}
.function-item-desc {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
}
/* 国产化适配 */
.adaptation-section {
  background: white;
  border-radius: 20px;
  padding: 50px;
  margin: 60px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.adaptation-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.adaptation-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}
.adaptation-icon svg {
  width: 36px;
  height: 36px;
  fill: white;
}
.adaptation-title {
  font-size: 28px;
  font-weight: 600;
  color: #1a365d;
}
.adaptation-subtitle {
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}
.os-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.os-card {
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease;
}
.os-card:hover {
  border-color: #dc2626;
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.15);
}
.os-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #dc2626;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.os-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 8px;
}
.os-type {
  font-size: 13px;
  color: #888;
}
/* 系统日志审计 */
.audit-section {
  margin: 60px 0;
}
.audit-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.audit-info {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.audit-title {
  font-size: 26px;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.audit-title-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audit-title-icon svg {
  width: 28px;
  height: 28px;
  fill: white;
}
.audit-list {
  list-style: none;
}
.audit-item {
  padding: 18px 0;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.audit-item:last-child {
  border-bottom: none;
}
.audit-item-icon {
  width: 28px;
  height: 28px;
  background: #ecfdf5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.audit-item-icon svg {
  width: 14px;
  height: 14px;
  fill: #059669;
}
.audit-item-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 5px;
}
.audit-item-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.audit-visual {
  background: linear-gradient(135deg, #1a5fb4 0%, #3b82f6 100%);
  border-radius: 16px;
  padding: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.audit-chart-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.audit-chart {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  height: 180px;
  padding: 20px 0;
}
.chart-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.bar {
  width: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px 6px 0 0;
  transition: height 0.5s ease;
}
.bar-1 {
  height: 120px;
  background: #34d399;
}
.bar-2 {
  height: 100px;
  background: #60a5fa;
}
.bar-3 {
  height: 80px;
  background: #fbbf24;
}
.bar-4 {
  height: 60px;
  background: #f87171;
}
.bar-label {
  font-size: 12px;
  text-align: center;
  opacity: 0.9;
}
.bar-value {
  font-size: 14px;
  font-weight: 600;
}
/* 三权分立 */
.tripartite-section {
  background: linear-gradient(135deg, #1e3a5f 0%, #1a5fb4 100%);
  border-radius: 20px;
  padding: 60px 50px;
  margin: 60px 0;
  color: white;
}
.tripartite-header {
  text-align: center;
  margin-bottom: 50px;
}
.tripartite-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.tripartite-desc {
  font-size: 16px;
  opacity: 0.85;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}
.roles-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.role-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 35px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.role-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}
.role-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
.role-icon-1 {
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
}
.role-icon-2 {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}
.role-icon-3 {
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}
.role-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.role-duties {
  text-align: left;
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.8;
}
.role-duties li {
  margin-bottom: 8px;
  padding-left: 5px;
}
.relationship-diagram {
  text-align: center;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.diagram-title {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}
.diagram-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.diagram-node {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.diagram-arrow {
  font-size: 24px;
  opacity: 0.7;
}
/* 技术架构 */
.architecture-section {
  margin: 60px 0;
}
.architecture-diagram {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.arch-layers {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.arch-layer {
  display: flex;
  align-items: center;
}
.layer-label {
  width: 120px;
  text-align: right;
  padding-right: 20px;
  font-weight: 600;
  color: #1a5fb4;
  font-size: 14px;
}
.layer-content {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.layer-content.four-cols {
  grid-template-columns: repeat(4, 1fr);
}
.layer-item {
  background: linear-gradient(135deg, #f0f7ff 0%, #e0f2fe 100%);
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  color: #1a365d;
  border: 1px solid #bfdbfe;
}
/* 响应式 */
@media (max-width: 1200px) {
  .os-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .hero-title {
    font-size: 36px;
  }
  .audit-container {
    grid-template-columns: 1fr;
  }
  .roles-container {
    grid-template-columns: 1fr;
  }
  .layer-content,
  .layer-content.four-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-functions {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .os-grid {
    grid-template-columns: 1fr;
  }
  .main-content {
    padding: 40px 20px;
  }
  .adaptation-section {
    padding: 30px 20px;
  }
  .tripartite-section {
    padding: 40px 25px;
  }
  .feature-detail-header {
    flex-direction: column;
    text-align: center;
  }
  .feature-detail-body {
    padding: 25px;
  }
}
.product6Button {
  opacity: 0.91;
  color: #FFFFFF;
  background-color: #157BF9;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .product6Button {
    font-size: 14px;
    border-radius: 8px;
    width: 168px;
    height: 36px;
    border: 0px;
  }
}
@media (max-width: 768px) {
  .product6Button {
    font-size: 11px;
    border-radius: 7px;
    width: 147px;
    height: 30px;
  }
}
/*兼容性列表结束*/
@media screen and (min-width: 768px) {
  .phone_profile_head {
    display: none;
  }
  .profile_box {
    height: 674px;
    background-color: white;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile_item {
    display: flex;
  }
  .profile_jian {
    margin-left: 67px;
  }
  .profile_centent1 {
    width: 646px;
    height: 105px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #5F6A77;
    margin-top: 16px;
  }
  .profile_centent2 {
    width: 646px;
    height: 84px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #5F6A77;
    margin-top: 25px;
  }
  .profile_blue {
    margin-top: 50px;
  }
  .certificate_box {
    width: 100%;
    height: 660px;
    background-image: url(/assets/images/certificate.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .beijing_box {
    width: 35em;
    margin-right: 5em;
  }
  .wuxi_box {
    width: 35em;
  }
  .certificate_content {
    display: flex;
    flex-direction: column;
  }
  .cer_title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
  }
  .cer_title_second {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
  .cer_list {
    height: 500px;
    padding: 30px;
  }
  .cer_item {
    width: 216px;
    height: 300px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile_map_box {
    width: 100%;
    height: 1316px;
    background-color: white;
    padding: 80px 200px 0px 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .position_item {
    display: flex;
    justify-content: space-between;
  }
  .position_content {
    height: 94px;
    background: #F6F9FD;
    padding: 20px 30px;
  }
  .profile_position_title {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
  }
  .profile_position_content {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    margin-top: 6px;
  }
  .map_item {
    width: 100%;
    height: 518px;
    background-image: url(/assets/images/ver.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px auto 50px auto;
  }
  .map {
    width: 1200px;
    height: 335px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .map_list {
    width: 60vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
  }
  .map_list_item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .map_logo {
    display: flex;
    justify-content: center;
  }
  .map_title {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
  }
  .map_title_phone {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    line-height: 22px;
    color: #89919B;
  }
  #main {
    margin-top: 50px;
    overflow: hidden;
  }
  #warpper {
    width: 1400px;
    /*一列展示几个的宽度 ,4*280 动态算*/
    height: 350px;
    margin: 0 auto;
    position: relative;
  }
  #inner {
    /*元素个数*280(div宽度)  动态算 1120px[4个元素] 1440px[5个元素]  1680px[6个元素]  2240px[8个元素]
        用JS动态设置改值
        */
    width: 2880px;
    position: absolute;
    left: 0px;
  }
  #inner div {
    width: 270px;
    height: 300px;
    /*使用浮动元素排列*/
    float: left;
    margin: 0 6px;
  }
  #optrbtn {
    text-align: center;
    font-size: 20px;
  }
  #optrbtn span {
    width: 50px;
    cursor: pointer;
    margin-right: 5px;
  }
  #optrbtn > .btnleft {
    margin-right: 5em;
  }
  .glyphicon-chevron-left {
    color: white;
  }
  .glyphicon-chevron-right {
    color: white;
  }
}
@media screen and (max-width: 768px) {
  .profile_head {
    display: none;
  }
  .profile_box {
    background-color: white;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
  }
  .profile_item {
    display: block;
  }
  .profile_logo {
    margin: 0 auto;
  }
  .profile_jian {
    margin-left: 0px;
  }
  .profile_jian_img {
    width: 150px;
    height: 75px;
  }
  .profile_blue {
    display: none;
  }
  .profile_centent1 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #5F6A77;
    margin-top: 16px;
    text-indent: 2em;
  }
  .profile_centent2 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 22px;
    color: #5F6A77;
    margin-top: 25px;
    text-indent: 2em;
  }
  .profile_blue {
    margin-top: 50px;
  }
  .certificate_box {
    width: 100%;
    height: 560px;
    background-image: url(/assets/images/certificate.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .certificate_content {
    margin-top: 6em;
    display: flex;
    flex-direction: column;
  }
  .cer_title {
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
  }
  .cer_title_second {
    display: none;
  }
  .cer_list {
    height: 500px;
  }
  .cer_item {
    width: 216px;
    height: 300px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile_map_box {
    width: 100vw;
    padding: 20px;
    background-color: white;
  }
  .position_item {
    display: flex;
    flex-direction: column;
  }
  .beijing_img {
    padding: 20px;
  }
  .wuxi_box {
    margin-top: 1em;
  }
  .position_content {
    height: 94px;
    background: #F6F9FD;
    padding: 20px 30px;
  }
  .profile_position_title {
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
  }
  .profile_position_content {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    line-height: 22px;
    color: #333333;
    margin-top: 6px;
  }
  .map_item {
    display: none;
  }
  .map {
    height: 335px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .map_list {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
  }
  .map_list_item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .map_logo {
    display: flex;
    justify-content: center;
  }
  .map_title {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
  }
  .map_title_phone {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    line-height: 22px;
    color: #89919B;
  }
  #main {
    margin-top: 50px;
    width: 100vw;
    overflow: auto;
  }
  #warpper {
    width: 2880px;
    /*一列展示几个的宽度 ,4*280 动态算*/
    height: 350px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 20px;
  }
  #inner {
    /*元素个数*280(div宽度)  动态算 1120px[4个元素] 1440px[5个元素]  1680px[6个元素]  2240px[8个元素]
        用JS动态设置改值
        */
    width: 2880px;
    position: absolute;
  }
  #inner div {
    width: 270px;
    height: 300px;
    /*使用浮动元素排列*/
    float: left;
    margin: 0 6px;
  }
  #optrbtn {
    display: none;
  }
  #optrbtn span {
    width: 50px;
    cursor: pointer;
    margin-right: 5px;
  }
  #optrbtn > .btnleft {
    position: relative;
    top: -35vh;
    left: -40vw;
  }
  #optrbtn > .btnright {
    position: relative;
    top: -35vh;
    right: -40vw;
  }
  .glyphicon-chevron-left {
    color: white;
  }
  .glyphicon-chevron-right {
    color: white;
  }
}
.inside-banner {
  position: relative;
  z-index: 0;
  align-items: flex-end;
}
.solution_back {
  width: 100%;
}
@media (max-width: 768px) {
  .solution_back {
    display: none;
  }
}
.solution_back_phone {
  width: 100%;
}
@media (min-width: 768px) {
  .solution_back_phone {
    display: none;
  }
}
@media (min-width: 768px) {
  #solution_1_back {
    content: url(/assets/images/solution_1.png);
  }
}
@media (max-width: 768px) {
  #solution_1_back {
    content: url(/assets/images/solution_1_phone.png);
  }
}
@media (min-width: 768px) {
  #solution_2_back {
    content: url(/assets/images/solution_2.png);
  }
}
@media (max-width: 768px) {
  #solution_2_back {
    content: url(/assets/images/solution_2_phone.png);
  }
}
@media (min-width: 768px) {
  #solution_3_back {
    content: url(/assets/images/solution_3.png);
  }
}
@media (max-width: 768px) {
  #solution_3_back {
    content: url(/assets/images/solution_3_phone.png);
  }
}
@media (min-width: 768px) {
  #solution_4_back {
    content: url(/assets/images/solution_4.png);
  }
}
@media (max-width: 768px) {
  #solution_4_back {
    content: url(/assets/images/solution_4_phone.png);
  }
}
@media (min-width: 768px) {
  #solution_5_back {
    content: url(/assets/images/solution_5.png);
  }
}
@media (max-width: 768px) {
  #solution_5_back {
    content: url(/assets/images/solution_5_phone.png);
  }
}
@media (min-width: 768px) {
  #solution_6_back {
    content: url(/assets/images/solution_6.png);
  }
}
@media (max-width: 768px) {
  #solution_6_back {
    content: url(/assets/images/solution_6_phone.png);
  }
}
@media (min-width: 768px) {
  .inside-banner-height {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .inside-banner-height {
    height: 535px;
  }
}
.inside-banner .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: contain;
}
@media (min-width: 768px) {
  .inside-banner .container {
    position: relative;
    z-index: 1;
    margin-bottom: 114px;
  }
}
@media (max-width: 768px) {
  .inside-banner .container {
    z-index: 1;
    margin-bottom: 114px;
  }
}
.inside-banner.mgbig .container {
  margin-bottom: 180px;
}
.c-flex {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-flex {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .c-flex {
    align-items: flex-start;
  }
}
.title_container,
.sltinfo_row {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.solution-sence {
  background: #f1f4f8;
  padding: 36px;
}
@media (min-width: 768px) {
  .solution-sence {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .solution-sence {
    height: 238px;
  }
}
.solution-title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  text-align: center;
}
.solution-des {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 26px;
  color: #89919b;
  text-align: center;
}
@media (max-width: 768px) {
  .solution-des {
    display: none;
  }
}
.solution-des-phone {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 26px;
  color: #89919b;
}
@media (min-width: 768px) {
  .solution-des-phone {
    display: none;
  }
}
.solution-info {
  padding: 60px 30px;
}
@media (max-width: 768px) {
  .title_container_info {
    display: none;
  }
}
@media (min-width: 768px) {
  .title_container_info_phone {
    display: none;
  }
}
.sltinfo_row {
  padding: 15px 15px 10px 15px;
}
.sltinfo_row {
  position: static;
}
@media screen and (min-width: 960px) {
  .sltinfo_row {
    position: relative;
    padding: 25px 30px 40px 30px;
  }
  .sltinfo_row_right {
    position: absolute;
    left: 60px;
    top: 50px;
  }
  .sltinfo_row_left {
    margin-left: 520px;
    height: 300px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 960px) {
  .sltinfo_row {
    padding: 25px 30px 40px 30px;
  }
  .sltinfo_row_right {
    left: 0;
  }
  .sltinfo_row_left {
    margin-left: 520px;
    padding-top: 65px;
  }
}
@media (max-width: 768px) {
  .sltinfo_row_left {
    margin-top: 40px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .sltinfo_row_left_3 {
    margin-top: 360px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .sltinfo_row_left_6 {
    margin-top: 40px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .sltinfo_ul {
    position: relative;
  }
}
.sltinfo_ul_1 {
  margin-top: 60px;
}
.sltinfo_ul_2 {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .sltinfo_ul_2 {
    margin-left: 60px;
  }
}
@media (min-width: 768px) {
  .sltinfo_ul_3 {
    position: relative;
  }
}
.sltinfo_ul_4 {
  margin-top: 100px;
}
.sltinfo_ul_l {
  margin-top: 0;
}
@media (max-width: 768px) {
  .sltinfo_ul_l {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .sltinfo_ul_r {
    position: absolute;
    top: 0;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .sltinfo_ul_r_3 {
    position: absolute;
    top: 0;
    left: 400px;
  }
}
.sltinfo_li {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
@media (min-width: 768px) {
  .sltinfo_li {
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .sltinfo_li {
    line-height: 49px;
  }
}
.sltinfo_li::before {
  content: "\2022";
  color: #5f7fb9;
  font-size: 16px;
  margin-right: 12px;
}
.sltinfo_li_des {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  line-height: 22px;
  color: #333333;
}
.sltinfo_li_des_6 {
  margin-left: 20px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  line-height: 26px;
  color: #89919b;
  opacity: 0.86;
}
@media screen and (max-width: 768px) {
  .us_contact_bg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .us_contact_bg_phone {
    display: none;
  }
}

