@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 0;
}

.user_news {  
  height: 60px;
  line-height: 60px;
  background: #E62129;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.user_news span {
  color: #EAFF00;
}

.user_news a {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #F90D16;
  background: #fff;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  margin-left: 46px;
  margin-top: 17px;
}

.header_bottom .center1200 {
  overflow: hidden;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.block_box {
  width: 1200px;
  margin: auto;
}

.table {
  display: table;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.common {
  width: 100%;
  text-align: center;
}

.common_tc {
  position: relative;
  z-index: 2;
  font-size: 36px;
  color: #222222;
  line-height: 36px;
  font-weight: normal;
}

.common_tc span {
  font-size: 72px;
  color: #f7f7f7;
  line-height: 72px;
  font-family: 'Arial';
  text-transform: uppercase;
  word-break: normal;
  position: absolute;
  z-index: -1;
  top: -16px;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, 0);
}

.common_tinfo {
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  position: relative;
  z-index: 2;
  margin-top: 18px;
}

.common_tinfo:after {
  content: '';
  display: block;
  width: 27px;
  height: 2px;
  background: url("/dian/images/title_line.png") no-repeat center;
  margin: 16px auto auto auto;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner_slide {
  position: relative;
}

.banner_slide_video {
  width: 1200px;
  height: 668px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 5;
  pointer-events: none;
}

.banner_slide_video a {
  position: absolute;
  bottom: 25px;
  right: 0;
  pointer-events: all;
}

.banner_slide_hd {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.banner_slide_hd ul {
  overflow: hidden;
}

.banner_slide_hd li {
  width: 20px;
  height: 3px;
  background: #999999;
  float: left;
  margin-right: 4px;
  cursor: pointer;
  position: relative;
}

.banner_slide_hd li.on:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 0;
  height: 3px;
  animation: showActive 5s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.banner_slide_bd_li {
  width: 100%;
  height: 668px;
  display: block;
}

.banner_slide_bd_li.li1 {
  background: url('/dian/images/banner1.jpg') no-repeat center;
}

.banner_slide_bd_li.li2 {
  background: url('/dian/images/banner5.jpg') no-repeat center;
}

.banner_slide_bd_li.li3 {
  background: url('/dian/images/banner3.jpg') no-repeat center;
}

.banner_slide_bd_li.li4 {
  background: url('/dian/images/banner4.png') no-repeat center;
}

.banner_slide_bd video {
  width: 100%;
  position: relative;
}

.banner_slide_bd_txt {
  text-align: center;
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0;
  box-sizing: border-box;
}

.banner_slide_bd_txt .cell {
  display: table-cell;
  vertical-align: middle;
}

.banner_slide_bd_txt .p1 {
  font-size: 40px;
  color: #ffffff;
  line-height: 43px;
  position: relative;
}

.banner_slide_bd_txt .p1 span {
  vertical-align: top;
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-left: 15px;
  cursor: pointer;
  background: url('/dian/images/banner_icon2.png') no-repeat center;
}

.banner_slide_bd_txt .p2 {
  font-size: 60px;
  color: #ffffff;
  line-height: 60px;
  margin: 42px 0 35px 0;
}

.banner_slide_bd_txt .p3 {
  font-size: 22px;
  color: #ffffff;
  display: block;
  width: 620px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  background: rgba(227, 50, 57, 0.8);
  margin: 40px auto auto auto;
  position: relative;
}

.banner_slide_bd_txt .p3:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 48px;
  height: 2px;
  background: #fff;
  margin-top: -1px;
}

.banner_slide_bd_txt .p3:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 48px;
  height: 2px;
  background: #fff;
  margin-top: -1px;
}


@keyframes showActive {
  0% {
    width: 0;
  }

  100% {
    width: 20px;
  }
}

.data_wrap {
  width: 100%;
  position: relative;
}

.data {
  height: 122px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(170, 170, 170, 0.35);
  position: absolute;
  top: -62px;
  left: 50%;
  margin-left: -600px;
  z-index: 3;
}

.data_li {
  width: 20%;
  height: 100%;
  float: left;
  text-align: left;
  padding-left: 22px;
}

.data_li .table_cell {
  overflow: hidden;
}

.data_li_img {
  float: left;
}

.data_li_info {
  float: left;
  margin-left: 15px;
}

.data_li_info p:first-child {
  font-size: 22px;
  color: #333333;
  line-height: 22px;
}

.data_li_info p:nth-child(2) {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-top: 5px;
}

.service_summary {
  width: 100%;
  height: 820px;
  background: #fff;
  padding-top: 53px;
}

.service_summary_detail {
  width: 100%;
  height: 554px;
  background: url("/dian/images/service_summary_bg.jpg") no-repeat center;
  position: relative;
  margin-top: 35px;
}

.service_summary_detail_left {
  float: left;
  width: 245px;
  padding: 45px 18px 0 18px;
}

.service_summary_detail_left h3 {
  font-size: 26px;
  color: #ffffff;
  line-height: 26px;
}

.service_summary_detail_left .left_info {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 22px;
}

.service_summary_detail_left_link {
  margin: 40px -21px 0 -18px;
  padding-left: 6px;
}

.service_summary_detail_left_link a {
  display: inline-block;
  width: 108px;
  height: 28px;
  border-radius: 13.5px;
  background: #fff3ec;
  box-shadow: 0 2px 4px rgba(125, 40, 0, 0.35);
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #e21a22;
  margin: 0 0 15px 8px;
  transition: 0.3s;
}

.service_summary_detail_left_link a:hover {
  transform: translateY(-5px);
  color: #ff7815;
  opacity: 0.8;
}

.service_summary_detail_left_link a:nth-child(2n) {
  margin-right: 0;
}

.service_summary_detail_right {
  float: right;
  width: 942px;
  height: 532px;
  background: #fff;
  margin: 10px 10px 0 0;
  overflow: hidden;
}

.service_summary_detail_right .right_li {
  width: 33.33%;
  height: 100%;
  border-right: 1px solid #dfdfdf;
  float: left;
  padding: 35px 20px 0 20px;
  position: relative;
}

.service_summary_detail_right .right_li .brand_logo {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.service_summary_detail_right .right_li_title {
  text-align: center;
  padding-bottom: 15px;
}

.service_summary_detail_right .right_li_title h3 {
  text-align: center;
  font-size: 24px;
  color: #222222;
  line-height: 24px;
  position: relative;
  display: inline-block;
}

.service_summary_detail_right .right_li_btn {
  display: block;
  width: 108px;
  height: 25px;
  overflow: hidden;
  font-size: 0;
  border: 1px solid #e33239;
  margin: 18px auto auto auto;
  position: relative;
}

.service_summary_detail_right .right_li_btn:hover {
  top: -1px;
  border: 0;
  background: linear-gradient(to right, #694aef, #c920f3)
}

.service_summary_detail_right .right_li_btn:hover span {

  color: #ffffff;
}

.service_summary_detail_right .right_li_btn:hover i {
  background: transparent url("/dian/images/service_summary_icon2.png") no-repeat center;
  ;
}

.service_summary_detail_right .right_li_btn i {
  display: block;
  float: left;
  width: 32px;
  height: 23px;
  background: #e33239 url("/dian/images/service_summary_icon2.png") no-repeat center;
}

.service_summary_detail_right .right_li_btn span {
  display: block;
  float: left;
  width: 74px;
  height: 25px;
  text-align: center;
  font-size: 14px;
  color: #e33239;
  line-height: 23px;
}

.service_summary_detail_right .right_li:first-child h3:after {
  content: '';
  display: block;
  width: 43px;
  height: 23px;
  background: url("/dian/images/service_summary_icon1.png") no-repeat center;
  position: absolute;
  top: 0;
  right: -57px;
  animation: upDown 1.5s ease infinite alternate;
}

.service_summary_detail_right .right_li:last-child {
  border-right: none;
}

.service_summary_detail_right .right_li_show {
  border-top: 1px dashed #dfdfdf;
}

.service_summary_detail_right .right_li_show_each {
  padding: 25px 0 0 18px;
  text-align: left;
}

.service_summary_detail_right .right_li_show_each span {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-top: 14px;
  display: block;
  margin-right: -20px;
}

.service_summary_detail_right .right_li_show_each:not(:first-child) {
  padding-top: 34px;
}

.service_summary_detail_right .right_li_each_tit {
  font-size: 18px;
  color: #444444;
  line-height: 18px;
  position: relative;
}

.service_summary_detail_right .right_li_each_tit:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -18px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-radius: 100%;
  border: 2px solid #e33239;
}

.service_summary_detail_right .right_li_harf {
  position: relative;
}

.service_summary_detail_right .right_li_harf_tit {
  overflow: hidden;
  padding-bottom: 70px;
}

.service_summary_detail_right .right_li_harf_tit>div {
  float: left;
  width: 50%;
  padding: 25px 0 0 18px;
}

.service_summary_detail_right .right_li_harf:last-child {
  height: calc(100% - 239px);
  padding: 34px 0 0 0;
}

.service_summary_detail_right .right_li_harf:last-child:before {
  content: '';
  display: block;
  width: 314px;
  height: 1px;
  background: #dfdfdf;
  position: absolute;
  top: 0;
  left: -20px;
}

@keyframes upDown {
  0% {
    transform: translateY(0) scale(0.95);
  }

  100% {
    transform: translateY(-5px) scale(1);
  }
}

.service_summary_customer {
  position: absolute;
  bottom: 0;
  left: -38px;
}

.service_summary_link {
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}

.service_summary_link li {
  display: inline-block;
  position: relative;
}

.service_summary_link li a {
  display: inline-block;
  margin: 0 13px;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  transition: 0.3s;
  position: relative;
}

.service_summary_link li a:hover {
  color: #e33239;
}

.service_summary_link li a:hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #e33239;
  animation: changeWidth 1s ease forwards;
}

@keyframes changeWidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.service_summary_link li:not(:last-child):after {
  content: '';
  display: block;
  width: 5px;
  height: 2px;
  background: #666666;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -2.5px;
}

.visual_design {
  width: 100%;
  height: 631px;
  padding-top: 60px;
  background: url("/dian/images/visual_design_bg.png") no-repeat center;
}

.visual_design .common_tc {
  color: #fff;
}

.visual_design .common_tc span {
  color: rgba(255, 255, 255, 0.04);
}

.visual_design .common_tinfo {
  color: #fff;
}

.visual_design_wrap {
  width: 100%;
  height: 481px;
  position: relative;
}

.visual_design_list {
  float: right;
  width: 503px;
  padding-top: 74px;
}

.visual_design_list li {
  width: 100%;
  height: 87px;
  position: relative;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: 8px;
  display: table;
  cursor: pointer;
  transition: 0.3s;
  padding-left: 17px;
}

.visual_design_list li:last-child {
  margin-bottom: 0;
}

.visual_design_list li.on {
  width: 531px;
  background: #ca4249;
  left: -28px;
}

.visual_design_list li.on .visual_design_list_icon {
  display: block;
}

.visual_design_list li.on .visual_design_list_num {
  background: url("/dian/images/visual_design_icon3.png") no-repeat center;
  color: #fff;
}

.visual_design_list_icon {
  display: none;
  position: absolute;
  top: 50%;
  left: -65px;
  width: 62px;
  height: 27px;
  margin-top: -13.5px;
  background: url("/dian/images/visual_design_icon1.png") no-repeat center;
  z-index: 2;
}

.visual_design_list_num {
  display: table-cell;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  background: url("/dian/images/visual_design_icon2.png") no-repeat center;
  text-align: center;
  line-height: 52px;
  font-size: 26px;
  color: #cccccc;
  transition: 0.3s;
}

.visual_design_list_detail {
  display: table-cell;
  vertical-align: middle;
}

.visual_design_list_detail h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  line-height: 20px;
  margin-left: 18px;
}

.visual_design_list_detail p {
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin: 14px 0 0 18px;
}

.visual_design_computer {
  width: 781px;
  height: 459px;
  background: url("/dian/images/visual_design_computer.png") no-repeat center;
  position: absolute;
  bottom: -33px;
  left: -92px;
}

.visual_design_computer li {
  width: 596px;
  height: 374px;
  margin: 26px auto auto auto;
  display: none;
  transition: 0.3s;
}

.visual_design_computer li.on {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.shoot {
  width: 100%;
  height: 640px;
  background: #f9f9f9;
  padding-top: 100px;
}

.shoot_show {
  position: relative;
}

.shoot_show_left {
  width: 404px;
}

.shoot_show_left_bg {
  width: 100%;
  height: 341px;
  background: #da1a22;
  padding: 48px 0 0 30px;
}

.shoot_show_left_bg h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: normal;
  line-height: 32px;
  position: relative;
}

.shoot_show_left_bg h3:after {
  content: '';
  display: block;
  width: 63px;
  height: 5px;
  background: #fff;
  margin: 26px 0;
}

.shoot_show_left_bg p {
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 14px;
}

.shoot_show_left_p1 {
  font-size: 48px;
  color: #da1b22;
  line-height: 48px;
  font-family: 'Arial';
  margin: 26px 0 10px 0;
  text-transform: uppercase;
}

.shoot_show_left_p2 {
  font-size: 24px;
  color: #da1b22;
  line-height: 24px;
  font-family: 'Arial';
  text-transform: uppercase;
}

.shoot_show_slides {
  width: 901px;
  height: 430px;
  background: #fff;
  position: absolute;
  top: 30px;
  right: 0;
}

.shoot_show_slides .control_btn1,
.shoot_show_slides .control_btn2 {
  width: 104px;
  height: 52px;
  font-size: 0;
  position: absolute;
  bottom: -26px;
  right: 85px;
  display: none;
  z-index: 5;
}

.shoot_show_slides .control_btn1 .prev,
.shoot_show_slides .control_btn1 .next,
.shoot_show_slides .control_btn2 .prev,
.shoot_show_slides .control_btn2 .next {
  display: inline-block;
  width: 50%;
  height: 100%;
  transition: 0.3s;
}

.shoot_show_slides .control_btn1 .prev:hover,
.shoot_show_slides .control_btn1 .prev:hover {
  background: #e33239 url("/dian/images/shoot_icon1.png") no-repeat center;
  opacity: 0.7;
}

.shoot_show_slides .control_btn1 .prev,
.shoot_show_slides .control_btn2 .prev {
  background: #cccccc url("/dian/images/shoot_icon1.png") no-repeat center;
}

.shoot_show_slides .control_btn2 .prev:hover,
.shoot_show_slides .control_btn2 .prev:hover {
  background: #e33239 url("/dian/images/shoot_icon1.png") no-repeat center;
  opacity: 0.7;
}

.shoot_show_slides .control_btn1 .prev.active,
.shoot_show_slides .control_btn2 .prev.active {
  background: #e33239 url("/dian/images/shoot_icon1.png") no-repeat center;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, .3);
}

.shoot_show_slides .control_btn1 .next,
.shoot_show_slides .control_btn2 .next {
  background: #cccccc url("/dian/images/shoot_icon2.png") no-repeat center;
}

.shoot_show_slides .control_btn1 .next:hover,
.shoot_show_slides .control_btn2 .next:hover {
  opacity: .7;
  background: #e33239 url("/dian/images/shoot_icon2.png") no-repeat center;
}

.shoot_show_slides .control_btn1 .next.active,
.shoot_show_slides .control_btn2 .next.active {
  background: #e33239 url("/dian/images/shoot_icon2.png") no-repeat center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}

.shoot_show_slides .control_btn1 {
  right: 686px;
}

.shoot_show_slides .control_btn1.on,
.shoot_show_slides .control_btn2.on {
  display: block;
}

.shoot_show_slide1 {
  width: 300px;
  height: 430px;
  overflow: hidden;
  position: relative;
}

.shoot_show_slide1 .slide1_bd {
  width: 300px;
  height: 430px;
}

.shoot_show_slide1 li {
  width: 300px;
  height: 430px;
  overflow: hidden;
  float: left;
}

.shoot_show_slide1 li img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.shoot_show_slide1 .slide1_playState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

.shoot_show_slide2 {
  width: 300px;
  height: 430px;
  overflow: hidden;
  position: relative;
}

.shoot_show_slide2 .slide2_bd {
  width: 300px;
  height: 430px;
  overflow: hidden;
  position: relative;
}

.shoot_show_slide2 .slide2_bd li {
  width: 300px;
  height: 430px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.shoot_show_slide2 .slide2_bd li img {
  position: absolute;
  top: 0;
  left: -190px;
  max-width: none;
}

.shoot_show_slide2 .slide2_bd li.on {
  z-index: 2;
}

.shoot_show_slide2 .slide2_bd li.on img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  animation: bgScroll 5s ease forwards;
}

@keyframes bgScroll {
  0% {
    left: 0;
  }

  100% {
    left: -325px;
  }
}

.shoot_show_slide2 .slide2_playState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.shoot_show_slide3 {
  width: 300px;
  height: 430px;
  overflow: hidden;
  position: relative;
}

.shoot_show_slide3 .slide3_bd {
  width: 300px;
  height: 430px;
  overflow: hidden;
}

.shoot_show_slide3 .slide3_bd li {
  width: 300px;
  height: 430px;
  overflow: hidden;
  float: left;
}

.shoot_show_slide3 .slide3_bd li img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.shoot_show_slide3 .slide3_playState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

.shoot_show .cell_p1 {
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

.shoot_show .cell_p2 {
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin-top: 15px;
}

.spread {
  width: 100%;
  background: #fff;
  padding: 75px 0 65px 0;
}

.spread_titleul {
  text-align: center;
  margin-top: 35px;
  font-size: 0;
}

.spread_titleul li {
  display: inline-block;
  width: 150px;
  height: 46px;
  border-radius: 23px;
  background: #cccccc;
  text-align: center;
  line-height: 46px;
  position: relative;
}

.spread_titleul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
}

.spread_titleul li:not(:last-child) {
  margin-right: 15px;
}

.spread_titleul li:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 15px;
  height: 2px;
  background: #cccccc;
}

.spread_titleul li.on {
  background: #da1b22;
}

.spread_titleul li:hover {
  background: #f95c62
}

.spread_bodyul {
  width: 100%;
  height: 502px;
}

.spread_bodyul_li {
  width: 100%;
  height: 100%;
  margin-top: 25px;
  display: none;
}

.spread_bodyul_li .img {
  width: 682px;
  height: 100%;
  float: left;
}

.spread_bodyul_li .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.spread_bodyul_li_info {
  width: 518px;
  height: 446px;
  border: 6px solid #da1b22;
  border-left: none;
  float: left;
  margin-top: 28px;
}

.spread_bodyul_li_info_up {
  width: 478px;
  height: 135px;
  background: #da1b22;
  position: relative;
  margin: 28px 0 0 1px;
  padding-left: 32px;
}

.spread_bodyul_li_info_up .table_cell {
  text-align: left;
}

.spread_bodyul_li_info_up .table_cell h3 {
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
}

.spread_bodyul_li_info_up .table_cell h3:after {
  content: '';
  display: block;
  width: 47px;
  height: 2px;
  background: #fff;
  margin: 15px 0 10px 0;
}

.spread_bodyul_li_info_up .table_cell p {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 420px;
}

.spread_bodyul_li_info_up .info_num {
  width: 108px;
  height: 100%;
  background: #da1b22;
  position: absolute;
  top: 0;
  left: -109px;
  font-size: 60px;
  color: #ffdcdd;
  font-family: 'Arial';
  text-align: center;
  line-height: 135px;
}

.spread_bodyul_li_info_down {
  padding: 46px 0 0 32px;
}

.spread_bodyul_li_info_down .info_down_each {
  width: 50%;
  margin-bottom: 35px;
}

.spread_bodyul_li_info_down .info_down_each_img {
  width: 40px;
}

.spread_bodyul_li_info_down .info_down_each_detail h4 {
  font-size: 18px;
  color: #444444;
  line-height: 18px;
}

.spread_bodyul_li_info_down .info_down_each_detail p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 170px;
  margin-top: 10px;
  height: 48px;
}

.spread_bodyul_li.on {
  display: block;
}

.outsourcing {
  width: 100%;
  height: 693px;
  background: url("/dian/images/outsourcing_bg.jpg") no-repeat center;
  padding-top: 64px;
}

.outsourcing .common_tc {
  color: #fff;
}

.outsourcing .common_tc span {
  color: rgba(255, 255, 255, 0.04);
}

.outsourcing .common_tinfo {
  color: #fff;
}

.outsourcing_content {
  width: 100%;
  height: 493px;
  position: relative;
  margin-top: 45px;
}

.outsourcing_content_left {
  width: 641px;
  height: 428px;
  background: #da1a22;
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 17px;
}

.outsourcing_content_ul {
  width: 330px;
}

.outsourcing_content_item {
  width: 330px;
  height: 132px;
  padding: 25px 20px 0 25px;
  cursor: pointer;
}

.outsourcing_content_item .img {
  width: 42px;
  height: 107px;
  background: url("/dian/images/outsourcing_icon1.png") no-repeat left top;
  transition: 0.3s;
}

.outsourcing_content_item:nth-child(2) .img {
  background: url("/dian/images/outsourcing_icon2.png") no-repeat left top;
}

.outsourcing_content_item:nth-child(3) .img {
  background: url("/dian/images/outsourcing_icon3.png") no-repeat left top;
}

.outsourcing_content_item_title {
  width: 240px;
}

.outsourcing_content_item_title h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  transition: 0.3s;
}

.outsourcing_content_item_title p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 10px;
  transition: 0.3s;
}

.outsourcing_content_item.on {
  background: #fff;
  margin-left: -20px;
}

.outsourcing_content_item:not(.on):hover {
  background: rgba(255, 255, 255, 0.1);
  margin-left: -20px;
}

.outsourcing_content_item.on .outsourcing_content_item_title h3 {
  color: #dc141c;
}

.outsourcing_content_item.on .outsourcing_content_item_title p {
  color: #222222;
}

.outsourcing_content_item:nth-child(1).on .img {
  background: url("/dian/images/outsourcing_icon1_h.png") no-repeat left top;
}

.outsourcing_content_item:nth-child(2).on .img {
  background: url("/dian/images/outsourcing_icon2_h.png") no-repeat left top;
}

.outsourcing_content_item:nth-child(3).on .img {
  background: url("/dian/images/outsourcing_icon3_h.png") no-repeat left top;
}

.outsourcing_content_right {
  width: 829px;
  height: 362px;
  background: #fff;
  position: absolute;
  top: 33px;
  right: 0;
  z-index: 2;
}

.outsourcing_content_detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.outsourcing_content_detail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.outsourcing_content_detail.on {
  display: block;
  animation-duration: 0.8s;
}

.case {
  width: 100%;
  height: 897px;
  position: relative;
  padding-top: 65px;
}

.case_tul {
  text-align: center;
  font-size: 0;
  margin-top: 36px;
}

.case_tul li {
  display: inline-block;
  width: 150px;
  height: 46px;
  border-radius: 23px;
  background: #cccccc;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}

.case_tul li:hover {
  background: #f95c62;
}

.case_tul li:not(:last-child) {
  margin-right: 15px;
}

.case_tul li:not(:last-child):after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  right: -15px;
}

.case_tul li.on {
  background: #e33239;
  color: #fff;
  animation: show 0.3s ease;
}

@keyframes show {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    background: #cccccc;
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #e33239;
  }
}

.case_swiper1 {
  width: 100%;
  height: 435px;
  margin-top: 24px;
}

.case_swiper1_slide {
  width: 769px;
  height: 435px !important;
  position: relative;
}

.case_swiper1_slide_each {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  top: 0;
  left: 0;
}

.case_swiper1_slide_each.on {
  display: block;
}

.case_swiper1_slide_l {
  position: absolute;
  top: 0;
  left: 0;
  width: 769px;
  height: 435px;
}

.case_swiper1_slide_l img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 1px solid #eeeeee;
}

.case_swiper1_slide_r {
  width: 495px;
  height: 353px;
  background: rgba(218, 26, 34, 0.9);
  padding: 40px 30px 0 30px;
  text-align: left;
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 2;
}

.case_swiper1_slide_r h3 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
}

.case_swiper1_slide_r h3:after {
  content: '';
  display: block;
  width: 35px;
  height: 5px;
  background: #fff;
  margin: 20px 0 12px 0;
}

.case_swiper1_slide_r p {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}

.case_swiper2_wrap {
  position: relative;
}

.case_swiper2 {
  width: 1135px;
  height: 116px;
  margin: 38px auto auto auto;
  padding-top: 13px;
}

.case_swiper2 .swiper-wrapper {
  width: 1135px !important;
}

.case_swiper2_prev,
.case_swiper2_next {
  display: block;
  width: 17px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 3;
}

.case_swiper2_prev {
  background: url("/dian/images/case_icon_left.png") no-repeat center;
  left: 0;
}

.case_swiper2_next {
  background: url("/dian/images/case_icon_right.png") no-repeat center;
  right: 0;
}

.case_swiper2_each {
  width: 154px !important;
  height: 96px !important;
  position: relative;
  margin-top: 7px !important;
  margin-right: 36px;
  cursor: pointer;
  margin-left: 36px;
}

.case_swiper2_each img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #dddddd;
}

.case_swiper2_each img:hover {
  border-color: rgba(218, 26, 34, 0.8);
}

.case_swiper2 .swiper-slide-active img {
  border: 2px solid #e33239;
}

.case_swiper2 .swiper-slide-active:after {
  content: '';
  display: block;
  border: 7px solid transparent;
  border-bottom-color: #e33239;
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -7px;
}

.case:after {
  content: '';
  display: block;
  width: 100%;
  height: 416px;
  background: #f1f1f1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.company_show {
  width: 100%;
  height: 800px;
  background: #fff url("/dian/images/company_show_gb.jpg") no-repeat center top;
  padding-top: 65px;
}

.company_show .common_tc {
  color: #ffffff;
}

.company_show .common_tc span {
  color: rgba(247, 247, 247, 0.04);
}

.company_show .common_tinfo {
  color: #fff;
}

.company_show_wrap {
  background-color: #fff;
  margin-top: 48px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

.company_show_computer {
  width: calc(100% - 180px);
  height: 510px;
  /* background: url("../../image/index/home/company_show_sbg.png") no-repeat center; */
  /* margin: 32px auto auto auto; */
  /* padding-top: 40px; */
  float: right;
  padding: 25px 25px 25px 40px;
}

.company_show_computer_screen {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.company_show_computer_screen_each {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}

.company_show_computer_screen_each.on {
  visibility: visible;
  z-index: 2;
}

.company_show_computer_screen_each .profile_l {
  width: 100%;
  padding: 33px 0 0 0;
}

.company_show_computer_screen_each:nth-child(1) .profile_l {
  width: 390px;
}

.company_show_computer_screen_each .profile_l h3 {
  font-size: 22px;
  color: #222222;
  line-height: 22px;
}

.company_show_computer_screen_each .profile_l h3:after {
  content: '';
  display: block;
  width: 39px;
  height: 4px;
  background: #da1b22;
  margin: 15px 0 10px 0;
}

.company_show_computer_screen_each .profile_l p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 25px;
}

.company_show_computer_screen_each .title_qualification {
  width: 100%;
  height: 365px;
  background-color: #f3f3f3;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.company_show_computer_screen_each .title_qualification .swiper-slide {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}

.company_show_computer_screen_each .title_qualification .swiper-slide .swiper-slide-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 235px;
  height: 65px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}

.company_show_computer_screen_each .title_qualification .swiper-slide:nth-child(2) .swiper-slide-tag {
  background-image: url('/dian/images/qualification_img1.png');
}

.company_show_computer_screen_each .title_qualification .swiper-slide:nth-child(1) .swiper-slide-tag {
  background-image: url('/dian/images/qualification_img3.png');

}

.company_show_computer_screen_each .title_qualification .title_qualification_l {
  display: inline-block;
  float: left;
  width: 280px;
  height: 300px;
}

.company_show_computer_screen_each .title_qualification .title_qualification_l li {
  position: relative;
  text-indent: 30px;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  text-align: left;
}

.company_show_computer_screen_each .title_qualification .title_qualification_l li:after {
  position: absolute;
  top: 26px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #f00;
  border-radius: 50%;
  content: "";
}

.company_show_computer_screen_each .title_qualification .title_qualification_r {
  display: inline-block;
  float: right;
  width: calc(100% - 300px);
}

.company_show_computer_screen_each .pagenation .qualification-button-next,
.company_show_computer_screen_each .pagenation .qualification-button-prev {
  position: absolute;
  bottom: -5px;
  left: -200px;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.company_show_computer_screen_each .pagenation .qualification-button-next {
  right: -50px;
  background-image: url('/dian/images/arrow_right.png');
}

.company_show_computer_screen_each .pagenation .qualification-button-prev {
  right: 100px;
  background-image: url('/dian/images/arrow_left.png');
}

.company_show_computer_screen_each .profile_img {
  width: 569px;
  height: 465px;
  max-width: 530px;
  max-height: 465px;
}

.company_show_computer_screen_each video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.company_show_swiper {
  width: calc(100% - 355px);
  height: 100%;
  position: relative;
}

.company_show_swiper_page {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 71px;
  height: 26px;
  margin-left: -35.5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 13px;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
}

.company_show_swiper_prev,
.company_show_swiper_next {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 430px;
  margin-top: -20.5px;
}

.company_show_swiper_prev {
  background: url("/dian/images/left_arrow.png") no-repeat center;
  transition: 0.3s;
  right: 355px;
  z-index: 2;
}

.company_show_swiper_prev:hover {
  background: url("/dian/images/left_arrow_hover.png") no-repeat center;
}

.company_show_swiper_next {
  background: url("/dian/images/right_arrow.png") no-repeat center;
  transition: 0.3s;
  right: 314px;
  z-index: 2;
}

.company_show_swiper_next:hover {
  background: url("/dian/images/right_arrow_hover.png") no-repeat center;
}

.company_show_item {
  width: 180px;
  height: 510px;
  text-align: center;
  float: left;
  border-right: 1px solid #e1e7f1;
}

.company_show_item li {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 100px;
  margin-right: 23px;
  position: relative;
  cursor: pointer;
}

.company_show_item li .table {
  width: 100%;
  height: 100%;
  text-align: center;
}

/* 向右小红色三角*/
.company_show_item li.on .right-triangle,
.company_show_item li:hover .right-triangle {
  position: absolute;
  top: 45px;
  right: -14px;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #da1b22;
}

.company_show_item li:nth-child(1) .img {
  width: 25px;
  height: 21px;
  background: url("/dian/images/company_show_icon_2.png") no-repeat center;
  transition: 0.3s;
  margin: auto;
}

.company_show_item li:nth-child(1) span {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-top: 15px;
  transition: 0.3s;
  display: inline-block;
}

.company_show_item li:hover,
.company_show_item li.on {
  background: #da1b22;
}

.company_show_item li.on .right-triangle {}

.company_show_item li:nth-child(1):hover .img,
.company_show_item li:nth-child(1).on .img {
  background: url("/dian/images/company_show_icon_2_h.png") no-repeat center;
}

.company_show_item li:nth-child(1):hover span,
.company_show_item li:nth-child(1).on span {
  font-weight: bold;
  color: #ffffff;
}

.company_show_item li:hover .right-triangle {
  display: block;
}

.company_show_item li:nth-child(2) .img {
  width: 25px;
  height: 21px;
  background: url("/dian/images/company_show_icon_1.png") no-repeat center;
  transition: 0.3s;
  margin: auto;
}

.company_show_item li:nth-child(2) span {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-top: 15px;
  transition: 0.3s;
  display: inline-block;
}

.company_show_item li:nth-child(2):hover .img,
.company_show_item li:nth-child(2).on .img {
  background: url("/dian/images/company_show_icon_1_h.png") no-repeat center;
}

.company_show_item li:nth-child(2):hover span,
.company_show_item li:nth-child(2).on span {
  font-weight: bold;
  color: #ffffff;
}


.company_show_item li:nth-child(3) .img {
  width: 28px;
  height: 21px;
  background: url("/dian/images/company_show_icon_3.png") no-repeat center;
  margin: auto;
  padding-top: 25px;
}

.company_show_item li:nth-child(3) span {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-top: 15px;
  transition: 0.3s;
  display: inline-block;
}

.company_show_item li:nth-child(3):hover,
.company_show_item li:nth-child(3).on {
  background: #da1b22;
}

.company_show_item li:nth-child(3):hover .img,
.company_show_item li:nth-child(3).on .img {
  background: url("/dian/images/company_show_icon_3_h.png") no-repeat center;
}

.company_show_item li:nth-child(3):hover span,
.company_show_item li:nth-child(3).on span {
  font-weight: bold;
  color: #ffffff;
}

.team {
  width: 100%;
  height: 615px;
  background: url("/dian/images/team_bg.jpg") no-repeat center;
  padding-top: 65px;
}

.team .common_tc {
  color: #fff;
}

.team .common_tc span {
  color: rgba(247, 247, 247, 0.04);
}

.team .common_tinfo {
  color: #fff;
}

.team_inner {
  position: relative;
  width: 100%;
  margin-top: 32px;
}

.team_inner_bg {
  width: 996px;
  height: 241px;
  background: rgba(218, 26, 34, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -498px;
  top: 52px;
}

.team_prev {
  position: absolute;
  top: 158px;
  left: 225px;
  z-index: 10;
  width: 52px;
  height: 52px;
  background: url("/dian/images/team_prev.png");
}

.team_next {
  position: absolute;
  top: 158px;
  right: 225px;
  z-index: 10;
  width: 52px;
  height: 52px;
  background: url("/dian/images/team_next.png");
}

.team_next:hover,
.team_prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.team_swiper {
  width: 100%;
  height: 355px;
}

.team_swiper .swiper-slide {
  height: 310px;
  background: #fff;
  padding: 20px 20px 0;
  box-sizing: border-box;
}

.team_swiper .swiper-slide .img {
  width: 167px;
  height: 184px;
  margin: auto;
}

.team_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.team_swiper .swiper-slide .intro_name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 18px;
  margin: 18px 0 12px 0;
}

.team_swiper .swiper-slide .intro_intelligence {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
}

.team_swiper .swiper-slide .intro_jianjie {
  display: none;
}

.team_swiper .swiper-slide.swiper-slide-active {
  overflow: hidden;
  height: 355px;
  padding: 24px 24px 0;
  margin-top: 0;
}

.team_swiper .swiper-slide.swiper-slide-active .img {
  float: left;
  width: 279px;
  height: 306px;
}

.team_swiper .swiper-slide.swiper-slide-active .intro {
  float: left;
  width: 345px;
  padding-left: 20px;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_name {
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_intelligence {
  width: 299px;
  height: 34px;
  text-align: left;
  line-height: 34px;
  background: #da1a22;
  padding-left: 45px;
  font-size: 16px;
  color: #ffffff;
  margin-left: -45px;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_jianjie {
  display: block;
  margin-top: 24px;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_jianjie_t {
  text-align: left;
  font-size: 16px;
  color: #222222;
  line-height: 16px;
  font-weight: bold;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_jianjie_c {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin-top: 12px;
}

.team_swiper .swiper-slide.swiper-slide-active .intro_jianjie_link {
  width: 133px;
  height: 31px;
  display: block;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  color: #ffffff;
  background: #da1b22;
  margin-top: 20px;
}

.team_swiper_l,
.team_swiper_r {
  width: 206px;
  height: 310px;
  background: #fff;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
}

.team_swiper_l .img,
.team_swiper_r .img {
  width: 167px;
  height: 184px;
  margin: 20px auto 0;
}

.team_swiper_l .img img,
.team_swiper_r .img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.team_swiper_l .intro,
.team_swiper_r .intro {
  width: 175px;
  margin: auto;
}

.team_swiper_l .intro_name,
.team_swiper_r .intro_name {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 18px;
  margin: 18px 0 12px 0;
}

.team_swiper_l .intro_intelligence,
.team_swiper_r .intro_intelligence {
  font-size: 16px;
  color: #222222;
  line-height: 24px;
}

.team_swiper_l .intro_jianjie,
.team_swiper_r .intro_jianjie {
  display: none;
}

.team_swiper_c {
  width: 676px;
  height: 355px;
  padding: 24px 24px 0;
  background: #fff;
  box-sizing: border-box;
  float: left;
  margin: 0 55px;
}

.team_swiper_c .img {
  float: left;
  width: 279px;
  height: 306px;
  overflow: hidden;
}

.team_swiper_c .img img {
  width: 100%;
  height: 100%;
}

.team_swiper_c .intro {
  float: left;
  width: 345px;
  padding-left: 20px;
}

.team_swiper_c .intro_name {
  margin-top: 13px;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}

.team_swiper_c .intro_intelligence {
  width: 299px;
  height: 34px;
  text-align: left;
  line-height: 34px;
  /* background: #da1a22; */
  padding-left: 45px;
  font-size: 18px;
  color: #222222;
  margin-left: -45px;
  margin-top: 3px;
  margin-bottom: 6px;
}

.team_swiper_c .intro_job {
  width: 229px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ff5400;
  color: #ff5400;
  font-size: 16px;
  margin-bottom: 9px;
}

.team_swiper_c .intro_jianjie {
  display: block;
  margin-top: 22px;
}

.team_swiper_c .intro_jianjie_t {
  text-align: left;
  font-size: 16px;
  color: #222222;
  line-height: 16px;
  font-weight: bold;
}

.team_swiper_c .intro_jianjie_c {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 12px;
  height: 77px;
  overflow: hidden;
}

.team_swiper_c .intro_jianjie_link {
  width: 133px;
  height: 31px;
  display: block;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  color: #ffffff;
  background: #da1b22;
  margin-top: 10px;
}

.team_swiper_c .intro_jianjie_link:hover {
  background: linear-gradient(to right, #694aef, #c920f3);
}

.cooperation {
  width: 100%;
  padding: 65px 0 95px 0;
  background: #fff;
}

.cooperation table {
  width: 1151px;
  height: 338px;
  border: 1px solid #eaeaea;
  margin-top: 70px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.cooperation table tbody {
  position: relative;
}

.cooperation table tr {
  border-bottom: 1px solid #eaeaea;
}

.cooperation table td {
  text-align: center;
  table-layout: auto;
  width: 14.28%;
  background: #fff;
  transition: 0.3s;
}

.cooperation table td:not(:nth-child(7n)) {
  border-right: 1px solid #eaeaea;
}

.cooperation table td img {
  max-width: 100%;
}

.cooperation table td:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset;
}

.cooperation table:after {
  content: '';
  display: block;
  width: 601px;
  height: 400px;
  background: url("/dian/images/coo_img1.jpg") no-repeat center;
  position: absolute;
  top: -33px;
  right: -50px;
  z-index: -1;
}

.share {
  width: 100%;
  height: 814px;
  background: url("/dian/images/share_bg.jpg") no-repeat center;
  padding-top: 65px;
}

.share .common_tc {
  color: #fff;
}

.share .common_tc span {
  color: rgba(247, 247, 247, 0.04);
}

.share .common_tinfo {
  color: #ffffff;
}

.share_slide {
  width: 100%;
  margin-top: 35px;
}

.share_slide_hd {
  width: 100%;
}

.share_slide_hd ul {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.share_slide_hd ul li {
  display: inline-block;
  width: 150px;
  height: 46px;
  border-radius: 23px;
  margin-right: 14px;
  background: #cccccc;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  color: #ffffff;
}

.share_slide_hd ul li:last-child {
  margin-right: 0;
}

.share_slide_hd ul li.on {
  background: #da1b22;
  font-weight: bold;
}

.share_slide_bd {
  width: 100%;
  background: #fff;
  margin-top: 25px;
  padding: 18px;
  height: 504px;
  overflow: hidden;
}

.share_slide_each {
  height: 468px;
  overflow: hidden;
}

.share_slide_each_left {
  float: left;
  width: 560px;
  height: 434px;
  overflow: hidden;
}

.share_slide_each_left_li {
  width: 100%;
  display: none;
  overflow: hidden;
}

.share_slide_each_left_li_img {
  width: 100%;
  height: 325px;
}

.share_slide_each_left_li_img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.share_slide_each_left_li h3 {
  font-size: 20px;
  color: #222222;
  line-height: 20px;
  position: relative;
  margin-top: 20px;
}

.share_slide_each_left_li h3:after {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  margin: 12px 0 6px;
  background: #e33239;
}

.share_slide_each_left_li .dot {
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}

.share_slide_each_left_li .dot a {
  font-size: 16px;
  color: #da1b22;
}

.share_slide_each_left_li.on {
  display: block;
}

.share_slide_each_right {
  float: left;
  width: 565px;
  margin-left: 32px;
}

.share_slide_each_right_li {
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.share_slide_each_right_li_date {
  float: left;
  width: 105px;
  text-align: right;
  padding-right: 28px;
  padding-top: 30px;
  position: relative;
}

.share_slide_each_right_li_date_day {
  font-size: 24px;
  color: #666666;
  line-height: 24px;
}

.share_slide_each_right_li_date_year {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-top: 10px;
}

.share_slide_each_right_li_date:after {
  content: '';
  display: block;
  width: 1px;
  height: 48px;
  background: #eeeeee;
  position: absolute;
  top: 30px;
  right: -1px;
}

.share_slide_each_right_li_detail {
  padding-left: 15px;
  width: 415px;
  float: left;
}

.share_slide_each_right_li_detail h3 {
  font-size: 18px;
  color: #222222;
  line-height: 18px;
  margin-top: 30px;
}

.share_slide_each_right_li_detail p {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-top: 15px;
}

.share_slide_each_right_li .icon {
  display: block;
  width: 10px;
  height: 18px;
  background: url("/dian/images/share_icon1.png") no-repeat center;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}

.share_slide_each_right_li.on {
  width: 652px;
  background: #da1b22;
  margin-left: -87px;
  border: none;
}

.share_slide_each_right_li.on .share_slide_each_right_li_date_day,
.share_slide_each_right_li.on .share_slide_each_right_li_date_year,
.share_slide_each_right_li.on .share_slide_each_right_li_detail h3,
.share_slide_each_right_li.on .share_slide_each_right_li_detail p {
  color: #fff;
}

.share_slide_each_right_li.on .icon {
  display: none;
}

.share_slide_each_right_more {
  overflow: hidden;
}

.share_slide_each_right_more a {
  display: block;
  width: 92px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  float: right;
  background: #e33239;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

.answer {
  width: 100%;
  background: #f4f4f4;
  padding: 65px 0 75px 0;
}

.answer_body {
  overflow: hidden;
  width: 100%;
  height: 455px;
}

.answer_body_left {
  width: 285px;
  height: 100%;
  float: left;
  background: #da1b22;
  text-align: left;
}

.answer_body_left_cell {
  width: 230px;
  height: 455px;
  margin: auto;
  padding-top: 42px;
  position: relative;
}

.answer_body_left_cell h2 {
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  font-weight: normal;
}

.answer_body_left_cell p.p1 {
  font-size: 16px;
  color: #fff;
  font-family: 'Arial';
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}

.answer_body_left_cell p.p1:after {
  content: '';
  display: block;
  width: 58px;
  height: 4px;
  background: #fff;
  margin: 20px 0 17px 0;
}

.answer_body_left_cell .contact {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  line-height: 42px;
}

.answer_body_left_cell .contact:hover,
.answer_body_left_cell .contact:active {
  background: linear-gradient(to bottom, #694aef, #c920f3);
}

.answer_body_left_cell p {
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}

.answer_body_right {
  width: 915px;
  height: 100%;
  box-sizing: border-box;
  float: left;
  padding: 30px 35px 20px;
  background: #fff;
}

.answer_body_right_input {
  width: 100%;
  height: 49px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  margin-bottom: 8px;
}

.answer_body_right_input input {
  width: 100%;
  height: 49px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 49px;
  padding-right: 173px;
  border: 1px solid #dddddd;
  border-radius: 3px 0 0 3px;
}

.answer_body_right_input a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 153px;
  height: 100%;
  text-align: center;
  line-height: 49px;
  background: #da1b22;
  font-size: 18px;
  color: #ffffff;
  border-radius: 0 3px 3px 0;
}

.answer_body_right_input a:hover {
  background: #f6353e;
}

.answer_body_right_ul {
  overflow: hidden;
  height: 349px;
  position: relative;
  overflow-y: scroll;
}

.answer_body_right_reload {
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  background: #fbfbfb;
  width: 94px;
  height: 32px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}

.answer_body_right_reload i {
  display: inline-block;
  width: 17px;
  height: 100%;
  background: url('/dian/images/answer_reload.png') no-repeat center;
  vertical-align: top;
  margin-right: 5px;
}

.answer_body_right_li {
  width: 100%;
  padding-top: 24px;
  border-bottom: 1px dashed #dddddd;
}

.answer_body_right_li.on {
  display: block;
  animation: showOpacity 0.3s ease linear;
}

@keyframes showOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.answer_body_right_li:last-child {
  border: none;
}

.answer_body_right_li_title {
  font-size: 16px;
  color: #222222;
  line-height: 20px;
  width: 735px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.answer_body_right_li_title span {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  vertical-align: top;
  background: #e86b20;
  margin-right: 8px;
}

.answer_body_right_li_answer {
  margin-top: 15px;
  padding-bottom: 12px;
}

.answer_body_right_li_answer .p1 {
  font-size: 16px;
  color: #444444;
  line-height: 31px;
}

.answer_body_right_li_answer .p1 span {
  display: inline-block;
  font-size: 16px;
  color: #d4234d;
  padding: 7px 10px;
  border-radius: 5px;
  background: #ffe3ea;
  margin: 0 4px;
  vertical-align: top;
  line-height: 16px;
}

.answer_body_right_li_answer .p1 img {
  width: 31px;
  height: 31px;
  border-radius: 100%;
  margin-right: 10px;
  vertical-align: top;
}

.answer_body_right_li_answer .p2 {
  font-size: 16px;
  color: #444444;
  line-height: 32px;
  margin-top: 8px;
  /* height: 64px;
  overflow: hidden; */
}

.float_bottom {
  width: 100%;
  height: 128px;
  background: rgba(51, 51, 51, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.float_bottom_body {
  width: 100%;
  height: 128px;
  position: relative;
}

.float_bottom_body .person {
  position: absolute;
  bottom: 0;
  left: 0;
}

.float_bottom_body_left {
  float: left;
  width: 405px;
  height: 100%;
  padding-left: 128px;
}

.float_bottom_body_left h2 {
  font-size: 24px;
  color: #ffd200;
  line-height: 24px;
  margin-top: 25px;
  position: relative;
}

.float_bottom_body_left h2:after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  margin: 13px 0;
}

.float_bottom_body_left p {
  font-size: 16px;
  color: #fff;
}

.float_bottom_body_left p span {
  color: #ffd200;
}

.float_bottom_body_right {
  width: 795px;
  height: 128px;
}

.float_bottom_body_right_li {
  height: 39px;
  float: left;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 7px;
}

.float_bottom_body_right_li input {
  width: 100%;
  height: 39px;
  font-size: 16px;
  padding-left: 10px;
}

.float_bottom_body_right .select {
  width: 130px;
}

.float_bottom_body_right .select select {
  background: transparent;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding-left: 5px;
}

.float_bottom_body_right .select option {
  height: 39px;
}

.float_bottom_body_right .name,
.float_bottom_body_right .phone {
  width: 130px;
}

.float_bottom_body_right .diagnosis {
  width: 130px;
}

.float_bottom_body_right .diagnosis a {
  display: block;
  width: 100%;
  height: 100%;
  background: #da1b22;
  text-align: center;
  line-height: 39px;
  font-size: 16px;
  color: #ffffff;
}

.float_bottom_body_close {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: #fff url("/dian/images/float_close.png") no-repeat center/cover;
  position: absolute;
  top: -16.5px;
  right: 0;
}

/* banner处点击播放按钮，弹出视频播放 */
.audio_dialog {
  position: fixed;
  display: none;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  box-sizing: border-box;
}

.video_content {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 3% 13%;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}

.video-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
  background: #1c1c1c;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3em 0 rgba(0, 0, 0, 0.6);
}

.video_close {
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: -15px;
  background: url(/dian/images/video_close.png) center no-repeat;
}

.audio_dialog .video_content video {
  width: 100% !important;
}

/* 新增广告 */

.ad {
  width: 100%;
  height: 108;
  background: url(/dian/images/hanc_start_work.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.ad p {
  display: none;
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: url(/dian/images/starticon.png) no-repeat;
  position: absolute;
  top: 10px;
  right: 360px;
  z-index: 99;
  cursor: pointer;
}

.ad p:hover {
  background: url(/dian/images/starthover.png) no-repeat;
}

/* 过年放假通知 */

.year_about {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  display: none;
}

.year_about .year_about_inner {
  width: 1200px;
  height: 630px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 200px;
}

.x-icon-close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/dian/images/year_close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -60px;
  right: -60px;
  cursor: pointer;
}

.fixeddiv {
  position: fixed;
  bottom: 260px;
  left: 0;
  width: 200px;
  height: 200px;
  display: none;
  z-index: 99;
  cursor: pointer;
}

/* 汉聪新增开工大吉 */
.kaigong_gonggao_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 16;
}

.kaigong_gonggao {
  width: 100%;
  height: 797px;
  background: url('/dian/images/hc_kggg.png') no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kaigong_gonggao_txt {
  width: 1040px;
  height: 530px;
  margin: auto;
  position: relative;
  padding-top: 290px;
}

.kaigong_gonggao_close {
  display: block;
  width: 38px;
  height: 38px;
  background: url('/dian/images/hc_kgdj_close.png') no-repeat center;
  position: absolute;
  top: 85px;
  right: -52px;
}

.kaigong_gonggao_txt h2 {
  text-align: center;
  font-size: 28px;
  color: #f9eab8;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 22px;
}

.kaigong_gonggao_txt p {
  font-size: 18px;
  color: #f9eab8;
  line-height: 30px;
  text-indent: 2em;
  width: 812px;
  margin: auto;
}

/* 3.1日-4.30活动弹窗 */

.activity_fourthreeo {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  color: #ffffff;
  font-size: 75px;

}

.activity_fourthreeo .activity_fourthreeo_inner {
  width: 684px;
  height: 551px;
  position: absolute;
  top: 174px;
  left: 50%;
  margin-left: -342px;
  background: url('/dian/images/activity31430.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.activity_fourthreeo_close {
  height: 35px;
  width: 35px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 30px;
  background: url('/dian/images/activity31430close.png') no-repeat;
}

.activity_fourthreeo_go {
  width: 115px;
  height: 115px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: -55.25px;
  margin-left: -19.25px;
  background: url(/dian/images/activity31430go.png) no-repeat;
}

.article {
  background: #f1f2f3;
  padding-bottom: 75px;
}

.article .block_box {
  box-shadow: 0 0 3px rgba(226, 224, 224, 0.48);
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.article_left {
  width: 858px;
  float: left;
  border-right: 1px solid #eeeeee;
  position: relative;
}

.article_right {
  width: 340px;
  float: right;
}

.article_left_ul {
  height: 100px;
  padding-left: 45px;
}

.article_left .article_left_more {
  line-height: 100px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  width: 150px;
  text-align: left;
  transition: 0.3s;
  padding-left: 25px;
  position: absolute;
  float: right;
  color: #999999;
  font-weight: normal;
  padding-left: 25px;
  background: url('/dian/images/article_icon4.png') no-repeat center left;
  top: 0;
  right: 0;
}

.article_left .article_left_more:hover {
  color: #da0b00;
  background: url('/dian/images/article_icon4_h.png') no-repeat center left;
}

.article_right_up .article_left_more,
.article_left_ul a {
  float: left;
  line-height: 100px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  width: 150px;
  text-align: left;
  transition: 0.3s;
  padding-left: 25px;
  position: relative;
}

.article_left_ul a.active:after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: #dc0b00;
  position: absolute;
  bottom: 33px;
  left: 25px;
}

.article_left_ul a.article_left_industry {
  background: url('/dian/images/article_icon1.png') no-repeat center left;
}

.article_left_ul a.article_left_industry.active,
.article_left_ul a.article_left_industry:hover {
  background: url('/dian/images/article_icon1_h.png') no-repeat center left;
}

.article_left_ul a.article_left_collect {
  background: url('/dian/images/article_icon2.png') no-repeat center left;
}

.article_left_ul a.article_left_collect.active,
.article_left_ul a.article_left_collect:hover {
  background: url('/dian/images/article_icon2_h.png') no-repeat center left;
}

.article_left_ul a.article_left_question {
  background: url('/dian/images/article_icon7.png') no-repeat center left;
}

.article_left_ul a.article_left_question.active,
.article_left_ul a.article_left_question:hover {
  background: url('/dian/images/article_icon7_h.png') no-repeat center left;
}

.article_left_ul a.article_left_all {
  background: url('/dian/images/article_icon3.png') no-repeat center left/19px 19px;
}

.article_left_ul a.article_left_all.active,
.article_left_ul a.article_left_all:hover {
  background: url('/dian/images/article_icon3_h.png') no-repeat center left/19px 19px;
}

.article_right_up .article_left_more,
.article_left_ul a.article_left_more {
  float: right;
  color: #999999;
  font-weight: normal;
  padding-left: 25px;
  background: url('/dian/images/article_icon4.png') no-repeat center left;
}

.article_right_up .article_left_more:hover,
.article_left_ul a.active,
.article_left_ul a:hover {
  color: #da0b00;
}

.article_right_up .article_left_more:hover,
.article_left_ul a.article_left_more:hover {
  background: url('/dian/images/article_icon4_h.png') no-repeat center left;
}

.article_left_bottom {
  border-top: 1px solid #eeeeee;
  height: 595px;
}

/* .article_left_bottom_list {
  display: none;
}
.article_left_bottom_list.active {
  display: block;
  animation: fadeIn 0.3 ease linear;
} */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.article_left_bottom_up {
  height: 188px;
  padding-left: 305px;
  background: url('/dian/images/article_img1.png') no-repeat center left 45px;
  position: relative;
}

.article_left_bottom_up .simulate_img {
  position: absolute;
  display: block;
  width: 200px;
  height: 160px;
  left: 55px;
  top: 15px;
}

.article_left_bottom_time {
  font-size: 12px;
  line-height: 12px;
  color: rgba(183, 183, 183, 1);
  margin-bottom: 27px;
}

.article_left_bottom_time .author {
  display: inline-block;
  padding-left: 20px;
  background: url('/dian/images/article_icon8.png') no-repeat center left;
}

.article_left_bottom_time .date {
  display: inline-block;
  padding-left: 20px;
  background: url('/dian/images/article_icon9.png') no-repeat center left;
  margin-left: 35px;
}

.article_left_bottom_down .article_left_bottom_time {
  margin-left: 25px;
  margin-bottom: 0;
  overflow: hidden;
}

.article_left_bottom_down .article_left_bottom_time .date {
  margin: 18px 0 0 0;
}

.article_left_bottom_up_t {
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  display: block;
  padding-top: 35px;
  margin-bottom: 13px;
  padding-right: 45px;
}

.article_left_bottom_up_context {
  font-size: 12px;
  color: #646464;
  line-height: 22px;
  display: block;
  padding-right: 45px;
  height: 44px;
  overflow: hidden;
}

.article_left_bottom_up_btn {
  display: block;
  width: 74px;
  height: 27px;
  background: #da0b00 url('/dian/images/article_icon6_1.png') no-repeat center right 8px;
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
  color: #ffffff;
  line-height: 27px;
  padding-left: 10px;
  transition: 0.3s;
  opacity: 1;
}

.article_left_bottom_up_btn:hover {
  opacity: 0.8;
}

.article_left_bottom_down {
  margin: 0 40px 0 45px;
}

.article_left_bottom_down_row {
  border-top: 1px solid #eeeeee;
  height: 81px;
  text-align: left;
  line-height: 55px;
  width: 50%;
  float: left;
}

.article_left_bottom_down_row a {
  line-height: 50px;
  font-size: 14px;
  color: #333333;
  transition: 0.3s;
  padding-left: 25px;
  background: url('/dian/images/article_icon6_2.png') no-repeat center left;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 300px;

}

.article_left_bottom_down_row:nth-child(2n) a {
  padding-left: 70px;
  background: url('/dian/images/article_icon6_2.png') no-repeat center left 45px;
}

.article_left_bottom_down_row:nth-child(2n) a:after {
  content: '';
  display: block;
  width: 1px;
  height: 26px;
  background: #eeeeee;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}

.article_left_bottom_down_row a:hover {
  color: #da0b00;
  background: url('/dian/images/article_icon6_2_h.png') no-repeat center left;
}

.article_left_bottom_down_row:nth-child(2n) a:hover {
  color: #da0b00;
  background: url('/dian/images/article_icon6_2_h.png') no-repeat center left 45px;
}

.article_left_bottom_down .article_left_bottom_down_row:nth-child(2n) .article_left_bottom_time .date {
  margin-left: 45px;
}

.article_right_up {
  height: 100px;
  position: relative;
}

.article_right_up h3 {
  font-size: 14px;
  color: #333333;
  line-height: 100px;
  padding-left: 70px;
  background: url('/dian/images/article_icon5.png') no-repeat center left 45px;
}

.article_right_up .article_left_more {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.article_right_down {
  border-top: 1px solid #eeeeee;
  padding: 0 40px 0 40px;
}

.article_right_down_t {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 13px;
}

.article_right_down_context {
  display: block;
  font-size: 12px;
  color: #646464;
  line-height: 22px;
  height: 44px;
  margin-top: 13px;
  overflow: hidden;
}

.article_right_bottom_down_row {
  border-top: 1px solid #eeeeee;
  height: 55px;
  text-align: left;
  line-height: 55px;
}

.article_right_down_up {
  height: 188px;
  padding-top: 35px;
}

.article_right_bottom_down_row a {
  float: left;
  width: 50%;
  line-height: 55px;
  font-size: 14px;
  color: #333333;
  transition: 0.3s;
  padding-left: 25px;
  background: url('/dian/images/article_icon6_2.png') no-repeat center left;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 260px;
}

.article_right_bottom_down_row a:hover {
  color: #da0b00;
  background: url('/dian/images/article_icon6_2_h.png') no-repeat center left;
}

.article_right_bottom_down_row {
  height: 81px;
}

.article_right_bottom_down_row .article_left_bottom_time {
  margin: 18px 0 0 0;
}

.article_right_bottom_down_row .article_left_bottom_time .date {
  margin-left: 25px;
}

.dynamic_condition {
  width: 100%;
  background: #fff;
  padding-top: 132px;
}

.dynamic_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hancong_dt span{
  width: 730px;
}

.dt_content {
  width: 100%;
  height: 250px;
  margin-top: 42px;
  position: relative;
}

.dt_img_box {
    width: 292px;
    height: 211px;
}

.dt_img_box img {
    display: block;
    width: 292px;
    height: 211px;
    object-fit: cover;
}

.dt_img_box a {
    display: block;
    width: 292px;
    height: 211px;
    position: relative;
}

.dt_img_nr {
    width: 100%;
    position: absolute;
    bottom: 27px;
    padding: 0 26px;
    box-sizing: border-box;
}

.dt_img_nr p {
    width: 100%;
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    background: url("/dian/images/icon_r.png") center right no-repeat;
    overflow:hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/*超出部分显示省略号*/
    white-space:nowrap;/*规定段落中的文本不进行换行 */
}

.btn_l {
  width: 40px;
  height: 40px;
  background: url("/dian/images/btn_l.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -20px;
  top: 219px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.2s linear;
}

.btn_l:hover {
  background: url("/dian/images/btn_lh.png") no-repeat;
}

.btn_r {
  width: 40px;
  height: 40px;
  background: url("/dian/images/btn_r.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -20px;
  top: 219px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.2s linear;
}

.btn_r:hover {
  background: url("/dian/images/btn_rh.png") no-repeat;
}

/*活动浮窗*/
.activity_fc {
  position: fixed;
  left: 0;
  bottom: 140px;
  z-index: 99999;
}

.activity_fc a {
  display: block;
  width: 212px;
  height: 135px;
  background: url("/dian/images/img_fc.png") no-repeat;
  background-size: 100% 100%;
}

.close_gb_btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
}
