#slide_agd_container {
  width: 100%;
  max-width: 1940px;
  min-width: 1200px;
  height: 700px;
  margin: 0 auto;
  position: absolute;
  _position: relative;
  top: 0;
  z-index: 10;
}
#slide_agd_container #slide_agd {
  height: 700px;
  position: relative;
  width: 100%;
  background-color: #fff;
}
#slide_agd_container #slide_agd a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-size: auto;
  background-position: top center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 700px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#slide_agd_container #slide_agd a.c_active {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 11 !important;
}
@keyframes slide_ani {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@-webkit-keyframes slide_ani {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@-moz-keyframes slide_ani {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@-o-keyframes slide_ani {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
#slide_agd_container #slide_page_no {
  position: absolute;
  z-index: 20;
  display: none;
}
#slide_agd_container #slide_page_no #slide_page_no_ul {
  min-width: 1200px;
  text-align: center;
}
#slide_agd_container #slide_page_no #slide_page_no_ul li {
  width: 15px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#slide_agd_container #slide_page_no #slide_page_no_ul li:hover,
#slide_agd_container #slide_page_no #slide_page_no_ul li.active {
  width: 30px;
  background: #F8D552;
}
#toFourTemp {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 415px;
  padding-top: 50px;
  position: relative;
  z-index: 11;
  background: url("../../image/website/pc/2021/home/banner_shade.png") no-repeat top center transparent;
}
#toFourTemp .content {
  background: #FFFFFF url("../../image/website/pc/2021/home/002bg.png") no-repeat top center;
  height: 233px;
  border-radius: 15px;
  box-shadow: 0 9px 30px 2px rgba(0, 0, 0, 0.1);
  font-size: 0;
}
#toFourTemp .content ul {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
#toFourTemp .content ul li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  margin-top: 38px;
}
#toFourTemp .content ul li:first-child {
  margin-left: 0;
}
#toFourTemp .content ul li a {
  display: inline-block;
}
#toFourTemp .content ul li a p {
  margin-top: 11px;
  font-size: 12px;
  color: #000;
  line-height: 18px;
}
#toFourTemp .content ul li a p.first-child {
  margin-top: 15px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
#toFourTemp .content ul li a div {
  margin: auto;
  width: 110px;
  height: 88px;
  background-position: center !important;
  background-size: 100% 100% !important;
}
#toFourTemp .content .bt_right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  border-left: 1px solid #E4E4E4;
  display: inline-block;
  vertical-align: top;
  margin-top: 23px;
  padding: 30px 0 10px;
  text-align: center;
}
#toFourTemp .content .bt_right .tit {
  font-size: 22px;
  font-weight: bold;
  color: #212121;
  line-height: 30px;
}
#toFourTemp .content .bt_right .tit span {
  color: #EB0334;
}
#toFourTemp .content .bt_right input {
  margin-top: 12px;
  font-size: 12px;
  text-align: center;
  width: 199px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
#toFourTemp .content .bt_right input#fast_sub {
  background: #F01312;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}
.cate10_45 {
  background-color: #ffefef;
  padding: 20px 0 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cate10_45 .content {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 9px 20px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.cate10_45 .content .p1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #212121;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 9px;
}
.cate10_45 .content .p1 a {
  margin-top: 5px;
  float: right;
  font-size: 13px;
  font-weight: 400;
}
.cate10_45 .content .p1 a:hover {
  color: #F01312;
}
.cate10_45 .content ul {
  margin-top: 13px;
}
.cate10_45 .content ul li {
  float: left;
  width: 11.11%;
  text-align: center;
  margin: 12px 0;
}
.cate10_45 .content ul li a {
  position: relative;
  display: inline-block;
  width: 99%;
  height: 34px;
  line-height: 34px;
  border-radius: 0 11px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cate10_45 .content ul li a .cate {
  vertical-align: middle;
  display: none;
  opacity: 0;
}
.cate10_45 .content ul li a .hot {
  position: absolute;
  left: 5px;
  top: 5px;
}
.cate10_45 .content ul li a:hover {
  font-weight: bold;
  color: white;
  background: #F01312;
}
.cate10_45 .content ul li a:hover .hot {
  display: none;
}
.cate10_45 .content ul li a:hover .cate {
  display: inline-block;
  opacity: 1;
}
.brand_box5 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ffefef url("../../image/website/pc/2021/home/03bg.png") no-repeat top 315px center;
}
.brand_box5 .title {
  position: relative;
}
.brand_box5 .title a {
  position: absolute;
  right: 0;
  top: 25px;
  text-align: center;
  line-height: 25px;
  width: 90px;
  height: 25px;
  background: #F9D7D7;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(203, 11, 7, 0.58);
}
.brand_box5 .title a:hover {
  color: #F9D7D7;
  background: #FE3632;
}
.brand_box5 .one_box {
  margin-top: 100px;
  height: 450px;
  font-size: 0;
}
.brand_box5 .one_box .left,
.brand_box5 .one_box .right {
  height: 100%;
}
.brand_box5 .one_box .left {
  box-shadow: 0 9px 20px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: top;
  display: inline-block;
  width: 16.66%;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
.brand_box5 .one_box .left .top {
  white-space: nowrap;
  width: auto;
  height: 32px;
  position: absolute;
  top: -45px;
  left: 0;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.brand_box5 .one_box .left .top img {
  vertical-align: bottom;
}
.brand_box5 .one_box .left .cate {
  padding-bottom: 25px;
}
.brand_box5 .one_box .left .cate .p1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FEFEFE;
}
.brand_box5 .one_box .left .cate ul {
  width: 100%;
}
.brand_box5 .one_box .left .cate ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 12px;
  float: left;
  min-width: 25%;
  padding: 0 6px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
}
.brand_box5 .one_box .left .cate ul li a {
  color: #FEFEFE;
  white-space: nowrap;
}
.brand_box5 .one_box .left .cate ul li a:hover {
  font-weight: bold;
}
.brand_box5 .one_box .left .more {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.brand_box5 .one_box .left .more a {
  display: inline-block;
  width: 100px;
  height: 28px;
  background: #FFFFFF;
  box-shadow: 0 10px 7px 1px rgba(174, 136, 136, 0.23);
  border-radius: 14px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 28px;
}
.brand_box5 .one_box .left .more a.more_22 {
  color: #ff3c4b;
}
.brand_box5 .one_box .left .more a.more_23 {
  color: #ff8500;
}
.brand_box5 .one_box .left .more a.more_24 {
  color: #00c1fc;
}
.brand_box5 .one_box .left .more a.more_25 {
  color: #ac81ff;
}
.brand_box5 .one_box .left .more a:hover {
  cursor: pointer;
  color: white;
}
.brand_box5 .one_box .left .more a:hover.more_22 {
  background-color: #ff3c4b;
}
.brand_box5 .one_box .left .more a:hover.more_23 {
  background-color: #ff8500;
}
.brand_box5 .one_box .left .more a:hover.more_24 {
  background-color: #00c1fc;
}
.brand_box5 .one_box .left .more a:hover.more_25 {
  background-color: #ac81ff;
}
.brand_box5 .one_box .right {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: 83.34%;
}
.brand_box5 .one_box .right .brand {
  box-shadow: 0 9px 20px 2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 218px;
  margin-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  margin-left: 1.5%;
  width: 23.5%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.brand_box5 .one_box .right .brand a .brand_img {
  height: 155px;
  width: 92%;
  margin: 10px 4% 0;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}
.brand_box5 .one_box .right .brand a .brand_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.brand_box5 .one_box .right .brand a .brand_img img.hover_logo {
  display: none;
}
.brand_box5 .one_box .right .brand a .brand_img:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.brand_box5 .one_box .right .brand .bot_box {
  width: 92%;
  margin: auto;
}
.brand_box5 .one_box .right .brand .bot_box .p1 {
  width: 100%;
  margin-top: 8px;
}
.brand_box5 .one_box .right .brand .bot_box .p1 a {
  font-size: 13px;
  font-family: Microsoft YaHei;
  color: #000000;
}
.brand_box5 .one_box .right .brand .bot_box .p1 a:nth-child(1) {
  display: inline-block;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand_box5 .one_box .right .brand .bot_box .p1 a.a2 {
  float: right;
}
.brand_box5 .one_box .right .brand .bot_box .p1 a.a2 span {
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
}
.brand_box5 .one_box .right .brand:hover {
  -webkit-transform: translate3d(-2%, -2%, 0);
  -moz-transform: translate3d(-2%, -2%, 0);
  -o-transform: translate3d(-2%, -2%, 0);
  -ms-transform: translate3d(-2%, -2%, 0);
  transform: translate3d(-2%, -2%, 0);
}
.brand_box5 .one_box .right .brand:hover .brand_img_hover .r_logo {
  display: none;
}
.brand_box5 .one_box .right .brand:hover .brand_img_hover .hover_logo {
  display: block;
}
.brand_box5 .one_box .right .brand:hover .bot_box .p1 span {
  color: #F01312;
}
.brand_box5 .one_box .right .top {
  padding: 0 30px;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  height: 34px;
  top: -45px;
  right: 0;
  font-size: 12px;
  color: #30373F;
  line-height: 34px;
  border-radius: 17px;
  box-shadow: -2px 3px 7px 0 rgba(141, 141, 141, 0.35) inset, 0 10px 7px 1px rgba(174, 136, 136, 0.2);
}
.brand_box5 .one_box .right .top li {
  font-weight: bold;
  display: inline-block;
}
.brand_box5 .one_box .right .top li a {
  padding: 0 10px;
  cursor: pointer;
  font-weight: normal;
}
.brand_box5 .one_box .right .top li a:hover {
  font-weight: bold;
}
.brand_box5 .one_box .right .top li a:hover.a_22 {
  color: #D32556;
}
.brand_box5 .one_box .right .top li a:hover.a_23 {
  color: #F0860A;
}
.brand_box5 .one_box .right .top li a:hover.a_24 {
  color: #0089F1;
}
.brand_box5 .one_box .right .top li a:hover.a_25 {
  color: #5638D0;
}
.brand_box5 .one_box.type21 {
  margin-top: 10px;
  height: 260px;
}
.brand_box5 .one_box.type21 .left {
  box-shadow: none;
}
.brand_box5 .one_box.type21 .left .p1 {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
}
.brand_box5 .one_box.type21 .left .p2 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 15px;
}
.brand_box5 .one_box.type21 .left .p3 {
  margin-top: 25px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
}
.brand_box5 .one_box.type21 .right {
  height: 240px;
}
.brand_box5 .one_box.type21 .right .brand {
  height: 100%;
}
.brand_box5 .one_box.type21 .right .brand .brand_img {
  height: 185px;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.brand_box5 .one_box.type21 .right .brand .brand_img .recommend {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 16px;
  border-bottom-left-radius: 10px;
  background-color: #2027BE;
  color: rgba(255, 255, 255, 0.89);
  font-size: 12px;
}
.brand_box5 .one_box.type21 .right .brand .bot_box .p1 {
  font-weight: bold;
}
.brand_box5 .one_box.type21 .right .brand .bot_box .p1:hover {
  color: #F01312;
}
.brand_box5 .one_box.type21 .right .brand .bot_box .p2 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 5px;
}
.team_body {
  background: #e4eeff url("../../image/website/pc/2021/home/team-bg.png") no-repeat top 50px center;
  width: 100%;
  padding: 250px 0 0;
}
.team_body .video_box {
  width: 100%;
  height: 364px;
  padding: 17px;
  background: #FFFFFF url("../../image/website/pc/2021/home/our team.png") no-repeat 697px 18px;
  border-radius: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.team_body .video_box .tip {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 13px;
  font-weight: 400;
  color: white;
  opacity: 0.4;
}
.team_body .video_box .tip2_box {
  -webkit-transform: scale(0.7);
  position: absolute;
  top: 60px;
  right: -40px;
}
.team_body .video_box .tip2_box .tip2 {
  -ms-transform: rotate(90deg);
  /* Internet Explorer 9*/
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #C1C1C1;
}
.team_body .video_box .tip2_box .tip2 span {
  margin-left: 10px;
  display: inline-block;
  height: 10px;
  width: 50px;
  background: #CD0A07;
}
.team_body .video_box .video_tmp {
  vertical-align: top;
  display: inline-block;
  width: 680px;
  height: 100%;
  background: #140F0F;
  border-radius: 15px;
}
.team_body .video_box .video_text {
  margin-top: 40px;
  margin-left: 75px;
  vertical-align: top;
  display: inline-block;
  width: 385px;
}
.team_body .video_box .video_text .p1 {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #CD0A07;
}
.team_body .video_box .video_text .p2 {
  margin: 10px 0 25px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.team_body .video_box .video_text .p3 {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.team_body #slide_employee {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 15px;
}
.team_body #slide_employee .bx-viewport {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 15px;
}
.team_body #slide_employee .bx-pager-item a {
  width: 15px;
  height: 5px;
  background: #FFFFFF;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.team_body #slide_employee .bx-pager-item a:hover,
.team_body #slide_employee .bx-pager-item a.active {
  width: 30px;
  background: #F8D552;
}
.team_body #slide_employee #bxslider .slide_e_item ul {
  width: 100%;
}
.team_body #slide_employee #bxslider .slide_e_item ul li {
  font-size: 0;
  width: 32.5%;
  float: left;
  height: 180px;
  background: #FFFFFF;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team_body #slide_employee #bxslider .slide_e_item ul li:hover {
  -webkit-transform: translate3d(-1%, 0, 0);
  -moz-transform: translate3d(-1%, 0, 0);
  -o-transform: translate3d(-1%, 0, 0);
  -ms-transform: translate3d(-1%, 0, 0);
  transform: translate3d(-1%, 0, 0);
}
.team_body #slide_employee #bxslider .slide_e_item ul li:nth-child(2) {
  margin: 0 1.25%;
}
.team_body #slide_employee #bxslider .slide_e_item ul li .img_portrait {
  vertical-align: top;
  display: inline-block;
  height: 100%;
  width: 47.5%;
  background-position: top center;
  background-size: cover;
}
.team_body #slide_employee #bxslider .slide_e_item ul li .info {
  margin: 15px 4% 0;
  vertical-align: top;
  display: inline-block;
  width: 44.5%;
}
.team_body #slide_employee #bxslider .slide_e_item ul li .info .p1 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.team_body #slide_employee #bxslider .slide_e_item ul li .info .p1 span {
  margin-left: 15px;
  font-size: 12px;
  color: #959595;
}
.team_body #slide_employee #bxslider .slide_e_item ul li .info .p2 {
  margin-top: 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  opacity: 0.4;
  text-indent: -20px;
  -webkit-transform: scale(0.8);
}
.team_body #slide_employee #bxslider .slide_e_item ul li .info .p3 {
  margin-top: 5px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #515151;
  line-height: 18px;
}
.team_body #slide_employee #bxslider .slide_e_item ul li .info .p4 {
  max-height: 40px;
  margin-top: 5px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.team_body #slide_employee #bxslider .slide_e_item ul li .more {
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: 10px;
  width: 65px;
  height: 22px;
  background: #FFE9E9;
  box-shadow: 2px 1px 4px 0 rgba(200, 204, 225, 0.34), 0 2px 3px 0 rgba(179, 69, 69, 0.35) inset;
  border-radius: 15px;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  color: #D32724;
  cursor: pointer;
}
.team_body #slide_employee #bxslider .slide_e_item ul li .more:hover {
  background: #D32724;
  color: #FFE9E9;
}
.team_body #slide_employee #bxslider .slide_e_item ul li:hover .info .p3 {
  color: #CD0A07;
}
.team_body .about {
  height: 461px;
  position: relative;
}
.team_body .about p {
  max-width: 456px;
  color: white;
}
.team_body .about p span {
  opacity: 0.9;
}
.team_body .about .p1 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.team_body .about .p1 span {
  font-weight: 400;
  font-size: 14px;
  margin-left: 20px;
}
.team_body .about .p2 {
  font-size: 12px;
  font-family: Arial;
  font-weight: 900;
  opacity: 0.77;
}
.team_body .about .p3 {
  margin-top: 15px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.team_body .about .p4 {
  margin-top: 25px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  line-height: 23px;
  font-weight: 100;
}
.team_body .about .p4 span {
  font-weight: bold;
}
.team_body .about .p5 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 25px;
}
.team_body .about .p5 a {
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  width: 90px;
  height: 25px;
  background: #F9D7D7;
  border-radius: 13px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  text-align: center;
  font-weight: 400;
  color: #FE3632;
  line-height: 25px;
  text-shadow: none;
}
.team_body .about .p5 a:hover {
  background: #f9cccb;
}
.team_body .about .p5 img {
  position: relative;
  bottom: 3px;
  left: 15px;
  vertical-align: bottom;
}
.team_body .about .work {
  position: absolute;
  bottom: 95px;
  right: 0;
}
.team_body .about .sip {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 43px;
  position: absolute;
  bottom: 55px;
  right: 0;
  opacity: 0.9;
}
.news_box {
  width: 100%;
  background-color: #fdfafa;
  font-size: 0;
  padding-bottom: 100px;
}
.news_box .title {
  position: relative;
}
.news_box .title a {
  position: absolute;
  right: 0;
  top: 25px;
  text-align: center;
  line-height: 25px;
  width: 90px;
  height: 25px;
  background: #F9D7D7;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(203, 11, 7, 0.58);
}
.news_box .title a:hover {
  color: #F9D7D7;
  background: #FE3632;
}
.news_box .one_box {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 9px 20px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: 32.5%;
  height: 229px;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
}
.news_box .one_box:hover {
  -webkit-transform: translate3d(-1%, 0, 0);
  -moz-transform: translate3d(-1%, 0, 0);
  -o-transform: translate3d(-1%, 0, 0);
  -ms-transform: translate3d(-1%, 0, 0);
  transform: translate3d(-1%, 0, 0);
}
.news_box .one_box .cate {
  display: block;
  width: 100%;
  height: 98px;
  border-radius: 6px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 98px;
  position: relative;
}
.news_box .one_box .cate span {
  position: absolute;
  color: white;
  right: 16px;
  top: -30px;
  font-size: 12px;
  font-weight: normal;
}
.news_box .one_box:nth-child(2),
.news_box .one_box:nth-child(5) {
  margin: 0 1.25%;
}
.news_box .one_box ul {
  margin-top: 15px;
}
.news_box .one_box ul li {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 13px;
  font-family: Microsoft YaHei;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_box .one_box ul li:hover {
  -webkit-transform: translate3d(-1%, 0, 0);
  -moz-transform: translate3d(-1%, 0, 0);
  -o-transform: translate3d(-1%, 0, 0);
  -ms-transform: translate3d(-1%, 0, 0);
  transform: translate3d(-1%, 0, 0);
}
.news_box .one_box ul li a {
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}
.news_box .one_box ul li a span {
  vertical-align: middle;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #DBDBDB;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin: 0 5px;
}
.news_box .one_box ul li a:hover {
  color: #EAA02D;
  font-weight: bold;
}
.news_box .one_box ul li a:hover span {
  background: #EDB661;
}
#index_footer {
  background-color: #fdfafa;
}
