@charset "utf-8";

html,
body {
  min-width: 1200px;
  -webkit-text-size-adjust: none;
}

/* 自定义字体 */
/* @font-face {
  font-family: 'Microsoft YaHei Semilight'; 
  src: url('./Microsoft-YaHei-Semibold.ttc') format('truetype'); 
  font-weight: normal; 
  font-style: normal; 
} 
font-family: 'Microsoft YaHei Semilight', sans-serif;  
*/

/* 自定义字体注释 */
/* font-family: 'Microsoft YaHei Semilight'; 自定义字体族名称
src: url('./Microsoft-YaHei-Semibold.ttc') format('truetype'); 字体文件路径和格式
font-weight: normal; 字体粗细，这里设置为正常，但你也可以指定为其他值如 bold
font-style: normal; 字体样式，这里设置为正常，但你也可以指定为 italic */

body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑";
  background: #fff;
  line-height: 32px;
  color: #343434;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
  font-weight: nomal
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

a:hover {
  color: #bc1a2f;
  text-decoration: none;
}

.a{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 文字限制 */
/* white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; */

/* 多行限制 */
/* display: -webkit-box;          
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;         
  overflow: hidden;              
  text-overflow: ellipsis; */


/* 列表样式 */
/* .dynamics_nav ul li{
  width: 520px;
  align-items: center;
  display: flex;
  line-height: 59px;
}
.dynamics_nav ul li:before{
  content: '';
  display: block;
  clear: both;
  width: 21px;
  height: 20px;
  background: url(../images/xin.png) no-repeat top center;
  margin-right: 10px;
} */


.clear {
  clear: both;
}

dl {
  margin: 0px;
  padding: 0px;
}

dd {
  display: block;
  margin: 0px;
  padding: 0px;
  -webkit-margin-start: 5px;
}

i {
  font-style: normal;
}

form {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
  margin: 0;
  padding: 0px;
}

div {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

p {
  margin: 0px;
  padding: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.ggw1200 {
  width: 1200px;
  margin: 0 auto;
}
/* 点击更多 */
.geng{
  width: 51px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 40px;
}

.blank15 {
  clear: both;
  height: 15px;
  overflow: hidden;
}

/* 解救ie11浏览器问题 */
* {
  box-sizing: content-box;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

.details {
  color: #264f7b;
}

.title {
  margin-top: 60px;
  margin-bottom: 80px;
}
.more-box {
  text-align: right;
}

.more-box a {
  padding: 4px 8px;
  color: #9f9f9f;
  font-size: 16px;
}
/* 作者 */
/* footer {
  width: 100%;
  position: absolute;
  bottom: 0px; 
  margin-top: 200px;
  background: url('../images/footer.png') no-repeat top center;
  height: 174px;
  background: #4d4d4d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

.footer {
  width: 100%;
  height: 175px;
  padding: 1px 0;
  background: #4d4d4d;
  /* margin-top: 8px; */
  /* font-family: 'SimSun'; */
}

.foot {
  width: 1025px;
  margin: 40px auto;
  overflow: hidden;
}

.foot .left {
  width: 275px;
  height: 97px;
  float: left;
  /* padding-top: 25px; */
  display: flex;
  align-items: center;
}

.foot .left div {
  margin-top: 20px;
}

.foot .right {
  /* width: 705px; */
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  float: left;
  text-align: center;
  /* margin-top: 25px; */
}

.foot .right p {
  font-size: 14px;
  color: #cccccc;
  margin-left: 91px;
}

.foot .right .p1 span:nth-child(2) {
  margin-left: 39px;
}

.foot .right .p1 span:nth-child(3) {
  margin: 0 15px;
}

.foot .right .p2 {
  margin-top: 10px;
}



/* 开始 */
/*头部*/
.top_bg {
  width: 100%;
  height: 2666px;
  background: url(../images/beij.png) no-repeat top center;
}

.top_bg .logo_can{
  margin-top: 22px;
  margin-left: 22px;
  width: 211px;
  height: 79px;
  margin-bottom: 749px;
}
.toutiao {
  width: 1236px;
  height: 1582px;
  margin: 0 auto;
  background: url(../images/can.png) no-repeat top center;
}
.cactive{
  display: none;
}
.vdo_can{
  position: relative;
}
.vdo_can .swiper{
  margin-left: 92px;
 overflow: hidden;
 width: 1024px !important;


}
.vdo_can .swiper-slide{
  margin: 39px auto 0;
  height: 576px;
  position: relative;
  cursor: pointer;

}
.vdo_can .swiper img{
  width: 100%;
  height: 100%;
}
.vdo_can{
 
  position: relative;
  object-fit: cover;
}
.vdo_can .vdo_img{
  width: 1039px;
  height: 584px;
  position: absolute;
  left: -8px;
  top: 0;
  margin-top: 37px;
}
.vdo_can button{
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  position: absolute;
  margin-top: 39px;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
.vdo_can button span{
  width: 57px;
  height: 57px;
  display: block;
  background: url(../images/po.png) no-repeat bottom center;
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.vdo_can .swiper-pagination{
  text-align: center;
  position: absolute;
  bottom: -25px;

}
.vdo_can .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #818181;
}
.vdo_can .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #05909c;
}

.pdf_can{
  width: 100%;
  display: flex;
  margin-top: 95px;
}
.pdf_can_lt{
  margin-left: 33px;
}
.pdf_can_lt img{
  width: 550px;
}

.pdf_can_rt{
  margin-left: 83px;
  margin-top: 51px;
}
.pdf_can_rt a{
  width: 100%;
  height: 650px;
  display:inline-block ;
}
.pdf_can_rt img{
  width: 488px;
  height: 650px;
}


/* 轮播图 */
.notice_nav{
  display: flex;
  position: relative;
  align-items: center;
}
.swa{
  width: 848px;
  position: relative;
  height: 570px;
  background: url(../images/hoajw.png) no-repeat top center;
}
.swiper-container {
  width: 760px;
  height: 560px;
  padding-top: 10px;
  margin-left: 10px;
}
.swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  height: 560px;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.swiper-container .swiper-slide img {
  display: block;
  width: 760px;
  height: 500px;
}
.swiper-container .swiper-slide p{
  width: 740px;
  font-size: 22px;
  color: #fff;
  line-height: 57px;
  margin-left:10px;
  margin-left: 10px;
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.swiper-container .swiper-button-next::after{
  width: 0;
  height: 0;
}
