@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "1.4rem";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
button{
    outline: none!important; 
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
video:: -internal-media-controls-download-button{
    display: none;
}
.db {
  display: block;
  width: 100%;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #333;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
  background-color: #333;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: default;
  background-color: #efefef;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.fck__body h1, .fck__body h2, .fck__body h3, .fck__body h4, .fck__body h5, .fck__body h6 {
  margin: 10px 0;
  font-weight: 700;
}

.fck__body h1 {
  font-size: 1.5em;
}

.fck__body h2 {
  font-size: 1.4em;
}

.fck__body h3 {
  font-size: 1.3em;
}

.fck__body h4 {
  font-size: 1.2em;
}

.fck__body h5 {
  font-size: 1.1em;
}

.fck__body h6 {
  font-size: 1em;
}

.fck__body em {
  font-style: italic;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
a {
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: #c11623;
  text-decoration: none;
}

p {
  text-align: justify;
}

header {
  background-color: #fff;
  padding: 0;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  right: 0;
  padding: 10px 0;
}

header .logo {
  border: 0;
}

header .nav_list {
  transform: translateX(0%);
  width: 80%;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

header .nav_list li {
  list-style: none;
  padding: 0;
  margin-left: 3%;
}

.search-form li.search {
  padding-left: 0px;
  position: relative;
  margin-left: 0;
  position: absolute;
  margin-left: 0;
  top: 0px;
  right: -40px;
}

.search-form li.search:hover span {
  display: inline-block;
}

.search-form li.search button{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: middle;
  border: 0;
  display: inline-block;
  line-height: 90px;
  background: none;
}

.search-form li.search span {
  vertical-align: middle;
  position: absolute;
  left: -20px;
  top: 43%;
  transform: translateY(-40%);
  display: none;
  padding-right: 5px;
}

.search-form li.search span input {
  width: 120px;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.search-form li.search i {
  padding-right: 5px;
  margin-top: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  display: inline-block;
}

header .nav_list li.active > a {
  color: #c11623;
  border-color: #c11623;
}

header .nav_list li:hover > a{
  color: #c11623;
}

.txt_con {position: relative;display: inline-block;text-align: center;text-align: center;}

.Global-Site{display:none;position: absolute;}

.txt_con:hover >.Global-Site{display: block;}


header .nav_list li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  height: 80px;
  line-height: 90px;
  border-bottom: 2px solid transparent;
  transition: all .3s;
  display: block;
}

.Global-Site .txt_con_a a {background-color: #f9f9f9;min-width: 100px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 1;height: 40px;
    line-height: 50px;text-align: center;margin-left: 20px;}

.main {
  padding-top: 108px;
}

.red_title {
  border-bottom: 2px solid #c11623;
  padding-bottom: 10px;
  width: 100%;
  width: calc(33.33% - 40px * 2 / 3);
}

.red_title span, .red_title em {
  display: inline-block;
  vertical-align: middle;
}

.red_title span {
  color: #333;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}

.red_title em {
  border-left: 1px solid #ccc;
  color: #ccc;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -.5px;
}

.products_sidebar__con {
  align-items: flex-start;
}

.products_sidebar__con .pro_sidebar {
  width: calc(33.33% - 40px * 2 / 3);
}

.products_sidebar__con .pro_sidebar ul li {
  border-bottom: 1px solid #dededf;
  padding: 15px 20px;
  transition: all .3s;
}

.products_sidebar__con .pro_sidebar ul li:hover {
  background-color: #c11623;
}

.products_sidebar__con .pro_sidebar ul li:hover a {
  color: #fff;
}

.products_sidebar__con .pro_sidebar ul li:hover a i {
  color: #fff;
  padding-left: 5px;
}

.products_sidebar__con .pro_sidebar ul li a {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.products_sidebar__con .pro_sidebar ul li a i {
  padding-right: 10px;
  transition: all .3s;
}

.products_sidebar__con .right_con {
  width: calc(100% - 33.33% + 40px * 2 / 3);
  padding-left: 100px;
}

.products_sidebar__con .right_con .pro_img {
  width: auto;
  max-width: 100%;
  margin: 50px auto;
  display: block;
}

.solutions_list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.solutions_list li {
  width: calc(23.5% - 40px * 2 / 4);
  box-sizing: border-box;
  position: relative;
  margin: 0 40px 90px 0;
}

.solutions_list li:nth-child(4n) {
  margin-right: 0;
}

.solutions_list li:hover .img_out .mask {
  opacity: 1;
  visibility: visible;
}

.solutions_list li a {
  display: block;
}

.solutions_list li img {
  display: block;
  width: 100%;
}

.solutions_list li .img_out {
  position: relative;
  overflow: hidden;
}

.solutions_list li .img_out .mask {
  background: rgba(0, 0, 0, 0.3) url(../images/common/mask_bg.png) center no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.solutions_list li .txt_con {
  border-left: 2px solid #c11623;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  box-shadow: 0 0 8px 2px rgba(100, 100, 100, 0.3);
}

.solutions_list li .txt_con h3, .solutions_list li .txt_con p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 80%;
  margin-left:22%;
}

.solutions_list li .txt_con h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 5px;
}

.solutions_list li .txt_con p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.solutions_list li .txt_con i {
  position: absolute;
  border-radius: 50%;
  box-shadow: 2px 2px 5px 2px rgba(100, 100, 100, 0.1);
  background: url(../images/common/bg_1.png) center no-repeat;
  background-size: 40% 40%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 34px;
  color: #c11623;
  text-align: center;
  font-size: 16px;
  left: 25px;
  top: 10px;
}

.com_btn_1 {
  display: inline-block;
  border-radius: 2em;
  border: 1px solid #c11623;
  color: #333;
  padding: 10px 20px;
}

.com_btn_1:hover {
  color: #fff;
  background-color: #c11623;
  border-color: #c11623;
}

.com_btn_1 i {
  padding-left: 5px;
}

footer {
  background-color: #eaeaea;
  padding-top: 40px;
}

footer .footer_list {
  align-items: flex-start;
  margin-bottom: 30px;
}

footer .footer_list li {
  width: 30%;
  position: relative;
  z-index: 1;
}

footer .footer_list li:nth-child(1) {
  width: 25%;
}

footer .footer_list li:nth-child(2) {
  width: 45%;
  padding: 0 5% 0 0;
}

footer .footer_list li .link_con a {
  display: inline-block;
  margin: 0 2px 5px;
  border: 1px solid #c11623;
  padding: 5px 10px;
  color: #333;
  border: 1px solid #ccc;
  min-width: 70px;
  text-align: center;
}

footer .footer_list li .link_con a:hover {
  background-color: #c11623;
  border-color: #c11623;
  color: #fff;
}

footer .footer_list li h3, footer .footer_list li p {
  color: #333;
}

footer .footer_list li h3 {
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 30px 0;
}

footer .footer_list li p {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

footer .footer_list li p a {
  color: #333;
}

footer .footer_list li p a:hover {
  color: #c11623;
}

footer .footer_list li p a.icon {
  border-radius: 50%;
  color: #333;
  background-color: #ccc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

footer .footer_list li p a.icon:hover {
  color: #fff;
  background-color: #c11623;
}

footer .footer_list li p a.icon:hover img {
  display: block;
}

footer .footer_list li p a.icon img {
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: -105px;
  display: none;
  width: 100px;
}

footer .footer_list li p span {
  vertical-align: middle;
}

footer .footer_list li p i, footer .footer_list li p a {
  vertical-align: middle;
  display: inline-block;
}

footer .footer_list li p i {
  width: 24px;
}

footer .footer_list li p label {
  font-size: 14px;
  font-size: 1.4rem;
}

footer .copyright {
  background-color: #c11623;
  padding: 20px 0;
  color: #fff;
}

footer .copyright p {
  font-size: 14px;
  font-size: 1.4rem;
}

footer .copyright p a {
  color: #fff;
  margin-left: 10px;
}

footer .copyright p a:hover {
  color: #999;
}

.mobile_menu_btn {
  border: 0;
  display: block;
  padding: 7px 0;
  width: 20px;
  transition: all .4s;
  position: relative;
  cursor: pointer;
  z-index: 9950;
}

.mobile_menu_btn.opend i {
  background-color: #333;
}

.mobile_menu_btn.opend i:nth-child(1) {
  transform: rotate(45deg);
}

.mobile_menu_btn.opend i:nth-child(1) i {
  transform: rotate(90deg);
  opacity: 1;
}

.mobile_menu_btn.opend i:nth-child(2) {
  opacity: 0;
}

.mobile_menu_btn.opend i:nth-child(3) {
  opacity: 0;
}

.mobile_menu_btn i {
  width: 20px;
  height: 1px;
  background-color: #333;
  display: block;
  transition: all .4s;
}

.mobile_menu_btn i:nth-child(1) i {
  opacity: 0;
}

.mobile_menu_btn i:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}

.mobile_menu_btn i:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0;
}

.mobile_menu_btn {
  display: none;
}

.mobile_menu__body {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 2998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 80px 5% 0;
  overflow: auto;
  overflow-x: hidden;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.mobile_menu__body.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile_menu__body .nav_list {
  display: block;
}

.mobile_menu__body .nav_list li {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}

.mobile_menu__body .nav_list li.active > a > i, .mobile_menu__body .nav_list li.open > a > i {
  transform: rotate(180deg);
}

.mobile_menu__body .nav_list li a {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.mobile_menu__body .nav_list li a i {
  padding: 0 10px;
  transition: all .3s;
  color: #c11623;
}

.mobile_menu__body .nav_list li ul {
  display: none;
  margin-top: 10px;
}

.mobile_menu__body .nav_list li ul li {
  border: 0;
  line-height: 2.4;
  padding-bottom: 0;
  padding-top: 0;
}

.mobile_menu__body .nav_list li ul li a {
  font-size: 16px;
}

.mobile_menu__body .nav_list li ul li a i {
  padding-right: 10px;
}

.mobile_menu__body .nav_list li ul li .con p {
  line-height: 1.6;
  padding-left: 20px;
  margin-bottom: 0;
}

.mobile_menu__body .nav_list li ul li .con p a {
  font-size: 14px;
}

.inner_kv__body {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.inner_kv__body .kv {
  display: block;
  width: 100%;
}

.inner_kv__body .txt {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 5%;
  top: 0;
  bottom: 0;
  color: #fff;
}

.inner_kv__body .txt h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  text-shadow: 2px 2px rgba(100, 100, 100, 0.7);
}

.inner_kv__body .txt h3::after {
  content: " ";
  background-color: #c11623;
  height: 2px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.inner_kv__body .txt p {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  text-shadow: 2px 2px rgba(100, 100, 100, 0.7);
}

.break_bar {
  padding: 30px 0;
}

.break_bar .container {
  position: relative;
}

.break_bar .container .search__con {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -6px;
  border: 1px solid #ccc;
  border-radius: 2em;
  padding: 0 10px;
  width: 17%;
}

.break_bar .container .search__con input, .break_bar .container .search__con a {
  display: inline-block;
  vertical-align: middle;
}

.break_bar .container .search__con input {
  border: 0;
  padding: 5px 5px;
  width: 85%;
}

.break_bar a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.break_bar a:hover {
  text-decoration: none;
  color: #c11623;
}

.break_bar a i {
  padding-right: 5px;
}

.break_bar em {
  color: #333;
  font-size: 16px;
  padding: 0 10px;
}

.pager_center {
 text-align: center;
  padding-top: 50px;
}

.pager_center a {
  display: inline-block;
  border-bottom: 2px solid #c11623;
  border-left: 1px solid #c11623;
  border-right: 1px solid #c11623;
  background-color: fff;
  text-align: center;
  color: #c11623;
  text-decoration: none;
  margin: 0 3px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
}

.pager_center a.fal {
  color: #666;
}

.pager_center a:hover, .pager_center a.active {
  background-color: #c11623;
  color: #fff;
  border-color: #c11623;
}
.pager_center ul li a:hover
{
    color: #fff;
}

.index_bar__body {
  margin-top: 50px;
  background: #f9f9f9 url(../images/index/bar_bg.jpg) right center no-repeat;
  background-size: auto 100%;
  padding: 50px 0;
  text-align: center;
}

.index_bar__body p {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.index_bar__body p a {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #c11623;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 20px;
  margin-left: 20px;
}

.index_bar__body p a:hover {
  background-color: #c11623;
  color: #fff;
}

.fck__body p, .fck__body div, .fck__body span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
}

.fck__body img, .fck__body video {
  max-width: 100%;
}

.page_btn_con {
  padding-top: 60px;
  text-align: center;
}

.page_btn {
  display: inline-block;
  color: #c11623;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  padding: 5px 30px;
}

.page_btn:hover {
  color: #fff;
  background-color: #c11623;
  border-color: #c11623;
}

.page_btn:hover i {
  color: #fff;
}

.page_btn i {
  color: #333;
}

.sidebar_about {
  border-bottom: 3px solid #f9f9f9;
  text-align: center;
  margin-bottom: 50px;
}

.sidebar_about a {
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: 3px solid transparent;
}

.sidebar_about a:hover, .sidebar_about a.active {
  border-color: #c11623;
  color: #333;
}

.sidebar_about img {
  display: block;
  margin: 0 auto 10px;
  width: 50px;
}

.sidebar_about p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.index_kv__body{
    height: fit-content;
}

