/*通用部分*/
body {
  font-family: "微软雅黑";
  min-width: 1200px;
  background: #f7f9ff url("bj.png") no-repeat bottom+105px center;
}

a,
a:visited {
  color: #333;
  font-size: 16px;
}

a:hover,
a:visited:hover {
  color: #2f72da;
}

.container {
  width: 1200px;
  margin: 0px auto;
}
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.section01 {
  width: 100%;
  height: 500px;
  position: relative;
}

.swiper-container1 {
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  z-index: -1;
}

.swiper-container1 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  font-size: 18px;
  background: #fff;
}

.swiper-container1 .swiper-slide a,
.swiper-container1 .swiper-slide img {
  display: inline-block;
  width: 100%;
  height: 500px;
}
.section01 .logo {
  width: 1200px;
  margin: 0 auto;
  height: 420px;
  padding-top: 32px;
  background: url("logo.png") no-repeat center bottom;
  position: relative;
}

.section01 .logo a {
  float: right;
  width: 100px;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}

.section01 .logo img {
  margin-top: 45px;
  float: left;
  width: 1144px;
  height: 370px;
}

.section01 .logo .swiper-pagination1 {
  position: absolute;
  right: 45%;
  bottom: -50px;
}

.section01 .logo .swiper-pagination-bullet {
  float: left;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  margin-left: 12px;
}

.section01 .logo .swiper-pagination-bullet-active {
  background: #edb723;
}

.section02 {
  margin-top: 40px;
}

.catname {
  width: 434px;
  height: 41px;
  margin-left: 383px;
  margin-bottom: 30px;
  display: block;
}

.catname01 {
  background: url("catname01.png") no-repeat center center;
}

.catname02 {
  background: url("catname02.png") no-repeat center center;
}

.catname03 {
  background: url("catname03.png") no-repeat center center;
}

.catname04 {
  background: url("catname04.png") no-repeat center center;
}

.slide {
  width: 524px;
  height: 294px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  float: left;
}

.slide .swiper-container2 {
  width: 524px;
  height: 294px;
}

.slide .swiper-container2 li {
  position: relative;
}

.slide .swiper-container2 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.slide .swiper-container2 li a img {
  width: 100%;
  height: 100%;
}

.slideTxt {
  width: 524px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  z-index: 2;
  background: url("tu01.png");
  font-weight: 400;
  font-size: 18px;

  color: #fff;
}

.slideTxt a {
  font-size: 1rem;
  color: #fff;
}

.slide .swiper-pagination {
  position: absolute;
  right: 1.25rem;
  bottom: 20px;
}

.slide .swiper-pagination-bullet {
  float: left;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin-left: 6px;
}

.slide .swiper-pagination-bullet-active {
  background: #ffa82c;
  
}

.section02 .seciton02list {
  float: right;
  width: 646px;
  margin-top: -10px;
}

.section02 .seciton02list ul li {
  line-height: 45px;
  position: relative;
}

.section02 .seciton02list ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 45px;
  margin-left: 19px;
  display: block;
}

.section02 .seciton02list ul li a i {
  width: 3px;
  height: 3px;
  background: #c7c7c7 no-repeat center center;
  display: block;
  left: 0px;
  position: absolute;
  top: 50%;
}

.section02 .seciton02list ul li a:hover i {
  background: #2f72da no-repeat center center;
}

.section02 .seciton02list ul li a span {
  margin-left: 5px;
}

.section03 {
  background: url("/picture/0/2411111019285434368.jpg") no-repeat center center;
  width: 100%;
  height: 469px;
  padding-top: 64px;
  margin-top: 40px;
}

.swiper-box {
  width: 100%;
  margin: 1.25rem auto 0;
  position: relative;

}

.swiper-list {
  width: 100%;
  height: auto;
}

.swiper-hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.swiper-list .swiper-container {
  width: 100%;
}

.swiper-list .swiper-container li a {
  width: 100%;
  height: auto;
  display: block;
}


.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper-list .swiper-button-prev,
.swiper-list .swiper-button-next {
  width: 24px;
  height: 41px;
  background: #f4f4f4;
}

.swiper-list .swiper-button-prev {
  background: url("left.png") center no-repeat;
  left: -41px;
  top: 46%;

}

.swiper-list .swiper-button-next {
  background: url("right.png") center no-repeat;
  right: -41px;
  top: 46%;
}

.section03list {
  width: 1200px;

}
.section03list ul li {
  width: 590px;
  height: 119px;
  float: left;
  background: #fff;
  border: 1px solid #eee;
  padding: 16px 7px 10px 14px;
  margin: 0px 20px 20px 0px;
}

.section03list ul li:nth-child(2n) {
  margin: 0px 0px 20px 0px;
}

.section03list ul li a img {
  width: 93px;
  height: 93px;
  float: left;
  display: inline-block;
  border-radius: 50%;
  border: 4px solid #1da9cc;
}

.section03list ul li a div {
  width: 455px;
  float: right;
}

.section03list ul li a div i {
  background: #eeeeee;
  width: 1px;
  height: 79px;
  margin-right: 20px;
  display: inline-block;
  float: left;
}

.section03list ul li a div p {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

.section03list ul li a div span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #999;
}

.section04 {
  margin-top: 40px;
}

.section04 ul li {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 216px;
  height: 100px;
  padding-top: 40px;
  padding-left: 100px;
  font-weight: bold;
  box-shadow: 0 0 10px #ccc;
}

.section04 ul li:nth-child(1) {
  background: url("gyhy01.png") no-repeat center center;
}

.section04 ul li:nth-child(2) {
  background: url("gyhy02.png") no-repeat center center;
}

.section04 ul li:nth-child(3) {
  background: url("gyhy03.png") no-repeat center center;
}

.section04 ul li:nth-child(4) {
  background: url("/picture/0/2411111019287439089.jpg") no-repeat center center;
}

.section04 ul li:nth-child(5) {
  background: url("/picture/0/2411111019288782612.jpg") no-repeat center center;
  margin-right: 0px;
}

.section04 ul li:nth-child(6) {
  background: url("gyhy06.png") no-repeat center center;
}

.section04 ul li:nth-child(7) {
  background: url("gyhy07.png") no-repeat center center;
}

.section04 ul li:nth-child(8) {
  background: url("gyhy08.png") no-repeat center center;
}

.section04 ul li:nth-child(9) {
  background: url("gyhy09.png") no-repeat center center;
}

.section04 ul li:nth-child(10) {
  background: url("gyhy05.png") no-repeat center center;
  margin-right: 0px;
}

.section05 a {
  background: url("xbdnkzb.png") no-repeat center center;
  width: 1200px;
  height: 120px;
  display: block;
}

.section06 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.section06 ul li {
  width: 100%;
  margin-bottom: 24px;
  height: 127px;
  padding-left: 8px;
}

.section06 ul li:nth-child(1) {
  background: url("pxhy01.png") no-repeat left center;
}

.section06 ul li:nth-child(2) {
  background: url("pxhy02.png") no-repeat left center;
}

.section06 ul li:nth-child(3) {
  background: url("pxhy03.png") no-repeat left center;
}

.section06 ul li:nth-child(4) {
  background: url("pxhy04.png") no-repeat left center;
}

.section06 ul li:nth-child(5) {
  background: url("pxhy05.png") no-repeat left center;
}

.section06 ul li:nth-child(6) {
  background: url("pxhy06.png") no-repeat left center;
}

.section06 ul li:nth-child(7) {
  background: url("pxhy07.png") no-repeat left center;
}

.section06 ul li p {
  width: 382px;
  float: left;
  font-weight: 700;
  font-size: 22px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
}

.section06 ul li div {
  width: 822px;
  margin-left: -23.5px;
  margin-top: 14px;
  float: left;
  padding: 20px 40px 20px 70px;
  font-weight: 400;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  font-size: 18px;
}

.section06 ul li.on div {
  background: url("pxhyhover.png") no-repeat center center;

}

.section06 ul li.on div a {
  color: #ffffff;
}

.section06 ul li div a {
  display: inline-block;
  width: 100%;
}

.section06 ul li div a span {
  float: right;
  display: inline-block;
}

.section07 {
  margin-bottom: 40px;
}

.section07 ul li {
  width: 585px;
  height: 160px;
  float: left;

}
.section07 ul li:first-child {
  margin-right: 30px;
}

.section07 ul li a img {
  width: 585px;
  height: 160px;
}