body {
  margin-top: 100px;
}
/* head */
.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  padding: 0 5%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.head .logo img {
  display: block;
  max-height: 60px;
}
.head .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head .right .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head .right .nav li {
  margin-right: 40px;
}
.head .right .nav li a {
  position: relative;
  display: block;
  line-height: 100px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .right .nav li > a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0px;
  height: 2px;
  background-color: #0072a3;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.head .right .nav li .xl {
  display: none;
  position: fixed;
  top: 100px;
  left: 0px;
  width: 100%;
  background-color: #f5f5f5;
  padding: 60px 0 40px;
}
.head .right .nav li .xl dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}
.head .right .nav li .xl dd {
  width: 25%;
  padding: 0 10px;
}
.head .right .nav li .xl dd a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 30px 30px 30px 10px;
  border: 3px solid transparent;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  -moz-transition: all 0.3;
  transition: all 0.3;
}
.head .right .nav li .xl dd .img {
  position: relative;
  padding-bottom: 26.66%;
  width: 40%;
}
.head .right .nav li .xl dd .img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head .right .nav li .xl dd p {
  width: 58%;
  font-size: 20px;
  line-height: 1;
}
.head .right .nav li .xl dd a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 128, 183, 0.6);
          box-shadow: 0 0 10px rgba(0, 128, 183, 0.6);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: #0072a3;
}

.head .right .nav li.on > a,
.head .right .nav li > a:hover {
  color: #0072a3;
}
.head .right .nav li.on > a:after {
  width: 100%;
}
.head .head_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.head .head_contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head .head_contact a i {
  margin-right: 8px;
}
.head .head_contact a:nth-child(1) {
  letter-spacing: 0.5px;
}
.head .head_contact a:nth-child(1) i,
.head .head_contact a:nth-child(1) p {
  font-size: 24px;
  color: #0072a3;
}
.head .head_contact a:nth-child(2) {
  width: 132px;
  height: 37px;
  background: #0072a3;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  margin-left: 26px;
}
.head .btn {
  display: none;
}

body.up .head.head_scroll{
  top: -100px;
}
/* head */

.head_search {
  display: none;
}
.menu {
  display: none;
}

/* index */
.inbanner {
  position: relative;
}
.inbanner .swiper-slide{
  position: relative;
  height: -webkit-calc(100vh - 100px);
  height: -moz-calc(100vh - 100px);
  height: calc(100vh - 100px);
}
.inbanner .swiper-slide img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inbanner .swiper-slide .text{
  position: absolute;
  top: 45%;
  left: 10%;
  /* padding-top: 100px; */
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inbanner .swiper-slide .text h3{
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.inbanner .swiper-slide .text span{
  display: block;
  width: 60px;
  height: 6px;
  background-color: #0072a3;
  margin-bottom: 40px;
}
.inbanner .swiper-slide .text h5{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.inbanner .swiper-slide .text p{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  text-transform: uppercase;
}


.inbanner .banner_btn {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  right: 10%;
  background-color: rgba(255, 255, 255, 0.95);
  width: 380px;
  height: 100px;
  border-left: 4px solid #0072a3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px 0 35px;
}
.inbanner .banner_btn .swiper-pagination {
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
}
.inbanner .banner_btn .swiper-pagination .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: transparent;
  font-size: 20px;
  font-family: "SimHei";
  cursor: pointer;
  width: auto;
  height: auto;
}
.inbanner
  .banner_btn
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #0072a3;
}

.infont {
  font-size: 14px;
  color: #666;
  letter-spacing: 3px;
  position: absolute;
  text-transform: uppercase;
}
.font_l {
  left: 0px;
  -webkit-transform: translateX(-45%) rotate(90deg);
     -moz-transform: translateX(-45%) rotate(90deg);
      -ms-transform: translateX(-45%) rotate(90deg);
       -o-transform: translateX(-45%) rotate(90deg);
          transform: translateX(-45%) rotate(90deg);
  top: 30%;
}
.font_r {
  right: 0;
  -webkit-transform: translateX(45%) rotate(90deg);
     -moz-transform: translateX(45%) rotate(90deg);
      -ms-transform: translateX(45%) rotate(90deg);
       -o-transform: translateX(45%) rotate(90deg);
          transform: translateX(45%) rotate(90deg);
  bottom: 195px;
}
.infont:after,
.infont:before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #999;
}
.infont:before {
  top: 50%;
  left: -150%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  /* transform: rotate(90deg); */
}
.infont:after {
  top: 50%;
  left: 150%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inpro {
  position: relative;
  padding: 1.5rem 0 1.3rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.inpro .w90 {
  position: relative;
}
.inpro .content ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
     -moz-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.inpro .content li {
  width: 52%;
}
.inpro .content li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 40px 80px;
  margin-bottom: 7.6%;
}
.inpro .content li a:last-child {
  margin-bottom: 0px;
}
.inpro .content li .img {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  padding-bottom: 56%;
  width: 40%;
}
.inpro .content li .img img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.inpro .content li .text {
  width: 48%;
}
.inpro .content li .text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 30px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.inpro .content li .text p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.inpro .content li .text span {
  position: relative;
  width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 16px;
  color: #0072a3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inpro .content li .text span:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #0072a3;
}
.inpro .content li .text span:after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0px;
  width: 6px;
  height: 6px;
  background-color: #0072a3;
}

.inpro .content li:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 44%;
  height: 100%;
}
.inpro .content li:nth-child(1) a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin-bottom: 0px;
}
.inpro .content li:nth-child(1) .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}
.inpro .content li:nth-child(1) .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inpro .content li:nth-child(1) .text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  padding: 65px 65px 50px;
}
.inpro .content li:nth-child(1) .text h3 {
  font-size: 36px;
  color: #fff;
  margin: 28px 0 24px;
}
.inpro .content li:nth-child(1) .text p {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 45px;
}
.inpro .content li:nth-child(1) .text span {
  position: relative;
  width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 16px;
  color: #0072a3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inpro .content li a:hover .text span {
  padding-left: 16px;
}

.inpro .box {
  position: relative;
  margin-top: 75px;
  height: 180px;
}
.inpro .box .img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.inpro .box .img img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inpro .box .text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-right: 14%;
}
.inpro .box .text:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-color: #015198;
}
.inpro .box .text p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.inpro .box .text span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 222px;
  height: 52px;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inpro .box .text span:hover {
  color: #0072a3;
  background-color: #fff;
}

.inabout {
  overflow: hidden;
  background-color: #f5f5f5;
}
.inabout .w90 {
  position: relative;
}
.inabout .content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.inabout .content:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.inabout .content .img {
  position: relative;
  width: 46%;
  overflow: hidden;
  height: 756px;
}
.inabout .content .img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inabout .content .text {
  width: 54%;
  padding: 20px 50px 20px 100px;
}
.inabout .content .text h3 {
  display: block;
  font-size: 36px;
  line-height: 1.3;
  color: #333;
  width: 100%;
  padding: 30px 0;
}
.inabout .content .text p {
  display: block;
  padding: 30px 0 0;
  border-top: 1px dashed #ddd;
  font-size: 15px;
  line-height: 2;
  color: #333;
  margin-bottom: 30px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; */
}
.inabout .content .text .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* border-top: 1px solid #ddd; */
}
.inabout .content .text .list li {
  width: 33.33%;
  text-align: center;
}
.inabout .content .text .list li .num {
  font-size: 42px;
  color: #0072a3;
  font-family: "Bebas-Neue";
  /* font-weight: bold; */
  margin-bottom: 5px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.inabout .content .text .list li span {
  font-size: 14px;
  color: #0072a3;
  margin-left: 5px;
}
.inabout .content .text a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  width: 222px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 5px;
  margin-top: 90px;
  background: #0072a3;
}
.inabout .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
  padding: 105px 0;
}
.inabout .box li {
  width: 33.33%;
  padding: 0 10px;
}
.inabout .box li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 10px;
  background-color: #fff;
}
.inabout .box li .ico {
  margin-bottom: 22px;
}
.inabout .box li .ico i {
  font-size: 51px;
  color: #0072a3;
}
.inabout .box li .tl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.inabout .box li .tl h3 {
  position: relative;
  font-size: 16px;
  color: #000;
}
.inabout .box li .tl h3:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 0px;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inabout .box li .tl span {
  display: block;
  margin-left: 10px;
  font-family: "宋体";
}
.inabout .box li a:hover .tl h3:after {
  width: 100%;
}

.innews {
  padding: 100px 0 155px;
}
.innews .intl {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}
.innews .content ul {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innews .content li {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 28%;
  height: 100%;
  background-color: #f5f5f5;
  display: block;
}
.innews .content li:nth-child(1) {
  width: 38%;
  position: relative;
}
.innews .content li:nth-child(2) {
  left: 0px;
}
.innews .content li:nth-child(3) {
  right: 0px;
}
.innews .content li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20%;
}
.innews .content li:nth-child(1) a {
  display: block;
  width: 100%;
  padding: 0px;
}
.innews .content li .text{
  width: 100%;
}
.innews .content li .text h1 {
  font-size: 16px;
  color: #999;
  margin-bottom: 40px;
}
.innews .content li .text h3 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.innews .content li .text h5 {
  font-size: 18px;
  color: #0072a3;
  display: block;
  font-family: "shu";
  margin-bottom: 30px;
}
.innews .content li .text p {
  font-size: 14px;
  color: #999;
  width: 100%;
  height: 40px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.innews .content li .text span {
  margin-top: 50px;
  width: 164px;
  height: 46px;
  background-color: #0072a3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
}
.innews .content li .img {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}
.innews .content li .img img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.innews .content li .text1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #0072a3;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.innews .content li .text1 .tl {
  padding: 0 10%;
  width: 74%;
  color: #fff;
}
.innews .content li .text1 .tl h3 {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.innews .content li .text1 .tl h5 {
  line-height: 1;
  font-size: 16px;
  opacity: 0.5;
}
.innews .content li .text1 .ico {
  width: 26%;
  height: 100%;
  background-color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.innews .content li .text1 .ico i {
  display: block;
  font-size: 64px;
  color: #fff;
  opacity: 0.8;
}
.innews .content li a:hover .img img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

/* foot */
.foot {
  background-color: #222;
  padding: 85px 0 45px;
}
.foot .foot1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}
.foot .foot1 .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 62%;
}
.foot .foot1 .foot_nav {
  width: 72%;
}
.foot .foot1 .foot_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.foot .foot1 .foot_nav li {
  color: #fff;
  width: 33.333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #383838;
}
.foot .foot1 .foot_nav li a{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.foot .foot1 .foot_nav li > a {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
}
.foot .foot1 .foot_nav li dd a {
  display: block;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 20px;
  font-size: 14px;
}
.foot .foot1 .foot_nav a:hover{
  opacity: 1;
}

.foot .foot_contact {
  /* display: flex;
  justify-content: space-between; */
  width: 33%;
}
.foot .foot_contact p {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 20px;
  font-size: 14px;
}
.foot_copyright .w90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 37px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #2d2d2d;
}
.foot_copyright p,
.foot_copyright a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.foot_copyright a{
  margin-left: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.foot_copyright a:hover{
  color: rgba(255, 255, 255, 0.9);
}