@charset "UTF-8";
.center {
  width: 1200px;
  height: auto;
  zoom: 1;
  margin: 0 auto;
}

.center16 {
  width: 1600px;
  height: auto;
  zoom: 1;
  margin: 0 auto;
}

body {
  background: #f9f9f9;
}

.index-banner {
  width: 100%;
  height: 600px;
}
.index-banner .swiper-wrapper {
  height: 600px;
  max-height: 600px;
}
.index-banner .swiper-wrapper .swiper-slide {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px #1788d7 solid;
  border-radius: 50%;
  background: rgba(23, 136, 215, 0);
  opacity: 1;
}
.index-banner .swiper-pagination-bullet-active {
  background: #1788d7;
}

.nr-nav {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px #eeeeee solid;
}
.nr-nav .center li {
  width: 16.6%;
  height: 100px;
  float: left;
  border-left: 1px #eeeeee solid;
}
.nr-nav .center li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nr-nav .center li i {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 8px;
}
.nr-nav .center li i:nth-of-type(2) {
  display: none;
}
.nr-nav .center li:nth-last-of-type(1) {
  border-right: 1px #eeeeee solid;
}
.nr-nav .center li:hover {
  background: #1788d7;
}
.nr-nav .center li:hover a {
  color: #fff;
}
.nr-nav .center li:hover i:nth-of-type(1) {
  display: none;
}
.nr-nav .center li:hover i:nth-of-type(2) {
  display: block;
}
.nr-nav .center .active {
  background: #1788d7;
}
.nr-nav .center .active a {
  color: #fff;
}
.nr-nav .center .active i:nth-of-type(1) {
  display: none;
}
.nr-nav .center .active i:nth-of-type(2) {
  display: block;
}

.new-top {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.new-top img {
  width: auto;
  height: 24px;
  display: block;
  margin: 0 auto;
}
.new-top p:nth-of-type(1) {
  font-size: 30px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.new-top p:nth-of-type(2) {
  font-size: 12px;
  line-height: 24px;
  color: #999;
}

.new {
  height: auto;
  zoom: 1;
  overflow: hidden;
}
.new .new-list {
  height: auto;
  zoom: 1;
  overflow: hidden;
}
.new .new-list li {
  width: calc((100% - 40px) / 3);
  height: auto;
  zoom: 1;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.new .new-list li:nth-last-of-type(1) {
  margin-right: 0px;
}
.new .new-list li .new-img {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  max-height: 180px;
}
.new .new-list li .new-img img {
  width: 100%;
  transition: 0.3s;
}
.new .new-list li .new-img:hover img {
  transform: scale(1.1);
}
.new .new-list li .new-wen {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px #eee solid;
  padding: 0 20px;
  padding-top: 35px;
  padding-bottom: 15px;
}
.new .new-list li .new-wen p {
  width: 100%;
  height: 50px;
  border-bottom: 1px #eeeeee solid;
}
.new .new-list li .new-wen p a {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding-top: 19px;
}
.new .new-list li .new-wen p .active {
  color: #1788d7;
}
.new .new-list li .new-wen p:hover a {
  color: #1788d7;
}
.new .new-list li .new-wen p:nth-last-of-type(1) {
  border: none;
}
.new .new-list li .new-wen p:nth-of-type(1) {
  height: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 8px;
  border: none;
}
.new .more {
  width: 180px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  display: block;
  color: #fff;
  border-radius: 20px;
  background: #1788d7;
  margin: 30px auto;
}

.general {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  min-height: 585px;
  background-image: url(../images/img34.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.general .general-left {
  width: 800px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-right: 14px;
}
.general .general-left .gener-img {
  width: 50%;
  max-height: 380px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  float: left;
}
.general .general-left .gener-img:hover img {
  transform: scale(1.1);
}
.general .general-left .gener-img img {
  width: 100%;
  transition: 0.3s;
}
.general .general-left .gener-wen {
  width: 50%;
  height: 380px;
  float: left;
  background: #fff;
  border: 1px #eee solid;
  padding: 0 30px;
  padding-top: 25px;
}
.general .general-left .gener-wen .title {
  font-size: 20px;
  line-height: 32px;
}
.general .general-left .gener-wen .en {
  font-size: 12px;
  line-height: 22px;
  color: #999;
  font-family: "Arial";
  text-transform: uppercase;
}
.general .general-left .gener-wen .xian {
  width: 60px;
  height: 1px;
  background: #999;
  margin-top: 17px;
  margin-bottom: 26px;
}
.general .general-left .gener-wen .gkwz {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  border-bottom: 1px #ddd solid;
}
.general .general-left .gener-wen .gkwz .nr {
  width: 100%;
  height: 120px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #888;
  margin-bottom: 26px;
}
.general .general-left .gener-wen .more {
  display: block;
  font-size: 14px;
  color: #1788d7;
  margin-top: 35px;
}
.general .general-right {
  width: 386px;
  height: 380px;
}
.general .general-right li {
  width: calc((100% - 14px) / 2);
  height: 183px;
  border: 1px #eee solid;
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
  background: #fff;
}
.general .general-right li:nth-of-type(2n) {
  margin-right: 0px;
}
.general .general-right li div {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px #ddd solid;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  margin-top: 34px;
  margin-bottom: 14px;
}
.general .general-right li div img {
  width: 40px;
  height: 40px;
}
.general .general-right li div img:nth-of-type(2) {
  display: none;
}
.general .general-right li p {
  font-size: 16px;
  text-align: center;
}
.general .general-right li:hover {
  background: #1788d7;
}
.general .general-right li:hover div {
  border: 1px #1788d7 solid;
}
.general .general-right li:hover div img:nth-of-type(1) {
  display: none;
}
.general .general-right li:hover div img:nth-of-type(2) {
  display: block;
}
.general .general-right li:hover p {
  color: #fff;
}
.general .general-right .active {
  background: #1788d7;
}
.general .general-right .active div {
  border: 1px #1788d7 solid;
}
.general .general-right .active div img:nth-of-type(1) {
  display: none;
}
.general .general-right .active div img:nth-of-type(2) {
  display: block;
}
.general .general-right .active p {
  color: #fff;
}

.expert-team {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background-image: url(../images/img35.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.expert-team .expert-box {
  width: 1600px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #f9f9f9;
  margin: 0 auto;
  margin-top: 80px;
}
.expert-team .expert-box .tab {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  text-align: center;
}
.expert-team .expert-box .tab a {
  width: 100px;
  height: 34px;
  display: inline-block;
  margin-right: 10px;
  border: 1px #eeeeee solid;
  line-height: 34px;
  text-align: center;
  color: #666666;
  box-sizing: border-box;
}
.expert-team .expert-box .tab a:nth-last-of-type(1) {
  margin-right: 0px;
}
.expert-team .expert-box .tab a:hover {
  color: #fff;
  background: #1788d7;
  border: none;
  border: 1px #1788d7 solid;
}
.expert-team .expert-box .tab .active {
  color: #fff;
  background: #1788d7;
  border: none;
  border: 1px #1788d7 solid;
}
.expert-team .expert-box .expert-banner {
  width: 100%;
  height: auto;
  zoom: 1;
  padding-bottom: 82px;
  padding-top: 105px;
}
.expert-team .expert-box .expert-banner .expert-pel {
  width: calc((100% - 60px) / 4);
  height: auto;
  zoom: 1;
  border: 1px #eeeeee solid;
  position: relative;
  padding: 0 35px;
  padding-top: 92px;
  text-align: center;
  float: left;
  margin-right: 20px;
  transition: 0.3s;
}
.expert-team .expert-box .expert-banner .expert-pel:nth-last-of-type(1) {
  margin-right: 0px;
}
.expert-team .expert-box .expert-banner .expert-pel .img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px #efefef solid;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: -75px;
}
.expert-team .expert-box .expert-banner .expert-pel .img img {
  width: 100%;
}
.expert-team .expert-box .expert-banner .expert-pel p:nth-of-type(1) {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
.expert-team .expert-box .expert-banner .expert-pel p:nth-of-type(2) {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.expert-team .expert-box .expert-banner .expert-pel p:nth-of-type(3) {
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.expert-team .expert-box .expert-banner .expert-pel .xian {
  width: 30px;
  height: 1px;
  background: #999999;
  margin: 0 auto;
  margin-top: 14px;
  margin-bottom: 18px;
}
.expert-team .expert-box .expert-banner .expert-pel a {
  width: 90px;
  height: 30px;
  border: 1px #eeeeee solid;
  text-align: center;
  line-height: 30px;
  display: block;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 36px;
}
.expert-team .expert-box .expert-banner .expert-pel:hover {
  background: #1788d7;
  border: none;
  border: 1px #1788d7 solid;
}
.expert-team .expert-box .expert-banner .expert-pel:hover .img {
  border-color: #fff;
}
.expert-team .expert-box .expert-banner .expert-pel:hover .xian {
  background: #fff;
}
.expert-team .expert-box .expert-banner .expert-pel:hover p {
  color: #fff;
}
.expert-team .expert-box .expert-banner .expert-pel:hover p:nth-of-type(1) {
  color: #fff;
}
.expert-team .expert-box .expert-banner .expert-pel:hover p:nth-of-type(2) {
  color: #fff;
}
.expert-team .expert-box .expert-banner .expert-pel:hover p:nth-of-type(3) {
  color: #fff;
}
.expert-team .expert-box .expert-banner .expert-pel:hover a {
  color: #fff;
}
.expert-team .expert-box .expert-banner .active {
  background: #1788d7;
  border: 1px #1788d7 solid;
}
.expert-team .expert-box .expert-banner .active .img {
  border-color: #fff;
}
.expert-team .expert-box .expert-banner .active .xian {
  background: #fff;
}
.expert-team .expert-box .expert-banner .active p {
  color: #fff;
}
.expert-team .expert-box .expert-banner .active p:nth-of-type(1) {
  color: #fff;
}
.expert-team .expert-box .expert-banner .active p:nth-of-type(2) {
  color: #fff;
}
.expert-team .expert-box .expert-banner .active p:nth-of-type(3) {
  color: #fff;
}
.expert-team .expert-box .expert-banner .active a {
  color: #fff;
}
.expert-team .expert-box .expert-banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.expert-team .expert-box .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

.advant-box .tab {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.advant-box .tab a {
  width: auto;
  min-width: 100px;
  padding: 0 10px;
  height: 34px;
  display: inline-block;
  margin-right: 10px;
  border: 1px #eeeeee solid;
  line-height: 34px;
  text-align: center;
  color: #666666;
  box-sizing: border-box;
}
.advant-box .tab a:hover {
  color: #fff;
  background: #1788d7;
  border: none;
  border: 1px #1788d7 solid;
}
.advant-box .tab .active {
  color: #fff;
  background: #1788d7;
  border: none;
  border: 1px #1788d7 solid;
}
.advant-box .advant-left {
  width: 590px;
  height: auto;
  zoom: 1;
}
.advant-box .advant-left .advant-img {
  width: 100%;
  height: auto;
  zoom: 1;
  max-height: 270px;
  overflow: hidden;
  max-height: 270px;
}
.advant-box .advant-left .advant-img img {
  width: 100%;
  transition: 0.3s;
}
.advant-box .advant-left .wen {
  width: 100%;
  height: 164px;
  border: 1px #eeeeee solid;
  padding: 0 40px;
  padding-top: 25px;
}
.advant-box .advant-left .wen p:nth-of-type(1) {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
}
.advant-box .advant-left .wen p:nth-of-type(2) {
  font-size: 14px;
  height: 48px;
  line-height: 24px;
  color: #888;
  margin-bottom: 20px;
}
.advant-box .advant-left .wen a {
  font-size: 12px;
  color: #888888;
  display: block;
}
.advant-box .advant-left:hover {
  box-shadow: 0px 0px 12px #ddd;
}
.advant-box .advant-left:hover .advant-img img {
  transform: scale(1.1);
}
.advant-box .advant-left:hover .wen p:nth-of-type(1) {
  color: #1788d7;
}
.advant-box .advant-left:hover .wen a {
  color: #1788d7;
}
.advant-box .advant-right {
  width: 595px;
  height: auto;
  zoom: 1;
}
.advant-box .advant-right div {
  height: auto;
  zoom: 1;
  padding: 37px 40px;
  border: 1px #eeeeee solid;
}
.advant-box .advant-right div p:nth-of-type(1) {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 24px;
}
.advant-box .advant-right div p:nth-of-type(2) {
  height: 48px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 25px;
}
.advant-box .advant-right div a {
  font-size: 12px;
  color: #888888;
  line-height: 12px;
}
.advant-box .advant-right div:hover {
  box-shadow: 0px 0px 12px #ddd;
}
.advant-box .advant-right div:hover p:nth-of-type(1) {
  color: #1788d7;
}
.advant-box .advant-right div:hover a {
  color: #1788d7;
}
.advant-box .advant-right div:nth-of-type(1) {
  width: 100%;
  margin-bottom: 14px;
}
.advant-box .advant-right div:nth-of-type(2) {
  width: calc((100% - 15px) / 2);
  float: left;
  margin-right: 15px;
}
.advant-box .advant-right div:nth-of-type(3) {
  width: calc((100% - 15px) / 2);
  float: left;
}
.advant-box .advant-right .active {
  box-shadow: 0px 0px 12px #ddd;
}
.advant-box .advant-right .active p:nth-of-type(1) {
  color: #1788d7;
}
.advant-box .advant-right .active a {
  color: #1788d7;
}
.advant-box .width-more {
  text-align: center;
}
.advant-box .width-more a {
  width: 180px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 30px;
  margin-bottom: 40px;
  border-radius: 20px;
  border: 1px #eeeeee solid;
}

.nr-banner {
  width: 100%;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.party-nav {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #fff;
}
.party-nav a {
  width: 25%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  float: left;
  font-size: 16px;
  border-right: 1px #eeeeee solid;
}
.party-nav a:nth-of-type(1) {
  border-left: 1px #eeeeee solid;
}
.party-nav a:hover {
  background: #1788d7;
  color: #fff;
}
.party-nav .active {
  background: #1788d7;
  color: #fff;
}

.title-nr {
  height: 102px;
  line-height: 102px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-nr span {
  width: 15px;
  height: 2px;
  background: #333;
  display: inline-block;
}
.title-nr span:nth-of-type(1) {
  margin-right: 10px;
}
.title-nr span:nth-of-type(2) {
  margin-left: 10px;
}

.party-box {
  height: auto;
  zoom: 1;
}
.party-box li {
  width: calc((100% - 20px) / 2);
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #fff;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0 32px;
  padding-top: 36px;
  padding-bottom: 46px;
}
.party-box li:nth-of-type(2n) {
  margin-right: 0px;
}
.party-box li .time {
  display: flex;
  align-items: flex-end;
}
.party-box li .time span:nth-of-type(1) {
  font-size: 30px;
  line-height: 30px;
  color: #666;
  float: left;
}
.party-box li .time span:nth-of-type(2) {
  font-size: 14px;
  margin-left: 10px;
  float: left;
  color: #666666;
}
.party-box li .xian {
  width: 40px;
  height: 1px;
  background: #666;
  margin-top: 17px;
  margin-bottom: 24px;
}
.party-box li .title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}
.party-box li .nr {
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.party-box li:hover {
  box-shadow: 0px 0px 12px #ddd;
}
.party-box li:hover .title {
  color: #1788d7;
}
.party-box li:hover .nr {
  color: #666;
}
.party-box .active .title {
  color: #1788d7;
}
.party-box .active .nr {
  color: #666;
}

.pag {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  display: flex;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 35px;
}
.pag a {
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  display: block;
  float: left;
  padding: 0px 20px;
  border: 1px #eeeeee solid;
  background: #fff;
  margin: 0 5px;
  transition: 0.3s;
}
.pag a:hover {
  background: #1788d7;
  color: #fff;
}
.pag .current {
  background: #1788d7;
  color: #fff;
}

.basic-box {
  height: auto;
  zoom: 1px;
  overflow: hidden;
}
.basic-box li {
  width: 100%;
  padding: 40px 30px;
  background: #fff;
  margin-bottom: 20px;
  transition: 0.3s;
}
.basic-box li .title {
  width: 100%;
  height: 18px;
  margin-bottom: 17px;
}
.basic-box li .title span:nth-of-type(1) {
  width: calc(100% - 100px);
  overflow: hidden;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}
.basic-box li .title span:nth-of-type(2) {
  width: 66px;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
  float: right;
}
.basic-box li .nr {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
.basic-box li:hover {
  background: #1788d7;
}
.basic-box li:hover p {
  color: #fff;
}
.basic-box li:hover p span:nth-of-type(2) {
  color: #fff;
}
.basic-box .active {
  background: #1788d7;
}
.basic-box .active p {
  color: #fff;
}
.basic-box .active p span:nth-of-type(2) {
  color: #fff;
}

.file-box {
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #fff;
  padding: 0 30px;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.file-box li {
  width: 100%;
  height: 60px;
  padding-top: 28px;
  border-bottom: 1px #bbbbbb dashed;
}
.file-box li i {
  width: 5px;
  height: 5px;
  float: left;
  margin-top: 5px;
  margin-right: 8px;
  background-image: url(../images/img.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline-block;
}
.file-box li span:nth-of-type(1) {
  width: calc(100% - 120px);
  height: 14px;
  overflow: hidden;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}
.file-box li span:nth-of-type(2) {
  width: 74px;
  color: #666;
  font-size: 14px;
  line-height: 14px;
  float: right;
  font-family: "Arial";
}
.file-box li:hover span {
  color: #1788d7 !important;
}

.part-nav {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666666;
}
.part-nav a {
  color: #666;
}

.part-content {
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #fff;
  padding: 0 30px;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.part-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.part-content .det-top {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px #ddd solid;
  text-align: center;
}
.part-content .det-top p:nth-of-type(1) {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}
.part-content .det-top p:nth-of-type(2) {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
}
.part-content .part-wen {
  height: auto;
  zoom: 1;
  padding-top: 30px;
}
.part-content .part-wen p {
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 30px;
}
.part-content .fan {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  line-height: 30px;
}
.part-content .fan span {
  width: 56px;
  font-size: 14px;
  display: inline-block;
  float: left;
}
.part-content .fan a {
  width: calc(100% - 56px);
  display: inline-block;
  float: left;
  color: #1788d7;
}
.part-content .fan-list {
  width: 120px;
  height: 34px;
  display: block;
  background: #1788d7;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  margin-top: 30px;
}

.part-list {
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding: 40px 30px;
  margin-bottom: 8px;
  background: #fff;
}
.part-list p {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}
.part-list .list {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  float: left;
}
.part-list .list:nth-last-of-type(1) {
  margin-right: 0px;
}
.part-list .list li {
  width: 100%;
  height: 54px;
  border-bottom: 1px #bbb dashed;
  padding-top: 28px;
}
.part-list .list li span:nth-of-type(1) {
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  width: calc(100% - 80px);
  overflow: hidden;
  display: block;
  float: left;
}
.part-list .list li span:nth-of-type(2) {
  width: 76px;
  display: block;
  float: right;
  font-size: 14px;
  color: #666;
}

.new-nav a {
  width: 16.6666666667%;
}

.new-box {
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-top: 20px;
}
.new-box li {
  width: calc((100% - 20px) / 2);
  height: auto;
  zoom: 1;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  transition: 0.3s;
}
.new-box li:nth-of-type(2n) {
  margin-right: 0px;
}
.new-box li .new-img {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  max-height: 273px;
}
.new-box li .new-img img {
  width: 100%;
}
.new-box li .new-wen {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding: 0 30px;
  padding-top: 26px;
  padding-bottom: 36px;
}
.new-box li .new-wen p:nth-of-type(1) {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 24px;
}
.new-box li .new-wen p:nth-of-type(2) {
  font-size: 14px;
  line-height: 14px;
  color: #888888;
  margin-bottom: 15px;
}
.new-box li .new-wen p:nth-of-type(3) {
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #888888;
}
.new-box li .new-wen a {
  width: 120px;
  height: 40px;
  border: 1px #ddd solid;
  display: block;
  margin-top: 28px;
  color: #666;
  line-height: 40px;
  text-align: center;
}
.new-box li:hover {
  background: #1788d7;
}
.new-box li:hover .new-wen p {
  color: #fff !important;
}
.new-box li:hover .new-wen a {
  color: #fff;
  border-color: #fff;
}
.new-box .active {
  background: #1788d7;
}
.new-box .active .new-wen p {
  color: #fff !important;
}
.new-box .active .new-wen a {
  color: #fff;
  border-color: #fff;
}

.inform {
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-top: 20px;
}
.inform li {
  width: calc((100% - 34px) / 3);
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-right: 17px;
  float: left;
  padding: 40px 30px;
  background: #fff;
  margin-bottom: 20px;
  transition: 0.3s;
}
.inform li:nth-of-type(3n) {
  margin-right: 0px;
}
.inform li p:nth-of-type(1) {
  font-size: 18px;
  height: 72px;
  line-height: 36px;
}
.inform li p:nth-of-type(2) {
  font-size: 14px;
  color: #888;
  line-height: 14px;
  margin-top: 12px;
  margin-bottom: 26px;
}
.inform li p:nth-of-type(3) {
  font-size: 14px;
  height: 48px;
  line-height: 24px;
  color: #888;
}
.inform li a {
  width: 120px;
  height: 40px;
  display: block;
  border: 1px #ddd solid;
  color: #666;
  text-align: center;
  line-height: 40px;
  margin-top: 35px;
}
.inform li:hover {
  background: #1788d7;
}
.inform li:hover p {
  color: #fff !important;
}
.inform li:hover a {
  color: #fff;
  border-color: #fff;
}
.inform .active {
  background: #1788d7;
}
.inform .active p {
  color: #fff !important;
}
.inform .active a {
  color: #fff;
  border-color: #fff;
}

.new-media {
  height: auto;
  zoom: 1;
  margin-top: 20px;
}
.new-media li {
  width: calc((100% - 34px) / 3);
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-right: 17px;
  float: left;
  padding: 30px;
  background: #fff;
  margin-bottom: 20px;
}
.new-media li:nth-of-type(3n) {
  margin-right: 0px;
}
.new-media li .media-img {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  max-height: 213px;
}
.new-media li .media-img img {
  width: 100%;
  transition: 0.3s;
}
.new-media li .media-wen {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
}
.new-media li .media-wen p:nth-of-type(1) {
  font-size: 18px;
  line-height: 18px;
  margin: 26px 0px;
}
.new-media li .media-wen p:nth-of-type(2) {
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
.new-media li .media-wen p:nth-of-type(3) {
  height: 24px;
  line-height: 24px;
  margin-top: 20px;
}
.new-media li .media-wen p:nth-of-type(3) span {
  font-size: 14px;
  color: #888;
}
.new-media li .media-wen p:nth-of-type(3) a {
  font-size: 14px;
  color: #888;
}
.new-media li:hover .media-img img {
  transform: scale(1.1);
}
.new-media li:hover p:nth-of-type(1) {
  color: #1788d7;
}
.new-media li:hover p:nth-of-type(3) a {
  color: #1788d7;
}
.new-media .active p:nth-of-type(1) {
  color: #1788d7;
}
.new-media .active p:nth-of-type(3) a {
  color: #1788d7;
}

.technique {
  overflow: initial;
}
.technique li {
  transition: 0.3s;
}
.technique li p:nth-of-type(2) span:nth-of-type(1) {
  font-size: 24px;
  color: #888888;
  line-height: 24px;
  margin-right: 14px;
}
.technique li p:nth-of-type(2) span:nth-of-type(2) {
  font-size: 12px;
  color: #888888;
}
.technique li:hover {
  background: #fff;
  box-shadow: 0px 0px 12px #ddd;
}
.technique li:hover p:nth-of-type(1) {
  color: #1788d7 !important;
}
.technique li:hover p:nth-of-type(3) {
  color: #888 !important;
}
.technique li:hover a {
  background: #1788d7;
  color: #fff;
}
.technique .active {
  background: #fff;
  box-shadow: 0px 0px 12px #ddd;
}
.technique .active p:nth-of-type(1) {
  color: #1788d7 !important;
}
.technique .active p:nth-of-type(3) {
  color: #888 !important;
}
.technique .active a {
  background: #1788d7;
  color: #fff;
}

.new_invite {
  height: auto;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 150px;
}
.new_invite li {
  width: calc((100% - 60px) / 4);
  height: auto;
  zoom: 1;
  float: left;
  margin-right: 20px;
  background: #fff;
  position: relative;
  padding-top: 99px;
  padding-bottom: 40px;
  margin-top: 125px;
}
.new_invite li:nth-of-type(4n) {
  margin-right: 0px;
}
.new_invite li .invite-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: -75px;
}
.new_invite li .invite-img img {
  width: 100%;
  height: 100%;
}
.new_invite li p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-align: center;
}
.new_invite li a {
  width: 120px;
  height: 40px;
  border: 1px #dddddd solid;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  margin-top: 28px;
}
.new_invite li:hover p {
  color: #1788d7;
}
.new_invite li:hover a {
  color: #fff;
  background: #1788d7;
  border: 1px #1788d7;
}
.new_invite .active p {
  color: #1788d7;
}
.new_invite .active a {
  color: #fff;
  background: #1788d7;
  border: 1px #1788d7;
}

.invite-content .fl {
  width: 69%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #fff;
  padding: 50px 30px;
  margin-bottom: 20px;
}
.invite-content .fl img {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
.invite-content .fl p:nth-of-type(1) {
  font-size: 24px;
  color: #333;
  line-height: 32px;
}
.invite-content .fl p:nth-of-type(2) {
  font-size: 12px;
  line-height: 12px;
  color: #666;
  line-height: 24px;
  margin-top: 30px;
}
.invite-content .fl .xian {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-top: 25px;
  margin-bottom: 25px;
}
.invite-content .fl .wen {
  font-size: 14px;
  line-height: 30px;
}
.invite-content .fl .fanhui {
  line-height: 30px;
  height: auto;
  zoom: 1;
  overflow: hidden;
}
.invite-content .fl .fanhui span {
  width: 60px;
  font-size: 14px;
  float: left;
}
.invite-content .fl .fanhui a {
  width: calc(100% - 60px);
  display: block;
  float: left;
  color: #1788d7;
}
.invite-content .fl .fan-back {
  width: 120px;
  height: 34px;
  display: block;
  margin-top: 25px;
  background: #1788d7;
  color: #fff;
  text-align: center;
  line-height: 34px;
}
.invite-content .fr {
  width: 29%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}
.invite-content .fr p:nth-of-type(1) {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #1788d7;
  color: #fff;
  font-size: 18px;
}
.invite-content .fr .datail-bot {
  width: 100%;
  padding: 10px 20px 40px 20px;
}
.invite-content .fr .datail-bot li {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  border-bottom: 1px #ddd solid;
}
.invite-content .fr .datail-bot li a {
  width: 100%;
  font-size: 14px;
}

.tab-online {
  height: 36px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.tab-online a {
  width: 122px;
  height: 36px;
  box-sizing: border-box;
  border: 1px #ddd solid;
  display: block;
  margin: 0 4px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  transition: 0.3s;
}
.tab-online a:hover {
  background: #1788d7;
  border: 1px #1788d7 solid;
  color: #fff;
}
.tab-online .active {
  background: #1788d7;
  border: 1px #1788d7 solid;
  color: #fff;
}

.online-box {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #fff;
  padding: 50px 40px 70px 40px;
  margin-bottom: 54px;
  display: none;
}
.online-box .erwm {
  width: 122px;
  height: 122px;
  border: 1px #ddd solid;
  margin: 0 auto;
  padding: 13px;
  margin-bottom: 25px;
}
.online-box .erwm img {
  width: 100%;
  height: 100%;
}
.online-box img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.online-box p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.show {
  display: block;
}

.guidess {
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 35px;
}
.guidess a {
  width: calc((100% - 90px) / 10);
  height: 40px;
  line-height: 40px;
  border: 1px #ddd solid;
  font-size: 14px;
  color: #333;
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
  transition: 0.3s;
}
.guidess a:nth-last-of-type(1) {
  margin-right: 0px;
}
.guidess a:hover {
  background: #1788d7;
  color: #fff;
  border: 1px #1788d7 solid;
}
.guidess .active {
  background: #1788d7;
  color: #fff;
  border: 1px #1788d7 solid;
}

.guide-box {
  height: auto;
  zoom: 1;
  overflow: hidden;
  margin-bottom: 33px;
  /*滚动条整体部分宽度*/
  /* 外层轨道（下层） */
  /* 滑块 */
}
.guide-box .modile-fr {
  display: none;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  position: relative;
}
.guide-box .modile-fr select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
.guide-box .modile-fr i {
  width: 6px;
  height: 6px;
  display: block;
  background: url(../images/img.png);
  background-position: -7px 0px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
}
.guide-box .fl {
  width: 29%;
  height: 600px;
  background: #fff;
  position: relative;
  padding: 25px 20px 30px 20px;
}
.guide-box .fl .sanjiao {
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 33px;
  right: -10px;
}
.guide-box .fl .top {
  width: 100%;
  height: 54px;
  border-bottom: 1px #ddd solid;
}
.guide-box .fl .top p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 18px;
  border-left: 4px #1788d7 solid;
}
.guide-box .fl .bot {
  width: 100%;
  height: 460px;
  margin-top: 30px;
}
.guide-box .fl .bot a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
}
.guide-box .fl .bot .active {
  color: #1788d7;
}
.guide-box .fr {
  width: 69%;
  height: 600px;
  padding: 30px;
  background: #fff;
}
.guide-box .fr #allmap {
  width: 100%;
  height: 290px;
  margin-bottom: 20px;
  overflow-x: auto;
}
.guide-box .fr #allmap img {
  max-width: -moz-max-content;
  max-width: max-content;
}
.guide-box .fr .title {
  width: 100%;
  height: 50px;
  border-bottom: 1px #ddd solid;
  font-size: 18px;
  color: #1788d7;
  line-height: 18px;
}
.guide-box .fr .nr {
  width: 100%;
  height: 470px;
  margin-top: 20px;
  padding-right: 10px;
}
.guide-box .fr .nr p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.guide-box .fr .nr img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.guide-box .fr .nr1 p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}
.guide-box .bot-box {
  overflow-y: auto;
}
.guide-box .bot-box::-webkit-scrollbar {
  width: 4px;
}
.guide-box .bot-box::-webkit-scrollbar-track {
  height: 100%;
  border: 1px;
  -webkit-box-shadow: inset 0 0 3px #ddd;
}
.guide-box .bot-box::-webkit-scrollbar-thumb {
  background: #1788d7;
  -webkit-box-shadow: inset 0 0 3px #1788d7;
}

.no-resule {
  height: auto;
  zoom: 1;
  overflow: hidden;
  min-height: 500px;
  background: #fff;
  padding: 30px;
  font-size: 16px;
  margin-top: 30px;
}
.no-resule img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  max-width: 275px;
  max-height: 336px;
}

.cove {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.spe_box {
  width: 500px;
  height: auto;
  zoom: 1;
  overflow: hidden;
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -275px;
  display: none;
}
.spe_box .spe_top {
  width: 100%;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  background: #128ac8;
  color: #fff;
  text-align: center;
  line-height: 80px;
  position: relative;
}
.spe_box .spe_top .shan {
  width: 40px;
  height: 40px;
  padding: 5px;
  background: rgba(6, 109, 162, 0);
  transition: 0.3s;
  position: absolute;
  right: 0px;
  top: 0px;
}
.spe_box .spe_top .shan img {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.spe_box .spe_top .shan:hover {
  background: #066da2;
}
.spe_box .spe_bot {
  width: 100%;
  height: auto;
  zoom: 1;
  overflow: hidden;
  padding: 0 50px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.spe_box .spe_bot input, .spe_box .spe_bot select {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px #ddd solid;
  padding: 0 18px;
  margin-bottom: 10px;
}
.spe_box .spe_bot select {
  background-repeat: no-repeat;
  background-position: 374px;
  color: #828482;
}
.spe_box .spe_bot textarea {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  border: 1px #ddd solid;
  resize: none;
  padding: 12px 20px;
}
.spe_box .spe_bot .yan {
  width: 100%;
  height: 40px;
}
.spe_box .spe_bot .yan input {
  width: calc(100% - 125px);
  height: 40px;
  float: left;
}
.spe_box .spe_bot .yan .yan-box {
  width: 110px;
  height: 40px;
  float: left;
  margin-left: 15px;
}
.spe_box .spe_bot .yan .yan-box img {
  width: 100%;
  height: 100%;
}
.spe_box .spe_bot button {
  width: calc((100% - 10px) / 2);
  height: 40px;
  color: #fff;
  border: none;
  float: left;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  margin-top: 10px;
}
.spe_box .spe_bot button:nth-of-type(1) {
  margin-right: 10px;
  background: #128ac8;
}
.spe_box .spe_bot button:nth-of-type(2) {
  background: #f8a02f;
}/*# sourceMappingURL=cs_style.css.map */