header {
  min-width: 1440px;
  background: none;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: 10;
}
header .header_content {
  background: none;
  border-bottom: none;
  max-width: 1920px;
}
header .header_content .logo {
  background: url(../image/index/icon_logo2.png) 0 0/100% no-repeat;
}
header .list .item {
  color: #fff;
  font-weight: 600;
}
header .list .item a {
  color: #fff;
}
header .list .item:hover a {
  color: #fe8b00;
}
header .list .active a {
  color: #fe8b00;
}
header .list .active {
  color: #fe8b00 !important;
}
.login {
  border-right: 1px solid #fff;
}
header:hover .item a,
header:hover .item,
header:hover .register a,
header:hover .login a {
  color: #333;
}
header:hover {
  background-color: #fff;
}
header:hover .login {
  border-right: 1px solid #000;
}
header:hover .logo {
  background: url(../image/index/icon_logo.png) 0 0/100% no-repeat;
}
.register a,
.login a {
  color: #fff;
  font-weight: 600;
}
.register a:hover,
.login a:hover {
  color: #fe8b00 !important;
}
footer {
  min-width: 1440px;
}
/* 轮播图 */
.content {
  min-width: 1440px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-container {
  width: 100%;
  height: 735px;
 }
.swiper-slide{
width: 100%;
min-width: 1440px;
overflow: hidden;

}
.swiper-slide img{
width: 1920px;
height: 735px;
position: absolute;
left: 50%;
top: 0;
 margin-left: -960px;
}
.swiper-slide .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #fff;
  font-size: 64px;
  text-align: center;
  line-height: 735px;
  font-weight: 900;
  letter-spacing: 26px;
}
/*分页器*/
.swiper-pagination {
  position: absolute;
  bottom: 33px !important;
}
.swiper-pagination-custom {
  margin: 0 auto;
}
/*自定义分页器的样式*/
.icon_dd {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
/* 分类 */
.classification {
  width: 100%;
  height: 737px;
  display: block;
}
.classification .main {
  width: 33.33%;
  height: 737px;
  position: relative;
  float: left;
  font-family: PingFangSC-Semibold;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}
.classification .main:first-child {
  background: url(../image/index/medicalbg.png) left center no-repeat;
  width: 17%;
}
.classification .main:nth-child(2) {
  background: url(../image/index/annuitybg.png) center center no-repeat;
  background-size: 100% 100%;
}
.classification .main:nth-child(3) {
  background: url(../image/index/planbg.png) center center no-repeat;
  background-size: 100% 100%;
}
.classification .main:nth-child(4) {
  background: url(../image/index/medicalbg.png) right center no-repeat;
  width: 16%;
}
.shade {
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.classification .title {
  font-size: 38px;
  color: #333333;
  font-weight: bold;
  margin-top: 106px;
}
.classification .min-title {
  height: 76px;
  font-size: 22px;
  color: #999999;
  margin-top: 28px;
  background-repeat: no-repeat;
  background-size: 200px 20px;
  background-position: center bottom;
  margin-bottom: 69px;
}
.main:first-child .min-title {
  background-image: url(../image/index/orange_xian.png);
}
.main:nth-child(2) .min-title {
  background-image: url(../image/index/green_xian.png);
}
.main:nth-child(3) .min-title {
  background-image: url(../image/index/bule_xian.png);
}
.main:hover .min-title {
  background-image: url(../image/index/white_xian.png);
  color: #fff;
}
.main:nth-child(2):hover .min-title {
  margin-bottom: 34px;
}
.main:hover .title {
  color: #fff;
}
.main:hover ul {
  display: block;
}
.main:hover .number {
  display: none;
}
.number p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.number p:nth-child(3) {
  padding-top: 23px;
}
.number p span {
  font-size: 52px;
  color: #fe8b00;
}
.main:nth-child(2) .number p span {
  color: #00a595;
}
.main:nth-child(3) .number p span {
  color: #0626a1;
}
.main ul {
  width: 420px;
  margin: 0 auto;
}
.main .main-card {
  width: 280px;
  margin-top: 0;
}

.main ul li {
  width: 102px;
  height: 183px;
  border: 1px solid #fff;
  float: left;
  margin-right: 18px;
  padding: 0 8px;
  margin-bottom: 32px;
}
ul .mar {
  margin: 0 auto;
}
.main ul li img {
  width: 64px;
  height: 60px;
  margin-top: 40px;
}
.main ul li p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.main ul li:hover {
  background-color: #fff;
}
.main ul li:hover p {
  color: #333333;
}
.hide {
  display: none;
}
.main:hover {
  cursor: pointer;
}
.main:nth-child(2):hover .shade {
  background-color: #00a595;
}
.main:nth-child(3):hover .shade {
  background-color: #0626a1;
}
/* 服务专区 */
.prefecture {
  width: 100%;
  height: 738px;
  background: url(../image/index/medicalbg.png) center center no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}
.prefecture h2 {
  height: 141px;
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 141px;
}
.prefecture .list {
  width: 1202px;
  height: 484px;
  background-color: #edeff0;
  position: absolute;
  top: 141px;
  left: 50%;
  margin-left: -600px;
  overflow: hidden;
}
.list-left {
  width: 298px;
  height: 100%;
  background-color: #fff;
  position: relative;
  float: left;
}
.list-left h3 {
  width: 100%;
  height: 161px;
  border-bottom: 2px solid #e6e6e6;
  font-size: 24px;
  color: #333333;
  text-align: center;
  line-height: 161px;
  cursor: pointer;
}
.list-left .list-active {
  width: 318px;
  height: 161px;
  background-image: url(../image/index/checkedbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  border: 0;
  color: #fff;
}
.list-right {
  float: left;
  width: 904px;
  height: 100%;
}
.list-right div a {
  display: block;
  float: left;
  width: 224px;
  height: 241px;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.list-right > div > a > img {
  width: 70px;
  height: 70px;
  margin: 75px 77px 31px;
}
.list-right > div > a {
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.list-right .list-tips {
  background-color: #fff;
}
.list-right .serve_list1,
.list-right .serve_list2 {
  width: 100%;
  height: 100%;
}
.list-right .serve_list1 a {
  display: block;
  float: left;
  width: 450px;
  height: 100%;
  border-right: 1px solid #d8d8d8;
  border-bottom: none;
  font-size: 20px;
}
.list-right .serve_list1 a:last-child {
  border: none;
}
.list-right > .serve_list1 > a:first-child > img {
  width: 105px;
  height: 95px;
  margin: 167px 172px 30px;
}
.list-right > .serve_list1 > a:last-child > img {
  width: 77px;
  height: 95px;
  margin: 167px 185px 30px;
}
.list-right .serve_list2 a {
  display: block;
  float: left;
  width: 224px;
  height: 100%;
  border-right: 1px solid #d8d8d8;
  border-left: none;
  border-bottom: none;
}
.list-right .serve_list2 a:first-child {
  border-left: 1px solid #d8d8d8;
}
.list-right .serve_list2 a:last-child {
  border: none;
}
.list-right > .serve_list2 > a > img {
  margin: 187px 77px 28px
}
/* 公告专区 */
.news {
  width: 100%;
  height: 603px;
}
.news-content {
  width: 100%;
  height: 520px;
}

.news-content .new-left,
.news-content .new-right {
  width: 50%;
  height: 100%;
  float: left;
}
.news-content .new-left {
  background: #fff url(../image/index/bg_new.png) center center/100% 100%
    no-repeat;
}

.news-content .new-right h2 {
  height: 108px;
  width: 100%;
  text-align: center;
  line-height: 108px;
  font-size: 32px;
  color: #333333;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: PingFangSC-Semibold;
}
.news-content .new-left h2 {
  margin-bottom: 17px;
  color: #fff;
}
.news-content .new-right span {
  width: 450px;
  height: 51px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 26px;
  /*padding-left: 31%;
   margin-left: 29.5%; */
}
.news-content .new-right span h3 {
  width: 180px;
  height: 49px;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  border: 1px solid #fe8b00;
  float: left;
  text-align: center;
  line-height: 49px;
  margin-right: 15px;
  margin-left: 15px;
  font-family: PingFangSC-Medium;
  cursor: pointer;
}

.news-content .new-right span .new-right-active {
  width: 180px;
  height: 51px;
  background-image: url(../image/index/new_active.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  border: 0;
  color: #fff;
}
.price {
  display: none;
}
.new-right ul li a {
  display: block;
  width: 74.5%;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #d8d8d8;
  float: left;
  color: #333333;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  margin-left: 10%;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
.new-right ul li p {
  font-size: 16px;
  display: block;
  float: right;
  color: #999999;
}
.new-left ul li a {
  color: #fff;
  border-bottom: 1px solid #8ea2bd;
}
.new-left ul li p {
  color: #fff;
}
.new-right ul li a:hover {
  color: #fe8b00;
}
.new-right ul li a:hover p {
  color: #fe8b00;
}
.new-right .new-right-more {
  font-size: 16px;
  color: #666;
  display: block;
  width: 122px;
  height: 43px;
  border: 1px solid #d2d2d2;
  line-height: 43px;
  text-align: center;
  background: url(../image/index/left_more.png) 98px center/10px 13px no-repeat;
  margin-top: 24px;
  margin-left: 74%;
}
.new-left .new-right-more {
  color: #fff;
  background: url(../image/index/left_more2.png) 98px center/10px 13px
    no-repeat;
}
.new-right .new-right-more:hover {
  border: 1px solid #fe8b00;
  color: #fff;
  background: #fe8b00 url(../image/index/left_more2.png) 98px center/10px 13px
    no-repeat;
}
.news-bottom {
  width: 100%;
  height: 83px;
  background-color: #e8e8e8;
}
.news-bottom div {
  width: 21.5%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: left;
  margin-top: 21.5px;
}
.news-bottom div img {
  width: 30px;
  height: 30px;
}
.news-bottom div a {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  color: #363944;
  font-size: 20px;
  margin-left: 10px;
  background-image: url(../image/index/right2.png);
  background-repeat: no-repeat;
  background-position: 100% 64%;
  padding-right: 27px;
}
.news-bottom div:hover a {
  color: #fe8b00;
}
.news-bottom div:first-child {
  margin-left: 17%;
}
.news-bottom div:nth-child(2) {
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}

