/* CSS Document 
 * DESCRIPTION     HDC 2023 
 * AUTHOR  Chenlq  
 * TIME  2023-07-02
 */
* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: 'Arial', 'Microsoft YaHei', 'Î¢ÈíÑÅºÚ';
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    line-height:inherit;
    list-style:none;
    text-decoration:none;    
}
 
:focus {
  outline: none;
}
a {
  color: #303030;
  text-decoration: none;
}
a img {
  border: 0;
}
img {
  vertical-align: middle;
}
table {
  empty-cells: show;
}
del {
  text-decoration: line-through;
}
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border:0;
}
figure{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body{
	min-width:1110px;	
	font-size: 0;
}

.wrap{
	width: 1080px;
	margin: 0 auto;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.ztjgqc_header dl dd a:link, .ztjgqc_header dl dd a:visited{
  color:#333!important;
}
.headmain{
  width: 100%;
  height: 630px;
  background:url(../images/head.jpg) no-repeat center;
}
.flexbox{
  display: flex;
}
.flexcenter{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexwrap{
  flex-wrap: wrap;
}
.flexbetween{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.block{
  width: 100%;
  display: inline-block;
}
.block .title:before,.index_icon{
  background:url(../images/icon.png) no-repeat;
}
.block .title{
  padding-top: 45px;
  width: 100%;
  height: 49px;
  font-size: 43px;
  color:#060606;
  font-weight: 500;
  text-align: center; 
  line-height: 49px; 
}
.block .title:before{
  content:'';
  margin-right: 20px;
  width: 43px;
  height: 49px;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
}
.zhibo{
  padding-top: 15px;
  width: 100%;
  height: 668px;
  background:url(../images/zhibo_bg.jpg) no-repeat center;
  background-size: cover;
  display: inline-block;
}
.zhibo .title{
  padding-top: 15px;
}
.videoBox{
  margin-top: 40px;
  width: 100%;
  height: 519px;
  border:#c6000a solid 1px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.videoBox h1{
  width: 100%;
  font-size: 28px;
  color:#0d0d0d;
  line-height: 68px;  
  text-align: center;
}
.video{
  margin-left: 15px;
  width: 764px;
  height: 431px;
  border:#c6000a solid 1px;
  box-sizing: border-box;
  float:left;
}
.video video{
  width: 100%;
  height: auto;
}
.videoBox dl{
  padding:0 25px;
  margin-left: 6px;
  float:left;
  width: 227px;
  height: 429px;
  border:solid 1px;
  border-image:linear-gradient(to top,#ff0808 , #fd7069) 1;
  float:left;
  background:#fafdff;
}
.videoBox dl dt{
  padding-top: 35px;
  font-size: 20px;
  color:#323232;
  font-weight: bold;
  line-height: 28px;
}
.videoBox dl dt span{
  width: 25px;
  display: inline-block; 
  vertical-align: middle;
  margin-top: 8px; 
}
.videoBox dl dt .time .index_icon{
  background-position: 0 -50px;
}
.videoBox dl dt .addr .index_icon{
  background-position: -36px -49px;
}
.videoBox dl dt i{
  margin-right:9px;
  width: 1px;
  height: 18px;
  background:#323232;
  display: inline-block;
  vertical-align: middle;
}
.videoBox dl dd p{
  padding-top: 30px;
  font-size: 18px;
  color:#171717;
  font-weight: 500;
  line-height: 28px;
}
.videoBox dl dd p:first-child{
  padding-top: 25px;
}
.videoBox:before{
  content:'';
  width: 7px;
  height: 29px;
  background:#c6000a;
  position: absolute;
  top: 100px;
  left: 778px;
  display: inline-block;
}
.videoBox:after{
  content:'';
  width: 7px;
  height: 2px;
  background:#c6000a;
  position: absolute;
  top: 452px;
  left: 778px;
  display: inline-block;
}
.zhibo_list{  
  width: 100%;
  display: inline-block;
}
.zhibo_list time{
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 25px;
  color:#1d1d1d;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.zhibo_list time:before{
  content:'';
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right ,#ff9772 ,#e04517);
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom:0;
}
.zhibo_list ul li{
  margin-top: 15px;
  padding:0 32px;
  width: 498px;
  height: 151px;
  border:solid 1px;
  border-image:linear-gradient(to top,#ff694f , #ff9670) 1; 
  border:#ff9670 solid 1px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(191, 191, 191, .8);
  box-sizing: border-box; 
  overflow:hidden; 
  position: relative;
}
.zhibo_list ul li h2{
  margin-top: 10px;
  font-size: 22px;
  color:#000000;
  line-height: 31px;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.zhibo_list li h2 p{
  height: 62px;
  justify-content: left;
}
.zhibo_list li div{
  padding-top: 10px;
  font-size:18px;
  color:#000;
  line-height: 28px;  
}
.zhibo_list li div p span{
  display: block;
}
.zhibo_list time:nth-of-type(2):before,.zhibo_list time:nth-of-type(3):before{
  background-image: linear-gradient(to right ,#35e98a ,#04ad63);
}
.zhibo_list ul:nth-of-type(2) li,.zhibo_list ul:nth-of-type(3) li{
  border-color:#35e98a;
}
.zhibo_list time:nth-of-type(4):before{
  background-image: linear-gradient(to right ,#69acfd ,#1f7aff);
}
.zhibo_list ul:nth-of-type(4) li{
  border-color:#69acfd;
}
.zhibo_list li.active{
  background-image: linear-gradient(to bottom ,#ff684f ,#ff9771);
}
.zhibo_list li.active h2,.zhibo_list li.active div{
  color:#fff;
}
.zhibo_list ul:nth-of-type(2) li.active,.zhibo_list ul:nth-of-type(3) li.active{
  background-image: linear-gradient(to bottom ,#04ad9f ,#29cfaa);
}
.zhibo_list ul:nth-of-type(4) li.active{
  background-image: linear-gradient(to bottom ,#1e70e8 ,#60bef5);
}
.zhibo_list li.active:before{
  content:'';
  width: 123px;
  height: 142px;
  background:url(../images/list_bg.png) no-repeat;
  background-size: 123px;
  position: absolute;
  bottom:-45px;
  right: 15px;
}
.zhibo_list ul:nth-of-type(1) li.active:nth-of-type(1):before,.zhibo_list ul:nth-of-type(2) li.active:nth-of-type(2):before{
  width: 161px;
  height: 186px;
  bottom:-55px;
  right: 0;
  background-size: 161px;
}

.dhjs{
  margin-top: 80px;
  width: 100%;
  height: 347px;
  background:url(../images/dhjs.jpg) no-repeat;
  background-size: cover;
}
.dhjs .title:before{
  background-position: -52px 0;
}
.dhjs .digest{
  margin-top: 30px;
  font-size: 22px;
  color:#000;
  line-height: 39px;
}
.dhjs .digest p:nth-of-type(1){
  text-align: center;
}
.dhjs .digest b{
  font-weight: bold;
}
.kdzh {
  margin-top: 20px;  
}
.kdzh .title:before{
  background-position: -104px 0;
}
.kdzh ul{
  margin-top: 15px;
}
.kdzh li{
  margin-top: 35px;
  width: 348px;
  height: 306px;
  border-radius: 10px;  
}
.kdzh li:last-child:nth-child(3n + 2) {       
        margin-right: calc((100% - 32%) / 2);
   }
.kdzh li img{
  width: 348px;
  height: 196px;
  border-radius: 10px 10px 0 0;
}
.kdzh li div{
  width: 100%;  
  height: 111px;
  padding:10px;
  box-sizing: border-box;
  border:#c6000a solid 1px;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
}
.kdzh li div h2{
  font-size: 18px;
  color:#151515;
  font-weight: 500;
  line-height: 24px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.kdzh li div p{
  padding-top: 5px;
  font-size: 16px;
  color:#191919;
  line-height: 22px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.kdzh li div p span{
  color:#d1333b;
}
.kdzh li:hover{
  box-shadow:0 0 10px rgb(253, 44, 10 ,0.8);
}
.kdzh li:hover div{
  background-image: linear-gradient(to right ,#f50c0c ,#ff7565 50%);
}
.kdzh li:hover div h2,.kdzh li:hover div p{
  color:#fff;
}
.kdzh li:hover div p span{
  color:#0171ff;
}
.kdzh li figure{
  width: 348px;
  height: 196px;
  position: relative;
}
.kdzh li figure:before{
  content:'';
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.15);
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.kdzh li figure:after{
  content:'';
  width: 60px;
  height: 60px;
  background:url(../images/video_icon.png) no-repeat;
  background-position: -70px 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 9;
}
.kdzh li:hover figure:before{
  background:rgba(0,0,0,.15);
}
.kdzh li:hover figure:after{
  background-position: 0 0;
}
.more{
  width: 100%;
  text-align: center;
  display: none;
}
.more span{
  margin-top: 40px;
  width: 181px;
  height: 47px;
  font-size: 22px;
  color:#d60000;
  text-align: center;
  line-height: 47px;
  border:#c6000a solid 1px;
  border-radius: 47px;
  display: inline-block;
  cursor: pointer;
}
.more span:hover{
  background-image: linear-gradient(to top ,#ff7565 ,#f50c0c 70%);
  color:#fff;
  font-weight:500;
}

.xwqxk .wrap{
  width: 1110px;
}
.xwqxk .title:before{
  background-position: -156px 0;
}
.xwqxk ul{
  margin-top: 30px;  
}
.xwqxk li{
  margin-top: 10px;
  width: 555px;
  height: 278px;
  padding: 11px;
  background:url(../images/xw_bg.jpg) no-repeat;
  border-radius: 10px;
  box-sizing: border-box;
}
.xwqxk li:hover{
  background:url(../images/xw_bg_on.jpg) no-repeat;
}
.xwqxk li figure{
  width: 344px;
  height:258px;
  float:left;
}
.xwqxk li figure img{
  width: 344px;
  height: 258px;
  border-radius: 10px 0 0 10px;
  display: block;
}
.xwqxk li div{
  padding:15px 13px;
  width: 189px;
  height: 258px;
  border-radius: 0 10px 10px 0;
  float:right;
  box-sizing: border-box;
}
.xwqxk li div h2{
  padding-top: 10px;
  font-size: 18px;
  color:#1c1c1c;
  font-weight: bold;
  line-height: 28px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.xwqxk li div p{
  margin-top: 15px;
  font-size: 16px;
  color:#1c1c1c;
  line-height: 26px;
  height: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.xwqxk li div p span{
  color:#c6000a;
}
.xwqxk li:hover div{
  background-image: linear-gradient(to bottom ,#f50c0c ,#ff7565 50%);
}
.xwqxk li:hover div h2,.xwqxk li:hover div p{
  color:#fff;
}
.xwqxk li:hover div p span{
  color:#0171ff;
}

.ztjgqc_floor{
  margin-top: 110px!important;
  margin-bottom:0!important;
  padding: 55px 0 0!important;
  width: 100%!important; 
  height: 217px;  
  text-align:center;
  font-size: 12px;  
  color:#000!important; 
  background:url(../images/foor.jpg) no-repeat center;
  background-size: cover;
  display: inline-block;
  box-sizing: border-box;

}
.ztjgqc_floor p{
    width:100%;
    margin-top:20px;
}
.ztjgqc_floor p a {
    margin: 0 8px 0 10px;
    color:#000!important;
}
.ztjgqc_floor a:link, .ztjgqc_floor a:visited{
  color:#000!important;
}

.video-js .vjs-big-play-button{
    border: 0;
    background: none!important;

}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play{
  width: 73px;
  height: 73px;
  background: url(../images/video.png) no-repeat;
  top: -20px;
  font-size: 0;
}