.headerHome {
  width: 100%;
  min-width: 1200px;
}
.headerHome .banner {
  position: relative;
  padding-top: 1px;
  height: 546px;
}
.headerHome .banner .headerTop {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 10px auto;
}
.headerHome .banner .headerTop span {
  margin-right: 10px;
}
.headerHome .banner .headerTop span.weather{
  vertical-align: -6px;
}
.headerHome .banner .headerTop span.login{
  margin-right: 0;
}
.headerHome .banner .headerTop a {
  margin-left: 20px;
}
.headerHome .banner .headerTop a.phone{
  position: relative;
}
.headerHome .banner .headerTop a.phone img{
  position: absolute;
  top: 22px;
  left: -50px;
  z-index: 10;
  width: 160px;
}
.headerHome .banner .headerTop span.ipv {
  display: inline-block;
  background: #428fe6;
  line-height: 26px;
  border-radius: 20px;
  padding: 0 12px;
  margin-left: 20px;
  margin-right: 0;
  color: #fff;
  font-size: 15px;
}
.headerHome .banner .headerCon {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 55px auto 0;
}
.headerHome .banner .headerCon .logo img {
  display: block;
  margin: 20px auto 12px;
}
.headerHome .banner .headerCon .search form {
  margin: 0 auto;
  width: 436px;
  height: 44px;
  line-height: 44px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #308cce;
}
.headerHome .banner .headerCon .search form input {
  height: 44px;
  font-size: 16px;
  display: block;
  text-indent: 14px;
  width: 380px;
  background: none;
}
.headerHome .banner .headerCon .search form button {
  width: 56px;
  height: 100%;
  cursor: pointer;
  background: url("../images/search.png") no-repeat center center;
  display: block;
  text-align: center;
  font-size: 18px;
}
.headerHome .banner .bannerBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.headerHome .banner .bannerBg .swiper-banner {
  width: 100%;
  height: 547px;
}
.headerHome .banner .bannerBg .swiper-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headerHome .banner .bannerBg .con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.headerHome .banner .bannerBg .con .pagination {
  position: absolute;
  right: 10px;
  text-align: right;
  bottom: 14px;
  z-index: 10;
}
.headerHome .banner .bannerBg .con .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 4px;
  cursor: pointer;
}
.headerHome .banner .bannerBg .con .pagination .swiper-active-switch {
  background: #d40d1c;
}
.headerHome .nav {
  background: #0167CC;
  box-sizing: border-box;
  line-height: 54px;
  height: 54px;
  font-size: 22px;
}
.headerHome .nav ul {
  width: 1200px;
  margin: 0 auto;
}
.headerHome .nav ul li {
  float: left;
  color: #FFFFFF;
  width: 171px;
  position: relative;
  text-align: center;
}
.headerHome .nav ul li a {
  display: block;
}
.headerHome .nav ul li span {
  position: absolute;
  width: 22px;
  height: 5px;
  display: none;
  bottom: 6px;
  left: 75px;
  background: #D40D1C;
}
.headerHome .nav ul li.active {
  font-weight: bold;
}
.headerHome .nav ul li.active span {
  display: block;
}
.headerHome .nav ul li:hover {
  font-weight: bold;
}
.main .con {
  width: 1200px;
  margin: 0 auto;
}
.main .headline {
  margin: 40px auto;
}
.main .headline .icon {
  background: url("../images/headline.png") no-repeat center center;
  width: 41px;
  height: 83px;
}
.main .headline h5 {
  font-size: 30px;
  width: 1100px;
  color: #0167cc;
  font-weight: bold;
  margin-right: 20px;
  text-align: center;
  line-height: 83px;
}
.main .headline h5.long{
  line-height: 40px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 80px;
}
.main .newsList {
  position: relative;
}
.main .newsList .newsNav {
  margin-bottom: 16px;
  border-bottom: 1px solid #EAEAEA;
}
.main .newsList .newsNav li {
  float: left;
  display: inline-block;
  line-height: 38px;
  font-size: 20px;
  margin-right: 38px;
  font-weight: bold;
}
.main .newsList .newsNav li.active {
  color: #2b63b0;
  border-bottom: 2px solid #2b63b0;
}
.main .newsList a.more {
  position: absolute;
  color: #82a1cc;
  right: 0;
  top: 10px;
}
.main .newsList a.more:hover {
  color: #2b63b0;
}
.main .newsList .list {
  margin-top: 8px;
}
.main .newsList .list li {
  line-height: 48px;
  height: 48px;
}
.main .newsList .list li a {
  display: inline-block;
  max-width: 89%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .newsList .list li a:hover {
  color: #2b63b0;
}
.main .newsList .list li span.point {
  background: #d40d1c;
  width: 4px;
  vertical-align: 3px;
  height: 4px;
  display: inline-block;
  margin-right: 8px;
}
.main .newsList .list li span.time {
  color: #cccccc;
}
.main .news {
  margin: 40px auto;
}
.main .news .newsPic {
  position: relative;
  width: 580px;
  height: 326px;
  margin-top: 8px;
}
.main .news .newsPic .swiper-newsPic {
  height: 360px;
}
.main .news .newsPic .swiper-newsPic a {
  position: relative;
  width: 580px;
  height: 326px;
  display: block;
}
.main .news .newsPic .swiper-newsPic a img {
  width: 100%;
  height: 100%;
}
.main .news .newsPic .swiper-newsPic a p {
  position: absolute;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding-right: 122px;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 14px;
  line-height: 50px;
  color: #ffffff;
}
.main .news .newsPic .pagination {
  position: absolute;
  right: 10px;
  text-align: right;
  bottom: 14px;
  z-index: 10;
}
.main .news .newsPic .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #ffffff;
  margin: 0 4px;
  cursor: pointer;
}
.main .news .newsPic .pagination .swiper-active-switch {
  background: #d40d1c;
}
.main .news .zwyw {
  width: 580px;
  position: relative;
}
.main .news .zwyw .zwywNav li {
  margin-right: 22px;
}
.main .zwgk .title {
  background: url("../images/title_zwgk.png") no-repeat center center;
  width: 893px;
  height: 88px;
  margin: 30px auto;
}
.main .zwgk .xxgk {
  margin-bottom: 10px;
}
.main .zwgk .xxgk .xxgkBn {
  width: 600px;
}
.main .zwgk .xxgk .xxgkBn .bn {
  margin: 0 20px 20px 0;
  width: 280px;
  height: 92px;
  overflow: hidden;
  font-weight: bold;
  font-size: 22px;
  line-height: 92px;
}
.main .zwgk .xxgk .xxgkBn .bn.bnLdxx{
    background: url("../images/zwgk_bg_ldxx.png") no-repeat center center;
    background-size:100% 100%; 
    color: #aa6363;
}
.main .zwgk .xxgk .xxgkBn .bn.bnSjfk{
    background: url("../images/zwgk_bg_sjkf.png") no-repeat center center;
    background-size:100% 100%; 
    color: #3365b5;
}
.main .zwgk .xxgk .xxgkBn .bn.bnJgzn{
    background: url("../images/zwgk_bg_jgzn.png") no-repeat center center;
    background-size:100% 100%; 
    color: #b07a56;
}
.main .zwgk .xxgk .xxgkBn .bn.bnSjfb{
    background: url("../images/zwgk_bg_sjfb.png") no-repeat center center;
    background-size:100% 100%; 
    color: #23738d;
}
.main .zwgk .xxgk .xxgkBn .bn.bnSjfb img{
    margin-top: 24px;
}
.main .zwgk .xxgk .xxgkBn .bn a{
    display: block;
    width: 100%;
    height: 100%;
}
.main .zwgk .xxgk .xxgkBn .bn a p{
    margin-left: 34px;
}
.main .zwgk .xxgk .xxgkBn .bn a img{
    margin-right: 20px;
    -webkit-transform: all .2s ease-in;
    -o-transform: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin-top: 2px;
}

.main .zwgk .xxgk .xxgkBn .bn a:hover img{
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -moz-transition: scale(1.15);
    -ms-transition: scale(1.15);
}
.main .zwgk .xxgk .zfxxgk {
    width: 580px;
}
.main .zwgk .xxgk .zfxxgk .zfxxgkList {
  background: url("../images/zfxxgk_bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 14px 18px;
}
.main .zwgk .xxgk .zfxxgk .zfxxgkList li {
  width: 33.3%;
  line-height: 40px;
  font-size: 18px;
  margin: 10px 0;
}
.main .zwgk .xxgk .zfxxgk .zfxxgkList li span {
  background: url("../images/link.png") no-repeat center center;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 8px;
}
.main .zwgk .xxgk .zfxxgk .zfxxgkList li a:hover {
  color: #2b63b0;
}
.main .zwgk .zwwj .newsList {
  width: 580px;
}
.main .zwgk .zwwj .zfwj {
  width: 580px;
}
.main .zwgk .zwwj .zfwj .zfwjCon {
  margin-bottom: 10px;
}
.main .zwgk .zwwj .zfwj .zfwjCon .section .pic {
  margin-top: 10px;
  position: relative;
  width: 250px;
  height: 142px;
}
.main .zwgk .zwwj .zfwj .zfwjCon .section .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.main .zwgk .zwwj .zfwj .zfwjCon .section .pic a img {
  width: 100%;
  height: 100%;
}
.main .zwgk .zwwj .zfwj .zfwjCon .section .pic a p {
  position: absolute;
  width: 100%;
  height: 28px;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 4px;
  line-height: 28px;
  color: #ffffff;
}
.main .zwgk .zwwj .zfwj .zfwjCon .section .list {
  width: 315px;
  margin-top: 0;
}
.main .zwgk .zwwj .zfwj .zfwjCon .section .list li {
  line-height: 40px;
  height: 40px;
}
.main .zwgk .zwwj .zfwj .zfwjCon .section .list li a {
  max-width: 100%;
}
.main .zwgk .zwwj .zfwj .ndbb .ndbbBn img{
    -webkit-transform: all .3s ease-in;
    -o-transform: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.main .zwgk .zwwj .zfwj .ndbb .ndbbBn:hover img{
  transform: scale(1.1);
}
.main .zwfw .title {
  background: url("../images/title_zwfw.png") no-repeat center center;
  width: 893px;
  height: 88px;
  margin: 30px auto;
}
.main .zwfw .zwfwBn{
    width: 580px;
    height: 100px;
    line-height: 100px;
}
.main .zwfw .grfw .zwfwBn{
    background: url("../images/zwfw_bg_grfw.png") no-repeat center center;
    background-size:100% 100%; 
    color: #3074a2;
}
.main .zwfw .frfw .zwfwBn{
    background: url("../images/zwfw_bg_qyfw.png") no-repeat center center;
    background-size:100% 100%; 
    color: #3d67ab;
}
.main .zwfw .zwfwBn a{
    display: block;
    text-align: center;
}
.main .zwfw .zwfwBn img{
    margin-right: 18px;
    vertical-align: -15px;
    -webkit-transform: all 1s ease-in;
    -o-transform: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.main .zwfw .zwfwBn a:hover img{
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -moz-transition: rotateY(360deg);
    -ms-transition: rotateY(360deg);
}
.main .zwfw .zwfwBn p{
    display: inline-block;
    font-size: 32px;
    letter-spacing: 5px;
}
.main .zwfw .zwfwIcon {
  width: 580px;
  box-shadow: 0 4px 20px 0 rgba(25, 59, 136, 0.1);
  margin: 30px 0;
  padding: 1px 0;
}
.main .zwfw .zwfwIcon ul {
  margin: 10px 4px 10px 20px;
}
.main .zwfw .zwfwIcon ul li {
  width: 33.3%;
  float: left;
  margin: 6px 0;
  line-height: 30px;
}
.main .zwfw .zwfwIcon ul li span {
  background: #d40d1c;
  width: 4px;
  vertical-align: 3px;
  height: 4px;
  display: inline-block;
  margin-right: 8px;
}
.main .zwfw .zwfwIcon ul li a:hover {
  color: #2b63b0;
}
.main .zwfw .ggzyBn img{
    -webkit-transform: all .3s ease-in;
    -o-transform: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.main .zwfw .ggzyBn:hover img{
  transform: scale(1.1);
}
.main .hdjl {
  background: #f8f9fc;
  padding: 10px 0;
  margin: 60px auto;
}
.main .hdjl .title {
  background: url("../images/title_hdjl.png") no-repeat center center;
  width: 893px;
  height: 88px;
  margin: 30px auto;
}
.main .hdjl .hdjlTop .hdjlBn {
  width: 600px;
}
.main .hdjl .hdjlTop .hdjlBn .bn {
    margin: 0 20px 16px 0;
    font-weight: bold;
    font-size: 20px;
    width: 278px;
    height: 72px;
    line-height: 72px;
}
.main .hdjl .hdjlTop .hdjlBn .bn.bnLetter{
    background: url("../images/hdjl_bg_ldxx.png") no-repeat center center;
    background-size:100% 100%; 
}
.main .hdjl .hdjlTop .hdjlBn .bn.bnYwzx{
    background: url("../images/hdjl_bg_ywzx.png") no-repeat center center;
    background-size:100% 100%; 
}
.main .hdjl .hdjlTop .hdjlBn .bn.bnYwts{
    background: url("../images/hdjl_bg_ywts.png") no-repeat center center;
    background-size:100% 100%; 
}
.main .hdjl .hdjlTop .hdjlBn .bn.bnWjjb{
    background: url("../images/hdjl_bg_wjjb.png") no-repeat center center;
    background-size:100% 100%; 
}
.main .hdjl .hdjlTop .hdjlBn .bn a{
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
}
.main .hdjl .hdjlTop .hdjlBn .bn a p{
    display: inline-block;
}
.main .hdjl .hdjlTop .hdjlBn .bn a img{
    margin-right: 20px;
    -webkit-transform: all .1s ease-in;
    -o-transform: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.main .hdjl .hdjlTop .hdjlBn .bn a:hover img{
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: scale(1.1);
    -ms-transition: scale(1.1);
}
.main .hdjl .lybl img{
  -webkit-transform: all .3s ease-in;
  -o-transform: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.main .hdjl .lybl:hover img{
  transform: scale(1.1);
}
.main .hdjl .ftzj {
  margin: 20px auto;
}
.main .hdjl .ftzj .newsList {
  width: 580px;
}
.main .ztzl {
  position: relative;
  margin-bottom: 40px;
}
.main .ztzl .swiper-ztzl {
  height: 100px;
  margin: 0 auto;
  width: 1150px;
}
.main .ztzl .swiper-ztzl a {
  display: block;
  margin: 0 auto;
  width: 275px;
  height: 100px;
}
.main .ztzl .swiper-ztzl a img {
  width: 100%;
  height: 100%;
}
.main .ztzl .arrow-left {
  height: 100px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  background: url("../images/ztzl_left.png") no-repeat center center #f3f5f8;
}
.main .ztzl .arrow-right {
  height: 100px;
  z-index: 10;
  cursor: pointer;
  width: 22px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/ztzl_right.png") no-repeat center center #f3f5f8;
}
.main .adBn{
  height: 122px;
  position: relative;
  margin-bottom: 60px;
}
.main .adBn .swiper-adBn {
  height: 122px;
}
.main .adBn .swiper-adBn img {
  width: 100%;
  height: 122px;
}
.main .adBn .pagination {
  position: absolute;
  right: 10px;
  text-align: right;
  bottom: 8px;
  z-index: 10;
}
.main .adBn .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #cccccc;
  margin: 0 4px;
  cursor: pointer;
}
.main .adBn .swiper-active-switch {
  background: #d40d1c;
}

.share-bar {
    width: 320px;
    height: 190px;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0px;
}
.share-bar .close{
    position: absolute;
    right: 0; 
    width: 16px;
    height: 16px; 
    float: right;
    z-index: 10;
    top:-2px;
    cursor: pointer;
}
.share-bar .swiper-share {
    width: 320px;
    height: 190px;
}
.share-bar .section {
    width: 320px;
    height: 190px;
    position: relative;
}
.share-bar .section img {
    width: 320px;
    height: 190px;
}
.share-bar .pagination {
    position: absolute;
    text-align: right;
    bottom: 5px;
    z-index: 2;
    right: 10px;
}
.share-bar .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #b6c0c1;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.4s;
}
.share-bar .pagination .swiper-active-switch {
    background: #3b94d9;
}

