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;
}
.top_text {
  font-size: 14px;
  background: #f7f7f7;
  border-bottom: 1px solid #ececec;
  color: #666;
}
.top_text .flex {
  height: 60px;
  align-items: center;
}
.top_text span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.top_text .topTsCentRank .nav_list {
  color: #303030;
  font-size: 13px;
  margin-right: 12px;
  line-height: 17px;
  display: flex;
  flex-wrap: nowrap;
}
.top_text .topTsCentRank .nav_list li {
  min-width: 68px;
  cursor: pointer;
  text-align: center;
}
.top_text .topTsCentRank .nav_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #303030;
  font-size: 13px;
}
.top_text .topTsCentRank .BU-Component-Header-Avatar {
  margin-left: 15px;
}
.top_text .topTsCentRank .BU-Component-Header-Avatar .BU-Component-Header-Avatar__container a {
  display: inline-block;
}
.top_text .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;
}
.top_text .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%;
}
.logo_nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
.logo_nav .w {
  height: 85px;
  align-items: center;
}
.logo_nav .logo img {
  max-width: 250px;
  max-height: 50px;
}
.logo_nav .nav > ul {
  display: flex;
  justify-content: space-between;
}
.logo_nav .nav > ul li {
  width: 120px;
  text-align: center;
  height: 42px;
  line-height: 42px;
}
.logo_nav .nav > ul li:hover,
.logo_nav .nav > ul li.cur {
  background-color: #3cb4f9;
}
.logo_nav .nav > ul li:hover > a,
.logo_nav .nav > ul li.cur > a {
  color: #fff;
}
#swiper-1 {
  height: 400px;
  margin: 0 auto 50px;
}
#swiper-1 .swiper-slide a {
  display: block;
  height: 100%;
}
#swiper-1 .swiper-slide.one a {
  background: #3268ee url(../img/banner1.png) no-repeat center -400px;
}
#swiper-1 .swiper-slide.two a {
  background: #5e28d5 url(../img/banner2.png) no-repeat center -400px;
}
#swiper-1 .swiper-slide.three a {
  background: #ea2a40 url(../img/banner3.png) no-repeat center -370px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.tit_box {
  text-align: center;
}
.tit_box span {
  position: relative;
  display: inline-block;
  color: #4c4c4c;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0px 55px 35px;
}
.tit_box span:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 40px;
  height: 5px;
  background: #1171c5;
  margin-left: -25px;
}
.tit_box p {
  text-align: center;
  width: 760px;
  margin: 15px auto;
  color: #403f3f;
  line-height: 30px;
  font-size: 18px;
}
.onerw_four_box {
  display: flex;
  justify-content: space-between;
}
.onerw_four_box .item {
  width: 240px;
  margin: 45px 25px 0px 35px;
}
.onerw_four_box .item a {
  background: url(../img/onerw_four_box.png) no-repeat center top;
  display: block;
  padding-top: 175px;
  color: #595959;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.onerw_four_box .item a:hover {
  color: #1171c5;
  text-decoration: none;
  background: url(../img/onerw_four_box_cur.png) no-repeat center top;
}
.onerw_four_box .item:nth-of-type(1) a {
  background-position: 45px 0px;
}
.onerw_four_box .item:nth-of-type(1) a:hover {
  background-position: 45px 0px;
}
.onerw_four_box .item:nth-of-type(2) a {
  background-position: -250px 0px;
}
.onerw_four_box .item:nth-of-type(2) a:hover {
  background-position: -250px 0px;
}
.onerw_four_box .item:nth-of-type(3) a {
  background-position: -555px 0px;
}
.onerw_four_box .item:nth-of-type(3) a:hover {
  background-position: -555px 0px;
}
.onerw_four_box .item:nth-of-type(4) a {
  background-position: -850px 0px;
}
.onerw_four_box .item:nth-of-type(4) a:hover {
  background-position: -850px 0px;
}
.onerw_four_box .item p {
  line-height: 23px;
  margin-top: 12px;
}
.onerw_img_lis {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.onerw_img_lis .item {
  margin-bottom: 4%;
  width: 33.33333333%;
}
.onerw_img_lis .img {
  float: left;
  margin-right: 3%;
  width: 90px;
}
.onerw_img_lis .img img {
  display: block;
  width: 100%;
}
.onerw_img_lis .content {
  float: left;
  width: 70%;
}
.onerw_img_lis .content h3 {
  padding: 1% 0px;
  font-size: 16px;
  padding-top: 4%;
  padding-bottom: 4%;
  color: #56b0f6;
  text-align: left;
}
.onerw_img_lis .content p {
  font-size: 14px;
  color: #000000;
  text-align: left;
}
.onelogo_lis ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.onelogo_lis ul li {
  width: 18%;
  height: 79px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  transition: all 0.6s;
}
.onelogo_lis ul li:hover {
  border-color: #3cb4f9;
}
.one_650 {
  width: 650px;
}
.one_460 {
  width: 460px;
}
.sele_title {
  display: flex;
  margin-bottom: 32px;
}
.sele_title span {
  display: block;
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-right: 27px;
  border-radius: 4px;
}
.sele_title span.cur {
  background-color: #3cb4f9;
  box-shadow: 0px 0px 10px rgba(60, 180, 249, 0.35);
}
.sele_title span.cur a {
  color: #fff;
}
.sele_content .item {
  display: none;
}
.left_time_img_box ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left_time_img_box ul li a img {
  width: 200px;
  height: 130px;
  margin-right: 25px;
}
.left_time_img_box ul li a .text {
  flex: 1;
  overflow: hidden;
}
.left_time_img_box ul li a .text span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #4d4c4c;
  font-size: 16px;
}
.left_time_img_box ul li a .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  color: #9b9b9b;
  line-height: 25px;
  margin-top: 10px;
}
.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: #3cb4f9;
  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: #3cb4f9;
}
.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;
}
.more {
  float: right;
  margin-top: 25px;
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 121px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.more a {
  color: #999;
}
.one_more_title {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one_more_title span {
  line-height: 26px;
  position: relative;
  padding-left: 20px;
}
.one_more_title span:before {
  content: '';
  width: 5px;
  height: 20px;
  background-color: #3cb4f9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.one_more_title span a {
  font-size: 20px;
  color: #131313;
}
.one_more_title i a {
  color: #8f8e8e;
  font-size: 14px;
}
.one_left_img ul li {
  margin-top: 38px;
}
.one_left_img ul li a {
  display: flex;
  justify-content: space-between;
}
.one_left_img ul li a img {
  width: 150px;
  height: 80px;
  margin-right: 20px;
}
.one_left_img ul li a .text {
  flex: 1;
  overflow: hidden;
}
.one_left_img ul li a .text span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #4d4c4c;
  margin-bottom: 5px;
  line-height: 26px;
}
.one_left_img ul li a .text p {
  color: #9b9b9b;
  line-height: 25px;
  font-size: 14px;
}
.one_left_img ul li a .text p i {
  color: #3cb4f9;
  font-size: 14px;
}
.one_bg {
  background-color: #3cb4f9;
}
.one_bg .tit_box span,
.one_bg .tit_box p {
  color: #fff;
  border-color: #fff;
}
.one_bg .w {
  padding: 40px 0 111px;
  background: url(../img/one_bg_bottom.gif) no-repeat center bottom;
}
.sele_content_2 {
  background: url(../img/one_bg_ziyuan.png) no-repeat center center;
  height: 225px;
  margin: 80px auto 100px;
  position: relative;
}
.sele_content_2 ul {
  display: none;
}
.sele_content_2 ul li {
  width: 110px;
  text-align: center;
  position: absolute;
  left: 37px;
  top: 59px;
}
.sele_content_2 ul li::before {
  content: '';
  display: block;
  background: url(../img/ziyuan_1.png) no-repeat left center;
  width: 110px;
  height: 110px;
}
.sele_content_2 ul li p {
  color: #fff;
  margin-top: 20px;
}
.sele_content_2 ul li:nth-of-type(2) {
  left: 240px;
}
.sele_content_2 ul li:nth-of-type(2)::before {
  background: url(../img/ziyuan_2.png) no-repeat left center;
}
.sele_content_2 ul li:nth-of-type(3) {
  left: 442px;
}
.sele_content_2 ul li:nth-of-type(3)::before {
  background: url(../img/ziyuan_3.png) no-repeat left center;
}
.sele_content_2 ul li:nth-of-type(4) {
  left: 645px;
}
.sele_content_2 ul li:nth-of-type(4)::before {
  background: url(../img/ziyuan_4.png) no-repeat left center;
}
.sele_content_2 ul li:nth-of-type(5) {
  left: 847px;
}
.sele_content_2 ul li:nth-of-type(5)::before {
  background: url(../img/ziyuan_5.png) no-repeat left center;
}
.sele_content_2 ul li:nth-of-type(6) {
  left: 1050px;
}
.sele_content_2 ul li:nth-of-type(6)::before {
  background: url(../img/ziyuan_6.png) no-repeat left center;
}
.sele_title_2 {
  border-top: 1px solid #9edafc;
  border-bottom: 1px solid #9edafc;
  width: 980px;
  margin: auto;
  height: 69px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
}
.sele_title_2 li {
  line-height: 69px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  cursor: pointer;
  padding: 0 30px;
}
.sele_title_2 li.cur {
  color: #fff;
  margin-bottom: -1px;
  background-color: #3cb4f9;
}
.last_swiper {
  position: relative;
}
.last_swiper #swiper-2 .swiper-slide {
  display: flex;
  flex-direction: column;
}
.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;
}
.last_swiper #swiper-2 .swiper-slide a:first-of-type {
  margin-bottom: 20px;
}
.last_swiper #swiper-2 .swiper-slide a img {
  width: auto;
  height: auto;
}
.last_swiper .swiper-button-prev,
.last_swiper .swiper-button-next {
  background: url(../img/swiper_left.gif) no-repeat center;
}
.last_swiper .swiper-button-prev {
  left: -80px;
}
.last_swiper .swiper-button-next {
  right: -80px;
  transform: rotate(-180deg);
}
.bottom_text {
  background-color: #3cb4f9;
  height: 150px;
  line-height: 150px;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}
.bottom {
  background-color: #323232;
}
.bottom .w {
  padding: 65px 0;
}
.bottom .bot_left {
  display: flex;
}
.bottom .bot_left .text {
  color: #fff;
  width: 256px;
  margin-right: 40px;
}
.bottom .bot_left .text span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.bottom .bot_left .text p {
  line-height: 25px;
  font-size: 13px;
  word-wrap: break-all;
}
.bottom .bot_left dl {
  margin-right: 40px;
  white-space: nowrap;
}
.bottom .bot_left dl dt {
  white-space: nowrap;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.bottom .bot_left dl dt a {
  font-size: 18px;
  color: #dfdfdf;
}
.bottom .bot_left dl:nth-of-type(1) dt {
  background: url(../img/bottom_1.png) no-repeat center left;
}
.bottom .bot_left dl:nth-of-type(2) dt {
  background: url(../img/bottom_2.png) no-repeat center left;
}
.bottom .bot_left dl:nth-of-type(3) dt {
  background: url(../img/bottom_3.png) no-repeat center left;
}
.bottom .bot_left dl dd {
  text-align: center;
  margin-bottom: 12px;
}
.bottom .bot_left dl dd a {
  font-size: 12px;
}
.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;
}
.crumbs {
  font-size: 14px;
  color: #999;
  padding: 12px 0 15px;
}
.crumbs a,
.crumbs i {
  font-size: 15px;
  color: #999;
  margin-right: 5px;
}
.w300 {
  width: 300px;
  position: sticky;
  top: 90px;
  height: 100%;
}
.w870 {
  width: 870px;
}
.one_left_bg {
  background-color: #f6f6f6;
  padding: 20px;
}
.list_title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  line-height: 24px;
  height: 24px;
  border-left: 4px solid #3cb4f9;
  padding-left: 20px;
}
.list_title span a {
  font-size: 18px;
  font-weight: 700;
}
.small_left_img ul li {
  margin-top: 10px;
}
.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;
}
.one_list_lis ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.one_list_lis ul li a {
  display: flex;
  justify-content: space-between;
}
.one_list_lis ul li a img {
  width: 220px;
  height: 140px;
  margin-right: 20px;
}
.one_list_lis ul li a .text {
  flex: 1;
  overflow: hidden;
}
.one_list_lis ul li a .text span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #444;
  font-size: 18px;
}
.one_list_lis 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;
  padding: 8px 0 10px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.one_list_lis ul li a .text i {
  font-size: 14px;
  color: #999;
  margin-right: 20px;
}
.paging {
  display: flex;
  justify-content: center;
  margin: 80px 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: #fff;
  background-color: #3cb4f9;
}
.one_show_box {
  border: 1px solid #ebebeb;
  padding: 10px;
  margin: 20px 0px;
}
.one_show_box .crumbs {
  border-bottom: 1px solid #ebebeb;
}
.one_show_box .crumbs i:first-of-type {
  border-left: 4px solid #3cb4f9;
  padding-left: 15px;
}
.one_show_box .crumbs * {
  color: #000;
  font-weight: 700;
}
.one_tit {
  margin: 30px 0;
  text-align: center;
}
.one_tit h4 {
  font-size: 28px;
  color: #3cb4f9;
  font-weight: 400;
}
.one_info {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 25px;
}
.one_info span {
  margin-right: 20px;
  font-size: 14px;
}
.keywords {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.keywords span,
.keywords a {
  color: transparent;
  font-size: 14px;
}
.keywords a {
  margin-right: 20px;
}
.one_txt {
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2rem;
  text-align: justify;
  padding: 20px;
}
.one_txt * {
  white-space: normal;
}
.one_txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  text-indent: 2rem;
}
.one_txt img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.one_pian span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  display: block;
}
.one_pian span a {
  color: #929292;
  font-size: 14px;
  line-height: 30px;
}
.one_pian span a:hover {
  color: #3cb4f9;
  text-decoration: underline;
}
.one_color_tedxt span {
  color: #3cb4f9;
  font-weight: 700;
}
.one_color_tedxt span a {
  color: #3cb4f9;
}
