@charset "utf-8";
main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
ul,
li {
  list-style-type: none;
}
img.lazy {
  background: url("../images/loading.gif") no-repeat center;
}
.needMarquee {
  white-space: nowrap;
}
@font-face {
  font-family: numFont;
  src: url('../fonts/DINPRO.otf');
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.word {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.needScroll {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.needScroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/*正常情况下滑块的样式*/
.needScroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/*鼠标悬浮在该类指向的控件上时滑块的样式*/
.needScroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/*鼠标悬浮在滑块上时滑块的样式*/
.needScroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/*正常时候的主干部分*/
.needScroll::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: white;
}
/*鼠标悬浮在滚动条上的主干部分*/
.needScroll::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.01);
}
#cyNavStyle {
  background: #1c4093;
}
#cyNavStyle:before {
  opacity: 1;
}
#cyNavStyle span {
  font-weight: bolder;
  color: #fff;
}
@keyframes service-img {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes imgScale {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
}
@keyframes breath {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
.header-bar {
  width: 100%;
}
.header-bar .h2 {
  background: #fff;
  height: 137px;
}
.header-bar .h2 main {
  *zoom: 1;
}
.header-bar .h2 main:before,
.header-bar .h2 main:after {
  content: " ";
  display: table;
}
.header-bar .h2 main:after {
  clear: both;
}
.header-bar .h2 main .left {
  float: left;
  *zoom: 1;
}
.header-bar .h2 main .left:before,
.header-bar .h2 main .left:after {
  content: " ";
  display: table;
}
.header-bar .h2 main .left:after {
  clear: both;
}
.header-bar .h2 main .left a {
  float: left;
  display: block;
  line-height: 137px;
}
.header-bar .h2 main .right {
  float: right;
  margin-top: 55px;
}
.header-bar .h2 main .right div {
  float: left;
  background: url("../images/h-tel.png") no-repeat left center;
  padding-left: 35px;
}
.header-bar .h2 main .right div b {
  color: #1c4093;
  font-size: 16px;
  display: block;
  letter-spacing: 2px;
}
.header-bar .h2 main .right div small {
  color: #1c4093;
  font-size: 12px;
  display: block;
}
.header-bar .h2 main .right p {
  float: right;
  color: #333333;
  font-size: 24px;
  text-align: right;
}
.header-bar .h2 main .right p i {
  display: block;
  height: 22px;
  width: 1px;
  content: '';
  background: #c4c4c4;
  float: left;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 10px;
}
.header-bar .h2 main .right > a {
  float: right;
  width: 29px;
  height: 29px;
  background: #1c4093;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 29px;
  margin-left: 15px;
}
nav {
  width: 100%;
  background: #f8f8f8;
}
nav ul {
  position: relative;
  height: 60px;
}
nav ul:after {
  position: absolute;
  left: 1187px;
  display: block;
  content: '';
  background: #1c4093;
  width: 369px;
  height: 60px;
  top: 0;
}
nav ul .nav-li {
  position: relative;
  float: left;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
nav ul .nav-li:hover .nav-li-a {
  background-color: #1c4093;
}
nav ul .nav-li:hover .nav-li-a:before {
  opacity: 1;
}
nav ul .nav-li:hover .nav-li-a span {
  font-weight: bolder;
  color: #fff;
}
nav ul .nav-li:hover .nav_son {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
nav ul .nav-li .nav-li-a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 137px;
  position: relative;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
nav ul .nav-li .nav-li-a span {
  display: block;
  color: #525252;
  font-size: 14px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
nav ul .nav-li .nav-li-a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  display: block;
  content: '';
  background: #ec3b41;
  opacity: 0;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
nav ul .nav-li .nav_son {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(50deg);
  -ms-transform: rotateY(50deg);
  -moz-transform: rotateY(50deg);
  -webkit-transform: rotateY(50deg);
  -o-transform: rotateY(50deg);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  z-index: 99;
}
nav ul .nav-li .nav_son p {
  width: 100%;
  overflow: hidden;
  height: 400px;
}
nav ul .nav-li .nav_son p a {
  float: left;
  width: 100%;
  height: 40px;
  display: block;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  background: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
nav ul .nav-li .nav_son p a:hover {
  background: #f13f47;
  color: #fff;
}
nav ul form {
  float: right;
  height: 60px;
  width: 241px;
}
nav ul form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
}
nav ul form ::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
}
nav ul form :-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
}
nav ul form input {
  background: #1c4093;
  height: 60px;
  text-indent: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  float: left;
}
nav ul form button {
  width: 58px;
  height: 60px;
  background: #1c4093 url("../images/search.png") no-repeat center;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
  font-size: 14px;
  float: left;
  cursor: pointer;
}
.pc-banner {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
.pc-banner .banner_container {
  position: relative;
  width: 100%;
  z-index: 1;
}
.pc-banner .banner_container .swiper-pagination-bullets,
.pc-banner .banner_container .swiper-pagination-custom,
.pc-banner .banner_container .swiper-pagination-fraction {
  bottom: 20px;
}
.pc-banner .banner_container .swiper-pagination-bullet {
  opacity: 0.6;
  width: 30px;
  height: 7px;
  background: #005fb1;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.pc-banner .banner_container .swiper-pagination-bullet-active {
  background: #005fb1;
  opacity: 1;
}
.pc-banner .banner_container .swiper-container {
  width: 100%;
  height: 100%;
}
.pc-banner .banner_container .swiper-container .swiper-slide {
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pc-banner .banner_container .swiper-container .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: grab;
}
.my-page {
  width: 100%;
}
.my-title {
  text-align: center;
}
.my-title h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bolder;
  color: #1c4093;
}
.my-title small {
  color: #676767;
  font-size: 16px;
  display: block;
  font-weight: lighter;
  margin-top: 5px;
  text-transform: uppercase;
  background: url("../images/tbg.png") no-repeat center;
}
.pro-bar {
  width: 100%;
  background: url("../images/pbg.jpg") repeat;
}
.pro-bar .my-pro {
  padding-bottom: 60px;
  padding-top: 62px;
  background: url("../images/industry.png") no-repeat bottom right;
}
.pro-bar .my-pro main {
  *zoom: 1;
  width: 100%;
}
.pro-bar .my-pro main:before,
.pro-bar .my-pro main:after {
  content: " ";
  display: table;
}
.pro-bar .my-pro main:after {
  clear: both;
}
.pro-bar .my-pro main .my-pro-content {
  margin-top: 50px;
}
.pro-bar .my-pro main .my-pro-content .swiper-container-ip {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pro-bar .my-pro main .my-pro-content .swiper-container-ip .swiper-slide {
  position: relative;
}
.pro-bar .my-pro main .my-pro-content .swiper-container-ip .swiper-slide:hover .s-pro img {
  transform: scale(1.05) translateZ(0);
  -webkit-transform: scale(1.05) translateZ(0);
}
.pro-bar .my-pro main .my-pro-content .swiper-container-ip .swiper-slide:hover p span {
  text-shadow: 5px 2px 6px #000;
}
.pro-bar .my-pro main .my-pro-content .swiper-container-ip .swiper-slide .s-pro {
  height: 250px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.pro-bar .my-pro main .my-pro-content .swiper-container-ip .swiper-slide .s-pro img {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.pro-bar .my-pro main .my-pro-content .swiper-container-ip .swiper-slide .s-iop {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pro-bar .my-pro main .my-pro-content .swiper-container-ip .swiper-slide p span {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  text-indent: 20px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.case {
  width: 100%;
  background: url("../images/pbg.jpg") repeat;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
}
.case > img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.case .swiper-container-2 {
  margin-top: 41px;
}
.case .swiper-container-2 .swiper-wrapper .swiper-slide {
  border: 1px solid #e0dcdc;
  box-sizing: border-box;
}
.case .swiper-container-2 .swiper-wrapper .swiper-slide:hover p {
  background: #1c4093;
}
.case .swiper-container-2 .swiper-wrapper .swiper-slide:hover p span {
  color: #fff;
}
.case .swiper-container-2 .swiper-wrapper .swiper-slide .case-img {
  height: 282px;
}
.case .swiper-container-2 .swiper-wrapper .swiper-slide .case-p {
  height: 54px;
  line-height: 54px;
  background: #fff;
  text-align: center;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.case .swiper-container-2 .swiper-wrapper .swiper-slide p span {
  color: #555555;
  font-size: 16px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.case > a {
  width: 209px;
  height: 51px;
  display: block;
  line-height: 51px;
  background: #1c4093;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  font-weight: lighter;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  margin-top: 32px;
}
.case > a:hover {
  opacity: 0.9;
}
.advantage {
  width: 100%;
  height: 219px;
  background: url("../images/zixun.jpg") no-repeat center;
  background-size: cover;
}
.advantage main {
  *zoom: 1;
}
.advantage main:before,
.advantage main:after {
  content: " ";
  display: table;
}
.advantage main:after {
  clear: both;
}
.advantage main .a2 {
  float: right;
  margin-left: 120px;
  margin-top: 42px;
}
.advantage main .a2 span {
  background: url(../images/z-tel.png) no-repeat left center;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  display: block;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  width: 120px;
}
.advantage main .a2 p {
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-top: 3px;
  margin-bottom: 17px;
  font-weight: bold;
}
.advantage main .a2 a {
  width: 296px;
  height: 42px;
  background: #f13f47;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 42px;
  font-weight: lighter;
  margin: 0 auto;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.advantage main .a2 a:hover {
  opacity: 0.9;
}
@keyframes warn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
}
.about-bar {
  width: 100%;
  background: url("../images/about.png") no-repeat left bottom 62px;
}
.about-bar .my-company {
  padding: 60px 0 62px 0;
  position: relative;
}
.about-bar .my-company .mc {
  *zoom: 1;
}
.about-bar .my-company .mc:before,
.about-bar .my-company .mc:after {
  content: " ";
  display: table;
}
.about-bar .my-company .mc:after {
  clear: both;
}
.about-bar .my-company .mc .left {
  float: left;
  width: 635px;
  padding-top: 70px;
}
.about-bar .my-company .mc .left h3 {
  color: #272727;
  font-size: 36px;
  margin-left: 52px;
}
.about-bar .my-company .mc .left i {
  display: block;
  width: 32px;
  height: 4px;
  background: #1c4093;
  margin: 20px 0 20px 52px;
}
.about-bar .my-company .mc .left span {
  color: #646464;
  font-size: 14px;
  display: block;
  line-height: 30px;
  width: 525px;
  margin-left: 52px;
}
.about-bar .my-company .mc .left .b-link {
  margin-left: 52px;
}
.about-bar .my-company .mc .left .b-link a {
  display: block;
  border-radius: 25px;
  margin-top: 28px;
  font-size: 14px;
  width: 143px;
  height: 37px;
  text-align: center;
  background: #1c4093;
  color: #fff;
  line-height: 37px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.about-bar .my-company .mc .left .b-link a:hover {
  opacity: 0.8;
}
.about-bar .my-company .mc .left ul {
  *zoom: 1;
  margin-top: 62px;
}
.about-bar .my-company .mc .left ul:before,
.about-bar .my-company .mc .left ul:after {
  content: " ";
  display: table;
}
.about-bar .my-company .mc .left ul:after {
  clear: both;
}
.about-bar .my-company .mc .left ul li {
  float: left;
  width: 208px;
  text-align: center;
}
.about-bar .my-company .mc .left ul li div {
  text-align: center;
  height: 52px;
  line-height: 52px;
}
.about-bar .my-company .mc .left ul li p {
  font-size: 24px;
  color: #1c4093;
  margin: 20px 0 14px 0;
}
.about-bar .my-company .mc .left ul li small {
  font-size: 14px;
  color: #646464;
  display: block;
}
.about-bar .my-company .mc .right {
  width: 565px;
  float: right;
  position: relative;
}
.about-bar .my-company .mc .right div {
  width: 105px;
  height: 105px;
  text-align: center;
  line-height: 105px;
  position: absolute;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-bar .my-company .mc .right div p {
  width: 105px;
  height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: warn 3s linear 0ms infinite alternate;
  -o-animation: warn 3s linear 0ms infinite alternate;
  animation: warn 3s linear 0ms infinite alternate;
}
.about-bar .my-company .mc .right div b {
  background: rgba(255, 255, 255, 0.9);
  width: 77px;
  height: 77px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: warn 3s linear 0ms infinite alternate;
  -o-animation: warn 3s linear 0ms infinite alternate;
  animation: warn 3s linear 0ms infinite alternate;
}
.about-bar .my-company .mc .right div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.news {
  width: 100%;
  padding: 60px 0 66px 0;
}
.news .my-news main {
  *zoom: 1;
}
.news .my-news main:before,
.news .my-news main:after {
  content: " ";
  display: table;
}
.news .my-news main:after {
  clear: both;
}
.news .my-news main .my-news-title {
  *zoom: 1;
}
.news .my-news main .my-news-title:before,
.news .my-news main .my-news-title:after {
  content: " ";
  display: table;
}
.news .my-news main .my-news-title:after {
  clear: both;
}
.news .my-news main .my-news-title b {
  font-size: 20px;
  color: #2f2f2f;
  float: left;
  height: 54px;
  line-height: 54px;
}
.news .my-news main .my-news-title > a {
  float: right;
  color: #929292;
  font-size: 14px;
  font-weight: lighter;
  width: 71px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  margin-top: 16px;
  display: block;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news .my-news main .my-news-title > a:hover {
  color: #f13f47;
  border: 1px solid #f13f47;
}
.news .my-news main .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: relative;
  margin-bottom: 38px;
}
.news .my-news main .line:before {
  position: absolute;
  width: 105px;
  height: 1px;
  background: #1c4093;
  left: 0;
  top: 0;
  display: block;
  content: '';
}
.news .my-news main .news1 {
  width: 686px;
  float: left;
}
.news .my-news main .news1 .my-news1 {
  *zoom: 1;
}
.news .my-news main .news1 .my-news1:before,
.news .my-news main .news1 .my-news1:after {
  content: " ";
  display: table;
}
.news .my-news main .news1 .my-news1:after {
  clear: both;
}
.news .my-news main .news1 .my-news1 .left {
  float: left;
  width: 310px;
}
.news .my-news main .news1 .my-news1 .left .n1 {
  width: 310px;
  height: 180px;
  position: relative;
}
.news .my-news main .news1 .my-news1 .left .n1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news .my-news main .news1 .my-news1 .right {
  float: right;
}
.news .my-news main .news1 .my-news1 .right .n2 {
  width: 331px;
  padding-top: 16px;
}
.news .my-news main .news1 .my-news1 .right .n2 p {
  color: #494949;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}
.news .my-news main .news1 .my-news1 .right .n2 span {
  color: #777777;
  font-size: 14px;
  display: block;
  line-height: 26px;
}
.news .my-news main .news1 .my-news1 .right .n2 a {
  display: block;
  width: 146px;
  height: 40px;
  background: #f13f47 url("../images/down.png") no-repeat right 27px center;
  line-height: 40px;
  text-indent: 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
  margin-top: 28px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news .my-news main .news1 .my-news1 .right .n2 a:hover {
  opacity: 0.8;
}
.news .my-news main .news1 .my-news2 {
  *zoom: 1;
}
.news .my-news main .news1 .my-news2:before,
.news .my-news main .news1 .my-news2:after {
  content: " ";
  display: table;
}
.news .my-news main .news1 .my-news2:after {
  clear: both;
}
.news .my-news main .news1 .my-news2 > a {
  display: block;
  margin-top: 18px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e5e5e5;
  width: 685px;
  height: 74px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news .my-news main .news1 .my-news2 > a:hover {
  background: #1c4093;
}
.news .my-news main .news1 .my-news2 > a:hover p b {
  color: #fff;
}
.news .my-news main .news1 .my-news2 > a:hover p small {
  color: #fff;
}
.news .my-news main .news1 .my-news2 > a:hover > div {
  background: url("../images/r2.png") no-repeat right 32px center;
}
.news .my-news main .news1 .my-news2 > a:hover > div span {
  color: #fff;
}
.news .my-news main .news1 .my-news2 > a p {
  float: left;
  position: relative;
  text-align: center;
  width: 102px;
  margin-top: 15px;
}
.news .my-news main .news1 .my-news2 > a p:after {
  position: absolute;
  width: 1px;
  height: 38px;
  display: block;
  content: '';
  background: #f1f1f1;
  right: 0;
  top: 4px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news .my-news main .news1 .my-news2 > a p b {
  display: block;
  color: #4e4e4e;
  font-size: 24px;
  font-family: numFont!important;
  font-weight: normal;
  margin-top: -4px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news .my-news main .news1 .my-news2 > a p small {
  display: block;
  font-size: 14px;
  color: #a5a5a5;
}
.news .my-news main .news1 .my-news2 > a > div {
  background: url("../images/r1.png") no-repeat right 32px center;
  float: right;
  width: 557px;
}
.news .my-news main .news1 .my-news2 > a > div span {
  color: #343434;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 74px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news .my-news main .news2 {
  float: right;
  width: 454px;
}
.news .my-news main .news2 .my-news2 {
  display: block;
  margin-bottom: 38px;
  border-bottom: 1px dashed #dadada;
}
.news .my-news main .news2 .my-news2:last-of-type {
  margin-bottom: 0;
}
.news .my-news main .news2 .my-news2:hover > div b {
  color: #f13f47;
}
.news .my-news main .news2 .my-news2 > div {
  margin-bottom: 9px;
  *zoom: 1;
}
.news .my-news main .news2 .my-news2 > div:before,
.news .my-news main .news2 .my-news2 > div:after {
  content: " ";
  display: table;
}
.news .my-news main .news2 .my-news2 > div:after {
  clear: both;
}
.news .my-news main .news2 .my-news2 > div:nth-of-type(2) i {
  background: #4a4a4a;
}
.news .my-news main .news2 .my-news2 > div i {
  color: #fff;
  font-weight: bold;
  font-style: normal;
  width: 22px;
  height: 22px;
  font-size: 14px;
  display: block;
  background: #f13f47;
  float: left;
  text-align: center;
  line-height: 26px;
}
.news .my-news main .news2 .my-news2 > div b {
  float: right;
  color: #333333;
  font-size: 14px;
  width: 420px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.news .my-news main .news2 .my-news2 > div span {
  float: right;
  width: 420px;
  color: #777777;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
}
.footer-top {
  background: #1c2129;
  position: relative;
  padding-bottom: 23px;
  *zoom: 1;
}
.footer-top:before,
.footer-top:after {
  content: " ";
  display: table;
}
.footer-top:after {
  clear: both;
}
.footer-top .b2 {
  height: 80px;
  border-bottom: 1px solid #7e8083;
  margin-bottom: 58px;
  line-height: 80px;
}
.footer-top .b2 p {
  float: left;
  font-size: 24px;
  color: #fff;
  font-weight: bolder;
}
.footer-top .b2 ul {
  width: 980px;
  float: right;
  *zoom: 1;
}
.footer-top .b2 ul:before,
.footer-top .b2 ul:after {
  content: " ";
  display: table;
}
.footer-top .b2 ul:after {
  clear: both;
}
.footer-top .b2 ul li {
  float: left;
  padding: 0 38px;
}
.footer-top .b2 ul li:first-child {
  padding-left: 0;
}
.footer-top .b2 ul li:last-child {
  padding-right: 0;
}
.footer-top .b2 ul li a {
  color: #9fa1a5;
  font-weight: lighter;
  font-size: 14px;
  line-height: 35px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.footer-top .b2 ul li a:hover {
  color: #f13f47;
}
.footer-top .line {
  margin-right: 100px;
}
.footer-top .b1 {
  float: left;
  width: 394px;
  padding-top: 33px;
}
.footer-top .b1 p {
  display: block;
  color: #b7bbc3;
  font-size: 18px;
  margin-top: 18px;
}
.footer-top .b3 {
  width: 252px;
  float: left;
}
.footer-top .b3 ul {
  width: 277px;
  float: left;
}
.footer-top .b3 ul p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 26px;
}
.footer-top .b3 ul li {
  line-height: 30px;
}
.footer-top .b3 ul li span {
  color: #b7bbc3;
  font-size: 14px;
}
.footer-top .b4 {
  float: left;
  width: 302px;
}
.footer-top .b4 p {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.footer-top .b4 p img {
  width: 106px;
  height: 106px;
  background: #fff;
  padding: 5px;
}
.footer-top .b4 p span {
  color: #9fa1a5;
  font-size: 14px;
  font-weight: lighter;
  display: block;
  margin-top: 16px;
}
.footer-bottom {
  background-color: #1c2129;
  height: 80px;
  line-height: 80px;
  border-top: 1px solid #7e8083;
  *zoom: 1;
}
.footer-bottom a,
.footer-bottom span {
  color: #b7bbc3;
  font-size: 14px;
  font-weight: lighter;
}
.footer-bottom a {
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.footer-bottom a:hover {
  color: #1c4093;
}
.footer-bottom:before,
.footer-bottom:after {
  content: " ";
  display: table;
}
.footer-bottom:after {
  clear: both;
}
.footer-bottom .left {
  float: left;
}
.footer-bottom .right {
  float: right;
}
.inner_case_img{
  position: relative;
}
