??body {
  width: 100%;
}

.detailindex > .banner1 {
  width: 100%;
  height: 400px;
  background: url(/hfgxjt/res/image/threebanner.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.detailindex > .banner1 h3 {
  position: absolute;
  left: 18.5%;
  top: 40%;
  color: #fff;
  font-size: 40px;
}

.detailindex > .banner1 p {
  position: absolute;
  left: 18.5%;
  top: 52%;
  color: #fff;
  font-size: 18px;
}

.detailindex > .banner3 {
  background: #f5f5f5;
  padding: 30px 0;
}

.detailindex > .banner3 .W1400 {
  background: #fff;
  width: 1400px;
  margin: 0 auto;
}

.detailindex > .banner3 .W1400 .detail-title {
  text-align: center;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.detailindex > .banner3 .W1400 .detail-title h3 {
  font-size: 24px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 14px;
}

.detailindex > .banner3 .W1400 .detail-title .remark {
  font-size: 14px;
  color: #797979;
}

.detailindex > .banner3 .W1400 .detail-contain {
  padding: 42px 40px 42px;
  font-size: 16px;
  line-height: 40px;
  text-align: justify;
}

.detailindex > .banner3 .W1400 .detail-contain p {
  font-size: 16px;
  line-height: 40px;
}

.detailindex > .banner3 .W1400 .detail-contain .detail {
  width: 50%;
  margin: 0 auto;
}

.detailindex > .banner3 .W1400 .detail-contain .detail img {
  width: 100%;
}

.detailindex > .banner3 .W1400 .detailfooter {
  height: 60px;
  padding: 0px 40px;
  line-height: 60px;
  border-top: 1px solid #f3f3f3;
  display: flex;
  justify-content: space-between;
}
.detailindex > .banner3 .W1400 .detailfooter .tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
.detailindex > .banner3 .W1400 .detailfooter .tit:hover {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  color: #0153ba;
}

.detailindex > .banner3 .W1400 .detailfooter div > :last-child {
  color: #0153ba;
  width: 60px;
}

.detailindex .footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #f5f5f5;
}

.detailindex .footer .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.detailindex .footer .w-1760 .left .logo {
  margin-bottom: 28px;
}

.detailindex .footer .w-1760 .left .f-contain ul li {
  display: flex;
  height: 33px;
  color: rgba(0, 0, 0, 0.5);
}

.detailindex .footer .w-1760 .left .f-contain ul li img {
  margin-right: 9px;
  width: 22px;
  height: 22px;
}

.detailindex .footer .w-1760 .center {
  flex: 1;
  padding: 0px 5%;
}

.detailindex .footer .w-1760 .center > ul {
  display: flex;
  justify-content: space-between;
}

.detailindex .footer .w-1760 .center > ul > li > a {
  color: #333333;
  font-size: 16px;
}

.detailindex .footer .w-1760 .center > ul > li > ul {
  display: flex;
  margin-top: 26px;
  flex-direction: column;
}

.detailindex .footer .w-1760 .center > ul > li > ul li {
  height: 30px;
  font-size: 12px;
  color: #999999;
}

.detailindex .footer .w-1760 .center > ul > li > ul li a {
  color: #999999;
}

.detailindex .footer .w-1760 .right {
  text-align: center;
}

.detailindex .footer .w-1760 .right p {
  margin-top: 12px;
}

.detailindex .footer-b {
  height: 50px;
  background-color: #13334a;
}

.detailindex .footer-b .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  color: #fff;
  line-height: 50px;
  display: flex;
}

.banner-1 {
  width: 100%;
  margin-top: -100px;
  background-size: 100% 100%;
}

.banner-1 .swiper-wrapper .swiper-slide {
  position: relative;
}

.banner-1 .swiper-wrapper .swiper-slide h1 {
  font-size: 64px;
  color: #ffffff;
  text-shadow: 0px 1px 10px rgba(6, 0, 15, 0.1);
  position: absolute;
  left: 50%;
  margin-left: -580px;
  text-align: center;
  bottom: 60%;
  line-height: 80px;
}

.banner-1 .swiper-wrapper .swiper-slide h4 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.44);
  text-shadow: 0px 1px 10px rgba(6, 0, 15, 0.1);
  position: absolute;
  left: 50%;
  margin-left: -580px;
  text-align: center;
  bottom: 50%;
  line-height: 80px;
}

.banner-1 .swiper-button-prev {
  width: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  height: 50px;
}

.banner-1 .swiper-button-prev:hover {
  border: none;
  background: transparent;
}

.banner-1 .swiper-button-prev::after {
  color: #fff;
}

.banner-1 .swiper-button-next {
  width: 50px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  height: 50px;
}

.banner-1 .swiper-button-next:hover {
  border: none;
  background: transparent;
}

.banner-1 .swiper-button-next::after {
  color: #fff;
}

.banner-2 {
  height: 369px;
  z-index: 120;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: -254px;
}

.banner-2 .b-main1 {
  width: 91.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.banner-2 .b-main1 .left {
  width: 73.86%;
  background: #fff;
}

.banner-2 .b-main1 .left .title {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}

.banner-2 .b-main1 .left .title .tab-list {
  display: flex;
}

.banner-2 .b-main1 .left .title .tab-list span {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  padding: 0px 20px;
}

.banner-2 .b-main1 .left .title .tab-list span:first-child {
  padding-left: 20px;
}

.banner-2 .b-main1 .left .title .tab-list .active {
  border-bottom: 3px solid #005eae;
}

.banner-2 .b-main1 .left .title a {
  font-size: 14px;
  color: #999999;
}

.banner-2 .b-main1 .left .tab-contian {
  display: none;
}

.banner-2 .b-main1 .left .b-contian {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo {
  padding-top: 20px;
  width: 65.58%;
  padding-right: 20px;
  box-sizing: border-box;
  /* 轮播图1--s */
  /* 轮播图1--e */
  /* 轮播图2--s */
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .changeBox_a1 {
  width: 100%;
  height: 266px;
  padding: 0;
  position: relative;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .changeBox_a1 .changeDiv {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.banner-2
.b-main1
.left
.b-contian
.b-lunbo
.changeBox_a1
.changeDiv
.changeDiv-c
.b-left {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
}

.banner-2
.b-main1
.left
.b-contian
.b-lunbo
.changeBox_a1
.changeDiv
.changeDiv-c
.b-left
.time {
  margin-bottom: 20px;
}

.banner-2
.b-main1
.left
.b-contian
.b-lunbo
.changeBox_a1
.changeDiv
.changeDiv-c
.b-left
.time
span {
  font-weight: 800;
  color: #005eae;
}

.banner-2
.b-main1
.left
.b-contian
.b-lunbo
.changeBox_a1
.changeDiv
.changeDiv-c
.b-left
.time
span:first-child {
  font-size: 32px;
}

.banner-2
.b-main1
.left
.b-contian
.b-lunbo
.changeBox_a1
.changeDiv
.changeDiv-c
.b-left
.time
span
:last-child {
  font-size: 24px;
}

.banner-2
.b-main1
.left
.b-contian
.b-lunbo
.changeBox_a1
.changeDiv
.changeDiv-c
.b-left
.ressiues
h3 {
  margin-bottom: 20px;
}

.banner-2
.b-main1
.left
.b-contian
.b-lunbo
.changeBox_a1
.changeDiv
.changeDiv-c
.b-left
.ressiues
p {
  color: #9999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 12px;
}

.banner-2
.b-main1
.left
.b-contian
.b-lunbo
.changeBox_a1
.changeDiv
.changeDiv-c
.picture {
  width: 50%;
  position: relative;
}

.banner-2
.b-main1
.left
.b-contian
.b-lunbo
.changeBox_a1
.changeDiv
.changeDiv-c
.picture
img {
  width: 100%;
  height: 266px;
}

.banner-2
.b-main1
.left
.b-contian
.b-lunbo
.changeBox_a1
.changeDiv
.changeDiv-c
.picture
h3 {
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .changeBox_a1 .ul_change_a2 {
  position: absolute;
  right: 15px;
  bottom: 20px;
  padding-left: 19px;
  overflow: hidden;
  z-index: 999;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .fr {
  float: right;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .ul_change_a2 span.on {
  background-color: #cb1c1d;
  width: 20px;
  height: 9px;
  border-radius: 5px;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .changeDiv-c {
  display: flex;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .changeDiv .changeDiv h3 a {
  width: 100%;
  padding-right: 100px;
  box-sizing: border-box;
  height: 50px;
  font-weight: normal;
  font-size: 20px;
  display: block;
  padding-left: 31px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .ul_change_a2 li {
  float: left;
  margin-right: 4px;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .ul_change_a2 span {
  border-radius: 50%;
  width: 9px;
  height: 9px;
  line-height: 18px;
  text-align: center;
  background: #fff;
  display: block;
  cursor: pointer;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .changeDiv h3 a:hover {
  color: #ff0000;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .swiper-container {
  width: 100%;
  height: 100%;
}

.banner-2 .b-main1 .left .b-contian .b-lunbo .swiper-slide img {
  width: 100%;
  height: 100%;
}

.banner-2 .b-main1 .left .b-contian .b-rightList {
  width: 34.42%;
  border-left: 1px solid #f2f2f2;
}

.banner-2 .b-main1 .left .b-contian .b-rightList .ulList {
  padding: 0px 15px 0px;
  height: 300px;
  overflow: hidden;
}

.banner-2 .b-main1 .left .b-contian .b-rightList .ulList ul li {
  height: 48px;
  line-height: 48px;
  display: flex;
  justify-content: space-between;
}

.banner-2 .b-main1 .left .b-contian .b-rightList .ulList ul li p {
  font-size: 16px;
  text-overflow: ellipsis;
  /*显示省略符号来代表被修剪的文本。*/
  white-space: nowrap;
  /*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
  overflow: hidden;
  width: 75%;
}

.banner-2 .b-main1 .left .b-contian .b-rightList .ulList ul li p a {
  margin-left: 0px;
  transition-duration: 500ms;
}

.banner-2 .b-main1 .left .b-contian .b-rightList .ulList ul li p a:hover {
  color: #3391d1;
  margin-left: 10px;
  transition-duration: 500ms;
}

.banner-2 .b-main1 .left .b-contian .b-rightList .ulList ul li p i {
  margin-right: 5px;
}

.banner-2 .b-main1 .left .b-contian .b-rightList .ulList ul li span {
  width: 25%;
  text-align: right;
  color: #999;
}

.banner-2 .b-main1 .right {
  width: 25.58%;
  background: #fff;
}

.banner-2 .b-main1 .right .title {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}

.banner-2 .b-main1 .right .title span {
  font-size: 16px;
  font-weight: 800;
}

.banner-2 .b-main1 .right .title a {
  font-size: 14px;
  color: #999999;
}

.banner-2 .b-main1 .right .contian {
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #f5f5f5;
}

.banner-2 .b-main1 .right .contian .l-c {
  width: 90px;
  height: 90px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-2 .b-main1 .right .contian .l-c h3 {
  color: #d45010;
  font-weight: 800;
  font-size: 46px;
}

.banner-2 .b-main1 .right .contian .l-c p {
  color: #cccccc;
  font-size: 14px;
}

.banner-2 .b-main1 .right .contian .r-c {
  flex: 1;
  margin-left: 15px;
}

.banner-2 .b-main1 .right .contian .r-c h3 {
  margin-bottom: 12px;
  font-size: 16px;
  color: #000000;
}

.banner-2 .b-main1 .right .contian .r-c p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  color: #999;
}

.banner-2 .b-main1 .right .ulList {
  padding: 0px 15px 0px;
  height: 200px;
  overflow: hidden;
}

.banner-2 .b-main1 .right .ulList ul li {
  height: 48px;
  line-height: 48px;
  display: flex;
  justify-content: space-between;
}

.banner-2 .b-main1 .right .ulList ul li p {
  font-size: 16px;
  text-overflow: ellipsis;
  /*显示省略符号来代表被修剪的文本。*/
  white-space: nowrap;
  /*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。*/
  overflow: hidden;
  width: 75%;
}

.banner-2 .b-main1 .right .ulList ul li p a {
  margin-left: 0px;
  transition-duration: 500ms;
}

.banner-2 .b-main1 .right .ulList ul li p a:hover {
  color: #3391d1;
  margin-left: 10px;
  transition-duration: 500ms;
}

.banner-2 .b-main1 .right .ulList ul li p i {
  margin-right: 5px;
}

.banner-2 .b-main1 .right .ulList ul li span {
  width: 25%;
  text-align: right;
  color: #999;
}

.banner-3 {
  width: 100%;
  height: 955px;
  padding-top: 347px;
  box-sizing: border-box;
  background: #f1f7fd;
  display: flex;
  justify-content: space-between;
}

.banner-3 .b-main2 {
  width: 91.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.banner-3 .left {
  flex: 1;
}

.banner-3 .left h3 {
  width: 70%;
  color: #005eae;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 60px;
  font-weight: 800;
}

.banner-3 .left h3 a {
  color: #005eae;
}

.banner-3 .left p {
  width: 70%;
  color: #999999;
  font-size: 14px;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 12px;
  color: #999;
}

.banner-3 .left .more {
  color: #333333;
  font-size: 12px;
  margin-top: 65px;
  margin-bottom: 75px;
}

.banner-3 .left .more span {
  margin-right: 12px;
}

.banner-3 .left .more img {
  vertical-align: middle;
}

.banner-3 .left .white-list ul {
  width: 160%;
  height: 100px;
  z-index: 21;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
}

.banner-3 .left .white-list ul a {
  width: 25%;
}

.banner-3 .left .white-list ul a li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-3 .left .white-list ul a li > span:first-child {
  color: #005eae;
  font-size: 60px;
  font-weight: 800;
}

.banner-3 .left .white-list ul a li > span:nth-child(2) {
  height: 60px;
  margin-left: 14px;
  margin-right: 7px;
  color: #005eae;
}

.banner-3 .left .white-list ul a li > div {
  font-size: 15px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.banner-3 .right {
  width: 51.81%;
  position: relative;
  z-index: 20;
}

.banner-3 .right > img {
  width: 100%;
}

.banner-3 .right > .ditu {
  position: absolute;
  top: 5%;
  right: 10%;
}

.banner-3 .right > .ditu img {
  width: 120px;
  height: 120px;
}

.banner-3 .right > .hefe {
  position: absolute;
  top: 18%;
  right: 14%;
  width: 42px;
  height: 20px;
  background-color: #eea32d;
  text-align: center;
}

.banner-3 .right > .hefe span {
  color: #fff;
}

.banner-4 {
  margin: 0 auto;
  margin-top: -125px;
}

.banner-4 .box {
  width: 91.6%;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
  border-right: 0;
  cursor: pointer;
}

.banner-4 .box > .item {
  width: 278px;
  height: 250px;
  float: left;
  background-color: #005eae;
  transition: all 0.7s ease 0s;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: space-around;
  align-items: center;
  padding: 0px 40px;
  box-sizing: border-box;
}

.banner-4 .box > .item:nth-child(1) {
  background: url(/hfgxjt/res/image/sfq1.jpg) no-repeat;
  background-size: 100% 100%;
}

.banner-4 .box > .item:nth-child(2) {
  background: url(/hfgxjt/res/image/sfq2.jpg) no-repeat;
  background-size: 100% 100%;
}

.banner-4 .box > .item:nth-child(3) {
  background: url(/hfgxjt/res/image/sfq3.jpg) no-repeat;
  background-size: 100% 100%;
}

.banner-4 .box > .item:nth-child(4) {
  background: url(/hfgxjt/res/image/sfq4.jpg) no-repeat;
  background-size: 100% 100%;
}

.banner-4 .box > .item:nth-child(5) {
  background: url(/hfgxjt/res/image/sfq5.jpg) no-repeat;
  background-size: 100% 100%;
}

.banner-4 .box > .item .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.banner-4 .box > .item .top > div {
  font-size: 24px;
}

.banner-4 .box > .item .top img {
  width: 61px;
  height: 61px;
}

.banner-4 .box > .item .bottom {
  font-size: 16px;
}

.banner-4 .box > .item h1 {
  color: #fff;
  font-size: 70px;
  padding: 40px 40px 0;
}

.banner-5 {
  padding-top: 54px;
  padding-bottom: 22px;
  margin-top: -125px;
  padding-top: 179px;
  background: #fff;
}

.banner-5 .b5-w {
  width: 91.6%;
  margin: 0 auto;
}

.banner-5 .b5-w .title {
  margin-bottom: 45px;
}

.banner-5 .b5-w .title > div {
  display: flex;
  flex-direction: column;
}

.banner-5 .b5-w .title > div span:first-child {
  font-size: 22px;
  color: #000000;
  margin-bottom: 15px;
}

.banner-5 .b5-w .title > div span:nth-child(2) {
  color: #999999;
  font-size: 12px;
}

.banner-5 .b5-w .b5-contain .b5swiper-container {
  width: 100%;
}

.banner-5 .b5-w .b5-contain .b5swiper-container:hover .b5swiper-button-next {
  display: block;
  top: 89%;
  width: 81px;
  height: 61px;
  background: url(/hfgxjt/res/image/next-btn.png) no-repeat;
  background-size: 100% 100%;
}

.banner-5
.b5-w
.b5-contain
.b5swiper-container:hover
.b5swiper-button-next:after {
  content: "";
}

.banner-5 .b5-w .b5-contain .b5swiper-container:hover .b5swiper-button-prev {
  display: block;
  top: 89%;
  width: 81px;
  height: 61px;
  background: url(/hfgxjt/res/image/first-btn.png) no-repeat;
  background-size: 100% 100%;
}

.banner-5
.b5-w
.b5-contain
.b5swiper-container:hover
.b5swiper-button-prev:after {
  content: "";
}

.banner-5 .b5-w .b5-contain .b5swiper-container .swiper-slide ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.banner-5 .b5-w .b5-contain .b5swiper-container .swiper-slide ul a li {
  width: 99%;
}

.banner-5
.b5-w
.b5-contain
.b5swiper-container
.swiper-slide
ul
a
li:hover
img {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease;
  box-shadow: 5px 5px 2px #888888;
}

.banner-5 .b5-w .b5-contain .b5swiper-container .swiper-slide ul a li img {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
}

.banner-5
.b5-w
.b5-contain
.b5swiper-container
.swiper-slide
ul
a:last-child
li
img {
  margin-bottom: 70px;
}

.banner-5 .b5-w .b5-contain .b5swiper-container .b5swiper-button-next {
  display: none;
  top: 89%;
  width: 81px;
  height: 61px;
  background: url(/hfgxjt/res/image/next-btn.png) no-repeat;
  background-size: 100% 100%;
}

.banner-5 .b5-w .b5-contain .b5swiper-container .b5swiper-button-next:after {
  content: "";
}

.banner-5 .b5-w .b5-contain .b5swiper-container .b5swiper-button-prev {
  display: none;
  top: 89%;
  width: 81px;
  height: 61px;
  background: url(/hfgxjt/res/image/first-btn.png) no-repeat;
  background-size: 100% 100%;
}

.banner-5 .b5-w .b5-contain .b5swiper-container .b5swiper-button-prev:after {
  content: "";
}

.w_1200 {
  width: 1200px;
  margin: 0 auto;
}

.contain {
  width: 100%;
  padding-bottom: 1px;
  background: url(/hfgxjt/res/images/main-bg.png) no-repeat;
  background-position: bottom center;
}

.contain .main {
  width: 1200px;
  margin: 0 auto;
}

.height {
  height: 70px;
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.secbody .secindex {
  width: 100% !important;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: hidden;
}

.secbody .secindex .section-wrap {
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.secbody .secindex .section-wrap .section {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.secbody .secindex .section-wrap .section .title {
  width: 100%;
  position: absolute;
  top: 10%;
  color: #fff;
  font-size: 2.4em;
  text-align: center;
}

.secbody .secindex .section-wrap .section .active .tit {
  opacity: 1;
  transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
  -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.secbody .secindex .section-wrap .section-1 {
  background: url(/hfgxjt/res/image/sec-banner.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 10%;
  box-sizing: border-box;
}

.secbody .secindex .section-wrap .section-1 .sectioncont1 {
  width: 70%;
  height: 70%;
  margin: 0 auto;
  background: #fff;
  padding: 60px 15px 90px 60px;
  box-sizing: border-box;
  overflow-y: hidden;
}

.secbody .secindex .section-wrap .section-1 .sectioncont1 h3 {
  color: #005fac;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 24px;
}

.secbody .secindex .section-wrap .section-1 .sectioncont1 div {
  height: 200px;
  overflow-y: scroll;
  padding-right: 90px;
  /* 滚动条整体 */
  /* 两个滚动条交接处 -- x轴和y轴 */
  /* 滚动条滑块 */
  /* 滚动条轨道 */
  /* 滚动条两端按钮 */
}

.secbody .secindex .section-wrap .section-1 .sectioncont1 div p {
  font-size: 16px;
  line-height: 32px;
}

.secbody
.secindex
.section-wrap
.section-1
.sectioncont1
div
.scroll-container {
  margin: 10px;
  width: 500px;
  height: 150px;
  overflow: overlay;
  background-color: #eee;
  white-space: nowrap;
  cursor: pointer;
}

.secbody
.secindex
.section-wrap
.section-1
.sectioncont1
div
.scroll-container::-webkit-scrollbar {
  height: 20px;
  width: 20;
}

.secbody
.secindex
.section-wrap
.section-1
.sectioncont1
div
.scroll-container::-webkit-scrollbar-corner {
  background-color: transparent;
}

.secbody
.secindex
.section-wrap
.section-1
.sectioncont1
div
.scroll-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.secbody
.secindex
.section-wrap
.section-1
.sectioncont1
div
.scroll-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.secbody .secindex .section-wrap .section-2 {
  background: url(/hfgxjt/res/image/secbanner-bgtwo.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 5%;
  box-sizing: border-box;
}

.secbody .secindex .section-wrap .section-2 .ldzc {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.secbody .secindex .section-wrap .section-2 .ldzc h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 800;
  margin-bottom: 10px;
}

.secbody .secindex .section-wrap .section-2 .ldzc p {
  font-size: 12px;
  color: #999999;
}

.secbody .secindex .section-wrap .section-2 .sectioncont2 {
  position: relative;
  width: 70%;
  height: 60%;
  margin: 0 auto;
  background: #fff;
  padding: 60px 15px 90px 60px;
  box-sizing: border-box;
  overflow-y: hidden;
}

.secbody .secindex .section-wrap .section-2 .sectioncont2 h3 {
  color: #005fac;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 24px;
}

.secbody .secindex .section-wrap .section-2 .sectioncont2 div {
  height: 200px;
  overflow-y: scroll;
  padding-right: 90px;
}

.secbody .secindex .section-wrap .section-2 .sectioncont2 div p {
  font-size: 16px;
  line-height: 32px;
}

.secbody .secindex .section-wrap .section-2 .sectioncont2 .first {
  position: absolute;
  top: 24px;
  left: 18px;
  width: 36px;
  height: 31px;
}

.secbody .secindex .section-wrap .section-2 .sectioncont2 .next {
  position: absolute;
  bottom: 24px;
  right: 18px;
  width: 36px;
  height: 31px;
}

.secbody .secindex .section-wrap .section-3 {
  background: url(/hfgxjt/res/image/SECTION-3.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 10%;
  box-sizing: border-box;
}

.secbody .secindex .section-wrap .section-4 {
  background: url(/hfgxjt/res/image/bannesec2.png);
  background-size: 100% 100%;
  padding-top: 3%;
  box-sizing: border-box;
}

.secbody .secindex .section-wrap .section-4 .sectioncont4 {
  width: 70% !important;
  height: 80%;
  margin: 0 auto;
}

.secbody .secindex .section-wrap .section-4 .sectioncont4 .control-box {
  height: 100%;
}

.secbody .secindex .section-wrap .section-4 .sectioncont4 .control-box .winner {
  height: 20%;
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.winner
img {
  height: 100%;
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist {
  height: calc(100%-120px);
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container {
  height: 100%;
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container
.swiper-wrapper {
  height: 100%;
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container
.swiper-wrapper
.swiper-slide {
  height: 100%;
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container
.swiper-wrapper
.swiper-slide
ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container
.swiper-wrapper
.swiper-slide
ul
li {
  height: 100%;
  margin-bottom: 10px;
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container
.swiper-wrapper
.swiper-slide
ul
li
img {
  width: 100%;
  margin-bottom: 10px;
  bottom: 4px solid #fff;
  height: calc(100% - 74px);
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container
.swiper-wrapper
.swiper-slide
ul
li
p {
  margin-bottom: 40px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container
.swiper-button-next {
  width: 81px;
  height: 61px;
  top: 40%;
  background: url(/hfgxjt/res/image/sec-blueright.png);
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container
.swiper-button-next:after {
  content: "";
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container
.swiper-button-prev {
  width: 81px;
  height: 61px;
  top: 40%;
  background: url(/hfgxjt/res/image/secblue-left.png);
}

.secbody
.secindex
.section-wrap
.section-4
.sectioncont4
.control-box
.swiperlist
.swiper-container
.swiper-button-prev:after {
  content: "";
}

.secbody .secindex .section-wrap .section-5 {
  background-color: #f2f2f2;
  background-size: 100% 100%;
  padding-top: 5%;
}

.secbody .secindex .section-wrap .section-5 .sectioncont5 {
  width: 77% !important;
  height: 80%;
  margin: 0 auto;
}

.secbody .secindex .section-wrap .section-5 .sectioncont5 .bigevent {
  margin-bottom: 3%;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigevent
div:first-child {
  font-size: 24px;
  color: #000000;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigevent
div:last-child {
  font-size: 12px;
  color: #999999;
  margin-top: 12px;
}

.secbody .secindex .section-wrap .section-5 .sectioncont5 .tabtitle {
  display: flex;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.secbody .secindex .section-wrap .section-5 .sectioncont5 .tabtitle > div {
  width: 166px;
  height: 48px;
  margin-right: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  border-radius: 10px 10px 0px 0px;
  background-color: #fff;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.tabtitle
.bigeventactive {
  background-color: #0153ba;
  color: #fff;
}

.secbody .secindex .section-wrap .section-5 .sectioncont5 .bigtabcontain {
  height: 80%;
  box-sizing: border-box;
  padding-top: 3%;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigtabcontain
.bigtabitem {
  display: none;
  height: 100%;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigtabcontain
.bigtabitem
.m-history {
  height: 100%;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigtabcontain
.bigtabitem
.m-history
.bd {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigtabcontain
.bigtabitem
.m-history
.bd
.tempWrap {
  height: 100%;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigtabcontain
.bigtabitem
.m-history
.bd
.tempWrap
> ul {
  height: 100%;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigtabcontain
.bigtabitem
.m-history
.bd
.tempWrap
> ul
li {
  position: relative;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigtabcontain
.bigtabitem
.m-history
.bd
.tempWrap
> ul
li
.top {
  position: absolute;
  top: 200px;
  height: 300px;
  background-color: #7c585e;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigtabcontain
.bigtabitem
.m-history
.bd
.tempWrap
> ul
li
.bottom {
  position: absolute;
  top: 200px;
  height: 300px;
  background-color: pink;
}

.secbody
.secindex
.section-wrap
.section-5
.sectioncont5
.bigtabcontain
.bigtabitem
.m-history
.bd
.tempWrap
> ul
li
.middle {
  position: absolute;
  top: px;
}

.secbody .secindex .section-wrap .section .title.active .tit {
  opacity: 1;
  transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
  -webkit-transition: all 2s cubic-bezier(0.86, 0, 0.8, 1);
}

.secbody .secindex .put-section-0 {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.secbody .secindex .put-section-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.secbody .secindex .put-section-2 {
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
}

.secbody .secindex .put-section-3 {
  transform: translateY(-300%);
  -webkit-transform: translateY(-300%);
}

.secbody .secindex .put-section-4 {
  transform: translateY(-400%);
  -webkit-transform: translateY(-400%);
}

.secbody .secindex .section-btn {
  width: 14px;
  position: fixed;
  right: 4%;
  top: 50%;
}

.secbody .secindex .section-btn li {
  width: 14px;
  height: 14px;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-bottom: 12px;
  background: #cfcfd1;
  text-align: center;
  onsor: pointer;
}

.secbody .secindex .section-btn li.on {
  background: #fe6603;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
}

.secbody .secindex .arrow {
  width: 50px;
  height: 68px;
  background: url(/hfgxjt/res/image/curse.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -30px;
}

.secbody .secindex .arrow:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.threeindex > .banner1 {
  width: 100%;
  height: 400px;
  background: url(/hfgxjt/res/image/threebanner.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.threeindex > .banner1 h3 {
  position: absolute;
  left: 18.5%;
  top: 40%;
  color: #fff;
  font-size: 40px;
}

.threeindex > .banner1 p {
  position: absolute;
  left: 18.5%;
  top: 52%;
  color: #fff;
  font-size: 18px;
}

.nav1 {
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}

.nav1 .w_1400 {
  height: 60px;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav1 .w_1400 .leftthree {
  height: 44px;
  display: flex;
  align-items: center;
  line-height: 44px;
}

.nav1 .w_1400 .leftthree span {
  margin-right: 20px;
  padding: 0 25px;
  color: #333;
  align-items: center;
  font-size: 16px;
}

.nav1 .w_1400 .leftthree span a {
  color: #333;
  font-size: 16px;
}

.nav1 .right span {
  font-size: 14px;
  color: #999;
}

.nav1 .right .home {
  position: relative;
  top: -3px;
  margin-right: 2px;
}

.nav1 .right .icon {
  padding: 0 2px;
}

.nav1 .w_1400 .leftthree .threeactive {
  background-color: #0153ba;
  color: #fff;
}

.nav1 .w_1400 .leftthree .threeactive a {
  color: #fff;
}

.nav1 .w_1400 .leftthree .icon {
  margin: 0px 20px 0px 40px;
}

.dj > .banner3 {
  background: url(/hfgxjt/res/image/fivebannerbg.png) top center no-repeat #fafafa;
  padding-bottom: 30px;
}

.threeindex > .banner3 .W_1400 {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.threeindex > .banner3 .W_1400 .swiper {
  width: 860px;
  height: 580px;
}

.threeindex
> .banner3
.W_1400
.swiper:hover
.swiper-container
.swiper-button-next {
  width: 22px;
  display: block;
  height: 105px;
  background: url(/hfgxjt/res/image/three-right.png) no-repeat;
}

.threeindex
> .banner3
.W_1400
.swiper:hover
.swiper-container
.swiper-button-next::after {
  content: "";
}

.threeindex
> .banner3
.W_1400
.swiper:hover
.swiper-container
.swiper-button-prev {
  width: 22px;
  height: 105px;
  display: block;
  background: url(/hfgxjt/res/image/three-left.png) no-repeat;
}

.threeindex
> .banner3
.W_1400
.swiper:hover
.swiper-container
.swiper-button-prev::after {
  content: "";
}

.threeindex > .banner3 .W_1400 .swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.threeindex > .banner3 .W_1400 .swiper .swiper-container .swiper-slide img {
  width: 860px;
  height: 480px;
}

.threeindex > .banner3 .W_1400 .swiper .swiper-container .swiper-slide .dis {
  height: 100px;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 30px;
}

.threeindex > .banner3 .W_1400 .swiper .swiper-container .swiper-slide .dis h3 {
  font-size: 24px;
  color: #0153bafe;
  font-weight: 800;
  margin-bottom: 5px;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*禁止换行*/
  text-overflow: ellipsis;
  /*省略号*/
}

.threeindex > .banner3 .W_1400 .swiper .swiper-container .swiper-slide .dis p {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*禁止换行*/
  text-overflow: ellipsis;
  /*省略号*/
}

.threeindex > .banner3 .W_1400 .swiper .swiper-container .swiper-button-next {
  width: 22px;
  height: 105px;
  display: none;
  top: 242px;
  background: url(/hfgxjt/res/image/three-right.png) no-repeat;
}

.threeindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-button-next::after {
  content: "";
}

.threeindex > .banner3 .W_1400 .swiper .swiper-container .swiper-button-prev {
  width: 22px;
  height: 105px;
  display: none;
  top: 242px;
  background: url(/hfgxjt/res/image/three-left.png) no-repeat;
}

.threeindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-button-prev::after {
  content: "";
}

.threeindex > .banner3 .W_1400 .swiper .swiper-container .swiper-pagination {
  bottom: 100px;
  text-align: left;
}

.threeindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet {
  width: 90px;
  height: 80px;
  border-radius: 0px;
  background: rgba(1, 83, 186, 0.682);
  opacity: 1;
}

.threeindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet
p:first-child {
  font-size: 38px;
  color: #fff;
  font-family: DINCOND;
  padding-top: 5px;
}

.threeindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet
span {
  font-size: 15px;
  color: #fff;
}

.threeindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet:first-child {
  margin-left: 0px;
}

.threeindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet-active {
  background-color: #fff !important;
  color: rgba(1, 83, 186, 0.996);
}

.threeindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet-active
p:first-child {
  font-size: 38px;
  font-family: DINCOND;
  color: rgba(1, 83, 186, 0.996);
}

.threeindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet-active
span {
  font-size: 15px;
  color: rgba(1, 83, 186, 0.996);
}

.threeindex > .banner3 .W_1400 .description {
  width: 518px;
  height: 580px;
  overflow: hidden;
}

.threeindex > .banner3 .W_1400 .description .item {
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.threeindex > .banner3 .W_1400 .description .item h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.threeindex > .banner3 .W_1400 .description .item h3 a {
  color: #333;
}

.threeindex > .banner3 .W_1400 .description .item .time {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-bottom: 10px !important;
}

.threeindex > .banner3 .W_1400 .description .item p {
  font-size: 14px;
  text-align: justify;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.threeindex > .banner3 .W_1400 .description .item:hover {
  background-color: #fff;
}

.threeindex > .banner3 .W_1400 .description .item:hover h3 {
  color: #0153ba;
  font-weight: 800;
}

.threeindex > .banner3 .W_1400 .description .item:hover h3 a {
  color: #0153ba;
}

.threeindex > .banner4 {
  background: #fff;
  width: 1400px;
  margin: 0 auto;
}

.threeindex > .banner4 ul {
  padding: 40px 0;
}

.threeindex > .banner4 > ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0px;
}

.threeindex > .banner4 > ul li > .left {
  flex: 1;
}

.threeindex > .banner4 > ul li > .left h3 {
  margin-bottom: 10px;
}

.threeindex > .banner4 > ul li > .left h3 :hover {
  color: #0153ba;
  font-weight: 800;
}

.threeindex > .banner4 > ul li > .left h3 a {
  color: #333;
  font-weight: normal;
}

.threeindex > .banner4 > ul li > .left h3 a :hover {
  color: #0153ba;
}

.threeindex > .banner4 > ul li > .left .time {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 12px;
  color: #999;
}

.threeindex > .banner4 > ul li > .left p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.threeindex > .banner4 > ul li > .right-img {
  margin-left: 40px;
}

.threeindex > .banner4 > ul li > .right-img img {
  width: 100%;
  height: 100%;
}

.pageList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.pageList div {
  /*width: 30px;*/
  height: 30px;
  padding: 0px 10px;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #d7d7d7;
  color: #999;
  border-radius: 4px;
}

.sexindex .pageList .active {
  background: #1a6ec4;
  color: #fff;
}

.threeindex .pageList div:hover {
  background: #1a6ec4;
  color: #fff;
}

.threeindex .pageList .active {
  background: #1a6ec4;
  color: #fff;
}

.four-body {
  height: 100%;
}

.four-body .header {
  height: 60px;
}

.fourindex > .banner1 {
  width: 100%;
  height: 896px;
  background: url(/hfgxjt/res/image/bg_zy.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  position: relative;
}

.fourindex > .banner1 > ul {
  width: 91.6%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 50px;
}

.fourindex > .banner1 > ul li {
  margin-right: 2%;
}

.fourindex > .banner1 > ul li:last-child {
  margin-right: 0;
}

.fourindex > .banner1 > ul li {
  margin-top: 100px !important;
  width: 25% !important;
  transition-duration: 0.8s;
  cursor: pointer;
}

.fourindex > .banner1 > ul li:hover {
  transform: translate(0, -40px);
  transition-duration: 0.8s;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.4);
}

.fourindex > .banner1 > ul li .top {
  position: relative;
  height: 309px;
  width: 100%;
}

.fourindex > .banner1 > ul li .top > img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fourindex > .banner1 > ul li .top .arcle > img {
  vertical-align: middle;
}

.fourindex > .banner1 > ul li .top .arcle {
  position: absolute;
  left: 40%;
  line-height: 80px;
  width: 85px;
  text-align: center;
  height: 85px;
  background: #fff;
  bottom: -14%;
  border-radius: 50px;
}

.fourindex > .banner1 > ul li .bottom {
  background-color: #f5f5f5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 70px 0;
}

.fourindex > .banner1 > ul li .bottom h3 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  margin-top: 10px;
}

.fourindex > .banner1 > ul li .bottom p {
  font-size: 12px;
  color: gray;
  color: #999;
  line-height: 30px;
}

.fourindex > .banner1 > ul li .bottom .more {
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 96px;
  font-size: 12px;
  border-radius: 30px;
  background-color: #cccc;
  color: #fff;
  border: none;
  margin-top: 30px;
}

.fourindex > .banner1 > ul li:nth-child(1) .bottom .more {
  background-color: #016abb;
}
.fourindex > .banner1 > ul li .bottom .more img {
  vertical-align: middle;
  margin-left: 5px;
}

.fourindex > .banner1 > ul li:nth-child(1) .bottom .more {
  background-color: #016abb;
}

.fourindex > .banner1 > ul li:nth-child(2) .bottom .more {
  background-color: #d57f19;
}

.fourindex > .banner1 > ul li:nth-child(3) .bottom .more {
  background-color: #2aad14;
}

.fourindex > .banner1 > ul li:nth-child(4) .bottom .more {
  background-color: #179ca1;
}

.fourindex > .banner1 > ul li:nth-child(5) .bottom .more {
  background-color: #e54949;
}

.fiveindex {
  margin-top: 100px !important;
}

.fiveindex > .banner1 {
  width: 100%;
  height: 400px;
  background: url(/hfgxjt/res/image/fivebanner.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.fiveindex > .banner1 h3 {
  position: absolute;
  left: 18.5%;
  top: 40%;
  color: #fff;
  font-size: 40px;
}

.fiveindex > .banner1 p {
  position: absolute;
  left: 18.5%;
  top: 52%;
  color: #fff;
  font-size: 18px;
}

.fiveindex > .banner3 {
  height: 580px;
  overflow: hidden;
  padding-top: 30px;
  background: url(/hfgxjt/res/image/fivebannerbg.png) no-repeat,
  linear-gradient(0deg, #fff, #f5f5f5);
  background-position: top center;
  padding-bottom: 30px;
}

.fiveindex > .banner3 .W_1400 {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.fiveindex > .banner3 .W_1400 .swiper {
  width: 860px;
  height: 580px;
}

.fiveindex
> .banner3
.W_1400
.swiper:hover
.swiper-container
.swiper-button-next {
  width: 22px;
  display: block;
  height: 105px;
  background: url(/hfgxjt/res/image/three-right.png) no-repeat;
}

.fiveindex
> .banner3
.W_1400
.swiper:hover
.swiper-container
.swiper-button-next::after {
  content: "";
}

.fiveindex
> .banner3
.W_1400
.swiper:hover
.swiper-container
.swiper-button-prev {
  width: 22px;
  height: 105px;
  display: block;
  background: url(/hfgxjt/res/image/three-left.png) no-repeat;
}

.fiveindex
> .banner3
.W_1400
.swiper:hover
.swiper-container
.swiper-button-prev::after {
  content: "";
}

.fiveindex > .banner3 .W_1400 .swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.fiveindex > .banner3 .W_1400 .swiper .swiper-container .swiper-slide img {
  width: 860px;
  height: 480px;
}

.fiveindex > .banner3 .W_1400 .swiper .swiper-container .swiper-slide .dis {
  height: 100px;
  background-color: #fff;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 30px;
}

.fiveindex > .banner3 .W_1400 .swiper .swiper-container .swiper-slide .dis h3 {
  font-size: 24px;
  color: #e60202;
  font-weight: 800;
  margin-bottom: 10px;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*禁止换行*/
  text-overflow: ellipsis;
  /*省略号*/
}

.fiveindex > .banner3 .W_1400 .swiper .swiper-container .swiper-slide .dis p {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*禁止换行*/
  text-overflow: ellipsis;
  /*省略号*/
}

.fiveindex > .banner3 .W_1400 .swiper .swiper-container .swiper-button-next {
  width: 22px;
  height: 105px;
  display: none;
  top: 242px;
  background: url(/hfgxjt/res/image/three-right.png) no-repeat;
}

.fiveindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-button-next::after {
  content: "";
}

.fiveindex > .banner3 .W_1400 .swiper .swiper-container .swiper-button-prev {
  width: 22px;
  height: 105px;
  display: none;
  top: 242px;
  background: url(/hfgxjt/res/image/three-left.png) no-repeat;
}

.fiveindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-button-prev::after {
  content: "";
}

.fiveindex > .banner3 .W_1400 .swiper .swiper-container .swiper-pagination {
  bottom: 100px;
  text-align: left;
}

.fiveindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet {
  width: 90px;
  height: 80px;
  border-radius: 0px;
  background: #fff;
  opacity: 1;
}

.fiveindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet
p:first-child {
  font-size: 38px;
  color: #e60202;
}

.fiveindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet
span {
  font-size: 16px;
  color: #e60202;
}

.fiveindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet:first-child {
  margin-left: 0px;
}

.fiveindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet-active {
  background-color: rgba(175, 15, 13, 0.68235294) !important;
}

.fiveindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet-active
p:first-child {
  font-size: 38px;
  color: #fff;
}

.fiveindex
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet-active
span {
  font-size: 16px;
  color: #fff;
}

.fiveindex > .banner3 .W_1400 .description {
  width: 518px;
  height: 580px;
  overflow: hidden;
}

.fiveindex > .banner3 .W_1400 .description .item {
  padding: 20px 20px;
  padding: 10px 0px 10px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  height: 132px;
  padding-top: 10px !important;
  padding-bottom: 20px !important;
  overflow: hidden;
}

.fiveindex > .banner3 .W_1400 .description .item:first-child {
  padding-top: 0px;
}

.fiveindex > .banner3 .W_1400 .description .item h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.fiveindex > .banner3 .W_1400 .description .item h3 a {
  color: #333;
}

.fiveindex > .banner3 .W_1400 .description .item .time {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-bottom: 10px !important;
}

.fiveindex > .banner3 .W_1400 .description .item p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fiveindex > .banner3 .W_1400 .description .item:hover {
  background-color: #fff;
}

.fiveindex > .banner3 .W_1400 .description .item:hover h3 {
  color: #e60202;
  font-weight: 800;
}

.fiveindex > .banner3 .W_1400 .description .item:hover h3 a {
  color: #e60202;
}

.fiveindex > .banner4 {
  background: #fff;
  width: 1400px;
  margin: 0 auto;
}

.fiveindex > .banner4 > ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0px;
}

.fiveindex > .banner4 > ul li > .left {
  flex: 1;
}

.fiveindex > .banner4 > ul li > .left h3 {
  margin-bottom: 10px;
}

.fiveindex > .banner4 > ul li > .left h3 :hover {
  color: #e60202;
  font-weight: 800;
}

.fiveindex > .banner4 > ul li > .left h3 a {
  color: #333;
}

.fiveindex > .banner4 > ul li > .left h3 a :hover {
  color: #e60202;
}

.fiveindex > .banner4 > ul li > .left .time {
  margin-bottom: 20px;
  display: inline-block;
}

.fiveindex > .banner4 > ul li > .left p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fiveindex > .banner4 > ul li > .right-img {
  margin-left: 40px;
}

.fiveindex > .banner4 > ul li > .right-img img {
  width: 254px;
  height: 160px;
}

.fiveindex > .banner4 > .pageList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.fiveindex > .banner4 > .pageList div {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #d7d7d7;
  color: #999;
}

.fiveindex > .banner4 > .pageList div:hover {
  background: #e60202;
  color: #fff;
}

.fiveindex > .banner4 > .pageList .active {
  background: #e60202;
  color: #fff;
}

.news-type2 > .banner3 {
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.news-type2 > .banner3 .W_1400 {
  width: 1400px;
  margin: 0 auto;
}

.news-type2 > .banner3 .W_1400 > .title {
  height: 50px;
  background: #fff;
  border-bottom: 3px solid #f2f2f2;
}

.news-type2 > .banner3 .W_1400 > .title span {
  line-height: 50px;
  height: 50px;
  color: #9999;
  margin: 0px 15px;
  padding: 0px 5px;
  display: inline-block;
}

.news-type2 > .banner3 .W_1400 > .title .actitem {
  color: #0153ba;
  font-weight: 800;
  border-bottom: 3px solid #0153ba;
}

.news-type2 > .banner3 .W_1400 > .tabcontain {
  background: #fff;
  padding: 40px 20px 40px 20px;
}

.news-type2 > .banner3 .W_1400 > .tabcontain .itemtimenew {
  display: none;
}

.news-type2 > .banner3 .W_1400 > .tabcontain .itemtimenew .itemtimenew-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left {
  background-color: #f8f8f8;
  width: 600px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left
.time {
  font-size: 18px;
  color: #999999;
  margin-bottom: 20px;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left
h3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: normal;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left
p {
  font-size: 12px;
  color: #999999;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 1px solid #e7e7e7;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left
img {
  width: 520px;
  height: 305px;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left
.btn {
  width: 136px;
  height: 38px;
  border: none;
  background: #024291;
  font-size: 24px;
  color: #fff;
  margin-top: 40px;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right {
  width: 730px;
  height: 600px;
  overflow: hidden;
  border-top: 1px solid #034eac;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li {
  padding: 30px 0px 30px 10px;
  border-bottom: 1px solid #eee;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
h3 {
  font-weight: normal;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
> a {
  color: #333;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
> a:hover {
  color: #0153ba;
  font-weight: 800;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
> a:hover
p {
  color: #0153ba;
  font-weight: 800;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
p {
  font-size: 18px;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
.time {
  font-size: 24px;
  color: #ccc;
  display: flex;
  width: 80px;
  white-space: nowrap;
  justify-content: flex-end;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-two
p {
  font-size: 14px;
  color: #999;
  width: 91%;
  line-height: 24px;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-two
.line {
  width: 1px;
  height: 30px;
  background-color: #dddd;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-two
.jiantou:hover {
  cursor: pointer;
  transform: translate(0, -10px);
  transition-duration: 0.8s;
}

.news-type2
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li:nth-child(4) {
  border-bottom: none;
}

.itemtimenew-list {
  border-top: 1px solid #f5f5f5;
  background: #fff;
  padding: 0px 20px 30px;
}

.news-type2 .pageList {
  margin: 30px 0 0 0;
}

.itemtimenew-list ul li {
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid #f5f5f5;
}

.itemtimenew-list ul li > .left {
  width: 98px;
  height: 88px;
  background: #f5f5f5;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.itemtimenew-list ul li > .left h3 {
  font-weight: 800;
  font-size: 40px;
}

.itemtimenew-list ul li > .left P {
  color: #aaa;
  font-size: 14px;
}

.itemtimenew-list ul li > .right {
  flex: 1;
  margin-left: 30px;
  text-align: justify;
  margin-right: 20px;
}

.itemtimenew-list ul li > .right h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 10px;
}

.itemtimenew-list ul li > .right h3 a {
  color: #333;
  font-weight: normal;
}

.itemtimenew-list ul li > .right h3 a:hover {
  color: #0153ba;
  font-weight: 800;
}

.itemtimenew-list ul li > .right p {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  color: #999;
}

.sevenindex {
  margin-top: 100px !important;
}

.sevenindex > .banner1 {
  width: 100%;
  height: 400px;
  background: url(/hfgxjt/res/image/sexbanner.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.sevenindex > .banner1 h3 {
  position: absolute;
  left: 18.5%;
  top: 40%;
  color: #fff;
  font-size: 40px;
}

.sevenindex > .banner1 p {
  position: absolute;
  left: 18.5%;
  top: 52%;
  color: #fff;
  font-size: 18px;
}

.sevenindex > .banner3 {
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sevenindex > .banner3 .W_1400 {
  width: 1400px;
  margin: 0 auto;
}

.sevenindex > .banner3 .W_1400 > .title {
  height: 50px;
  background: #fff;
  border-bottom: 3px solid #f2f2f2;
}

.sevenindex > .banner3 .W_1400 > .title span {
  line-height: 50px;
  height: 50px;
  color: #9999;
  margin: 0px 15px;
  padding: 0px 5px;
  display: inline-block;
}

.sevenindex > .banner3 .W_1400 > .title .actitem {
  color: #0153ba;
  font-weight: 800;
  border-bottom: 3px solid #0153ba;
}

.sevenindex > .banner3 .W_1400 > .tabcontain {
  background: #fff;
  padding: 40px 20px 40px 20px;
}

.sevenindex > .banner3 .W_1400 > .tabcontain .itemtimenew {
  display: none;
}

.sevenindex > .banner3 .W_1400 > .tabcontain .itemtimenew .itemtimenew-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left {
  background-color: #f8f8f8;
  width: 600px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left
.time {
  font-size: 18px;
  color: #999999;
  margin-bottom: 20px;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left
h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left
p {
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left
img {
  width: 520px;
  height: 305px;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .left
.btn {
  width: 136px;
  height: 38px;
  border: none;
  background: #024291;
  font-size: 24px;
  color: #fff;
  margin-top: 40px;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right {
  width: 730px;
  height: 600px;
  overflow: hidden;
  border-top: 1px solid #034eac;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li {
  padding: 30px 0px 30px 10px;
  border-bottom: 1px solid #eee;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
> a {
  color: #333;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
> a:hover {
  color: #0153ba;
  font-weight: 800;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
> a:hover
p {
  color: #0153ba;
  font-weight: 800;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
p {
  font-size: 18px;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-one
.time {
  font-size: 24px;
  color: #ccc;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-two
p {
  font-size: 14px;
  color: #999;
  width: 91%;
  line-height: 24px;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-two
.line {
  width: 1px;
  height: 30px;
  background-color: #0153ba;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li
.row-two
.jiantou:hover {
  cursor: pointer;
  transform: translate(0, -10px);
  transition-duration: 0.8s;
}

.sevenindex
> .banner3
.W_1400
> .tabcontain
.itemtimenew
.itemtimenew-con
> .right
ul
li:nth-child(4) {
  border-bottom: none;
}

.sevenindex > .banner3 .W_1400 .itemtimenew-list {
  border-top: 1px solid #f5f5f5;
  background: #fff;
  padding: 0px 20px;
}

.sevenindex > .banner3 .W_1400 .itemtimenew-list ul li {
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid #f5f5f5;
}

.sevenindex > .banner3 .W_1400 .itemtimenew-list ul li > .left {
  width: 100px;
  height: 100px;
  background: #f5f5f5;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sevenindex > .banner3 .W_1400 .itemtimenew-list ul li > .left h3 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 40px;
}

.sevenindex > .banner3 .W_1400 .itemtimenew-list ul li > .left P {
  color: #999999;
}

.sevenindex > .banner3 .W_1400 .itemtimenew-list ul li > .right {
  flex: 1;
  margin-left: 30px;
  text-align: justify;
  margin-right: 20px;
}

.sevenindex > .banner3 .W_1400 .itemtimenew-list ul li > .right h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #333;
}

.sevenindex > .banner3 .W_1400 .itemtimenew-list ul li > .right h3 a {
  color: #333;
}

.sevenindex > .banner3 .W_1400 .itemtimenew-list ul li > .right h3 a:hover {
  color: #0153ba;
  font-weight: 800;
}

.sevenindex > .banner3 .W_1400 .itemtimenew-list ul li > .right p {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sevenindex > .banner3 .W_1400 .pageList {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sevenindex > .banner3 .W_1400 .pageList div {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  color: #999;
}

.sevenindex > .banner3 .W_1400 .pageList div:hover {
  background: #1a6ec4;
  color: #fff;
}

.sevenindex > .banner3 .W_1400 .pageList .active {
  background: #1a6ec4;
  color: #fff;
}

.eightindex > .banner1 {
  width: 100%;
  height: 400px;
  background: url(/hfgxjt/res/image/lxwm.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.eightindex > .banner1 h3 {
  position: absolute;
  left: 18.5%;
  top: 40%;
  color: #fff;
  font-size: 40px;
}

.eightindex > .banner1 p {
  position: absolute;
  left: 18.5%;
  top: 52%;
  color: #fff;
  font-size: 18px;
}

.eightindex > .banner3 {
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.eightindex > .banner3 .W_1400 {
  width: 1400px;
  margin: 0 auto;
}

.eightindex > .banner3 .W_1400 .cardList {
  display: flex;
  justify-content: space-between;
}

.eightindex > .banner3 .W_1400 .cardList .item {
  width: 23%;
  box-sizing: border-box;
  padding: 40px 0px 30px;
  height: 190px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}

.eightindex > .banner3 .W_1400 #allmap {
  margin-bottom: 10px;
  margin-top: 40px;
  border: 1px solid #e5e5e5;
}

.mainindex1 > .banner1 {
  width: 100%;
  height: 400px;
  background: url(/hfgxjt/res/image/u53.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.mainindex1 > .banner1 h3 {
  position: absolute;
  left: 18.5%;
  top: 40%;
  color: #fff;
  font-size: 40px;
}

.mainindex1 > .banner1 p {
  position: absolute;
  left: 18.5%;
  top: 52%;
  color: #fff;
  font-size: 18px;
}

.mainindex1 > .banner3 {
  overflow: hidden;
  background-color: #ffffff;
  padding: 60px 0 40px;
}

.mainindex1 > .banner3 .W_1400 {
  width: 1400px;
  margin: 0 auto;
}

.mainindex1 > .banner3 .W_1400 .introduce {
  /*display: flex;*/
  height: 695px;
  margin-bottom: 40px;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
}

.introduce > .left {
  width: 55%;
  padding-top: 20px;
  float: left;
}

.mainindex1 > .banner3 .W_1400 .introduce > .left p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.mainindex1 > .banner3 .W_1400 .introduce > .right {
  width: 40%;
  float: right;
}

.mainindex1 > .banner3 .W_1400 .introduce > .right img {
  width: 100%;
}

.mainindex1 > .banner3 .W_1400 .introduce .floatimg {
  position: absolute;
  top: 10%;
  width: 200px;
  height: 400px;
  left: 57%;
  margin-left: -72px;
  background: url(/hfgxjt/res/image/szjj.png) no-repeat;
  background-size: 100% 100%;
  padding: 36px 0px;
  box-sizing: border-box;
  letter-spacing: 3px;
}

.mainindex1 > .banner3 .W_1400 .introduce .floatimg .num {
  display: flex;
  color: #fff;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
}

.mainindex1 > .banner3 .W_1400 .introduce .floatimg .num > .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mainindex1
> .banner3
.W_1400
.introduce
.floatimg
.num
> .left
div:first-child {
  font-size: 50px;
}

.mainindex1
> .banner3
.W_1400
.introduce
.floatimg
.num
> .left
div:last-child {
  text-align: center;
  font-size: 12px;
}

.mainindex1 > .banner3 .W_1400 .introduce .floatimg .num > .right {
  margin-top: -42px;
  font-size: 12px;
}

.txqy .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  font-weight: normal;
}

.txqy .bigtzqy {
  /*padding: 0 30px 30px; */

  background-color: #fff;
}

.txqy .bigtzqy .tzqy {
  display: flex;
  border-bottom: 1px solid #f3f3f3;
}

.txqy .bigtzqy .tzqy .con {
  display: table;
  margin: 0 auto;
}

.txqy .bigtzqy .tzqy .list {
  display: inline-block;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  box-sizing: border-box;
  text-align: center;
  color: #999;
  margin-right: 260px;
}

.txqy .bigtzqy .tzqy .list:last-child {
  margin-right: 0;
}

.txqy .bigtzqy .tzqy .tzqyactive {
  border-bottom: 3px solid #0075ec;
  font-weight: bold;
  color: #0075ec;
  position: relative;
  top: 1px;
}

.txqy .bigtzqy .tzqy .tzqyactive::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent #0075ec;
}

.txqy .bigtzqy .tzcontain {
  padding-top: 10px;
}

.txqy .bigtzqy .tzcontain .tzlist {
  display: none;
}

.txqy .bigtzqy .tzcontain .tzlist ul {
  height: 780px;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding-top: 15px;
}

.txqy .bigtzqy .tzcontain .tzlist ul li {
  width: 250px;
  margin-right: 21px;
  margin-bottom: 20px;
}

.txqy .bigtzqy .tzcontain .tzlist ul li img {
  width: 250px;
  height: 72px;
  border: 1px solid #f2f2f2;
  border-bottom: none;
  box-sizing: border-box;
}

.txqy .bigtzqy .tzcontain .tzlist ul li:nth-child(5n) {
  margin-right: 0px;
}

.txqy .bigtzqy .tzcontain .tzlist ul li .companyname {
  height: 36px;
  background: #f2f2f2;
  text-align: center;
  line-height: 36px;
  margin-top: -4px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.txqy .bigtzqy .tzcontain .tzlist ul li .companyname:hover {
  background: #0153ba;
  color: #fff;
  cursor: pointer;
}

.mainindex1 > .banner3 .W_1400 .pageList {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  font-size: 18px;
}

.mainindex1 > .banner3 .W_1400 .pageList div {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #d7d7d7;
  color: #999;
}

.mainindex1 > .banner3 .W_1400 .pageList div:hover {
  background: #1a6ec4;
  color: #fff;
}

.mainindex1 > .banner3 .W_1400 .pageList .active {
  background: #1a6ec4;
  color: #fff;
}

.mainindex1 .footer {
  background: #fff;
}

.mainindex1 .footer .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mainindex1 .footer .w-1760 .left .logo {
  margin-bottom: 28px;
}

.mainindex1 .footer .w-1760 .left .f-contain ul li {
  display: flex;

  color: rgba(0, 0, 0, 0.5);
}

.mainindex1 .footer .w-1760 .left .f-contain ul li img {
  margin-right: 9px;
  width: 22px;
  height: 22px;
}

.mainindex1 .footer .w-1760 .center {
  flex: 1;
  padding: 0px 5%;
}

.mainindex1 .footer .w-1760 .center > ul {
  display: flex;
  justify-content: space-between;
}

.mainindex1 .footer .w-1760 .center > ul > li > a {
  color: #333333;
  font-size: 16px;
}

.mainindex1 .footer .w-1760 .center > ul > li > ul {
  display: flex;
  margin-top: 26px;
  flex-direction: column;
}

.mainindex1 .footer .w-1760 .center > ul > li > ul li {
  font-size: 12px;
  color: #999999;
}

.mainindex1 .footer .w-1760 .center > ul > li > ul li a {
  color: #999999;
}

.mainindex1 .footer .w-1760 .right {
  text-align: center;
}

.mainindex1 .footer .w-1760 .right p {
  margin-top: 12px;
}

.mainindex1 .footer-b {
  height: 50px;
  background-color: #13334a;
}

.mainindex1 .footer-b .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  color: #fff;
  line-height: 50px;
  display: flex;
}

.mainindex2 > .banner1 {
  width: 100%;
  height: 400px;
  background: url(/hfgxjt/res/image/u50.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.mainindex2 > .banner1 h3 {
  position: absolute;
  left: 18.5%;
  top: 40%;
  color: #fff;
  font-size: 40px;
}

.mainindex2 > .banner1 p {
  position: absolute;
  left: 18.5%;
  top: 52%;
  color: #fff;
  font-size: 18px;
}

.mainindex2 .floatimg {
  position: absolute;
  top: 20% !important;
  width: 200px;
  height: 300px !important;
  left: 57%;
  margin-left: -72px;
  background: url(/hfgxjt/res/image/szjj.png) no-repeat;
  background-size: 100% 100%;
  padding: 36px 0px;
  box-sizing: border-box;
  letter-spacing: 3px;
}

.mainindex3 > .banner1 {
  width: 100%;
  height: 400px;
  background: url(/hfgxjt/res/image/u53.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.mainindex3 > .banner1 h3 {
  position: absolute;
  left: 18.5%;
  top: 40%;
  color: #fff;
  font-size: 40px;
}

.mainindex3 > .banner1 p {
  position: absolute;
  left: 18.5%;
  top: 52%;
  color: #fff;
  font-size: 18px;
}

.mainindex3 > .banner3 {
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mainindex3 > .banner3 .W_1400 {
  width: 1400px;
  margin: 0 auto;
}

.mainindex3 > .banner3 .W_1400 .area-intro ul li {
  display: flex;
  background: #fff;
  height: 325px;
  margin-bottom: 30px;
}

.mainindex3 > .banner3 .W_1400 .area-intro ul li .intro-left {
  width: 40.5%;
}

.mainindex3 > .banner3 .W_1400 .area-intro ul li .intro-left img {
  width: 100%;
  height: 100%;
}

.mainindex3 > .banner3 .W_1400 .area-intro ul li .intro-right {
  width: 69.5%;
  padding: 45px 55px 20px 55px;
  box-sizing: border-box;
}

.mainindex3 > .banner3 .W_1400 .area-intro ul li .intro-right h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 25px;
}

.mainindex3 > .banner3 .W_1400 .area-intro ul li .intro-right p {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.mainindex3 > .banner3 .W_1400 .area-intro ul .odd {
  flex-direction: row;
}

.mainindex3 > .banner3 .W_1400 .area-intro ul .even {
  flex-direction: row-reverse;
}

.mainindex3 .footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
}

.mainindex3 .footer .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mainindex3 .footer .w-1760 .left .logo {
  margin-bottom: 28px;
}

.mainindex3 .footer .w-1760 .left .f-contain ul li {
  display: flex;
  height: 33px;
  color: rgba(0, 0, 0, 0.5);
}

.mainindex3 .footer .w-1760 .left .f-contain ul li img {
  margin-right: 9px;
  width: 22px;
  height: 22px;
}

.mainindex3 .footer .w-1760 .center {
  flex: 1;
  padding: 0px 5%;
}

.mainindex3 .footer .w-1760 .center > ul {
  display: flex;
  justify-content: space-between;
}

.mainindex3 .footer .w-1760 .center > ul > li > a {
  color: #333333;
  font-size: 16px;
}

.mainindex3 .footer .w-1760 .center > ul > li > ul {
  display: flex;
  margin-top: 26px;
  flex-direction: column;
}

.mainindex3 .footer .w-1760 .center > ul > li > ul li {
  height: 30px;
  font-size: 12px;
  color: #999999;
}

.mainindex3 .footer .w-1760 .center > ul > li > ul li a {
  color: #999999;
}

.mainindex3 .footer .w-1760 .right {
  text-align: center;
}

.mainindex3 .footer .w-1760 .right p {
  margin-top: 12px;
}

.mainindex3 .footer-b {
  height: 50px;
  background-color: #13334a;
}

.mainindex3 .footer-b .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  color: #fff;
  line-height: 50px;
  display: flex;
}

.mainindex4 > .banner1 {
  width: 100%;
  height: 400px;
  background: url(/hfgxjt/res/image/u53.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.mainindex4 > .banner1 h3 {
  position: absolute;
  left: 18.5%;
  top: 40%;
  color: #fff;
  font-size: 40px;
}

.mainindex4 > .banner1 p {
  position: absolute;
  left: 18.5%;
  top: 52%;
  color: #fff;
  font-size: 18px;
}

.mainindex4 > .banner3 {
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mainindex4 > .banner3 .W_1400 {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
}

.mainindex4 > .banner3 .W_1400 > .title {
  /*height: 50px;*/
  font-size: 16px;
  color: #000000;
  position: relative;
  padding:15px;
  line-height: 50px;
  border-bottom: 1px solid #f2f2f2;
  /*margin-bottom: 36px;*/
}

.mainindex4 > .banner3 .W_1400 > .title > img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.mainindex4 > .banner3 .W_1400 .padding-93 {
  padding: 0px 93px 40px;
  padding-top: 40px;
}

.mainindex4 > .banner3 .W_1400 .fhyytabtitle {
  width: 100%;
  display: flex;
  height: 53px;
  background-color: #f2f2f2;
}

.mainindex4 > .banner3 .W_1400 .fhyytabtitle > div {
  width: 50%;
  line-height: 53px;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

.mainindex4 > .banner3 .W_1400 .fhyytabtitle > div:hover {
  background-color: #0153ba;
  color: #fff;
}

.mainindex4 > .banner3 .W_1400 .fhyytabtitle .fhyyactive {
  background-color: #0153ba;
  color: #fff;
}

.mainindex4 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain {
  display: none;
}

.mainindex4 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain > img {
  width: 1211px;
  height: 339px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mainindex4 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain > p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
}

.mainindex4 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain > .tscwinner {
  text-align: center;
  margin-top: 50px;
  width: 100%;
}

.mainindex4 .footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
}

.mainindex4 .footer .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mainindex4 .footer .w-1760 .left .logo {
  margin-bottom: 28px;
}

.mainindex4 .footer .w-1760 .left .f-contain ul li {
  display: flex;
  height: 33px;
  color: rgba(0, 0, 0, 0.5);
}

.mainindex4 .footer .w-1760 .left .f-contain ul li img {
  margin-right: 9px;
  width: 22px;
  height: 22px;
}

.mainindex4 .footer .w-1760 .center {
  flex: 1;
  padding: 0px 5%;
}

.mainindex4 .footer .w-1760 .center > ul {
  display: flex;
  justify-content: space-between;
}

.mainindex4 .footer .w-1760 .center > ul > li > a {
  color: #333333;
  font-size: 16px;
}

.mainindex4 .footer .w-1760 .center > ul > li > ul {
  display: flex;
  margin-top: 26px;
  flex-direction: column;
}

.mainindex4 .footer .w-1760 .center > ul > li > ul li {
  height: 30px;
  font-size: 12px;
  color: #999999;
}

.mainindex4 .footer .w-1760 .center > ul > li > ul li a {
  color: #999999;
}

.mainindex4 .footer .w-1760 .right {
  text-align: center;
}

.mainindex4 .footer .w-1760 .right p {
  margin-top: 12px;
}

.mainindex4 .footer-b {
  height: 50px;
  background-color: #13334a;
}

.mainindex4 .footer-b .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  color: #fff;
  line-height: 50px;
  display: flex;
}

.mainindex5 > .banner1 {
  width: 100%;
  height: 400px;
  background: url(/hfgxjt/res/image/u53.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.mainindex5 > .banner1 h3 {
  position: absolute;
  left: 18.5%;
  top: 40%;
  color: #fff;
  font-size: 40px;
}

.mainindex5 > .banner1 p {
  position: absolute;
  left: 18.5%;
  top: 52%;
  color: #fff;
  font-size: 18px;
}

.mainindex5 > .banner3 {
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mainindex5 > .banner3 .W_1400 {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
}

.mainindex5 > .banner3 .W_1400 > .title {
  font-size: 16px;
  color: #000000;
  position: relative;
  padding: 15px;
  line-height: 50px;
}

.mainindex5 > .banner3 .W_1400 > .title > img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.mainindex5 > .banner3 .W_1400 .padding-93 {
  padding: 0px 0px 0px;
}

.mainindex5 > .banner3 .W_1400 .fhyytabtitle {
  width: 100%;
  display: flex;
  height: 53px;
  background-color: #ffffff;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.mainindex5 > .banner3 .W_1400 .fhyytabtitle > div {
  /*width: 33.3%;*/
  width: 50%;
  border-right: 1px solid #f2f2f2;
  line-height: 53px;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

.mainindex5 > .banner3 .W_1400 .fhyytabtitle > div:hover {
  background-color: #0153ba;
  color: #fff;
  border-color: #0153ba;
}

.mainindex5 > .banner3 .W_1400 .fhyytabtitle .fhyyactive {
  background-color: #0153ba;
  border-color: #0153ba;
  color: #fff;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain {
  display: none;
  width: 1400px;
  height: 755;
  position: relative;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul1 {
  width: 460px;
  height: 416px;
  background: #fff;
  position: absolute;
  top: 25%;
  left: 13%;
  padding: 20px 50px 20px 50px;
  box-sizing: border-box;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul1 li {
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
}

.mainindex5
> .banner3
.W_1400
.fhyybigtabxontain
.fhyycontain
.ul1
li
.fhyyleft {
  font-size: 18px;
}

.mainindex5
> .banner3
.W_1400
.fhyybigtabxontain
.fhyycontain
.ul1
li
.fhyyright {
  font-size: 18px;
}

.mainindex5
> .banner3
.W_1400
.fhyybigtabxontain
.fhyycontain
.ul1
li
.fhyyright
i {
  font-size: 24px;
  color: #2aa93e;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul2 {
  width: 443px;
  height: 585px;
  background: #fff;
  position: absolute;
  top: 10%;
  left: 9%;
  padding: 25px 20px 18px 20px;
  box-sizing: border-box;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul2 > p {
  font-size: 16px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 10px;
  text-align: justify;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul2 > p i {
  color: #df2a2a;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul2 > div {
  background: url(/hfgxjt/res/image/gxzc-img.png);
  padding: 0px 30px;
  padding-top: 10px;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul2 > div li {
  height: 54px;
  line-height: 54px;
  display: flex;
  color: #fff;
  justify-content: space-between;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
}

.mainindex5
> .banner3
.W_1400
.fhyybigtabxontain
.fhyycontain
.ul2
> div
li
.fhyyleft {
  font-size: 18px;
}

.mainindex5
> .banner3
.W_1400
.fhyybigtabxontain
.fhyycontain
.ul2
> div
li
.fhyyright {
  font-size: 18px;
}

.mainindex5
> .banner3
.W_1400
.fhyybigtabxontain
.fhyycontain
.ul2
> div
li
.fhyyright
i {
  font-size: 24px;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul3 {
  width: 460px;
  /*height: 277px;*/
  background: #fff;
  position: absolute;
  top: 30%;
  left: 4%;
  padding: 25px 50px 18px 50px;
  box-sizing: border-box;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul3 > p {
  font-size: 16px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 10px;
  text-align: justify;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul3 > p i {
  color: #4ebd5f;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul4 {
  width: 460px;
  height: 200px;
  background: #fff;
  position: absolute;
  top: 30%;
  left: 13%;
  padding: 25px 50px 18px 50px;
  box-sizing: border-box;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul4 > p {
  font-size: 16px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 10px;
  text-align: justify;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain .ul4 > p i {
  color: #4ebd5f;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain > img {
  width: 1400px;
  height: 755;
  margin-top: -1px;
}

.mainindex5 > .banner3 .W_1400 .fhyybigtabxontain .fhyycontain > p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  text-align: justify;
}

.mainindex5 .footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
}

.mainindex5 .footer .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.mainindex5 .footer .w-1760 .left .logo {
  margin-bottom: 28px;
}

.mainindex5 .footer .w-1760 .left .f-contain ul li {
  display: flex;
  height: 33px;
  color: rgba(0, 0, 0, 0.5);
}

.mainindex5 .footer .w-1760 .left .f-contain ul li img {
  margin-right: 9px;
  width: 22px;
  height: 22px;
}

.mainindex5 .footer .w-1760 .center {
  flex: 1;
  padding: 0px 5%;
}

.mainindex5 .footer .w-1760 .center > ul {
  display: flex;
  justify-content: space-between;
}

.mainindex5 .footer .w-1760 .center > ul > li > a {
  color: #333333;
  font-size: 16px;
}

.mainindex5 .footer .w-1760 .center > ul > li > ul {
  display: flex;
  margin-top: 26px;
  flex-direction: column;
}

.mainindex5 .footer .w-1760 .center > ul > li > ul li {
  height: 30px;
  font-size: 12px;
  color: #999999;
}

.mainindex5 .footer .w-1760 .center > ul > li > ul li a {
  color: #999999;
}

.mainindex5 .footer .w-1760 .right {
  text-align: center;
}

.mainindex5 .footer .w-1760 .right p {
  margin-top: 12px;
}

.mainindex5 .footer-b {
  height: 50px;
  background-color: #13334a;
}

.mainindex5 .footer-b .w-1760 {
  width: 91.6%;
  margin: 0 auto;
  color: #fff;
  line-height: 50px;
  display: flex;
}

/**/
.right-img {
  width: 212px;
  height: 118px;
  overflow: hidden;
}

.right-img img {
  width: 100%;
  height: 100%;
}

/*党建廉政*/
.dj
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet {
  background: rgba(230, 1, 1, 0.682352941176471);
}

.dj
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet-active {
  background-color: #fff !important;
  color: #c20303 !important;
}

.dj
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet-active
p {
  color: #c20303 !important;
}

.dj
> .banner3
.W_1400
.swiper
.swiper-container
.swiper-pagination
.swiper-pagination-bullet-active
span {
  color: #c20303 !important;
}

.dj > .banner3 .W_1400 .swiper .swiper-container .swiper-slide .dis h3 {
  color: #c20303 !important;
}

.dj > .banner4 > .pageList .active,
.dj > .nav1 .w_1400 .leftthree .threeactive {
  background: #c20303;
}

.dj > .banner4 .pageList div:hover {
  background: #c20303;
}

/*78mppt威九国际内刊*/
.picList {
  padding: 0 20px 20px !important;
}

.picList ul li > .left {
  width: 160px;
  height: 120px;
}

.picList ul li > .left img {
  width: 100%;
  height: 100%;
}

.picList ul li > .right span {
  font-size: 14px;
  color: #999;
  padding-top: 10px;
  display: block;
}

/*78mppt威九国际创服务*/
.kc {
  padding-top: 20px !important;
}

/*联系我们*/
.cardList h3 {
  font-size: 16px;
  line-height: 24px;
}

.cardList .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/**/
.mainindex1 .pageList {
  margin-bottom: 0;
}

/*产78mppt威九国际78mppt威九国际官网资*/
.bg_grey {
  background: #f5f5f5 !important;
}

/* 78mppt威九国际内刊0630新增 */
.sexindex .grouppublic {
  padding: 38px 40px 40px 40px;
  background: #fff;
}
.sexindex .grouppublic ul {
  display: flex;
  flex-wrap: wrap;
}
.sexindex .grouppublic ul li {
  width: 300px;
  height: 450px;
  margin-right: 40px;
  margin-bottom: 48px;
}
.sexindex .grouppublic ul a:nth-child(4n) li {
  margin-right: 0px;
}
.sexindex .grouppublic ul li:hover .imgli img {
  transform: scale(1.1);
  transition: all 1s linear;
}
.sexindex .grouppublic ul li .imgli {
  width: 300px;
  height: 397px;
  overflow: hidden;
}
.sexindex .grouppublic ul li .imgli img {
  width: 100%;
  height: 100%;
  transition: all 1s linear;
}
.sexindex .grouppublic ul li p {
  height: 53px;
  text-align: center;
  font-size: 16px;
  line-height: 53px;
  color: #333333;
  background-color: #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 20px;
}
.sexindex .grouppublic .pageList {
  margin-top: 0px;
}
/* 产78mppt威九国际载体 */
.zt-bg {
  background: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 25px;
}
.zt-bg img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.zt-bg p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  line-height: 28px;
  text-align: justify;
}


<!--0.00018310546875-->