@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .up::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .down::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .text::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main dl dt {
  overflow: hidden;
}

.main dl dt img {
  width: 100%;
  height: auto;
}

.main .textdetails {
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 26px;
  padding-bottom: 60px;
}

.main .textdetails .text {
  padding: 0 30px;
}
.main .textdetails a{
  color: #000;
  font-size: 16px;
}
.main .textdetails h3 {
  font-size: 24px;
  color: #000000;
  line-height: 100px;
  font-weight: bold;
}

.main .textdetails img {
  max-width: 100%;
  padding: 20px 0;
}

.main .detailsTitle {
  padding: 40px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: solid 1px #eeeeee;
}

.main .detailsTitle h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 36px;
}

.main .detailsTitle p {
  padding-top: 20px;
}

.main .detailsTitle p span {
  padding: 0 20px;
  font-size: 14px;
  color: #999999;
}

.page .pagination {
  padding: 30px 0;
  text-align: center;
}

.page .pagination li {
  display: inline-block;
  margin: 0 6px;
  height: 40px;
  cursor: pointer;
}

.page .pagination li a {
  transition: all 0.2s;
}

.page .pagination li a, .page .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

.page .pagination li:hover a {
  background: #3188ff;
  color: #ffffff;
}

.page .pagination li.active a {
  background: #3188ff;
  color: #ffffff;
}

.page .pagination li.disabled a {
  color: #cccccc;
}

.page .pagination li.disabled:hover a {
  background: transparent;
  color: #cccccc;
}

.header {
  width: 100%;
  background-color: #ffffff;
}

.header .up {
  height: 320px;
}

.header .up .main {
  height: 100%;
  position: relative;
}

.header .up .main .logo {
  float: left;
  height: 68px;
  line-height: 320px;
}

.header .up .main .logo a img {
  width: auto;
  height: 100%;
  display: inline-block;
}

.header .up .main .right {
  top: 50%;
  right: 0;
  margin-top: -21px;
  position: absolute;
}

.header .up .main .right .item {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 30px;
  position: relative;
  text-align: center;
  border-radius: 100%;
}

.header .up .main .right .item span {
  z-index: 2;
  width: 100%;
  height: 100%;
  float: right;
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  border: solid 1px #ffffff;
}

.header .up .main .right .item:hover:nth-child(1) span {
  background-color: #3188ff;
}

.header .up .main .right .item:hover:nth-child(1) .items {
  width: 400px;
}

.header .up .main .right .item:hover:nth-child(2) span {
  border: solid 1px #3188ff;
  background-color: #3188ff;
}

.header .up .main .right .item:hover:nth-child(3) span {
  border: solid 1px #3188ff;
  background-color: #3188ff;
}

.header .up .main .right .item:hover .items {
  display: block;
}

.header .up .main .right .item:nth-child(1) .items {
  top: 0;
  width: 0;
  right: 0;
  height: 42px;
  display: block;
  overflow: hidden;
  transition: all .5s;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.9);
}

.header .up .main .right .item:nth-child(1) .items input {
  float: left;
  height: 100%;
  border: none;
  width: 320px;
  margin-left: 20px;
  background-color: transparent;
}

.header .up .main .right .item:nth-child(2) .items {
  width: 260px;
  height: 80px;
  text-align: left;
}

.header .up .main .right .item:nth-child(2) .items::after {
  top: -6px;
  right: 15px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}

.header .up .main .right .item:nth-child(2) .items dl dt {
  float: left;
  padding-left: 20px;
}

.header .up .main .right .item:nth-child(2) .items dl dt span {
  float: left;
  width: auto;
  border: none;
  height: auto;
  font-size: 35px;
  color: #3188ff;
  line-height: 80px;
  background-color: transparent;
}

.header .up .main .right .item:nth-child(2) .items dl dd {
  padding-top: 17px;
  padding-left: 75px;
}

.header .up .main .right .item:nth-child(2) .items dl dd p {
  font-size: 14px;
  color: #888888;
}

.header .up .main .right .item:nth-child(2) .items dl dd h3 {
  font-size: 20px;
  color: #3188ff;
  font-weight: bold;
}

.header .up .main .right .item:nth-child(3) .items {
  width: 200px;
  height: 120px;
}

.header .up .main .right .item:nth-child(3) .items::after {
  top: -6px;
  right: 15px;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
}

.header .up .main .right .item:nth-child(3) .items dl {
  float: left;
  padding-top: 10px;
  padding-left: 13px;
}

.header .up .main .right .item:nth-child(3) .items dl dt {
  width: 80px;
  height: 80px;
}

.header .up .main .right .item:nth-child(3) .items dl dd {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}

.header .up .main .right .item .items {
  right: 0;
  top: 54px;
  display: none;
  position: absolute;
  border-radius: 5px;
  background-color: #ffffff;
}

.header .down {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #3188ff;
}

.header .down .main .item {
  float: left;
  width: 11.11%;
  height: 50px;
  position: relative;
}

.header .down .main .item::after {
  right: 0;
  top: 17px;
  width: 1px;
  content: '';
  height: 15px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
}

.header .down .main .item:hover {
  background-color: #0261d5;
}

.header .down .main .item:hover::after {
  right: -1px;
  top: 17px;
  width: 1px;
  content: '';
  height: 15px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
}

.header .down .main .item:hover .items {
  display: block;
}

.header .down .main .item.active {
  background-color: #0261d5;
}

.header .down .main .item.active::after {
  right: -1px;
  top: 17px;
  width: 1px;
  content: '';
  height: 15px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
}

.header .down .main .item:last-child::after {
  right: -1px;
  top: 17px;
  width: 1px;
  content: '';
  height: 15px;
  position: absolute;
  background-color: transparent;
}

.header .down .main .item a {
  width: 100%;
  float: left;
  height: 15px;
  font-size: 15px;
  color: #ffffff;
  margin-top: 15px;
}

.header .down .main .item a span {
  font-size: 16px;
  padding-right: 10px;
}

.header .down .main .item a:hover {
  color: #ffffff;
  background-color: #0261d5;
}

.header .down .main .item .items {
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  display: none;
  position: absolute;
  background-color: rgba(49, 136, 255, 0.9);
}

.header .down .main .item .items a {
  height: auto;
  border: none;
  margin-top: 0;
  color: #ffffff;
  line-height: 30px;
}

.new {
  padding-top: 40px;
}

.new .main .left {
  float: left;
  width: 790px;
  height: 465px;
  overflow: hidden;
  border-radius: 5px;
}

.new .main .left .swiper-container {
  width: 100%;
  height: 100%;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide .item {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  display: flex;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  align-items: center;
  background-color: rgba(2, 97, 213, 0.8);
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide .item dl {
  width: 80%;
  padding-left: 30px;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide .item dl dt {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide .item dl dd {
  opacity: .7;
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
}

.new .main .left .swiper-container .swiper-pagination {
  bottom: 30px;
  text-align: right;
  padding-right: 30px;
}

.new .main .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  opacity: .5;
  height: 9px;
  border: solid 1px #ffffff;
  background-color: transparent;
}

.new .main .left .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 30px;
}

.new .main .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ffffff;
}

.new .main .right {
  width: 380px;
  float: right;
}

.new .main .right .title {
  height: 45px;
  border-bottom: solid 1px #eeeeee;
}

.new .main .right .title ul {
  float: left;
  height: 100%;
}

.new .main .right .title ul li {
  float: left;
  height: 100%;
  cursor: pointer;
  font-size: 28px;
  color: #333333;
  padding-left: 20px;
  border-left: solid 1px #eeeeee;
}

.new .main .right .title ul li:first-child {
  padding-left: 0;
  border-left: none;
  padding-right: 20px;
}

.new .main .right .title ul li.active {
  color: #0261d5;
  font-weight: bold;
}

.new .main .right .title ul li:hover {
  color: #0261d5;
  font-weight: bold;
}

.new .main .right .title a {
  float: right;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
}

.new .main .right .title a:hover {
  color: #0261d5;
}

.new .main .right .title a:hover span {
  color: #0261d5;
}

.new .main .right .title a span {
  font-size: 12px;
  color: #999999;
  padding-left: 5px;
}

.new .main .right .text {
  overflow: hidden;
  max-height: 420px;
}

.new .main .right .text .item {
  display: none;
}

.new .main .right .text .item.active {
  display: block;
}

.new .main .right .text .item a {
  height: 104px;
  display: block;
  border-bottom: solid 1px #eeeeee;
}

.new .main .right .text .item a:hover h3 {
  color: #0261d5;
  font-weight: bold;
}

.new .main .right .text .item a h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.new .main .right .text .item a p {
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.new .main .right .text .item a span {
  font-size: 14px;
  color: #999999;
}

.lane {
  padding: 40px 0;
}

.lane .main {
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px #eeeeee;
}

.lane .main .item {
  float: left;
  height: 110px;
  width: calc(20% - 1px);
  border-right: solid 1px #eeeeee;
}

.lane .main .item:hover dl dd h3 {
  color: #3188ff;
}

.lane .main .item:last-child {
  border: none;
}

.lane .main .item:nth-child(2) dl dt {
  background-color: #9977ff;
}

.lane .main .item:nth-child(3) dl dt {
  background-color: #2ceec7;
}

.lane .main .item:nth-child(4) dl dt {
  background-color: #ffbe04;
}

.lane .main .item:nth-child(5) dl dt {
  background-color: #3188ff;
}

.lane .main .item dl dt {
  width: 50px;
  float: left;
  height: 50px;
  margin-top: 30px;
  line-height: 50px;
  margin-left: 30px;
  text-align: center;
  border-radius: 100%;
  background-color: #f87f36;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.lane .main .item dl dt span {
  font-size: 24px;
  color: #ffffff;
}

.lane .main .item dl dd {
  padding-top: 32px;
  padding-left: 100px;
}

.lane .main .item dl dd h3 {
  font-size: 20px;
  color: #333333;
}

.lane .main .item dl dd p {
  font-size: 14px;
  color: #999999;
}

.banner {
  padding: 50px 0;
}

.banner .main .left {
  float: left;
  height: 140px;
  overflow: hidden;
  border-radius: 10px;
  width: calc(50% - 10px);
}

.banner .main .right {
  float: right;
  height: 140px;
  overflow: hidden;
  border-radius: 10px;
  width: calc(50% - 10px);
}

.crumbs {
  background-color: #f5f7fa;
}

.crumbs .main {
  height: 75px;
  line-height: 75px;
}

.crumbs .main p {
  font-size: 14px;
  color: #999999;
}

.crumbs .main p a {
  font-size: 14px;
  color: #999999;
}

.crumbs .main p a:hover {
  color: #3188ff;
}

.crumbs .main p a span {
  font-size: 16px;
  color: #3188ff;
  padding-right: 10px;
}

.dynamic .main .item {
  float: left;
  overflow: hidden;
  margin-left: 30px;
  border-radius: 10px;
  width: calc(50% - 15px);
}

.dynamic .main .item:first-child {
  margin-left: 0;
}

.dynamic .main .item .title {
  height: 45px;
  position: relative;
  border-bottom: solid 2px #eeeeee;
}

.dynamic .main .item .title::after {
  left: 0;
  content: '';
  height: 2px;
  width: 110px;
  bottom: -2px;
  position: absolute;
  background-color: #3188ff;
}

.dynamic .main .item .title h3 {
  float: left;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.dynamic .main .item .title a {
  float: right;
  font-size: 14px;
  color: #999999;
}

.dynamic .main .item .title a:hover {
  color: #3188ff;
}

.dynamic .main .item .title a span {
  margin-left: 5px;
}

.dynamic .main .item .items {
  padding-top: 30px;
}

.dynamic .main .item .items a {
  display: block;
  line-height: 24px;
  padding-top: 20px;
}

.dynamic .main .item .items a:first-child {
  padding-top: 0;
}

.dynamic .main .item .items a:hover span {
  color: #3188ff;
}

.dynamic .main .item .items a:hover .tit {
  color: #3188ff;
}

.dynamic .main .item .items a:hover .time {
  color: #3188ff;
}

.dynamic .main .item .items a::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.dynamic .main .item .items a span {
  float: left;
  font-size: 12px;
  color: #999999;
  padding-right: 10px;
}

.dynamic .main .item .items a .tit {
  float: left;
  width: 460px;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.dynamic .main .item .items a .time {
  float: right;
  font-size: 14px;
  color: #999999;
}

.education {
  padding-top: 40px;
}

.education .main .left {
  float: left;
  width: 790px;
  height: 120px;
  border-radius: 5px;
}

.education .main .right {
  float: right;
  width: 380px;
  height: 120px;
  border-radius: 5px;
}

.policy {
  padding: 40px 0;
}

.policy .main .left {
  float: left;
  width: 790px;
}

.policy .main .left ul {
  float: left;
  width: 130px;
  text-align: center;
}

.policy .main .left ul li {
  width: 130px;
  height: 130px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #f5f7fa;
}

.policy .main .left ul li.active {
  background-color: #0261d5;
}

.policy .main .left ul li.active::after {
  top: 50%;
  right: -9px;
  width: 0;
  height: 0;
  content: '';
  margin-top: -7px;
  position: absolute;
  border-top: 7px solid transparent;
  border-left: 9px solid #0261d5;
  border-bottom: 7px solid transparent;
}

.policy .main .left ul li.active span {
  color: #ffffff;
}

.policy .main .left ul li.active p {
  color: #ffffff;
  font-weight: bold;
}

.policy .main .left ul li span {
  display: block;
  font-size: 30px;
  color: #0261d5;
  padding-top: 35px;
}

.policy .main .left ul li p {
  font-size: 18px;
  color: #0261d5;
  padding-top: 5px;
}

.policy .main .left ul .more {
  font-size: 14px;
  color: #0261d5;
  padding-top: 50px;
  display: inline-block;
}

.policy .main .left ul .more span {
  font-size: 14px;
  padding-left: 10px;
}

.policy .main .left .items {
  float: left;
  width: 630px;
  margin-left: 30px;
}

.policy .main .left .items .item {
  display: none;
}

.policy .main .left .items .item.active {
  display: block;
}

.policy .main .left .items .item .up {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eeeeee;
}

.policy .main .left .items .item .up:hover .text h3 {
  color: #3188ff;
}

.policy .main .left .items .item .up .image {
  float: left;
  width: 230px;
  height: 140px;
  overflow: hidden;
  border-radius: 5px;
}

.policy .main .left .items .item .up .text {
  float: right;
  padding-top: 5px;
  width: calc(100% - 260px);
}

.policy .main .left .items .item .up .text h3 {
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.policy .main .left .items .item .up .text p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.policy .main .left .items .item .up .text i {
  float: left;
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}

.policy .main .left .items .item .up .text span {
  float: right;
  font-size: 12px;
  color: #3188ff;
  margin-top: 30px;
}

.policy .main .left .items .item .down a {
  display: block;
  line-height: 24px;
  padding-top: 16px;
}

.policy .main .left .items .item .down a:first-child {
  padding-top: 0;
}

.policy .main .left .items .item .down a:hover span {
  color: #3188ff;
}

.policy .main .left .items .item .down a:hover .tit {
  color: #3188ff;
}

.policy .main .left .items .item .down a:hover .time {
  color: #3188ff;
}

.policy .main .left .items .item .down a::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.policy .main .left .items .item .down a span {
  float: left;
  font-size: 12px;
  color: #999999;
  padding-right: 10px;
}

.policy .main .left .items .item .down a .tit {
  float: left;
  width: 460px;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.policy .main .left .items .item .down a .time {
  float: right;
  font-size: 14px;
  color: #999999;
}

.policy .main .right {
  float: right;
  width: 380px;
}

.policy .main .right .title {
  line-height: 60px;
  text-align: center;
}

.policy .main .right .title img {
  padding-top: 25px;
  float: left;
}

.policy .main .right .title img:last-child {
  float: right;
}

.policy .main .right .title h3 {
  font-size: 28px;
  color: #0261d5;
  font-weight: bold;
  display: inline-block;
}

.policy .main .right .wrapperTitle {
  height: 44px;
  line-height: 44px;
  background-color: #3188ff;
}

.policy .main .right .wrapperTitle i {
  float: right;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.policy .main .right .wrapperTitle i:nth-child(1) {
  float: left;
  padding-left: 20px;
}

.policy .main .right .wrapperTitle i:nth-child(2) {
  padding-right: 20px;
}

.policy .main .right .wrapperTitle i:nth-child(3) {
  padding-right: 40px;
}

.policy .main .right .wrapper {
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.policy .main .right .wrapper .boxes {
  top: -50px;
  position: relative;
}

.policy .main .right .wrapper .boxes .box {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.policy .main .right .wrapper .boxes .box i {
  float: left;
  font-size: 14px;
  color: #333333;
}

.policy .main .right .wrapper .boxes .box i:nth-child(1) {
  width: 160px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.policy .main .right .wrapper .boxes .box i:nth-child(2) {
  padding-left: 40px;
}

.policy .main .right .wrapper .boxes .box i:nth-child(3) {
  padding-left: 35px;
}

.policy .main .right .wrapper .boxes .box:nth-child(odd) {
  background: #fdfdfe;
}

.policy .main .right .wrapper .boxes .box:nth-child(even) {
  background: #f5f7fa;
}

.query .main {
  height: 140px;
  border-radius: 5px;
}

.link {
  padding: 40px 0;
}

.link .main {
  position: relative;
}

.link .main .title {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  border-bottom: solid 2px #eeeeee;
}

.link .main .title::after {
  left: 0;
  content: '';
  height: 2px;
  width: 110px;
  bottom: -2px;
  position: absolute;
  background-color: #3188ff;
}

.link .main .swiper-container {
  height: 190px;
  padding-top: 10px;
}

.link .main .swiper-container .swiper-wrapper .swiper-slide .item {
  float: left;
  height: 75px;
  width: 15.25%;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 5px;
  line-height: 75px;
  overflow: hidden;
  text-align: center;
  background-color: #f5f7fa;
}

.link .main .swiper-container .swiper-wrapper .swiper-slide .item:nth-child(6n+1) {
  margin-left: 0;
}

.link .main .swiper-container .swiper-wrapper .swiper-slide .item img {
  max-width: 100%;
  max-height: 100%;
}

.link .main .swiper-pagination {
  top: 10px;
  right: 0;
}

.link .main .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 5px;
  border: solid 1px #0261d5;
  background-color: transparent;
}

.link .main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0261d5;
}

.querys {
  padding-bottom: 40px;
  background-color: #f5f7fa;
}

.querys .main .layui-form {
  padding: 40px 0 40px 55px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.querys .main .layui-form::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.querys .main .layui-form .layui-form-item {
  float: left;
  clear: none;
  margin: 0 5px;
  margin-bottom: 0;
}

.querys .main .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
}

.querys .main .layui-form .layui-form-item .layui-input-block .layui-select-title input {
  width: 258px;
}

.querys .main .layui-form .layui-form-item .layui-input-block .layui-form-select dl {
  top: 50px;
}

.querys .main .layui-form .layui-form-item .layui-input-block .layui-form-select dl .layui-this {
  background-color: #3188ff;
}

.querys .main .layui-form .layui-form-item .layui-input-block .layui-input {
  width: 378px;
}

.querys .main .layui-form .layui-form-item .layui-input-block input {
  height: 48px;
  border-radius: 5px;
  background-color: #f5f7fa;
}

.querys .main .layui-form .layui-form-item .layui-input-block input::placeholder {
  font-size: 16px;
  color: #888888;
}

.querys .main .layui-form .layui-form-item .layui-input-block .layui-btn {
  width: 150px;
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #ffbe04;
}

.querys .main .texts {
  padding: 0 30px;
  border-radius: 5px;
  background-color: #ffffff;
}

.querys .main .texts .title {
  height: 67px;
  line-height: 67px;
  border-bottom: solid 1px #eeeeee;
}

.querys .main .texts .title h3 {
  float: left;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.querys .main .texts .title h3::after {
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  bottom: -1px;
  position: absolute;
  background-color: #1b89cb;
}

.querys .main .texts .text a {
  height: 65px;
  display: block;
  font-size: 14px;
  color: #333333;
  position: relative;
  line-height: 65px;
  border-bottom: dashed 1px #eeeeee;
}

.querys .main .texts .text a:hover span {
  color: #3188ff;
}

.querys .main .texts .text a:hover span.titleP {
  font-weight: bold;
}

.querys .main .texts .text a:hover i {
  color: #3188ff;
}

.querys .main .texts .text a .iconfont {
  float: left;
  font-size: 16px;
  color: #999999;
}

.querys .main .texts .text a .titleP {
  float: left;
  width: 700px;
  font-size: 16px;
  padding-left: 15px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.querys .main .texts .text a i {
  float: right;
  font-size: 14px;
  color: #999999;
}

.news {
  padding-bottom: 40px;
  background-color: #f5f7fa;
}

.news .main .left {
  float: left;
  width: 260px;
}

.news .main .left .title {
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 5px;
}

.news .main .left .title h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
}

.news .main .left .title h3 span {
  font-size: 30px;
  padding-right: 10px;
}

.news .main .left .items {
  padding: 25px 0;
  background-color: #ffffff;
}

.news .main .left .items::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.news .main .left .items a {
  width: 100%;
  float: left;
  height: 50px;
  margin: 5px 0;
  font-size: 16px;
  color: #999999;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.news .main .left .items a.active {
  font-size: 18px;
  color: #3188ff;
  font-weight: bold;
  background-color: #eaf3ff;
}

.news .main .left .items a.active::before {
  top: 0;
  left: 0;
  width: 6px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #3188ff;
}

.news .main .left .items a:hover {
  font-size: 18px;
  color: #3188ff;
  font-weight: bold;
  background-color: #eaf3ff;
}

.news .main .left .items a:hover::before {
  top: 0;
  left: 0;
  width: 6px;
  content: '';
  height: 100%;
  position: absolute;
  background-color: #3188ff;
}

.news .main .left .educations {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 5px;
}

.news .main .left .educations img {
  width: 100%;
  height: auto;
}

.news .main .right {
  width: 850px;
  float: right;
  padding: 0 30px;
  border-radius: 5px;
  background-color: #ffffff;
}

.news .main .right .title {
  height: 67px;
  line-height: 67px;
  border-bottom: solid 1px #eeeeee;
}

.news .main .right .title h3 {
  float: left;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.news .main .right .title h3::after {
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  bottom: -1px;
  position: absolute;
  background-color: #1b89cb;
}

.news .main .right .text a {
  height: 65px;
  display: block;
  font-size: 14px;
  color: #333333;
  position: relative;
  line-height: 65px;
  border-bottom: dashed 1px #eeeeee;
}

.news .main .right .text a:hover span {
  color: #3188ff;
}

.news .main .right .text a:hover span.titleP {
  font-weight: bold;
}

.news .main .right .text a:hover i {
  color: #3188ff;
}

.news .main .right .text a .iconfont {
  float: left;
  font-size: 16px;
  color: #999999;
}

.news .main .right .text a .titleP {
  float: left;
  width: 700px;
  font-size: 16px;
  padding-left: 15px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news .main .right .text a i {
  float: right;
  font-size: 14px;
  color: #999999;
}

.details {
  padding-bottom: 40px;
  background-color: #f5f7fa;
}

.details .main {
  padding: 0 40px;
  background-color: #ffffff;
}

.details .main .textfoot {
  padding: 25px 0;
  border-top: dashed 1px #eeeeee;
}

.details .main .textfoot::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.details .main .textfoot .fl {
  width: 80%;
  float: left;
}

.details .main .textfoot .fl a {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.details .main .textfoot .fr {
  width: 15%;
  float: right;
}

.details .main .textfoot .fr a {
  width: 130px;
  height: 36px;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  display: inline-block;
  background-color: #3188ff;
}

.details .main .textfoot .fr a span {
  font-size: 12px;
  padding-left: 5px;
}

.details .main .textfoot .fr a:hover {
  background-color: rgba(6, 75, 172, 0.8);
}

.footer {
  padding: 40px 0 20px;
  background-color: #0261d5;
}

.footer .main .left {
  float: left;
}

.footer .main .left .up a {
  padding: 0 30px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.footer .main .left .up a:hover {
  color: #ffffff;
}

.footer .main .left .up a:first-child {
  padding-left: 0;
  border: none;
}

.footer .main .left .down {
  padding-top: 20px;
}

.footer .main .left .down p {
  font-size: 15px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .main .left .down p a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .main .left .down p a:hover {
  color: #ffffff;
}

.footer .main .right {
  float: right;
}

.footer .main .right dl {
  float: left;
  margin-left: 30px;
  text-align: center;
}

.footer .main .right dl dt {
  width: 80px;
  height: 80px;
}

.footer .main .right dl dd {
  font-size: 14px;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.login {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.login .header {
  background-color: transparent;
}

.login .header .up {
  height: 200px;
  background-image: none !important;
}

.login .header .up .logo {
  line-height: 200px;
}

.login .header .down {
  display: none;
}

.login .content .main {
  height: 600px;
}

.login .content .main .right {
  float: right;
  width: 560px;
  height: 600px;
  background-color: #ffffff;
}

.login .content .main .right .title {
  height: 87px;
  padding-left: 40px;
  border-bottom: solid 1px #eeeeee;
}

.login .content .main .right .title a {
  float: left;
  font-size: 28px;
  color: #333333;
  padding-top: 30px;
  margin-right: 60px;
}

.login .content .main .right .title a.active {
  color: #0261d5;
  font-weight: bold;
}

.login .content .main .right .layui-form {
  padding: 40px 40px 0;
}

.login .content .main .right .layui-form .layui-form-item {
  margin-bottom: 20px;
}

.login .content .main .right .layui-form .layui-form-item .layui-form-label {
  text-align: left;
  padding: 0;
  width: 100px;
  line-height: 50px;
}

.login .content .main .right .layui-form .layui-form-item .layui-input-block {
  margin-left: 0px;
  position: relative;
}

.login .content .main .right .layui-form .layui-form-item .layui-input-block .layui-btn {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #ffbe04;
}

.login .content .main .right .layui-form .layui-form-item .layui-input-block input {
  display: inline-block;
  width: 350px;
  height: 48px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  background-color: #f5f7fa;
}

.login .content .main .right .layui-form .layui-form-item .layui-input-block input::placeholder {
  font-size: 16px;
  color: #888888;
}
.login .content .main .right .layui-form .layui-form-item .code .layui-form-checkbox[lay-skin=primary]{
  margin-top: -2px;
}
.login .content .main .right .layui-form .layui-form-item input.codeinput {
  float: left;
}

.login .content .main .right .layui-form .layui-form-item .layui-input-block img {
  width: 140px;
  height: 48px;
  margin-left:10px;
  border-radius: 5px;
  border: solid 1px #eeeeee;
}
.login .content .main .right .layui-form .layui-form-item input.checks {
  display: none;
  float: left;
  height: 45px;
  border: none;
  padding-left: 30px;
  width: calc(100% - 100px);
  background-color: #f3f6fa;
}
.login .content .main .right .layui-form .layui-form-item .protocol {
  display: inline;
  height: 35px;
  line-height: 35px;
}
.login .content .main .right .registerAndlogin {
  padding: 0 40px;
}

.login .content .main .right .registerAndlogin::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.login .content .main .right .registerAndlogin a {
  float: left;
  font-size: 16px;
  color: #0261d5;
}

.login .content .main .right .registerAndlogin a:nth-child(2) {
  float: right;
}

.login .footer {
  left: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  padding: 20px 0;
}
/*
.login .footer .left .up {
  display: none;
}

.login .footer .right {
  display: none;
}
*/
.header .up .main .right .item.login {
  width: 152px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: #3188ff;
}

.header .up .main .right .item.login img {
  width: 18px;
  height: 18px;
  padding-right: 10px;
}

.header .up .main .right .item.login i {
  padding: 0 10px;
}