﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    list-style: none;
    color: #333;
  }
  
  body {
    width: 100%;
  }
  
  header {
    height: 40px;
    margin: 0 auto;
    color: #333;
    background: #EBEBEB;
    display: flex;
    font-size: 18px;
    justify-content: space-around;
  }
  
  .h-left {
    display: flex;
    height: 20px;
    margin-top: 8px;
  }
  
  .h-right {
    display: flex;
    margin-top: 8px;
  }
  
  .border {
    margin: 0 10px;
    padding: 0 10px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
  
  .website {
    margin: 0 20px;
  }
  
  .hengfu {
    position: relative;
    /* width: 1200px; */
    margin: 0 auto;
  }
  
  .banner img {
    width: 100%;
    height: 220px;
    vertical-align: middle;
  }
  .hengfu .banner-title img{
    width: 449px;
    height: 117px;
    position: absolute;
    top: 60px;
    left: 353px;
  }
  .search input {
    width: 186px;
    height: 34px;
    padding-left: 10px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    outline: none;
    position: absolute;
    top: 87px;
    right: 470px;
  }
  
  .search span {
    width: 49px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: 87px;
    right: 421px;
    background: #2C86CA;
  }
  
  .search span img {
    width: 24px;
    height: 24px;
    margin-top: 6px;
  }
  .nav {
    height: 65px;
    line-height: 65px;
    background: #2C86CA;
    margin: 0 auto;
  }
  
  .nav ul {
    display: flex;
    justify-content: center;
  }
  
  .nav ul li {
    width: 175px;
    height: 65px;
    text-align: center;
    line-height: 65px;
  }
  
  .nav ul li a {
    font-size: 20px;
    font-family: Microsoft YaHei;
  
    color: #FFFFFF;
  }
  
  .nav ul li:hover {
    background: #0262AA;
  }
  
  .nav ul li:hover a {
    font-weight: bold;
    color: #FFFFFF;
  }
  
  
  
  .news {
    position: relative;
    width: 1200px;
    height: 100px;
    background: #F5F5F5;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
  }
  
  .news-top span {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 53px;
  }
  
  .news-bottom span {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
  }
  
  .news-img img {
    width: 81px;
    height: 68px;
  }
  
  .news-img {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .content {
    width: 1200px;
    height: 395px;
    margin: 10px auto;
    display: flex;
  }
  
  .lunbo {
    width: 589px;
    height: 395px;
    float: left;
  }
  
  .lunbo .swiper-slide {
    font-size: 0;
    line-height: 0;
  }
  
  .lunbo .swiper-slide .mask {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 50px;
  }
  
  .lunbo .swiper-slide .mask .txt {
    width: 76%;
    position: absolute;
    left: 20px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
  }
  
  .lunbo img {
    width: 600px;
    height: 395px;
  }
  
  .lunbo  .swiper-wrapper {
    height: 410px !important;
  }
  
  .lunbo  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: rgba(250, 250, 250, 0.5);
    border-radius: 50% !important;
    opacity: 1;
  }
  
   .lunbo .swiper-pagination-bullet-active {
    background: #F5F5F5 !important;
  }
  
   .lunbo .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 30px;
    margin-left: 234px;
    position: absolute;
  }
  
  .content-r {
    background: #f3f3f3;
    margin-left: 10px;
  }
  
  #tab-list {
    width: 600px;
    height: 190px;
    margin: 10px auto;
  }
  
  #ul1 {
    height: 32px;
    font-size: 20px;
    font-weight: 900;
    color: #333;
    margin: 0 10px;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #e6e6e6;
  }
  
  #ul1 li {
    width: 140px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-bottom: none;
    margin: 0 0px;
  }
  
  #ul1 li:hover {
    cursor: pointer;
  }
  
  #ul1 li.active {
    border-radius: 5px;
    color: #2C86CA;
    font-size: 24px;
    font-weight: bold;
  }
  
  #tab-list div {
    border-top: none;
    margin-top: 20px;
  }
  
  .zfxxgk-content{
    padding-top: 10px;
  }
  #tab-list div li {
    height: 30px;
    line-height: 30px;
    text-indent: 8px;
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
  
  .show {
    display: block;
  }
  
  .hide {
    display: none;
  }
  
  .banner2 {
    width: 1200px;
    margin: 20px auto;
  }
  
  .banner2 img {
    width: 1200px;
    height: 120px;
  }
  
  .info {
    width: 1200px;
    margin: 28px auto;
    display: flex;
  }
  
  .zhbd {
    width: 596px;
    height: 290px;
    background-color: #f3f3f3;
    /* margin: 0 auto; */
    margin: 0 8px 0 0;
  }
  
  .tzgg {
    width: 596px;
    height: 290px;
    background-color: #f3f3f3;
  
  }
  
  .caption {
    width: 576px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    border-bottom: 2px solid #ccc;
    font-size: 24px;
    font-weight: bold;
    color: #2C86CA;
    display: flex;
    justify-content: space-between;
  
  }
  
  .line {
    height: 28px;
    line-height: 28px;
    border-left: 5px solid #2C86CA;
    border-radius: 3px;
    padding-left: 12px;
    margin-top: 12px;
    color: #2C86CA;
  }
  
  .message ul {
    list-style: circle;
  }
  
  .message ul li {
    display: flex;
    justify-content: space-between;
    margin: 32px 16px;
    list-style: disc;
  }
  
  .message ul li a {
    display: flex;
  }
  
  .circle {
    /* display: block; */
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
    margin: auto 0;
    margin-right: 8px;
  }
  
  .typeface {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
  }
  
  .zfxxgk {
    width: 596px;
    color: #333333;
  }
  
  .zfxxgk-content ul {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: 40px; */
  }
  
  .zfxxgk-content ul li {
    width: 270px;
    height: 98px;
    margin: 1px;
    /* line-height: 98px; */
    margin: 0px 14px 13px 0px;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /*   
    display: flex; */
  }
  
  .zfxxgk-content ul li a {
    line-height: 98px;
    width: 270px;
    height: 98px;
    display: flex;
  }
  
  .zfxxgk-content ul li a span {
    width: 26px;
    height: 30px;
    background-color: red;
    margin-top: 35px;
    margin-right: 8px;
    margin-left: 40px;
  }
  .zfxxgk-content ul li a:hover{
    border: 1px solid #0F7BD2;
    border-radius: 2px;
    font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0F7BD2;
  }
  .zfxxgk-content ul li a .icon1{
    background: url(bsznx.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a:hover .icon1{
    background: url(bszn.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a .icon2{
    background: url(zdglx.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a:hover .icon2{
    background: url(zdgl.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a .icon3{
    background: url(applyx.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a:hover .icon3{
    background: url(apply.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a .icon4{
    background: url(bdbqx.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a:hover .icon4{
    background: url(bdbq.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a .icon5{
    background: url(scx.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a:hover .icon5{
    background: url(sc.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a .icon6{
    background: url(xlkx.png) no-repeat;
    background-size: 100% 100%;
  }
  .zfxxgk-content ul li a:hover .icon6{
    background: url(xlk.png) no-repeat;
    background-size: 100% 100%;
  }
  .zmhd {
    width: 596px;
    height: 420px;
    overflow: hidden;
  }
  
  .zmhd-content a img {
    width: 260px;
    height: 120px;
    margin: 23px 10px;
  }
  
  .special {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.13);
  }
  
  .special::after {
    content: "";
    display: block;
    clear: both;
  }
  
  .img_title {
    width: 50px;
    height: 160px;
    float: left;
    background: #2C86CA;
  }
  
  .img_title a {
    width: 18px;
    height: 72px;
    display: block;
    padding-top: 33px;
    padding-left: 16px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
  }
  
  .img_gundong {
    float: left;
    width: 1150px;
    /* overflow: hidden; */
    height: 160px;
    /* margin-left: 109px; */
  }
  
  .img_gundong .tab {
    height: 160px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
  }
  
  .img_gundong .tab .left,
  .img_gundong .tab .right {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    /* left: 20px; */
    cursor: pointer;
    float: left;
    margin-top: 50px;
    margin-left: 18px;
    margin-right: 7px;
    z-index: 2;
  }
  .gundong_content{
    margin-left: 24px;
    overflow: hidden;
  }
  .img_gundong .tab .right {
    right: 0;
  }
  
  .img_gundong .tab .left img,
  .img_gundong .tab .right img {
    width: 50px;
    height: 50px;
  }
  
  .img_gundong .tab .gundong_content ul {
    width: 1107px;
    height: 145px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }
  
  .img_gundong .tab .gundong_content ul li {
    float: left;
    width: 231px;
    /* text-align: center; */
    margin: 10px 20px 35px 0;
    /* height: 90px; */
  }
  
  .img_gundong .tab .gundong_content ul li a img {
    width: 267px;
    height: 150px;
    overflow: hidden;
  }
  
  .refer {
    width: 1200px;
    height: 100px;
    /* line-height: 100px; */
    background: #8FC2E8;
    display: flex;
    margin: 10px auto;
  }
  
  .refer_img {
    margin: auto;
  }
  
  .refer_img img {
    width: 240px;
    height: 65px;
  }
  
  .refer_title {
    margin: auto;
  
  }
  
  .refer_title span {
    font-size: 24px;
    font-weight: 900;
    color: #FFFFFF;
  }
  
  .link {
    height: 101px;
    margin: 0 auto 10px;
    text-align: center;
    background: #F6f6f6;
    box-shadow: 0px 3px 12px 0px rgba(7, 0, 2, 0.13);
  }
  
  .link_word {
    width: 300px;
    height: 14px;
    font-size: 14px;
    margin: 0 auto;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    display: flex;
  }
  
  .link_word span {
    padding: 0 10px;
  }
  
  .link_border {
    border-left: 2px solid #333;
    border-right: 2px solid #333;
  }
  
  .link-list {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  
  .link-list select {
    width: 200px;
    line-height: 30px;
    height: 30px;
    margin: 0 15px;
    border-color: #c7bebe;
    text-align: center;
    outline: none;
  }
  