.index_banner {
  width: 100%;
  min-width: 1200px;
}

.bannerSwiper {
  position: relative;
  z-index: 1;
}
.bannerSwiper .swiper-slide {
  text-align: center;
  pointer-events: visible !important;
}

.bannerSwiper .swiper-pagination-bullet-active {
  background: #fff;
  width: 25px;
  border-radius: 30px;
}

.bannerSwiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.bannerSwiper .swiper-pagination {
  bottom: 65px !important;
}

.tabs-con .t-slide-active {
  z-index: 9 !important;
}

.sec_1 {
  width: 100%;
  min-width: 1200px;
}

.sec_1 .policy_area {
  border: 1px solid #ebe7e7;
  padding: 20px 25px 14px;
  border-radius: 10px;
}

.sec_1 .policy_area .sorts {
  display: flex;
}

.sec_1 .policy_area .sorts div {
  margin-right: 17px;
  display: block;
  height: 37px;
  width: 110px;
  background-color: #d6e9fd;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.sec_1 .policy_area .sorts div.cur {
  color: #fff;
  background-color: #0362cc;
}

.p_status {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
  font-size: 12px;
  padding: 6px 9px;
  border: 1px solid #faecd8;
  border-radius: 4px;
  box-sizing: border-box;
}

.tech_col {
  display: flex;
  height: 162px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 5px 7px 0px rgba(6, 34, 94, 0.1);
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
  z-index: 2;
}

.tech_col .col_item {
  width: 260.54px;
  height: 93.54px;
  border-width: 1.23px;
  border-color: rgb(229, 243, 255);
  border-style: solid;
  border-radius: 8px;
  margin: 0 13.5px;
}

.tech_col .col_item .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 93.54px;
}

.tech_col .col_item:hover .text h3 {
  color: #ea6c03;
}
.tech_col .col_item:hover .text p {
  color: #ea6c03;
}
.tech_col .col_item:hover .icon {
  border-color: #ea6c03;
}
.tech_col .col_item:hover .icon i {
  color: #ea6c03;
}
.tech_col .col_item .icon {
  width: 48.54px;
  height: 47.54px;
  border-width: 1.23px;
  border-color: #acb2ba;
  border-style: solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tech_col .col_item .icon i {
  position: relative;
  color: #acb2ba;
  font-size: 25px;
}
.tech_col .col_item:nth-child(1) .icon i {
  font-size: 27px;
  top: 1px;
}
.tech_col .col_item:nth-child(2) .icon i {
  font-size: 26px;
  left: 1px;
}
.tech_col .col_item:nth-child(3) .icon i {
  left: -2px;
  font-size: 30px;
  top: 2px;
}

.tech_col .col_item:nth-child(4) .icon i {
  top: 2px;
  font-size: 32px;
}

.tech_col .col_item .text {
  padding-left: 12px;
}
.tech_col .col_item .text h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.tech_col .col_item .text p {
  font-size: 14px;
  color: #5d6168;
}

.sec_news {
  position: relative;
  padding-top: 20px;
}

.news_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_box .hot {
  width: 648px;
  height: 406px;
  position: relative;
}

.news_box .hot img {
  width: 648px;
  height: 406px;
  display: block;
  position: relative;
  z-index: 1;
}

.news_box .hot .info{
	z-index: 2;
	position: absolute;
	bottom: 0;
	background-color: rgba(1, 41, 90, 0.7);
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5% 5%;
}

.news_box .hot .info .l_info{
	color: #fff;
}
.news_box .hot .info .l_info h3{
	color: #fff;
}
.news_box .hot .info .l_info p{
	color: #fff;
	padding-top: 3px;
}
.news_box .hot .info .r_box{
	border: 1px solid #fff;
	width: 43px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.news_box .hot .info .r_box i{
	color: #fff;
	font-size: 22px;
	position: relative;
	top: 2px;
}

.news_box .left-list {
  position: relative;
}

.news_box .left-list .item {
  position: relative;
  width: 530px;
  border-radius: 8px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.news_box .left-list .item:hover {
  box-shadow: 0px 5px 10.53px 2.47px rgba(6, 34, 94, 0.06);
  border: 1px solid #f7f5f5;
}
.news_box .left-list .item:hover .bar::after {
  display: none;
}

.news_box .left-list .item:hover .bar .info h3 {
  color: #0075ed;
}

.news_box .left-list .item .bar {
  position: relative;
  display: flex;
  padding: 10px 0 10px;
}
.news_box .left-list .item .bar::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 1px;
  background-color: #dfe3e8;
  bottom: 0;
  right: 0;
}
.news_box .left-list .item .bar .date_bar {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 18px 0 18px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.news_box .left-list .item .bar .date_bar span:first-child {
  font-size: 18px;
  color: #0075ed;
}
.news_box .left-list .item .bar .date_bar span:last-child {
  font-size: 22px;
  color: #0075ed;
}
.news_box .left-list .item .bar .info {
  position: relative;
  padding-right: 110px;
}
.news_box .left-list .item .bar .info h3 {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 380px;
}
.news_box .left-list .item .bar .info p {
  font-size: 14px;
  color: #5d6168;
  margin-top: 5px;
  line-height: 1.75;
}

.b_left {
  padding-top: 15px;
}

.b_left .tabs {
  flex-grow: 1;
  margin-left: 40px;
  padding-left: 5px;
  border-bottom: 1px solid #dfe3e8;
  padding-bottom: 6px;
}

.b_left .tabs .it {
  font-size: 18px;
  color: #333333;
  margin-right: 60px;
  padding-bottom: 6px;
  position: relative;
}

.b_left .tabs .it.cur {
  color: #0075ed;
}

.b_left .tabs .it.cur::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0075ed;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.b_left .policy_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.b_left .swiper-slide{
	pointer-events: visible !important;
}

.b_left .policy_list .item {
  position: relative;
  width: 587px;
  border-radius: 8px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.b_left .policy_list .item:hover {
  box-shadow: 0px 9px 10.53px 2.47px rgba(6, 34, 94, 0.06);
  border: 1px solid #f7f5f5;
}
.b_left .policy_list .item:hover .bar::after {
  display: none;
}

.b_left .policy_list .item:hover .bar .info h3 {
  color: #0075ed;
}

.b_left .policy_list .item .bar {
  position: relative;
  display: flex;
  padding: 25px 0 25px;
}
.b_left .policy_list .item .bar::after {
  content: "";
  position: absolute;
  width: 518px;
  height: 1px;
  background-color: #dfe3e8;
  bottom: 0;
  right: 0;
}
.b_left .policy_list .item .bar .date_bar {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 18px 0 18px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.b_left .policy_list .item .bar .date_bar span:first-child {
  font-size: 18px;
  color: #0075ed;
}
.b_left .policy_list .item .bar .date_bar span:last-child {
  font-size: 22px;
  color: #0075ed;
}
.b_left .policy_list .item .bar .info {
  position: relative;
  padding-right: 18px;
}
.b_left .policy_list .item .bar .info h3 {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 380px;
}
.b_left .policy_list .item .bar .info p {
  font-size: 14px;
  color: #5d6168;
  margin-top: 5px;
  line-height: 1.75;
}
.b_left .policy_list .item .bar img {
  position: absolute;
  right: 12px;
  top: 36px;
}

.adv_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
}

.adv_bar img {
  box-shadow: 0px 3px 8px 0px rgba(7, 37, 170, 0.6);
}

#activities {
  width: 100%;
  min-width: 1200px;
  padding-top: 10px;
}

#activities .act_bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 5px;
}

#activities .act_bar .pl {
  position: relative;
  width: 738px;
  display: flex;
  justify-content: space-between;
}

#activities .act_bar .pl .act_info {
  width: 250px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 5px 8.28px 0.72px rgba(0, 32, 194, 0.09);
  height: 370px;
}

#activities .act_bar .act_col {
  height: 56px;
  display: flex;
  padding: 0 25px;
  justify-content: space-between;
  align-items: center;
  background-color: #eaf0fe;
  border-radius: 10px 10px 0 0;
}

#activities .act_bar .act_col span {
  font-size: 20px;
  color: #0164eb;
}

#activities .act_bar .pl .info_con {
  padding: 20px 18px;
}

#activities .act_bar .pl .info_con p {
  padding-top: 10px;
  color: #999999;
  font-size: 14px;
}

#activities .act_bar .pl .act-tt {
  font-size: 15px;
  color: #fe6d00;
  font-weight: bold;
}

#activities .act_bar .pr {
  position: relative;
  width: 445px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 5px 8.28px 0.72px rgba(0, 32, 194, 0.09);
}

#activities .act_bar .pr .act-list {
  position: relative;
}

#activities .act_bar .pr .act-list ul {
  position: relative;
  padding: 7px 15px 0 10px;
  height: 290px;
  overflow: hidden;
}

#activities .act_bar .pr .act-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0 6px 0;
  margin: 7px 0;
}

#activities .act_bar .pr .act-list li .bar {
  position: relative;
  width: 330px;
}

#activities .act_bar .pr .act-list li .bar i {
  color: #007ad8;
  font-size: 20px;
  position: relative;
  top: 2.5px;
}

#activities .act_bar .pr .act-list li .bar a {
  font-size: 14px;
  color: #333;
}

#activities .act_bar .pr .act-list li .bar a:hover {
  color: #007ad8;
}

#activities .act_bar .pr .act-list li span {
  font-size: 14px;
  color: #666666;
}

#activities .tips {
  width: 260px;
  position: absolute;
  line-height: 22px;
  min-width: 12px;
  padding: 8px 15px;
  font-size: 12px;
  _float: left;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  background-color: rgb(53, 149, 204);
  color: #fff;
  z-index: 999;
}

#activities .tipsT {
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-color: transparent;
  border-style: dashed;
  border-right-color: rgb(53, 149, 204);
  left: 5px;
  bottom: -8px;
}

#activities .tips > p {
  color: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sec_2 {
  width: 100%;
  min-width: 1200px;
  background-color: #f3f4fb;
  padding-top: 5px;
}

.sec_2 .col_item {
  /* height: 420px; */
  padding-bottom: 28px;
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}

.sec_2 .col_item .col_info {
  width: 200px;
  /* height: 420px; */
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  position: relative;
  flex-shrink: 0;
}

.sec_2 .col_item .sorts_bar {
  width: 1000px;
}

.sec_2 .col_item .sorts_bar .sorts {
  display: flex;
  padding-left: 10px;
  justify-content: space-between;
}

.sec_2 .col_item .sorts_bar .sorts .sitem {
  font-size: 15px;
  padding: 8px 9px;
  cursor: pointer;
}

.sec_2 .col_item .sorts_bar .sorts .sitem.cur {
  background-color: #007ad8;
  color: #fff;
}

#ntabs > div {
  display: none;
}
#ntabs > .block {
  display: block;
  height: 320px;
}
#ctabs > div {
  display: none;
}
#ctabs > .block {
  display: block;
  height: 382px;
}

.sec_2 .col_item .sorts_bar .clist {
  display: flex;
  padding-top: 20px;
  height: 361px;
}

.sec_2 .col_item .sorts_bar .clist .pn {
  color: #ff8b1a;
}

.sec_2 .col_item .sorts_bar .clist .nh {
  height: 300px !important;
}

.sec_2 .col_item .sorts_bar .clist .nh .bar {
  height: 269px !important;
}

.sec_2 .col_item .sorts_bar .clist .nh:hover .bar .letme {
  background-color: #ff7400 !important;
}

.sec_2 .col_item .sorts_bar .clist .item {
  width: 228px;
  height: 362px;
  background-color: #fff;
  margin-left: 10px;
  box-shadow: 0px 3px 8px 0px rgba(233, 233, 233, 1);
}

.sec_2 .col_item .sorts_bar .clist .item .bar {
  border: 1px solid #ecf0fb;
  padding: 15px 18px;
  height: 332px;
  position: relative;
}

.sec_2 .col_item .sorts_bar .clist .item .bar .tt {
  border-bottom: 1px dashed #cdcbcb;
  font-size: 17px;
  color: #333;
  padding-bottom: 8px;
}

.sec_2 .col_item .sorts_bar .clist .item .bar .row {
  display: flex;
  padding: 15px 0 0 0;
  font-size: 14px;
  text-align: justify;
  color: #999999;
}

.sec_2 .col_item .sorts_bar .clist .item .bar .row .label {
  display: block;
  width: 64px;
  flex-shrink: 0;
}

.sec_2 .col_item .sorts_bar .clist .item .bar .row .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.sec_2 .col_item .sorts_bar .clist .item .bar .letme {
  position: absolute;
  width: 110px;
  height: 36px;
  border: 1px solid #d5d5d8;
  bottom: 22px;
  text-align: center;
  line-height: 35px;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: 15px;
  color: #666666;
}

.sec_2 .col_item .sorts_bar .clist .item:hover .bar .letme {
  border: none;
  color: #fff;
  background-color: #0390fc;
}

.sec_2 .col_info.col_bg1 {
  background: url(../images/col_bg1.jpg) no-repeat;
}

.sec_2 .col_info.col_bg2 {
  background: url(../images/col_bg2.jpg) no-repeat;
}

.sec_2 .col_item .col_info h2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  padding-top: 80px;
}

.sec_2 .col_item .col_info p {
  color: #fff;
  line-height: 2;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sec_2 .col_item .col_info a {
  width: 84px;
  height: 36px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 36px;
  color: #fff;
  display: block;
  margin-top: 15px;
}

.sec_2 .col_item .sorts_bar .empty {
  display: flex;
  background: #fff;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.sec_2 .col_item .sorts_bar .empty img {
  height: 279px;
  padding: 0 0px 20px 0;
}

.sec_3 {
  width: 100%;
  min-width: 1200px;
  padding-bottom: 40px;
  padding-top: 10px;
}

.sec_3 .group {
  display: flex;
  margin-left: -16px;
  flex-wrap: wrap;
}

.sec_3 .group .item {
  margin-left: 16px;
  width: 288px;
  height: 315px;
}

.sec_3 .group .item .bar {
  width: 288px;
  height: 315px;
  border: 1px solid #ebe7e7;
}

.sec_3 .group .item .pic_bar {
  height: 198px;
  overflow: hidden;
  position: relative;
}

.sec_3 .group .item .pic_bar .cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.sec_3 .group .item:hover .pic_bar .cover {
  transform: scale(1.1);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.sec_3 .group .item .info {
  height: 93px;
  background-color: #fff;
  padding: 12px 16px;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

.sec_3 .group .item:hover .info {
  box-shadow: 0px 0.122px 14px 0px rgba(13, 38, 168, 0.19);
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

.sec_3 .group .item .info h3 {
  font-size: 17px;
  color: #333;
  font-weight: bold;
}

.sec_3 .group .item .info p {
  font-size: 14px;
  padding-top: 5px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.sec_3 .group .item .info .see_more {
  width: 84px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  color: #666;
  border: 1px solid #d2d3d5;
  box-sizing: border-box;
  border-radius: 30px;
  margin-top: 10px;
}

.sec_3 .group .item:hover .see_more {
  color: #fff;
  border: none;
  background-image: -moz-linear-gradient(
    127deg,
    rgb(65, 139, 253) 6%,
    rgb(9, 215, 252) 100%
  );
  background-image: -webkit-linear-gradient(
    127deg,
    rgb(65, 139, 253) 6%,
    rgb(9, 215, 252) 100%
  );
  background-image: -ms-linear-gradient(
    127deg,
    rgb(65, 139, 253) 6%,
    rgb(9, 215, 252) 100%
  );
}

.sec_data {
  position: relative;
}

.sec_data .data_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 5px;
}

.sec_data .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  box-shadow: 0px 3px 8px 0px rgba(233, 233, 233, 1);
  padding: 12px 20px;
  width: 240px;
}

.sec_data .icon_bar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_data .item:nth-child(1) .icon_bar {
  background-color: #eef6fd;
}

.sec_data .item:nth-child(2) .icon_bar {
  background-color: #fae7e7;
}

.sec_data .item:nth-child(3) .icon_bar {
  background-color: #fff8f1;
}

.sec_data .item:nth-child(4) .icon_bar {
  background-color: #edf8f6;
}

.sec_data .item:nth-child(5) .icon_bar {
  background-color: #e2edfa;
}

.sec_data .item:nth-child(1) .icon_bar i {
  color: #61b5ff;
  font-size: 32px;
}

.sec_data .item:nth-child(2) .icon_bar i {
  color: #ff6666;
  font-size: 34px;
  position: relative;
  top: 1px;
}

.sec_data .item:nth-child(3) .icon_bar i {
  color: #ffae5e;
  font-size: 36px;
}

.sec_data .item:nth-child(4) .icon_bar i {
  color: #6bd79e;
  font-size: 30px;
}

.sec_data .item:nth-child(5) .icon_bar i {
  color: #3d90fd;
  font-size: 33px;
}

.sec_data .bar {
  padding-left: 13px;
}

.sec_data p {
  padding-bottom: 6px;
  font-size: 15px;
  color: #666666;
}

.sec_data span {
  display: block;
  font-size: 26px;
  color: #666666;
}

.sec_data .charts_area {
  box-shadow: 0px 3px 8px 0px rgba(233, 233, 233, 1);
  margin-bottom: 30px;
  height: 309px;
  display: flex;
}

.sec_data .charts_area #chart1 {
  width: 450px;
  height: 309px;
}

.sec_data .charts_area #chart2 {
  width: 300px;
  height: 309px;
}

.sec_data .charts_area #chart3 {
  width: 450px;
  height: 309px;
}
