.container {
  width: 1200px !important;
  margin: 0 auto;
  overflow: hidden;
}

.picBox {
  /*min-width:1440px;*/
  height: 100vh;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  /* text-align: center; */
  font-size: 18px;
  background-size: 100% 100%;
  /* Center slide text vertically */
  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;
}

.swiper-slide img {
  width: 200px;
  height: 80px;
}

.swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  display: inline-block;
  opacity: .4;
  border-radius: 0;
}

/*第2部分开始*/
.box2 {
  background-color: #fff;
}

.box2 p.box2_text {
  font-size: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #737373;
  letter-spacing: 2px;
}

.box2 p.box2_text:nth-of-type(1) {
  margin-top: 100px;
}

.box2 p.box2_text:nth-of-type(2) {
  margin-top: 36px;
}

.details_area {
  display: block;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 100px;
}

.details_con {
  display: block;
  width: 1200px;
  margin: 0px auto;
  height: 300px;
}

.detail_list {
  display: block;
  height: 300px;
}

.detail_list li {
  float: left;
  height: 100%;
  width: 380px;
  text-align: center;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.detail_list li a {
  display: block;
  height: 100%;
  width: 100%;
}

.detail_list li a:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 82, 217, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.detail_list li p {
  display: block;
  float: left;
  font-size: 26px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transform: translate(-50%, 0);
  padding-bottom: 3px;
  padding-bottom: 5px;
  transition: border-bottom 0.3s ease-out;
  -webkit-transition: width 1s linear;
  transition: font-size 0.3s;
  -moz-transition: font-size 0.3s;
  /* Firefox 4 */
  -webkit-transition: font-size 0.3s;
  /* Safari and Chrome */
  -o-transition: font-size 0.3s;
}

.detail_list li img {
  display: block;
  height: 100%;
  ;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}

.detail_list li.last {
  margin-right: 0px;
}

.detail_list li a:hover:after {
  opacity: 1;
}

.detail_list li a:hover p:after {
  opacity: 1;
  left: 0;
  width: 100%;
}

.detail_list li a:hover img {
  transform: scale(1.024);
}

.detail_list li a:hover p {
  font-size: 30px;
}

/*第2部分结束*/
/*第三部分开始*/
.wrap {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
}

.box3 {
  width: 100%;
  height: 800px;
  background-color: #1b1b1b;
  overflow: hidden;
}

.box3_left {
  float: left;
  width: 500px;
}

.box3_left ul {
  margin-top: 159px;
}

.box3_left li {
  width: 100%;
  height: 198px;
  cursor: pointer;
  overflow: hidden;
}

.box3_left li.active .big_text {
  opacity: 1;
}

.box3_left li.active .small_text {
  opacity: 1;
}

.box3_left li .big_text {
  font-size: 30px;
  opacity: 0.5;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 2px;
}

.box3_left li .small_text {
  margin-top: 28px;
  font-size: 20px;
  opacity: 0.5;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 1px;
}

.box3_right {
  float: right;
  width: 600px;
  margin-top: 100px;
}

.box3_right li {
  display: none;
}

.box3_right li.active {
  display: block;
}

.box3_right li .item_Box {
  float: left;
  position: relative;
  width: 300px;
  height: 300px;
  cursor: pointer;
  overflow: hidden;
}

.box3_right li .item_Box .item_blur {
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  /* 0.6s完成过渡效果 */
  -webkit-transition: all 0.6s;
}

.box3_right li .item_Box:nth-of-type(1) .item_blur {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 0;
  top: 0;
  background: url("../images/index/index_detail_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(1.5px);
  -moz-filter: blur(1.5px);
  -o-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
  filter: blur(1.5px);
}

.box3_right li .item_Box:nth-of-type(2) .item_blur {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 0;
  top: 0;
  background: url("../images/index/index_detail_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(1.5px);
  -moz-filter: blur(1.5px);
  -o-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
  filter: blur(1.5px);
}

.box3_right li .item_Box:nth-of-type(3) .item_blur {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 0;
  top: 0;
  background: url("../images/index/index_detail_3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(1.5px);
  -moz-filter: blur(1.5px);
  -o-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
  filter: blur(1.5px);
}

.box3_right li .item_Box:nth-of-type(4) .item_blur {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 0;
  top: 0;
  background: url("../images/index/index_detail_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(1.5px);
  -moz-filter: blur(1.5px);
  -o-filter: blur(1.5px);
  -ms-filter: blur(1.5px);
  filter: blur(1.5px);
}

.box3_right li .item_Box:hover .item_blur {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.box3_right li .item_Box .item_Box_text {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 1;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 1px;
}

.box3_right li .item_Box .item_inner {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px 30px;
  width: calc(100% - 60px);
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}

.box3_right li .item_Box.active .item_Box_text {
  display: none;
}

.box3_right li .item_Box.active .item_inner {
  display: block;
}

.box3_right li .item_Box .item_inner img {
  position: absolute;
  width: 16px;
  height: 18px;
  top: 41px;
  right: 30px;
}

.item_inner p:nth-of-type(1) {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 1px;
}

.item_inner p:nth-of-type(2) {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 1px;
}

/*第三部分结束*/
/*第四部分开始*/


/*第四部分结束*/
/*第五部分开始*/
.box5_top {
  /* width:calc(100%-50px); */
  height: 340px;
  padding: 25px 50px 25px 25px;
  background-color: #1b1b1b;
}

.box5_tLeft {
  float: left;
  width: 450px;
  height: 338px;
}

.box5_tRight {
  float: right;
  width: 604px;
  overflow: hidden;
}

.box5_tRight .box5_title {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 35px;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  color: #ffffff;
  letter-spacing: 1px;
}

.box5_tRight .box5_content {
  margin-top: 43px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  letter-spacing: 1px;
}

.box5_tRight .box5_date {
  margin-top: 60px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: right;
  color: #ffffff;
  letter-spacing: 1px;
}

.box5_bottom {
  position: relative;
  width: 100%;
  margin-top: 20px;
  height: 60px;
  /* background-color:#1b1b1b; */
}

.box5_bottom .lBtn {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.box5_bottom .rBtn {
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.box5_bottom .hx {
  position: absolute;
  left: 60px;
  top: 29px;
  width: 1080px;
  height: 3px;
  border-top: 3px solid #898989;
}

.box5_container {
  margin-top: 34px;
  width: 100%;
}

.box5_container .swiper-slide {
  text-align: left;
  display: initial;
  /* 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; */
}

.swi_date span {
  margin-right: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  color: #535353;
  letter-spacing: 1px;
}

.swi_date span:nth-of-type(1) {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #434343;
  letter-spacing: 3px;
}

.swi_title {
  width: 100%;
  margin-top: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  /* font-style: italic; */
  text-align: left;
  color: #535353;
  letter-spacing: 1px;
}

.swi_content {
  margin-top: 28px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: justify;
  color: #535353;
  letter-spacing: 1px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}

.swi_btnBox {
  margin-top: 32px;
}

.swi_btnBox a {
  float: right;
  padding: 16px 33px;
  font-size: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #535353;
  letter-spacing: 1px;
  border: 2px solid #cdc668;
  border-radius: 10px;
}

/*第五部分结束*/
/*第六部分开始*/
.box6 {
  margin-top: 100px;
}

.box6_title p {
  margin-bottom: 46px;
  font-size: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-style: italic;
  text-align: center;
  color: #434343;
  letter-spacing: 3px;
}

.btn_box {
  position: relative;
  width: 100%;
  height: 86px;
}

.btn_box .hx {
  position: absolute;
  width: 500px;
  height: 3px;
  border-top: 3px solid #c6c6c6;
}

.btn_box .hxL {
  top: 41px;
  left: 0;
}

.btn_box .hxR {
  top: 41px;
  right: 0;
}

.hz_btn {
  position: absolute;
  left: 510px;
}

.hz_btn img {
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.hz_btn .hzR {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.box6_container {
  margin-top: 34px;
  width: 100%;
}

.box6_container .swiper-slide {
  text-align: left;
  display: initial;
  font-size: 18px;
  background: #fff;
}

.box6 table {
  width: 100%;
}

.box6 table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 25px 0;
}

/*第六部分结束*/

.box4Wrap {
  width: 100%;
  /*height: 100%;*/
  height: 9rem;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #fff;
}

.box4 {
  display: flex;
  justify-content: center;
  /*margin-left: 5%;*/
  /* margin-right: 6%; */
  /*margin-top: 4%;*/
  margin-top: 2rem;
  overflow-y: hidden;
  overflow-x: hidden;
}

.box4Left {
  display: flex;
  flex-direction: column;
  width: 6.32rem;
}

.box4LeftOne {
  font-size: 0.36rem;
  font-family: 微软雅黑;
  font-weight: 700;
  text-align: left;
  color: #224691;
  width: 6.32rem;
}
box3zerop{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s !important;;
  -o-transition: 0.6s !important;;
  -moz-transition: 0.6s !important;;
  transition: 0.6s !important;;

}
.box3zeropAni{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.box3onep{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s !important;
  -o-transition: 0.6s !important;
  -moz-transition: 0.6s !important;
  transition: 0.6s !important;
  -webkit-transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.box3onepAni{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.box3twop{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s !important;
  -o-transition: 0.6s !important;
  -moz-transition: 0.6s !important;
  transition: 0.6s !important;
  -webkit-transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.box3twopAni{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.box3threep{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s !important;
  -o-transition: 0.6s !important;
  -moz-transition: 0.6s !important;
  transition: 0.6s !important;
  -webkit-transition-delay: 0.6s !important;
  -moz-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
.box3threepAni{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.box3fourp{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s !important;
  -o-transition: 0.6s !important;
  -moz-transition: 0.6s !important;
  transition: 0.6s !important;
  -webkit-transition-delay: 0.8s !important;
  -moz-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}
.box3fourpAni{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

boxzerop{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.boxzeropAni{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.boxonep{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.boxonepAni{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.boxtwop{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.boxtwopAni{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.boxthreep{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.boxthreepAni{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.boxfourp{
   opacity: 0;
   visibility: hidden;
   -webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
   -ms-transform: translateY(40px);
   -o-transform: translateY(40px);
   transform: translateY(40px);
   -webkit-transition: 0.6s;
   -o-transition: 0.6s;
   -moz-transition: 0.6s;
   transition: 0.6s;
   -webkit-transition-delay: 1.2s;
   -moz-transition-delay: 1.2s;
   -o-transition-delay: 1.2s;
   transition-delay: 1.2s;
 }
.boxfourpAni{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.box4LeftTwo {
  font-size: 0.24rem;
  font-family: 微软雅黑;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  width: 4.1rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  background-image: url("../images/home/blueButton.png");
  background-size: 4.1rem 0.5rem;
  background-repeat: no-repeat;
  margin-top: 0.34rem;
}

.box4LeftThree {
  font-size: 0.16rem;
  font-family: 微软雅黑;
  font-weight: 400;
  text-align: left;
  color: #1e1d1d;
  line-height: 0.3rem;
  /*margin-top: 0.35rem;*/
}

.box4CenterWrap {
  width: 4rem;
  height: 5rem;
  margin-left: 1.28rem;
  margin-top: 0.17rem;
  overflow: hidden;
}

.box4Center {
  width: 4rem;
  height: 5rem;
  opacity: 0.9;
  background-image: url("../images/home/gsry.png");
  background-size: 100% 100%;
  background-repeat: repeat;
  /* margin-left: 1.28rem; */
  /* margin-top: 0.17rem; */
  position: relative;
  display: flex;
  justify-content: center;
}

.box4RightWrap {
  width: 4rem;
  margin-left: 1.22rem;
  margin-top: 0.17rem;
  overflow: hidden;
}

.box4Right {
  width: 4rem;
  height: 5rem;
  background-image: url("../images/home/gsyj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
}

.box4CenterTitle {
  font-size: 0.3rem;
  font-family: 微软雅黑;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  /* position: absolute; */
  margin-top: 0.87rem;
}

.box4RightTitle {
  font-size: 0.3rem;
  font-family: 微软雅黑;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  /* position: absolute; */
  margin-top: 0.87rem;
}

.box4Footer {
  width: 100%;
  height: 3rem;
  background-image: url("../images/home/dsjbj.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  padding-top: 0.82rem;
  /*padding-left: 1.24rem;*/
  display: flex;
  justify-content: center;
}
.box4Footer-right {
  display: flex;
  align-items: flex-end;
  height: 1.22rem;
}
.box4Footer-right img{
  width: 1.22rem;
  height: 1.22rem;
}
.box4Footer-right-txt {
  width: 0.34rem;
  height: 0.36rem;
  font-size: 0.36rem;
  font-family: 微软雅黑;
  font-weight: SemiBold;
  text-align: left;
  color: #333333;
  line-height:  0.36rem;
  margin-left: 0.05rem;
  margin-bottom: 0.1rem;
}
.box4Footer-left-year {
  display: flex;
  justify-content: space-around;
}
.box4Footer-left-year-item {
  /* width: 0.82rem; */
  width: 2.9rem;
  height: 0.24rem;
  font-size: 0.24rem;
  font-family: 微软雅黑;
  font-weight: 800;
  text-align: left;
  color: #333333;
  line-height: 0.24rem;;
}
.box4Footer-left-devider {
  display: flex;
  margin-top: 0.1rem;
  margin-bottom: 0.17rem;
  margin-left: 1em;
}
.devider-item {
  display: flex;
  align-items: center;
  width: 2.9rem;
}
.devider-item-dot {
  width: 0.05rem;
  height: 0.05rem;
  background: #cccccc;
  border-radius: 50%;
}
.devider-item-line {
  height: 0.01rem;
  background-color: #cccccc;
  width: 100%;
}
.devider-item-line-end {
  height: 0.01rem;
  width: 80%;
  background:linear-gradient(to right,#cccccc,#fff)
}
.box4Footer-left-txt {
  display: flex;
}
.box4Footer-left-txt-item {
  display: flex;
  width: 2.9rem;
}
.box4Footer-left-txt-item-title {
  width: 0.15rem;
  font-size: 0.14rem;
  font-family: 微软雅黑;
  font-weight: 700;
  text-align: left;
  color: #015fc8;
  writing-mode: vertical-lr;
  /* line-height: 68px; */
}
.box4Footer-left-txt-item-desc {
  width: 0.97rem;
  font-size: 0.14rem;
  font-family: 微软雅黑;
  font-weight: 400;
  text-align: left;
  color: #696a6a;
  line-height: 0.21rem;
  margin-left: 0.2rem;
}

/* .box4Footer {
  margin-left: 1rem;
  margin-right: 1rem;
} */

.swiperTip {
  display: flex;
  flex-direction: column;
  margin-top: 0.2rem;
}

.swiperYear {
  font-size: 0.24rem;
  font-family: 微软雅黑;
  font-weight: 800;
  text-align: center;
  color: #333333;
}

.swiperBottom {
  display: flex;
  flex-direction: row;
  margin-top: 0.09rem;
}

.swiperLeft {
  width: 0.15rem;
  font-size: 0.14rem;
  font-family: 微软雅黑;
  font-weight: 700;
  text-align: left;
  color: #015fc8;
  line-height: 1.1;
}

.swiperCenter {
  display: flex;
  flex-direction: column;
  margin-left: 0.1rem;
  justify-content: center;
  align-items: center;
}

.swiperCenterTop {
  width: 0.05rem;
  height: 0.05rem;
  background: #cccccc;
  border-radius: 50%;
}

.swiperCenterBottom {
  width: 0.01rem;
  height: 3rem;
  background: linear-gradient(to bottom, #cccccc, transparent);
}

.swiperRight {
  width: 1.1rem;
  font-size: 0.12rem;
  font-family: 微软雅黑;
  font-weight: 400;
  text-align: left;
  color: #696a6a;
  line-height: 0.21rem;
  margin-left: 0.14rem;
}

.box4img {
  transform: scale(1);
  transition: transform 0.3s ease-out;
  overflow: hidden;
}

.box4img:hover:after {
  cursor: pointer;
  opacity: 1;
}

.box4img:hover {
  cursor: pointer;
  opacity: 1;
  transform: scale(1.024);
  overflow: hidden;
}

.box4img:hover div {
  cursor: pointer;
  font-size: 0.32rem;
  z-index: 3;
}

.box4img:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 82, 217, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  border-radius: 6px;
}

.box4img div {
  transition: border-bottom 0.3s ease-out;
  -webkit-transition: width 1s linear;
  transition: font-size 0.3s;
  -moz-transition: font-size 0.3s;
  /* Firefox 4 */
  -webkit-transition: font-size 0.3s;
  /* Safari and Chrome */
  -o-transition: font-size 0.3s;
}
.swiperLink:hover{
  cursor:pointer;
}
/* 第二屏幕的内容 */
.news-center {
  /* padding:10% 0 60px 1.7rem;
  padding-bottom:0%;
  padding-top:13%;
  padding-right:1.7rem; */
}

.gsdt {
  /* margin:0 auto; */
  /*margin-left: 7.5%;*/
  /*margin-right: 4%;*/
  padding-top: 6.5%;
  /*margin-bottom: 0%;*/
  /* width: 16.54rem; */
  margin: auto;
}

.gsdt-content {
  /* margin: 0 auto;
  margin-top: 1.12rem; */
  display: flex;
  width:auto;
  margin: 0 auto;
  /* padding-left:0.6rem; */
  justify-content: center
}

.gsdt-left {
  /*width: 46%;*/
  /*height:6.4rem;*/
  /* opacity:0; */
  width:8rem;
  margin-top: -0.3rem;
  margin-right: 1rem;
}
.gsdt-left-show{
  opacity: 1;
}
.dt-img {
  width: 8rem;
  height:6rem;
  border: 0.01rem solid #cccccc;
  border-bottom: none;
}
.dt-img:hover{
  cursor:pointer;
}
.dt-title:hover{
  cursor:pointer;
}
div img{
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
}
.dt-title {
  width: 8.01rem;
  height: 0.4rem;
  background: linear-gradient(-90deg,#224691 0%, #2871fa 100%);
  font-size: 0.2rem;
  font-family: 微软雅黑;
  font-weight: Normal;
  text-align: center;
  color: #ffffff;
  line-height: 0.4rem;
}

.gsdt-right {
  width: 7.54rem;
  height: 8.16rem;
  margin-top:-0.5rem;
}

.gsdt-tab {
  display: flex;
  height: 0.7rem;
  border-bottom: 0.01rem solid #CCCCCC ;
}

.gsdt-one {
  width: 1.3rem;
  margin-right: 0.8rem;
  cursor: pointer;
  border-bottom: 4px solid #3a55ae;
}

.gsdt-one1 {
  width: 1.3rem;
  margin-right: 0.8rem;
  cursor: pointer;
}
.gsdt-one2 {
  /* width: 1.8rem; */
  margin-right: 0.8rem;
  cursor: pointer;
}
.gsdt-one2_1 {
  width: 1.8rem;
  margin-right: 0.8rem;
  cursor: pointer;
  border-bottom: 4px solid #3a55ae;
}
.gsdt-title {
  font-size: 0.3rem;
  font-family: 微软雅黑;
  font-weight: 700;
  text-align: center;
  color: #3a55ae;
  line-height: 0.47rem;
  margin-bottom: 0.25rem;
}

.gsdt-title1 {
  font-size: 0.3rem;
  font-family: 微软雅黑;
  font-weight: 500;
  text-align: center;
  color: #3a55ae;
  line-height: 0.47rem;
}

.gsdt-list {
  width: 100%;
}

.gsdt-box {
  width: 100%;
  height: 0.9rem;
  border-bottom: 0.01rem solid #CCCCCC;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.gsdt-item {
  /*height: 0.56rem;*/
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.gstd-title {
  font-size: 0.2rem;
  font-family: 微软雅黑;
  font-weight: Normal;
  text-align: left;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width:7.5rem;
}

.gsdt-date {
  font-size: 0.14rem;
  font-family: 微软雅黑;
  font-weight: Normal;
  text-align: left;
  color: #666666;
}

.gsdt-more {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  font-family: 微软雅黑;
  font-weight: 400;
  text-decoration: underline;
  text-align: left;
  color: #224691;
  cursor: pointer;
}


.swiper-container2 {
  height: 6.4rem;
  width: 100%;
}

html,
body {
  height: auto !important;
}

/* 导航的样式 */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3%;
  padding-right: 0.2%;
  width: 100%;
  height: 0.9rem;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid #222222;
  background-color: rgba(0, 0, 0, 0.5);
}

.logo {
  display: block;
  /*width: 0.75rem;*/
  height: 0.56rem;
}

.header-right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.navs>li {
  position: relative;
  width: 1.6rem;
  text-align: center;
}

/* .navs > li:hover{
  color:red;
} */
.navs>li:first-child {
  margin-left: 0;
}

.navs>li:last-child {
  position: relative;
}

.navs>li:hover>a:before,
.navs>li.active>a:before {
  right: auto;
  left: 0;
  width: 100%;
}

.navs>li>a {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 0;
  color: #EBEBEB;
  /* width: 130px; */
  /* margin:0px 0.08rem; */
  line-height: 0.9rem;
  text-align: center;
  font-size: 0.18rem;
}

.navs>li>a:hover {
  color: #fff;
}

.navs>li>a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #0066d9;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.navs>li>a:hover:before,
.navs>li>a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}

.navs>li:hover .join-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: visible;
}

.join-menu {
  position: absolute;
  left: 50%;
  margin-left: -0.75rem;
  top: 70%;
  /* padding-top: 12px; */
  width: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}

.join-wrap {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.16); */
  border-bottom-left-radius: 0.04rem;
  border-bottom-right-radius: 0.04rem;
  padding: 0.14rem 0;
}

.join-wrap:before {
  position: absolute;
  left: 50%;
  margin-left: -0.06rem;
  top: -0.06rem;
  /* content: ""; */
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-bottom: 0.06rem solid #224691;
}

.join-wrap p {
  margin-bottom: 0.1rem;
  text-align: center;
}

.join-wrap p:last-child {
  margin-bottom: 0;
}

.join-wrap p a {
  display: inline-block;
  color: #fff;
  font-size: 0.14rem;
}

.join-wrap p a:hover {
  color: #0066d9;
}

.header-tel {
  margin-left: 0.1rem;
  padding-left: 0.26rem;
  padding-right: 0.24rem;
  border-left: 0.01rem solid rgba(255, 255, 255, 0.3);
  /*position: relative;*/
  cursor: pointer;
}

.header-tel1 {
  height: 0.4rem;
  width: 0.37rem;
  background-image: url("../images/home/wechartbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.header-tel:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: visible;
}

.sub-menu {
  width: 2.8rem;
  min-height: 3rem;
  background: #224691;
  position: absolute;
  /*left: 50%;*/
  right:0;
  /*margin-left: -2.15rem;*/
  top: 70%;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}
.sub-wrap {
  position: relative;
  background: #224691;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.16); */
  border-bottom-left-radius: 0.04rem;
  border-bottom-right-radius: 0.04rem;
  padding: 0.14rem 0;
}

.sub-wrap:before {
  position: absolute;
  left: 50%;
  margin-left: -0.06rem;
  top: -0.06rem;
  /* content: ""; */
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-bottom: 0.06rem solid #224691;
}

.sub-wrap p {
  margin-bottom: 0.1rem;
  text-align: center;
}

.sub-wrap p:last-child {
  margin-bottom: 0;
}

.sub-wrap p a {
  display: inline-block;
  color: #fff;
  font-size: 0.14rem;
}

.sub-wrap p a:hover {
  color: #0066d9;
}

/* 导航和第一屏幕的样式 */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.header-tel div img {
  padding: 0.07rem;
  width: 0.23rem;
}

.mtop {
  /* height: 90px; */
}

.banner-box {
  height: 100vh;
  background: url(../images/home/bannerback.png) center no-repeat;
  background-size: cover;
}

.banner {
  position: relative;
}

/* .banner .swiper-pagination {
  z-index: 10;
  bottom: 72px;
  padding-left: 400px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 17px;
  width: 34px;
  height: 4px;
  background: #fff;
  opacity: 0.2;
  border-radius: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  height: 8px;
  background: #00FCFF;
} */

.swiper-more {
  z-index: 11;
  bottom: 172px;
  /* width: 100%; */
  height: 100px;
  /* margin:0 45%; */
  background: #000;
  /* padding-left: 700px; */
}

.banner-slide {
  overflow: hidden;
}

.solutions {
  position: relative;
  z-index: 3;
  /* padding: 128px 10% 102px; */
  background: #eff5fb;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.z_index_more {
  display: block;
  position: relative;
  -webkit-animation: moves2 2s linear infinite;
  -moz-animation: moves2 2s linear infinite;
  -o-animation: moves2 2s linear infinite;
  animation: moves2 2s linear infinite;
  width: 96px;
  height: 96px;
  /* background: -webkit-linear-gradient(116deg, #43A2DB, #DC87B3);
  background: -moz-linear-gradient(116deg, #43A2DB, #DC87B3);
  background: -o-linear-gradient(116deg, #43A2DB, #DC87B3);
  background: linear-gradient(-26deg, #43A2DB, #DC87B3); */
  border-radius: 50%;
  color: #fff;
  /* display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox; */
  /* display: flex; */
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-justify-content: center; */
  -moz-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  z-index: 10;
}

.z_index_more i {
  display: block;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
}

.z_index_more em {
  display: block;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}

.z_index_more .iconfont {
  display: block;
}

.z_index_more::before {
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: ease 2s;
  -o-transition: ease 2s;
  -moz-transition: ease 2s;
  transition: ease 2s;
  height: 100%;
  border-radius: 34px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  /* background: -webkit-linear-gradient(116deg, #43A2DB, #DC87B3);
  background: -moz-linear-gradient(116deg, #43A2DB, #DC87B3);
  background: -o-linear-gradient(116deg, #43A2DB, #DC87B3);
  background: linear-gradient(-26deg, #43A2DB, #DC87B3); */
}

.z_index_more:hover::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}

/*向下滑动*/
.mouse-down {
  text-align: center;
  /*position: absolute;*/
  /* left: 50%;
  transform: translateX(-50%);
  bottom: 0.4rem; */
  z-index: 10;
}
.mouse-down span {
  display: block;
  margin: auto;
  position: relative;
  width: 0.32rem;
  height: 0.42rem;
  background: url(../images/home/mouse.png) center no-repeat;
  background-size: contain;
}
.mouse-down span i {
  display: block;
  width: 0.02rem;
  height: 0.10rem;
  background: #fff;
  border-radius: 0.02rem;
  position: absolute;
  left: 50%;
  margin-left: -0.01rem;
  top: 0.07rem;
  animation: moveDownSpot 1000ms infinite;
  -webkit-animation: moveDownSpot 1000ms infinite;
  -moz-animation: moveDownSpot 1000ms infinite;
}
.mouse-down p {
  margin-top: 0.26rem;
  font-size: 0.14rem;
  color: #fff;
  line-height: 1;
  opacity: 0.5;
}
@keyframes moveDownSpot {
  from {
    opacity: 1;
    top: 5px;
  }
  to {
    opacity: 0.1;
    top: 12px;
  }
}
.swiper-pagination-current {
  font-size: 0.28rem !important;
  font-weight: bold !important;
}
.home-swiper-next,.home-swiper-prev {
  top: 12px !important;
}

@-webkit-keyframes moves2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes moves2 {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-o-keyframes moves2 {
  0% {
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moves2 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.flex-more {
  position: fixed;
  /* height: 100px;
  width: 100px; */
  /* background: #000; */
  z-index: 99;
  top: 94%;
  right: 50%;
  transform: translateY(-94%);
}

/* 第三屏幕和页脚的代码 */
.team {
  /* display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox; */
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.expert-team {
  width: 33.33%;
  /* height:100vh; */
  /* width: 100%; */
}

.first-card {
  width: 33.33%;
  height: 100vh;
  /* position: relative; */
  /* background: blue; */
  background-image: url("../images/home/figure1.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  /* 给父元素 加一个3D盒子属性 那么子元素就到背面了 这个属性是加到父元素上 但是影响的是子元素 */
  transform-style: preserve-3d;
  /* animation: rotate-reverse 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
}

.second-card {
  height: 100vh;
  width: 33.33%;
  background-image: url("../images/home/figure2.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transform-style: preserve-3d;
}

.third-card {
  height: 100vh;
  width: 33.33%;
  background-image: url("../images/home/figure3.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transform-style: preserve-3d;
}

.info-common {
  width: 33.3%;
  /* width:100%; */
  height: 100vh;
  background: #0B302B;
  overflow: hidden;
}

.expert-info2 {
  background: #3E2101;
}

.expert-info3 {
  background: #16387E;
}

.expert-items {
  width: 2.4rem;
  height: 60%;
  text-align: center;
  margin: 0.2rem auto;
  font-size: 0.18rem;
  font-family: 微软雅黑;
  font-weight: Normal;
  text-align: left;
  color: #ffffff;
  line-height: 0.46rem;
}

.expert-items li {
  list-style: none;
  text-align: center;
}

.expert-text {
  width: 2rem;
  text-align: center;
  /* margin:auto; */
  padding-top: 18%;
  color: #fff;
  font-size: 0.36rem;
  border-bottom: 0.02rem solid #FFFFFF;
}

.expert-text strong {
  display: block;
  margin-bottom: 0.21rem;
  line-height: 1;
  font-size: 0.38rem;
  font-weight: normal;
}

.expert-more {
  width: 1.76rem;
  height: 0.56rem;
  /* bottom: 30%; */
  margin: 10% auto 0;
  /* position:absolute; */
  font-size: 0.18rem;
  font-family: 微软雅黑;
  font-weight: Normal;
  text-align: center;
  color: #ffffff;
  line-height: 0.56rem;

  border: 0.01rem solid #ffffff;
}

.footer {
  background: #091924;
  padding: 0px;
  background-image: url("../images/home/bottombg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer-top {
  overflow: hidden;
  border-bottom: 0.01rem solid #333333;
}

.footer-top-content {
  padding: 0.36rem 3%;
  display: flex;
  justify-content: space-between;
}

.top-left {
  width: 25%;
  /* padding: 0.16rem 3% 0.16rem 1%; */
  border-right: 0.01rem solid #333333;
  /* background-image: url("../images/home/logoNew.png");
  background-repeat: no-repeat;
  background-position: center center; */
  /* display: block; */
  /* width: 3.45rem;
  height: 0.56rem; */
  display: flex;
  align-items: center;
}

.top-right {
  padding: 0 2%;
  width: 71%;
  display: flex;
  font-size: 0.16rem;
  font-family: 微软雅黑;
  font-weight: Normal;
  text-align: left;
  color: #999999;
  line-height: 0.36rem;
}

.right-item1 {
  width: 25%;
  margin-left: 2%;
}
.right-item1>p>a:hover{
  color:#F7A300
}
.right-item1>a:hover{
  color:#F7A300
}
.right-item2 {
  width: 54%;
}

.right-item3 {
  width: 20%;
}

.foot-title {
  font-size: 0.16rem;
  font-family: 微软雅黑;
  font-weight: 700;
  text-align: left;
  color: #c9c9c9;
  line-height: 0.72rem;
}

.copy {
  width: 100%;
  font-size: 0.16rem;
  font-family: 微软雅黑;
  font-weight: Normal;
  text-align: center;
  color: #666666;
  line-height: 0.52rem;
}

.flex-search {
  position: fixed;
  right: 0.30rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.flex-item {
  position: relative;
  margin-bottom: 0.03rem;
  cursor: pointer;
}

.flex-item:last-child {
  margin-bottom: 0;
}

.flex-item:hover span {
  background: #095db7;
  color: #fff;
}

.flex-item:hover span i {
  color: #fff;
}

.flex-item span {
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding-top: 12px;
  width: 70px;
  height: 70px;
  border-radius: 3px;
  background: #f3f9f4;
  color: #333333;
  font-size: 12px;
  line-height: 1;
  transition: 0.38s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}

.flex-item span i {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #095db7;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  transition: 0.38s;
}

.flex-item:hover .search-box {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0px);
}

.search-box {
  position: absolute;
  right: 100%;
  top: 12px;
  padding-right: 25px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-40px);
  pointer-events: none;
  transition: 0.4s;
}

.card {
  width: 33.3%;
  /* 相对定位 */
  position: relative;
  /* 鼠标放到元素上呈现小手的形状 */
  cursor: pointer;
  /* 给父元素 加一个3D盒子属性 那么子元素就到背面了 这个属性是加到父元素上 但是影响的是子元素 */
  /* transform-style: preserve-3d; */
  /* animation: rotate-reverse 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
}

.first-card:hover .expert-info1 {
  /* 动画 名称 时长 第三个属性是贝塞尔曲线 我们可以自定义动画的运动轨迹 让动画的运动轨迹有了很多种可能 第四个属性是当我们的动画完成是的状态 一般动画完成之后就回到了0%的状态 默认值是backwards 当我们给属性值是forwards的时候那么当动画到100%的时候就会停下来 不会再回到0% */
  /* animation: rotate 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
  display: flex;
  opacity: 0.8;
}
.first-card:hover .expert-text1 {
  /* 动画 名称 时长 第三个属性是贝塞尔曲线 我们可以自定义动画的运动轨迹 让动画的运动轨迹有了很多种可能 第四个属性是当我们的动画完成是的状态 一般动画完成之后就回到了0%的状态 默认值是backwards 当我们给属性值是forwards的时候那么当动画到100%的时候就会停下来 不会再回到0% */
  /* animation: rotate 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
  /* display: none; */
}

.first-card:hover .expert-more {
  /* 动画 名称 时长 第三个属性是贝塞尔曲线 我们可以自定义动画的运动轨迹 让动画的运动轨迹有了很多种可能 第四个属性是当我们的动画完成是的状态 一般动画完成之后就回到了0%的状态 默认值是backwards 当我们给属性值是forwards的时候那么当动画到100%的时候就会停下来 不会再回到0% */
  /* animation: rotate 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
  /* display: none; */
}

.second-card:hover .expert-info2 {
  display: flex;
  opacity: 0.8;
  /* 动画 名称 时长 第三个属性是贝塞尔曲线 我们可以自定义动画的运动轨迹 让动画的运动轨迹有了很多种可能 第四个属性是当我们的动画完成是的状态 一般动画完成之后就回到了0%的状态 默认值是backwards 当我们给属性值是forwards的时候那么当动画到100%的时候就会停下来 不会再回到0% */
  /* animation: rotate 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
}

.second-card:hover .expert-text2 {
  /* 动画 名称 时长 第三个属性是贝塞尔曲线 我们可以自定义动画的运动轨迹 让动画的运动轨迹有了很多种可能 第四个属性是当我们的动画完成是的状态 一般动画完成之后就回到了0%的状态 默认值是backwards 当我们给属性值是forwards的时候那么当动画到100%的时候就会停下来 不会再回到0% */
  /* animation: rotate 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
  display: none;
}

.second-card:hover .expert-more {
  /* 动画 名称 时长 第三个属性是贝塞尔曲线 我们可以自定义动画的运动轨迹 让动画的运动轨迹有了很多种可能 第四个属性是当我们的动画完成是的状态 一般动画完成之后就回到了0%的状态 默认值是backwards 当我们给属性值是forwards的时候那么当动画到100%的时候就会停下来 不会再回到0% */
  /* animation: rotate 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
  display: none;
}

.third-card:hover .expert-info3 {
  display: flex;
  opacity: 0.8;
  /* 动画 名称 时长 第三个属性是贝塞尔曲线 我们可以自定义动画的运动轨迹 让动画的运动轨迹有了很多种可能 第四个属性是当我们的动画完成是的状态 一般动画完成之后就回到了0%的状态 默认值是backwards 当我们给属性值是forwards的时候那么当动画到100%的时候就会停下来 不会再回到0% */
  /* animation: rotate 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
}

.third-card:hover .expert-text3 {
  /* 动画 名称 时长 第三个属性是贝塞尔曲线 我们可以自定义动画的运动轨迹 让动画的运动轨迹有了很多种可能 第四个属性是当我们的动画完成是的状态 一般动画完成之后就回到了0%的状态 默认值是backwards 当我们给属性值是forwards的时候那么当动画到100%的时候就会停下来 不会再回到0% */
  /* animation: rotate 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
  display: none;
}

.third-card:hover .expert-more {
  /* 动画 名称 时长 第三个属性是贝塞尔曲线 我们可以自定义动画的运动轨迹 让动画的运动轨迹有了很多种可能 第四个属性是当我们的动画完成是的状态 一般动画完成之后就回到了0%的状态 默认值是backwards 当我们给属性值是forwards的时候那么当动画到100%的时候就会停下来 不会再回到0% */
  /* animation: rotate 1.2s cubic-bezier(0.66, -0.47, 0.33, 1.5) forwards; */
  display: none;
}

.front,
.back {
  display: flex;
  /* 弹性布局 让元素垂直陈列 */
  flex-direction: column;
  /* 现在子元素垂直陈列 那么就是让子元素 水平居中 */
  align-items: center;
  /* 平均分配高度给每一个子元素 */
  justify-content: space-around;
  /* 绝对定位  子元素是绝对定位 父元素需要相对定位 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 1em = 16px */
  font-size: 1.3em;
  /* border-radius: 30px; */
  /* background-color: #fff; */
}

.back {
  /* 因为背面卡片要到后面去所以我们给背面卡片加一个沿Y轴旋转180度的属性 这里面我们可以看到是旋转了但是没有到后面 原因就是父盒子现在不是3D盒子 而是一个2D盒子 所以我们必须让父元素变成3D盒子 */
  /* transform: rotateY(180deg); */
  justify-content: center;
  display: none;
}

.front:hover .back {
  cursor: pointer;
  display: flex;
}

.globalScreen {
  /*height: 100vh !important;*/
  background-color:#ffffff;
}

.txt .title-oneline {
  font-size: 0.62rem !important;
  line-height: 0.8rem;
  font-weight: 800 !important;
  letter-spacing: 0.054rem;
  color:#fff;
  /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
    overflow: hidden;
    width: 49%;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.txt .title-twoline {
  font-size: 0.36rem !important;
  font-family: 微软雅黑;
  font-weight: 500 !important;
  text-align: left;
  color: #ffffff;
  line-height: 0.5rem;
  text-transform: none;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.txt .title-threeline {
  font-size: 0.36rem;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.009rem;
}
.swiperMouse:hover{
  cursor:pointer;
}
