﻿/* 轮播 */
.banner .slideBox {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .slideBox .hd ul {
  text-align: center;
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  bottom: 30px;
  z-index: 1;
}

.banner .slideBox .hd ul li {
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  width: 9px;
  height: 9px;
  line-height: 9px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.banner .slideBox .hd ul li:last-child {
  margin-right: 0;
}

.banner .slideBox .hd ul li.on {
  width: 16px;
  height: 16px;
  background: url(../images/red.png)no-repeat;
  background-size: 100% 100%;
}

.banner .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.banner .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.banner_con {
  width: 100%;
}

.banner .slideBox .bd img {
  width: 100%;
  display: block;
}

.big_pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .slideBox .hd .prev,
.banner .slideBox .hd .next {
  display: block;
  width: 30px;
  height: 52px;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/rota.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 90px;
  z-index: 2;
}

.banner .slideBox .hd .next {
  left: auto;
  right: 90px;
  transform: rotate(180deg);
}

/* 数据 */
.inde_one {
  padding: 24px 0;
}

.inde_one ul li {
  width: 16.66%;
  text-align: center;
}

.inde_one ul li p {
  color: #333333;
  margin-top: 26px;
  font-size: 16px;
}

.inde_one ul li:hover p {
  color: #dc0201;
}

.one_ic {
  line-height: 62px;
}

.inde_two {
  background: #f0f0f0;
}

.two_bac {
  background: url(../images/bac.png)no-repeat center center;
  height: 794px;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 36px 0;
}

.two_tit {
  text-align: center;
}

.two_tit h1 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
}

.two_tit h2 {
  font-size: 14px;
  color: #3b3b3b;
  margin: 20px 0 35px;
}

.two_more {
  background-color: rgb(33, 33, 33);
  width: 120px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 40px;
}

.two_more em {
  font-size: 14px;
  color: #ffffff;
  margin-right: 2px;
  transition: all 0.4s;
}

.two_more:hover em {
  margin-right: 6px;
}

.two_more>* {
  display: inline-block;
  vertical-align: middle;
}

.two_list>ul>li,
.tahr_li>ul>li {
  display: none;
}

.two_list>ul>li:first-child,
.tahr_li>ul>li:first-child {
  display: block;
}

.two_t>ul>li {
  float: left;
  width: 380px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-right: 30px;
  transition: all 0.4s;
}

.two_t>ul>li:nth-child(3n) {
  margin-right: 0;
}

.two_t>ul>li>div {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  /* height: 100%; */
}

.two_t>ul>li img {
  display: block
}

.two_t>ul>li text {
  position: relative;
  z-index: 2;
}

.two_t>ul>li::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 9px;
}

.two_t>ul>li:first-child.on::after {
  background: url("../images/jia.png")no-repeat;
  background-size: 100% 100%;
}

.two_t>ul>li:nth-child(2).on::after {
  background: url("../images/jia2.png")no-repeat;
  background-size: 100% 100%;
}

.two_t>ul>li:nth-child(3).on::after {
  background: url("../images/jia3.png")no-repeat;
  background-size: 100% 100%;
}

.int_li>ul>li {
  float: left;
  width: 380px;
  margin: 30px 30px 0 0;
  background: #FFF;
  padding: 30px 23px;
  position: relative;
  overflow: hidden;
  height: 207px;
  transition: all 0.4s;
}

.int_li>ul>li:hover {
  transform: translateY(-6px);
}

.int_li>ul>li:nth-child(3n) {
  margin-right: 0;
}

.in_pic {
  width: 172px;
  height: 123px;
  overflow: hidden;
}

.in_des {
  width: 162px;
  font-size: 14px;
  color: #333333;
}

.in_des h2 {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}

.in_des h3 {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.in_des>a {
  margin-top: 25px;
}

.in_des>a>* {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #dc0201;
}

.in_des>a img {
  margin-left: 10px;
  transition: all 0.4s;
}

.in_des>a:hover {
  margin-left: 10px;
}

.ind_hi {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all 0.4s;
}

.ind_hi>h4 a {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}

.ind_hi>p a {
  font-size: 16px;
  line-height: 30px;
  transition: all 0.4s;
  cursor: pointer;
  color: #fff;
  display: block;
}

.ind_hi>p a:hover {
  text-decoration: underline;
}

.int_li>ul>li:hover .ind_hi {
  bottom: 0;
}

.two_list>ul>li:first-child .int_li>ul>li:hover .ind_hi {
  background: rgba(255, 127, 39, 0.93);
}

.two_list>ul>li:nth-child(2) .int_li>ul>li:hover .ind_hi {
  background: rgba(167, 26, 37, 0.93);
}

.two_list>ul>li:nth-child(3) .int_li>ul>li:hover .ind_hi {
  background: rgba(9, 9, 120, 0.93);
}

.inde_thr>div {
  float: left;
  margin-right: 40px;
  width: 579px;
  height: 480px;
}

.inde_thr {
  padding: 60px 0;
}

.th_de {
  border-width: 1px;
  border-color: rgb(237, 237, 237);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  border-top: none;
  width: 580px;
  padding: 0 20px;
}

.thr_ul {
  border-bottom: 1px dashed #dbdbdb;
}

.inde_thr>div:nth-child(2n) {
  margin-right: 0;
}

.th_de>ul>li {
  padding: 17px 0;
  border-bottom: 1px dashed #dbdbdb;
  font-size: 16px;
  color: #3b3b3b;
}

.th_de>ul>li a {
  width: 100%;
}

.th_de>ul>li em {
  font-size: 10px;
  color: #dc0201;
  float: left;
  margin-top: 2px;
}

.th_de>ul>li span {
  width: 88%;
  margin-left: 25px;
  float: left;
  transition: all 0.4s;
}

.th_de>ul>li:hover span {
  color: #dc0201;
}

.thr_flo {
  text-align: right;
}

.thr_flo>a>* {
  display: inline-block;
  vertical-align: middle;
}

.thr_flo em {
  font-size: 14px;
  color: #dc0201;
  margin-right: 10px;
  padding: 20px 0;
}

.thr_pic {
  width: 580px;
  height: 120px;
  position: relative;
}

.thr_e {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
  color: #FFF;
}

.thr_e h5 {
  font-size: 30px;
  font-weight: bold;
}

.thr_e h6 {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 15px;
}

.thr_ul>span {
  width: 25%;
  text-align: center;
  font-size: 16px;
  color: #878787;
  height: 61px;
  line-height: 61px;
  float: left;
}

.thr_ul>span.on {
  background: #dc0201;
  color: #FFF;
  cursor: pointer;
}

/* 轮播 */
/* 本例子css */
.four_list .picScroll-left {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.four_list .picScroll-left .hd {
  overflow: hidden;
}

.four_list .picScroll-left .hd ul {
  overflow: hidden;
  zoom: 1;
  margin-top: 60px;
  zoom: 1;
  text-align: center;
}

.four_list .picScroll-left .hd ul li {
  display: inline-block;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 10px;
  text-indent: -999px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 50%;
}

.four_list .picScroll-left .hd ul li:last-child {
  margin-right: 0;
}

.four_list .picScroll-left .hd ul li.on {
  background: #dc0201;
}

.four_list .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.four_list .picScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}


.pinp {
  width: 240px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.pinp::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 41px;
  background-color: rgb(230, 230, 230);
  margin: auto;
  bottom: 0;
}

.four_list .picScroll-left .bd ul li:last-child .pinp::after {
  height: 0;
}

.four_list {
  margin-top: 70px;
}

.inde_four {
  margin-bottom: 40px;
}

.two_t>ul>li:hover {
  box-shadow: 0px 2px 10px #888888;
  transform: translatey(-10px);
}