*{
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('./iconfont/iconfont.ttf?t=1663809474032') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
  min-width: 1200px;
}
header{
  height: 40px;
  background-color: #f9f9ff;
}
.main{
  width: 1200px;
  margin: 0 auto;
}
.header{
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  font-size: 12px;
  color: #333;

}
.header-left{
  width: 15%;
}
.header-right{
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.header-right ul{
  display: flex;
}
ul li{
  list-style: none;
}
.header-right ul li{
  margin: 0 20px;
}
.header-right ul li a{
  color: #333;
  text-decoration: none;
}
.header-right ul li a:hover{
  color: #ef1f1f;
}
section{
  background-color: #F6F6F6;;
  
}
section>div{
  display: flex;
  height: 100px;
  padding-bottom: 20px;
  align-items: center;
}
section .search{
  margin-left: 80px;
}
section .search input{
    outline: 0;
    width: 390px;
    height: 36px;
    color: #303030;
    border: 2px solid #FC4F0A;
    border-right: 0px;
    line-height: 36px;
    padding-left: 10px;
    background: #f9f9f9;
    vertical-align: top;
    margin: 0;
    box-sizing: content-box;
}
.search form{
  height: 40px;
}
.search-btn{
    background: #FC4F0A;
    width: 120px;
    border: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    height: 40px;
    color: #ffffff;
    cursor: pointer;
    position: relative; 
    right: 5px;
}
.tab{
  width: 150px;
  height: 40px;
  margin-left: 100px;
  display: flex;
  justify-content: space-around;
}
.zheng p{
  font-size: 12px;
  color: #333;
}
.zhuce p{
   font-size: 12px;
  color: #333;
}
.nav{
  width: 100%;
  background-color: #172a48;
  height: 36px;
  border-bottom: 2px solid #46a4d8;
}
.nav-tab{
  display: flex;
  line-height: 36px;
}
a{
  text-decoration: none;
}
.h20{
  height: 20px;
}
.nav-tab li{
  padding: 0 30px;
  cursor: pointer;
}
.nav-tab li a{
  color: #fff;
  font-size: 14px;
}
.nav-tab li:hover{
  background-color: #46a4d8;
}
.slide-info{
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}
.com-info{
  height: 340px;
  background-color: #fff;
  border-radius: 5px;
  /* border: 1px solid #ccc; */
}
.slide-div{
  width: 883px;
}
.swiper {
  width: 100%;
    height: 340px;
}  
.top-info{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.top-info div{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background-color: #fbfbff;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.top-info .active{
   background-color: #fff;
  color: #E7590F;
  border-bottom: 1px solid transparent;

}
.gongyin{
  margin: 0 auto;
  /* display: flex;
  justify-content: center; */
}
.caigou{
  /* display: flex;
    justify-content: center; */
}
.gongyin button{
  padding: 8px 20px;
  outline: 0;
  border: 0;
  background-color: #1865b3;
  color: #fff;
  cursor: pointer;
}
.caigou button{
  padding: 8px 20px;
  outline: 0;
  border: 0;
  background-color: #1865b3;
  color: #fff;
  cursor: pointer;
}
.gongyin{
  padding: 20px;
  box-sizing: border-box;
}
.caigou{
  padding: 20px;
  box-sizing: border-box;
}
.btn-in i{
  font-size: 18px;
  margin-right: 5px;
}
.btn-in h6{
  font-size: 12px;
  margin-top: 20px;
}
.btn-in>div:first-child{
  display: flex;
  justify-content: center;
}
.btn-in p a{
  font-size: 13px;
  color: #333;
}
.btn-in p a:hover{
  color: #ef1f1f;
}
.bottom-info{
  width: calc(100% - 40px);
  margin:0 auto;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bottom-info i{
  font-size: 38px;
  color:#E7590F;
}
.bottom-info>div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-info p{
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}
.ad{
  height: 160px;
  margin-top: 10px;
  background-color: #fff;
}
.recommend{
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.recommend-left{
  padding: 20px;
  box-sizing: border-box;
  height: 500px;
  background-color: #fff;
  border-radius: 4px;
}
.recommend-right{
  padding: 20px;
  box-sizing: border-box;
  height: 500px;
  border-radius: 4px;
  background-color: #fff;
}
.recommend-title{
  display: flex;
}
.recommend-title h3{
  font-family: Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
  font-size: 24px;
}
.recommend-title span{
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  color: #999;
}
.recommend-content{
  margin-top: 10px;
}
.recommend-content{
  display: grid;
  grid-template-columns: repeat(3,170px);
  gap: 20px;
}
.recommend-item{
  height: 200px;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-div{
  height: 150px;
  overflow: hidden;
}
.img-div img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.recommend-item span{
  margin-top: 5px;
  font-size: 14px;
  white-space: nowrap;
  
}
.recommend-item em{
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}
.recommend-item img:hover{
  transform: scale(1.5);
  transition: all 1s;
}
.type{
  height: 400px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 5px;
}
.type-title{
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 3px solid #3C5B8A;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.type-title span{
  font-size: 12px;
  color: #999;
}
.type-content{
  display: flex;
  justify-content: space-between;
  height: 352px;
}
.type-content>i{
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  color: #999;
}
.type-content>i:hover{
  color: #E7590F;
}
.type-items{
  width: 1000px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.type-items .items{
  display: flex;
  position: relative;
}
.type-items .items li{
  width: 235px;
  /* margin-right: 20px; */
  padding-right: 20px;
}
.item-img{
  width: 235px;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.item-img img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.item-img img:hover{
  transform: scale(1.3);
  transition: all 1s;
}
.items li h3{
  /* font-size: 18px; */
  font-size: 16px;
  color: rgba(0, 0, 0, 0.78);
  font-family: sans-serif;
  margin: 10px 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;  /* 超出部分省略号 */
  word-break: break-all;  /* break-all(允许在单词内换行。) */  
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
}
.items li em {
  font-size: 14px;
  color: #999;
  margin: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.items li em i{
  color: #E7590F;
  margin-right: 5px;
}
footer{
  border-top: 3px solid #DA5822;
  background-color: #333333;
  padding: 30px 0;
  box-sizing: border-box;
}
footer p{
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  color: #ACACAC;
}
footer p a{
  color: #ACACAC;
}
footer p a:hover{
  color: #ef1f1f;
}
/* infolist 页面 */
.infolist-slide{
  display: grid;
  grid-template-columns:3fr 1fr;
  gap: 20px;
}
.i-slide{
  height: 300px;
  background-color: #fff;
}
.i-change{
  height: 300px;
}
.i-change>div:first-child{
    margin-bottom: 20px;
   
}
.i-change>div{
  height: 140px;
  background-color: #fff;
  
}
.i-change>div:last-child{
  margin-bottom: 20px;
}
.go-cai>div:first-child{
  height: 60%;
  padding: 20px 0px 20px 60px;
  box-sizing: border-box;
  background: url(../images/goumai.png) #c7d9d3 no-repeat 20px 20px;
}
.go-cai>div:first-child span{
  font-size: 16px;
  font-weight: bold;
}
.go-cai>div:first-child p{
  font-size: 12px;
  padding-top: 10px;
}
.go-gong>div:first-child{
  height: 60%;
  padding: 20px 0px 20px 60px;
  box-sizing: border-box;
  background: url(../images/gongying.png) #c9d2d8 no-repeat 20px 20px;
}
.go-gong>div:first-child span{
  font-size: 16px;
  font-weight: bold;
}
.go-gong>div:first-child p{
  font-size: 12px;
  padding-top: 10px;
}
.go-gong>div:last-child{
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ef1f1f;
  cursor: pointer;
}
.go-cai>div:last-child{
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ef1f1f;
  cursor: pointer;
}
.go-cai>div:last-child:hover{
  color: #DA5822;
  text-decoration: underline;
}
.go-gong>div:last-child:hover{
  color: #DA5822;
  text-decoration: underline;
}
.i-content{
  background-color: #fff;

  margin-top: 15px;
  padding-top: 15px;
}
.i-content table th{
  text-align: left;
  font-weight: normal;
  line-height: 35px;
  color: #999;
  padding-left: 20px;
  font-size: 14px;
}
.i-content table td{
    text-align: left;
    font-weight: normal;
    line-height: 25px;
    height: 50px;
    padding: 8px 0px 8px 20px;
    border-top: 1px solid #ededed;
    font-size: 14px;
}
.i-content table td a{
  color: #333;
}
.i-content table td a:hover{
  text-decoration: underline;
  color: #ef1f1f;
}
.i-content table td button{
  outline: 0;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  border:1px solid #ef1f1f;
  color: #ef1f1f;
  cursor: pointer;
}
.article-item{
  padding: 38px;
  box-sizing: border-box;
  height: 200px;
  border-bottom: 1px solid #efefef;
  display: flex;
  cursor: pointer;
  position: relative;
}
.line{
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    content: "";
    width: 0;
    background: #ff2900;
    transition: width .6s ease-out;
}
.article-item:hover .line{
   animation: width .6s  linear ;
}
@keyframes width{
    0% {
      width: 0%;
    }
    50%{
      width: 50%;
    }
    100%{
      width: 100%;
    }
}
.article-list{
  /* display: grid; */
  /* grid-template-columns: 3fr 1fr; */
  /* align-content: start; */
  /* gap: 20px; */
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}
.article-info-main{
  display: flex;
  justify-content: space-between;
}
.article-items{
  width: 885px;
  background-color: #fff;
  height:auto;
}
.article-info-left{
  width: 885px;
  background-color: #fff;
  height:auto;
}
.article-info-right{
  background-color: #fff;
  width: 295px;
  height: 480px;
}
.article-recommend{
  background-color: #fff;
  width: 295px;
  height: 480px;
}
.article-image-div{
  width: 20%;
  height: 100%;
   overflow: hidden;
}
.article-image-div img{
  width: 100%;
  height: 100%;
  cursor: pointer;
 
}
.article-image-div img:hover{
  transform: scale(1.31);
  transition: all 0.3s;
}
.article-info{
  margin-left: 20px;
  width: 100%;
}
.article-info>p:first-child{
  color: #303030;
  font-weight: bold;
}
.article-info .desc{
  color: #666;
  font-size: 14px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;  /* 超出部分省略号 */
  word-break: break-all;  /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
}
.item-info{
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
.item-info span{
  margin: 0 20px;
}
.item-info span i{
  margin: 0 5px;
}
.article-recommend{
}
.recommend-titles{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
}
.recommend-titles span{
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-left: 20px;
  padding-bottom: 13px;
  border-bottom: 3px solid #ef1f1f;
}
.article-lists{
  counter-reset:section
}
.article-lists>div{
  font-size: 14px;
  color: #333;
  /* padding-left: 40px; */
  position: relative;
 
}
.article-lists p{
  width: calc(100% - 40px);
  border-bottom: 1px solid #eee;
  margin: 0 auto;
  padding-left: 25px;
  box-sizing: border-box;
}
.article-lists>div::before{
    position: absolute;
    top: 16px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #ccc;
    font-style: normal;
    left: 20px;
    counter-increment:section;
    content:counter(section)
}
.article-lists>div:nth-child(1):before{background:#ff6a00}

.article-lists>div:nth-child(2):before{background:#107db4}

.article-lists>div:nth-child(3):before{background:#56ae11}
.article-info-left h1{
  font-size: 28px;
  padding: 20px 0 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.article-info-left .text{
    width: 860px;
    padding: 0px 0 0px 20px;
    font-size: 14px;
}
.text span{
    padding-right: 100px;
    color: #B8B8B8;
 }
.text span a {
    color: #666666;
}
.article-content{
  padding: 20px;
  box-sizing: border-box;
}

/*  ------------------------------------------------------------- */

.otb-content{
  display: flex;
  justify-content:space-between;
}
.otb-info{
  width: 885px;
}
.otb-recommend{
  width: 295px;
}
.otb-main{
  height: 200px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.otb-main p{
  margin:  10px 0;
  color: #333;
  font-size: 14px;
}
.otb-main p span i{
  margin-right: 20px;
}
.otb-main p span{
  margin-right: 20px;
}
.otb-main p:last-child{
  text-align: right;
}
.otb-main p button{
  outline: 0;
  border: 0;
  background-color: #ef1f1f;
  font-size: 14px;
  padding: 5px 20px;
  position: relative;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
}
.otb-tab{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.otb-tab>div{
  width: 430px;
  height: 140px;
  background-color: #fff;
}
.otb-tab1>div:first-child{
  height: 60%;
  padding: 20px 0px 20px 60px;
  box-sizing: border-box;
  background: url(../images/goumai.png) #c7d9d3 no-repeat 20px 20px;
}
.otb-tab1>div:first-child span{
  font-size: 16px;
  font-weight: bold;

}
.otb-tab1>div:first-child p{
  font-size: 12px;
  padding-top: 10px;
}
.otb-tab1{
  width: 430px;
  height: 140px;
  background-color: #fff;
}
.otb-tab2>div:first-child{
  height: 60%;
  padding: 20px 0px 20px 60px;
  box-sizing: border-box;
  background: url(../images/gongying.png) #c9d2d8 no-repeat 20px 20px;
}
.otb-tab2>div:first-child span{
  font-size: 16px;
  font-weight: bold;

}
.otb-tab2>div:first-child p{
  font-size: 12px;
  padding-top: 10px;
}
.otb-tab1>div:last-child{
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ef1f1f;
  cursor: pointer;
}
.otb-tab2>div:last-child{
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ef1f1f;
  cursor: pointer;
}
.otb-con{
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.otb-title{
  border-bottom: 1px solid #ededed;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.otb-title span{
  padding-bottom: 9px;
  border-bottom: 3px solid #ef1f1f;
}