p,
a,
h5 {
  color: inherit;
}
a {
  color: #666666;
}
a:hover {
  color: #941d37;
}
.tran300 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tran500 {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.box_shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.isect2 {
  position: relative;
  height: 620px;
}
.isect2 .title {
  margin: 0 auto;
  max-width: 1560px;
  width:100%;
}
.isect2 .iTitle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3%;
  z-index: 100;
}
.isect2 .iTitle .ch {
  font-size: 36px;
  color: #ffffff;
}
.isect2 .iTitle .en {
  font-size: 24px;
  font-weight: normal;
  color: #dedfe5;
  opacity: 0.4;
}
.isect2 .iTitle a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  padding-right: 32px;
  margin-top: 56px;
}
.isect2 .iTitle a .arrStyle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.isect2 .tabs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 735px;
  width:100%;
  height: 100%;
  z-index: 3;
}
.isect2 .tabs li {
  width: 50%;
  height: 33.33%;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.isect2 .tabs li .wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0 53px;
  color: #fff;
}
.isect2 .tabs li .wrap h5 {
  margin-top: 28px;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
}
.isect2 .tabs li .wrap img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.isect2 .tabs li .hover {
  z-index: 2;
  background: #e6212980;
}
.isect2 .tabs li .hover {
  opacity: 0;
}
.isect2 .tabs li .default {
  opacity: 1;
}
.isect2 .tabs li:hover,
.isect2 .tabs li.active {
  z-index: 2;
}
.isect2 .tabs li:hover .hover,
.isect2 .tabs li.active .hover {
  opacity: 1;
}
.isect2 .tabs li:hover .default,
.isect2 .tabs li.active .default {
  opacity: 0;
}
.isect2 .bgScroll {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.isect2 .bgScroll em {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  /* transition: 1s linear 2s; transform: scale(1.05,1.05); */
  background-size: 100% 100%;
}
.tab_box {
  max-width: 698px;
  width:100%;
}
.tab_box .tab_list {
  overflow: hidden;
  padding: 15px 20px;
background:linear-gradient(105deg,#fff, #dae7fe , #fff);
box-sizing: border-box;
margin-bottom:35px;
}
@media screen and (max-width: 1025px) {
.tab_box .tab_list {
  overflow: hidden;
  padding:15px 0px;
background:linear-gradient(105deg,#fff, #dae7fe , #fff);
box-sizing: border-box;
margin:0 auto;
margin-bottom:15px;
display:flex;
justify-content:space-between;
text-align:center;
  font-size:14px;
}
.tab_box .tab_list .tab_list_title {
  float: left;
  margin-right:0px;
  color: #333333;
  cursor: pointer;
  position: relative;
  font-size:14px;
}
.tab_box .tab_list .tab_list_title a{
	font-size:18px;
}
}
@media screen and (max-width:430px){
.tab_box .tab_list {
  overflow: hidden;
  padding:15px 0px;
background:linear-gradient(105deg,#fff, #dae7fe , #fff);
box-sizing: border-box;
margin:0 auto;
margin-bottom:15px;
display:flex;

}

}


.tab_box .tab_list a {
  color: #222;

}

.tab_box .tab_list a.more {
  float: right;
  font-size: 18px;
  color: #aaaaaa;
  line-height: 31px;
}
@media screen and (max-width: 1024px) {
.tab_box .tab_list a.more {
	display:none;
}

}
.tab_box .tab_list .tab_list_title {
  float: left;
  margin-right: 34px;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
  position: relative;

}


.tab_box .tab_list .tab_list_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -21px;
  width: 1px;
  height: 23px;
  background-color: #d2d2d2;
}
.tab_box .tab_list .tab_list_title:nth-child(4)::after {
  width: 0;
}
.tab_box .tab_list .tab_list_title_cur,.tab_box .tab_list .tab_list_title_cur a {
  color: #941d37;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 190px;
}
.swiper-pagination-bullet-active {
  background: #941d37;
}
.tab_box {
  width: 100%;
}


