@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: 1220px;
  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: 840px;
  background: url(../images/bar.png) no-repeat top center;
}

.top_bg img {
  margin-top: 25px;
  margin-left: 30px;
  width: 206px;
  height: 59px;
  
}

.toutiao {
  width: 100%;
  max-height: 5232px;
  overflow: hidden;
  align-items: center;
  background: url(../images/beij.png) no-repeat top center; padding-bottom:150px
}
.session{
  width: 1220px;
  height: 70px;
  margin-top: 175px;
  margin-bottom: 79px;
  background: url(../images/in1.png) no-repeat top center;
  position: relative;
  
}
.session a{
  display: block;
  width: 60px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 22px;
}
.session_can{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.session_nej{
  width: 707px;
  height: 463px;
  position: relative;
}
.session_nej img{
  width: 707px;
  height: 397px;
}
.session_nej p{
  width: 647px;
  height: 67px;
  position: absolute;
  background: #dc0707;
  bottom: 0;
  text-indent: 60px;
  line-height: 67px;
  font-size: 18px;
  font-weight: 600;
  padding-right: 60px;
  color: #fff;
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.session_nej p a{
  color: #fff;
}
.session_irnf{
  width: 490px;
  font-size: 20px;
}
.session_irnf ul a{
  color: #000;
  display: flex;
  height: 48px;
  align-items: center
}
.session_irnf ul li{
  padding-top: 28px;
  padding-bottom: 23px;
  line-height: 24px;
  border-bottom: 1px dashed #bababa;
  padding-right: 20px;
} 
.session_irnf .aind{
  display: block;
  width: 490px;
  height: 38px;
  background: #ec0b05;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  margin-top: 24px;
}
.quick{
  width: 1220px;
  height: 70px;
  margin-top: 160px;
  margin-bottom: 76px;
  background: url(../images/in2.png) no-repeat top center;
  position: relative;
}
.quick a{
  display: block;
  width: 60px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 22px;
}
.quick_can{
  width: 100%;
  
} 
.quick_can ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.quick_can ul li{
  width: 288px;
  height: 472px;
  background: url(../images/sul.png) no-repeat top center;
}
.quick_can ul li:nth-child(2n){
  margin-top: 77px;
}
.quick_can ul li img{
  width: 286px;
  height: 406px;
}
.quick_can ul li p{
  width: 247px;
  height: 66px;
  line-height: 27px;
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
}
.media{
  width: 1220px;
  height: 70px;
  margin-top: 200px;
  margin-bottom: 80px;
  background: url(../images/in3.png) no-repeat top center;
  position: relative;
}
.media a{
  display: block;
  width: 60px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 22px;
}
.media_je{
  width: 100%;
}
.media_je .media_zuo{
  width: 100%;
  height: 338px;
  background: url(../images/zuo.png) no-repeat top center;
  display: flex;
}
.media_je .media_zuo div:nth-child(1){
  width: 563px;
}
.media_je .media_zuo div:nth-child(1) img{
  width: 564px;
  height: 286px;
}
.media_je .media_zuo div:nth-child(1) p{
  height: 52px;
  width: 463px;
  line-height: 52px;
  font-size: 18px;
  padding: 0 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.media_je .media_zuo div:nth-child(1) p a{
  color: #fff;
}
.media_je .media_zuo div:nth-child(2) ul{
  width: 657px;
  margin-top: 34px;
  margin-left: 47px;
}
.media_je .media_zuo div:nth-child(2) ul li{
  width: 560px;
  font-size: 18px;
  border-bottom: 1px dashed #fac387;
  padding-bottom: 40px;
  padding-top: 50px;
  align-items: center;
  display: flex;
}
.media_je .media_zuo div:nth-child(2) ul li a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 

}
.media_je .media_zuo div:nth-child(2) ul li:before{
  content: '';
  display: block;
  clear: both;
  width: 7px;
  height: 7px;
  background: #dd0707;
  padding-right: 7px;
  margin-right: 20px;
} 
.media_je .media_zuo:nth-child(2){
  width: 100%;
  height: 338px;
  margin-top: 12px;
  display: flex;
  flex-direction: row-reverse;
  background: url(../images/you.png) no-repeat top center;
}
.media_je .media_zuo:nth-child(2) div:nth-child(1){
  width: 563px;
}
.media_je .media_zuo:nth-child(2) div:nth-child(1) img{
  width: 563px;
  height: 286px;
}
.media_je .media_zuo:nth-child(2) div:nth-child(1) p{
  height: 52px;
  width: 463px;
  line-height: 52px;
  font-size: 18px;
  padding: 0 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.media_je .media_zuo:nth-child(2) div:nth-child(1) p a{
  color: #fff;
}
.media_je .media_zuo:nth-child(2) div:nth-child(2) ul{
  width: 610px;
  margin-top: 34px;
  margin-left: 47px;
}
.media_je .media_zuo:nth-child(2) div:nth-child(2) ul li{
  width: 560px;
  font-size: 18px;
  border-bottom: 1px dashed #fac387;
  padding-bottom: 40px;
  padding-top: 50px;
  align-items: center;
  display: flex;
}
.media_je .media_zuo:nth-child(2) div:nth-child(2) ul li a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 

}
.media_je .media_zuo:nth-child(2) div:nth-child(2) ul li:before{
  content: '';
  display: block;
  clear: both;
  width: 7px;
  height: 7px;
  background: #dd0707;
  padding-right: 7px;
  margin-right: 20px;
} 
.deploy{
  width: 1220px;
  height: 70px;
  margin-top: 130px;
  margin-bottom: 78px;
  background: url(../images/gwxd.png) no-repeat top center;
  position: relative;
}
.deploy a{
  display: block;
  width: 60px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 22px;
}
.deploy_can{
  width: 100%;
  display: flex;
}
.deploy_can div:nth-child(1){
  width: 496px;
  height: 421px;
  padding:0 35px;
  background: url(../images/bushu.png) no-repeat top center;
  text-align: justify;
}
.deploy_can div:nth-child(2){
  width: 689px;
  height: 422px;
  position: relative;
}
.deploy_can div:nth-child(2) img{
  width: 689px;
  height: 422px;
}
.deploy_can div:nth-child(2) p{
  width: 689px;
  height: 37px;
  background: #0000005b;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 37px;
  
}
.deploy_can div:nth-child(1) h4{
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 30px;
}
.deploy_can div:nth-child(1) p{
  font-size: 18px;
  color: #fff;
  text-indent: 36px;
}
.deploy_can div:nth-child(1) p a{
  color:#fff;
}
.ement{
  width: 1220px;
  height: 70px;
  margin-top: 138px;
  margin-bottom: 78px;
  background: url(../images/in5.png) no-repeat top center;
  position: relative;
}
.ement a{
  display: block;
  width: 60px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 22px;
}
.ement_can{
  width: 100%;
  height: 569px;
  background: url(../images/guanc.png) no-repeat top center;
}
.ement_can ul{
  width: 1140px;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.ement_can ul li{
  width: 500px;
  font-size: 18px;
  line-height: 50px;
  align-items: center;
  display: flex;
 
}
.ement_can ul li a{
  color: #fdffb1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ement_can ul li:nth-child(2){
  margin-top: 14px;
}
.ement_can ul li:before{
  content: '';
  display: block;
  clear: both;
  width: 7px;
  height: 7px;
  background: #fdffb1;
  padding-right: 7px;
  margin-right: 13px;
} 



/* 轮播图 */
.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;
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.swiper-container .swiper-button-next::after{
  width: 0;
  height: 0;
}
