@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,
a,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  color: #333;
}

a:hover {
  color: #cc0000;
  text-decoration: none;
  transition: all .3s;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.xianshi{
   display: block;   
}

@media screen and (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.aboutus__body {
  padding: 0 0 20px 0;
}

.aboutus__body .txt_con {
  margin-bottom: 40px;
  width: 100%;
}

.aboutus__body .txt_con img.fr {
  width: 42%;
  margin: 0 0 20px 40px;
}

.aboutus__body .txt_con p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

.aboutus__body .txt_con ul {
  margin-left: 20px;
}

.aboutus__body .txt_con ul li {
  list-style: inside disc;
  font-size: 14px;
  line-height: 1.7;
}

.aboutus__body .txt_con h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contactus__body {
  padding: 30px 0 100px;
}

.contactus__body .flex {
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.contactus__body .img {
  width: 50%;
  box-sizing: border-box;
  padding-right: 50px;
}

.contactus__body .img h3 {
  font-size: 34px;
  margin-bottom: 20px;
  font-weight: 700;
}

.contactus__body .img h6 {
  font-size: 20px;
  padding: 0 0 40px 20px;
}

.contactus__body .img img {
  max-width: 100%;
  width: 100%;
}

.contactus__body .txt {
  width: 50%;
}

.contactus__body .txt .block {
  background-color: #f2f2f3;
  padding: 10px 20px 0;
  margin-bottom: 20px;
  min-height: 168px;
}

.contactus__body .txt h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contactus__body .txt ul li {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.contactus__body .txt ul li span {
  width: 80px;
}

.contactus__body .txt ul li p {
  width: calc(100% - 80px);
}

.contactus__body .txt ul li a {
  color: #333;
}

.products_list__body {
  padding: 30px 0 60px;
}

.products_list__body .btn_con {
  text-align: center;
}

.products_details__body {
  padding: 30px 0 60px;
}

.pro_con {
  align-items: flex-start;
  margin-bottom: 30px;
}

.pro_con:nth-child(even) .img {
  order: 1;
}

.pro_con:nth-child(even) .txt {
  order: 2;
}

.pro_con .txt {
  padding-top: 20px;
  width: 50%;
  box-sizing: border-box;
  padding: 30px 15px 0;
}

.pro_con .txt h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pro_con .txt p {
  font-size: 16px;
  line-height: 1.8;
}

.pro_con .img {
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
}

.pro_con .img img {
  max-width: 100%;
}

.pro_con_line h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.pro_con_line p {
  font-size: 16px;
  line-height: 1.8;
}

.pro_con_line .flex {
  margin-top: 20px;
  justify-content: space-between;
  align-items: stretch;
}

.pro_con_line .flex img {
  max-width: 100%;
  width: 30%;
}

.more_products__con {
  padding-top: 80px;
}

.more_products__con .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.more_products__con .title span {
  font-weight: 700;
  font-size: 24px;
}

.more_products__con .title .btn_con a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 24px;
  background-color: #cc0000;
  border-radius: 2px;
  color: #fff;
  font-size: 20px;
}

.more_products__con .scroll_con a {
  text-decoration: none;
}

.more_products__con .scroll_con .out {
  border: 1px solid #ccc;
  padding: 10px;
}

.more_products__con .scroll_con .out p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5;
}

.more_products__con .scroll_con img {
  display: block;
  width: 100%;
}

.more_products__con .btn__con {
  text-align: center;
  padding-top: 30px;
}

.pro_list_txt {
  padding: 20px;
}

.pro_list_txt p {
  font-size: 16px;
  line-height: 1.6;
}

.news__body {
  padding-top: 50px;
  padding-bottom: 60px;
}

.focus_news {
  margin-bottom: 30px;
  align-items: stretch;
  height: 372px;
}

.focus_news.s_1 .big {
  width: 50%;
}

.focus_news.s_1 .big_2 {
  width: 50%;
  background-color: #f4f4f4;
}

.focus_news.s_1 .big_2 .txt {
  padding: 60px 20px 20px;
  position: static;
  background: none;
}

.focus_news.s_1 .big_2 .txt h3, .focus_news.s_1 .big_2 .txt p, .focus_news.s_1 .big_2 .txt h6 {
  margin: 0;
  color: #333;
}

.focus_news.s_1 .big_2 .txt h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.focus_news.s_1 .big_2 .txt p {
  font-size: 16px;
  line-height: 1.5;
}

.focus_news.s_1 .big_2 .txt h6 {
  margin-top: 20px;
  color: #cc0000;
  font-size: 14px;
}

.focus_news.s_1 .big_2 .txt h6 i {
  padding-left: 10px;
}

.focus_news .txt {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  bottom: 0;
  color: #333;
  right: 0;
  box-sizing: border-box;
  padding: 15px;
  height: 130px;
}

.focus_news .txt h3 {
  font-size: 18px;
  font-weight: 700;
}

.focus_news .txt h5 {
  color: #666;
}

.focus_news .txt p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.focus_news .txt h6 {
  color: #cc0000;
  font-size: 14px;
}

.focus_news .txt h6 i {
  padding-left: 10px;
}

.focus_news .big {
  width: 62%;
  position: relative;
  overflow: hidden;
}

.focus_news .big:hover img {
  transform: scale(1.02);
}

.focus_news .big a {
  display: block;
  text-decoration: none;
}

.focus_news .big img {
  display: block;
  width: 100%;
  transition: all .4s;
  height: 380px;
}

.focus_news .small {
  width: 38%;
  box-sizing: border-box;
  padding-left: 25px;
}

.focus_news .small .in {
  background-color: #f4f4f4;
  height: 100%;
}

.focus_news .small h5 {
  font-size: 13px;
  margin-bottom: 20px;
}

.focus_news .small h5 span {
  padding: 0 0 10px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 50%;
}

.focus_news .small a {
  display: block;
  text-decoration: none;
}

.focus_news .small img {
  width: 100%;
}

.focus_news .small .txt {
  position: static;
  transform: translateY(0);
  background: none;
  width: 100%;
  padding: 5% 15px;
}

.news_bar {
  background-color: #f4f4f4;
  padding: 8px 15px;
  margin-bottom: 30px;
}

.news_bar span {
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  padding: 3px 10px;
  font-weight: 700;
}

.pager_center {
  text-align: center;
  padding-top: 50px;
}

.pager_center a {
  display: inline-block;
  border-bottom: 2px solid #cc0000;
  border-left: 1px solid #cc0000;
  border-right: 1px solid #cc0000;
  background-color: fff;
  text-align: center;
  color: #cc0000;
  text-decoration: none;
  margin: 0 3px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.pager_center a.fal {
  color: #666;
}

.pager_center a:hover, .pager_center a.active {
  background-color: #cc0000;
  color: #fff;
  border-color: #cc0000;
}

.fck__body p, .fck__body div, .fck__body span {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.fck__body img, .fck__body video {
  max-width: 100%;
}

.details__body {
  padding: 30px 0 60px;
}

.details__body .news_details__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.details__body .index_news__body {
  padding: 0;
}

.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: #cc0000;
  border-color: #cc0000;
  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;
}

.news_list {
  justify-content: flex-start;
  align-items: stretch;
}

.news_list li {
  margin-right: 18px;
  margin-bottom: 18px;
  width: calc(33.33% - 13px);
  transition: all ease .3s;
  position: relative;
  background-color: #f4f4f4;
}

.news_list li:nth-child(3n) {
  margin-right: 0;
}

.news_list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 10px 0px rgba(100, 100, 100, 0.3);
}

.news_list li a {
  display: block;
  text-decoration: none;
}

.news_list li img {
  display: block;
  width: 100%;
}

.news_list li .txt {
  padding: 10px 20px 20px;
}

.news_list li .txt h3, .news_list li .txt p, .news_list li .txt h6 {
  margin: 0;
  color: #333;
}

.news_list li .txt h5 {
  font-size: 13px;
  margin-bottom: 20px;
}

.news_list li .txt h5 span {
  padding: 10px 0 10px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 50%;
}

.news_list li .txt h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 700;
}

.news_list li .txt p {
  font-size: 16px;
  line-height: 1.5;
}

.news_list li .txt h6 {
  margin-top: 20px;
  color: #cc0000;
  font-size: 14px;
}

.news_list li .txt h6 i {
  padding-left: 10px;
}

.list_blank li {
  border-bottom: 1px solid #ececec;
  padding: 20px 10px;
  transition: all .3s;
}

.list_blank li:hover {
  background-color: #fae5e5;
}

.list_blank li:hover a .txt {
  color: #fff;
}

.list_blank li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

.list_blank li a img {
  width: 220px;
}

.list_blank li a .txt {
  width: calc(100% - 220px);
  box-sizing: border-box;
  padding-left: 20px;
  color: #333;
}

.list_blank li a .txt h3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.list_blank li a .txt h3 .tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  width: 80%;
}

.list_blank li a .txt h3 .date {
  font-size: 11px;
}

.list_blank li a .txt p {
  font-size: 14px;
  line-height: 1.5;
}

.solutions__list li {
  margin-bottom: 50px;
  height: 329px;
}

.solutions__list li:nth-child(2n) .txt_con {
  order: -1;
}

.solutions__list li:hover .txt_con {
  background-color: #fae5e5;
}

.solutions__list li a.flex {
  align-items: stretch;
}

.solutions__list li .img_con, .solutions__list li .txt_con {
  width: 50%;
  overflow: hidden;
}

.solutions__list li .img_con img {
  display: block;
  width: 100%;
  height: 329px;
}

.solutions__list li .txt_con {
  background-color: #fafafa;
  padding: 40px 20px 20px;
  transition: all .3s;
}

.solutions__list li .txt_con h3 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.solutions__list li .txt_con h3::after {
  width: 60px;
  height: 3px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.solutions__list li .txt_con p {
  font-size: 15px;
  line-height: 1.6;
}

.solutions__list li .txt_con h6 {
  margin-top: 20px;
}

.solutions__list li .txt_con h6 span {
  border-radius: 2em;
  border: 1px solid #cc0000;
  color: #cc0000;
  font-size: 15px;
  display: inline-block;
  padding: 5px 20px;
}

.solutions__list li .txt_con h6 span i {
  font-size: 14px;
  padding-left: 5px;
}

.contactus__body .top__con {
  align-items: stretch;
  margin-bottom: 50px;
}

.contactus__body .top__con .img_con, .contactus__body .top__con .txt_con {
  width: 50%;
}

.contactus__body .top__con .img_con img {
  display: block;
  width: 100%;
}

.contactus__body .top__con .txt_con {
  background: url(../images/index/customer_bg.jpg);
  padding: 3% 30px;
}

.contactus__body .top__con .txt_con h3 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.contactus__body .top__con .txt_con ul {
  margin: 0;
  padding: 0;
}

.contactus__body .top__con .txt_con ul li {
  display: flex;
  font-size: 14px;
  line-height: 2;
}

.contactus__body .top__con .txt_con ul li span {
  width: 120px;
}

.contactus__body .top__con .txt_con ul li span i {
  color: #cc0000;
  width: 24px;
}

.contactus__body .top__con .txt_con ul li p {
  width: calc(100% - 120px);
  margin: 0;
}

.contactus__body .top__con .txt_con h6 {
  margin-top: 20px;
}

.contactus__body .top__con .txt_con .map_btn {
  border: 1px solid #cc0000;
  border-radius: 2em;
  padding: 8px 20px;
  font-size: 14px;
  color: #cc0000;
}

.contactus__body .top__con .txt_con .map_btn i {
  padding-right: 5px;
}

.contactus__body .top__con .txt_con .map_btn:hover {
  background-color: #cc0000;
  color: #fff;
}

.contactus__body .btm__con {
  align-items: stretch;
}

.contactus__body .btm__con .img_con{
  width: 50%;
}
.contactus__body .btm__con .txt_con{width: 100%}
.contactus__body .btm__con .img_con img {
  display: block;
  width: 100%;
}

.contactus__body .btm__con .txt_con {
  background: url(../images/index/customer_bg.jpg);
  padding: 6% 80px;
}
.biaoge{width: 50%}
.contactus__body .btm__con .txt_con h3 {
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 700;
}

.contactus__body .btm__con .txt_con ul {
  margin: 0;
}

.contactus__body .btm__con .txt_con ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contactus__body .btm__con .txt_con ul li span {
  width: 100px;
  font-size: 16px;
}

.contactus__body .btm__con .txt_con ul li p {
  width: calc(100% - 100px);
}

.contactus__body .btm__con .txt_con ul li p.last {
  text-align: center;
}

.contactus__body .btm__con .txt_con ul li .txt {
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  font-size: 14px;
}

.contactus__body .btm__con .txt_con ul li textarea.txt {
  resize: none;
  padding: 10px;
  height: 120px;
}

.contactus__body .btm__con .txt_con ul li .form_btn {
  border-radius: 4px;
  background-color: #cc0000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 15px 60px;
}

.ab_index__body .box__con_1 {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ab_index__body .box__con_1 .img_con {
  z-index: 1;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.ab_index__body .box__con_1 .img_con img {
  width: 100%;
}

.ab_index__body .box__con_1 .txt_con {
  margin-top: 5%;
  width: 60%;
  box-shadow: 0 0 8px 3px rgba(100, 100, 100, 0.3);
  padding: 30px 12% 30px 30px;
}

.ab_index__body .box__con_1 .txt_con h3 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.ab_index__body .box__con_1 .txt_con h3::after {
  width: 40px;
  height: 3px;
  background-color: #cc0000;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.ab_index__body .box__con_1 .txt_con p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

.ab_index__body .box__con_1 .txt_con .more_con {
  display: none;
}

.ab_index__body .box__con_1 .txt_con h6 a {
  border: 1px solid #ccc;
  border-radius: 2em;
  display: inline-block;
  padding: 10px 30px;
}

.ab_index__body .box__con_1 .txt_con h6 a:hover {
  background-color: #cc0000;
  color: #fff;
}

.ab_index__body .box__con_1 .txt_con h6 a i {
  padding-left: 10px;
}

.ab_index__body .box__con_2 {
  position: relative;
}

.ab_index__body .box__con_2 .bg {
  display: block;
  width: 100%;
}

.ab_index__body .box__con_2 .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}

.ab_index__body .box__con_2 .flex {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}

.ab_index__body .box__con_2 .txt_con {
  padding: 0 30px 0 10%;
  margin-bottom: 0;
}

.ab_index__body .box__con_2 .txt_con h3, .ab_index__body .box__con_2 .txt_con p {
  color: #fff;
}

.ab_index__body .box__con_2 .txt_con h3 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.ab_index__body .box__con_2 .txt_con h3::after {
  width: 40px;
  height: 3px;
  background-color: #cc0000;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.ab_index__body .box__con_2 .txt_con p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

.ab_index__body .box__con_3 {
  background: url(../images/aboutus/img_3.jpg) center bottom repeat-x;
  padding: 60px 0 160px;
}

.ab_index__body .box__con_3 h3.tit {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 60px;
}

.ab_index__body .box__con_3 h3.tit span {
  border-bottom: 2px solid #cc0000;
  padding-bottom: 10px;
}

.ab_index__body .box__con_3 .img {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: block;
}



.ab_index__body .box__con_4 {
  padding: 60px 0 80px;
}

.ab_index__body .box__con_4 h3.tit {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 60px;
}

.ab_index__body .box__con_4 h3.tit span {
  border-bottom: 2px solid #cc0000;
  padding-bottom: 10px;
}

.ab_index__body .box__con_4 .img {
  margin: 0 auto;
  width: 50%;
  max-width: 600px;
  display: block;
}

.hon_list {
  justify-content: flex-start;
}

.hon_list li {
  margin: 0 25px 25px 0;
  background-color: #f9f9f9;
  width: calc(25% - 25px * 3 / 4);
}

.hon_list li:nth-child(4n) {
  margin-right: 0;
}

.hon_list li .img_con {
  height: 280px;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
}

.hon_list li .img_con img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.hon_list li p {
  padding: 0 !important;
  text-align: center;
  color: #fff;
  background-color: #003366;
  font-weight: 500;
  margin: 0;
  height: 55px;
  line-height: 55px;
}
.hon_list li span {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
}

.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: #cc0000;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
  transform: rotate(45deg);
}

.pop__body .content .close_btn:hover {
  background-color: #cc0000;
  color: #fff;
}

#hon_pop img {
  max-height: calc(70vh);
  max-width: calc(70vw);
}

.cul__body {
  margin-bottom: 40px;
}

.cul__body .img_con, .cul__body .txt_con {
  width: 50%;
}

.cul__body .img_con img {
  display: block;
  width: 100%;
}

.cul__body .txt_con {
  display: flex;
  justify-content: flex-end;
  padding: 0 50px 0 10%;
}

.cul__body .txt_con dl dt {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cul__body .txt_con dl dd {
  font-size: 16px;
  margin-bottom: 10%;
}

.cul__body .txt_con dl dd:last-child {
  margin-bottom: 0;
}

.logo_txt__list {
  justify-content: flex-start;
  align-items: stretch;
}

.logo_txt__list li {
  width: 35%;
  margin-bottom: 30px;
}

.logo_txt__list li:nth-child(3n) {
  width: 30%;
}

.logo_txt__list li h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10;
}

.logo_txt__list li p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.ab_service__list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
  position: relative;
}

.ab_service__list li:nth-child(2n) .img_con {
  order: -1;
}

.ab_service__list li .img_con, .ab_service__list li .txt_con {
  width: 50%;
}

.ab_service__list li .img_con img {
  display: block;
  width: 100%;
}

.ab_service__list li .txt_con {
  padding: 10% 60px;
  background-color: #f9f9f9;
  margin: 0;
}

.ab_service__list li .txt_con h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

.ab_service__list li .txt_con p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.ab_service__list li .ico {
  background-color: rgba(204, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.products_logo__body {
  padding: 50px 0;
}

.pro_tit {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.products_listin__body ul {
  justify-content: flex-start;
  align-items: stretch;
}

.products_listin__body ul li {
  width: calc(33.33% - 20px * 3 / 4);
  margin: 0 20px 40px 0;
  background-color: #fff;
}

.products_listin__body ul li:nth-child(3n) {
  margin-right: 0;
}

.products_listin__body ul li a {
  display: block;
}

.products_listin__body ul li p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0 0;
}

.products_listin__body ul li .img_out {
  border: 1px solid #ccc;
  position: relative;
  padding: 30px 0 60px;
  transition: all .3s;
  background-image: url("/images/products/220.jpg");
}

.products_listin__body ul li .img_out:hover {
  border-color: transparent;
}

.products_listin__body ul li .img_out:hover .mask {
  opacity: 1;
  visibility: visible;
}

.products_listin__body ul li .img_out img {
  display: block;
  width: 96%;
  margin: 0 auto;
}

.products_listin__body ul li .img_out .mask {
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/products/mask_bg.png) center no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.products_listin__body ul li .img_out .mask h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.products_listin__body ul li .img_out .mask p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.products_listin__body ul li .img_out .mask h6 {
  padding-top: 3%;
}

.products_listin__body ul li .img_out .mask h6 span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 15px;
  font-size: 13px;
  color: #fff;
  border-radius: 2px;
}

.pd_focus__body {
  align-items: stretch;
  margin-bottom: 80px;
}

.pd_focus__body .img_con, .pd_focus__body .txt_con {
  width: 50%;
}

.pd_focus__body .img_con {
  width: 50%;
  padding: 40px;
 /* border: 1px solid #f5f5f5; */ box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.2); 
  background-image: url("/images/products/139.jpg");
}

.pd_focus__body .img_con img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.pd_focus__body .txt_con {
  width: 50%;
  padding: 15px 10px 10px 20px;
  background: #f5f5f5;
  box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.2);
}

.pd_focus__body .txt_con h3 {
  font-weight: 700;
  font-size: 18px;
}

.pd_focus__body .txt_con p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.txt_cu {font-weight:700;}

.pd_txt__body .img {
  display: block;
  max-width: 100%;
}
.pd_txt__body p{
  line-height: 25px;
  margin-top: 25px;
}
.pd_txt_list {
  justify-content: flex-start;
  align-items: stretch;
}

.pd_txt_list li {
  margin: 0 120px 40px 0;
  width: calc(33.33% - 120px * 3 / 4);
}

.pd_txt_list li:nth-child(3n) {
  margin-right: 0;
}

.pd_txt_list img {
  display: block;
  width: 100%;
}

.pd_txt_list .txt {
  padding: 20px 0 0 0;
}

.pd_txt_list .txt p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin-right: 0;
}

.pd_tit {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 700;
}

.download__body {
  background-color: #f0efef;
  padding: 50px 0 25px;
  margin: 60px 0;
}

.download__body .tit {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.download__body .dl_list {
  justify-content: flex-start;
  align-items: stretch;
}

.download__body .dl_list li {
  background-color: #fff;
  border-bottom: 2px solid #cc0000;
  width: calc(33.33% - 25px * 2 / 3);
  margin: 0 25px 25px 0;
  padding: 20px 30px;
  position: relative;
}

.download__body .dl_list li:nth-child(3n) {
  margin-right: 0;
}

.download__body .dl_list li h3 {
  font-weight: 700;
  font-size: 16px;
}

.download__body .dl_list li p {
  color: #666;
  font-size: 14px;
}

.download__body .dl_list li .dl_btn {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #cc0000;
  border-radius: 4px;
  background-color: #fff;
  color: #cc0000;
}

.download__body .dl_list li .dl_btn:hover {
  color: #fff;
  background-color: #cc0000;
}

.download__body .dl_list li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #cc0000;
  font-size: 40px;
}

#form_pop .content {
  border-radius: 10px;
  border: 1px solid #666;
  padding: 20px 50px;
}

#form_pop h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

#form_pop ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -1px;
}

#form_pop ul li span {
  width: 80px;
  font-size: 14px;
}

#form_pop ul li .pop_txt {
  border: 1px solid #cdcdcd;
  width: 300px;
  max-width: 100%;
}

#form_pop ul li .pop_txt input {
  border: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
}

#form_pop ul li .pop_txt input.small {
  width: 70%;
}

#form_pop ul li .last_btn {
  padding-top: 15px;
}

#form_pop ul li .pop_form_btn {
  display: inline-block;
  padding: 3px 5px;
  border: 1px solid #cc0000;
  border-radius: 4px;
  color: #fff;
  background-color: #cc0000;
}

#form_pop ul li .pop_form_btn.big {
  padding: 6px 40px;
}


.pd_txt__body img.xijie{
  width: 100%;height: auto;
}