@charset "UTF-8";
/* index */
.bgt {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.main {
  background: #f7f7f7;
  padding: 1.6rem 0 8rem;
}

.crumbs {
  padding: 1.6rem 0;
  color: #8a9097;
}

.crumbs a {
  color: #8a9097;
}

.crumbs a:hover {
  color: #2a55d3;
}

.jt {
  width: 6rem;
  height: 6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.jt i {
  color: #fff;
  font-size: 1.8rem;
}

/* 首页 */
.banner .swiper-container {
  height: 100%;
}

.banner .swiper-slide {
  height: 64rem;
  padding: 8rem 0;
}

.banner .swiper-slide .info {
  color: #fff;
  max-width: 58rem;
}

.banner .swiper-slide .info .desc {
  margin-top: 1.6rem;
}

.banner .swiper-pagination {
  bottom: 10rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 3.2rem;
  height: 3.2rem;
  background: none;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  position: relative;
  background: transparent;
  margin: 0 5px;
  opacity: 1;
  cursor: pointer;
}

.banner .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  background: #fff;
  border-radius: 50%;
}

.banner .swiper-pagination .ui-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*opacity: 0;*/
  transition: all .3s;
}

.banner .swiper-pagination .ui-loop svg {
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.banner .swiper-pagination .swiper-pagination-bullet .ui-loop {
  opacity: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet-active .ui-loop {
  opacity: 1;
}

.banner .swiper-pagination .ui-loop .path-loop-bg {
  fill: none;
  width: 100%;
  height: 100%;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
}

.banner .swiper-pagination .ui-loop .path-loop {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  opacity: 0;
  transition: opacity .3s 1s;
}

.banner .swiper-pagination .swiper-pagination-bullet-active .ui-loop .path-loop-bg {
  opacity: .2;
}

.banner .swiper-pagination.swiper-pagination span.swiper-pagination-bullet-active .ui-loop {
  opacity: 1;
}

.banner .swiper-pagination.swiper-pagination span.swiper-pagination-bullet-active .path-loop {
  opacity: 1;
}

.banner .jt {
  transition: ease .3s;
}

.banner .jt.swiper-button-prev {
  left: -100%;
}

.banner .jt.swiper-button-next {
  right: -100%;
}

.banner:hover .jt.swiper-button-prev {
  left: 8rem;
}

.banner:hover .jt.swiper-button-next {
  right: 8rem;
}

.more {
  width: 14rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  box-sizing: border-box;
  border: 1px solid #2a55d3;
  color: #2a55d3;
}

.more i {
  width: 4rem;
  height: 1px;
  background: #2a55d3;
  margin-left: 0.6rem;
}

.more:hover {
  background: #2a55d3;
  color: #fff;
}

.more:hover i {
  background: #fff;
}

.sec-type {
  margin-bottom: 4.5rem;
}

.sec-type .type .en {
  color: #8a9097;
  margin-bottom: 0.6rem;
}

.section1 {
  background: #f7f7f7;
}

.section1 .gbox1 {
  margin-top: -6rem;
  position: relative;
  z-index: 1;
}

.section1 .gbox1 .item {
  padding: 2.3rem 3.2rem;
  border-radius: 1.6rem;
  background: #fff;
}

.section1 .gbox1 .item .fl {
  font-size: 2rem;
  color: #3d3d3d;
}

.section1 .gbox1 .item .fl .icon {
  position: relative;
  margin-right: 1.2rem;
}

.section1 .gbox1 .item .fl .icon .iconfont {
  font-size: 3.2rem;
  color: #2a55d3;
  position: relative;
  z-index: 1;
}

.section1 .gbox1 .item span {
  background: rgba(42, 85, 211, 0.1);
  width: 12rem;
  height: 4rem;
  border-radius: 10rem;
  color: #2a55d3;
}

.section1 .gbox1 .item:hover .btn {
  background: #2a55d3;
  color: #fff;
}

.slides1 {
  position: relative;
}

.slides1 .item {
  background: #fff;
  padding: 4rem 2.4rem;
  border-radius: 1.6rem;
}

.slides1 .item .icon {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(42, 85, 211, 0.05);
}

.slides1 .item .icon i {
  font-size: 5rem;
  color: #2a55d3;
}

.slides1 .item .pic img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  object-fit: cover;
}

.slides1 .item .tit {
  text-align: center;
  margin: 3.2rem 0 1.5rem;
}

.slides1 .item .desc {
  color: #5d636a;
  height: 16rem;
}

.slides1 .item .more2 span {
  width: 12rem;
  height: 4rem;
  border-radius: 2rem;
  box-sizing: border-box;
  border: 1px solid #2a55d3;
  color: #2a55d3;
}

.slides1 .item .more2:hover span {
  background: #2a55d3;
  color: #fff;
}

.slides1 .jt {
  background: #fff;
}

.slides1 .jt i {
  color: #5d636a;
}

.slides1 .jt:hover {
  transition: ease 0.3s;
  background: #2a55d3;
}

.slides1 .jt:hover i {
  color: #fff;
}

.section2 .item {
  background: #f3f5fa;
}

.section2 .item .desc {
  height: 11rem;
}

.section2 .item .more2 span {
  background: #2a55d3;
  color: #fff;
}

.section2 .jt {
  background: #f3f5fa;
}

/* section3 */
.section3 {
  background: #f7f7f7;
}

.section3 .news-list {
  padding: 3.2rem;
  overflow: hidden;
  height: 60.4rem;
  overflow: hidden;
}

.section3 .news-list li {
  padding: 3rem;
  border-bottom: 1px solid #E5E5E5;
}

.section3 .news-list li .item {
  height: 8rem;
  overflow: hidden;
}

.section3 .news-list li .item-date {
  width: 5.5em;
  flex-shrink: 0;
  margin-right: 2.5rem;
  text-align: center;
}

.section3 .news-list li .item-date .date {
  color: #2a55d3;
}

.section3 .news-list li .item-date .year {
  color: #8a9097;
}

.section3 .news-list li .item-info {
  overflow: hidden;
  flex: 1;
  padding-left: 3.5rem;
  position: relative;
}

.section3 .news-list li .item-info::before {
  content: "/";
  font-size: 1.8rem;
  color: #2a55d3;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.section3 .news-list li .item-info .desc {
  margin-top: 1.3rem;
  display: none;
}

.section3 .news-list li:hover {
  background: #2a55d3;
  color: #fff;
  border-radius: 1.6rem;
}

.section3 .news-list li:hover .item-date .date, .section3 .news-list li:hover .item-date .year {
  color: #fff;
}

.section3 .news-list li:hover .item-info {
  color: #fff;
}

.section3 .news-list li:hover .item-info::before {
  color: #fff;
}

.section3 .news-list li:hover .item-info .desc {
  display: block;
  color: #fff;
}

.section3 .news-list li:last-child {
  border-bottom: 0;
}

.section3 .sec-type .fl {
  padding-right: 8rem;
}

.section3 .sec-type .fl .swp-jt {
  position: absolute;
  right: 0;
  bottom: 2.3rem;
}

.section3 .sec-type .fl .swp-jt .jt {
  width: 4rem;
  height: 4rem;
  background: #fff;
}

.section3 .sec-type .fl .swp-jt .jt i {
  color: #8A9097;
  font-size: 1.5rem;
}

.section3 .sec-type .fl .swp-jt .jt:hover {
  background: #2a55d3;
  color: #fff;
}

.section3 .sec-type .fl .swp-jt .jt:hover i {
  color: #fff;
}

.section3 .slides .swiper-slide {
  height: 60.4rem;
}

.section3 .slides .swiper-slide a, .section3 .slides .swiper-slide .item {
  display: block;
  width: 100%;
  height: 100%;
}

.section3 .slides .swiper-slide .item {
  position: relative;
  z-index: 1;
  border-radius: 1.6rem;
  overflow: hidden;
}

.section3 .slides .swiper-slide .item .pimg {
  z-index: -1;
  border-radius: 1.6rem;
}

.section3 .slides .swiper-slide .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 22.9rem;
  background: url(../img/fdc.png) no-repeat bottom center;
  background-size: 100% 100%;
  z-index: 2;
}

.section3 .slides .swiper-slide .item .tit {
  width: 100%;
  position: absolute;
  bottom: 3rem;
  z-index: 3;
  color: #fff;
  padding: 0 2.4rem;
}

.section3 .slides .swiper-slide .item:hover .pimg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.swp-dot .swiper-pagination-bullet-active {
  width: 2.4rem;
  height: 0.8rem;
  background: #2a55d3;
  border-radius: 1rem;
}

/* section4 */
.section4 {
  position: relative;
  background: #f7f7f7;
  padding-bottom: 12rem;
  z-index: 1;
}

.section4 .box1 {
  width: 58.4rem;
  height: 42.5rem;
  border-radius: 0 3rem 0 0;
  position: absolute;
  left: 0;
  top: -8rem;
  z-index: -1;
}

.section4 .box1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(42, 85, 211, 0.88);
  border-radius: 0 3rem 0 0;
}

.section4 .sec-type {
  width: 20.4rem;
  color: #fff;
}

.section4 .sec-type .en {
  color: #fff;
}

.section4 .sec-type .more {
  margin-top: 10.1rem;
  border-color: #fff;
  color: #fff;
}

.section4 .sec-type .more i {
  background: #fff;
}

.section4 .gbox1 {
  overflow: hidden;
  flex: 1;
  z-index: 1;
}

.section4 .gbox1 .slides {
  overflow: hidden;
  flex: 1;
}

.section4 .gbox1 .slides .swiper-wrapper {
  padding-bottom: 5rem;
}

.section4 .gbox1 .slides .item {
  background: #fff;
  border-radius: 1.6rem;
  height: 44.8rem;
  padding: 6rem 3rem 2rem 3rem;
  overflow: hidden;
}

.section4 .gbox1 .slides .item .item-date {
  width: 8rem;
  height: 8rem;
  text-align: center;
  border-radius: 0.8rem;
  background: #1838c1;
  padding: 1px;
}

.section4 .gbox1 .slides .item .item-date .day {
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  color: #fff;
}

.section4 .gbox1 .slides .item .item-date .year {
  background: #fff;
  color: #2a55d3;
  height: 3.2rem;
  border-radius: 0 0 0.8rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section4 .gbox1 .slides .item .item-tit {
  margin: 3rem 0;
}

.section4 .gbox1 .slides .item .item-attr {
  color: #5d636a;
}

.section4 .gbox1 .slides .item .item-attr p {
  margin: 1rem 0;
}

.section4 .gbox1 .slides .item .item-link {
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  margin-top: 3rem;
  color: #2a55d3;
}

.section4 .gbox1 .slides .item .item-link i {
  color: #ff5064;
  margin-left: 0.8rem;
}

.section4 .date {
  width: 53.6rem;
  height: 44.8rem;
  padding: 1rem;
  margin-left: 4.8rem;
}

.section4 .date .laydate {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.section4 .date .layui-laydate-main {
  width: 47rem;
  height: 35rem;
}

.section4 .date .layui-laydate-content table {
  height: 35rem;
  width: 46rem;
}

.section4 .date .layui-laydate-content table th {
  color: #2a55d3;
}

.section4 .date .layui-laydate {
  border: 0;
  box-shadow: none;
}

.section4 .date .layui-laydate td:hover laydate-day-mark {
  background: url(../img/icon_date1.png) no-repeat center;
  color: #FFF !important;
}

.section4 .date .layui-laydate .layui-this {
  background-color: transparent !important;
  background: url(../img/icon_date1.png) no-repeat center;
}

.section4 .date .layui-laydate .laydate-day-mark::after {
  right: 10px;
  background: red;
}
.layui-laydate-content td.layui-this .laydate-day-mark::after{
  display: unset;
}

/* 普查 */
.pucha {
  background: #fff;
  border-radius: 1.6rem;
  padding: 3.8rem 8.5rem;
}

.pucha .tips {
  background: #f7f7f7;
  padding: 1.8rem 2.4rem;
  overflow: hidden;
}

.pucha li {
  margin: 3rem 0;
}

.pucha li label {
  margin-right: 6.5rem;
  color: #2b3744;
}

.pucha li label input {
  zoom: 185%;
  margin-right: 0.5rem;
}

.pucha li .tit {
  margin-bottom: 1.8rem;
}

.pucha li .tit span {
  color: #b71115;
}

.pucha li .cont {
  padding-left: 0.4rem;
}

.pucha .btn {
  padding: 4rem 0;
}

.pucha .btn div {
  background: #2a55d3;
  width: 19.5rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  color: #fff;
  cursor: pointer;
}

.pucha .btn div:hover {
  opacity: 0.88;
}

/* 咨询 */
.shadow {
  background: #fff;
  border-radius: 1.6rem;
}

.zixun {
  background: #fff;
  padding: 7rem 0;
}

.zixun .wrap {
  width: 100%;
  max-width: 92rem;
}

.zixun .group {
  margin-bottom: 4rem;
}

.zixun .group .label {
  width: 11rem;
  text-align: right;
  margin-right: 2.4rem;
}

.zixun .group .intbox {
  width: calc(100% - 13.4rem);
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0.8rem;
  border: 1px solid #e5e5e5;
}

.zixun .group .intbox input,
.zixun .group .intbox select {
  padding: 0 2.4rem;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  outline: 0;
  border: 0;
  height: 5.4rem;
}

.zixun .group .intbox input::-webkit-input-placeholder,
.zixun .group .intbox select::-webkit-input-placeholder {
  color: #bac3cc;
  font-size: 1.6rem;
}

.zixun .group .intbox select option {
  padding: 1.5rem 0;
}

.zixun .group.group2 .intbox {
  width: 100%;
  margin-top: 2rem;
}

.zixun .group.group2 .intbox textarea {
  width: 100%;
  padding: 1rem;
}

.zixun .btn div {
  background: #2a55d3;
  color: #fff;
  width: 100%;
  height: 5.6rem;
  border-radius: 0.8rem;
  text-align: center;
  line-height: 5.6rem;
}

.zixun .btn div:hover {
  opacity: 0.88;
  cursor: pointer;
}

/* news */
.inner-slide {
  background: #2a55d3;
  color: #fff;
}

.inner-slide .info .tit {
  margin-bottom: 1.5rem;
}

.news {
  background: #fff;
  padding: 0 4rem;
}

.news .list li {
  padding: 4rem 0;
  border-bottom: 1px solid #eee;
}

.news .list li .item-date {
  width: 11rem;
  flex-shrink: 0;
  text-align: center;
  color: #2a55d3;
}

.news .list li .item-pic {
  width: 30rem;
  margin-right: 3.2rem;
  flex-shrink: 0;
  max-height: 18rem;
}

.news .list li .item-info .tit {
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 2rem;
}

.news .list li .item-info .tit::after {
  content: "";
  width: 3.2rem;
  height: 0.4rem;
  background: #2a55d3;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news .list li .item-info .desc {
  color: #8a9097;
}

/* pages */
.pages {
  padding: 4rem 0;
}

.pages li {
  margin: 0 1rem;
}

.pages li a {
  color: #999;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pages li.c1 {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}

.pages li.c1 a {
  width: 4rem;
  height: 4rem;
}

.pages li.on a, .pages li:hover a {
  color: #2a55d3;
}

/* detail */
.detail {
  background: #fff;
  border-radius: 1.6rem;
  padding: 6.4rem 0 4rem;
}

.detail .wrap {
  width: 100%;
  max-width: 116rem;
}

.detail .news-tit {
  color: #3d3d3d;
}

.detail .news-date {
  padding: 2.4rem 0;
  color: #999;
  border-bottom: 1px solid #e6e6e6;
}

.detail .news-date span {
  padding: 0 1rem;
}

.detail .news-cont {
  padding: 4rem 0;
}

.detail .news-cont img,
.detail .news-cont video {
  max-width: 100%;
  height: auto;
}

.detail .news-sxp {
  padding: 2.5rem 0 0 0;
  border-top: 1px solid #e1e2e5;
}

.detail .news-sxp li {
  margin: 1.2rem 0;
  color: #666;
}

.detail .news-sxp li .label {
  flex-shrink: 0;
}

.detail .news-sxp li a {
  color: #666;
}

.detail .news-sxp li:hover {
  color: #2a55d3;
}

.detail .news-sxp li:hover a {
  color: #2a55d3;
}

/* select */
.select_box {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
}

.selet_open {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 24px;
}

.select_txt {
  display: inline-block;
  padding-left: 10px;
  width: 135px;
  line-height: 24px;
  height: 24px;
  cursor: pointer;
  overflow: hidden;
}

.option {
  border: solid 1px #eee;
  position: absolute;
  top: 4.9rem;
  left: -1px;
  z-index: 2;
  overflow: scroll;
  max-height: 32rem;
  display: none;
  width: 100%;
  border-radius: 0.8rem;
}

.option option {
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: left;
  padding: 0 10px;
  width: 100%;
  background: #fff;
}

.option option:hover {
  background: #2a55d3;
  color: #fff;
}
