a:hover {
  color: #000;
  text-decoration: none;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #fff;
}
.advertising {
  width: 1200px;
}
.backtop {
  background: url(../img/back-top.png) no-repeat;
  background-size: contain;
}
.n1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.three_header {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.three_header .flex {
  align-items: center;
  height: 70px;
  line-height: 70px;
}
.three_header .logo img {
  width: 140px;
  height: auto;
}
.three_header .topTsCentRank .nav_list {
  color: #303030;
  font-size: 13px;
  margin-right: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.three_header .topTsCentRank .nav_list li {
  min-width: 68px;
  cursor: pointer;
  text-align: center;
}
.three_header .topTsCentRank .nav_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #303030;
  font-size: 13px;
}
.three_header .topTsCentRank .BU-Component-Header-Avatar {
  margin-left: 15px;
}
.three_header .topTsCentRank .BU-Component-Header-Avatar .BU-Component-Header-Avatar__container a {
  display: inline-block;
}
.three_header .topTsCentRank .BU-Component-Header-Avatar .BU-Component-Header-Avatar__container a .loginButton {
  width: 80px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #ff142b;
  color: #ff142b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 4px;
  outline: none;
  background: none;
}
.three_header .topTsCentRank .BU-Component-Header-Avatar .BU-Component-Header-Avatar__container a .loginButton > .avatar-logo {
  margin-right: 6px;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background: url(../img/login.svg) no-repeat 0 80.77%;
  background-size: 625% 360%;
}
.three_header ul {
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;
}
.three_header ul li:not(:last-of-type) {
  margin-right: 20px;
}
.three_header ul li a:hover {
  color: #f95252;
}
#swiper-1 {
  height: 400px;
  margin: 0 auto;
}
#swiper-1 .swiper-slide a {
  display: block;
  height: 100%;
}
#swiper-1 .swiper-slide a img {
  object-fit: contain;
}
#swiper-1 .swiper-slide.one a {
  background: #3268ee;
}
#swiper-1 .swiper-slide.two a {
  background: #5e28d5;
}
#swiper-1 .swiper-slide.three a {
  background: #ea2a40;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.three_title {
  margin-bottom: 42px;
  text-align: center;
}
.three_title span {
  display: block;
  font-size: 36px;
  line-height: 36px;
  color: #3c3a42;
  margin-bottom: 5px;
  font-weight: 700;
}
.three_title p {
  font-size: 16px;
}
.three_title.white span,
.three_title.white p {
  color: #fff;
}
.three_fuwu {
  padding: 75px 0 72px 0px;
}
.three_fuwu .three_fuwu_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.three_fuwu .three_fuwu_content .item {
  width: 32%;
}
.three_fuwu .three_fuwu_content .item:nth-of-type(-n + 3) {
  margin-bottom: 32px;
}
.three_fuwu .three_fuwu_content .item i {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 16px;
  transition: all 0.6s ease-in-out;
}
.three_fuwu .three_fuwu_content .item i:hover {
  transform: rotateY(180deg);
}
.three_fuwu .three_fuwu_content .item span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #3c3a42;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 4px;
}
.three_fuwu .three_fuwu_content .item p {
  font-size: 14px;
  line-height: 24px;
  color: #66646d;
}
.three_number {
  background-image: url(../img/number_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.three_number::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.three_number .flex {
  position: relative;
  z-index: 9;
  padding: 82px 0 90px 0px;
}
.three_number .item {
  width: 24%;
  text-align: center;
}
.three_number .item i {
  display: block;
  color: #f95252;
  font-size: 48px;
  margin-bottom: 15px;
  margin-bottom: 25px;
}
.three_number .item span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 8px;
}
.three_number .item p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.three_color_box {
  background-color: #f95252;
  padding: 36px 0px 37px 0px;
}
.three_color_box p {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.three_color_box a {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: #3c3a42;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-indent: 2em;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.three_color_box a::before {
  position: absolute;
  right: 15px;
  font-family: 'FontAwesome';
  content: '\f101';
}
.three_color_box a:hover {
  background-color: #ffffff;
  color: #f95252;
}
.three_news {
  padding: 50px 0px;
}
.three_news .item {
  width: 23%;
  box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}
.three_news .item:hover {
  transform: translateY(-20px);
}
.three_news .item img {
  height: 190px;
}
.three_news .item .item_box {
  padding: 24px 29px 23px 29px;
  background-color: #fff;
}
.three_news .item .item_box h2 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 4px;
  color: #f95252;
  font-weight: 700;
}
.three_news .item .item_box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  cursor: pointer;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #646a7c;
}
.three_news .item .item_box span {
  font-size: 12px;
  color: #f95252;
  font-weight: 700;
}
.three_news_bg {
  background-image: url(../img/three_news_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding: 76px 0 67px 0px;
}
.three_logo {
  padding: 75px 0 72px 0px;
}
.three_logo ul {
  flex-wrap: wrap;
}
.three_logo ul li {
  width: 23%;
}
.three_logo ul li:not(:nth-last-of-type(-n + 4)) {
  margin-bottom: 20px;
}
.three_logo ul li img {
  transition: all 0.6s;
}
.three_logo ul li img:hover {
  transform: scale(1.1);
}
.three_kehu {
  background-color: #f8f7f7;
  padding: 30px 0 70px;
}
.three_kehu .last_swiper {
  position: relative;
}
.three_kehu .last_swiper #swiper-2 .swiper-slide {
  display: flex;
  flex-direction: column;
}
.three_kehu .last_swiper #swiper-2 .swiper-slide a {
  width: 100%;
  height: 110px;
  line-height: 110px;
  display: block;
  text-align: center;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  background-color: #fff;
  transition: all 0.6s;
}
.three_kehu .last_swiper #swiper-2 .swiper-slide a:hover {
  border-color: #f95252;
}
.three_kehu .last_swiper #swiper-2 .swiper-slide a:first-of-type {
  margin-bottom: 20px;
}
.three_kehu .last_swiper #swiper-2 .swiper-slide a img {
  width: auto;
  height: auto;
}
.three_four {
  background-color: #f8f7f7;
  padding: 24px 0px 20px 0px;
}
.three_four .item {
  width: 24%;
  display: flex;
  justify-content: center;
}
.three_four .item i {
  margin-right: 20px;
  font-size: 30px;
  color: #1688d3;
}
.three_four .item span {
  font-size: 14px;
  color: #232530;
  margin-bottom: 2px;
  font-weight: 700;
}
.three_four .item p {
  font-size: 12px;
  line-height: 16px;
  color: #646a7c;
  padding-left: 1px;
}
.bottom {
  background-color: #323232;
}
.bottom .w {
  padding: 65px 0;
}
.bottom .bot_left {
  display: flex;
}
.bottom .bot_left .text {
  color: #fff;
  width: 256px;
  margin-right: 70px;
}
.bottom .bot_left .text span {
  display: block;
  font-size: 30px;
  margin-bottom: 13px;
  font-weight: 700;
}
.bottom .bot_left .text p {
  line-height: 25px;
  font-size: 13px;
  word-wrap: break-all;
  color: #b2b1b8;
}
.bottom .bot_left .text .phone {
  margin-top: 14px;
  padding-top: 20px;
  border-top: 1px solid #28272d;
  position: relative;
  padding-left: 30px;
}
.bottom .bot_left .text .phone::before {
  font-family: 'ElegantIcons';
  content: '\e090';
  position: absolute;
  left: 0;
  color: #1688d3;
}
.bottom .bot_left dl {
  margin-right: 70px;
  white-space: nowrap;
}
.bottom .bot_left dl dt {
  white-space: nowrap;
  line-height: 26px;
  margin-bottom: 10px;
}
.bottom .bot_left dl dt a {
  font-size: 18px;
  color: #dfdfdf;
}
.bottom .bot_left dl dd {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.bottom .bot_left dl dd::before {
  position: absolute;
  left: 0;
  top: -2px;
  font-family: 'FontAwesome';
  content: '\f101';
  font-size: 16px;
  color: #66646d;
}
.bottom .bot_left dl dd a {
  display: block;
  font-size: 12px;
  transition: all 0.6s;
}
.bottom .bot_left dl dd:hover a {
  transform: translateX(10px);
  color: #f95252;
}
.bottom .bot_left dl a {
  color: #fff;
}
.bottom .info_img {
  display: flex;
  height: 160px;
  border-left: 1px solid #666666;
}
.bottom .info_img div {
  width: 110px;
  height: 110px;
  margin-left: 50px;
}
.bottom .info_img div span {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.bottom .copyright {
  background: #2c2c2c;
  text-align: center;
  height: 61px;
  line-height: 61px;
  color: #ccc;
  font-size: 12px;
}
.bottom .copyright * {
  color: #ccc;
  font-size: 12px;
}
.list_banner {
  margin: 0 auto;
  position: relative;
}
.list_banner .text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.list_banner .text h3 {
  color: #fff;
  font-size: 55px;
}
.list_banner .text p {
  color: #fff;
  line-height: 25px;
  max-width: 30%;
  margin: auto;
  font-size: 18px;
}
.crumsb {
  position: relative;
  padding: 72px 0px 40px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.crumsb .crumsb_left {
  display: flex;
  justify-content: space-between;
}
.crumsb .crumsb_left a,
.crumsb .crumsb_left i {
  font-size: 15px;
  margin-right: 5px;
  color: #b2b1b8;
}
.crumsb .crumsb_left a:last-of-type {
  color: #f95252;
}
.crumsb .crumsb_tit span {
  font-size: 22px;
  color: #182331;
  line-height: 23px;
}
.w_800 {
  width: 760px;
}
.w_380 {
  width: 380px;
  position: sticky;
  height: 100%;
  top: 20px;
  padding-top: 72px;
}
.three_list_li ul li {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 3px;
  padding-bottom: 30px;
  padding-left: 3px;
}
.three_list_li ul li a {
  display: flex;
  justify-content: space-between;
}
.three_list_li ul li a .text {
  flex: 1;
  overflow: hidden;
}
.three_list_li ul li a .text span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #f95252;
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 700;
}
.three_list_li ul li a .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  cursor: pointer;
  font-weight: normal;
  line-height: 27px;
  font-size: 14px;
  color: #666;
}
.three_list_li ul li a img {
  width: 270px;
  height: 150px;
  margin-left: 20px;
}
.paging {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
}
.paging span,
.paging a:hover,
.paging span:hover {
  color: #f95252;
}
.list_title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  line-height: 24px;
  height: 24px;
  border-left: 4px solid #f95252;
  padding-left: 20px;
}
.list_title span a {
  font-size: 18px;
  font-weight: 700;
}
.time_list ul li {
  color: #9b9b9b;
  margin-top: 15px;
  position: relative;
  padding-left: 20px;
}
.time_list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #f95252;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.time_list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.time_list ul li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  flex: 1;
  margin-right: 20px;
}
.time_list ul li a span:hover {
  color: #f95252;
}
.time_list ul li a i {
  color: #9b9b9b;
  font-size: 14px;
}
.time_list.two ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.time_list.two ul li {
  width: 48%;
  box-sizing: border-box;
}
.small_left_img ul li {
  margin-top: 25px;
}
.small_left_img ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.small_left_img ul li a img {
  width: 100px;
  height: 70px;
  margin-right: 15px;
}
.small_left_img ul li a p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  cursor: pointer;
  font-weight: normal;
  flex: 1;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #444;
}
.three_tit {
  margin: 30px 0;
  font: bold 32px/1 'Microsoft Yahei';
  line-height: 50px;
  padding-bottom: 4px;
}
.three_tit h4 {
  font-size: 28px;
  color: #f95252;
}
.three_info {
  text-align: center;
  padding: 25px 0;
}
.three_info span {
  margin-right: 20px;
  font-size: 14px;
  color: #666;
}
.three_txt {
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2rem;
  text-align: justify;
}
.three_txt * {
  white-space: normal;
}
.three_txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  text-indent: 2rem;
}
.three_txt img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.keywords {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.keywords span,
.keywords a {
  color: transparent;
  font-size: 14px;
}
.keywords a {
  margin-right: 20px;
}
.three_pian span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.three_pian span a {
  color: #929292;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.three_pian span a:hover {
  color: #f95252;
  text-decoration: underline;
}
