@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;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.news_index__body {
  padding-bottom: 50px;
}

.focus_news__con {
  align-items: stretch;
  margin-bottom: 50px;
}

.focus_news__con .img_box {
  width: 50%;
}

.focus_news__con .img_box img {
  display: block;
  width: 100%;
}

.focus_news__con .txt_box {
  width: 50%;
  border: 1px solid #e6e6e6;
  padding: 80px 60px 0;
}

.focus_news__con .txt_box h3 {
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.focus_news__con .txt_box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

.focus_news__con .txt_box h6 {
  margin-top: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

.focus_news__con .txt_box h6 span code {
  color: #c11623;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.news_list {
  align-items: stretch;
  justify-content: flex-start;
}

.news_list li {
  width: calc(33.33% - 50px * 2 / 3);
  margin: 0 50px 50px 0;
  transition: all .3s;
}

.news_list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.3);
}

.news_list li:hover .txt_box p {
  border-color: #c11623;
}

.news_list li:nth-child(3n) {
  margin-right: 0;
}

.news_list li a {
  display: block;
  text-decoration: none;
}

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

.news_list li .txt_box {
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.news_list li .txt_box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 10px;
  font-weight: 700;
}

.news_list li .txt_box p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  transition: all .3s;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.news_list li .txt_box h6 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.news_list li .txt_box h6 span code {
  color: #c11623;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.more_news__con {
  transition: all .3s;
}

.more_news__con:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.3);
}

.more_news__con:nth-child(3n) {
  margin-right: 0;
}

.more_news__con a {
  display: block;
  text-decoration: none;
}

.more_news__con img {
  display: block;
  width: 100%;
}

.more_news__con .txt_box {
  border: 1px solid #e6e6e6;
  padding: 20px;
}

.more_news__con .txt_box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 10px;
  font-weight: 700;
}

.more_news__con .txt_box p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  border-bottom: 2px solid #c11623;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.more_news__con .txt_box h6 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.more_news__con .txt_box h6 span code {
  color: #c11623;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.news_details__body {
  padding: 30px 0 60px;
}

.news_details__body .news_details__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.news_details__body .fck__body {
  padding-bottom: 80px;
}

.news_pager {
  padding: 60px 0;
}

.news_pager .last {
  text-align: right;
}

.news_pager .last a i {
  margin: 0 0 0 10px;
}

.news_pager a {
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
}

.news_pager a i {
  font-size: 18px;
}

.news_pager a:hover i {
  background-color: #c11623;
  border-color: #c11623;
  color: #fff;
}

.news_pager a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 100%;
  margin-right: 10px;
  color: #999;
}

.more_news {
  margin-top: 30px;
}

.more_news .center_title {
  text-align: center;
  margin-bottom: 20px;
}

.more_news .center_title h3 {
  font-size: 24px;
  font-weight: 700;
}

.swiper-button-next, .swiper-button-prev {
  color: #c11623;
}

.contactus_index__body {
  margin-bottom: -50px;
}

.contactus_index__body .top__con {
  align-items: stretch;
  margin-bottom: 50px;
}

.contactus_index__body .top__con .img_con, .contactus_index__body .top__con .txt_con {
  width: 50%;
}

.contactus_index__body .top__con .img_con img {
  display: block;
  width: 100%;
}

.contactus_index__body .top__con .txt_con {
  background: url(../images/index/customer_bg.jpg);
  padding: 3% 30px;
}

.contactus_index__body .top__con .txt_con h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.contactus_index__body .top__con .txt_con ul {
  margin: 0;
  padding: 0;
}

.contactus_index__body .top__con .txt_con ul li {
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.4;
}

.contactus_index__body .top__con .txt_con ul li span {
  width: 140px;
}

.contactus_index__body .top__con .txt_con ul li span i {
  color: #c11623;
  width: 24px;
  margin-right: 5px;
}

.contactus_index__body .top__con .txt_con ul li p {
  width: calc(100% - 140px);
  margin: 0;
}

.contactus_index__body .top__con .txt_con h6 {
  margin-top: 20px;
}

.contactus_index__body .top__con .txt_con .map_btn {
  border: 1px solid #c11623;
  border-radius: 2em;
  padding: 8px 20px;
  font-size: 14px;
  color: #c11623;
}

.contactus_index__body .top__con .txt_con .map_btn i {
  padding-right: 5px;
}

.contactus_index__body .top__con .txt_con .map_btn:hover {
  background-color: #c11623;
  color: #fff;
}

.contactus_index__body .btm__con {
  background: url(../images/contactus/btm_bg.jpg) no-repeat;
  background-size: cover;
  padding: 5% 0;
}

.contactus_index__body .btm__con .txt_con {
  max-width: 1000px;
  margin: 0 auto;
}

.contactus_index__body .btm__con .txt_con h3 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  color: #fff;
}

.contactus_index__body .btm__con .txt_con ul {
  margin: 0;
}

.contactus_index__body .btm__con .txt_con ul li {
  margin: 0 20px 30px 0;
  width: calc(50% - 20px);
}

.contactus_index__body .btm__con .txt_con ul li:nth-child(2n) {
  margin-right: 0;
}

.contactus_index__body .btm__con .txt_con ul li.last {
  width: 100%;
  margin-right: 0;
  text-align: center;
}

.contactus_index__body .btm__con .txt_con ul li p {
  width: 100%;
}

.contactus_index__body .btm__con .txt_con ul li .txt {
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 6px;
}

.contactus_index__body .btm__con .txt_con ul li .txt::placeholder {
  color: #666;
}

.contactus_index__body .btm__con .txt_con ul li textarea.txt {
  resize: none;
  padding: 10px;
  height: 120px;
}

.contactus_index__body .btm__con .txt_con ul li .form_btn {
  border-radius: 4px;
  background-color: #c11623;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  padding: 15px 60px;
  border: none;
}

.sub_address {
  align-items: stretch;
  margin-bottom: 50px;
}

.sub_address li {
  min-height: 210px;
  width: calc(24% - 20px * 3 / 4);
  margin: 0 24px 0 0;
  background: url(../images/index/customer_bg.jpg);
  border-radius: 20px;
  padding: 20px 30px;
}

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

.sub_address li h3 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d7dd;
}

.sub_address li p {
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  align-items: flex-start;
  letter-spacing: 1px;
}

.sub_address li p i {
  color: #c11623;
  width: 25px;
  padding-top: 3px;
}

.sub_address li p span {
  width: calc(100% - 25px);
}

.cases_list {
  align-items: stretch;
}

.cases_list li {
  width: calc(50% - 30px);
  margin: 0 60px 60px 0;
  transition: all .3s;
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.2);
}

.cases_list li:nth-child(2n) {
  margin-right: 0;
}

.cases_list li:hover {
  transform: translateY(-5px);
}

.cases_list li:hover .txt_box h3, .cases_list li:hover .txt_box p {
  color: #333;
}

.cases_list li:hover .txt_box span {
  background-color: #c11623;
  color: #fff;
}

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

.cases_list li .txt_box {
  padding: 30px;
}

.cases_list li .txt_box h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}

.cases_list li .txt_box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.4;
  margin: 20px 0 30px;
}

.cases_list li .txt_box h6 {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.cases_list li .txt_box h6 span {
  border: 1px solid #c11623;
  color: #333;
  display: inline-block;
  padding: 8px 10px;
  transition: all .3s;
}

.cases_list li .txt_box h6 span i {
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.wiki_list li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.wiki_list li:hover .txt_box h3, .wiki_list li:hover .txt_box p {
  color: #333;
}

.wiki_list li:hover .txt_box h6 span {
  background-color: #c11623;
  color: #fff;
  margin-right: 1%;
}

.wiki_list li a {
  text-decoration: none;
  justify-content: flex-start;
}

.wiki_list li .img {
  border: 1px solid #ddd;
  width: 20%;
}

.wiki_list li .txt_box {
  width: calc(100% - 20%);
  padding-left: 20px;
}

.wiki_list li .txt_box h3 {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}

.wiki_list li .txt_box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0;
}

.wiki_list li .txt_box h6 {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

.wiki_list li .txt_box h6 span {
  border: 1px solid #c11623;
  color: #333;
  display: inline-block;
  padding: 8px 10px;
  transition: all .3s;
}

.wiki_list li .txt_box h6 span i {
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.solutions_list_new.s_2 li .txt_con {
  padding: 100px 75px;
}

.solutions_list_new li {
  position: relative;
  margin-bottom: 50px;
}

.solutions_list_new li span.ico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #cc0000;
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  opacity: .5;
  color: #fff;
  padding: 10px;
}

.solutions_list_new li:nth-child(2n) .txt_con {
  order: -1;
}

.solutions_list_new li:hover .txt_con {
  background-color: #fafafa;
}

.solutions_list_new li a.flex {
  align-items: stretch;
}

.solutions_list_new li .img_con, .solutions_list_new li .txt_con {
  width: 50%;
  overflow: hidden;
}

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

.solutions_list_new li .txt_con {
  background-color: #fafafa;
  padding: 40px 60px 40px;
  transition: all .3s;
}

.solutions_list_new li .txt_con h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.solutions_list_new li .txt_con h3::after {
  width: 60px;
  height: 3px;
  background-color: #c11623;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.solutions_list_new li .txt_con span {
  font-size: 2rem;
  color: #999;

}

.solutions_list_new li .txt_con p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.solutions_list_new li .txt_con h6 {
  margin-top: 50px;
 
}

.solutions_list_new li .txt_con h6 a {
  border: 1px solid #c11623;
  color: #c11623;
  font-size: 15px;
  display: inline-block;
  padding: 8px 20px;
  color: #333;
}

.solutions_list_new li .txt_con h6 a i {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 5px;
}

.solutions_list_new li .txt_con h6 a:hover {
  background-color: #c11623;
  color: #fff;
}

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

.pro_top_sidebar .sidebar_con {
  width: 25%;
}

.pro_top_sidebar .sidebar_con dl {
  border-bottom: 1px solid #e5e4e8;
}

.pro_top_sidebar .sidebar_con dl dt {
  background-color: #c11623;
  padding: 10px 20px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.pro_top_sidebar .sidebar_con dl dt i {
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
}

.pro_top_sidebar .sidebar_con dl dd {
  border: 1px solid #e5e4e8;
  border-bottom: 0;
  padding: 10px 20px;
  transition: all .3s;
  position: relative;
}

.pro_top_sidebar .sidebar_con dl dd:hover, .pro_top_sidebar .sidebar_con dl dd.active {
  background-color: #efefef;
}

.pro_top_sidebar .sidebar_con dl dd:hover b, .pro_top_sidebar .sidebar_con dl dd.active b {
  display: block;
}

.pro_top_sidebar .sidebar_con dl dd a {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
}

.pro_top_sidebar .sidebar_con dl dd a i, .pro_top_sidebar .sidebar_con dl dd a span {
  vertical-align: middle;
}

.pro_top_sidebar .sidebar_con dl dd a i {
  padding-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #d8d7dd;
}

.pro_top_sidebar .sidebar_con dl dd b {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -10px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #d8d7dd;
  border-right: none;
  display: none;
}

.pro_top_sidebar .right_con {
  width: 75%;
  padding-left: 30px;
}

.pro_top_sidebar .right_con .con {
  display: none;
}

.pro_top_sidebar .right_con .title {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 10px 0;
  color: #333;
  font-weight: 700;
}

.pro_top_sidebar .right_con .title i, .pro_top_sidebar .right_con .title span {
  vertical-align: middle;
}

.pro_top_sidebar .right_con .title i {
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 10px;
}

.pro_top_sidebar .right_con ul.flex {
  align-items: stretch;
  justify-content: flex-start;
  border-top: 1px solid #c11623;
  border-left: 1px solid #d9d9d9;
}

.pro_top_sidebar .right_con ul.flex li {
  width: 20%;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f7f8f8;
  transition: all .3s;
}

.pro_top_sidebar .right_con ul.flex li:hover {
  background-color: #ea8a90;
}

.pro_top_sidebar .right_con ul.flex li:hover a {
  color: #fff;
}

.pro_top_sidebar .right_con ul.flex li a {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}

.pro_top_sidebar .right_con .pro_img {
  max-width: 100%;
  display: block;
  margin: 60px auto 40px;
}

.pro_top_sidebar .right_con .pro_txt {
  border: 1px solid #d9d9d9;
  padding: 30px;
}

.pro_top_sidebar .right_con .pro_txt h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.pro_top_sidebar .right_con .pro_txt p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.focus_pro__con {
  margin-bottom: 70px;
  align-items: flex-start;
  justify-content: flex-start;
}

.focus_pro__con .img_box {
  width: 45%;
}

.focus_pro__con .img_box img {
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
}

.focus_pro__con .txt_box {
  width: 55%;
  padding-left: 50px;
  box-sizing: border-box;
}

.focus_pro__con .txt_box ul li {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.focus_pro__con .txt_box ul li strong {
  width: 100px;
}

.focus_pro__con .txt_box ul li .txt {
  width: calc(100% - 100px);
}

.pro_details_video__con {
  text-align: center;
  margin-bottom: 70px;
 max-width:760px
  margin:0 auto;
}

.pro_details_video__con video {
  max-width: 100%;
  
  margin: 0 auto;
  height:431px;

}

.pro_details__con h3.tit {
  border-bottom: 1px solid #e8e6e6;
  text-align: center;
  margin-bottom: 30px;
}

.pro_details__con h3.tit span {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  border-bottom: 1px solid #c11623;
  padding: 0 100px 10px;
  display: inline-block;
  font-weight: 700;
}

.products_details__body .fck_body {
  margin-bottom: 70px;
}

.more_pro_con {
  position: relative;
  z-index: 1;
  border: 1px solid #cfcfcf;
}

.more_pro_con:hover .mask {
  opacity: 1;
  visibility: visible;
}

.more_pro_con a {
  display: block;
}

.more_pro_con img {
  display: block;
  width: 100%;
}

.more_pro_con p {
  position: absolute;
  z-index: 1;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  left: 0;
  right: 0;
  bottom: 30px;
}

.more_pro_con .mask {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5) url(../images/common/mask_bg.png) center no-repeat;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.eq_list {
  align-items: stretch;
  justify-content: flex-start;
}

.eq_list li {
  width: calc(33.33% - 30px * 2 / 3);
  margin: 0 30px 30px 0;
  position: relative;
  z-index: 1;
}

.eq_list li.last {
  margin-right: 0;
}

.eq_list li.s_2 {
  margin-right: 0;
  width: calc((33.33% - 5px) * 2);
}

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

.eq_list li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/aboutus/mask.png) center;
  background-size: 100% 100%;
  height: 20%;
}

.eq_list li .mask p {
  position: absolute;
  text-align: center;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  left: 0;
  right: 0;
  bottom: 20px;
}

.eq_btn__con {
  text-align: center;
  padding-top: 40px;
}

.eq_btn__con a {
  display: inline-block;
  padding: 8px 20px;
  font-size: 20px;
  font-size: 2rem;
  border: 1px solid #c11623;
}

.eq_btn__con a i {
  padding-left: 10px;
}

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

.hon_list {
  justify-content: flex-start;
  align-items: stretch;
}

.hon_list li {
  margin: 0 38px 50px 0;
  background-color: #f9f9f9;
  width: calc(33.33% - 38px * 2 / 3);
  transition: all .3s;
}

.hon_list li:nth-child(3n) {
  margin-right: 0;
}

.hon_list li:hover {
  transform: scale(1.5);
}

.hon_list li .img_con {
  height: 300px;
  padding: 20px;
  cursor: pointer;
}

.hon_list li .img_con img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  transition: all .3s;
}

.hon_list li p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #858585;
  font-weight: 700;
  margin: 0;
  height: 40px;
  line-height: 40px;
}

.page_mask {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.pop__body {
  position: fixed;
  z-index: 9991;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.pop__body .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.pop__body .content img {
  display: block;
}

.pop__body .content .close_btn {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #c11623;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
  transform: rotate(45deg);
}

.pop__body .content .close_btn:hover {
  background-color: #c11623;
  color: #fff;
}

#hon_pop img {
  max-height: calc(70vh);
  max-width: calc(70vw);
}

.prod_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.prod_list li:nth-child(2n) .txt_box {
  order: -1;
}

.prod_list li .img_box {
  width: 50%;
}

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

.prod_list li .txt_box {
  margin-left: 80px;
  width: calc(50% - 80px);
  padding: 150px 40px;
  background-color: #e9e9e9;
  margin-top: 35px;
  position: relative;
}

.prod_list li .txt_box span {
  position: absolute;
  background: #c11623;
  opacity: .6;
  font-size: 48px;
  font-size: 4.8rem;
  padding: 5px 60px;
  top: 0;
  left: -80px;
  color: #fff;
  font-weight: 700;
}

.prod_list li .txt_box h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.prod_list li .txt_box p {
  font-size: 20px;
  font-size: 2rem;
  color: #999;
}

.prod_list li .txt_box h6 {
  padding-top: 20px;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.prod_index__body {
  margin-bottom: -50px;
}

.ab_index__body .red_title {
  border-bottom: 0;
  margin-bottom: 10px;
}

.ab_index__body .about__con h4 {
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.ab_index__body .about__con h4::after {
  content: " ";
  background-color: #c11623;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ab_index__body .index_aboutus__body .about__con .txt_con p {
  font-size: 16px;
  font-size: 1.6rem;
}

.ab_index__body .index_aboutus__body .about_btm_list {
  border-top: 1px solid #f5f4f4;
  padding-top: 40px;
  padding-bottom: 50px;
}

.history__body {
  background: url(../images/aboutus/his_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.history__body h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-align: center;
}

.history__body .img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.cal__body {
  background: url(../images/aboutus/cal_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0 80px;
}

.cal__body .txt_box {
  color: #fff;
}

.cal__body .txt_box h3 {
  color: #c11623;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.cal__body .txt_box p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.jd__body {
  padding-top: 50px;
}

.jd__body .title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.more_abouts__con {
  position: relative;
}

.more_abouts__con img {
  display: block;
  width: 100%;
}

.more_abouts__con .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

.col_bar {
  margin-top: 20px;
}

.col_bar .num {
  width: 100px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  color: #333;
  text-align: center;
  color: #999;
}

.col_bar .num em {
  color: #999;
}

.col_bar .num strong {
  font-weight: normal;
  color: #333;
}

.col_bar .btn_con {
  width: 10%;
  text-align: center;
}

.col_bar .btn_con a {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 10px;
  color: #afafaf;
}

.col_bar .btn_con a:hover {
  color: #c11623;
}

.col_bar i {
  height: 1px;
  font-size: 1px;
  background-color: #c11623;
  width: calc(90% - 150px);
}

.his_list__con b {
  background-color: #c11623;
  display: block;
  margin: 0 auto 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.his_list__con b:nth-child(2) {
  width: 10px;
  height: 10px;
}

.his_list__con b:nth-child(3) {
  width: 16px;
  height: 16px;
}

.his_list__con dl {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.his_list__con dl dt {
  position: absolute;
  z-index: 1;
  height: 100%;
  left: 50%;
  width: 1px;
  background-color: #b4b0ae;
}

.his_list__con dl dd {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 60px;
}

.his_list__con dl dd.r p {
  left: calc(50% + 100px);
  top: 50%;
  transform: translateY(-50%);
}

.his_list__con dl dd.l p {
  right: calc(50% + 100px);
  top: 50%;
  transform: translateY(-50%);
}

.his_list__con dl dd.g span {
  background-color: #cccccc;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
}

.his_list__con dl dd.b span {
  background-color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
}

.his_list__con dl dd span {
  display: inline-block;
  background-color: #c11623;
  width: 120px;
  height: 120px;
  line-height: 120px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 50%;
  text-align: center;
}

.his_list__con dl dd p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #333;
  position: absolute;
  text-align: left;
  font-weight: 700;
}

.table_out {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  margin-bottom: 40px;
}

.table_out tbody tr td {
  border-right: 1px #e6e6e6 solid;
}

.single-product-content #tab-description :last-child {
  margin-bottom: 0;
}

.table_out tbody tr th {
  border-right: 1px #e6e6e6 solid;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  color: #1B1919;
  vertical-align: middle;
  background-color: #cfdef1;
  word-break: break-all;
  word-wrap: break-word;
}

.table_out tr td {
  border-right: 1px solid #e6e6e6;
  padding: 15px 12px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #e6e6e6;
  word-break: break-all;
  width: 100px !important;
  word-wrap: break-word;
}

.table_out table {
  border: 1px #e6e6e6 solid;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

table tbody th, table tfoot th {
  border-bottom: 1px solid #E6E6E6;
  word-break: break-all;
  word-wrap: break-word;
}

.news_details__body .fck__body {
  max-width: 1000px;
  margin: 0 auto;
}

.page_mask {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.pop__body {
  position: fixed;
  z-index: 9991;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.pop__body .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.pop__body .content img {
  display: block;
}

.pop__body .content .close_btn {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #c11623;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
  transform: rotate(45deg);
}

.pop__body .content .close_btn:hover {
  background-color: #c11623;
  color: #fff;
}

#hon_pop img {
  max-height: calc(70vh);
  max-width: calc(70vw);
}

