      /* 统一样式 */
      
      body,
      p,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      ul,
      ol,
      li,
      dl,
      dt,
      dd,
      pre {
          margin: 0;
          padding: 0;
          border: none;
          list-style: none;
          box-sizing: border-box;
      }
      
      body {
          font-family: "microsoft yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 14px;
          color: #333;
          background-color: #f0f0f0;
      }
      
      a {
          color: #333;
          text-decoration: none;
          transition: .3s;
      }
      
      a:hover {
          color: #09b9ec;
          cursor: pointer;
      }
      
      input,
      button {
          outline: 0;
      }
      
      img {
          vertical-align: middle;
          border: 0;
          transition: .3s;
          padding: 0;
          max-width: 100%;
      }
      
      .clearfix {
          *zoom: 1;
      }
      
      .clearfix:after {
          content: '';
          display: block;
          height: 0;
          visibility: hidden;
          clear: both;
      }
      
      video {
          object-fit: fill;
      }
      /* 统一样式结束 */
      /* 版心 */
      
      .w {
          width: 1204px;
          margin: 0 auto;
      }
      
      .fl {
          float: left;
      }
      
      .fr {
          float: right;
      }
      
      .ellipsis {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
      }
      .top-nav {
          width: 100%;
          height: 704px;
          background:url("../images/nav-bg.jpg") no-repeat;
      }
      
      .top-nav-1 {
          text-align: center;
          line-height: 56px;
          height: 56px;
      }
      
      .top-nav-1>span:nth-child(1) img {
          padding-bottom: 2px;
          margin-right: 8px;
      }
      
      .top-nav-1>span>span {
          font-size: 20px;
          padding-right: 10px;
          color: #fff693;
          font-weight: normal;
      }
      
      .top-nav-1>span {
          font-size: 22px;
          color: #fff693;
          font-family: Tahoma;
          font-weight: bold;
          float: right;
      }
      
      .logo-list {
          height: 170px;
      }
      
      .logo-list>.logo>img {
          animation: zoomIn 1s;
      }
      /* 导航栏 */
      
      .nav-list {
          padding-top: 30px;
      }
      
      .nav {
          width: 780px;
          height: 45px;
          /* margin: 0 auto; */
          text-align: center;
      }
      
      .nav>ul>li {
          display: inline-block;
          width: 105px;
          height: 45px;
          text-align: center;
          position: relative;
          z-index: 999;
      }
      
      .nav>ul>li>a {
          height: 45px;
          line-height: 45px;
          display: block;
          color: #ffffff;
          font-size: 18px;
          font-weight: bold;
      }
      
      .nav>ul>li:hover {
          background: #3fbcf3;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
      }
      
      .nav>ul>li.active {
          background: #fff;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
      }
      
      .nav>ul li ul {
          display: none;
          position: absolute;
          top: 45px;
          left: 0;
          right: 0;
      }
      
      .nav>ul li ul li {
          background: rgba(255, 255, 255, .9);
          height: 45px;
          box-shadow: 1px 2px 1px #3fbcf3;
          border-top: 1px solid #3fbcf3;
      }
      
      .nav>ul>li ul a {
          line-height: 45px;
          font-size: 16px;
          color: #333;
      }
      
      .nav>ul li>ul li:hover a {
          color: #3fbcf3;
          font-weight: bold;
      }
      /* 主体 */
      
      .main {
          height: 1360px;
          margin-top: -260px;
      }
      
      .main>div {
          background-color: #fff;
          box-sizing: border-box;
      }
      
      .main .main-1 {
          width: 807px;
          height: 360px;
          padding-left: 25px;
          position: relative;
      }
      
      .main .main-1::before {
          position: absolute;
          content: '';
          background-image: url(../images/cercle.jpg);
          width: 55px;
          height: 35px;
          top: 0;
          left: 0;
      }
      
      .main-1>h2::after {
          position: absolute;
          content: '';
          background-image: url(../images/nav-bar.png);
          width: 637px;
          height: 7px;
          top: 43px;
          left: 123px;
      }
      
      .main-1>h2 {
          height: 92px;
          line-height: 92px;
          position: relative;
      }
      
      .main-1>h2>a {
          font-size: 25px;
          color: #333;
      }
      
      .main-1>h2>a:hover {
          color: #09b9ec;
      }
      /* 轮播图 */
      
      .albumBox {
          width: 372px;
          height: 232px;
          overflow: hidden;
          position: relative;
          margin-right: 15px;
      }
      
      .albumBox .hd {
          position: absolute;
          right: 10px;
          bottom: 10px;
          width: 110px;
          z-index: 1;
      }
      
      .albumBox .hd ul {
          float: right;
          line-height: 30px;
      }
      
      .albumBox .hd ul li {
          margin-right: 6px;
          width: 8px;
          height: 8px;
          background: #fff;
          cursor: pointer;
          display: inline-block;
          border-radius: 50%;
      }
      
      .albumBox .hd ul li.on {
          background: #c9151e;
      }
      
      .albumBox .bd li {
          zoom: 1;
          vertical-align: middle;
          position: relative;
          width: 372px;
          height: 232px;
          overflow: hidden;
      }
      
      .albumBox .bd img {
          display: inline-block;
          width: 100%;
          height: 100%;
      }
      
      .albumBox .bd img:hover {
          transform: scale(1.1);
      }
      
      .albumBox .bd li>a {
          display: block;
          position: relative;
      }
      
      .albumBox .bd li p {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 47px;
          line-height: 47px;
          text-align: left;
          padding: 0 120px 0 15px;
          background: rgba(0, 0, 0, .5);
      }
      
      .albumBox .bd li p a {
          color: #fff;
      }
      
      .albumBox .bd li p a:hover {
          color: #8F0C0C;
          text-decoration: none;
      }
      /* 轮播结束 */
      
      .main-1 .main-1-list {
          width: 375px;
      }
      
      .main-1 .main-1-list>li {
          padding-left: 14px;
          margin-bottom: 17px;
      }
      
      .main-1 .main-1-list>li a {
          position: relative;
      }
      
      .main-1 .main-1-list>li a:hover {
          text-decoration: underline;
      }
      
      .main-1 .main-1-list>li a::before {
          position: absolute;
          content: '';
          background-image: url(../images/trangle.png);
          width: 5px;
          height: 8px;
          top: 6px;
          left: -13px;
      }
      
      .main .main-2 {
          width: 380px;
          height: 1140px;
          border-radius: 5px;
          box-sizing: border-box;
          padding-left: 20px;
          padding-right: 15px;
      }
      
      .main-2 .main-2-1 {
          max-height: 375px;
          overflow: hidden;
          margin-bottom: 17px;
      }
      
      .main-2 .main-2-1 h3,
      .main-2 .main-2-3 h3 {
          height: 63px;
          line-height: 63px;
          border-bottom: 2px solid #f0f0f0;
      }
      
      .main-2 .main-2-1 h3:hover a::before,
      .main-2 .main-2-3 h3:hover a::before {
          transform: scale(1.2);
      }
      
      .main-2 .main-2-1 h3 a,
      .main-2 .main-2-3 h3 a {
          height: 61px;
          display: inline-block;
          border-bottom: 2px solid #0fa9b7;
          font-size: 20px;
          padding-left: 32px;
          position: relative;
          font-weight: normal;
      }
      
      .main-2 .main-2-1 h3 a:hover,
      .main-2 .main-2-3 h3 a:hover {
          color: #0fa9b7;
      }
      
      .main-2 .main-2-1 h3 a::before {
          position: absolute;
          content: '';
          background-image: url(../images/laba.png);
          width: 22px;
          height: 23px;
          top: 21px;
          left: 4px;
          transition: all 1s;
      }
      
      .main-2-1 .main-2-1-list {
          padding-top: 20px;
      }
      
      .main-2-1 .main-2-1-list li {
          margin-bottom: 13px;
      }
      
      .main-2-1 .main-2-1-list li:last-child {
          margin-bottom: 0;
      }
      
      .main-2-1 .main-2-1-list li a {
          padding-left: 20px;
          position: relative;
          max-height: 19px;
          max-width: 245px;
          overflow: hidden;
          display: inline-block;
      }
      
      .main-2-1 .main-2-1-list li a::before {
          position: absolute;
          content: '';
          width: 8px;
          height: 8px;
          background-color: #d7d7d7;
          border-radius: 50%;
          left: 0;
          top: 6px;
      }
      
      .main-2-1 .main-2-1-list li a:hover {
          color: #0fa9b7;
      }
      
      .main-2-1 .main-2-1-list li:hover a::before {
          background-color: #0fa9b7;
      }
      
      .main-2-1 .main-2-1-list li span {
          color: #999;
          float: right;
      }
      /* 常见问题 */
      
      .slideTxtBox {
          text-align: left;
      }
      
      .slideTxtBox .hd {
          height: 47px;
          line-height: 47px;
          position: relative;
          border-bottom: 2px solid #f0f0f0;
      }
      
      .slideTxtBox .hd ul {
          float: left;
          position: absolute;
          left: 0px;
          top: -1px;
      }
      
      .slideTxtBox .hd ul li {
          float: left;
          margin-right: 22px;
          line-height: 45px;
      }
      
      .slideTxtBox .hd ul li a {
          font-size: 20px;
          font-weight: bold;
          font-weight: normal;
      }
      
      .slideTxtBox .hd ul li a:hover {
          color: #0fa9b7;
      }
      
      .slideTxtBox .hd ul li:first-child:hover a::before {
          transform: scale(1.2)
      }
      
      .slideTxtBox .hd ul li:first-child>a {
          position: relative;
          padding-left: 32px;
      }
      
      .slideTxtBox .hd ul li:first-child>a::before {
          position: absolute;
          content: '';
          background-image: url(../images/wenhao.png);
          width: 25px;
          height: 25px;
          top: 2px;
          left: 0;
          transition: all 1s;
      }
      
      .slideTxtBox .hd ul li.on {
          border-bottom: 2px solid #0fa9b7;
      }
      
      .slideTxtBox .bd ul {
          padding-top: 20px;
          zoom: 1;
      }
      
      .slideTxtBox .bd li {
          height: 24px;
          line-height: 24px;
          margin-bottom: 13px;
      }
      
      .slideTxtBox .bd li a {
          padding-left: 20px;
          position: relative;
          max-height: 19px;
          max-width: 245px;
          overflow: hidden;
          display: inline-block;
      }
      
      .slideTxtBox .bd li a::before {
          position: absolute;
          content: '';
          width: 8px;
          height: 8px;
          background-color: #d7d7d7;
          border-radius: 50%;
          left: 0;
          top: 8px;
      }
      
      .slideTxtBox .bd li:last-child {
          margin-bottom: 0;
      }
      
      .slideTxtBox .bd li span {
          float: right;
          color: #999;
      }
      /* 受理统计 */
      
      .main-2 .main-2-3 {
          margin-bottom: 15px;
      }
      
      .main-2 .main-2-3 h3 a::before {
          position: absolute;
          content: '';
          background-image: url(../images/sltj.png);
          width: 22px;
          height: 23px;
          top: 21px;
          left: 4px;
          transition: all 1s;
      }
      
      .main-2-3>p {
          width: 116px;
          height: 32px;
          line-height: 32px;
          color: #fff;
          text-align: center;
          background-color: #009de2;
          margin-top: 20px;
          margin-bottom: 25px;
          border-radius: 5px;
          position: relative;
      }
      
      .main-2-3>p::after {
          position: absolute;
          content: '';
          width: 0;
          height: 0;
          left: 50px;
          bottom: -16px;
          border: 8px solid transparent;
          border-top-color: #009de2;
      }
      
      .main-2-3>ul>li {
          float: left;
          width: 50%;
          font-size: 16px;
          line-height: 40px;
      }
      
      .main-2-3>ul>li span {
          color: #ce1b1b;
      }
      /* 阳光服务 */
      
      .main-2-4 {
          border-top: 2px solid #f0f0f0;
          position: relative;
      }
      
      .main-2 .main-2-4::before {
          position: absolute;
          content: '';
          width: 123px;
          height: 2px;
          background-color: #0fa9b7;
          left: 0;
          top: -2px;
      }
      
      .main-2-4>img {
          padding-top: 10px;
          padding-bottom: 10px;
      }
      
      .main-2-4 h2>a {
          font-size: 20px;
          font-weight: normal;
      }
      
      .main-2-4>p {
          font-size: 12px;
          color: #a9a9a9;
          margin-bottom: 10px;
      }
      
      .main-2-4>div {
          width: 132px;
          height: 27px;
          line-height: 27px;
          text-align: center;
          background-color: #0fa9b7;
          border-radius: 5px;
      }
      
      .main-2-4>div>a {
          color: #fff;
          font-size: 12px;
      }
      
      .main-2-4>span {
          position: absolute;
          top: 0;
          right: 40px;
      }
      /* 我要咨询 */
      
      .main .main-3 {
          width: 807px;
          height: 225px;
          padding-top: 15px;
          background-color: #f0f0f0;
      }
      
      .main .main-3 ul>li {
          width: 257px;
          height: 90px;
          background-color: #fff;
          float: left;
          margin-right: 18px;
          margin-bottom: 15px;
      }
      
      .main-3 ul li:hover a::before {
          transform: rotateY(180deg);
      }
      
      .main .main-3 ul>li a {
          font-size: 18px;
          font-weight: bold;
          line-height: 90px;
          position: relative;
          padding-left: 120px;
      }
      
      .main .main-3 ul>li a::before {
          position: absolute;
          content: '';
          top: -14px;
          left: 41px;
          width: 56px;
          height: 56px;
          transition: all 1s;
      }
      
      .main .main-3 ul>li:nth-child(3n) {
          margin-right: 0;
      }
      
      .main .main-3 ul>li:nth-child(1) a::before {
          background-image: url(../images/logo1.png);
      }
      
      .main .main-3 ul>li:nth-child(2) a::before {
          background-image: url(../images/logo2.png);
      }
      
      .main .main-3 ul>li:nth-child(3) a::before {
          background-image: url(../images/logo3.png);
      }
      
      .main .main-3 ul>li:nth-child(4) a::before {
          background-image: url(../images/logo4.png);
      }
      
      .main .main-3 ul>li:nth-child(5) a::before {
          background-image: url(../images/logo5.png);
      }
      
      .main .main-3 ul>li:nth-child(6) a::before {
          background-image: url(../images/logo6.png);
      }
      
      .main .main-4 {
          width: 807px;
          height: 556px;
          padding: 0 24px;
      }
      
      .main-4 .title {
          height: 80px;
          line-height: 80px;
          text-align: center;
          box-sizing: border-box;
          overflow: hidden;
          border-bottom: 2px solid #009de2;
      }
      
      .main-4 .title>h3 {
          float: left;
      }
      
      .main-4 .title>h3 a {
          font-size: 24px;
      }
      
      .top_right2 {
          width: 300px;
          height: 40px;
          position: relative;
          padding-top: 20px;
      }
      
      .sousuo_txt {
          box-sizing: border-box;
          width: 284px;
          height: 100%;
          line-height: 36px;
          border: 1px solid #d2d2d2;
          outline: none;
          float: left;
          padding-left: 15px;
          color: #333;
          background-color: transparent;
      }
      
      .sousuo_btn {
          position: absolute;
          right: 31px;
          top: 28px;
          border: 0;
          cursor: pointer;
      }
      
      .main-4 .list-title ul {
          height: 64px;
          border-bottom: 1px solid #f4f4f4;
      }
      
      .main-4 .list-title ul li {
          float: left;
      }
      
      .main-4 .list-title ul li a {
          font-size: 16px;
          font-weight: bold;
          line-height: 64px;
      }
      
      .main-4 .list-title ul li:first-child,
      .wish-box ul li span:first-child {
          width: 238px;
      }
      
      .main-4 .list-title ul li:nth-child(2),
      .wish-box ul li span:nth-child(2) {
          width: 90px;
          text-align: center;
      }
      
      .main-4 .list-title ul li:nth-child(3),
      .wish-box ul li span:nth-child(3) {
          width: 170px;
          text-align: center;
      }
      
      .main-4 .list-title ul li:nth-child(4),
      .wish-box ul li span:nth-child(4) {
          width: 130px;
          text-align: center;
      }
      
      .main-4 .list-title ul li:nth-child(5),
      .wish-box ul li span:nth-child(5) {
          width: 113px;
      }
      
      .wish-box ul li {
          height: 50px;
          line-height: 50px;
      }
      
      .wish-box ul li span {
          font-size: 16px;
          display: inline-block;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
      }
      
      .wish-box ul li span:nth-child(5) {
          box-sizing: border-box;
          padding-left: 25px;
          position: relative;
      }
      
      .wish-box ul li:nth-child(2n) {
          background-color: #f7f7f7;
      }
      
      .wish-box ul li span:nth-child(5)::before {
          position: absolute;
          content: '';
          width: 12px;
          height: 12px;
          border-radius: 50%;
          top: 20px;
          left: 0;
      }
      
      .status-green::before {
          background-color: #48bd46;
      }
      
      .status-red::before {
          background-color: #e44e4e;
      }
      
      .status-blue::before {
          background-color: #0eaddb;
      }

      /* 友情链接 */
      
      .main-5 {
          width: 100%;
          height: 200px;
          margin-top: 20px;
          padding-left: 27px;
          box-sizing: border-box;
      }
      
      .main-5 h3 a {
          font-size: 25px;
          line-height: 75px;
          font-weight: normal;
      }
      
      .main-5>ul>li {
          width: 365px;
          height: 80px;
          border: 1px solid #e5e5e5;
          float: left;
          overflow: hidden;
          margin-right: 20px;
          text-align: center;
      }
      
      .main-5>ul>li:last-child {
          margin-right: 0;
      }
      
      .main-5>ul>li a {
          line-height: 80px;
      }
      
      .main-5>ul>li img:hover {
          transform: scale(1.1);
      }
      
      .footer {
          height: 200px;
          box-sizing: border-box;
          padding-top: 75px;
          position: relative;
      }
      
      .footer>p {
          color: #6d6d6d;
          line-height: 25px;
      }
      
      .footer>a {
          position: absolute;
          right: 30px;
          top: 72px;
      }
      
      .list-title ul li{
        text-align: center;
      }
