﻿* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:after,
:before {
  box-sizing: border-box;
}
@font-face {
     font-family: "../font/A思源黑体—02";
     src: url("../fonts/a思源黑体—02.woff2") format("woff2"),
     url("../fonts/a思源黑体—02.woff") format("woff"),
     url("../fonts/a思源黑体—02.ttf") format("truetype"),
     url("../fonts/a思源黑体—02.eot") format("embedded-opentype"),
     url("../fonts/a思源黑体—02.svg") format("svg");
    }
html,
body {
   font-family: "A思源黑体—02";
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*img { max-width: 100%; max-height: 100%; }*/
address,
caption,
cite,
code,
dfn,
/*em,
strong,*/
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* div塌陷 clearfix */
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.clearfix {
  *zoom: 1;
}
a {
  text-decoration: none;
  color: #333;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #ff2913;
}
button[disabled] {
  cursor: not-allowed !important;
}
input {
  outline: none !important;
}
:focus {
  outline: none;
}
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}


@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
  .as-width > .menu > .menu-container {
    width: 100%;
  }
  .as-width > .header > .container {
    width: 100%;
    padding: 0 20px;
  }

  .menu-container {
    height: 80px;
  }
  .as-width > .menu > .menu-container > .icon {     height: 80px;     padding-top: 30px;     width: 300px;     padding-left: 16px;   } {
    height: 80px;
    padding-top: 0px;
    width: 300px;
    padding-left: 16px;
  }
}
.w-chat {
  font-size: 0;
  padding-left: 20px;
  background-color: #ccc;
}

.tv-footer {
  width: 100%;
  background: #595d60;
}
.tv-footer-container {
  margin: 0 auto;
  color: #fff;
  width: 1200px;
}

.tv-footer-r {
  float: right;
  padding-top: 51px;
  max-width: 600px;
}
.tv-footer-r > p {
  font-size: 14px;
  padding-bottom: 5px;
}
.tv-footer-r > p > a {
  color: #fc5240;
  text-decoration: underline;
}
.tv-footer-r > p:first-child,
.right > p:nth-child(3) {
  margin-bottom: 16px;
}
.tv-footer-r > p:nth-child(2),
.right > p:nth-child(4) {
  margin-bottom: 8px;
}
.hp-bt {
  display: none;
  width: 100%;
}
.ft-tab {
  height: 54px;
  line-height: 54px;
  width: 100%;
  padding-left: 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #ccc;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .tv-footer-container {
    width: 100%;
    display: none;
  }

  .hp-bt {
    display: block;
  }

  /* .swiper-slide > .list {
    height: 200px;
  } */
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 772px) {

}
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #dd2211;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover .line {
  background-color: #dd2211;
}
.hamburger:hover {
  cursor: pointer;
}
.pop-up {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in;
  z-index: 9999;
}
.p-top {
  height: 58px;
  line-height: 58px;
  color: #dd2211;
  padding-left: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.p-fl {
  float: left;
  height: 58px;
}
.p-f > a {
  display: block;
}
.p-fl a {
  color: #dd2211;
  font-size: 20px;
}
.p-nav {
  float: left;
  height: 58px;
}
.p-nav a {
  color: #303133;
  font-size: 14px;
  margin-left: 4px;
}
.p-top > i {
  float: right;
  font-size: 36px;
  color: #333;
  margin-right: 16px;
  margin-top: 10px;
  cursor: pointer;
}
.d-c {
  width: 100%;
}
.d-c > li {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #e5e5e5;
  padding-left: 40px;
}
.d-c > li.active {
  padding-left: 20px;
}
.d-c > li.active > .d-t {
  color: #dd2211;
}
.d-t > i {
  margin-left: 20px;
}
.p-top > .jump {
  font-size: 14px;
  color: #303133;
  margin-right: 10px;
  margin-top: 24px;
}
.modal {
  /*display: block;*/
  right: 0;
}
/*关闭图标*/
.close {
  float: right;
  position: relative;
  margin: 16px;
  width: 24px;
  height: 24px;
  background: white;
  cursor: pointer;
  box-sizing: border-box;
}
.close:hover::before,
.close:hover::after {
  background: red;
}
.close:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 25px;
  background: #666666;
  transform: rotate(45deg);
  top: -3px;
  left: 11px;
}
.close:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 25px;
  background: #666666;
  transform: rotate(-45deg);
  top: -3px;
  left: 11px;
}
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.list_dt {
  background: #dd2211;
  color: white;
  width: 100%;
  padding: 0 40px 0 20px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #dd2211;
}
.list_dt:hover {
  background: #dd2211;
}
.list_dt:hover ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #dd2211;
}
#open {
  background: #dd2211;
}
#open ._after {
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #dd2211;
}
.list_dt_icon {
  position: absolute;
  right: 10px;
  top: 11px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/off.png") no-repeat;
  background-size: cover;
}
#open .list_dt_icon {
  background: url("../images/open.png") no-repeat;
  background-size: cover;
}
.list_dd {
  display: none;
}
.list_li {
  background: #4e4e4e;
  list-style-type: none;
  color: white;
  width: 100%;
  padding: 0 30px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  border-bottom: 1px solid #6b6b6b;
}
.list_li > a {
  color: #ccc;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide > img {
  width: 100%;
  height: auto;
}
.swiper-slide > .word {
  position: absolute;
  top: 50%;
  left: 56%;
  width: 448px;
  color: #fff;
  transform: translate(0, -50%);
}
.swiper-slide > .word > .one {
  font-size: 40px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  text-align: left;
}
.swiper-slide > .word > .two {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  color: #fff;
  text-align: left;
  margin-top: 40px;
}
.container {
  width: 100%;
  background-color: #fff;
}

.container > .r-img img{max-width: 100%;}
.container > .content {
  width: 100%;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background-color: #fff;
}
.container > .content > .top {
  width: 1200px;
  margin: 0 auto;
  height: 82px;
  line-height: 82px;
}
.container > .content > .top > .bread {
  position: relative;
  padding-left: 38px;
}
.container > .content > .top > .bread > .left {
  margin: 0 16px;
}
.container > .content > .top > .bread > img {
  position: absolute;
  top: 25px;
  left: 0;
  height: 30px;
  width: 30px;
}


.container > .content > .top > .next-menu.img2 {
display: block;
 
}


.container > .content > .top > .next-menu {
  height: 84px;
  line-height: 84px;
  position: relative;
  display: none;
}
.container > .content > .top > .next-menu > .item {
  width: 108px;
  cursor: pointer;
  text-align: center;
  height: 84px;
}
.container > .content > .top > .next-menu > .item.active {
  color: #da251d;
  border-bottom: 4px solid #da251d;
}
.container > .content > .top > .next-menu > .l-p {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 6px;
  width: 108px;
  background-color: #da251d;
}
.container {
  width: 100%;
  background-color: #fff;
}
.container > .b-t-m {
  width: 100%;
  margin: 0 auto;
  /*height: 84px;*/
  line-height: 84px;
  overflow-y: hidden;
 
}
.container > .b-t-m > .b-t-c {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.container > .b-t-m > .b-t-c > .t-list {
  padding: 0 19px;
  cursor: pointer;
}
.container > .b-t-m > .b-t-c > .t-list.active {
  color: #da251d;
}
.container > .c-ct {
  width: 100%;
  color: #f6f6f6;
  background-color: #f6f6f6;
  padding-top: 50px;
}
.container > .c-ct .c-t {
  width: 1200px;
  margin: 0 auto;
  color: #333;
  height: 60px;
  line-height: 60px;
  border-left: 4px solid #da251d;
  padding-left: 20px;
  font-size: 36px;
  margin-bottom: 50px;
  display: none;

}
.container > .c-ct .c-center {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.container > .c-ct .c-center .nav_l{/*width: 270px;*/width: 200px; background: #fff;overflow: hidden;}
.container > .c-ct .c-center .nav_l .p_t{color: #ffffff; font-size: 23px; text-align: center; line-height: 3; background: #0c94de;display: none;}
.container > .c-ct .c-center .list_r{    /*width: 900px;*/width: 995px; overflow: hidden;}
.container > .c-ct .c-center .list_r .p_r_t{margin: 0 auto; color: #333; height: 53px; line-height: 55px; border-left: 4px solid #da251d; padding-left: 20px; font-size: 23px; margin-bottom: 17px;}
.container > .c-ct .c-center .p-l-c.p-l-c-2{    width: 24.5%;}

.container > .c-ct .c-center .p-l-c {
  display: block;
  width: 32.9%;
  margin-right: 0.4%;
  /*height: 446px;*/
  background-color: #f8f8f8;
  box-shadow: 2px 2px 4px #999;
  position: relative;
  margin-bottom: 26px;
  transition: all 0.6s;
}
.container > .c-ct .c-center .p-l-c:hover{transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);z-index: 22}
.container > .c-ct .c-center .p-l-c > img {
  width: 100%;
  height: auto;
 /* height: 260px;*/
  /*margin-top:20px;*/
}
.container > .c-ct .c-center .p-l-c.img > .p-l-b{    height: 125px; width: 100%; padding: 15px 15px;}
.container > .c-ct .c-center .p-l-c > .p-l-b {
  height: 190px;
  width: 100%;
  padding: 28px 15px 20px;
}
.container > .c-ct .c-center .p-l-c > .p-l-b > .p-l-t {
  font-size: 24px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.container > .c-ct .c-center .p-l-c > .p-l-b > .p-m {
  font-size: 16px;
  margin-top: 22px;
  color: #333;
}
.container > .c-ct .c-center .p-l-c > .p-l-b .p-cl {
  font-size: 14px;
  line-height: 24px;
  margin-top: 22px;
      display: -webkit-box;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.container > .c-ct .c-center .p-l-c > .new {
  position: absolute;
  top: 20px;
  right: 20px;
}

.c-center .cgq{border-top: 2px solid #c00;overflow: hidden;}
.c-center .cgq .hd{    background: url(../images/bg_tit.png) 0 -32px #efefef; border-left: 1px solid #ddd;overflow: hidden;}
.c-center .cgq .hd li{    position: relative; margin-left: -1px; height: 37px; line-height: 37px; text-align: center; width: 25%; float: left; border: 1px solid #ddd; border-top: 0; font: normal 14px/37px "Microsoft YaHei"; _font-weight: bold; cursor: default;overflow: hidden;color: #4e4e4e;cursor:pointer}
.c-center .cgq .hd li.on{background: #fff; border-bottom: 1px solid #fff; color: #c00;}
.c-center .cgq .bd{margin-top: 2px;}
.c-center .cgq .bd ul li{width: 100%; overflow: hidden;color: #4e4e4e;}
.c-center .cgq .bd ul li table{width: 100%}
.c-center .cgq .bd ul li tr{background:#d7f1ff}
.c-center .cgq .bd ul li tr:nth-child(even){background: #eee}
.c-center .cgq .bd ul li tr span{display: block;padding-top: 15px;font-size: 12px;}
.c-center .cgq .bd ul li .tr_1{ background: #239cc9;}
.c-center .cgq .bd ul li .tr_1 td{ color: #fff;    padding: 10px 0;}
.c-center .cgq .bd ul li.szcgq td.td14{    border-right: 0;}
.c-center .cgq .bd ul li.szcgq td.td8{width: 8%;}
.c-center .cgq .bd ul li.szcgq td.td1{width: 9%;}
.c-center .cgq .bd ul li td.td1 img{width:90%;}
.c-center .cgq .bd ul li.mncgq tr td{width: 10%}
.c-center .cgq .bd ul li tr td{width: 6.9%; text-align: center; border-right: 0.5px solid #fff; display: block; float: left; height: 70px;word-wrap: break-word;
    word-break: break-all;    border-bottom: 1px solid #fff;overflow: hidden;}
.c-center .cgq .bd ul li.qtcgq tr td{width: 7.1333%;}

.c-center .wxsp{border-top: 2px solid #c00;overflow: hidden;margin-top: 30px}
.c-center .wxsp .hd{    border-left: 1px solid #ddd;overflow: hidden;}
.c-center .wxsp .hd li{    position: relative; margin-left: -1px; height: 37px; line-height: 37px; text-align: center; width: 25%; float: left; border: 1px solid #ddd; border-top: 0; font: normal 14px/37px "Microsoft YaHei"; _font-weight: bold; cursor: default;overflow: hidden;color: #4e4e4e;cursor:pointer}
.c-center .wxsp .hd li.on{background: #fff;  color: #c00;}
.c-center .wxsp .bd{margin-top: 2px;}
.c-center .wxsp .bd ul li{width: 100%; overflow: hidden;color: #4e4e4e; background: url(../images/bg_tit.png) 0 -32px #efefef;}
.c-center .wxsp .bd ul li table{width: 100%}
.c-center .wxsp .bd ul li tr{background:#d7f1ff}
.c-center .wxsp .bd ul li tr:nth-child(even){background: #eee}
.c-center .wxsp .bd ul li tr span{display: block;padding-top: 15px;font-size: 12px;}
.c-center .wxsp .bd ul li .tr_1{ background: #239cc9;}
.c-center .wxsp .bd ul li .tr_1 td{ color: #fff;    padding: 10px 0;}
.c-center .wxsp .bd ul li.szcgq td.td14{    border-right: 0;}
.c-center .wxsp .bd ul li.szcgq td.td8{width: 8%;}
.c-center .wxsp .bd ul li.szcgq td.td1{width: 9%;}
.c-center .wxsp .bd ul li td.td1 img{width:90%;}
.c-center .wxsp .bd ul li.mncgq tr td{width: 10%}
.c-center .wxsp .bd ul li tr td{width: 6.9%; text-align: center; border-right: 0.5px solid #fff; display: block; float: left; height: 70px;word-wrap: break-word;
    word-break: break-all;    border-bottom: 1px solid #fff;overflow: hidden;}

.c-center .wxsp .bd ul li.djp tr td{width: 8%;}
.c-center .wxsp .bd ul li.djp tr td.td2{width: 14%;}
.c-center .wxsp .bd ul li.djp tr td.td11{width: 14%;}

.c-center .wxsp .bd ul li.sjg tr td{width: 8%}
.c-center .wxsp .bd ul li.sjg tr td.td6{width: 60%;    padding: 3px 0;}
.c-center .wxsp .bd ul li.sjg tr td.td6 .td6-t{padding-bottom: 5px; border-bottom: 1px solid #fff;}
.c-center .wxsp .bd ul li.sjg tr td.td6 .td6-con dd{width: 10%;float: left;position: relative;}
.c-center .wxsp .bd ul li.sjg tr td.td6 .td6-con dd::after{width: 1px ;height: 100%;background: #fff;    position: absolute;    top: 0;
    right: 0; content: '';}
.c-center .wxsp .bd ul li.sjg tr td.td6 sub{vertical-align: sub; font-size: smaller;}

.c-center .mkyy{border-top: 2px solid #c00;overflow: hidden;margin-top: 30px}
.c-center .mkyy .hd{    border-left: 1px solid #ddd;overflow: hidden;}
.c-center .mkyy .hd li{    position: relative; margin-left: -1px; height: 37px; line-height: 37px; text-align: center; width: 50%; float: left; border: 1px solid #ddd; border-top: 0; font: normal 14px/37px "Microsoft YaHei"; _font-weight: bold; cursor: default;overflow: hidden;color: #4e4e4e;cursor:pointer}
.c-center .mkyy .hd li.on{background: #fff;  color: #c00;}
.c-center .mkyy .bd{margin-top: 2px;}
.c-center .mkyy .bd ul li{width: 100%; overflow: hidden;color: #4e4e4e; background: url(../images/bg_tit.png) 0 -32px #efefef;}
.c-center .mkyy .bd ul li table{width: 100%}
.c-center .mkyy .bd ul li tr{background:#d7f1ff}
.c-center .mkyy .bd ul li tr:nth-child(even){background: #eee}
.c-center .mkyy .bd ul li tr span{display: block;padding-top: 15px;font-size: 12px;}
.c-center .mkyy .bd ul li .tr_1{ background: #239cc9;}
.c-center .mkyy .bd ul li .tr_1 td{ color: #fff;    padding: 10px 0;}
.c-center .mkyy .bd ul li.szcgq td.td14{    border-right: 0;}
.c-center .mkyy .bd ul li.szcgq td.td8{width: 8%;}
.c-center .mkyy .bd ul li.szcgq td.td1{width: 9%;}
.c-center .mkyy .bd ul li td.td1 img{width:90%;}
.c-center .mkyy .bd ul li.mncgq tr td{width: 10%}
.c-center .mkyy .bd ul li tr td{width: 6.9%; text-align: center; border-right: 0.5px solid #fff; display: block; float: left; height: 70px;word-wrap: break-word;
    word-break: break-all;    border-bottom: 1px solid #fff;overflow: hidden;}
.c-center .mkyy .bd ul li.wxspmk tr td{width: 9.09%}









@media screen and (max-width: 767px) {
  .container > .content > .top {
    width: 100%;
  }
  .container > .b-t-m {
    overflow: auto;
    display: block;
  }
  .container > .c-ct .c-center {
    width: 100%;
  }
  .container > .c-ct .c-t {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .container > .content > .top > .bread {
    display: none;
  }
  .container > .content > .top > .next-menu {
    float: left;
    width: 100%;
    display: block;

  }
  .container > .content > .top > .next-menu > .item {
    width: 25%;
  }
  .container > .c-ct .c-t {
    font-size: 30px;
    margin-bottom: 30px;
      
  }
  .container > .c-ct .c-center .nav_l,.container > .c-ct .c-center .list_r .p_r_t{display: none;}
  .container > .c-ct .c-center .list_r{width: 100%}
  .container > .content > .top > .next-menu{height: auto}
  .container > .c-ct {
    padding-top: 30px;
  }
  .container > .c-ct .c-center .p-l-c {
    width: 100%!important;
    height:auto;
  }
  .container > .c-ct .c-center .p-l-c > img{
    height:auto;
  }
  .container > .b-t-m > .b-t-c {
    display: flex;
    justify-content: flex-start;
        width: 100%;
    line-height: 3;
  }
}
@media screen and (max-width: 520px) {
  .headSearch{
    display: none;
  }

}
/*# sourceMappingURL=product01.css.map */