html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: #df1514;
  text-decoration: none;
}
img {
  border: none;
  vertical-align: middle;
  -webkit-touch-callout: none;
}
i,
em {
  font-style: normal;
}
li {
  list-style-type: none;
}
textarea {
  resize: vertical;
}
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  outline: none;
}
/*global style*/
.g-fl {
  float: left;
}
.g-fr {
  float: right;
}
.g-c {
  zoom: 1;
}
.g-c:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.g-hide {
  display: none !important;
}
.main-content {
  width: 1400px;
  margin: 0 auto;
}
.module .module-title {
  text-align: center;
  font-size: 36px;
  line-height: 76px;
  margin: 40px 0;
}
.module .module-title p {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #999;
}
header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 10000;
}
header .main-content {
  overflow: hidden;
  position: relative;
}
header .logo {
  width: 210px;
  float: left;
  margin-top: 24px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 24.08%;
  background-image: url(../img/logo-black.png);
  background-size: 100% 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: backgroundColor 0.3s;
  transition: backgroundColor 0.3s;
  position: absolute;
}
header.white::before {
  background-color: rgba(0, 0, 0, 0.5);
}
header.white .logo a {
  background-image: url(../img/logo-white.png) !important;
}
header.white .nav .right::before {
  background-color: #fff;
}
header.white .nav li a {
  color: #fff;
}
header.white .nav li.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}
header.white .nav li.active a {
  color: #fff;
}
header.black {
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
}
header.black::before {
  background-color: #ffffff;
}
header.black .logo a {
  background-image: url(../img/logo-black.png) !important;
}
header.black .nav li a {
  color: #333;
}
header .nav {
  float: right;
  margin-top: px;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  position: relative;
}
header .nav li {
  display: inline-block;
  float: left;
  line-height: 1;
  margin: 0 5px;
  vertical-align: middle;
}
header .nav li a {
  font-size: 18px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 12px;
}
header .nav li.active {
  color: #df1514;
  border-bottom: 2px solid #df1514;
}
header .nav li.active a {
  color: #df1514;
}
header .tel {
  margin-left: 20px;
  float: right;
  width: 221px;
  height: 40px;
  background: url(../img/gdny/tel-bg.png) no-repeat;
  background-size: 100%;
  font-size: 22px;
  color: #fff;
  padding-right: 10px;
  line-height: 40px;
  margin-top: 30px;
  text-align: right;
}
.to-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/gdny/to-top.png);
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.banner {
  width: 100%;
  height: 860px;
  min-width: 1400px;
  background-color: #333;
  position: relative;
}
.banner .banner-image {
  width: 100%;
  height: 860px;
  position: relative;
  overflow: hidden;
}
.banner .banner-image img {
  width: 1920px;
  height: 860px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.banner .banner-content {
  width: 800px;
  height: 272px;
  background-color: rgba(1, 55, 99, 0.35);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -136px;
  margin-left: -400px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.banner .banner-content h3 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 55px;
}
.banner .banner-content h2 {
  font-size: 46px;
  margin-top: 20px;
}
.banner .banner-content h4 {
  font-size: 28px;
  font-weight: normal;
  width: 581px;
  height: 62px;
  line-height: 62px;
  background-color: #003d69;
  border-radius: 30px;
  margin: 30px auto 0;
}
.banner .banner-swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.banner .banner-swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 10px;
  outline: none;
  margin: 0 8px;
  background-color: #999;
  border-radius: 4px;
  opacity: 1;
}
.banner .banner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #eb2c20;
}
.data-wrap {
  height: 180px;
  background-color: #fafafa;
  background: url(../img/gdny/data-bg.jpg);
  background-size: cover;
  background-position: center;
}
.data-wrap .data-list {
  overflow: hidden;
  height: 180px;
}
.data-wrap .data-item {
  width: 25%;
  float: left;
  text-align: center;
  height: 180px;
  line-height: 180px;
  position: relative;
}
.data-wrap .data-item .cen {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.data-wrap .data-item .num {
  font-size: 26px;
  line-height: 26px;
  color: #528bfb;
  margin-bottom: 20px;
}
.data-wrap .data-item .p {
  line-height: 16px;
  font-size: 16px;
  color: #666;
}
.data-wrap .data-item::after {
  content: "";
  width: 1px;
  display: block;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 0;
  background-color: #bebebe;
}
.data-wrap .data-item:last-child::after {
  display: none;
}
.electronic-intr .list {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.electronic-intr .list .item {
  margin: 0 20px;
  width: 426px;
  vertical-align: top;
  display: inline-block;
  box-shadow: 0px 0px 15px 0px rgba(101, 108, 117, 0.25);
  border-radius: 12px;
  overflow: hidden;
  background-color: #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.9;
  position: relative;
}
.electronic-intr .list .item:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.electronic-intr .list .item:hover .btn {
  background-color: #df1514;
  color: #fff;
}
.electronic-intr .list .item .img {
  overflow: hidden;
  position: relative;
}
.electronic-intr .list .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
}
.electronic-intr .list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.electronic-intr .list .item .text {
  height: 290px;
}
.electronic-intr .list .item .text .tit {
  text-align: center;
  font-size: 26px;
  line-height: 80px;
  font-weight: 700;
}
.electronic-intr .list .item .text p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 28px;
  text-align: justify;
  color: #666;
  text-indent: 32px;
}
.electronic-intr .list .item .btn {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  border: 1px solid #df1514;
  background-color: #fff;
  color: #df1514;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-size: 18px;
  margin: 0 auto 30px;
}
.energy-intr .main-intr {
  height: 500px;
  margin-bottom: 10px;
}
.energy-intr .main-intr .l {
  width: 600px;
  float: left;
  height: 500px;
  line-height: 500px;
  padding-right: 35px;
  box-sizing: border-box;
  font-size: 0;
}
.energy-intr .main-intr .l .cen {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 60px;
}
.energy-intr .main-intr .l .tit {
  font-size: 26px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.energy-intr .main-intr .l .tit::after {
  content: "";
  display: block;
  background-color: #b92f2f;
  width: 68px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -34px;
}
.energy-intr .main-intr .l .text {
  font-size: 16px;
  line-height: 26px;
  text-indent: 32px;
  color: #666;
  text-align: justify;
}
.energy-intr .main-intr .l .text p {
  margin-bottom: 20px;
}
.energy-intr .main-intr .l .text p:last-child {
  margin-bottom: 0;
}
.energy-intr .main-intr .r {
  width: 800px;
  height: 500px;
  float: left;
}
.energy-intr .main-intr .r .img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.energy-intr .main-intr .r .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.energy-intr .img-list {
  overflow: hidden;
}
.energy-intr .img-list .img {
  height: 420px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 10px;
}
.energy-intr .img-list .img:first-child {
  margin-left: 0;
}
.energy-intr .img-list .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.energy-intr .img-list .img1 {
  width: 640px;
}
.energy-intr .img-list .img2 {
  width: 420px;
}
.energy-intr .img-list .img3 {
  width: 320px;
}
.case-wrap .list {
  overflow: hidden;
}
.case-wrap .item {
  width: 329px;
  float: left;
  margin-bottom: 30px;
  margin-left: 28px;
}
.case-wrap .item:nth-child(4n+1) {
  margin-left: 0;
}
.case-wrap .item .img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.case-wrap .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.case-wrap .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.case-wrap .item .text .tag {
  text-align: right;
  margin: 10px 0 4px;
}
.case-wrap .item .text .tag span {
  display: inline-block;
  width: 42px;
  height: 20px;
  background-image: -webkit-linear-gradient(345deg, #f03524 0%, #df1514 100%);
  background-image: linear-gradient(105deg, #f03524 0%, #df1514 100%);
  border-radius: 4px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.case-wrap .item .text .title {
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.technology .item {
  height: 508px;
  box-shadow: 0px 0px 15px 0px rgba(101, 108, 117, 0.25);
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.technology .item:first-child .l {
  left: 0;
  background-color: #d0defe;
}
.technology .item .l {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 508px;
  line-height: 508px;
  background-color: #528bfb;
}
.technology .item .l .text {
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.technology .item .img {
  width: 100%;
  height: 100%;
}
.technology .item .img img {
  width: 100%;
  height: 100%;
}
.service {
  background-color: #f5f5f5;
  padding: 10px 0 30px;
  margin-top: 50px;
}
.service .list {
  overflow: hidden;
}
.service .list .item {
  float: left;
  width: 320px;
  height: 460px;
  margin-left: 40px;
  position: relative;
}
.service .list .item::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e8e8e8;
}
.service .list .item:first-child {
  margin-left: 0;
}
.service .list .item:first-child::after {
  display: none;
}
.service .list .item .img {
  width: 320px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.service .list .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.service .list .item .text .tit {
  font-size: 26px;
  margin-top: 30px;
  line-height: 1;
  margin-bottom: 20px;
}
.service .list .item .text .p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-indent: 32px;
}
.scene .list {
  overflow: hidden;
}
.scene .item {
  width: 335px;
  height: 220px;
  overflow: hidden;
  float: left;
  border-radius: 12px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.scene .item:nth-child(4n+1) {
  margin-left: 0;
}
.scene .item .img,
.scene .item img {
  width: 100%;
  height: 100%;
}
.scene .scene-swiper-pagination {
  text-align: center;
}
.scene .scene-swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 80px;
  height: 6px;
  border-radius: 0;
  background: #ffd9d9;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scene .scene-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #df1514;
  width: 120px;
  opacity: 1;
}
.client .list {
  overflow: hidden;
}
.client .item {
  width: 272px;
  height: 136px;
  float: left;
  border-radius: 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.client .item:nth-child(5n+1) {
  margin-left: 0;
}
.client .item .img,
.client .item img {
  width: 100%;
  height: 100%;
}
.client .item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.client .item .text .name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  line-height: 136px;
  color: #fff;
  font-size: 22px;
}
.client .item .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.client .item .text:hover .name {
  opacity: 1;
}
.client .item .text:hover::before {
  opacity: 0.6;
}
.advantage .advantage-wrap {
  overflow: hidden;
  height: 988px;
}
.advantage .advantage-wrap > div {
  width: 50%;
  float: left;
}
.advantage .advantage-wrap .tit {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding-top: 80px;
  padding-left: 40px;
  margin-bottom: 26px;
}
.advantage .advantage-wrap .text {
  font-size: 16px;
  line-height: 26px;
  padding: 0 40px 0 40px;
  margin-bottom: 26px;
}
.advantage .advantage-wrap .text p {
  margin-bottom: 10px;
}
.advantage .advantage-wrap .text p:last-child {
  margin-bottom: 0;
}
.advantage .advantage-wrap .l {
  border-right: 1px solid #e8e8e8;
}
.advantage .advantage-wrap .l .item:first-child {
  height: 310px;
  border-bottom: 1px solid #e8e8e8;
}
.advantage .advantage-wrap .l .item:first-child .list {
  font-size: 0;
  padding-left: 40px;
}
.advantage .advantage-wrap .l .item:first-child .list span {
  display: inline-block;
  width: 170px;
  height: 58px;
  line-height: 58px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-left: 10px;
  background-image: url(../img/gdny/btn-bg.jpg.png);
  background-size: 100%;
}
.advantage .advantage-wrap .l .item:first-child .list span:first-child {
  margin-left: 0;
}
.advantage .advantage-wrap .l .item:last-child {
  height: 678px;
}
.advantage .advantage-wrap .l .item:last-child .text {
  text-indent: 32px;
}
.advantage .advantage-wrap .l .item:last-child .img {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.advantage .advantage-wrap .r .item:first-child {
  height: 520px;
  border-bottom: 1px solid #ebebeb;
}
.advantage .advantage-wrap .r .item:first-child .text {
  text-indent: 32px;
}
.advantage .advantage-wrap .r .item:first-child .list {
  padding-left: 40px;
  padding-top: 20px;
  overflow: hidden;
  text-align: center;
}
.advantage .advantage-wrap .r .item:first-child .list img {
  width: 220px;
  height: 140px;
  margin: 0 15px;
}
.advantage .advantage-wrap .r .item:last-child {
  height: 468px;
}
.advantage .advantage-wrap .r .item:last-child .text {
  text-indent: 32px;
}
.advantage .advantage-wrap .r .item:last-child .img {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.company-intr {
  margin-top: 66px;
}
.company-intr .intr {
  width: 1400px;
  height: 496px;
  position: relative;
}
.company-intr .intr .img {
  width: 1400px;
  height: 496px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.company-intr .intr .img img {
  width: 100%;
  height: 100%;
}
.company-intr .intr .img::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.company-intr .intr .text {
  position: absolute;
  width: 80%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 10%;
  bottom: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding: 20px;
  text-indent: 32px;
  border-radius: 8px;
  text-align: justify;
}
.company-intr .intr .text p {
  margin-bottom: 10px;
}
.company-intr .nav {
  overflow: hidden;
  height: 188px;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 8px 8px;
  border-top: 0;
}
.company-intr .nav .item {
  width: 25%;
  float: left;
  height: 188px;
  text-align: center;
  background-color: #f5f5f5;
  border-left: 1px solid #e8e8e8;
  position: relative;
}
.company-intr .nav .item:first-child {
  border-left: 0;
}
.company-intr .nav .item .tit {
  line-height: 1;
  padding-top: 44px;
  font-size: 26px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 36px;
}
.company-intr .nav .item .tit::after {
  content: "";
  display: block;
  width: 32px;
  height: 33px;
  background-image: url(../img/gdny/arrow.png);
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 64px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.company-intr .nav .item .btn {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #df1514;
  border-radius: 24px;
  text-align: center;
  color: #df1514;
  line-height: 46px;
  font-size: 18px;
}
.company-intr .nav .item:hover {
  background-color: #fafafa;
}
.company-intr .nav .item:hover .tit {
  padding-top: 20px;
  margin-bottom: 70px;
}
.company-intr .nav .item:hover .tit::after {
  opacity: 1;
}
.company-intr .nav .item:hover .btn {
  background-color: #df1514;
  color: #fff;
}
.superiority .list {
  overflow: hidden;
  position: relative;
  height: 600px;
}
.superiority .list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  top: 50%;
  left: 0;
}
.superiority .list .item {
  width: 50%;
  height: 300px;
  float: left;
  text-align: center;
  padding-top: 20px;
}
.superiority .list .item:nth-child(2n) {
  padding-left: 240px;
}
.superiority .list .item:nth-child(2n+1) {
  padding-right: 240px;
}
.superiority .list .item .tit {
  font-size: 26px;
  margin-bottom: 30px;
}
.superiority .list .item .text {
  font-size: 16px;
  line-height: 26px;
  text-indent: 32px;
  text-align: justify;
  height: 120px;
}
.superiority .list .item .icon {
  text-align: center;
}
.superiority .list .cen {
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -200px;
}
.honor {
  background-color: #f5f5f5;
  padding: 10px 0 30px 0;
}
.honor .module-content {
  position: relative;
  padding-bottom: 40px;
}
.honor .honor-swiper {
  width: 100%;
  height: 640px;
}
.honor .honor-swiper .swiper-slide {
  height: 640px;
}
.honor .honor-swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.honor .honor-swiper-pagination span {
  margin: 0 10px;
  width: 80px;
  height: 6px;
  border-radius: 0;
  background: #ffd9d9;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.honor .honor-swiper-pagination span.swiper-pagination-bullet-active {
  background: #df1514;
  width: 120px;
  opacity: 1;
}
.honor .list {
  text-align: center;
  padding: 20px 0;
}
.honor .list .item {
  display: inline-block;
  width: auto;
  height: 600px;
  font-size: 0;
  text-align: center;
  margin: 0 12px;
}
.honor .list .item img {
  max-height: 100%;
}
.news .list {
  overflow: hidden;
}
.news .list .new-item {
  width: 446px;
  margin-left: 31px;
  float: left;
}
.news .list .new-item:first-child {
  margin-left: 0;
}
.news .list .new-item .title {
  overflow: hidden;
  line-height: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
}
.news .list .new-item .title .name {
  float: left;
  font-size: 24px;
  position: relative;
}
.news .list .new-item .title .name::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  left: 0;
  bottom: 0;
}
.news .list .new-item .title .more {
  float: right;
  font-size: 16px;
  color: #999;
}
.news .list .new-item .title .more:hover {
  color: #b92f2f;
}
.news .list .new-item .item {
  height: 72px;
  margin-bottom: 40px;
}
.news .list .new-item .item .img {
  overflow: hidden;
  position: relative;
  float: left;
  width: 120px;
  border-radius: 4px;
}
.news .list .new-item .item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.news .list .new-item .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.news .list .new-item .item .text {
  height: 72px;
  position: relative;
  margin-left: 140px;
}
.news .list .new-item .item .text .tit {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .list .new-item .item .text .date {
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}
.news .list .new-item .item .text .intr {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flow {
  background-color: #f5f5f5;
  padding: 10px 0 30px 0;
}
.flow .flow-wrap img {
  width: 100%;
  display: block;
}
footer {
  background-color: #333333;
  padding-bottom: 20px;
}
footer .copyright {
  text-align: center;
  line-height: 20px;
  padding: 20px 0 10px;
  color: #999;
  font-size: 18px;
}
footer .copyright a {
  color: #999;
  font-size: 18px;
}
footer .copyright img {
  margin-left: 20px;
  vertical-align: -3px;
}
footer .friend-link ul {
  width: 1500px;
  text-align: center;
  margin: 0 auto;
}
footer .friend-link ul li {
  display: inline-block;
  line-height: 30px;
}
footer .friend-link ul li a {
  padding: 0 10px;
  display: block;
  font-size: 16px;
  color: #888;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .friend-link ul li a:hover {
  color: #fff;
}
