/*通用部分*/
body {
  font-family: "微软雅黑";
  min-width: 1200px;
  background-color: #ffefd9;
}

a,
a:visited {
  color: #333;
  font-size: 13px;
}

a:hover,
a:visited:hover {
  color: rgb(245, 78, 78);
}

.container {
  width: 1200px;
  margin: 0px auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.top {

  width: 100%;
  background: url("bj01.png") no-repeat top center;
  height: 741px;
}

.top .container {
  padding-top: 20px;
}

.top .container .logo {
  display: block;
  width: 290px;
  height: 57px;
  background: url("logo.png") no-repeat center bottom;

}

.catname {
  width: 100%;
  height: 139px;
  text-align: center;
  margin-bottom: 30px;
}

.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;
}

.catname05 {
  background: url("catname05.png") no-repeat center center;
}

.catname a {
  display: inline-block;
  width: 400px;
  height: 150px;

}



.section01 {
  width: 100%;
  background: url("bj02.png") no-repeat center center;
  height: 695px;
  margin-top: -50px;
  padding-top: 50px;


    width: 100%;
  background: url("bj02.png") no-repeat top center;

  padding-bottom: 50px;
}



/* 图片轮播 */
.section01slide {
  width: 32.5rem;
  height: 23.875rem;
  position: relative;
  overflow: hidden;
  float: left;

}

.section01slide .swiper-container {
  width: 32.5rem;
  height: 23.875rem;
}

.section01slide .swiper-container li {
  position: relative;
}

.section01slide .swiper-container li a {
  display: block;
  width: 100%;
  height: 100%;
}

.section01slide .swiper-container li a img {
  width: 100%;
  height: 100%;
}

.section01slideTxt {
  width: 32.5rem;
  height: 3.125rem;
  line-height: 3.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 1.25rem;
  z-index: 2;
  background: #CB0C11;






}

.section01slideTxt a {
  font-size: 1.125rem;
  color: #fff;
}

.section01slide .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  color: #fff;
  text-align: right;
  width: auto;
  left: inherit;

}

.section01slide .swiper-pagination-bullet {
  float: left;
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  opacity: 1;
  margin-left: .5rem;
  border-radius: 0;
}

.section01slide .swiper-pagination-bullet-active {
  background: #FFBF18;
  ;
}

.news {
  width: 670px;
  float: right;

}

.news ul li {
  width: 670px;
  height: 88px;
  line-height: 88px;
  background: #FFF8EF;
  margin-bottom: 10px;
  position: relative;
  padding: 0px 20px;

}

.news ul li:nth-child(1) {
  height: 186px;
}

.news ul li:nth-child(1) a {
  font-weight: 600;
  padding-top: 20px;

}

.news ul li:nth-child(1) a i {
  top: 35px;
}

.news ul li a i {
  display: block;
  width: 3px;
  height: 3px;
  background: #CB0C11;
  position: absolute;
  left: 15px;
  top: 43px;

}

.news ul li a {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  padding-left: 10px;
}



.news ul li a p {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 32px;
  margin-top: 10px;
}

.section02 {}

.section02list {
  width: 1200px;
  height: 304px;
  background: #FFF8EF;
  padding: 30px 30px;
  display: block;

}

.section02list img {
  width: 333px;
  height: 244px;
  display: block;
  float: left;
}

.section02list div {
  width: 787px;
  float: right;
}

.section02list div p {
  font-weight: 600;
  font-size: 20px;

  line-height: 32px;
}

.section02list div span {
  font-weight: 400;
  font-size: 18px;
  display: block;
  line-height: 38px;
  margin-top: 22px;
}
.section03{
  background: url("bj03.png") no-repeat center center;

  margin-top: 50px;
  padding-bottom: 30px;
}

.section03 ul li {
width: 590px;
float: left;
background: #FFF8EF;
margin-right: 20px;
margin-bottom: 30px;
line-height: 88px;
height: 88px;
}
.section03 ul li:nth-child(2n){
  margin-right: 0px;

}
.section03 ul li a {

}
.section03 ul li a span {
  width: 80px;
  display: block;
  background: #CB0C11;
  float: left;
  font-weight: 600;
font-size: 16px;
color: #FFFFFF;
line-height: 88px;
height: 88px;
text-align: center;

}
.section03 ul li a p {
  float: right;
  width: 510px;
line-height: 88px;
height: 88px;
  font-weight: 400;
font-size: 18px;
padding-left: 30px;
position: relative;
}
.section03 ul li a p i{
  display: block;
  width: 3px;
  height: 3px;
  background: #CB0C11;
  position: absolute;
  left: 15px;
  top: 49%;
}

.section04{
  text-align: center;
}






/* .section02 {
  position: relative;
  width: 100%;
  in-right: 0px;
}

.section03 {
  margin-top: 30px;
}
 */




/*图片左右滑动*/
/* .swiper-box {
  width: 100%;
  margin: 1.25rem auto 0;
  position: relative;
  overflow: hidden;
} */
/* .old_type .swiper-box {
  margin: 1.875rem auto 0;
}
 */

.section05{
  background:url("bj04.png") no-repeat center center;
  margin-top: 50px;
  padding-bottom: 30px;
}
 
.section05swiper-list {
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.section05swiper-list .swiper-container {
  width: 100%;
}
.section05swiper-list .swiper-container li{
  text-align: center;

}
.section05swiper-list .swiper-container li a {
  width: 100%;

  display: block;
    background: url("bj05.png") no-repeat bottom center;
  height: 428px;
  padding:0px 20px;
}
.section05swiper-list .swiper-container li a:hover{
    background: url("bj06.png") no-repeat bottom center;
}


.section05swiper-list .swiper-container li a img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px #FFFFFF solid;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.section05swiper-list .swiper-button-prev,
.section05swiper-list .swiper-button-next {
  width: 3.75rem;
  height:3.75rem;

}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.section05swiper-list .swiper-button-prev {
  background: url("left.png") center no-repeat;
  left: -5rem;
}

.section05swiper-list .swiper-button-next {
  background: url("right.png") center no-repeat;
  right: -5rem;
}




.section05swiper-list .swiper-container li a p:nth-child(2){
  font-weight: 600;
font-size: 24px;

line-height: 36px;
margin-top: 20px;
}

.section05swiper-list .swiper-container li a p:nth-child(3){
  font-weight: 400;
font-size: 18px;

line-height: 36px;
margin: 20px 0px;
}

.section05swiper-list .swiper-container li a p:nth-child(4){
font-weight: 400;
font-size: 18px;

line-height: 32px;
height: 96px;
text-align: justify;
}

.section05swiper-list .swiper-container li a:hover p:nth-child(2){
   color: #fff;
}
.section05swiper-list .swiper-container li a:hover p:nth-child(3){
   color: #fff;
}
.section05swiper-list .swiper-container li a:hover p:nth-child(4){
   color: #fff;
}

