@charset "utf-8";
@font-face {
  font-family: 'numfont';
  src: url('../font/DIN1451.woff') format('truetype');
}
/* banner */
.fullSlide {
  width: 100%;
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: -1;
  margin: 0 auto;
}
.fullSlide:before {
  content: '';
  position: absolute;
  width: 96px;
  height: 121px;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  background: url('../images/icon_scroll_top.png') no-repeat center;
  z-index: 100;
}
.fullSlide .bd {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.fullSlide .bd li .msg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  padding-top: 350px;
  text-align: left;
}
.fullSlide .bd li .msg .container .p1 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 35px;
}
.fullSlide .bd li .msg .container .p1 span {
  font-weight: 600;
}
.fullSlide .bd li .msg .container .p2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
}
.fullSlide .bd li .msg .container .p3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.fullSlide .bd li .msg .container .banner_more {
  margin-top: 70px;
  display: block;
  width: 150px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: all linear 0.3s;
}
.fullSlide .bd li .msg .container .banner_more i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url('../images/cp_arrow2.png') no-repeat center;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.fullSlide .bd li .msg .container .banner_more:hover {
  background: #fff;
  color: #333333;
  font-weight: 600;
}
.fullSlide .bd li .msg .container .banner_more:hover i {
  background-image: url('../images/cp_arrow3.png');
}
.fullSlide .hd {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  display: none;
}
.fullSlide .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: 100px;
  border: 2px solid #fff;
  margin: 0 10px;
  border-radius: 8px;
}
.fullSlide .hd li.on {
  background: #fff;
}
.fullSlide .next {
  right: 80px;
  background: #fff;
  transform: rotate(180deg);
}
.fullSlide .next:after {
  content: ' ';
  position: absolute;
  background: url('../images/icon_prev.png') no-repeat center;
  font-size: 35px;
  width: 50px;
  height: 50px;
  transform: rotateY(360deg);
  cursor: pointer;
}
.fullSlide .stop {
  display: block;
  position: absolute;
  z-index: 1;
  margin-top: -65px;
  left: 215px;
  z-index: 100;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 1 !important;
  border-radius: 50%;
  bottom: 130px;
}
.fullSlide .stop.pauseState {
  background: url('../images/icon_play.png') no-repeat center;
}
.fullSlide .stop:after {
  content: ' ';
  position: absolute;
  background: url('../images/icon_stop.png') no-repeat center;
  font-size: 35px;
  width: 50px;
  height: 50px;
}
.fullSlide:after {
  display: none;
  content: '';
  position: absolute;
  width: 55px;
  height: 30px;
  background: url('../images/css_sprites.png') -133px -260px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -60px;
  animation: 1s mymove linear infinite normal;
}
.fullSlide .pageState {
  position: absolute;
  right: 105px;
  bottom: 70px;
  color: #b7b7b7;
  font-size: 18px;
  letter-spacing: 6px;
}
.fullSlide .pageState:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  left: -50px;
  bottom: 16px;
}
.fullSlide .pageState span {
  font-size: 26px;
  color: #fff;
}
.fullSlide .prev,
.fullSlide .next {
  display: block !important;
  position: absolute;
  z-index: 1;
  margin-top: -65px;
  left: 150px;
  z-index: 100;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #ffffff;
  opacity: 1 !important;
  border-radius: 50%;
  bottom: 130px;
}
.fullSlide .prev:after,
.fullSlide .next:after {
  content: ' ';
  position: absolute;
  background: url('../images/icon_prev.png') no-repeat center;
  font-size: 35px;
  width: 50px;
  height: 50px;
}
.fullSlide .next {
  left: 280px !important;
}
@media screen and (min-width: 1921px) {
  .fullSlide .bd li,
  .section5,
  .section2 .section2_slider .bd ul li,
  .section6 {
    background-size: 100% auto !important;
  }
}
@keyframes mymove {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(15px);
  }
  75% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.sy_ban {
  background: url(../images/sy_ban.jpg) no-repeat center;
  width: 100%;
  height: 200px;
}
.sy_title {
  text-align: center;
}
.sy_title h2 {
  font-size: 60px;
  color: #171717;
}
.sy_title h2 span {
  font-size: 48px;
  color: #999999;
  font-weight: 100;
  opacity: 0.5;
}
.sy_title h2 span i {
  margin: 0 20px;
  font-style: inherit;
}
.ny_search {
  width: 1200px;
  height: 60px;
  overflow: hidden;
  margin: 15px auto;
  position: relative;
}
.ny_search p {
  width: 785px;
  background: url(../images/weizhi_xb1.png) left center no-repeat;
  padding-left: 20px;
  height: 38px;
  color: #bababa;
  font-size: 12px;
  line-height: 38px;
  float: left;
}
.ny_search p em {
  padding: 0 6px;
  font-family: 'å®‹ä½“';
}
.ny_search .zi {
  width: 830px;
  height: 38px;
  color: #666;
  font-size: 12px;
  line-height: 38px;
  float: left;
  border-bottom: 2px solid #ff0041;
}
.ny_search h1 {
  color: #bababa;
  font-size: 12px;
  line-height: 38px;
  display: inline-block;
  font-weight: normal;
}
.ny_search a {
  color: #bababa;
}
.ny_search a:hover {
  color: #006db8;
}
.ny_search .search1 {
  width: 270px;
  height: 35px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 18px;
  position: relative;
  float: right;
  top: 12px;
}
.ny_search .search1 .inp01 {
  width: 220px;
  height: 35px;
  padding: 5px 5px 5px 15px;
  line-height: 35px;
  text-align: left;
  color: #999999;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 0;
  outline: 0;
  font-family: 'å¾®è½¯é›…é»‘';
  box-sizing: border-box;
  border-radius: 30px 0 0 30px;
}
.ny_search .search1 .inpso {
  width: 49px;
  height: 20px;
  background: url(../images/soso1.png) center no-repeat;
  border-left: 1px solid #e5e5e5;
  border-radius: 0 50% 50% 0;
  position: absolute;
  right: 0;
  top: 7px;
  outline: 0;
  z-index: 2;
  text-indent: -999px;
  cursor: pointer;
}
.icon {
  background: url('../images/css_sprites.png') no-repeat;
}
/*首页样式*/
header {
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all ease 0.36s;
}
header .header_main {
  min-width: 1700px;
  width: 1700px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  padding: 0 40px;
  box-sizing: border-box;
  transition: all ease 0.36s;
}
header .header_main .logo a {
  display: block;
  width: 240px;
  height: 80px;
  background: url('../images/logo.png') no-repeat center;
  background-size: auto 40px;
}
header .header_main .nav {
  margin-left: auto;
  display: flex;
}
header .header_main .nav li {
  margin: 0 20px;
  line-height: 80px;
}
header .header_main .nav li:hover a {
  color: #074b7d;
}
header .header_main .nav li a {
  font-size: 16px;
  color: #13212e;
}
header .header_main .header_contact {
  display: flex;
  margin-left: 45px;
}
header .header_main .header_contact .about dt {
  width: 140px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(to right, #0c6caf, #139f79);
  border-radius: 28px;
  position: relative;
  top: 16px;
  text-align: center;
}
header .header_main .header_contact .about dt a {
  color: #fff;
}
header .header_main .header_contact .about dt .container {
  position: absolute;
  top: 60px;
  left: -60px;
  height: 0;
  transition: all linear 0.3s;
  overflow: hidden;
  padding-top: 10px;
  box-sizing: border-box;
}
header .header_main .header_contact .about dt .container ul li {
  width: 240px;
  font-size: 16px;
  border-radius: 12px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.8);
}
header .header_main .header_contact .about dt:hover .container {
  height: 110px;
}
header .header_main .header_contact .search {
  width: 40px;
  height: 30px;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  margin-left: 10px;
  top: 0;
}
header .header_main .header_contact .search .tb {
  float: right;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 100;
}
header .header_main .header_contact .search .tb .search-wrapper {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, -50%);
}
header .header_main .header_contact .search .tb .search-wrapper.active {
  left: 35px;
}
header .header_main .header_contact .search .tb .search-wrapper.active .input-holder {
  border-radius: 50px;
  width: 450px;
  background: #4c4c4c;
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  left: -30px;
}
header .header_main .header_contact .search .tb .search-wrapper.active .input-holder .search-input {
  opacity: 1;
  transform: translate(0, 10px);
}
header .header_main .header_contact .search .tb .search-wrapper.active .input-holder .search-icon {
  width: 50px;
  height: 50px;
  background-color: #e6e6e6;
  margin: 10px;
  border-radius: 30px;
}
header .header_main .header_contact .search .tb .search-wrapper.active .close {
  right: -50px;
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.5s;
}
header .header_main .header_contact .search .tb .search-wrapper .input-holder {
  overflow: hidden;
  height: 70px;
  background: rgba(255, 255, 255, 0);
  border-radius: 6px;
  position: relative;
  width: 70px;
  transition: all 0.3s ease-in-out;
}
header .header_main .header_contact .search .tb .search-wrapper .input-holder .search-input {
  width: 100%;
  height: 50px;
  padding: 0px 70px 0 20px;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: 'Open Sans', Arial, Verdana;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  transform: translate(0, 60px);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
}
header .header_main .header_contact .search .tb .search-wrapper .input-holder .search-icon {
  width: 70px;
  height: 70px;
  border: none;
  background: url(../images/icon_search.png) center no-repeat;
  border-radius: 6px;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
header .header_main .header_contact .search .tb .search-wrapper .close {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  transition-delay: 0.2s;
}
header .header_main .header_contact .search .tb .search-wrapper .close:before,
header .header_main .header_contact .search .tb .search-wrapper .close:after {
  position: absolute;
  content: '';
  background: #ccc;
  border-radius: 2px;
}
header .header_main .header_contact .search .tb .search-wrapper .close:before {
  width: 5px;
  height: 25px;
  left: 10px;
  top: 0px;
  content: '';
}
header .header_main .header_contact .search .tb .search-wrapper .close:after {
  width: 25px;
  height: 5px;
  left: 0px;
  top: 10px;
  content: '';
}
header .header_main .header_contact .search .tb .search-wrapper .result-container {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0px;
  text-align: center;
  font-family: 'Open Sans', Arial, Verdana;
  font-size: 14px;
  display: none;
  color: #b7b7b7;
}
.section1 {
  margin-top: 100vh;
  position: relative;
  height: 960px;
  box-sizing: border-box;
  padding: 50px 0 0;
  background: #fff url('../images/section1_bg.png') no-repeat left center;
}
.section1 .container {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.section1 .container .slider_title > .hd ul {
  text-align: center;
}
.section1 .container .slider_title > .hd ul li {
  display: inline-block;
    font-size: 24px;
    color: #116cb0;
    line-height: 50px;
    height: 50px;
    margin: 0 5px;
    padding: 0 30px;
    box-sizing: border-box;
    border: 1px solid #116cb0;
}
.section1 .container .slider_title > .hd ul li:hover,
.section1 .container .slider_title > .hd ul li.on {
    border: 1px solid #116cb0;
    padding: 0 30px;
    color: #fff;
    background: #0c6caf;
}

.section1 .container .slider_title > .hd ul li.on a,.section1 .container .slider_title > .hd ul li:hover a{color:#fff;}
.section1 .container .slider_title > .hd ul .btn-container {
  display: inline-block;
  width: 80px;
  height: 38px;
  background: linear-gradient(to right, #04c7f7, #3087d3);
  border-radius: 22px;
  vertical-align: bottom;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.section1 .container .slider_title > .hd ul .btn-container .btn-act {
  width: 100%;
  height: 30px;
  position: relative;
  top: 4px;
  overflow: hidden;
  transition: all ease 0.3s;
}
.section1 .container .slider_title > .hd ul .btn-container .btn-act:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  left: 4px;
  top: 0;
}
.section1 .container .slider_title > .hd ul .btn-container .btn-act:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  right: -34px;
  top: 0;
}
.section1 .container .slider_title > .hd ul .btn-container .btn-act.on {
  transform: translateX(40px);
}
.section1 .container .slider_title .bd {
  margin-top: 30px;
  overflow: hidden;
}
.section1 .container .slider_title .bd .box .slider {
  position: relative;
  height: 650px;
}
.section1 .container .slider_title .bd .box .slider .hd {
  position: relative;
  z-index: 10;
}
.section1 .container .slider_title .bd .box .slider .hd ul li {
  text-align: center;
  position: absolute;
  cursor: pointer;
  width: 105px;
}
.section1 .container .slider_title .bd .box .slider .hd ul li span {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #0c6caf;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto auto;
}
.section1 .container .slider_title .bd .box .slider .hd ul li span.icon1 {
  background-image: url('../images/1.png');
}
.section1 .container .slider_title .bd .box .slider .hd ul li span.icon2 {
  background-image: url('../images/2.png');
}
.section1 .container .slider_title .bd .box .slider .hd ul li span.icon3 {
  background-image: url('../images/3.png');
}
.section1 .container .slider_title .bd .box .slider .hd ul li span.icon4 {
  background-image: url('../images/4.png');
}
.section1 .container .slider_title .bd .box .slider .hd ul li.on .icon1 {
  background-image: url('../images/1-1.png');
}
.section1 .container .slider_title .bd .box .slider .hd ul li.on .icon2 {
  background-image: url('../images/2-1.png');
}
.section1 .container .slider_title .bd .box .slider .hd ul li.on .icon3 {
  background-image: url('../images/3-1.png');
}
.section1 .container .slider_title .bd .box .slider .hd ul li.on .icon4 {
  background-image: url('../images/4-1.png');
}
.section1 .container .slider_title .bd .box .slider .hd ul li:nth-child(1) {
  top: 0px;
  right: 470px;
}
.section1 .container .slider_title .bd .box .slider .hd ul li:nth-child(1):after {
  content: '';
  position: absolute;
  width: 335px;
  height: 752px;
  right: -310px;
  top: 55px;
  background: url('../images/section1_line.png') no-repeat;
  display: none;
}
.section1 .container .slider_title .bd .box .slider .hd ul li:nth-child(2) {
  top: 130px;
  right: 240px;
}
.section1 .container .slider_title .bd .box .slider .hd ul li:nth-child(3) {
  top: 340px;
  right: 240px;
}
.section1 .container .slider_title .bd .box .slider .hd ul li:nth-child(4) {
  top: 450px;
  right: 470px;
}
.section1 .container .slider_title .bd .box .slider .bd {
  height: 100%;
}
.section1 .container .slider_title .bd .box .slider .bd ul {
  height: 100% !important;
  width: 100% !important;
}
.section1 .container .slider_title .bd .box .slider .bd ul li {
  position: relative !important;
  height: 100% !important;
  width: 100% !important;
}
.section1 .container .slider_title .bd .box .slider .bd ul li .cp_des {
  position: absolute;
  top: 230px;
  left: 150px;
  z-index: 10;
}
.section1 .container .slider_title .bd .box .slider .bd ul li .cp_des p {
  font-size: 30px;
  color: #116cb0;
  position: relative;
  background: url('../images/section1_arrow1.png') no-repeat left center;
  padding-left: 35px;
  line-height: 28px;
}
.section1 .container .slider_title .bd .box .slider .bd ul li .cp_des h3 {
  font-size: 40px;
  color: #070707;
  margin: 15px 0 28px;
  line-height: 40px;
}
.section1 .container .slider_title .bd .box .slider .bd ul li .cp_des span {
  line-height: 15px;
  font-size: 14px;
  color: #777777;
  text-transform: uppercase;
}
.section1 .container .slider_title .bd .box .slider .bd ul li .cp_des a {
  width: 145px;
  line-height: 40px;
  border: 2px solid #3e74bc;
  font-size: 14px;
  color: #3e74bc;
  text-align: center;
  display: block;
  margin-top: 90px;
  box-sizing: border-box;
}
.section1 .container .slider_title .bd .box .slider .bd ul li .cp_des a i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url('../images/section1_arrow2.png') no-repeat center;
  vertical-align: middle;
  margin-left: 12px;
  position: relative;
  top: -2px;
}
.section1 .container .slider_title .bd .box .slider .bd ul li .cp_des a:hover {
  background: #0e5da3;
  color: #fff;
}
.section1 .container .slider_title .bd .box .slider .bd ul li .cp_des a:hover i {
  background-image: url('../images/cp_arrow2.png');
}
.section1 .container .slider_title .bd .box .slider .bd ul li .img {
  position: relative;
  height: 100%;
  width: 100%;
}
.section1 .container .slider_title .bd .box .slider .bd ul li .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 560px;
  max-height: 650px;
  transform: scale(0.8);
}
.section1 .canvas-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 0;
}
.section2 {
  padding: 50px 0 20px;
  background-color: #0e53a7;
}
.section2 .sy_title h2 {
  color: #fff;
}
.section2 .sy_title h2 span {
  color: #fff;
  opacity: 0.5;
}
.section2 .container {
  margin-top: 30px;
}
.section2 .container .swiper {
  overflow: hidden;
  padding-bottom: 180px;
  position: relative;
}
.section2 .container .swiper .swiper-pagination {
  bottom: 145px;
  text-align: center;
}
.section2 .container .swiper .swiper-wrapper .swiper-slide {
  height: 500px;
  position: relative;
}
.section2 .container .swiper .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  height: 500px;
}
.section2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active:after {
  display: none;
}
.section2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active a {
  height: 500px;
}
.section2 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .msg {
  display: block;
}
.section2 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all linear 0.3s;
  height: 100%;
}
.section2 .container .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  display: block;
}
.section2 .container .swiper .swiper-wrapper .swiper-slide a .msg {
  margin-top: 50px;
  text-align: center;
  display: none;
}
.section2 .container .swiper .swiper-wrapper .swiper-slide a .msg .title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section2 .container .swiper .swiper-wrapper .swiper-slide a .msg .des {
  font-size: 18px;
  color: #00bebe;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section2 .container .swiper .swiper-button-prev {
  left: 105px;
  width: 42px;
  height: 23px;
  background: url('../images/section2_arrow_prev.png') no-repeat center;
}
.section2 .container .swiper .swiper-button-prev:after {
  display: none;
}
.section2 .container .swiper .swiper-button-next {
  right: 105px;
  width: 42px;
  height: 23px;
  background: url('../images/section2_arrow_next.png') no-repeat center;
}
.section2 .container .swiper .swiper-button-next:after {
  display: none;
}
.section2 .container .swiper .swiper-pagination-bullet {
  width: 27px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all linear 0.3s;
  display: inline-block;
}
.section2 .container .swiper .swiper-pagination-bullet-active {
  width: 82px;
  height: 1px;
  background: #fff;
}
.section2 .container .section2_des {
  margin-top: 25px;
  text-align: center;
}
.section2 .container .section2_des h4 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 15px;
}
.section2 .container .section2_des p {
  font-size: 18px;
  color: #00bebe;
}
.section3 {
  padding: 50px 0;
  background-color: #fff;
}
.section3 .container {
  margin-top: 30px;
}
.section3 .container ul {
  display: flex;
}
.section3 .container ul li {
  flex: 1;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 30px 70px;
  background: transparent;
  transition: all linear 0.3s;
}
.section3 .container ul li a .time {
  font-size: 24px;
  color: #999999;
  margin-bottom: 30px;
}
.section3 .container ul li a .title {
  font-size: 22px;
  color: #191919;
  line-height: 40px;
  margin-bottom: 30px;
  height: 80px;
  overflow: hidden;
}
.section3 .container ul li a .des {
  font-size: 16px;
  color: #191919;
  line-height: 25px;
  margin-bottom: 35px;
  height: 50px;
  overflow: hidden;
}
.section3 .container ul li a .img {
  width: 100%;
  height: 11.5vw;
  margin-bottom: 65px;
  overflow: hidden;
}
.section3 .container ul li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all linear 0.3s;
}
.section3 .container ul li a .more {
  font-size: 16px;
  color: #565656;
}
.section3 .container ul li:hover {
  background: linear-gradient(to bottom, #0c6bb0, #13a078);
}
.section3 .container ul li:hover .title,
.section3 .container ul li:hover .time,
.section3 .container ul li:hover .des,
.section3 .container ul li:hover .more {
  color: #fff;
}
.section3 .container ul li:hover .img img {
  transform: scale(1.1);
}
footer {
  background-color: #0e5da3;
  padding: 80px 0 0;
}
footer .container {
  border-top: 2px solid #3275b1;
  border-bottom: 2px solid #3275b1;
  display: flex;
}
footer .container .footer_nav {
  padding-bottom: 65px;
  width: 1245px;
  padding-top: 55px;
  display: flex;
  justify-content: space-around;
  border-right: 2px solid #3275b1;
}
footer .container .footer_nav dl dt {
  margin-bottom: 70px;
  position: relative;
}
footer .container .footer_nav dl dt:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
}
footer .container .footer_nav dl dt a {
  font-size: 18px;
  color: #ffffff;
}
footer .container .footer_nav dl dd a {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
  display: block;
  line-height: 30px;
}
footer .container .footer_nav dl dd a:hover {
  opacity: 1;
}
footer .container .footer_contact {
  height: 100%;
  flex: 1;
}
footer .container .footer_contact .footer_logo {
  box-sizing: border-box;
  width: 100%;
  height: 140px;
  padding: 35px 0 30px 30px;
  border-bottom: 1px solid #3275b1;
}
footer .container .footer_contact .footer_logo a {
  height: 100%;
  width: 100%;
  display: block;
  background: url('../images/footer_logo.png') no-repeat left center;
  background-size: auto 100%;
}
footer .container .footer_contact .contact_us {
  padding: 30px;
}
footer .container .footer_contact .contact_us p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 13px;
}
footer .container .footer_contact .contact_us p span {
  font-size: 30px;
  font-weight: 600;
  margin-left: 10px;
}
footer .container .footer_contact .contact_us ul {
  display: flex;
}
footer .container .footer_contact .contact_us ul li {
  margin-right: 5px;
  position: relative;
}
footer .container .footer_contact .contact_us ul li i {
  display: block;
  width: 37px;
  height: 37px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
footer .container .footer_contact .contact_us ul li .code {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100px;
  display: none;
  opacity: 0;
  transition: all linear 0.5s;
}
footer .container .footer_contact .contact_us ul li .code img {
  display: block;
  width: 100%;
}
footer .container .footer_contact .contact_us ul li:hover .code {
  display: block;
  opacity: 1;
}
footer .container .footer_contact .contact_us ul li.wx i {
  background-image: url('../images/code_wx.png');
}
footer .container .footer_contact .contact_us ul li.dy i {
  background-image: url('../images/code_dy.png');
}
footer .container .footer_contact .contact_us ul li.bd i {
  background-image: url('../images/code_bd.png');
}
footer .container .footer_contact .contact_us ul li.wb i {
  background-image: url('../images/code_wb.png');
}
footer .bq {
  padding: 30px;
  display: flex;
  box-sizing: border-box;
}
footer .bq p {
  margin-right: 55px;
  font-size: 14px;
  color: #fff;
  opacity: 0.4;
}
footer .bq p:last-child {
  margin-left: auto;
  margin-right: 0;
}
footer .bq p a {
  font-size: 14px;
  color: #fff;
}
.links {
  overflow: hidden;
  padding: 12px 0;
  margin: 0 auto;
  background-color: #fff;
}
.links .container {
  float: left;
  width: 1610px;
}
.links .container dd {
  display: inline-block;
  line-height: 36px;
  margin: 0 23px;
}
.links .container dd a {
  font-size: 14px;
  color: #858585;
}
.links .container dd a:hover {
  color: #012f82;
}
.links dt {
  float: left;
  font-size: 14px;
  color: #252628;
  line-height: 36px;
  width: 90px;
  position: relative;
}
.links dt:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 37px;
  background: url('../images/icons.png') no-repeat -454px -76px;
  right: 0px;
}
