body{
    min-width: 1320px;
}
.ad {
    width: 100%;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px;
}

.mt38 {
    margin-top: 38px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt110 {
    margin-top: 110px !important;
}
.mt160 {
    margin-top: 160px !important;
}
.mt530 {
    margin-top: 530px !important;
}



.header {
    width: 100%;
    height: 78px;
    background-color: #fff;
}

.header .head {
    width: 1200px;
    height: 85px;
    margin: 0 auto;
}

/*logo*/
.header .head .logo {
    width: auto;
    height: 100%;
    float: left;
}

.header .head .logo img {
    float: left;
}

.header .head .logo span {
    height: 27px;
    display: block;
    float: left;
    line-height: 27px;
    font-size: 18px;
    color: #fff;
    background-color: #A61111;
    text-align: center;
    margin-top: 32px;
    margin-left: 5px;
    padding: 0 5px;
}

.header .head .r_box {
    width: 210px;
    height: 30px;
    float: right;
    margin-top: 26px;
}

.header .head .r_box a {
    display: block;
    margin-left: 20px;
    float: left;
    position: relative;
}

.header .head .r_box a .weixin {
    width: 37px;
}

.header .head .r_box a .mobile {
    width: 37px;
    margin-left: 6px;
}

.header .head .r_box a.title {
    font-size: 14px;
    color: #A61111;
    font-weight: bold;
}

.header .head .r_box a .ewmImg {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    height: 108px;
    max-width: 91px;
    z-index: 9;
}

.header .head .r_box a:hover .ewmImg {
    display: block;
}

.con {
    width: 1280px;
    margin: 0 auto;
    height: auto;
    background-color: #fff;
    overflow: hidden;
}

.con .topnews {
    width: 100%;
    height: 520px;
    background-color: #F7F7F7;
    overflow: hidden;
}

.bigNewsBox {
    width: 100%;
    margin: 0 auto;
    /* margin-top: 30px; */
    margin-bottom: 8px;

}

.bigNewsBox h3 {
    font-size: 36px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    margin-top: 30px;
    text-align: center;
}

.bigNewsBox h3 a {
    color: #333;
}

.bigNewsBox h5 {
    font-size: 20px;
    /* font-weight: bold; */
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 5px;
}

.bigNewsBox h5 a {
    color: #333;
}
.topnews .news{
    width: 1190px;
    margin: 0 auto;
}
.topnews .news .left{
    width: 580px;
    height: 326px;
    float: left;
}
.topnews .device {
  width: 100%;
  /*height: 100%;*/
  position: relative;
}
.topnews .swiper-slide{
    position: relative;
}
/* .topnews .swiper-slide img{
    height: 100%;
} */
.topnews .swiper-slide .bj{
    width: 100%;
    height: 60px;
    background: #000;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.topnews .swiper-slide span{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 22px;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
    color:#fff;
    font-weight: bold;
}
 .topnews .arrow-left {
  background: url(../../images/arr_left.png) center center no-repeat ;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 9;

}
 .topnews .arrow-right {
  background: url(../../images/arr_right.png) center center no-repeat ;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 9
}
.topnews .swiper-container {
  height: 326px;
  width: 580px;
}
.topnews .content-slide {
  padding: 20px;
  color: #fff;
}
.topnews .title {
  font-size: 25px;
  margin-bottom: 10px;
}
.topnews .pagination {
  position: absolute;
  padding-right: 19px;
  text-align: right;
  bottom:5px;
  box-sizing: border-box;
  width: 50%;
  right: 0;
  z-index: 9
}
.topnews .swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 5px;
  background: #999;
  margin: 0 3px;
  cursor: pointer;
}
/* .topnews .swiper-active-switch {
  background: #fff;
} */
.topnews .pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 8px;
    height: 8px;
    transition: all .3s;
    margin: 0 4px;
}
.topnews .pagination span.swiper-pagination-bullet-active{
    background: #FDC621;
    width: 18px;
    border-radius: 5px;
}
.topnews .news .right{
    width: 590px;
    float: right;
}
.topnews .news .right ul{
    width: 100%;
}
.topnews .news .right ul li{
    width: 565px;
    height: 115px;
    padding-left: 25px;
    position: relative;
}
.topnews .news .right ul li>span{
    position: absolute;
    left: 10px;
    top:16px;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 100%;
}
.topnews .news .right ul li h2{
    font-size: 20px;
    font-weight: bold;
    height: 36px;
}
.topnews .news .right ul li h2 a{
    color:#333;
    white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
    display: inline-block;
    width: 565px;
}
.topnews .news .right ul p{
    font-size: 16px;
    color:#333;
    height: 56px;
    overflow: hidden;
}

.con .title {
    width: 100%;
    height: 50px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
}
.con .title b{
    width: 13px;
    height: 100%;
    border-radius: 6px;
    background: #BD0112;
    float: left;
    margin-right: 30px;
}

.con .photolist{
    width: 100%;
}
.con .photolist li{
    width: 386px;
    height: auto;
    float: left;
    padding-left: 60px;
    padding-bottom: 20px;
    position: relative;
}
.con .photolist li:first-child{
    padding-left:0;
}
.con .photolist li.style {
    padding-left: 0;
}
.con .photolist li:first-child+li+li+li{
    padding-left:0;
}
.con .photolist li img {
    width: 100%;
    height: 218px;
    margin-bottom: 30px;
}
.con .photolist li span {
    text-align: center;
    height: 70px;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
    
}
.conNews{
    width: 100%;
    margin-top: 160px;
    height: 750px;
    overflow: hidden;
}
.bigTitle{
    width: 100%;
    text-align: center;
    height: 80px;
}


.conNews .news{
    width: 1190px;
    margin: 0 auto;
    margin-top: 205px;
}
.conNews .news .left{
    width: 580px;
    height: 326px;
    float: left;
}
.conNews .device {
  width: 100%;
  /*height: 100%;*/
  position: relative;
}
.conNews .swiper-slide{
    position: relative;
}
/* .conNews .swiper-slide img{
    height: 100%;
} */
.conNews .swiper-slide .bj{
    width: 100%;
    height: 60px;
    background: #DB2824;
    position: absolute;
    bottom: 0;
    left: 0;
}
.conNews .swiper-slide span{
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 22px;
    line-height: 60px;
    /* padding-left: 20px; */
    box-sizing: border-box;
    color:#fff;
    font-weight: bold;
    text-align: center;
}
 .conNews .arrow-left {
  background: url(../../images/arr_left1.png) center center no-repeat ;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 9;

}
 .conNews .arrow-right {
  background: url(../../images/arr_right1.png) center center no-repeat ;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 9
}
.conNews .swiper-container {
  height: 326px;
  width: 580px;
}
.conNews .content-slide {
  padding: 20px;
  color: #fff;
}
.conNews .title {
  font-size: 25px;
  margin-bottom: 10px;
}
.conNews .pagination {
  position: absolute;
  padding-right: 19px;
  text-align: right;
  bottom:5px;
  box-sizing: border-box;
  width: 50%;
  right: 0;
  z-index: 9
}
.conNews .swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 5px;
  background: #999;
  margin: 0 3px;
  cursor: pointer;
}
/* .topnews .swiper-active-switch {
  background: #fff;
} */
.conNews .pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 8px;
    height: 8px;
    transition: all .3s;
    margin: 0 4px;
}
.conNews .pagination span.swiper-pagination-bullet-active{
    background: #FDC621;
    width: 18px;
    border-radius: 5px;
}
.conNews .news .right{
    width: 590px;
    float: right;
}
.conNews .news .right ul{
    width: 100%;
}
.conNews .news .right ul li{
    width: 565px;
    height: 115px;
    padding-left: 25px;
    position: relative;
}
.conNews .news .right ul li>span{
    position: absolute;
    left: 10px;
    top:16px;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 100%;
}
.conNews .news .right ul li h2{
    font-size: 20px;
    font-weight: bold;
    height: 36px;
}
.conNews .news .right ul li h2 a{
    color:#333;
    white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;
    display: inline-block;
    width: 565px;
}
.conNews .news .right ul p{
    font-size: 16px;
    color:#333;
    height: 56px;
    overflow: hidden;
}


.twoImgList{
    width: 100%;
    overflow: hidden;
}
.twoImgList li{
    width: 600px;
    height: 390px;
    float: left;
    padding-left: 80px;
    padding-bottom: 20px;
}
.twoImgList li:first-child{
    padding-left: 0px;
}
.twoImgList li.style {
    padding-left: 0px;
}
.twoImgList li img{
    width: 100%;
    height: 336px;
}
.twoImgList li span{
        text-align: center;
    height: 36px;
    line-height: 30px;
    font-size: 20px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.twoImgList li span b {
    position: absolute;
    left: 5px;
    top: 14px;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 100%;
}
.con .bt {
    width: 115px;
    float: right;
    color: #C4B059;
    cursor: pointer;
    font-size: 16px;
    clear: both;
    text-align: right;
    padding-right: 20px;
}
.con .jjNewsBox{
    width: 100%;
    overflow: hidden;
    background: #FFFBE2;
    padding: 30px;
    box-sizing: border-box;
    padding-top: 10px;
}

.con .jjNews{
    width: 100%;
    overflow: hidden;
}
.con .jjNews li{
    width: 610px;
    height: 38px;
    line-height: 38px;
    float: left;
    box-sizing: border-box;
    margin-top: 4px;
    position: relative;
    padding: 30px 0;
    padding-left: 32px;

}
.con .jjNews li span{
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    top:48px;
    left: 15px;
    background-color: #333;
}
.con .jjNews li a{
    font-size: 20px;
    color:#333;
    font-weight: bold;

}

.image {
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
      /* 新加 */
  position: relative;
height: 924px;
  background: url(../../images/bigbj3.png) top center no-repeat;
overflow: hidden;
}

/* .imageSwiper {
  min-width: 3600px;
  width: 3600px;
  position: relative;
  overflow: hidden;
} */
.imageSwiper {
  width: 1200px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}




.image .swiper-slide {
  position: relative;
}
.image .swiper-slide::before {
  content: "";
  width: 100%;
  height: 675px;
  background: rgba(255,255,255,.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all .6s;
}
.image_inform {
  width: 890px;
  height: 156px;
  /* background: #fff; */
  margin: -50px auto 0;
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.image_inform .image_num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(#dd0e0e, #f82706);
  box-shadow: 6px 6px 0 rgba(255,47,0,.3);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-style: italic;
  font-size: 30px;
  margin-left: 25px;
}

.image_inform .image_sum {
  font-size: 30px;
  margin-top: 10px;
}
.image_inform h2 {
  font-size: 30px;
  margin: 0 60px 0 30px;
}
.image .swiper-slide img {
  width: 100%;
}
.image .swiper-slide.swiper-slide-active::before {
  opacity: 0;
  visibility: hidden;
}
.image .swiper-slide.swiper-slide-active .image_inform {
  visibility: visible;
  opacity: 1;
}
.image_inform {
  width: 100%;
  height: 116px;
  /* background: #fff; */
  /* border-bottom: 1px solid #d7b264; */
  margin: -116px auto 0;
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  color: #fff;
  background: url(../../images/bjhi.png);
}

.image_inform .image_now {
  font-size: 48px;
  margin-bottom: 0px;
}
.image_inform .image_sum {
  font-size: 30px;
  margin-top: 10px;
}
.image_inform h2 {
  font-size: 30px;
  margin: 0 50px 0 30px;
  font-weight: bold;
}
.image_inform h2 a{
    color: #fff;
}
.image .swiper-button-next, .image .swiper-button-prev {
  top: 350px;
  width: 80px;
  height: 135px;


}
.image .swiper-button-next{
    background-color: #EB4944;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        margin-right: -80px;
}
.image .swiper-button-prev{
    background-color: #EB4944;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        margin-left: -80px;

}
.image .swiper-button-next {
  right: calc((100% - 1200px)/2);
}
.image .swiper-button-prev {
  left: calc((100% - 1200px)/2);
}

.image .swiper-button-next, .imageSwiper .swiper-button-prev {
  top: 350px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    color: #fff;
    font-size: 75px;

}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    color: #fff;
    font-size: 75px;
}
.image .swiper-pagination{
    display: none;
}

.footer{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.footer .footCon{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}
.footer .footCon p{
    text-align: center;
    font-size: 14px;
    width: 100%;
    height: 14px;

}
.footer .footCon p a{
    color:#333;
}
.footer .footCon p.qualifications a{
    color:#333;
    padding: 0 10px;
}
.footer .footCon p.about a{
    color:#333;
    padding: 0 5px;
}
.footer .footCon p.about span{
    border-left:1px solid #666;
    height: 12px;
    display: inline-block;

}
.wangjiehuigu li{
    width: 50%;
    float: left;
}