@charset "UTF-8";
/* 换行*/
@keyframes img_zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
body, * {
  font-family: 微软雅黑, Helvetica, sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 700px) {
  body, * {
    font-size: 16px;
  }
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #333;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}

@media screen and (max-width: 700px) {
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  ::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background-color: #F5F5F5;
  }

  /*定义滚动条轨道 内阴影+圆角*/
  ::-webkit-scrollbar-track {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 1px;
    background-color: transparent;
  }

  /*定义滑块 内阴影+圆角*/
  ::-webkit-scrollbar-thumb {
    border-radius: 1px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
  }
}
body {
  background-color: #FBFBFB;
}

.container {
  margin: auto;
}
.container .page1 {
  position: relative;
}
.container .page1 .huibg {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 200;
  z-index: 10;
}
.container .page1 .huibg div {
  padding: 5px 20px;
}
@media screen and (max-width: 700px) {
  .container .page1 .huibg div {
    padding: 0;
  }
}
.container .page1 .huibg div .Ctext {
  font-size: 30px;
}
@media screen and (max-width: 700px) {
  .container .page1 .huibg div .Ctext {
    font-size: 25px;
  }
}
.container .page1 .huibg div .Etext {
  font-size: 22px;
  margin: 25px auto 0;
  opacity: 0.7;
  font-weight: 100;
}
@media screen and (max-width: 700px) {
  .container .page1 .huibg div .Etext {
    font-size: 13px;
    margin: 15px auto 0;
  }
}
.container .page1 .huibg div .learnMore {
  border: 1px solid white;
  color: white;
  font-size: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 5px 20px;
}
@media screen and (max-width: 700px) {
  .container .page1 .huibg div .learnMore {
    font-size: 16px;
  }
}
.container .page1 video, .container .page1 .page1_bg, .container .page1 .huibg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .page1 .page1_bg {
  display: block;
  min-height: 200px;
}
.container .page2 {
  padding: 80px 0 20px;
}
@media screen and (max-width: 1200px) {
  .container .page2 {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 700px) {
  .container .page2 {
    padding: 30px 0 0;
  }
}
.container .page2 .content {
  max-width: 1400px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .container .page2 .content {
    width: 94%;
  }
}
.container .page2 .content .fristLi {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
  justify-content: center;
  background-color: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  height: 450px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .container .page2 .content .fristLi {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 400px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .container .page2 .content .fristLi {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 200px;
    margin-bottom: 10px;
  }
}
.container .page2 .content .fristLi .Pimg {
  flex: 0 0 45%;
  width: 45%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.container .page2 .content .fristLi .Pname {
  flex: 0 0 45%;
  bottom: 0;
  right: 0;
  background-color: white;
  padding: 0 5%;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .fristLi .Pname {
    padding: 10px 15px 0;
    position: relative;
  }
}
.container .page2 .content .fristLi .Pname p {
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .container .page2 .content .fristLi .Pname p {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .container .page2 .content .fristLi .Pname p {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.container .page2 .content .fristLi .Pname .Ptext {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 30px;
  margin: 30px 0 70px;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .fristLi .Pname .Ptext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    line-height: 25px;
    font-size: 14px;
    color: #7A7A7A;
  }
}
.container .page2 .content .fristLi .Pname .learnMore {
  padding: 5px 20px;
  border: 1px solid #333;
  color: #333;
  border-radius: 50px;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .container .page2 .content .fristLi .Pname .learnMore {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .container .page2 .content .fristLi .Pname .learnMore {
    display: none;
  }
}
.container .page2 .content .fristLi .Pname .learnMore img {
  width: 5px;
  height: 11px;
  object-fit: contain;
}
.container .page2 .content .fristLi .Pname .date {
  color: #666;
  font-size: 16px;
  padding: 5px 0;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .fristLi .Pname .date {
    display: block;
  }
}
.container .page2 .content .fristLi:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}
.container .page2 .content .NewLi {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.container .page2 .content .NewLi .p_li {
  flex: 0 0 32%;
  margin-bottom: 20px;
  height: 500px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .NewLi .p_li {
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    height: 100px;
  }
}
.container .page2 .content .NewLi .p_li .Pimg {
  width: 100%;
  height: 70%;
  margin: 0;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .NewLi .p_li .Pimg {
    flex: 0 0 45%;
    width: 45%;
    height: 100%;
  }
}
.container .page2 .content .NewLi .p_li .Pname {
  padding: 0 20px;
}
.container .page2 .content .NewLi .p_li .Pname p {
  font-size: 32px;
  padding: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .NewLi .p_li .Pname p {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .container .page2 .content .NewLi .p_li .Pname {
    flex: 0 0 45%;
    padding: 0 5%;
  }
}
.container .page2 .content .NewLi .p_li .Ptext {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .NewLi .p_li .Ptext {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.container .page2 .content .NewLi .p_li span {
  color: #333;
  font-size: 20px;
}
.container .page2 .content .NewLi .p_li .f_right {
  float: right;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .NewLi .p_li .f_right {
    float: none;
  }
}
.container .page2 .content .NewLi .p_li .date {
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .NewLi .p_li .date {
    display: none;
  }
}
.container .page2 .content .NewLi .p_li:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
}
.container .page2 .content .newsdetails {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .newsdetails {
    width: 100%;
  }
}
.container .page2 .content .newsdetails .name {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .newsdetails .name {
    font-size: 20px;
    margin-top: 10px;
  }
}
.container .page2 .content .newsdetails .time {
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin: 50px 0;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .newsdetails .time {
    margin: 15px 0;
  }
}
.container .page2 .content .newsdetails .share {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .newsdetails .share {
    margin-bottom: 20px;
  }
}
.container .page2 .content .newsdetails .share .shareImg {
  position: relative;
  z-index: 1;
  background-color: #FBFBFB;
  display: inline-block;
}
.container .page2 .content .newsdetails .share img {
  width: 31px;
  display: inline-block;
  margin: 0 23px;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .newsdetails .share img {
    margin: 0 10px;
    width: 25px;
  }
}
.container .page2 .content .newsdetails .share .pengyouquan {
  width: 29px;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .newsdetails .share .pengyouquan {
    width: 22px;
  }
}
.container .page2 .content .newsdetails .share hr {
  background-color: #DDDDDD;
  border: none;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 45%;
}
.container .page2 .content .newsdetails .details {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 35px;
  margin-bottom: 150px;
}
@media screen and (max-width: 700px) {
  .container .page2 .content .newsdetails .details {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}
.container .page2 .content .newsdetails .details .news05 {
  min-width: 80%;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

/*# sourceMappingURL=news.css.map */
