.header .heder-warp {
  width: 1920px;
  margin: 0 auto;
  padding: 0 260px 0 237px;
  height: 100px;
}
.header .logo {
  width: 132px;
  height: 90px;
}
.header .tabbar {
  top: 0;
  left: 0;
  position: relative;
  width: 390px;
}
.header .tabbar .tab-text {
  text-align: center;
  width: 130px;
  color: #fff;
  line-height: 90px;
  font-size: 20px;
}
.header .tabbar .tab-text:hover {
  background-color: #b54a4a;
}
.header .tabbaractive {
  background-color: #b54a4a;
}
.header .search {
  padding: 27px 0;
}
.header .search .in {
  vertical-align: top;
  border-radius: 5px 0 0px 5px;
  box-sizing: border-box;
  width: 486px;
  padding: 0 12px;
  height: 46px;
}
.header .search .btn {
  vertical-align: top;
  width: 100px;
  color: #fff;
  height: 47px;
  background-color: #b54a4a;
  border: none;
  margin-left: -4px;
}
#tab-shop:hover ~ #menu {
  visibility: visible;
}
.menu:hover {
  visibility: inherit;
}
.menu {
  box-sizing: border-box;
  animation: animate__slideInDown;
  animation-duration: 2s;
  visibility: hidden;
  position: absolute;
  z-index: 99;
  width: 1200px;
  height: 600px;
  top: 102px;
  left: 130px;
  background: #f0f0f0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.menu .menu-list {
  box-sizing: border-box;
  padding: 25px 0px;
  width: 300px;
  height: 600px;
  background-color: #f0f0f0;
}
.menu .menu-list ol {
  border-left: 3px solid transparent;
}
.menu .menu-list ol:hover {
  background-color: #fff;
  border-left-color: #b54a4a !important;
}
.menu .menu-list ol a {
  display: inline-block;
  padding: 20px;
  font-size: 16px;
}
.menu .menu-active {
  background-color: #fff;
  border-left-color: #b54a4a !important;
}
.menu .menu-show {
  width: 900px;
  height: 600px;
  background-color: #fff;
  padding: 20px 30px;
}
.menu .menu-show ol {
  display: inline-block;
  padding: 25px;
}
.menu .menu-show ol:hover {
  color: #b54a4a;
}
.foot {
  background: #2c2c2c;
  box-sizing: border-box;
  padding-top: 70px;
  height: 253px;
}
.foot .f-left {
  height: 100%;
  width: 300px;
  color: #fff;
}
.foot .f-left .left-title a {
  padding: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  color: #ffffff;
}
.foot .f-left .left-bottom {
  margin-top: 28px;
}
.foot .f-left .left-bottom a {
  padding: 28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.85);
}
.foot .f-right {
  display: flex;
}
.foot .f-right .right-info:nth-child(1) {
  padding-top: 0;
}
.foot .f-right .right-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
.foot .record {
  font-size: 12px;
  color: #fff;
  margin-top: 30px;
}
.foot .record p {
  padding-top: 5px;
}
.content-warp {
  width: 1200px;
  margin: 0 auto;
}
.gray {
  background-color: #f5f5f5f5;
}
.one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.two {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.crumbbox a:nth-last-child(1) {
  color: #b54a4a !important;
}
.Bigtitle {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 30px;
  margin: 56px 0;
}
.introduction {
  width: 1200px;
  margin: 0 auto;
}
.introduction .i-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 585px;
  height: 411px;
  box-sizing: border-box;
  padding: 40px 39px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.introduction .i-item:hover {
  background-color: #b54a4a;
}
.introduction .i-item:hover .num {
  color: #ffffff;
}
.introduction .i-item:hover .title {
  color: #fff;
}
.introduction .i-item:hover .info {
  color: rgba(255, 255, 255, 0.9);
}
.introduction .i-item:hover .dfp {
  background-color: #ffffff;
  color: #000;
  border-color: #ffffff;
}
.introduction .i-item:nth-child(n + 3) {
  margin-top: 20px;
}
.introduction .i-item .num {
  height: 27px;
  font-weight: 400;
  font-size: 80px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.15);
}
.introduction .i-item .title {
  height: 27px;
  left: 399px;
  top: 3133px;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 24px;
  text-align: justify;
  color: #333333;
}
.introduction .i-item .info {
  height: 108px;
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  text-indent: 36px;
  color: #666666;
  line-height: 27px;
}
.introduction .i-item .dfp {
  border: 1px solid #b54a4a;
  border-radius: 5px;
  padding: 6px 10px;
  width: 100px;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #b54a4a;
}
.pglist {
  width: 100%;
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
}
.pglist li {
  margin: 0 8px;
  padding: 10px;
  list-style: none !important;
  border: 1px solid #d9d9d9;
}
.pglist li:hover {
  background-color: #b54a4a;
  color: #fff;
}
.pglist .active {
  color: #fff;
  background-color: #b54a4a;
}


.box-tsi-1{
    width: 100%;
}
.title-one-tsi h1{
    margin: 15px 0px;
    color: #f90;

}
.title-one-tsi h2{
    /* margin: 15px 0px; */
    color: #f90;
    margin: 20px 0px;
}

.title-one-tsi h2 a{
    color: #f90;
}

.text-tsi p{
    text-indent: 2em;
    font-size: 17px;
    line-height: 30px;
    padding: 10px 0px;
    box-sizing: border-box;
}
.imgs-tsi{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imgs-tsi-a{
    width: 460px;
    height: 370px;
    margin-top: 15px;
    /* background-color: blue; */
}
.imgs-tsi-a img{
    width: 460px;
    height: 370px;
}

.merit-tsi{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.merit-tsi-a{
    width: 460px;
}
.merit-tsi li{
    margin-bottom: 15px;
    font-size: 17px;
}
.corjc{
    font-size: 16px;
    font-weight: 600;
    color: #f90;
}
.imgs3-tsi{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.imgs3-tsi li{
    margin-top: 10px;
    font-size: 17px;
}
.imgs3-tsi-a{
    width: 300px;
    /* height: 270px; */
}
.imgs3-tsi-a img{
    width: 300px;
    height: 270px;
}
.table-a-tsi{
    width: 100%;
}
.table-a-tsi table{
    width: 100%;
    border: 0px;
    border-collapse:collapse;
}

.table-a-tsi td{
    border: 1px solid black;
    font-size: 17px;
    padding: 3px;
    padding-left: 10px;
    box-sizing: border-box;
}
