﻿html,body {
    position: relative;
    height: 100%;
    background: #fff;
    font-family: "Microsoft Yahei Light", "微软雅黑 Light";
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }
  a{ color: #383735;}
  a:link{text-decoration: none;}
  a:visited{color: transparent;}
  .header{  display: flex; justify-content: center;}
  ul{list-style: none;}

  .header .logo{
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 1000;
    display: flex;
  }
  .header .logo .images{
    height: 90px;
    padding:20px;
    width: 30%;
  }
  .header .logo .images img{height: 60px; width: 80%;}
  .menu{ padding-left: 20px; width: 70%; padding-right: 50px; text-align: right;}
  .menu ul{
    display: inline-flex;
   list-style: none;
   align-items: center;
   height: 100px;
   font-size: 18px;
  }

.menu ul li{width:120px;padding: 10px; font-family: menufont; color: #fff; }
.menu ul li a{ color: #fff;   }
.menu ul li a:hover{ text-decoration: none; border-bottom: 2px solid #e32726;padding-bottom: 8px; }

.index {  height: 100%;}
.index .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
}

.index .swiper-pagination-bullet-active{background-color: #e32726;}
.sliderimg{width: 100%; height: 100%; object-fit: cover; position: fixed;}
.iscreen{
  display: flex;
    flex-direction: column;
    width: 1200px;
    height: 100%;
    justify-content: center;
    font-size: 38px;
  margin-left: 80px;
    color: #fff;
}
.iscreen .title{
width: 550px;
padding: 10px;
display: flex;
justify-content: space-around;
letter-spacing: 2px;
}
.iscreen .title .button{
  margin-top: 20px;
  display: block;
  font-size: 16px;
  letter-spacing: 0em;
  padding: 5px;
  padding-right: 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 140px;
  cursor: pointer;
  transition: all 1s ease 0s;
}
.iscreen .title .button:hover{
  background-color: #e32726;
  border: 1px solid #e32726;
  color: #fff;
  transition: 1s;
  -webkit-transition: 1s;
}

.hscreen{
  display: flex;
  flex-direction: row;
  width: 1200px;
  height: 80%;
  font-size: 40px;
  color: #fff;
  flex-wrap: nowrap;
  justify-content:center;
  align-content: space-around;
  align-items: center;
}
.hscreen .ihangye{width: 600px;}
.hscreen .inews{width: 800px; height: 100%; font-size: 38px;}
.inews ul{
 list-style: none;position: relative;
 display: flex;
    justify-content:center;
    align-items:Center; height: 100%;
}
.inews .ulall{
  list-style: none;position: relative;
 display: flex;
    justify-content:center;
    align-items:Center; height: 100%;
}

.inews .ulall .ulliall{
  display: flex;
  flex-direction: column;
  width: calc(100% / 3.2);
    float: left;
    /*border-left: 1px solid rgba(255, 255, 255, 0.17);*/
    align-items: center;
    overflow: hidden;
    padding: 0px 20px;
    margin:0px 5px;
    justify-content: center;
    height: 100%;
}

.inews .ulall .ulliall .inewspic{
  width: 250px;
  height: 150px;
  margin-left: 35px;
  overflow: hidden;
}

.inews ul li{
  display: flex;
  flex-direction: column;
  width: calc(100% / 3.2);
    float: left;
    /*border-left: 1px solid rgba(255, 255, 255, 0.17);*/
    align-items: center;
    overflow: hidden;
    padding: 0px 20px;
    margin:0px 5px;
    justify-content: center;
    height: 100%;
}
.inews ul li .inewspic{
  width: 250px;
  height: 150px;
  margin-left: 35px;
  overflow: hidden;
}

.inews .ulall .ulliall .inewspic img{
 width: 250px;
  height: 150px;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}
.inews ul li .inewspic img{
  width: 250px;
  height: 150px;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
}

.inews .ulall .ulliall .inewspic:hover img{
 transform: scale(1.3);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
}

.inews ul li .inewspic:hover img {
  transform: scale(1.3);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3);
  -webkit-transform: all 1s ease 0s;
}

.inews .ulall .ulliall .inewstitle{
  font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
    padding: 10px 0px 10px 0px;
}

.inews ul li .inewstitle{
  font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
    padding: 10px 0px 10px 0px;
}


.inews .ulall .ulliall .inewsintro{
  display: -webkit-box;
    overflow: hidden;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: white;
    max-height: 75px;
    font-size: 14px;
    text-indent: 2em;
}
.inews ul li .inewsintro{
  display: -webkit-box;
    overflow: hidden;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: white;
    max-height: 75px;
    font-size: 14px;
    text-indent: 2em;
}

.inews .ulall .ulliall .inewstime{
  font-size: 18px;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-align: left;
}
.inews ul li .inewstime{
  font-size: 18px;
  width: 100%;
  padding: 10px 0px 10px 0px;
  text-align: left;
}
.hscreen .title{
  width: 400px;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  letter-spacing: 2px;
  }
  .hscreen .subtitle{
    width: 400px;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    letter-spacing: 2px;
    }
  .hscreen .title .button{
    margin-top: 20px;
    display: block;
    font-size: 16px;
    letter-spacing: 0em;
    padding: 5px;
    padding-right: 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 160px;
    cursor: pointer;
    transition: all 1s ease 0s;
  }
  .hscreen .title .button:hover{
    background-color: #e32726;
    border: 1px solid #e32726;
    color: #fff;
    transition: 1s;
    -webkit-transition: 1s;
  }

@keyframes bjmh {
  0% {filter: blur(5px);}
  100% {filter: blur(0px)}
}
.inbjmh{
  animation:bjmh;
  animation-duration: 3s;
  animation-fill-mode: both;
}

.swiper .swiper-slide:last-child{
  height:auto;
 /* background:rgba(31, 26, 23, 1)!important; */
}
.mySwipersub{height: 100%;}
.footer{background-color: rgba(31, 26, 23, 1); height: auto!important;}
/*footer*/
.footer_na_bg {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 50px 0
}
.footer_na dl {
	float: left
}
.footer_na dl dt a {
	font-size: 18px;
	color: #fff;
	display: block;
}
.footer_dl1 dt a {
	margin-bottom: 30px
}
.footer_dl2 dt a {
	margin-bottom: 30px
}
.footer_na dl dd {
	color: #d3d3d3;
  text-align: left;
  font-size: 14px;
  padding: 5px;
  line-height: 26px;
}
.footer_na dl dd a {
	color: #d3d3d3;
  font-size: 14px;
}
.footer_dl1 {
	width: 150px;
}
.footer_dl1 dt{text-align: left;font-weight: normal;}
.footer_dl2 {
	width: 400px
}
.footer_dl2 dt{text-align: left;font-weight: normal;}
.footer_dl3 {
	width: 300px
}
.footer_na dl dd a span {
	display: block;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #e32726;
	margin-bottom: 10px;
	margin-top:10px
}
.footer_dl3 dd {
	float: left;
	width: 132px;
	margin-left: 18px;
}
.footer_dl3 dd p {
	text-align: center;
	margin-top: 10px
}
.footer_bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0
}
.footer {
	text-align: center;
	color: #fff;
  padding: 0 10px;
}
.footer a {
	color: #fff
}
@media screen and (max-width: 1199px) {
.footer_dl1 {
	width: 12%;
}
.footer_dl2 {
	width: 25%
}
.footer_dl3 {
	width: 25%
}
.footer_dl3 dd {
	width: 48%;
	margin-left: 2%
}
.footer_dl3 dd a img {
	width: 100%;
	height: auto;
	overflow: hidden
}
}
@media screen and (max-width: 991px) {
.footer_na dl dt a {
	font-size: 18px;
}
.footer_dl1 {
	width: 11.5%;
}
.footer_dl2 {
	width: 27%
}
.footer_dl3 {
	width: 26%
}
.footer_na dl dd a span {
	font-size: 30px;
}
}
@media screen and (max-width: 768px) {
.footer_dl1 {
	width: 100%;
	border-bottom: 1px dotted #666;
	padding: 15px 0
}
.footer_dl1 dd {
	float: left;
	margin-right: 3%
}
.footer_dl1 dt a {
	margin-bottom: 10px
}
.footer_dl2 {
	width: 60%;
	margin-top: 30px
}
.footer_dl3 {
	width: 40%;
	margin-top: 30px
}
.footer_na dl dd a span {
	font-size: 36px;
}
.footer_na dl dt a {
	font-size: 20px;
}
.footer_dl2 dt a {
	margin-bottom: 20px
}
}
@media screen and (max-width: 480px) {
.footer_dl2 {
	width: 100%;
	border-bottom: 1px dotted #666;
	padding: 15px 0
}
.footer_dl3 {
	width: 100%;
}
.footer_bg {
	padding: 5% 0 22% 0;
}
.footer_bg .footer span {
	display: inline-block;
}
}
.f_kslj {
	display: none;
}