@charset "utf-8";
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
ins {
  text-decoration: none;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
.hide {
  display: none;
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*IE/7/6*/
body,
textarea,
input,
button,
select,
keygen,
legend {
  font-family: Helvetica, sans-serif, SimSun, Microsoft YaHei;
  color: #000;
  outline: 0;
}
html,
body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
.page_con {
  min-height: 7vh;
}
.pc_con {
  display: block;
  font-size: 12px;
  /* Effect 5: same word slide in */
  /* Effect 5: same word slide in and border bottom */
  /*联系我们*/
  /* 图片垂直居中,不是很准确 */
  /* 描述部分 */
  /* 缩图部分 */
  /* 翻页按钮 */
  /* 缩图按钮 */
  /*search_list*/
  /*pages*/
  /*视频列表*/
}
.pc_con img {
  display: block;
}
.pc_con .top_bg {
  width: 100%;
  height: 10px;
  background: #8d0700;
  overflow: hidden;
}
.pc_con .head {
  width: 1200px;
  height: 110px;
  margin: 0 auto;
}
.pc_con .head h1 {
  float: left;
  padding-top: 34px;
}
.pc_con .head .right {
  float: right;
}
.pc_con .head .right p {
  padding: 18px 0 0 0;
  float: right;
  overflow: hidden;
}
.pc_con .head .right p span {
  width: 12px;
  height: 1px;
  display: block;
  background: #a0a0a0;
  float: left;
  margin-top: 7px;
  overflow: hidden;
}
.pc_con .head .right p em {
  display: block;
  float: left;
  color: #666;
  font-size: 14px;
  padding: 0 7px;
}
.pc_con .head .right p i {
  float: left;
  padding: 0 10px;
}
.pc_con .head .right .nav {
  float: right;
  padding-top: 24px;
  position: relative;
}
.pc_con .head .right .nav .navlist {
  float: left;
  padding-right: 50px;
}
.pc_con .head .right .nav .navlist li {
  float: left;
  padding-right: 32px;
}
.pc_con .head .right .nav .navlist li a {
  color: #222;
  font-size: 16px;
  outline: none;
  position: relative;
  display: inline-block;
}
.pc_con .head .right .nav .navlist li a:hover {
  color: #8d0700;
}
.pc_con .head .right .nav .navlist li a.on {
  color: #8d0700;
}
.pc_con .cl-effect-5 a {
  overflow: hidden;
  height: 1em;
}
.pc_con .cl-effect-5 a span {
  position: relative;
  display: block;
  line-height: 17px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.pc_con .cl-effect-5 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pc_con .cl-effect-5 a:hover span,
.pc_con .cl-effect-5 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pc_con .sous {
  width: 397px;
  height: 40px;
  border: 1px solid #e2e2e2;
  display: none;
  background: #fff;
  position: absolute;
  top: 13px;
  right: 0;
}
.pc_con .input_01 {
  width: 260px;
  height: 22px;
  line-height: 22px;
  float: left;
  margin: 9px 0 0 10px;
  border: 0;
  font-size: 14px;
  color: #666;
}
.pc_con .s_btn {
  width: 40px;
  height: 40px;
  display: block;
  background: #fff url(../bg/ss.png) no-repeat center center;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 1px;
}
.pc_con .s_btn.on {
  background: #666 url(../bg/ss1.jpg) no-repeat center center;
  cursor: pointer;
}
.pc_con .nav .searchable-select-hide {
  display: none;
}
.pc_con .nav .searchable-select {
  width: 67px;
  height: 22px;
  float: left;
  position: relative;
  border-right: 1px solid #d1d1d1;
  margin-top: 9px;
  padding: 0 0 0 10px;
  line-height: 22px;
  outline: 0px;
  cursor: pointer;
  z-index: 100;
}
.pc_con .nav #ui_element {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.pc_con .nav .searchable-select-holder {
  color: #a8a7a7;
  font-size: 14px;
  line-height: 22px;
}
.pc_con .nav .searchable-select-caret {
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-color: #d1d1d1 transparent transparent transparent;
  top: 7px;
  border-style: solid;
  border-width: 6px;
  margin: auto;
  right: 15px;
}
.pc_con .nav .searchable-select-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-top: none;
  top: 32px;
  left: 0;
  right: 0;
}
.pc_con .nav .searchable-select-input {
  display: none;
}
.pc_con .nav .searchable-scroll {
  position: relative;
}
.pc_con .nav .searchable-scroll.has-privious {
  padding-top: 16px;
}
.pc_con .nav .searchable-scroll.has-next {
  padding-bottom: 16px;
}
.pc_con .nav .searchable-has-privious {
  top: 0;
}
.pc_con .nav .searchable-has-next {
  bottom: 0;
}
.pc_con .nav .searchable-has-privious,
.pc_con .nav .searchable-has-next {
  height: 16px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  z-index: 10;
  background-color: white;
  line-height: 8px;
  cursor: pointer;
}
.pc_con .nav .searchable-select-items {
  height: 64px;
  position: relative;
}
.pc_con .nav .searchable-select-items::-webkit-scrollbar {
  display: none;
}
.pc_con .nav .searchable-select-item {
  height: 32px;
  background: url(../bg/line.jpg) no-repeat bottom;
  line-height: 32px;
  cursor: pointer;
  color: #a8a7a7;
  font-size: 14px;
  text-align: center;
}
.pc_con .nav .searchable-select-item.hover {
  color: #666;
}
.pc_con .move_right_left_01 {
  animation: moveX_R_01 0.5s linear 0.3s forwards;
  -moz-animation: moveX_R_01 0.5s linear 0.3s forwards;
  /* Firefox: */
  -webkit-animation: moveX_R_01 0.5s linear 0.3s forwards;
  /* Safari and Chrome: */
}
.pc_con .banner {
  width: 100%;
  height: 600px;
  position: relative;
}
.pc_con .banner .swiper-slide {
  height: 600px;
}
.pc_con .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_con .banner .swiper-pagination {
  display: flex;
  justify-content: end;
  width: 1000px;
  position: absolute;
  bottom: 126px;
  left: 50%;
  margin-left: -500px;
  z-index: 200;
}
.pc_con .banner .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  width: 14px;
  height: 14px;
  background: url(../bg/di_02.png) no-repeat;
  float: left;
  margin: 0 14px 0 0 !important;
  cursor: pointer;
}
.pc_con .banner .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 4px;
  height: 4px;
  background: #8d0700;
  margin: 5px 14px 0 0 !important;
}
.pc_con .banner .swiper-button-next,
.pc_con .banner .swiper-button-prev {
  display: block;
  position: absolute;
  top: 270px;
  width: 24px;
  height: 47px;
  z-index: 30;
}
.pc_con .banner .swiper-button-next {
  background: url(../bg/right_01.png) no-repeat;
  right: 96px;
}
.pc_con .banner .swiper-button-next:hover {
  background-position: 0 -47px;
}
.pc_con .banner .swiper-button-prev {
  background: url(../bg/left_01.png) no-repeat;
  left: 96px;
}
.pc_con .banner .swiper-button-prev:hover {
  background-position: 0 -47px;
}
.pc_con .banner .sy_small {
  width: 1200px;
  height: 106px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 20;
}
.pc_con .banner .sy_small ul {
  display: inline-block;
}
.pc_con .banner .sy_small li {
  width: 186px;
  height: 106px;
  float: left;
  position: relative;
  cursor: pointer;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pc_con .banner .sy_small li p {
  width: 186px;
  height: 91px;
  padding-top: 15px;
}
.pc_con .banner .sy_small li p img {
  margin: 0 auto;
}
.pc_con .banner .sy_small li em {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 12px;
}
.pc_con .banner .sy_small li span {
  display: none;
  position: absolute;
  top: 0;
  left: 186px;
}
.pc_con .banner .sy_small li:hover {
  width: 456px;
}
.pc_con .banner .sy_small li:hover p {
  background: #8d0700;
}
.pc_con .banner .sy_small li:hover span {
  display: block;
}
.pc_con .banner .tm {
  width: 1920px;
  height: 106px;
  background: url(../bg/tm2.png) repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 10;
}
.pc_con .box {
  width: 1200px;
  margin: 0 auto;
}
.pc_con .index_01 {
  padding: 50px 0 0 0;
  overflow: hidden;
}
.pc_con .index_01 .left {
  width: 706px;
  float: left;
}
.pc_con .index_01 .left h3 {
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  overflow: hidden;
}
.pc_con .index_01 .left h3 img {
  float: left;
  margin-right: 14px;
}
.pc_con .index_01 .left h3 a {
  float: right;
  margin-top: 15px;
  /*color: #666;*/
}
.pc_con .index_01 .left h3 a:hover {
  color: #8d0700;
}
.pc_con .index_01 .left h3 span {
  display: block;
  float: left;
  font-size: 20px;
  line-height: 37px;
  padding-left: 8px;
}
.pc_con .index_01 .left dl {
  overflow: hidden;
}
.pc_con .index_01 .left dl a {
  border-bottom: 1px solid #ddd;
  padding: 21px 0;
  display: block;
  overflow: hidden;
}
.pc_con .index_01 .left dl a:hover {
  border-bottom: 1px solid #8d0700;
}
.pc_con .index_01 .left dl a dt {
  width: 72px;
  height: 44px;
  border-right: 1px solid #ececec;
  float: left;
  text-align: center;
}
.pc_con .index_01 .left dl a dt span {
  display: block;
  color: #a8a8a8;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 30px;
}
.pc_con .index_01 .left dl a dt em {
  display: block;
  color: #bbbbbb;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.pc_con .index_01 .left dl a dd {
  width: 623px;
  float: right;
  position: relative;
}
.pc_con .index_01 .left dl a dd span {
  display: block;
  color: #333;
  font-size: 16px;
  padding-bottom: 10px;
}
.pc_con .index_01 .left dl a dd em {
  display: block;
  color: #666;
  font-size: 14px;
  height: 18px;
  overflow: hidden;
}
.pc_con .index_01 .left dl a dd i {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../bg/btn_01.png) no-repeat;
  position: absolute;
  top: 5px;
  right: 10px;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pc_con .index_01 .left dl a:hover dd i {
  background-position: 0 -32px;
}
.pc_con .index_01 .right {
  width: 460px;
  float: right;
  padding-top: 50px;
  overflow: hidden;
}
.pc_con .index_01 .right .bd {
  height: 260px;
  margin-bottom: 15px;
  overflow: hidden;
}
.pc_con .index_01 .right .bd li {
  position: relative;
}
.pc_con .index_01 .right .bd li video {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.pc_con .index_01 .right .bd li img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_con .index_01 .right .bd li span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../bg/png1.png) center no-repeat;
  background-size: 75px auto;
}
.pc_con .index_01 .right .hd {
  overflow: hidden;
}
.pc_con .index_01 .right .hd ul {
  width: 480px;
}
.pc_con .index_01 .right .hd li {
  float: left;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
  width: 140px;
  height: 70px;
}
.pc_con .index_01 .right .hd li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_con .index_01 .right .hd li i {
  width: 21px;
  height: 21px;
  display: block;
  background: url(../bg/ico_02.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
}
.pc_con .index_01 .right .hd li.on img {
  border: 1px solid #8d0700;
}
.pc_con .index_02 {
  padding: 50px 0;
  overflow: hidden;
}
.pc_con .index_02 ul {
  width: 1300px;
}
.pc_con .index_02 li {
  width: 282px;
  height: 337px;
  float: left;
  margin-right: 24px;
  overflow: hidden;
  position: relative;
}
.pc_con .index_02 li a span {
  display: block;
  color: #222;
  font-size: 18px;
  padding: 20px 0 10px 0;
}
.pc_con .index_02 li a em {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 21px;
}
.pc_con .index_02 li a i {
  width: 110px;
  height: 30px;
  display: block;
  border: 1px solid #8d0700;
  margin-top: 23px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
}
.pc_con .index_02 li a i cite {
  display: block;
  float: left;
  color: #8d0700;
  font-size: 16px;
  padding: 0 0 0 19px;
}
.pc_con .index_02 li a i ins {
  width: 48px;
  height: 30px;
  display: block;
  background: url(../bg/arr_02.png) no-repeat left center;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pc_con .index_02 li a:hover i ins {
  width: 30px;
  height: 30px;
  display: block;
  background: #8d0700 url(../bg/arr_01.png) no-repeat center center;
  right: 0;
}
.pc_con .index_02 li a img {
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pc_con .index_02 li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pc_con .gray {
  width: 100%;
  background: #f2f2f2;
  padding: 43px 0 55px 0;
  overflow: hidden;
}
.pc_con .gray h3 {
  width: 1200px;
  margin: 0 auto;
  font-weight: normal;
  padding-bottom: 18px;
  overflow: hidden;
}
.pc_con .gray h3 img {
  float: left;
  margin-right: 14px;
}
.pc_con .gray h3 span {
  display: block;
  float: left;
  color: #222;
  font-size: 24px;
  line-height: 30px;
}
.pc_con .guanggao {
  width: 1200px;
  height: 270px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.pc_con .guanggao .swiper-slide {
  display: block;
  width: 100%;
  height: 270px;
}
.pc_con .guanggao .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_con .guanggao .swiper-pagination {
  display: flex;
  justify-content: end;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: calc(100% - 20px);
}
.pc_con .guanggao .swiper-pagination span {
  width: 10px;
  height: 10px;
  display: block;
  background: #999;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  text-indent: -20px;
  cursor: pointer;
  overflow: hidden;
}
.pc_con .guanggao .swiper-pagination span.swiper-pagination-bullet-active {
  background: url(../bg/yuan2.png) no-repeat;
}
.pc_con .bottom {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 58px;
  background: #666;
}
.pc_con .foot {
  width: 1200px;
  margin: 0 auto;
}
.pc_con .foot p {
  float: left;
  color: #d4d4d4;
  line-height: 58px;
  padding: 0 0 0 10px;
}
.pc_con .foot p span {
  padding: 0 22px 0 0;
}
.pc_con .foot p a {
  color: #d4d4d4;
}
.pc_con .foot p a:hover {
  color: #fff;
}
.pc_con .foot ul {
  float: right;
  padding-right: 11px;
}
.pc_con .foot li {
  float: left;
  height: 58px;
  padding-left: 22px;
  position: relative;
  cursor: pointer;
}
.pc_con .foot li span {
  display: block;
  padding: 20px 0 0 0;
}
.pc_con .foot li i {
  display: block;
  position: absolute;
  bottom: 58px;
  left: -26px;
  height: 0;
  overflow: hidden;
}
.pc_con .ban_ny {
  width: 100%;
  height: 350px;
  margin: 0 auto;
  position: relative;
}
.pc_con .ban_ny div {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pc_con .ban_ny div img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.pc_con .ban_ny p {
  position: absolute;
  top: 135px;
  left: 50%;
  margin-left: -500px;
  width: 1200px;
}
.pc_con .ban_ny p span {
  display: block;
  color: #222;
  font-size: 36px;
  padding-bottom: 20px;
}
.pc_con .ban_ny p i {
  width: 60px;
  height: 4px;
  display: block;
  background: #8d0700;
  overflow: hidden;
}
.pc_con .line {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.pc_con .tit_ny {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.pc_con .tit_ny a {
  width: 170px;
  height: 60px;
  display: block;
  float: left;
  color: #222;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pc_con .tit_ny a:hover,
.pc_con .tit_ny a.hover {
  background: #8d0700;
  color: #fff;
}
.pc_con .title_bar {
  padding: 47px 0 18px 0;
  text-align: center;
  overflow: hidden;
}
.pc_con .title_bar p {
  display: inline-block;
}
.pc_con .title_bar img {
  float: left;
  margin-top: 9px;
}
.pc_con .title_bar span {
  display: block;
  float: left;
  color: #333;
  font-size: 30px;
  padding: 0 0 0 11px;
  line-height: 32px;
}
.pc_con .ry span {
  color: #fff;
}
.pc_con .newsTop {
  padding-bottom: 10px;
  overflow: hidden;
}
.pc_con .newsTop li.left {
  width: 730px;
  float: left;
  overflow: hidden;
}
.pc_con .newsTop li.left a {
  height: 527px;
  display: block;
  position: relative;
  overflow: hidden;
}
.pc_con .newsTop li.left a i {
  width: 730px;
  height: 54px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.pc_con .newsTop li.left a span {
  width: 690px;
  height: 54px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #eee;
  font-size: 16px;
  margin-left: 20px;
  line-height: 54px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc_con .newsTop li.right {
  width: 450px;
  float: right;
  overflow: hidden;
}
.pc_con .newsTop li.right a {
  height: 254px;
  display: block;
  position: relative;
  margin-bottom: 19px;
  overflow: hidden;
}
.pc_con .newsTop li.right a img {
  width: 450px;
  height: 254px;
  /*object-fit: cover;*/
}
.pc_con .newsTop li.right a i {
  width: 450px;
  height: 54px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.pc_con .newsTop li.right a span {
  width: 410px;
  height: 54px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #eee;
  font-size: 16px;
  margin-left: 20px;
  line-height: 54px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc_con .newsTop li a img {
  width: 730px;
  height: 527px;
  /*object-fit: cover;
  transform: scaleY(0.95); 
  transform-origin: center;*/
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pc_con .newsTop li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pc_con .newsList {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
}
.pc_con .newsList dl {
  overflow: hidden;
}
.pc_con .newsList dl a {
  height: 94px;
  display: block;
  -ms-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.pc_con .newsList dl a:hover {
  background: #8d0700;
}
.pc_con .newsList dl a dt {
  width: 93px;
  height: 58px;
  border-right: 1px solid #ececec;
  float: left;
  text-align: center;
  margin-top: 18px;
}
.pc_con .newsList dl a dt span {
  display: block;
  color: #666;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px 0 5px 0;
}
.pc_con .newsList dl a dt em {
  display: block;
  color: #222;
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 36px;
}
.pc_con .newsList dl a dd {
  width: 1088px;
  float: right;
  position: relative;
}
.pc_con .newsList dl a dd span {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc_con .newsList dl a dd em {
  display: block;
  width: 100%;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pc_con .newsList dl a:hover dt span {
  color: #cfb5b4;
}
.pc_con .newsList dl a:hover dt em {
  color: #f9f9f9;
}
.pc_con .newsList dl a:hover dd span,
.pc_con .newsList dl a:hover dd em {
  color: #fff;
}
.pc_con .pager {
  padding: 34px 0 50px 0;
  overflow: hidden;
}
.pc_con .pager a.prevpage {
  width: 590px;
  height: 60px;
  display: block;
  background: url(../bg/prev_01.jpg) no-repeat;
  float: left;
}
.pc_con .pager a.prevpage:hover {
  background: url(../bg/prev_02.jpg) no-repeat;
}
.pc_con .pager a.nextpage {
  width: 590px;
  height: 60px;
  display: block;
  background: url(../bg/next_01.jpg) no-repeat;
  float: right;
}
.pc_con .pager a.nextpage:hover {
  background: url(../bg/next_02.jpg) no-repeat;
}
.pc_con .x_line {
  width: 100%;
  height: 1px;
  background: #ddd;
  overflow: hidden;
}
.pc_con .details {
  padding: 34px 0 10px 0;
  min-height: 400px;
  overflow: hidden;
  width: 76%;
  margin: 0 auto;
}
.pc_con .details .top {
  margin-bottom: 22px;
  border-bottom: 1px solid #ececec;
}
.pc_con .details .top em {
  margin-bottom: 20px;
  display: block;
  color: #222;
  font-size: 18px;
  text-align: center;
}
.pc_con .details .top cite {
  display: block;
  color: #666;
  font-size: 14px;
  padding: 0 0 20px 0;
  text-align: center;
}
.pc_con .details .text video {
  margin: 0 auto;
  max-width: 100%;
}
.pc_con .details p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  padding: 0 0 5px 0;
  text-indent: 2em;
}
.pc_con .details img {
  margin: 0 auto;
  max-width: 100%;
}
.pc_con .chapter {
  padding: 0 0 47px 0;
  overflow: hidden;
  margin-top: 100px;
}
.pc_con .chapter p {
  float: left;
}
.pc_con .chapter p span {
  display: block;
  padding: 0 0 12px 0;
  color: #666;
  font-size: 14px;
}
.pc_con .chapter p span a {
  color: #666;
}
.pc_con .chapter p span a:hover {
  color: #a90007;
}
.pc_con .chapter em {
  display: block;
  float: right;
}
.pc_con .chapter em a {
  height: 44px;
  display: block;
  background: #bfbfbf;
  padding: 0 29px;
  line-height: 44px;
}
.pc_con .chapter em a:hover {
  background: #8d0700;
}
.pc_con .chapter em a i {
  width: 17px;
  height: 18px;
  display: block;
  background: url(../bg/ico_04.png) no-repeat;
  float: left;
  margin-top: 13px;
}
.pc_con .chapter em a:hover i {
  background-position: 0 -18px;
}
.pc_con .chapter em a span {
  display: block;
  float: left;
  color: #333;
  font-size: 16px;
  padding-left: 10px;
}
.pc_con .chapter em a:hover span {
  color: #fff;
}
.pc_con .about_01 {
  padding: 0 0 25px 0;
  overflow: hidden;
}
.pc_con .about_01 .img1 {
  float: left;
  margin-right: 24px;
}
.pc_con .about_01 p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  padding: 0 0 22px 10px;
}
.pc_con .about_01 .img2 {
  margin: 12px 0 23px 0;
}
.pc_con .bg_01 {
  width: 100%;
  background: #f2f2f2;
  overflow: hidden;
}
.pc_con .about_02 {
  padding: 0 0 50px 0;
  overflow: hidden;
}
.pc_con .about_02 dt {
  width: 610px;
  float: left;
  padding-left: 10px;
  height: 290px;
}
.pc_con .about_02 dt .txt {
  height: 260px;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.pc_con .about_02 dt .mCustomScrollBox {
  position: static !important;
}
.pc_con .about_02 dt .txt p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 13px 0;
}
.pc_con .about_02 dd {
  width: 553px;
  float: right;
}
.pc_con .zuzhi {
  padding: 0 0 50px 0;
  overflow: hidden;
}
.pc_con .zuzhi img {
  margin: 0 auto;
}
.pc_con .industry {
  padding: 0 0 50px 0;
  overflow: hidden;
}
.pc_con .industry ul {
  width: 1300px;
}
.pc_con .industry li {
  width: 288px;
  float: left;
  margin-right: 16px;
}
.pc_con .industry li a {
  width: 288px;
  height: 380px;
  display: block;
  position: relative;
  overflow: hidden;
}
.pc_con .industry li a img {
  width: 288px;
  height: 380px;
}
.pc_con .industry li a ins {
  width: 288px;
  height: 60px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.pc_con .industry li a span {
  width: 288px;
  height: 60px;
  display: block;
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.pc_con .industry li a:hover ins {
  background: #9c0800;
  filter: alpha(opacity=95);
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}
.pc_con .industry li a:hover span {
  width: 237px;
  background: url(../bg/line_02.png) repeat-x bottom;
  left: 25px;
  text-align: left;
  height: 50px;
  line-height: 50px;
}
.pc_con .industry li a cite {
  width: 237px;
  display: block;
  position: absolute;
  top: 92px;
  left: 25px;
}
.pc_con .industry li a cite em {
  display: block;
  background: url(../bg/tm1.png) no-repeat 0 8px;
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
  line-height: 27px;
}
.pc_con .bg_02 {
  width: 100%;
  height: 611px;
  background: #8d0700 url(../bg/bg_01.jpg) no-repeat center top;
  overflow: hidden;
}
.pc_con .picfocus .picBox {
  width: 1200px;
  height: 332px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.pc_con .picfocus .picBox ul {
  width: 1200px;
  position: absolute;
  overflow: hidden;
}
.pc_con .picfocus .picBox li {
  width: 1200px;
  float: left;
  position: relative;
}
.pc_con .picfocus .picBox li .left {
  width: 418px;
  height: 302px;
  background: #fff;
  float: left;
  background: url(../bg/png3.png) repeat;
  padding: 30px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.pc_con .picfocus .picBox li .left em {
  width: 64px;
  display: block;
  background: #8d0700;
  position: absolute;
  top: 30px;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 30px;
}
.pc_con .picfocus .picBox li .left img {
  max-width: 280px;
  max-height: 210px;
  margin: 0 auto;
}
.pc_con .picfocus .picBox li .left span {
  width: 350px;
  margin: 0 auto;
  display: block;
  color: #222;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 11px 0 0 0;
}
.pc_con .picfocus .picBox li .right {
  width: 752px;
  height: 332px;
  background: #fff;
  float: right;
  background: url(../bg/png2.png) repeat;
  padding: 0 0 0 30px;
  overflow-y: scroll;
}
.pc_con .picfocus .picBox li .right::-webkit-scrollbar {
  display: none;
}
.pc_con .picfocus .picBox li .right span {
  display: block;
  color: #bd0b21;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 18px 0 5px 0;
}
.pc_con .picfocus .picBox li .right p {
  width: 730px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
  cursor: pointer;
}
.pc_con .s_bg {
  width: 100%;
  height: 23px;
  background: url(../bg/s_bg.png) repeat-x top;
  margin-top: 50px;
  padding-top: 47px;
}
.pc_con .picfocus .listBox {
  width: 1200px;
  height: 23px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.pc_con .picfocus .demo {
  width: 1200px;
  height: 23px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.pc_con .picfocus .demo ul {
  height: 23px;
  position: absolute;
  overflow: hidden;
}
.pc_con .picfocus .demo ul li {
  width: 104px;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 23px;
  cursor: pointer;
}
.pc_con .picfocus .demo ul li.on {
  font-size: 20px;
}
.pc_con .btn_g {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.pc_con .picfocus #prev {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../bg/p_btn1.png) no-repeat;
  position: absolute;
  top: 263px;
  right: 66px;
  z-index: 10;
  cursor: pointer;
}
.pc_con .picfocus #prev:hover {
  background: url(../bg/p_btn2.png) no-repeat;
}
.pc_con .picfocus #next {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../bg/n_btn1.png) no-repeat;
  position: absolute;
  top: 263px;
  right: 31px;
  z-index: 10;
  cursor: pointer;
}
.pc_con .picfocus #next:hover {
  background: url(../bg/n_btn2.png) no-repeat;
}
.pc_con .tmall {
  width: 1165px;
  margin: 0 auto;
  min-height: 220px;
  padding: 0 0 140px 0;
  overflow: hidden;
}
.pc_con .tmall ul {
  width: 1200px;
}
.pc_con .tmall li {
  width: 217px;
  float: left;
  padding: 0 20px 20px 0;
}
.pc_con .tmall li a {
  width: 215px;
  height: 56px;
  display: block;
  border: 1px solid #ececec;
  line-height: 56px;
}
.pc_con .tmall li a img {
  float: left;
  margin: 18px 0 0 16px;
}
.pc_con .tmall li a .img1 {
  display: block;
}
.pc_con .tmall li a:hover .img1 {
  display: none;
}
.pc_con .tmall li a .img2 {
  display: none;
}
.pc_con .tmall li a:hover .img2 {
  display: block;
}
.pc_con .tmall li a span {
  display: block;
  float: left;
  color: #666;
  font-size: 14px;
  padding-left: 8px;
}
.pc_con .tmall li a:hover {
  border: 1px solid #ca8b88;
}
.pc_con .tmall li a:hover span {
  color: #8d0700;
}
.pc_con .health {
  width: 1160px;
  margin: 0 auto;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.pc_con .health ul {
  width: 1190px;
}
.pc_con .dede_flpages {
  margin: 0 !important;
}
.pc_con .health li {
  width: 275px;
  float: left;
  padding: 0 20px 34px 0;
}
.pc_con .health li a {
  display: block;
  height: 273px;
  border: 1px solid #ececec;
  position: relative;
  overflow: hidden;
}
.pc_con .health li a:hover {
  border: 1px solid #8d0700;
}
.pc_con .health li a img {
  width: 273px;
  height: 205px;
}
.pc_con .health li a span {
  width: 241px;
  height: 67px;
  display: block;
  background: #fff;
  border-top: 1px solid #ececec;
  padding: 0 17px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pc_con .health li a span em {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 10px 0 4px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc_con .health li a span cite {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pc_con .health li a:hover span {
  background: #8d0700;
  border-top: 1px solid #8d0700;
}
.pc_con .health li a:hover span em {
  color: #fff;
  padding: 18px 0 6px 0;
  white-space: normal;
}
.pc_con .health li a:hover span cite {
  color: #fff;
  height: 62px;
  white-space: normal;
}
.pc_con .health li a:hover span i {
  width: 27px;
  height: 11px;
  display: block;
  background: url(../bg/arr_f.png) no-repeat;
  float: right;
  margin: 4px 0 0 0;
}
.pc_con .pages {
  text-align: center;
  padding: 0 0 50px 0;
  overflow: hidden;
}
.pc_con .pages p {
  display: inline-block;
}
.pc_con .pages a {
  width: 38px;
  height: 38px;
  display: block;
  border: 1px solid #ddd;
  float: left;
  margin: 0 5px;
  color: #999;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
}
.pc_con .pages a:hover {
  background: #8d0700;
  color: #fff;
  border: 1px solid #8d0700;
}
.pc_con .pages a.clumb {
  width: 58px;
  color: #666;
  font-size: 14px;
  margin: 0 15px;
}
.pc_con .pages a.clumb:hover {
  color: #fff;
}
.pc_con .pages a.prev {
  background: url(../bg/left_btn_01.png) no-repeat center center;
}
.pc_con .pages a.prev:hover {
  background: #8d0700 url(../bg/left_btn_02.png) no-repeat center center;
}
.pc_con .pages a.next {
  background: url(../bg/right_btn_01.png) no-repeat center center;
}
.pc_con .pages a.next:hover {
  background: #8d0700 url(../bg/right_btn_02.png) no-repeat center center;
}
.pc_con .pages .go {
  width: 38px;
  height: 38px;
  display: block;
  border: 1px solid #ddd;
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
}
.pc_con .pages span {
  display: block;
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px 0 85px;
}
.pc_con .pages em {
  display: block;
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  padding: 0 0 0 10px;
}
.pc_con .xz_select {
  width: 1160px;
  height: 60px;
  margin: 0 auto 30px auto;
}
.pc_con .xz_select .left {
  width: 570px;
  float: left;
  border: 1px solid #ddd;
}
.pc_con .xz_select .left .searchable-select-hide {
  display: none;
}
.pc_con .xz_select .left .searchable-select {
  width: 553px;
  height: 58px;
  float: left;
  position: relative;
  border: 1px solid #d7d7d7;
  padding: 0 0 0 15px;
  line-height: 58px;
  outline: 0px;
  cursor: pointer;
  z-index: 100;
}
.pc_con .xz_select .left .searchable-select-holder {
  color: #666;
  font-size: 16px;
  line-height: 58px;
}
.pc_con .xz_select .left .searchable-select-caret {
  width: 23px;
  height: 12px;
  display: block;
  background: url(../bg/btn_03.jpg) no-repeat;
  position: absolute;
  top: 23px;
  right: 20px;
}
.pc_con .xz_select .left .searchable-select-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-top: none;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 100;
}
.pc_con .xz_select .left .searchable-select-input {
  display: none;
}
.pc_con .xz_select .left .searchable-scroll {
  position: relative;
}
.pc_con .xz_select .left .searchable-scroll.has-privious {
  padding-top: 16px;
}
.pc_con .xz_select .left .searchable-scroll.has-next {
  padding-bottom: 16px;
}
.pc_con .xz_select .left .searchable-has-privious {
  top: 0;
}
.pc_con .xz_select .left .searchable-has-next {
  bottom: 0;
}
.pc_con .xz_select .left .searchable-has-privious,
.pc_con .xz_select .left .searchable-has-next {
  height: 16px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  z-index: 10;
  background-color: white;
  line-height: 8px;
  cursor: pointer;
  display: none;
}
.pc_con .xz_select .left .searchable-select-items {
  /*height:210px;*/
  position: relative;
}
.pc_con .xz_select .left .searchable-select-items::-webkit-scrollbar {
  display: none;
}
.pc_con .xz_select .left .searchable-select-item {
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  cursor: pointer;
  color: #666;
  font-size: 16px;
}
.pc_con .xz_select .left .searchable-select-item.hover {
  color: #8d0700;
}
.pc_con .xz_select .right {
  width: 568px;
  height: 58px;
  display: block;
  border: 1px solid #d7d7d7;
  float: right;
}
.pc_con .xz_select .right .s_input {
  width: 480px;
  height: 58px;
  display: block;
  float: left;
  padding: 0 17px;
  border: 0;
  color: #666;
  font-size: 16px;
  line-height: 58px;
}
.pc_con .xz_select .right .m_btn {
  width: 22px;
  height: 22px;
  display: block;
  background: url(../bg/ss.png) no-repeat;
  float: right;
  border: 0;
  margin: 18px 17px 0 0;
  cursor: pointer;
}
.pc_con .tit_x {
  width: 1160px;
  height: 25px;
  background: url(../bg/bg_03.jpg) repeat-x center;
  margin: 58px auto 30px auto;
  text-align: center;
  overflow: hidden;
}
.pc_con .tit_x span {
  color: #333;
  font-size: 24px;
  background: #fff;
  padding: 0 5px;
  line-height: 24px;
}
.pc_con .cp_detail {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
.pc_con .cp_detail table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.pc_con .cp_detail td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  padding: 0 17px;
}
.pc_con .cp_detail td img {
  margin: 0 auto;
}
.pc_con .cp_detail td p {
  line-height: 27px;
  padding: 22px 0 0 0;
}
.pc_con .qiehuan {
  width: 1160px;
  margin: 0 auto;
  padding: 0 0 60px 0;
  overflow: hidden;
}
.pc_con .qiehuan .hd {
  height: 35px;
  border-bottom: 1px solid #ececec;
  padding: 30px 0 0 0;
}
.pc_con .qiehuan .hd li {
  float: left;
  height: 35px;
  margin-right: 85px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}
.pc_con .qiehuan .hd li.on {
  color: #8d0700;
  border-bottom: 1px solid #8d0700;
}
.pc_con .qiehuan .bd {
  padding: 35px 0 0 0;
  position: relative;
  overflow: hidden;
  min-height: 300px;;
}
.pc_con .qiehuan .bd li {
  color: #666;
  font-size: 16px;
  line-height: 32px;
}
.pc_con .qiehuan .bd li img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto !important;
}
.pc_con .qiehuan .bd li video {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.pc_con .qiehuan .bd li table {
  margin: 0 auto;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.pc_con .qiehuan .bd li table td {
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.pc_con .qiehuan .bd li table p {
  text-indent: 0em;
  text-align: inherit;
}
.pc_con .qiehuan .bd em {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.pc_con .contact {
  padding: 50px 0 20px 0;
  overflow: hidden;
}
.pc_con .contact dl {
  padding: 0 0 30px 0;
  overflow: hidden;
}
.pc_con .contact dl:first-child dd {
  height: 301px;
  position: relative;
}
.pc_con .contact dl:first-child dt img {
  height: 303px;
}
.pc_con .contact dl:first-child dd div {
  position: absolute;
  width: 170px;
  height: 271px;
  padding-top: 30px;
  right: 0;
  top: 0;
  text-align: left;
}
.pc_con .contact dl:first-child dd div p {
  font-size: 16px;
  line-height: 26px;
  color: #3a3a3a;
  padding-bottom: 0;
}
.pc_con .contact dl:first-child dd div p:nth-child(2n) {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 9px;
  color: #808080;
}
.pc_con .contact dt {
  width: 590px;
  float: left;
}
.pc_con .contact dd {
  width: 588px;
  height: 170px;
  float: right;
  border: 1px solid #ececec;
  padding: 0 0 0 20px;
}
.pc_con .contact dd span {
  display: block;
  color: #333;
  font-size: 20px;
  padding: 35px 0 20px 0;
}
.pc_con .contact dd p.pp {
  padding: 0px 0 16px 0;
}
.pc_con .contact dl:first-child dd div p {
  line-height: 60px;
}
.pc_con .contact dl:first-child dd div p:nth-child(2n) {
  font-size: 16px;
  line-height: 15px;
  margin-bottom: 9px;
  color: #666;
}
.pc_con .contact dd p {
  padding: 0 0 13px 0;
  overflow: hidden;
}
.pc_con .contact dd p img {
  float: left;
}
.pc_con .contact dd p em {
  display: block;
  float: left;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  padding-left: 10px;
}
.pc_con .information {
  padding: 0 0 0 0;
  overflow: hidden;
}
.pc_con .information li {
  padding-bottom: 10px;
  overflow: hidden;
}
.pc_con .information a {
  height: 60px;
  display: block;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.pc_con .information a:hover {
  background: #8d0700;
}
.pc_con .information a span {
  width: 970px;
  display: block;
  height: 21px;
  float: left;
  background: url(../bg/tz_01.png) no-repeat 20px 0;
  color: #333;
  font-size: 16px;
  padding: 0 0 0 60px;
  line-height: 21px;
  margin: 20px 0 0 0;
  overflow: hidden;
}
.pc_con .information a:hover span {
  background: url(../bg/tz_02.png) no-repeat 20px 0;
  color: #fff;
}
.pc_con .information a em {
  display: block;
  height: 16px;
  float: right;
  color: #666;
  font-size: 14px;
  border-left: 1px solid #9e9d9d;
  padding-left: 18px;
  line-height: 16px;
  margin: 22px 18px 0 0;
}
.pc_con .information a:hover em {
  border-left: 1px solid #fff;
  color: #fff;
}
.pc_con .scroll_imgs {
  height: 504px;
  background: url(../bg/wh_bg.jpg) no-repeat;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
.pc_con .scroll_imgs {
  height: 504px;
  overflow: hidden;
}
.pc_con .scroll_imgs .swiper-slide samp {
  width: 784px;
  display: block;
  float: left;
}
.pc_con .scroll_imgs .swiper-slide samp img {
  width: 784px;
  height: 440px;
}
.pc_con .scroll_imgs .swiper-slide div {
  width: 376px;
  display: block;
  float: right;
  padding: 39px 20px 0 0;
}
.pc_con .scroll_imgs .swiper-slide div cite {
  display: block;
  padding: 0 0 35px 0;
  overflow: hidden;
}
.pc_con .scroll_imgs .swiper-slide div cite img {
  float: left;
  margin-right: 2px;
}
.pc_con .scroll_imgs .swiper-slide div cite ins {
  display: block;
  color: #333;
  font-size: 24px;
  padding: 15px 0 7px 0;
  line-height: 25px;
}
.pc_con .scroll_imgs .swiper-slide div cite ins b {
  color: #8d0700;
  font-weight: normal;
}
.pc_con .scroll_imgs .swiper-slide div cite i {
  display: block;
  color: #666;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.pc_con .scroll_imgs .swiper-slide div span {
  display: block;
  color: #8d0700;
  font-size: 24px;
  padding-bottom: 17px;
}
.pc_con .scroll_imgs .swiper-slide div span b {
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
.pc_con .scroll_imgs .swiper-slide div em {
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 27px;
}
.pc_con .scroll_imgs .swiper-pagination {
  position: absolute;
  bottom: 25px;
  left: 0;
}
.pc_con .scroll_imgs .swiper-pagination span {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: url(../bg/yuan1.png) no-repeat;
  float: left;
  margin: 0 18px 0 0 !important;
  cursor: pointer;
  overflow: hidden;
}
.pc_con .scroll_imgs .swiper-pagination span.swiper-pagination-bullet-active {
  background: url(../bg/yuan2.png) no-repeat;
}
.pc_con .scroll_imgs .swiper-button-next,
.pc_con .scroll_imgs .swiper-button-prev {
  top: auto;
  bottom: 30px;
  width: 30px;
  height: 30px;
}
.pc_con .scroll_imgs .swiper-button-next {
  background: url(../bg/n_btn1.png) no-repeat;
  right: 30px;
}
.pc_con .scroll_imgs .swiper-button-next:hover {
  background: url(../bg/n_btn2.png) no-repeat;
}
.pc_con .scroll_imgs .swiper-button-prev {
  left: auto;
  right: 70px;
  background: url(../bg/p_btn1.png) no-repeat;
}
.pc_con .scroll_imgs .swiper-button-prev:hover {
  background: url(../bg/p_btn2.png) no-repeat;
}
.pc_con .concept {
  padding: 0 0 50px 0;
  overflow: hidden;
}
.pc_con .concept ul {
  width: 1300px;
}
.pc_con .concept li {
  width: 228px;
  height: 302px;
  float: left;
  position: relative;
  margin-right: 15px;
}
.pc_con .concept li img {
  width: 228px;
  height: 302px;
}
.pc_con .concept li span {
  width: 228px;
  display: block;
  color: #333;
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 10;
}
.pc_con .concept li i {
  width: 15px;
  height: 9px;
  background: url(../bg/ico_t1.png) no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.pc_con .concept li ins {
  width: 228px;
  height: 0;
  display: block;
  background: #8d0700;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  overflow: hidden;
}
.pc_con .concept li em {
  display: none;
  color: #e1cccb;
  font-size: 36px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 67px;
  left: 20px;
  z-index: 10;
  line-height: 36px;
}
.pc_con .concept li.on span {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  top: 30px;
  left: 20px;
}
.pc_con .concept li.on em {
  display: block;
}
.pc_con .concept li.on i {
  background: url(../bg/ico_t2.png) no-repeat;
}
.pc_con .concept li dl {
  width: 441px;
  height: 302px;
  display: none;
  background: #fff;
  padding: 0 25px 0 20px;
  position: absolute;
  top: 0;
  left: 228px;
  z-index: 100;
  overflow: hidden;
}
.pc_con .concept li dt {
  padding: 31px 0 15px 0;
  overflow: hidden;
}
.pc_con .concept li dt cite {
  display: block;
  color: #333;
  font-size: 18px;
  padding-bottom: 8px;
}
.pc_con .concept li dd p {
  color: #666;
  font-size: 12px;
  line-height: 26px;
}
.pc_con .concept li.li04 dl {
  left: -487px;
}
.pc_con .concept li.li05 dl {
  left: -487px;
}
.pc_con .brand dl {
  overflow: hidden;
}
.pc_con .brand dl a {
  border-bottom: 1px solid #dddddd;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.pc_con .brand dl a img {
  width: 248px;
  height: 140px;
}
.pc_con .brand dl a dt {
  width: 248px;
  float: left;
}
.pc_con .brand dl a dd {
  width: 912px;
  float: right;
  padding: 0 18px 0 0;
}
.pc_con .brand dl a dd em {
  display: block;
  color: #333;
  font-size: 18px;
  padding: 12px 0 0 0;
}
.pc_con .brand dl a dd i {
  display: block;
  color: #939393;
  font-size: 14px;
  padding: 13px 0 17px 0;
}
.pc_con .brand dl a dd span {
  width: 715px;
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.pc_con .brand dl a dd ins {
  width: 27px;
  height: 11px;
  display: block;
  background: url(../bg/arr1_01.png) no-repeat;
  float: right;
}
.pc_con .brand dl a:hover dd ins {
  background: url(../bg/arr_02.png) no-repeat;
}
.pc_con .brand dl a:hover dd em {
  color: #8d0700;
}
.pc_con .brand dl a:hover {
  border-bottom: 1px solid #8d0700;
}
.pc_con .brand .swiper .swiper-button-next,
.pc_con .journal .swiper .swiper-button-next,
.pc_con .newsList .swiper .swiper-button-next,
.pc_con .brand .swiper .swiper-button-prev,
.pc_con .journal .swiper .swiper-button-prev,
.pc_con .newsList .swiper .swiper-button-prev {
  opacity: 1;
  position: relative;
  left: auto;
  right: 0;
  top: auto;
  margin: 30px 0 50px ;
  width: 590px;
  height: 60px;
}
.pc_con .brand .swiper .swiper-button-next,
.pc_con .journal .swiper .swiper-button-next,
.pc_con .newsList .swiper .swiper-button-next {
  float: right;
  background: url(../bg/next_01.jpg) no-repeat;
}
.pc_con .brand .swiper .swiper-button-next:hover,
.pc_con .journal .swiper .swiper-button-next:hover,
.pc_con .newsList .swiper .swiper-button-next:hover {
  background: url(../bg/next_02.jpg) no-repeat;
}
.pc_con .brand .swiper .swiper-button-prev,
.pc_con .journal .swiper .swiper-button-prev,
.pc_con .newsList .swiper .swiper-button-prev {
  float: left;
  background: url(../bg/prev_01.jpg) no-repeat;
}
.pc_con .brand .swiper .swiper-button-prev:hover,
.pc_con .journal .swiper .swiper-button-prev:hover,
.pc_con .newsList .swiper .swiper-button-prev:hover {
  background: url(../bg/prev_02.jpg) no-repeat;
}
.pc_con .video {
  padding: 0 0 16px 0;
  overflow: hidden;
}
.pc_con .video .bd {
  height: 520px;
  margin-bottom: 20px;
  overflow: hidden;
}
.pc_con .video .hd {
  overflow: hidden;
}
.pc_con .video .hd ul {
  width: 1300px;
}
.pc_con .video .hd li {
  float: left;
  padding-right: 18px;
  cursor: pointer;
  position: relative;
}
.pc_con .video .hd li i {
  width: 46px;
  height: 46px;
  display: block;
  background: url(../bg/ico_s1.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
}
.pc_con .video .bd .vjs-default-skin .vjs-big-play-button {
  width: 152px;
  height: 152px;
  background: url(../bg/png1.png) no-repeat;
  margin: -76px 0 0 -76px;
}
.pc_con .shipin_box li {
  position: relative;
  margin: 0 150px;
  width: calc(100% - 300px);
}
.pc_con .shipin_box li video {
  width: 100%;
  height: auto;
}
.pc_con .shipin_box li img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_con .shipin_box li span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../bg/png1.png) center no-repeat;
  background-size: 75px auto;
}
.pc_con .journal .swiper-slide div {
  width: 284px;
  float: left;
  margin-right: 20px;
}
.pc_con .journal .swiper-slide div:nth-child(4n) {
  margin-right: 0;
}
.pc_con .journal .swiper-slide div a img {
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  padding: 3px;
  width: 284px;
  height: 400px;
  object-fit: cover;
}
.pc_con .journal .swiper-slide div a span {
  display: block;
  color: #666;
  font-size: 16px;
  text-align: center;
  padding-top: 17px;
}
.pc_con .journal .swiper-slide div a:hover span {
  color: #8d0700;
}
.pc_con .z_bg {
  width: 100%;
  background: #fff;
  padding-bottom: 40px;
  margin-bottom: 50px;
  overflow: hidden;
}
.pc_con .ss_ny {
  padding: 40px 0 20px 0;
  text-align: center;
  overflow: hidden;
}
.pc_con .ss_ny p {
  display: inline-block;
}
.pc_con .ss_ny .sear_01 {
  width: 628px;
  height: 48px;
  display: block;
  float: left;
  border: 1px solid #e2e2e2;
  color: #666;
  font-size: 16px;
  line-height: 48px;
  padding: 0 10px;
}
.pc_con .j_btn {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  border: 0;
  background: #b70900 url(../bg/ico_z1.png) no-repeat center center;
  cursor: pointer;
}
.pc_con .conditions {
  width: 1158px;
  border: 1px solid #ececec;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.pc_con .conditions dl {
  border-bottom: 1px solid #ececec;
  padding: 13px 0;
  overflow: hidden;
}
.pc_con .conditions dt {
  width: 157px;
  float: left;
  padding: 0 0 0 16px;
}
.pc_con .conditions dt img {
  float: left;
  margin-right: 11px;
}
.pc_con .conditions dt span {
  display: block;
  float: left;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}
.pc_con .conditions dd {
  width: 970px;
  float: left;
  line-height: 28px;
}
.pc_con .conditions dd a {
  color: #666;
  font-size: 16px;
  margin-right: 30px;
}
.pc_con .conditions dd a:hover,
.pc_con .conditions dd a.on {
  color: #8d0700;
}
.pc_con .category {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
.pc_con .category table {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.pc_con .category td {
  color: #666;
  font-size: 16px;
  padding-left: 18px;
  border-bottom: 1px solid #ececec;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.pc_con .category td a {
  color: #666;
}
.pc_con .category td span {
  color: #fff;
  font-size: 18px;
}
.pc_con .talent .swiper-slide img {
  float: left;
  width: 500px;
  height: 478px;
}
.pc_con .talent .swiper-slide div {
  width: 648px;
  height: 477px;
  border: 1px solid #ececec;
  border-bottom: none;
  float: left;
  padding: 0 20px 0 30px;
}
.pc_con .talent .swiper-slide div span {
  display: block;
  color: #666;
  font-size: 20px;
  padding: 64px 0 20px 0;
}
.pc_con .talent .swiper-slide div strong {
  display: block;
  color: #8d0700;
  font-size: 54px;
  line-height: 50px;
  padding: 0 0 18px 0;
}
.pc_con .talent .swiper-slide div em {
  display: block;
  color: #333;
  font-size: 24px;
  padding: 0 0 58px 0;
}
.pc_con .talent .swiper-slide div p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 17px;
}
.pc_con .talent .swiper-slide div p cite {
  margin-right: 2px;
  color: #8d0700;
}
.pc_con .talent .swiper-pagination {
  display: flex;
  justify-content: end;
  position: absolute;
  top: 42px;
  left: auto;
  right: 33px;
  width: auto;
}
.pc_con .talent .swiper-pagination span {
  opacity: 1;
  width: 12px;
  height: 12px;
  background: #c65f59;
  float: left;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 0;
  overflow: hidden;
}
.pc_con .talent .swiper-pagination span:nth-child(2) {
  background: #c63932;
}
.pc_con .talent .swiper-pagination span:nth-child(3) {
  background: #8d0700;
}
.pc_con .zhiye {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
.pc_con .zhiye span {
  display: block;
  color: #666;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 27px;
}
.pc_con .zhiye .left {
  width: 520px;
  float: left;
}
.pc_con .zhiye .left .hd {
  padding: 0 0 20px 0;
  overflow: hidden;
}
.pc_con .zhiye .left .hd li {
  float: left;
  height: 33px;
  color: #555;
  font-size: 20px;
  margin-right: 48px;
  cursor: pointer;
}
.pc_con .zhiye .left .hd li.on {
  background: url(../bg/jr_01.jpg) repeat-x bottom;
  color: #8d0700;
}
.pc_con .zhiye .left .bd {
  width: 520px;
  overflow: hidden;
}
.pc_con .zhiye .left .bd ul {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 1040px;
}
.pc_con .zhiye .left .bd li {
  width: 520px;
}
.pc_con .zhiye .left .bd li p {
  color: #666;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 14px;
}
.pc_con .zhiye .right {
  float: right;
}
.pc_con .welfare {
  width: 1160px;
  margin: 0 auto;
  padding: 0 0 36px 0;
  background: url(../bg/jr_03.jpg) no-repeat right bottom;
  overflow: hidden;
}
.pc_con .welfare p {
  color: #555;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 24px;
}
.pc_con .welfare dt span {
  display: block;
  color: #333;
  font-size: 16px;
}
.pc_con .welfare dt i {
  width: 27px;
  height: 4px;
  display: block;
  background: #8d0700;
  margin: 22px 0 25px 0;
}
.pc_con .welfare dd {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 11px;
}
.pc_con .welfare dd em {
  color: #8d0700;
  font-size: 18px;
}
.pc_con .list {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.pc_con .list ul {
  display: inline-block;
}
.pc_con .list li {
  float: left;
  padding: 0 37px;
  height: 38px;
  cursor: pointer;
}
.pc_con .list li img {
  float: left;
  margin-right: 8px;
}
.pc_con .list li .img1 {
  display: block;
}
.pc_con .list li .img2 {
  display: none;
}
.pc_con .list li span {
  display: block;
  float: left;
  color: #505050;
  font-size: 20px;
  line-height: 24px;
}
.pc_con .list li.item-cur {
  background: url(../bg/j_line.jpg) no-repeat bottom center;
}
.pc_con .list li.item-cur .img1 {
  display: none;
}
.pc_con .list li.item-cur .img2 {
  display: block;
}
.pc_con .list li.item-cur span {
  color: #8d0700;
}
.pc_con .outBox {
  height: 530px;
  position: relative;
  overflow: hidden;
}
.pc_con .tab-cont__wrap {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
}
.pc_con .marqueImgs {
  position: relative;
  width: 1200px;
  overflow: hidden;
}
.pc_con .marqueImgs .mySwiper2 .swiper-slide {
  width: 100%;
}
.pc_con .marqueImgs .mySwiper2 .swiper-slide .pic {
  position: relative;
  width: 940px;
  height: 530px;
}
.pc_con .marqueImgs .mySwiper2 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_con .marqueImgs .mySwiper2 .swiper-slide .pic span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 10;
  width: 900px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
}
.pc_con .marqueImgs .mySwiper2 .swiper-slide .pic i {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 60px;
  background: #000;
  opacity: 0.5;
}
.pc_con .marqueImgs .mySwiper2 .bac {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding-left: 24px;
  width: 236px;
  height: 530px;
  background: #fff;
}
.pc_con .marqueImgs .mySwiper2 .swiper-button-prev,
.pc_con .marqueImgs .mySwiper2 .swiper-button-next {
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 3;
  margin: 0;
  width: 236px;
  height: 38px;
  cursor: pointer;
}
.pc_con .marqueImgs .mySwiper2 .swiper-button-prev {
  left: auto;
  right: 0;
  background: url(../bg/up_btn.jpg) center no-repeat;
}
.pc_con .marqueImgs .mySwiper2 .swiper-button-prev:hover {
  background-image: url(../bg/up_btn1.jpg);
}
.pc_con .marqueImgs .mySwiper2 .swiper-button-next {
  top: auto;
  bottom: 0;
  right: 0;
  background: url(../bg/down_btn.jpg) center no-repeat;
}
.pc_con .marqueImgs .mySwiper2 .swiper-button-next:hover {
  background-image: url(../bg/down_btn1.jpg);
}
.pc_con .marqueImgs .right {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 24px;
  width: 236px;
  height: 530px;
}
.pc_con .marqueImgs .mySwiper {
  margin: 80px auto 0;
  width: 196px;
  height: 366px;
}
.pc_con .marqueImgs .mySwiper img {
  width: 194px;
  height: 110px;
  object-fit: cover;
  border: 1px solid #dbdbdb;
}
.pc_con .marqueImgs .mySwiper .swiper-slide-thumb-active img {
  border: 1px solid #98474d;
}
.pc_con .wrap {
  width: 1200px;
  height: 530px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.pc_con .wrap.on {
  visibility: visible;
}
.pc_con .control {
  width: 940px;
  height: 530px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.pc_con .change li {
  width: 940px;
  overflow: hidden;
  text-align: center;
}
.pc_con .change li .imgWrap {
  display: table-cell;
  width: 940px;
  height: 530px;
  vertical-align: middle;
  cursor: pointer;
}
.pc_con .change li img {
  max-width: 940px;
  max-height: 530px;
  /* width: expression(this.width > 940 && this.width > this.height ? 940 :true);
    height: expression(this.height >530 ? 530: true); */
  vertical-align: middle;
  overflow: hidden;
}
.pc_con .change li .textDesc {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  overflow: hidden;
}
.pc_con .change li .opacity {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.pc_con .change li .text {
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  padding: 0 18px;
}
.pc_con .thumbWrap {
  width: 236px;
  height: 530px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.pc_con .thumbWrap .thumbCont {
  width: 100%;
  height: 366px;
  position: relative;
  margin: 81px 0 0 0;
  overflow: hidden;
}
.pc_con .thumbWrap ul li {
  width: 196px;
  height: 112px;
  margin: 0 auto 15px auto;
  overflow: hidden;
}
.pc_con .thumbWrap ul li div {
  display: table-cell;
  width: 196px;
  height: 112px;
  vertical-align: middle;
  cursor: pointer;
  *font-size: 79px;
}
.pc_con .thumbWrap ul li img {
  max-width: 196px;
  max-height: 110px;
  /* width: expression(this.width > 196 && this.width > this.height ? 196 :true);
    height: expression(this.height >110 ? 110: true); */
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.pc_con .thumbWrap ul li.cur img {
  border: 1px solid #98474d;
}
.pc_con .thumbWrap ul li.cur {
  background: url(../images-thumb/curBg.gif) no-repeat;
}
.pc_con .control .prev,
.pc_con .control .next {
  display: none;
}
.pc_con .sildes a.thumbPrev {
  width: 236px;
  height: 38px;
  display: block;
  background: url(../bg/up_btn.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.pc_con .sildes a.thumbPrev:hover {
  height: 63px;
  background: url(../bg/up_btn1.jpg) no-repeat;
}
.pc_con .sildes a.thumbNext {
  width: 236px;
  height: 38px;
  display: block;
  background: url(../bg/down_btn.jpg) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pc_con .sildes a.thumbNext:hover {
  height: 63px;
  background: url(../bg/down_btn1.jpg) no-repeat;
}
.pc_con .sildes a.thumbPrev span,
.pc_con .sildes a.thumbNext span {
  display: none;
}
.pc_con .dede_pages {
  position: absolute;
  bottom: 0%;
  left: 50%;
  margin-left: -40px;
}
.pc_con .dede_pages ul {
  float: left;
  /*padding: 12px 0px 12px 16px;*/
}
.pc_con .dede_pages ul li {
  float: left;
  padding: 2px 4px 2px;
  font-family: Tahoma;
  line-height: 20px;
  margin-right: 6px;
  border: 1px solid #E9E9E9;
}
.pc_con .dede_pages ul li a {
  /* float: left;
     padding: 2px 4px 2px;*/
  color: #555;
  display: block;
}
.pc_con .dede_pages ul li a:hover {
  color: #690;
  text-decoration: none;
}
.pc_con .dede_pages ul li.thisclass,
.pc_con .dede_pages ul li.thisclass a {
  background-color: #0e468c;
  padding: 2px 4px 2px;
  font-weight: bold;
  color: #fff;
}
.pc_con .dede_pages .pageinfo {
  line-height: 21px;
  padding: 15px 30px 15px 30px;
  color: #999;
  margin-top: 30px;
}
.pc_con .dede_pages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0px 2px;
}
.pc_con .page {
  padding-left: 0;
  margin-bottom: 50px;
  text-align: center;
}
.pc_con .page li {
  display: inline-block;
  margin-right: 14px;
  width: 58px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #000;
  text-align: center;
}
.pc_con .page li:hover {
  background: ##8d0700;
  color: #fff;
  border: 1px solid #3a81de;
}
.pc_con .page li:hover a {
  color: #fff;
}
.pc_con .page li.thisclass {
  margin-right: 5px;
  background: #3a81de;
  color: #fff;
  border: 1px solid #3a81de;
}
.pc_con .page li.first,
.pc_con .page li.end,
.pc_con .page li.prevPage {
  width: 58px;
  margin-right: 5px;
}
.pc_con .page li.total {
  width: auto;
  border: none;
}
.pc_con .page li.sel {
  width: auto;
  border: none;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .pc_con .page li {
    margin-right: 0px !important;
    margin-bottom: 5px;
  }
  .pc_con .page li.first,
  .pc_con .page li.end,
  .pc_con .page li.prevPage {
    width: 50px;
  }
  .pc_con .search span {
    display: block;
    padding-top: 10px;
  }
}
.pc_con #pageNav {
  font: 12px/24px Tahoma;
  height: 30px;
  margin: 15px auto 0;
  text-align: center;
  width: 500px;
  margin-bottom: 40px;
}
.pc_con #pageNav ul {
  list-style-type: none;
  overflow: hidden;
}
.pc_con #pageNav ul li {
  background-color: #FFFFFF;
  color: #0B3B8C;
  display: block;
  height: 22px;
  margin: 0 2px;
  padding: 0 3px;
  float: left;
}
.pc_con #pageNav ul li a {
  background-color: #FFFFFF;
  color: #0B3B8C;
  padding: 0 3px;
}
.pc_con #pageNav ul li a:hover {
  color: #D87D08;
}
.pc_con #pageNav ul li.hover {
  border: 0 none;
  color: #000000;
  font-weight: bold;
}
.pc_con #pageNav ul li.hover a {
  color: #000000;
}
@media screen and (min-width: 1400px) {
  .pc_con .pro {
    margin-top: 460px;
  }
}
.pc_con #pageNav {
  @import "../../../css/index.css";
  font: 12px/24px Tahoma;
  height: 30px;
  margin: 15px auto 0;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.pc_con #pageNav ul {
  list-style-type: none;
  overflow: hidden;
}
.pc_con #pageNav ul li {
  background-color: #FFFFFF;
  color: #0B3B8C;
  display: block;
  height: 22px;
  margin: 0 2px;
  padding: 0 3px;
  float: left;
  line-height: 22px;
  width: 100%;
}
.pc_con #pageNav ul li a {
  background-color: #FFFFFF;
  color: #0B3B8C;
  padding: 0 3px;
}
.pc_con #pageNav ul li.hover {
  border: 0 none;
  color: #000000;
  font-weight: bold;
}
.pc_con #pageNav ul li.hover a {
  color: #000000;
}
.pc_con #pageNav ul li a:hover {
  color: #000000;
}
.pc_con .resultbar {
  text-align: left;
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  font-size: 24px;
}
.pc_con .result_content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.pc_con .sidebar {
  width: 100%;
  text-align: center;
}
.pc_con .resultlist {
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}
.pc_con .dede_pages {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  padding-top: 28px;
}
.pc_con .resultlist h3 {
  text-align: left;
}
.pc_con .resultlist p {
  text-align: left;
}
.pc_con .resultlist span {
  display: block;
  text-align: left;
}
.pc_con .pagelist {
  padding-top: 25px;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.pc_con #zhishiqi {
  bottom: 20px;
}
.pc_con .pagination-wrapper {
  clear: both;
  padding: 1em 0 2em 0;
  text-align: center;
}
.pc_con .pagination {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pc_con .pagination li {
  list-style: none;
  display: inline;
  float: left;
  line-height: 1em;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pc_con .pagination li {
  list-style: none;
  display: inline;
  float: left;
  line-height: 1em;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pc_con .pagination li a:link {
  background: #fff;
  color: #4C78A5;
}
.pc_con .pagination li a:hover {
  text-decoration: none;
}
.pc_con .pagination li a:link:hover {
  color: #000;
}
.pc_con .pagination li.thisclass {
  display: inline-block;
  background-color: #f9f9f9;
  color: #999;
  padding: 9px 12px;
  position: relative;
  float: left;
  border: 1px solid #ddd;
  line-height: 13px;
}
.pc_con .pagination .pageinfo {
  color: #444;
}
.pc_con .pagination li:first-child {
  display: inline-block;
  background-color: #f9f9f9;
  color: #999;
  position: relative;
  float: left;
  border: 1px solid #ddd;
  line-height: 13px;
}
.pc_con .pagination li:last-child {
  display: inline-block;
  background-color: #f9f9f9;
  color: #999;
  position: relative;
  float: left;
}
.pc_con .pagination .pageinfo {
  color: #444;
}
.pc_con .pagelist table {
  margin: 0 auto;
}
.pc_con .pagelist table td {
  font-size: 16px !important;
}
.pc_con .pagelist table td a {
  font-size: 16px !important;
  color: #333 !important;
}
.pc_con .dede_flpages {
  margin: 0 !important;
}
.pc_con .dede_flpages .pagelist table tr td {
  padding: 0 10px !important;
}
.pc_con .contact dl dt img {
  height: 172px;
  width: 590px;
}
.pc_con .video li {
  position: relative;
}
.pc_con .video li div {
  width: 893px;
  height: 500px;
  margin-left: 150px;
  background: url("../../images/video1.jpg") no-repeat;
  background-size: 100% 100%;
}
.pc_con .video video {
  display: none;
}
.pc_con .video li div b {
  height: 88px;
  width: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -44px;
  margin-top: -44px;
  background: url('../../images/video1_play.jpg') no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  z-index: 10;
  display: block;
}
.pc_con .video li i {
  display: block;
  height: 88px;
  width: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -44px;
  margin-top: -44px;
  background: url('../../images/zt.png') no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.pc_con .xz_select .left #ui_product {
  display: block !important;
  padding: 0 17px;
  width: 553px;
  height: 60px;
  font-size: 16px;
  color: #666;
  border: none;
  background: #fff !important;
}
.pc_con .xz_select .left .searchable-select {
  display: none;
}
.pc_con .shipinList .shipinList_box a {
  display: block;
  float: left;
  margin: 0 2% 34px 0;
  width: 32%;
}
.pc_con .shipinList .shipinList_box a:nth-child(3n) {
  margin-right: 0;
}
.pc_con .shipinList .shipinList_box a .pic {
  position: relative;
  width: 100%;
}
.pc_con .shipinList .shipinList_box a .pic video {
  width: 100%;
  height: auto;
}
.pc_con .shipinList .shipinList_box a .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc_con .shipinList .shipinList_box a .pic span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* background: url(../bg/png1.png) center no-repeat;
                    background-size: 60px auto; */
}
.pc_con .shipinList .shipinList_box a p {
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
}
.mobile_con {
  display: none;
}
/*分页*/
.page-items2 {
  margin-bottom: 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
}
.page-item:first-child {
  border: 0;
  margin: 0;
  margin-right: 7px;
  background: url(../../images/icon_19.png) center no-repeat;
}
.page-item,
.page-info {
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  margin: 0 7px;
  color: #666666;
  border-radius: 5px;
  transition-duration: 0.5s;
}
.pagePart .page-info:first-child,
.pagePart .page-info:nth-child(2),
.pagePart .page-info:nth-child(3) {
  display: inline-block;
}
.page-item a,
.page-item span,
.page-info a,
.page-info span {
  display: block;
  height: 38px;
  transition-duration: 0.5s;
}
.page-item.active,
.page-item.active:hover,
.page-info.active,
.page-info.active:hover {
  border-color: #8d0700;
  color: #8d0700;
  background-color: transparent;
}
.page-item.active .page-link,
.page-info.active {
  color: #fff;
  background: #8d0700;
  border-radius: 5px;
}
.page-item:last-child {
  border: 0;
  margin: 0;
  margin-left: 7px;
  background: url(../../images/icon_20.png) center no-repeat;
}
.page-item:first-child:hover {
  background: url(../../images/icon_19s.png) center no-repeat;
}
.page-item:hover,
.page-info:hover {
  background-color: #8d0700;
  color: #fff;
  border-color: #ccc;
}
.page-item:last-child:hover {
  background: url(../../images/icon_20s.png) center no-repeat;
}
.page-item:hover a,
.page-info:hover a {
  color: #fff;
}
.page-item:last-child:hover a,
.page-item:first-child:hover a,
.page-item:last-child:hover span,
.page-item:first-child:hover span {
  color: #8d0700;
}
.pagePart {
  display: flex;
  align-items: center;
}



 .tabcon {
  display: none;
}
.tabcon.active {
  display: block;
}

.tablinks.active {
  color: #8d0700;
}

.tablinks a {
  color: #333;
  text-decoration: none;
}

.tablinks.active a {
  color: #8d0700;  /* 高亮颜色 */
}

.tab-nav li.active {
  border-bottom: 1px solid #8d0700;
}
 
@media (max-width: 1200px) {
  .pc_con {
    display: none;
  }
  .mobile_con {
    display: block;
  }
  /*分页*/
  .page-items2 {
    justify-content: space-around;
    margin-bottom: 0.85rem;
    font-size: 0.24rem;
  }
  .page-item,
  .page-info {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0.08rem;
    border-radius: 0.05rem;
  }
  .page-item a,
  .page-item span,
  .page-info a,
  .page-info span {
    height: 0.6rem;
    color: #666666;
  }
  .page-item:last-child {
    width: 0.4rem;
    height: 0.6rem;
    background: url(../../images/icon_20.png) right center no-repeat;
    background-size: 0.13rem auto;
    margin-left: 0.07rem;
  }
  .page-item:last-child:hover {
    background: url(../../images/icon_20s.png) right center no-repeat;
    background-size: 0.13rem auto;
  }
  .page-item:first-child {
    width: 0.4rem;
    height: 0.6rem;
    background: url(../../images/icon_19.png) left center no-repeat;
    background-size: 0.13rem auto;
    margin-right: 0.07rem;
  }
  .page-item:first-child:hover {
    background: url(../../images/icon_19s.png) left center no-repeat;
    background-size: 0.13rem auto;
  }
  /*视频列表*/
  .shipinList {
    min-height: 80vh;
  }
  .shipinList .shipinList_box a {
    display: block;
    float: left;
    margin: 0 4% 0.4rem 0;
    width: 48%;
  }
  .shipinList .shipinList_box a:nth-child(2n) {
    margin-right: 0;
  }
  .shipinList .shipinList_box a .pic {
    position: relative;
    width: 100%;
  }
  .shipinList .shipinList_box a .pic video {
    width: 100%;
    height: auto;
  }
  .shipinList .shipinList_box a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .shipinList .shipinList_box a .pic span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* background: url(../bg/png1.png) center no-repeat;
                    background-size: 0.7rem auto; */
  }
  .shipinList .shipinList_box a p {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    text-align: center;
  }
}
@-webkit-keyframes moveX_R_01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes moveX_R_01 {
  0% {
    opacity: 0;
    -moz-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes moveX_R_01 {
  0% {
    opacity: 0;
    -ms-transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}
@keyframes moveX_R_01 {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

