/**************
*  20250409   *
*              *
***************/

body{
    font-family: "Microsoft YaHei","微软雅黑", Arial, Helvetica, sans-serif;
}
.ad{
    width: 100%;
}
.tlad{
    width:1200px;
    margin: 0 auto
}
.ad,.tlad img{ 
    width: 100%
}

.mt10{
    margin-top: 10px!important;
}
.mt15{
    margin-top: 15px!important;
}
.mt20{
    margin-top: 20px!important;
}
.mt30{
    margin-top: 30px!important;
}
.mt38{
    margin-top: 38px!important;
}
.mt40{
    margin-top: 40px!important;
}
.mt60{
    margin-top: 60px!important;
}
.pb20{
    padding-bottom: 20px!important;
}
.border_bs{
    border-bottom: 1px solid #eee;
}
.fhTop{
    width: 40px;
    height: 40px;
    position: fixed;
    margin-right: -640px;
    right: 50%;
    bottom: 200px;
    z-index: 9;
    /* background: url(../../images/icon/top.png) center no-repeat; */
    cursor: pointer;
    display: none;
}

/*头部*/
.header{
    width: 100%;
    height: 88px;
    border-bottom: 2px solid #A61111;
}
.header .head{
    width: 1200px;
    height:70px;
    margin: 0 auto;
}
/*logo*/
.header .head .logo{
    width: auto;
    height: 31px;
    float: left;
}
.header .head .logo img{
    padding-top: 28px;
    float: left;
}
.header .head .logo span{
    /*width:56px;*/
    height: 27px;
    display: inline-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 ul.nav{
    width: 1200px;
    height: 52px;
    background-color:#A51111;
    display: block;
    margin: 0 auto;    
}
.header ul.nav li{
    padding: 0 8px;
    text-align: center;
    font-size: 20px;
    float: left;
    line-height: 52px;
}
.header ul.nav li.style a{
}
.header  ul.nav li a{
    color:#fff;
    font-size: 18px;
}
/*.header  ul.nav li:hover a{
    color: #A61111;
}*/
.header .head .r_box{
    width: 210px;
    height: 37px;
    float: right;
    margin-top: 28px;
}
.header .head .r_box a{
    display: inline-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: 20px;
}
.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:37px;
    left: 0;
    height: 108px;
    max-width: 91px;
    z-index: 9;
}
.header .head .r_box a:hover .ewmImg{
    display: block;
}


.banner{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex; justify-content: center;
}
.banner img{
    display: inline!important;
    text-align: center;
}
.con{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}
.con .news{
    width: 100%;
}
.con .news .left{
    width: 770px;
    float: left;
}
.device {
  width: 100%;
  /*height: 100%;*/
  position: relative;
}
.swiper-slide{
    position: relative;
}
.swiper-slide .bj{
    width: 100%;
    height: 40px;
    background: #000;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
}
.swiper-slide span{
    width: 94%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 17px;
    line-height: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    color:#fff;
}
 .arrow-left {
  background: url(../../images/arrows_l.png) center center no-repeat ;
  position: absolute;
  left: 0px;
  bottom: 0;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 9;

}
 .arrow-right {
  background: url(../../images/arrows_r.png) center center no-repeat ;
  position: absolute;
  right: 0px;
  bottom: 0;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  z-index: 9
}
.swiper-container {
    width: 770px;
  height: 432px;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  padding-right: 19px;
  text-align: right;
  bottom:55px;
  box-sizing: border-box;
  width: 50%;
  right: 0;
  z-index: 9
}
.swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 5px;
  background: #999;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.con .news .right{
    width: 420px;
    float: right;
}
.con .news .right ul{
    width: 100%;
}
.con .news .right ul li{
    width: 420px;
    height: 34px;
    padding-left: 25px;
    position: relative;
}
.con .news .right ul li>span{
    position: absolute;
    left: 12px;
    top: 15px;
    width: 4px;
    height: 4px;
    background-color: #5B7377;
}
.con .news .right ul li h2{
    font-size: 17px;
}
.con .news .right ul li h2 a{
    color:#333;
    display: inline-block;
    width: 395px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.con .news .right ul p{
    font-size: 16px;
    color:#333;
    height: 56px;
    overflow: hidden;
}
.con .news .right .more{
    display: block;
    margin-left: 13px;
}
.con .news .right .more span{
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 12px;
    background-color: #A61111;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}
.con .news .right .more a{
    color: #666;
    font-size: 14px;
    line-height: 15px;
}
.listBox{
    width: 1212px;
    margin: 0 auto;
    overflow: hidden;
}
.dfBox{
    width: 1212px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.dfBox li{
    width: 380px;
    height: 216px;
    padding: 12px;
    float: left;
    cursor: pointer;
}
.dfBox li img{
    width: 100%;
    /* box-shadow: darkgrey 3px 4px 5px 2px; */
}
.listBox .hnBox{
    width: 100%;
}
.dflist{
    display: none;
}
.listBox ol li {
    width: 48%;
    padding: 20px 0;
    height: 115px;
    border-bottom: 1px solid #eee;
    float: left;
    margin-right: 2%;
}
.listBox ol li .img {
    width: 200px;
    height: 115px;
    overflow: hidden;
    float: left;
    padding-right: 15px;
}
.listBox ol li .img img {
    width: 100%;
}
.listBox ol li .title {
    height: 100%;
    float: left;
    width: 366px;
}
.listBox ol li .title h3 {
    font-size: 20px;
    height: 100px;
    line-height: 26px;
}
.listBox ol li .title h3 a {
    color: #000;
}
.listBox ol h2 {
    width: 100%;
    height: 45px;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #A61407;
}
.listBox ol h2 a{
    display: inline-block;
    width: 66px;
    height: 30px;
    float: right;
    cursor: pointer;
    color: #A61407;
    background: url('../../images/close.jpg') center center no-repeat;
}
.listBox ol li .title .keybox {
    width: 100%;
    height: 13px;
    line-height: 12px;
    font-size: 12px;
    float: left;
}
.listBox ol li .title .keybox .time {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #D1D1D1;
    color: #888;
}



.LoadMore {
    width: 1200px;
    height: 50px;
    background-color: #F8F8F8;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}
.LoadMore .loadText {
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #BBBBBB;
    margin-top: 10px;
    /* margin-left: 40px; */
    display: inline-block;
}
.footer{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}
.footer .footCon{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}
.footer .footCon p{
    text-align: center;
    font-size: 12px;
    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;
}





