/*浏览器滚动条*/ ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button:vertical {
  display: none
}
::-webkit-scrollbar-track:vertical {
  background-color: black
}
::-webkit-scrollbar-track-piece {
  background: #cacaca
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #0051a9;
  border-radius: 30px
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #0051a9
}
::-webkit-scrollbar-corner:vertical {
  background-color: #535353
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #0051a9
}
/*.wow {opacity: 0;}*/
.mobile {
  width: 100%;
}
.mobile-inner {
  margin-right: auto;
  margin-left: auto;
  background-color: ;
  position: relative;
}
.mobile-inner img {}
.mobile-inner p {
  color: #676767;
  line-height: 25px;
  font-size: 16px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0px;
}
.mobile-inner-header {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 50px;
  position: relative;
  top: 0px;
  z-index: 33;
  left: 0px;
}
.mobile-inner-header-icon {
  color: #ffffff;
  height: 50px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 50px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  background: url("../images/../images/menuwap.png" /*menuwap.png*/ ) no-repeat center center;
  background-size: 40%;
}
.mobile-inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);
  width: 25px;
  height: 1px;
  background-color: #333e46;
}
.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.mobile-inner-nav {
  overflow: auto;
}
.mobile-inner-nav {
  background-color: #00458f;
  width: 77%;
  position: fixed;
  padding-bottom: 0%;
  z-index: 55555;
  padding-top: 17%;
  padding-left: 11%;
  top: 0;
  right: 0;
  bottom: 0px;
  right: -100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.mobile-inner-nav a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
  transition: all 0.5s;
}
.mobile-inner-nav dl {
  display: none;
  padding-bottom: 10px;
  padding-top: 10px;
}
.mobile-inner-nav dl dd {
  line-height: 35px;
  text-decoration: none;
  text-indent: 21px;
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
  font-size: 14px;
  opacity: .7;
}
.mobile-inner-nav li {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-inner-nav h2.h2tit {
  line-height: 50px;
  text-decoration: none;
  text-indent: 2em;
  font-size: 16px;
  color: #FFFFFF;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
}
.mobile-inner-nav h2.h2tit a {
  color: #FFFFFF;
}
.mobile-inner-nav a {
  border-bottom: none;
}
.mobile-inner-nav li h2:after {
  content: "+";
  position: absolute;
  left: 0px;
  font-weight: normal;
  font-size: 16px;
}
.mobile-inner-nav li h2 {
  color: #fff;
  font-size: 17px;
  padding-left: 21px;
  position: relative;
  line-height: 42px;
}
.mobile-inner-nav li {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
  margin-bottom: 10px;
}
@-webkit-keyframes resize {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes resize {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.mobile-inner-nav li:last-child h2.h2tit {
  border-bottom: none;
}
.mobile-inner-nav li .h3tit {
  height: 50px;
  position: relative;
  background: url("../images/51_icon_search@2x.png" /*51_icon_search@2x.png*/ ) no-repeat 30px center;
  background-size: 17px;
}
.mobile-inner-nav li .words {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  text-indent: 60px;
  font-size: 15px;
  color: #fff;
  background: url("../images/search2.png" /*search2.png*/ ) no-repeat 30px center;
  background-size: 20px;
}
.mobile-inner-nav li:last-child {
  border-bottom: none;
}
.mobile-inner-nav li form {
  display: block;
  width: 100%;
  height: 100%;
}
@charset "utf-8";
@charset "UTF-8";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.fadeInUp {
  animation-duration: 1.76s;
  animation-name: fadeInUp;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp1 {
  animation-duration: 1.76s;
  animation-name: fadeInUp1;
  animation-fill-mode: forwards
}
@keyframes fadeInUp1 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
}
html, body {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
body {
  font-family: "Microsoft YaHei" ! important;
  color: #333e46;
  background: #fff;
  margin: 0 auto;
  padding: 0px;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:active {
  star: expression(this.onFocus=this.blur());
}
img {
  border: 0px;
  vertical-align: middle;
}
li {
  list-style: none;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
.loadingfa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 29px;
  color: #1f8adf;
  position: absolute;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  top: 50%;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: none;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  -webkit-overflow-scrolling: touch;
}
* {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg)
  }
  to {
    -moz-transform: rotate(360deg)
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg)
  }
  to {
    -ms-transform: rotate(360deg)
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg)
  }
  to {
    -o-transform: rotate(360deg)
  }
}
.xuanzhuan {
  animation: 2s linear 0s normal forwards infinite rotate;
  -webkit-animation: 2s linear 0s normal forwards infinite rotate;
  -moz-animation: 2s linear 0s normal forwards infinite rotate;
  -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img {
  display: block;
  width: 100%;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
.clearflex:after {
  content: "";
  display: table;
  clear: both;
}
.head {
  display: block;
  width: 100%;
  z-index: 333;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  height: 99px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.wrap-content {
  display: block;
  width: 1750px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 0px 15px
}
.wrap-content .logo {
  display: block;
  height: 58px;
  width: 334px;
  position: absolute;
  left: 0px;
  top: 18px; /* background: url(../images/current-logo.png); */ /* background-size: 100%; */ -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.wrap-content .logo img {
  width: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.nav {
  display: block;
  height: 99px;
  right: 160px;
  top: 0px;
  opacity: 1;
  transition: opacity 0.3s linear;
  float: right;
}
.nav .li-item {
  display: inline-block;
  height: 99px;
  float: left;
  margin-left: calc(60/1920*100vw);
}
.nav .li-item .title {
  display: block;
  height: 99px;
  line-height: 99px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  -webkit-transition: color 0.3s linear;
  position: relative;
  z-index: 2;
}
.nav .li-item .title:hover {
  opacity: 1
}
.nav .li-item .title:after {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 19px;
  left: 0px;
  background: #194ac3;
  opacity: 0;
  -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform-origin: 50% 0%;
  transform: scale(0.01, 1);
  display: none;
}
.nav .li-item .title:before {
  display: none;
  content: "";
  height: 400px;
  width: 100%;
  position: absolute;
  top: 19px;
  left: -10px;
  background: #194ac3;
  opacity: 1
}
.nav .li-item:hover .title:after {
  transform: scale(1, 1);
  opacity: 1
}
.sub {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  margin-left: 0;
  text-align: left;
  z-index: 2;
  height: 433px;
}
.sub li a {
  display: block;
  font-size: 16px;
  color: #2b2e2e;
  opacity: 0.7;
  padding: 13px 0
}
.sub li a:hover {
  opacity: 1
}
.sub-show .nav .li-item .title {
  color: #2b2e2e
}
.sub-show .search_area .search_icon, .head_white .search_area .search_icon {
  background-image: url("../images/icon_search_hover.png" /*tpa=http://www.dfdcf.com/skin/img/index/icon_search_hover.png*/ )
}
.sub-show .lang_area a, .head_white .lang_area a {
  color: #2b2e2e
}
.sub-show .lang_area .s_line, .head_white .lang_area .s_line {
  color: #2b2e2e
}
.sub-show .bg-white {
  display: block !important;
  width: 100%;
  height: 532px;
  background: rgba(255, 255, 255, 1);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-animation: a_bg-white_show 0.2s ease-out both;
  -webkit-transform-origin: 50% 0%;
}
.sub-show .nav .li-item.sublist_show .sub, .head_white .nav .li-item.sublist_show .sub {
  -webkit-animation: a_li-item_show 0.2s ease-out both
}
.sub-show .nav .li-item.sublist_hide .sub, .head_white .nav .li-item.sublist_hide .sub {
  -webkit-animation: a_li-item_hide 0.15s ease-out both
}
.sub-show .nav .li-item .menu_hook {
  display: block
}
.sub-hide, .sublist_hide {
  pointer-events: none
}
/*.sub-hide .bg-white {
  -webkit-animation: a_bg-white_hide 0.15s ease-out both;
  -webkit-transform-origin: 50% 0%
}
@keyframes a_li-item_show {
  0% {
    -webkit-transform: translate(0px, -30px);
    opacity: 0
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1
  }
}
@keyframes a_li-item_hide {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1
  }
  100% {
    -webkit-transform: translate(0px, -30px);
    opacity: 0
  }
}
@keyframes a_bg-white_show {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1
  }
}
@keyframes a_bg-white_hide {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0
  }
}*/
.head.white .search {
  background: url("../images/search2.png" /*search2.png*/ ) no-repeat center center;
}
.head.white .switch {
  background: url("../images/menu2.png" /*menu2.png*/ ) no-repeat center center;
}
.head.white {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.head.white .nav .li-item .title {
  color: #000
}
.head.cur1 {
  background: #fff;
  -o-transform: translate(0%, 72px);
  -webkit-transform: translate(0%, 72px);
  -moz-transform: translate(0%, 72px);
  -ms-transform: translate(0%, 72px);
  transform: translate(0%, 72px)
}
.head.cur2 {
  -o-transform: translate(0%, -99px);
  -webkit-transform: translate(0%, -99px);
  -moz-transform: translate(0%, -99px);
  -ms-transform: translate(0%, -99px);
  transform: translate(0%, -99px);
}
.head.white .logo img {
  opacity: 0;
}
.head.sub-show .wrap-content .logo, .head.white .wrap-content .logo {
  background: url("../images/current-logo.png" /*current-logo.png*/ ) no-repeat center center;
  background-size: 100%;
}
.head .search {
  width: 20px;
  float: right;
  height: 99px;
  cursor: pointer;
  background: url("../images/search.png" /*search.png*/ ) no-repeat center center;
  margin-left: calc(77/1920*100vw);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.head .search.current, .head .search:hover {
  background: url("../images/search3.png" /*search3.png*/ ) no-repeat center center;
}
.head .switch {
  width: 26px;
  float: right;
  margin-left: calc(43/1920*100vw);
  height: 99px;
  cursor: pointer;
  background: url("../images/menu.png" /*menu.png*/ ) no-repeat center center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.head .switch.current {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body {}
.head .sub {
  padding-left: calc(100/1920*100vw);
  border-top: 1px solid #f3f3f3;
  background: #f7f7f7;
}
.head .sub .left {
  float: left;
  padding-top: 64px;
  width: 65.8%;
}
.head .sub .left .typename {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333e46;
  padding-bottom: 40px;
  line-height: 1;
}
.head .sub .left .content {}
.head .sub .left .leftCon {
  float: left;
  width: 59.5%;
}
.head .sub .left .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.head .sub .left .link {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333e46;
  line-height: 42px;
  padding-top: 23px;
  padding-bottom: 33px;
  zoom: 1;
  overflow: hidden;
}
.head .sub .left .link a {
  float: left;
  width: 33.333%;
  color: #333e46;
}
.head .sub .left .more {
  width: 169px;
  height: 53px;
  background: #00458F;
  border-radius: 27px;
  display: block;
  text-align: center;
  line-height: 53px;
  color: #fff;
  font-size: 16px;
}
.head .sub .left .rightCon {
  float: right;
  width: 30.3%;
}
.head .sub .left .rightCon img {
  width: 100%;
}
.head .sub .right:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/bg1.png" /*bg1.png*/ ) no-repeat center center;
  background-size: cover;
}
.head .sub .right * {
  position: relative;
  z-index: 4
}
.head .sub .right {
  float: right;
  width: 32%;
  height: 100%;
  background: #044f9e;
  padding-left: calc(50/1920*100vw);
  position: relative;
}
.head .sub .right .title-1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 36px;
  padding-top: 80px;
  line-height: 1;
  padding-bottom: 35px;
}
.head .sub .right .link {}
.head .sub .right .link p {}
.head .sub .right .link a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 36px;
  display: inline-block;
}
.head .sub .right:before {
  content: "";
  background: #014490;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: calc((100vw - 1748px)/2);
  right: calc(874px - 50vw);
}
.nav .li-item .title:hover s {
  color: #efefef;
}
.head.sub-show .logo img, .head.white .logo img {
  opacity: 0;
}
.sub-show.head .switch {
  background: url("../images/menu2.png" /*menu2.png*/ ) no-repeat center center;
  background-size: 100%;
}
.sub-show.head .search {
  background: url("../images/search2.png" /*search2.png*/ ) no-repeat center center;
  background-size: 100%;
}
.head .sub .left .link a:hover {
  color: #00458F;
}
.head .sub .right .link a:hover {
  opacity: .5;
}
.head .sub * {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.searchSlide {
  position: fixed;
  left: 0px;
  top: 99px;
  width: 100%;
  background: #f3f3f3;
  padding: 42px 0px;
  display: none;
  z-index: 666;
}
.searchSlide form {
  width: 656px;
  display: block;
  position: relative;
  margin: auto;
  max-width: 100%;
  height: 55px;
  border: 1px solid #e2e2e2;
}
.searchSlide .words {
  float: left;
  border: none;
  height: 100%;
  width: 100%;
  padding-right: 55px;
  padding-left: 22px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.searchSlide .send {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 55px;
  height: 100%;
  background: url("../images/search3.png" /*search3.png*/ ) no-repeat center center;
  cursor: pointer;
  border: none;
}

.pagination{width: 100%; font-size: 14px; margin-bottom: 30px;}
.pagination span{padding: 8px; background: #2F3237; margin-right: 5px; color: #fff;}
.pagination span a{color: #fff;}
.page-numbar a{ margin-right: 10px;}
.page-numbar a.page-num-current{color: #FCCF04;}
.range {    display: flex;    flex-wrap: wrap;}

.menuCotent {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 444;
  background: #00458f;
  height: 100vh;
  display: none;
  overflow: auto;
}
.menuCotent .content {
  padding-top: calc(177/1080*100vh);
  zoom: 1;
  overflow: hidden;
}
.menuCotent .content .left {
  float: left;
}
.menuCotent .content .tel {
  font-size: 30px;
  font-family: Impact;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  padding-bottom: calc(37/1080*100vh);
}
.menuCotent .content .infors {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 30px;
  padding-bottom: calc(85/1080*100vh);
}
.menuCotent .content .infors p {}
.menuCotent .content .imgs {}
.menuCotent .content .item {
  float: left;
  margin-right: 13px;
  text-align: center;
}
.imgs .item img {max-width: 130px;}
.menuCotent .content .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #FFFFFF;
  padding-top: 15px;
  line-height: 1;
}
.menuCotent .content .right {
  float: right;
  width: calc(1000/1920*100vw);
}
.menuCotent .content .right li {
  float: left;
  width: 33.33%;
  min-height: 350px;
}
.menuCotent .content .right li h2 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  padding-bottom: calc(30/1080*100vh);
}
.menuCotent .content .right li dd a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 36px;
}
.menuCotent .wrap-content {
  position: relative;
  height: 100%;
  z-index: 5;
}
.menuCotent .close {
  text-align: center;
  position: absolute;
  right: 0px;
  top: calc(107/1080*100vh);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  cursor: pointer;
}
.menuCotent .close.current i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menuCotent .close i {
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../images/close.png" /*close.png*/ ) no-repeat center center;
}
.menuCotent .close span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 14px;
  display: block;
}
.banner {}
.banner .imgbox video {
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .imgbox {
  position: relative;
  overflow: hidden;
}
.banner .center {
  position: relative;
  z-index: 5;
}
.banner .title {
  font-size: 60px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 0 0 8px rgb(0 69 143);
}
.banner .desc {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1;
  padding-top: 28px;
  padding-bottom: 16px;
  animation-delay: .2s;
  text-shadow: 0 0 8px rgb(0 69 143);
}
.banner .desc2 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  animation-delay: .3s;
  text-shadow: 0 0 8px rgb(0 69 143);
}
.banner .center .wrap-content1 {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 400px;
  width: 0px;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0px 18px !important;
  position: relative;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 28px;
  height: 28px;
  opacity: 1;
}
.banner .swiper-pagination {
  bottom: 30px !important;
}
.banner .mouse {
  bottom: 48px;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 20px;
  z-index: 6;
}
.banner .ani {
  width: 23px;
  height: 40px;
  background: url("../images/../images/mouse.png") no-repeat center center;
  position: relative;
  overflow: hidden;
}
.banner .ani i {
  width: 6px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 3px;
  margin: auto;
  display: block;
}
.banner .ani em {
  width: 4px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 3px;
  margin: auto;
  display: block;
  margin-bottom: 28px;
  animation: move .5s infinite;
  -moz-animation: move .5s infinite;
  -webkit-animation: move .5s infinite;
  -o-animation: move .5s infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}
@keyframes move {
  from {
    -o-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  to {
    -o-transform: translate(0%, 10px);
    -webkit-transform: translate(0%, 10px);
    -moz-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
  }
}
@-moz-keyframes move {
  from {
    -o-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  to {
    -o-transform: translate(0%, 10px);
    -webkit-transform: translate(0%, 10px);
    -moz-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
  }
}
@-webkit-keyframes move {
  from {
    -o-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  to {
    -o-transform: translate(0%, 10px);
    -webkit-transform: translate(0%, 10px);
    -moz-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
  }
}
@-o-keyframes move {
  from {
    -o-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  to {
    -o-transform: translate(0%, 10px);
    -webkit-transform: translate(0%, 10px);
    -moz-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
  }
}
.wrap-content1 {
  width: 1530px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 0px 15px;
}
.section1 {
  padding-top: 112px;
  padding-bottom: 72px;
}
.section1 .content {
  position: relative;
  padding-left: 55%;
}
.section1 .left {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.section1 .left .imgbox {
  height: 100%;
  overflow: hidden;
}
.section1 .left .img {
  height: 100%;
  background-size: cover !important;
}
.section1 .left video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: cover !important;
}
.section1 .left i {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 760px;
  height: 500px;
  cursor: pointer;
  background: url("../images/play.png" /*play.png*/ ) no-repeat center center;
}
.section1 .right {}
.section1 .right .en {
  font-size: 54px;
  font-family: Impact;
  font-weight: 400;
  color: #333e46;
  line-height: 1;
}
.section1 .right .title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #333e46;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 48px;
}
.section1 .right .desc {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333e46;
  line-height: 30px;
  margin-bottom: 34px;
}
.section1 .right .more {
  width: 165px;
  height: 50px;
  background: url("../images/more.png" /*more.png*/ ) no-repeat 135px center #00458F;
  display: block;
  line-height: 50px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-left: 18px;
}
.section1 .right .list {
  padding-top: 46px;
}
.section1 .right .list li {}
.section1 .right .list li .num {}
.section1 .right .list li .num strong {
  font-size: 42px;
  font-family: Impact;
  font-weight: 400;
  color: #00458F;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
}
.section1 .right .list li .num span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #333e46;
  padding-left: 6px;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
}
.section1 .right .list li .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #666666;
  padding-top: 14px;
  padding-bottom: 0;
  line-height: 1;
}
.section1 .right .list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.section2:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: url("../images/bg.jpg" /*bg.jpg*/ ) no-repeat center center;
  background-size: cover;
  height: 331px;
}
.section2 * {
  position: relative;
  z-index: 5;
}
.section2 {
  position: relative;
  padding-top: 70px;
  background: #f9f9f9;
}
.titlemodel {
  text-align: center;
}
.titlemodel .title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.titlemodel .dec {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.6;
  padding-top: 24px;
  line-height: 1;
}
.section2 .list {
  margin-top: 53px;
  zoom: 1;
  overflow: hidden;
}
.section2 .list.current li.current {
  width: 40%;
}
.section2 .list.current li {
  width: 20%;
}
.section2 .list li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s, -webkit-transform 1s ease 0.2s, opacity 1s ease 0.2s;
  transition: all 0.5s ease 0s, transform 1s ease 0.2s, opacity 1s ease 0.2s;
}
.section2 .list li a {
  display: block;
}
.section2 .list li * {
  display: block;
}
.section2 .list li img {
  display: none;
}
.section2 .list li .default {
  background: #00458f;
  height: 261px;
  background-size: cover !important;
  position: relative;
}
.section2 .list li .text {
  padding-left: 55px;
  padding-top: 42px;
  padding-right: 55px;
}
.section2 .list li .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.section2 .list li .line {
  width: 38px;
  height: 1px;
  background: #fff;
  opacity: .5;
  margin-top: 21px;
  margin-bottom: 23px;
}
.section2 .list li .desc {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 30px;
}
.section2, .section2 * {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.section2 .list.current li .text {
  padding-left: 30px;
  padding-right: 30px
}
.section3 {
  padding-top: 100px;
  background: #f9f9f9;
}
.titlemodel2:after {
  content: "";
  display: table;
  clear: both;
}
.titlemodel2 {}
.titlemodel2 .left {
  float: left;
  zoom: 1;
  overflow: hidden;
  width: 33%;
}
.titlemodel2 .en {
  font-size: 54px;
  font-family: Impact;
  font-weight: 400;
  color: #333e46;
  float: left;
  line-height: 1;
}
.titlemodel2 .cn {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #333e46;
  float: left;
  margin-left: 12px;
  line-height: 1;
  padding-top: 17px;
}
.titlemodel2 .right {
  float: right;
  padding-top: 28px;
}
.section3 .tab {}
.section3 .tab.pc a {
  float: left;
  margin-left: 40px;
  line-height: 1;
}
.section3 .tab a {
  display: block;
  color: #333e46;
  font-size: 18px;
  font-weight: lighter;
}
.section3 .tab a.current {
  font-weight: bold;
}

.fenlei{width: 100%; margin-top: 30px;}
.fenlei dl dd{width: 15.6%;margin-right: 1%;float: left; border: 1px solid #e7e7e7; padding: 10px ;margin-bottom: 15px; transition: all 0.3s;}
.fenlei dl dd:hover{background: #3E6C9D;color: #fff;}
.fenlei dl dd:hover a{color: #fff;}
.section3 .tabBd {
	clear: both;
  margin-top: 20px;
}
.section3 .tabBd .list:after {
  content: "";
  display: table;
  clear: both;
}
.section3 .tabBd .list {}
.section3 .tabBd .list li:nth-child(4n) {
  margin-right: 0px;
}
.section3 .tabBd .list li {
  float: left;
  width: calc((100% - 60px)/4);
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid #D6D6D6;
  background: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.section3 .tabBd .type {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333e46;
  line-height: 1;
  padding-bottom: 13px;
}
.section3 .tabBd .name {
  font-size: 22px;
  font-family: Impact;
  font-weight: bold;
  color: #333e46;
  line-height: 1;
  padding-bottom: 12px;
}
.section3 .tabBd .imgbox {
  margin-bottom: 20px;
  overflow: hidden;
}
.section3 .tabBd .imgbox img {
  width: 100%;
}
.section3 .tabBd .title {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1;
}
.section3 .tabBd .dec {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #0E0E0E;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section3 .tabBd .more {
  padding-top: 7px;
  zoom: 1;
  overflow: hidden;
  padding-bottom: 34px;
}
.section3 .tabBd .more a {
  line-height: 47px;
  border: 1px solid #B5B5B5;
  float: left;
  width: calc((100% - 10px)/2);
  margin-right: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #333e46;
  text-align: center;
  -webkit-transition: all 0.2s !important;
  -o-transition: all 0.2s !important;
  -moz-transition: all 0.2s !important;
  -ms-transition: all 0.2s !important;
  transition: all 0.2s !important;
}
.section3 .tabBd .more a:nth-child(2n) {
  margin-right: 0px;
}
.section3 .tabBd .list li, .section3 .tabBd .list li * {
  -webkit-transition: all 0.5s ease 0s, -webkit-transform 1s ease 0.2s, opacity 1s ease 0.2s;
  transition: all 0.5s ease 0s, transform 1s ease 0.2s, opacity 1s ease 0.2s;
}
.section3 .tabBd .list li:hover {
  box-shadow: 0px 0px 20px #D6D6D6
}
.section3 .tabBd .list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section3 {
  padding-bottom: 73px;
}
.section3 .tabBd .more a:hover {
  background: #00458F;
  border-color: #00458F;
  color: #fff
}
.section4 {
  padding-top: 89px;
  padding-bottom: 93px;
}
.section4 .titlemodel2 .right .more {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333e46;
  line-height: 1;
  display: inline-block;
}
.section4 .content {
  zoom: 1;
  overflow: hidden;
}
.section4 .content .left {
  float: left;
  width: 36.4%;
  padding-top: 40px;
}
.picScroll-top {
  overflow: hidden;
  position: relative;
}
.picScroll-top .hd {
  overflow: hidden;
  height: 32px;
  zoom: 1;
  overflow: hidden;
}
.picScroll-top .hd .prev, .picScroll-top .hd .next {
  display: block;
  width: 9px;
  height: 100%;
  float: right;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/up.png" /*up.png*/ ) center center no-repeat #e7e7e7;
  float: left;
  width: calc((100% - 8px)/2);
}
.picScroll-top .hd .next {
  float: right;
  background: url("../images/down.png" /*down.png*/ ) center center no-repeat #e7e7e7;
}
.picScroll-top .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}
.picScroll-top .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("../images/icoCircle.gif" /*icoCircle.gif*/ ) 0 -9px no-repeat;
}
.picScroll-top .hd ul li.on {
  background-position: 0 0;
}
.picScroll-top .bd {}
.picScroll-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-top .bd ul li {
  text-align: center;
  zoom: 1;
}
.picScroll-top .bd ul li .pic {
  text-align: center;
}
.picScroll-top .bd ul li .pic img {
  width: 180px;
  height: 90px;
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
}
.picScroll-top .bd ul li .pic a:hover img {
  border-color: #999;
}
.picScroll-top .bd ul li .title {
  line-height: 24px;
}
.picScroll-top .bd ul li .li_box {
  padding: 25px 0px;
  display: block;
  zoom: 1;
  overflow: hidden;
  border-bottom: 1px solid rgba(170, 170, 170, 0.3);
}
.picScroll-top .bd ul li .li_box .date {
  width: 70px;
  color: #c4c4c4;
  transition: 0.5s all ease;
  float: left;
}
.picScroll-top .bd ul li .li_box .date .day {
  font-size: 48px;
  line-height: 1;
  font-family: Impact;
  color: #666;
}
.picScroll-top .bd ul li .li_box .intro {
  width: calc(100% - 70px);
  float: right;
  text-align: left;
  padding-left: 30px;
  padding-top: 3px;
}
.picScroll-top .bd ul li .li_box .intro .t {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333e46;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.picScroll-top .bd ul li .li_box .intro .c {
  line-height: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #666666;
  margin-top: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picScroll-top .bd ul li:hover .li_box {}
.picScroll-top .bd ul li .li_box .year {
  padding-top: 0;
  font-size: 16px;
  color: #666;
}
.section4 .content .right {
  float: right;
  padding-top: 67px;
  width: 57%;
}
.section4 .content .right .cell .imgbox {
  overflow: hidden;
  height: 286px;
}
.section4 .content .right .cell img {
  width: 100%;
}
.section4 .content .right .cell {
  width: 48.5%;
  margin-left: 3%;
  float: left;
}
.section4 .content .right .cell a {
  display: block;
}
.section4 .content .right .cell:first-child {
  margin-left: 0;
}
.section4 .content .right .cell .cell_infor {
  padding: 29px 25px;
  background: #f7f7f7;
}
.section4 .content .right .cell_infor .t {
  line-height: 1;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333e46;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section4 .content .right .cell_infor .d {
  font-size: 14px;
  color: #b2b2b2;
  line-height: 1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 21px;
  margin-bottom: 27px;
}
.section4 .content .right .cell_infor .c {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section5 {
  padding-top: 100px;
  background: url("../images/section5.jpg" ) no-repeat center center;
  padding-bottom: 100px;
  background-attachment: fixed;
}
.wrap-content1:after {
  content: "";
  display: table;
  clear: both;
}
.section5 .content {
  float: right;
}
.section5 .content .title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  text-align: right;
  line-height: 1;
}
.section5 .content .desc {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #fff;
  text-align: right;
  padding-top: 12px;
  padding-bottom: 46px;
}
.section5 .content * {
  position: relative;
  z-index: 5
}
.section5 .content .list {}
.section5 .content .left .more {
  width: 70px;
  height: 12px;
  background: url("../images/more3.png" /*more3.png*/ ) no-repeat center center;
  background-size: 100%;
  margin-top: 58px;
  float: right;
}
.section5 .content .left {
  width: 434px;
  height: 329px;
  float: left;
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-left: 41px;
  padding-right: 41px;
}
.section5 .content .imgbox {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section5 .content .title-1 {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}
.section5 .content .en {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1;
  padding-top: 17px;
}
.section5 .content .desc-1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #FFFFFF;
  padding-top: 40px;
  line-height: 1.8;
}
.section5 .content .right {
  width: 247px;
  margin-left: 23px;
  float: left;
}
.section5 .content .item a {
  position: relative;
  height: 154px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
.section5 .content .list * {
  display: block;
}
.section5 .content .list a {
  position: static;
}
.footer {
  background: #00458F;
}
.footer .wrap-content1 {
  background: url("../images/map.png" /*map.png*/ ) no-repeat right center;
}
.footer .block-1:after {
  content: "";
  display: table;
  clear: both;
}
.footer .block-1 {
  padding-bottom: 36px;
  border-bottom: 1px solid #005ABA;
}
.footer .block-1 .logo {
  float: left;
  padding-top: 57px;
}
.footer .block-1 .logo img {}
.footer .block-1 .right {
  float: right;
  padding-top: 70px;
}
.footer .block-1 .right a {
  float: left;
  margin-left: 23px;
  position: relative;
}
.footer .block-1 .right a > span {}
.footer .block-1 .right a > span img {}
.footer .block-1 .right a .slide:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -o-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  content: "";
}
.footer .block-1 .right a:hover .slide {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
  z-index: 5;
}
.footer .block-1 .right a .slide {
  position: absolute;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -o-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: -1;
  bottom: 50px;
  visibility: hidden;
  opacity: 0;
}
.footer .block-1 .right a .slide:after {}
.footer .block-1 .right a .slide img {}
.footer .block-2:after {
  content: "";
  display: table;
  clear: both;
}
.footer .block-2 {
  padding-bottom: 96px;
  border-bottom: 1px solid #005ABA;
}
.footer .block-2 .left {
  float: left;
  padding-top: 59px;
}
.footer .block-2 .left li {
  float: left;
  margin-right: 5vw;
}
.footer .block-2 .left li h2 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  padding-bottom: 26px;
}
.footer .block-2 .left li dl {}
.footer .block-2 .left li dd a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #FFFFFF;
  line-height: 36px;
  opacity: 0.8;
}
.footer .block-2 .right {
  float: right;
  padding-top: 64px;
}
.footer .block-2 .right .tel {
  font-size: 30px;
  font-family: Impact;
  font-weight: 400;
  color: #FFFFFF;
  text-align: right;
  line-height: 1;
  padding-bottom: 18px;
}
.footer .block-2 .right .addr {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-align: right;
}
.footer .block-2 .right .imgs {
  padding-top: 26px;
}
.footer .block-2 .right .item {
  float: left;
  text-align: center;
  margin-left: 13px;
}
.footer .block-2 .right .item img {}
.footer .block-2 .right .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #FFFFFF;
  text-align: center;
  padding-top: 15px;
  line-height: 1;
}
.footer .block-3 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: lighter;
  color: #75ADEA;
  padding: 24px 0px;
  zoom: 1;
  overflow: hidden;
}
.footer .block-3 em {
  display: inline-block;
  width: 1em;
  height: 1px;
}
.footer .block-3 .left {
  float: left;
}
.footer .block-3 .left a {
  color: inherit;
}
.footer .block-3 .left span {
  color: #FFF224;
}
.footer .block-3 .right {
  float: right;
}
.footer .block-3 .right a {
  color: inherit;
}
.videoContent {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.videoContent .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 957px;
  max-width: calc(100% - 40px);
}
.videoContent .close {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 45;
  width: 35px;
  height: 35px;
  background: url("../images/close.png" /*close.png*/ ) no-repeat center center;
  background-size: 20px;
}
.videoContent video {
  display: block;
  width: 100%;
}
.sideMenu {
  position: fixed;
  z-index: 555;
  top: 50%;
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  right: 2px;
}
.sideMenu ul li:hover .default {
  background: #00458F
}
.sideMenu ul li {
  position: relative;
  width: 45px;
  height: 45px;
  margin-bottom: 1px;
}
.sideMenu ul li .default a {
  color: #fff
}
.sideMenu ul li .default {
  height: 100%;
  background: #05121F;
  position: relative;
  cursor: pointer;
  line-height: 45px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.sideMenu ul li .default img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sideMenu ul li:hover .slide {
  right: 46px;
  opacity: 1;
}
.sideMenu ul li .slide {
  position: absolute;
  right: -254px;
  top: 0px;
  opacity: 0;
}
.sideMenu ul li .slide .tel {}
.sideMenu ul li .slide .tel a {
  width: 175px;
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  font-family: Impact;
  font-weight: 400;
  color: #FFFFFF;
  background: #00458F;
}
.sideMenu ul li .slide .imgs {
  background: #00458F;
  width: 252px;
  zoom: 1;
  overflow: hidden;
  padding: 13px;
  padding-right: 0;
  padding-bottom: 16px;
}
.sideMenu ul li .slide .item {
  float: left;
  text-align: center;
  margin-right: 11px;
}
.sideMenu ul li .slide .item img {
  width: 108px;
}
.sideMenu ul li .slide .title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  padding-top: 10px;
}
.section1 .left i {
  background-size: 100%
}
.section1 .left i:hover {
  width: 90px;
  height: 90px;
}
.section1 .right .list li:hover .num strong {
  text-shadow: 5px 5px 10px rgba(0, 69, 143, .4)
}
.section1 .right .more:hover {
  background: url("../images/more.png" /*more.png*/ ) no-repeat 145px center #00458F;
  box-shadow: 5px 5px 10px rgba(0, 69, 143, .4)
}
.section5 .content .item .imgbox .img {
  height: 100%;
}
.section5 .content .item a .imgbox {
  overflow: hidden;
}
.section4 .content .right, .section4 .content .right *, .picScroll-top .bd ul li, .picScroll-top .bd ul li *, .titlemodel2, .section3 .tab.pc a, .section3 .tab.wap a, .section1, .section1 *, .sideMenu, .sideMenu * {
  -webkit-transition: all 0.5s ease 0s, -webkit-transform 1s ease 0.2s, opacity 1s ease 0.2s;
  transition: all 0.5s ease 0s, transform 1s ease 0.2s, opacity 1s ease 0.2s;
}
.section5 .content .left:hover .imgbox, .section5 .content .item a:hover .imgbox .img, .section4 .content .right .cell:hover img, .section3 .tabBd .imgbox:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.section4 .content .right .cell:hover * {
  color: #fff !important;
}
.picScroll-top .bd ul li .li_box:hover * {
  color: #00458F !important;
}
.picScroll-top .bd ul li .li_box:hover .intro .c {
  color: #666666 !important;
}
.section4 .content .right .cell:hover .cell_infor {
  background: #00458F;
}
.menuCotent .content .right li dd a:hover, .footer .block-3 .right a:hover, .footer .block-3 .left a:hover, .footer .block-2 .left li dd a:hover {
  color: #FFEA00;
  opacity: 1;
}
.picScroll-top .hd .prev:hover, .picScroll-top .hd .next:hover {
  background-color: #00458F !important;
}
.picScroll-top .hd .prev, .picScroll-top .hd .next {
  -webkit-transition: all 0.3s ease 0s, -webkit-transform 1s ease 0.1s, opacity 1s ease 0.1s;
  transition: all 0.3s ease 0s, transform 1s ease 0.1s, opacity 1s ease 0.1s;
}
.section5 .content .right .item a {
  overflow: hidden;
}
.section5 .content .left:hover .more {
  -o-transform: translate(10px, 0%);
  -webkit-transform: translate(10px, 0%);
  -moz-transform: translate(10px, 0%);
  -ms-transform: translate(10px, 0%);
  transform: translate(10px, 0%);
}
.menuCotent .wrap-content, .menuCotent .wrap-content *, .footer, .footer *, .section5, .section5 * {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.wap_nav .search {
  float: right;
  height: 50px;
  width: 50px;
  background: url("../images/searchwap.png" /*searchwap.png*/ ) no-repeat center center;
  background-size: 34%;
}
.mobile-inner-nav {}
.mobile-inner-nav .close {
  text-align: center;
  background: url("../images/close.png" /*close.png*/ ) no-repeat center 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 19px;
  background-size: 16px;
  position: absolute;
  right: 5%;
  top: 3%;
}
.mobile-inner-nav li.current h2:after {
  content: "-"
}
.shadow {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 55554;
  background: #000;
  opacity: 0.7;
  display: none;
}
.mobile-inner-nav.current {
  right: 0px;
}
.wapMenu {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  background: #fff;
  text-align: center;
  height: 60px;
  z-index: 777;
}
.wapMenu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.wapMenu li {
  flex: 1;
}
.wapMenu li a {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333e46;
  padding-top: 40px;
  line-height: 1;
  height: 100%;
  position: relative;
  height: 60px;
}
.wapMenu li:nth-child(1) a {
  background: url("../images/j1.png" /*j1.png*/ ) no-repeat center 10px;
  background-size: 22px;
}
.wapMenu li:nth-child(2) a {
  background: url("../images/j2.png" /*j2.png*/ ) no-repeat center 10px;
  background-size: 22px;
}
.wapMenu li:nth-child(3) a {}
.wapMenu li:nth-child(3) a:after {
  background: url("../images/j3.png" /*j3.png*/ ) no-repeat center 10px;
  background-size: 50px;
  content: "";
  position: absolute;
  left: 0px;
  top: -25px;
  width: 100%;
  height: 100%;
}
.wapMenu li:nth-child(3) a span {
  position: relative;
  z-index: 5;
  display: block;
}
.wapMenu li:nth-child(4) a {
  background: url("../images/j4.png" /*j4.png*/ ) no-repeat center 10px;
  background-size: 22px;
}
.wapMenu li:nth-child(5) a {
  background: url("../images/j5.png" /*j5.png*/ ) no-repeat center 10px;
  background-size: 22px;
}
/*联系我们*/
	.map{width: 100%;height: 650px;}
.z_contact_warp {
  margin-top: 0vw;
  position: relative;
}
.z_contact_warp .box {
  width: 33.3%;
  transition: ease 1s;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  float: left;
  height: 25vw;
  align-items: center;
  padding: 0 5.2vw;
  box-sizing: border-box;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding-top: 4vw;
}
.z_contact_warp .box:last-child {
  border-right: none;
}
.z_contact_warp .box:hover {
  background: url("../images/bg2.png" /*bg2.png*/ ) no-repeat center;
  background-size: cover;
}
.z_contact_warp .box::before {
  content: "";
  display: block;
  z-index: 1;
  width: 0%;
  height: 2px;
  background: #00458f;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: ease 1s;
}
.z_contact_warp .box:hover::before {
  width: 100%;
}
.z_contact_warp .box .icon {
  margin-bottom: 2.2vw;
}
.z_contact_warp .box .icon img {
  display: block;
}
.z_contact_warp .lxbox .titbox h3 {
  font-size: 1.5625vw;
}
.z_contact_warp .lxbox .titbox h4 {
  font-size: 2vw;
  font-family: "Impact";
  color: #00458f;
}
.z_contact_warp .lxbox .titbox h5 {
  font-size: 16px;
  color: #757575;
}
.z_contact_warp .lxbox .titbox h6 {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  font-weight: normal;
}
.z_contact_warp .mdbox h3 {
  font-size: 1.875vw;
}
.z_contact_warp .mdbox h4 {
  font-size: 1.5625vw;
}
.z_contact_warp .mdbox .desc {
  font-size: 14px;
  color: #333;
  margin: 1vw 0;
  line-height: 30px;
  font-family: "num1"
}
.z_contact_warp .codebox .tit {
  font-size: 1.5625vw;
  margin-bottom: 2vw;
}
.z_code_li li {
  float: left;
  text-align: center;
  margin-right: 1.5vw;
  color: #333;
  font-size: 14px;
}
.z_code_li li img {
  width: 130px;
}
.z_contact_map {
  width: 100%;
  position: relative;
}
.z_contact_map .mapbox {
  height: 47.91666vw;
}
.z_contact_info {
  width: 23.95833vw;
  height: 23.95833vw;
  padding: 0 3.64583vw;
  box-sizing: border-box;
  position: absolute;
  left: 7.08333vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #d92130;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_contact_info .tit {
  font-size: 1.35416vw;
  border-bottom: 2px solid #fff;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
.z_contact_info .desc {
  font-size: 16px;
  line-height: 30px;
}
.z_contact_info .desc p {
  display: flex;
}
.z_contact_info .desc p span {
  flex-shrink: 0;
}
.vricon {
  margin-bottom: 1.5vw;
}
.vricon img {
  width: auto;
  height: 5.52083vw;
  margin: 0 auto;
  animation: rotate 10s linear infinite;
}
@media screen and (max-width:980px) {
  .z_contact_warp .box {
    width: 100%;
    border-right: none;
    height: auto;
    padding: 20px 10px;
    text-align: center;
  }
  .z_contact_warp .box .icon img {
    max-height: 40px;
    margin: 0 auto;
  }
  .z_contact_warp .box .warp {
    width: 100%;
  }
  .z_contact_warp .box .z_arr_more {
    display: inline-block;
  }
  .z_contact_warp .lxbox .titbox h3, .z_contact_warp .mdbox h3 {
    font-size: 15px !important;
  }
  .z_contact_warp .lxbox .titbox h4, .z_contact_warp .mdbox h4, .z_contact_warp .codebox .tit {
    font-size: 24px;
  }
  .z_contact_warp .lxbox .titbox h5, .z_contact_warp .mdbox .desc, .z_code_li li {
    font-size: 14px;
  }
  .z_code_li ul {
    display: flex;
    justify-content: center;
  }
  .z_contact_map {
    height: auto;
  }
  .z_contact_map .mapbox {
    height: 80vw;
  }
  .z_contact_info {
    width: 300px;
    height: 300px;
    padding: 20px 30px;
    position: relative;
    transform: translateY(0);
    left: auto;
    margin: 20px auto;
  }
  .z_contact_info .tit {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .z_contact_info .desc {
    line-height: 24px;
    font-size: 14px;
  }
  .z_about_tit pre {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: normal;
  }
  .z_about_tit .year {
    font-size: 50px;
  }
  .z_process_swiper .boxitem:last-child {
    margin-bottom: 0;
    margin-top: 0;
  }
  .z_process_swiper .btn {
    top: 50%;
    transform: translateY(-50%);
  }
  .z_about_map .shouji {
    display: block;
  }
  .z_about_map, .z_ruimei_adv {
    background: none !important;
  }
  .z_map_slg {
    display: none;
  }
}
.l_service4 {
  width: 100vw;
  height: 40vw;
}
.l_service4 .fl {
  width: 66.4%;
  height: 100%;
}
.l_service4 .fr {
  width: 33.6%;
  height: 40vw;
  overflow: scroll;
}
.l_service4Nav {
  background-color: #00458f;
  width: 100%;
  height: 3.80208vw;
  line-height: 3.80208vw;
  padding-left: 3.64583vw;
}
.l_service4Nav a {
  color: #FFF;
  font-size: 16px;
  font-family: "Scan";
  margin-right: 2.86458vw;
  vertical-align: middle;
}
.l_service4Nav .se {
  font-size: 20px;
}
.l_service4 .fr .content {
  background-color: #FFF;
  padding: 1vw 1.5vw 0;
}
.l_service4 .fr .regionSe div {
  display: inline-block;
  width: 10.9375vw;
  position: relative;
  margin-left: 0.67708vw;
}
.l_service4 .fr .regionSe div:first-child {
  margin-left: unset;
}
.l_service4 .fr .regionSe select {
  width: 100%;
  height: 2.34375vw;
  border-radius: 1.04166vw;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  padding-left: 1.5625vw;
}
.l_service4 .fr .regionSe div::after {
  content: "";
  background-image: url("../images/arrow.png" /*arrow.png*/ );
  width: 6px;
  height: 10px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 1.30208vw;
  z-index: 99;
  transition: 0.3s;
}
.l_service4 .fr .search {
  margin-top: 1.04166vw;
}
.l_service4 .fr .search div {
  width: 19.27083vw;
  height: 2.34375vw;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.l_service4 .fr .search select {
  width: 19.27083vw;
  display: inline-block;
  height: 2.34375vw;
  border-radius: 1.04166vw;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  padding-left: 1.5625vw;
}
.cityser {
  height: 2.34375vw;
  line-height: 2.34375vw;
  background: #fff !important;
  float: left;
  border: 1px solid #dcdcdc !important;
  padding: 0 20px;
  border-radius: 1.04166vw !important;
}
.l_service4 .fr .search div::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 1.30208vw;
  z-index: 99;
  transition: 0.3s;
}
.l_service4 .fr .search a {
  display: inline-block;
  width: 2.34375vw;
  text-align: center;
  line-height: 2.34375vw;
  border-radius: 50%;
  background-color: #d92130;
  border: 1px solid #d92130;
  transition: 0.3s;
  color: #FFF;
  margin-left: 1.04166vw;
  height: 2.34375vw;
}
.l_service4 .fr .search a:hover {
  color: #d92130;
  background-color: #FFF;
}
.l_service4 .fr .itemBox {
  max-height: 54.27083vw;
  overflow-y: auto;
}
.l_service4 .fr .item {
  padding: 1.5vw 0 1.5vw 2vw;
  border-bottom: 1px solid #e5e5e5;
}
.l_service4 .fr .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.l_service4 .fr .item .title {
  font-size: 20px;
  color: #2d2d2d;
  font-family: "Scan";
  font-weight: bold;
  margin-bottom: 1.3vw;
}
.l_service4 .fr .item .phone i {
  display: inline-block;
  background-image: url("../images/l_service4phone.png" /*l_service4phone.png*/ );
  width: 13px;
  height: 17px;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.41666vw;
}
.l_service4 .fr .item .phone span {
  font-size: 14px;
  color: #6f6f6f;
  vertical-align: middle;
  margin-right: 0.52083vw;
}
.l_service4 .fr .item .phone b {
  font-weight: unset;
  font-size: 16px;
  vertical-align: middle;
  color: #313131;
  font-family: 'num2';
}
.l_service4 .fr .item .address {
  margin-top: 0.78125vw;
}
.l_service4 .fr .item .address i {
  display: inline-block;
  background-image: url("../images/l_service4address.png" /*l_service4address.png*/ );
  width: 14px;
  height: 18px;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.41666vw;
}
.l_service4 .fr .item .address span {
  font-size: 14px;
  color: #6f6f6f;
  vertical-align: middle;
  margin-right: 0.52083vw;
}
.l_service4 .fr .item .address b {
  vertical-align: middle;
  font-weight: unset;
  font-size: 14px;
  color: #313131;
  font-family: "Scan";
}
.l_service4 .fr .loadMore {
  font-size: 16px;
  color: #6f6f6f;
  font-family: "Scan";
  text-align: center;
  height: 3.48958vw;
  line-height: 3.48958vw;
}
@media screen and (max-width:1600px) {
  .l_proItmeBox .item a {
    padding-top: 35px;
  }
  .l_service4 .fr .itemBox {
    height: 40.27083vw;
  }
}
@media screen and (max-width:1366px) {
  .l_service4 .fr .itemBox {
    height: 40.27083vw;
  }
  .l_service1 .itemBox .item {
    height: 25.625vw;
  }
  .l_service2T .listItem .content {
    width: 285px;
  }
  .l_service2B .itemBox .item .shopCat {
    width: 5.42708vw;
    height: 5.42708vw;
  }
}
@media screen and (max-width:980px) {
  .l_service4 {
    height: unset;
  }
  .l_service4 .fl, .l_service4 .fr {
    width: 100%;
    float: unset;
    height: auto;
  }
  .l_service4 .fl {
    height: 220px;
  }
  .l_service4Nav {
    height: 45px;
    line-height: 45px;
  }
  .l_service4 .fr .regionSe div {
    width: 49%;
  }
  .l_service4 .fr .regionSe select {
    height: 35px;
    padding-left: 10px;
    border-radius: 15px;
  }
  .l_service4 .fr .regionSe div::after {
    right: 15px;
  }
  .l_service4 .fr .search div {
    width: 80%;
    height: 35px;
  }
  .l_service4 .fr .search select {
    width: 100%;
    height: 35px;
    border-radius: 15px;
    padding-left: 15px;
  }
  .l_service4 .fr .search a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 2vw;
  }
  .l_service4 .fr .itemBox {
    height: 405px;
    max-height: unset;
  }
  .l_service4 .fr .item .address {
    margin-top: 10px;
  }
  .l_service4 .fr .item {
    padding: 20px 0 20px 20px;
  }
  .l_service4 .fr .loadMore {
    height: 35px;
    line-height: 35px;
  }
  .l_service4Nav .se {
    font-size: 18px;
  }
  .l_service4Nav {
    text-align: center;
  }
  .l_service4 .fr .content {
    border-bottom: 0px solid #e5e5e5;
  }
  .cityser {
    height: 35px;
  }
  .l_service4 .fr .search {
    margin-top: 15px;
    display: flex;
  }
  .l_service4 .fr .search div {
    flex: 1;
  }
  .l_service4 .fr .item .title {
    font-size: 16px;
  }
  .l_service4 .fr .itemBox {
    max-height: 140vw;
    padding-bottom: 30px;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
i, em {
  font-style: normal;
}
.fl, .fl_warp {
  float: left;
}
.fr, .fr_warp {
  float: right;
}
/* 资质荣誉 */
.about_cer {
  background: #f7f7f7;
}
.about_cer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 0;
}
.about_cer .card {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 1vw;
  margin: 0 1vw;
  margin-bottom: 1vw;
  padding: 1vw;
  transition: 0.5s;
  width: calc(20% - 2vw);
}
.about_cer .card .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_cer .card .img img {
  max-width: 100%;
  border: 0;
  width: auto;
}
.about_cer .card .text {
  width: 100%;
  overflow: hidden;
}
.about_cer .card .title {
  font-size: 16px;
  margin-top: 1vw;
  white-space: nowrap;
  color: #333e46;
  text-align: center;
}
.about_cer .card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 10px 0px #333;
  transition: 0.5s;
}
/* 资质荣誉预览 */
.previewImages {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.previewImages.on {
  display: block;
}
.previewImages img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
}
@media screen and (max-width:980px) {
  /* 资质荣誉 */
  .about_cer {
    background: #f7f7f7;
    padding: 0 10px;
  }
  .about_cer .card {
    margin: 0 auto;
    margin-bottom: 2vw;
    width: 48%;
  }
  .about_cer .container {
    padding-top: 5vw;
  }
}
/*人才招聘*/
.rc_list {
  padding: 60px 10vw;
  background: #f5f5f5;
}
.rc_list .rc_box {
  border-bottom: 2px solid #f7f7f7;
}
.rc_list .rc_tit {
  width: 100%;
  background: #ffffff;
  cursor: pointer;
  padding: 0 40px;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
}
.rc_list .rc_tit span {
  display: -webkit-inline-box;
  width: 32%;
  font-size: 16px;
}
.rc_con {
  background: #fefefe;
  display: none;
  padding: 40px;
  color: #7f7f7f;
  line-height: 30px;
}
.rc_con .box {
  margin-bottom: 30px;
  color: #333e46;
  font-size: 15px;
}
.rc_bz a {
  color: #BF2E2E;
}
.aply_btn {
  display: block;
  width: 124px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #00458F;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 30px;
}
.rc_tit .titbg {
  background: url("../images/jia.png" /*jia.png*/ ) no-repeat right center;
  display: block;
  width: 100%;
  height: 100%;
}
.rc_tit.on .titbg {
  background: url("../images/jian.png" /*jian.png*/ ) no-repeat right center;
}
.aply_pop {
  width: 560px;
  height: 280px;
  background: #fff;
  border-radius: 3px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 7px 0 46px rgba(0, 0, 0, .2);
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  display: none;
  z-index: 999;
}
.rc_tit.on {
  background: #00458F;
  color: #fff;
}
@media screen and (max-width:980px) {
  .rc_list {
    padding: 10px;
  }
  .rc_list .rc_tit {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
  }
  .rc_list .rc_tit span {
    font-size: 12px;
    width: 28%;
  }
  .rc_tit .titbg {
    background-size: 20px !important;
  }
  .rc_con {
    padding: 20px 10px;
  }
  .aply_btn {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
  }
  .rc_con .box {
    margin-bottom: 10px;
  }
}
/*默认隐藏百度分享触控弹层*/
.bdshare_popup_box {
  display: none !important;
}
.ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  letter-spacing: -1em;
  text-indent: -99em;
  color: transparent;
  background: url("../images/ico.png" /*ico.png*/ );
  *text-indent: 0;
  *zoom: expression(this.runtimeStyle['zoom']='1', this.innerHTML='\3000');
  vertical-align: middle;
}
.ico:before {
  content: '\3000';
}
.ico1_2 {
  background-position: -20px 0;
}
.ico1_3 {
  background-position: -40px 0;
}
.ico1_4 {
  background-position: -60px 0;
}
.ico1_5 {
  background-position: -80px 0;
}
.ico2_1 {
  background-position: 0 -20px;
}
.ico2_2 {
  background-position: -20px -20px;
}
.ico2_3 {
  background-position: -40px -20px;
}
.ico2_4 {
  background-position: -60px -20px;
}
.ico2_5 {
  background-position: -80px -20px;
}
.ico3_1 {
  background-position: 0 -40px;
}
.ico3_2 {
  background-position: -20px -40px;
}
.ico3_3 {
  background-position: -40px -40px;
}
.ico3_4 {
  background-position: -60px -40px;
}
.ico3_5 {
  background-position: -80px -40px;
}
.ico4_1 {
  background-position: 0 -60px;
}
.ico4_2 {
  background-position: -20px -60px;
}
.ico4_3 {
  background-position: -40px -60px;
}
.ico4_4 {
  background-position: -60px -60px;
}
.ico4_5 {
  background-position: -80px -60px;
}
/* 常量设置 */
.wrap {
  width: 1530px;
  margin-right: auto;
  margin-left: auto;
}
.mwrap {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body {
  min-width: 1240px\9;
  overflow-x: auto;
}
/*for ie9+*/
@media all and (min-width:0) {
  body {
    min-width: 0;
    overflow-x: hidden;
  }
}
body {
  font-size: 16px;
  line-height: 1.6;
  color: #333e46;
  background: #fff;
}
a {
  color: inherit;
}
a:hover {
  color: #00458f;
}
::-moz-selection {
  color: #fff;
  background: #00458f;
}
::selection {
  color: #fff;
  background: #00458f;
}
::-webkit-input-placeholder {
  color: #aaa;
}
.placeholder {
  color: #aaa;
}
/*css组件设置*/
.form-control, .input-group-addon, .btn {
  border-radius: 2px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}
.imgZoom img, .imgY180 img {
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.imgZoom {
  overflow: hidden;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.imgZoom:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.imgY180:hover img {
  cursor: pointer;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}
/* 公共按钮样式 */
/*无线框  默认黄色*/
.btn-noborder {
  padding: 0 20px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #00458f;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 0;
}
.btn-noborder .arrow {
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url("../images/btn_white_jt.png" /*btn_white_jt.png*/ ) no-repeat center;
  vertical-align: middle;
}
.btn-noborder .label {
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  padding: 0;
  -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff
}
.btn-noborder:hover .label {
  max-width: 80px;
  padding: 0 10px;
  opacity: 1;
  visibility: visible;
  color: #fff;
}
/* 白色 */
.btn-noborder-white {
  padding: 0 20px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 0;
}
.btn-noborder-white .arrow {
  display: inline-block;
  width: 17px;
  height: 14px;
  background: url("../images/btn_black_jt.png" /*btn_black_jt.png*/ ) no-repeat center;
  vertical-align: middle;
}
.btn-noborder-white .label {
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  padding: 0;
  -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff
}
.btn-noborder-white:hover .label {
  max-width: 80px;
  padding: 0 10px;
  opacity: 1;
  visibility: visible;
  color: #333f47;
}
/*有线框*/
.btn-border {
  padding: 0 20px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 0;
}
.btn-border .arrow {
  width: 17px;
  height: 14px;
  background: url("../images/btn_black_jt.png" /*btn_black_jt.png*/ ) 50% 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.btn-border .label {
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  padding: 0;
  -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #333e46;
}
.btn-border:hover .label {
  max-width: 80px;
  padding: 0 10px;
  opacity: 1;
  visibility: visible;
}
/* 黄色按钮 */
.btn-yellow {
  display: inline-block;
  padding: 0 30px;
  background: #00458f;
  text-align: center;
  font-size: 17px;
  color: #fff;
  position: relative;
}
.btn-yellow span {
  position: relative;
  z-index: 2;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.btn-yellow:after {
  content: '';
  width: 0;
  height: 100%;
  background: #a6d1ff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.btn-yellow:hover:after {
  width: 100%;
}
.btn-yellow .icon {
  position: relative;
  top: 2px;
  z-index: 2;
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-left: 8px;
  background: url("../images/btn_white_jt.png" /*btn_white_jt.png*/ ) no-repeat center;
  ;
}
.btn-yellow:hover {
  color: #333f46;
}
/* 墨兰色按钮 */
.btn-blue {
  display: inline-block;
  padding: 0 30px;
  background: #333e46;
  text-align: center;
  font-size: 17px;
  color: #fff;
  position: relative;
}
.btn-blue span {
  position: relative;
  z-index: 2;
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
.btn-blue:after {
  content: '';
  width: 0;
  height: 100%;
  background: #485c6a;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.btn-blue:hover:after {
  width: 100%;
}
.btn-blue .icon {
  position: relative;
  top: 2px;
  z-index: 2;
  display: inline-block;
  width: 17px;
  height: 14px;
  margin-left: 8px;
  background: url("../images/btn_white_jt.png" /*btn_white_jt.png*/ ) no-repeat center;
  ;
}
.btn-blue:hover {
  color: #fff;
}
/* 公司简介 */
.about_us.channel_content {
  background: #f9f9f9;
}
.about_us01 {
  padding: 0;
}
.about_us01 .left {
  float: left;
  width: 40%
}
.about_us01 .left .infor .tit {
  font-size: 40px;
  color: #333e46;
}
.about_us01 .left .infor .con {
  font-size: 30px;
  font-weight: bold;
}
.about_us01 .left ul {
  width: 100%;
  margin-top: 60px;
}
.about_us01 .left ul li {
  float: left;
  width: 60%;
  position: relative;
  margin-bottom: 20px;
}
.about_us01 .left ul li .t {
  font-size: 16px;
}
.about_us01 .left ul li .c {
  font-size: 16px;
  color: #2d3a43;
}
.about_us01 .left ul li .num {
  font-size: 36px;
  color: #00458f;
  font-family: 'Impact';
  line-height: 1.4;
}
.about_us01 .left ul li.li1:after {
  content: '';
  width: 1px;
  height: 102px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -51px;
}
.about_us01 .left ul li.li3:after {
  content: '';
  width: 1px;
  height: 102px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -51px;
  background: url("../images/about_us01_1.jpg" /*about_us01_1.jpg*/ ) no-repeat center;
}
.about_us01 .left ul li.li2 .box, .about_us01 .left ul li.li4 .box {
  padding-left: 30px;
}
.about_us01 .left ul li.li1, .about_us01 .left ul li.li3 {
  width: 33.333333%;
}
.about_us01 .right {
  float: right;
  width: 60%;
  font-size: 16px;
  color: #333e46;
  line-height: 32px;
}
.about_us02 {
  padding: 0;
}
.about_us02 .rect-667 {
  padding-bottom: 66.7%;
}
.about_us02 .span-4 {
  position: relative;
  cursor: pointer;
}
.about_us02 .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.about_us02 .cover .box {
  padding-top: 12%;
}
.about_us02 .media .cover .box {
  padding-top: 20%;
}
.about_us02 .media .cover .box .play {
  display: inline-block;
  width: 97px;
  height: 97px;
  background: url("../images/about_us02_2.png" /*about_us02_2.png*/ ) no-repeat center;
}
.about_us02 .media .cover .box .t {
  font-size: 30px;
  color: #fff;
  margin-top: 0px;
}
.about_us02 .item .cover .box .t {
  font-size: 32px;
  font-weight: bold;
}
.about_us02 .item .cover .box .c {
  font-size: 16px;
  line-height: 25px;
  padding: 0 21%;
}
.about_us02 .item .cover .box .icon {
  transition: .5s ease;
}
.about_us02 .item:hover .cover .box .icon {
  transform: rotateY(180deg)
}
.about_us02 .item1 .cover .box .icon {
  display: inline-block;
  width: 86px;
  height: 79px;
  background: url("../images/about_us02_3.png" /*about_us02_3.png*/ ) no-repeat center;
}
.about_us02 .item1 .cover .box {
  color: #fff;
}
.about_us02 .item2 .cover .box .icon {
  display: inline-block;
  width: 79px;
  height: 79px;
  background: url("../images/about_us02_4.png" /*about_us02_4.png*/ ) no-repeat center;
}
.about_us02 .item2 .cover .box {
  color: #2d3a43;
}
/* 关于综合 */
.about_center.channel_content {
  padding: 0;
}
.about_center01 .rect-533 {
  padding-bottom: 53.3%;
  background: #00458f;
}
.about_center01 .content {
  position: relative;
  margin-top: 60px;
}
.about_center01 .left {
  width: 54.5%;
  position: relative;
}
.about_center01 .left .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about_center01 .left .cover .box {
  padding: 77px 150px 77px 57px;
}
.about_center01 .left .cover .box .tit {
  font-size: 35px;
  color: #FFFFFF;
}
.about_center01 .left .cover .box .tit span {
  font-size: 55px;
  font-weight: bold;
}
.about_center01 .left .cover .box .con {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 10px 0 30px;
}
.about_center01 .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.about_center01 .right ul {
  padding: 70px 0;
}
.about_center01 .right ul li {
  float: left;
  width: 33.3%;
  position: relative;
  text-align: center;
}
.about_center01 .right ul li .t {
  font-size: 16px;
  text-align: center;
  padding: 0 25%;
}
.about_center01 .right ul li .c {
  font-size: 16px;
  color: #2d3a43;
}
.about_center01 .right ul li .num {
  font-size: 50px;
  color: #00458f;
  font-family: 'Impact';
  line-height: 1.4;
}
.about_center01 .right ul li:after {
  content: '';
  width: 1px;
  height: 159px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -80px;
  background: url("../images/about_center01_line.jpg" /*about_center01_line.jpg*/ ) no-repeat center;
}
.about_center01 .right ul li.li3:after {
  display: none;
}
.about_center01 .btn-border {
  border-color: #fff;
  background: #fff;
}
.about_center02 {
  padding: 50px 0;
}
.about_center02 .rect-101 {
  padding-bottom: 101%;
}
.about_center02 .infor {
  text-align: center;
  margin-bottom: 50px;
  color: #333e46
}
.about_center02 .infor .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 55px;
}
.about_center02 .infor .con {
  font-size: 35px;
}
.about_center02 .content .item {
  float: left;
  width: 31%;
  margin-left: 3.5%;
  overflow: inherit;
}
.about_center02 .content .item:first-child {
  margin-left: 0;
}
.about_center02 .content .item a {
  display: block;
}
.about_center02 .content .item .intro {
  position: relative;
  float: right;
  margin-top: -95px;
  width: 92%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: .5s ease;
}
.about_center02 .content .item .intro .box {
  padding: 50px 35px;
}
.about_center02 .content .item .intro .box .t {
  font-size: 28px;
  font-weight: bold;
  transition: .5s ease;
}
.about_center02 .content .item .intro .box .c {
  font-size: 15px; /*font-family:lighter;*/ transition: .5s ease;
}
.about_center02 .content .item:hover .intro {
  background: #00458f;
  box-shadow: inherit;
}
.about_center02 .content .item:hover .intro .box .t {
  transform: translateY(-10px)
}
.about_center02 .content .item:hover .intro .box .c {
  transform: translateY(-10px)
}
.about_center02 .content .item.cur .intro {
  background: #00458f;
  box-shadow: inherit;
  color: #fff;
}
.about_center02 .content .item.cur .intro .box .t {
  transform: translateY(-10px)
}
.about_center02 .content .item.cur .intro .box .c {
  transform: translateY(-10px)
}
.about_center03 {
  background: url("../images/about_center03_1.jpg" /*about_center03_1.jpg*/ ) no-repeat center; /*background-attachment:fixed;*/ background-size: cover;
  position: relative;
  padding: 180px 0 190px;
}
.about_center03 .infor .tit {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.about_center03 .infor .con {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  width: 34%;
  margin: 30px 0 50px;
}
.about_center03 .left, .about_center03 .right {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 300px;
  background: #fff;
}
.about_center03 .left {
  left: 0;
}
.about_center03 .right {
  right: 0;
}
.about_center04 {
  padding: 50px 0;
}
.about_center04 .content {
  background: #f5f5f5;
  padding: 87px 0 70px;
}
.about_center04 .content .left {
  float: left;
  width: 30%;
  text-align: center;
}
.about_center04 .content .right {
  float: left;
  width: 70%;
}
.about_center04 .content .right .box .tit {
  font-size: 26px;
}
.about_center04 .content .right .box .tel {
  font-size: 54px;
  font-family: "Impact";
}
.about_center04 .content .right .box ul {
  margin-bottom: 30px;
}
.about_center04 .content .right .box ul li {
  font-size: 15px;
  color: #6d6d6d;
  float: left;
  width: 33%;
}
.about_center04 .content .right .box ul li span {
  display: block;
  line-height: 24px;
}
.about_center04 .content .right .btn_box .btn-yellow {
  margin-right: 15px;
}
/* 产品详细 */
.pro_detail.channel_content {
  padding: 0;
}
.pro_detail01 {
  background: /*url(../images/pro_detail01_bg.jpg) no-repeat center*/ #f9f9f9;
  padding: 60px 0;
}
.pro_detail01 .left {
  float: left;
  width: 37%;
  margin-top: 30px;
}
.pro_detail01 .left .xh {
  font-size: 18px;
  color: #444;
  margin-bottom: 15px;
}
.pro_detail01 .left .tit {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}
.pro_detail01 .left .con {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin: 30px 0;
  position: relative;
  font-weight: lighter;
}
.pro_detail01 .left .con:after {
  content: '';
  position: absolute;
  width: 85%;
  left: 0;
  bottom: -30px;
  height: 1px;
  background: #666;
}
.pro_detail01 .left ul {
  padding: 30px 0;
}
.pro_detail01 .left ul li {
  font-size: 16px;
  color: #333e46;
  line-height: 26px;
  margin-bottom: 15px;
}
.pro_detail01 .left ul li span {
  font-weight: lighter;
}
.pro_detail01 .left ul li img {
  display: inline-block;
  width: 28px;
  height: 20px;
  margin-right: 10px;
}
.pro_detail01 .left ul li.li2 i {
  background-position: 0 -20px;
}
.pro_detail01 .left .btn-yellow {
 font-weight: bold;
margin-top: 40px;
}
.pro_detail01 .left .link {
  margin: 35px 0 0;
}
.pro_detail01 .left .link a {
  display: inline-block;
  margin-right: 20px;
}
.pro_detail01 .left .link a span {
  display: inline-block;
  vertical-align: middle;
}
.pro_detail01 .left .link a span.icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.pro_detail01 .left .link a span.icon img {
  display: none;
}
.pro_detail01 .left .link a.link_a1 span.icon {
  background: url("../images/pro_detail01_icon1.png" /*pro_detail01_icon1.png*/ ) no-repeat 0 0;
}
.pro_detail01 .left .link a.link_a1:hover span.icon {
  background-position: 0 -16px;
}
.pro_detail01 .left .link a.link_a2 span.icon {
  background: url("../images/pro_detail01_icon2.png" /*pro_detail01_icon2.png*/ ) no-repeat 0 0;
}
.pro_detail01 .left .link a.link_a2:hover span.icon {
  background-position: 0 -16px;
}
.pro_detail01 .left .link a.link_a3 span.icon {
  background: url("../images/pro_detail01_icon3.png" /*pro_detail01_icon3.png*/ ) no-repeat 0 0;
}
.pro_detail01 .left .link a.link_a3:hover span.icon {
  background-position: 0 -16px;
}
.pro_detail01 .left .link a.link_a4 span.icon {
  background: url("../images/pro_detail01_icon4.png" /*pro_detail01_icon4.png*/ ) no-repeat 0 0;
}
.pro_detail01 .left .link a.link_a4:hover span.icon {
  background-position: 0 -16px;
}
.pro_detail01 .left .link a span.txt {
  font-size: 16px;
  color: #333e46;
}
.pro_detail01 .right {
  float: right;
  width: 54%;
}
.pro_detail01 .right .img {}
.pro_detail01 .right .owl-item .img {
  display: block;
}
.pro_detail01 .right .owl-nav > div {
  display: inline-block;
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 16px;
  transition: .5s ease; /*border:1px solid #fff;*/ line-height: 56px;
  text-align: center;
  background: #00458f;
}
.pro_detail01 .right .owl-nav {
  position: absolute;
  right: 46px;
  bottom: 40px;
}
.pro_detail01 .right .owl-nav .owl-prev {
  margin-right: 2px;
  border-top-left-radius: 1.6em;
}
.pro_detail01 .right .owl-nav > div:hover {
  background: #fff;
  color: #343e46;
}
.pro_detail02 {
  height: 80px;
}
.pro_detail02 .target_wrap .btn-yellow {
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  float: right;
  font-weight: bold;
  margin-top: 15px;
}
.pro_detail02 .target_wrap ul {
  float: left;
  width: 83%;
}
.pro_detail02 .target_wrap ul li {
  cursor: pointer;
  float: left;
  width: 20%;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  color: #323e46;
  position: relative;
}
.pro_detail02 .target_wrap ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #343e46;
  transition: .3s ease;
}
.pro_detail02 .target_wrap.fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 99px;
  background: #fff;
  z-index: 5;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.pro_detail02 .target_wrap.fixed .btn-yellow {
  opacity: 1;
  visibility: visible;
}
.pro_detail02 .target_wrap ul li.active {
  font-weight: bold;
}
.pro_detail02 .target_wrap ul li.active:after {
  width: 100%;
}
.pro_detail .section .infor .tit {
  font-size: 30px;
  font-weight: bold;
  color: #323e46;
  padding: 30px 0;
  line-height: 1;
}
.pro_detail03 {
  background: #f9f9f9;
  padding: 30px 0 60px;
}
.pro_detail03 .content {
  font-size: 16px;
  line-height: 30px;
}
.pro_detail03 ul li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 15px;
  background: #555;
  border-radius: 50%;
}
.pro_detail04 .item {
  display: none;
}
.pro_detail04 .owl-item .item {
  display: block;
}
.pro_detail04 .item .txt {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}
.pro_detail04 .owl-nav > div {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  line-height: 56px;
  text-align: center;
  transition: .5s ease;
}
.pro_detail04 .owl-nav .owl-next {
  right: 0;
}
.pro_detail04 .owl-nav .owl-prev {
  left: 0;
}
.pro_detail04 .owl-nav > div:hover {
  background: #fff;
  color: #343e46;
}
.pro_detail04 .rect-648 {
  padding-bottom: 64.8%;
}
.pro_detail05 {
  margin-top: 50px;
  padding-bottom: 50px;
}
.pro_detail05 .table-bordered {
  border: none;
  border-top: 2px solid #333;
}
.pro_detail05 .table-responsive {
  border: none;
}
.pro_detail05 .table-bordered .firstRow {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
.pro_detail05 .table-bordered > thead > tr > td, .pro_detail05 .table-bordered > tbody > tr > td, .pro_detail05 .table-bordered > tfoot > tr > td {
  border-left: none;
  border-right: none;
}
.pro_detail05 .table > thead > tr > td, .pro_detail05 .table > tbody > tr > td, .pro_detail05 .table > tfoot > tr > td {
  padding: 25px 20px;
}
.pro_detail05 .table > thead > tr.firstRow > td, .pro_detail05 .table > tbody > tr.firstRow > td, .pro_detail05 .table > tfoot > tr.firstRow > td {
  padding: 20px 3px;
}
.pro_detail05 .datalist {
  border: none;
}
.pro_detail05 .datalist th {
  background: #00458f;
  color: #fff;
}
.pro_detail05 .datalist .firstRow {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
.pro_detail05 .datalist .firstRow > th, .pro_detail05 .datalist > tbody > tr > td {}
.pro_detail05 .datalist .firstRow > th, .pro_detail05 .datalist > tbody > tr > td {
  padding: 20px 20px;
}
.pro_detail06 {
  padding: 60px 0;
  background: url("../images/case_detail03.jpg" /*case_detail03.jpg*/ ) no-repeat center;
}
.pro_detail .pro_detail06.section .infor .tit {
  color: #fff;
  padding-top: 0;
}
.pro_detail06 .content .item {
  display: none;
}
.pro_detail06 .content .owl-item .item {
  display: block;
}
.pro_detail06 .content .item .rect-603 {
  padding-bottom: 60.3%;
}
.pro_detail06 .content .item .li_box {
  display: block;
  position: relative;
}
.pro_detail06 .content .item .li_box .intro {
  background: #fff;
}
.pro_detail06 .content .item .li_box .intro .box {
  padding: 24px 27px;
}
.pro_detail06 .content .item .li_box .intro .box .line {
  width: 24px;
  height: 2px;
  background: #ffb100;
  margin-bottom: 10px;
}
.pro_detail06 .content .item .li_box .intro .box .t {
  font-size: 24px;
}
.pro_detail06 .content .item .li_box .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00458f;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.pro_detail06 .content .item .li_box .cover .box {
  padding: 57px 40px;
}
.pro_detail06 .content .item .li_box .cover .box .line {
  width: 24px;
  height: 2px;
  background: #333e46;
  margin-bottom: 10px;
}
.pro_detail06 .content .item .li_box .cover .box .t {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #333e46;
}
.pro_detail06 .content .item .li_box .cover .box .c {
  font-size: 14px;
  line-height: 24px;
  height: 73px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #323e46;
  margin: 20px 0 35px;
}
.pro_detail06 .content .item .li_box .cover .box .btn-border {
  color: #333e46;
  border-color: #333e46;
}
.pro_detail06 .content .item:hover .li_box .cover {
  opacity: 1;
  visibility: visible;
}
.pro_detail06 .content .owl-nav > div {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  line-height: 56px;
  text-align: center;
  transition: .5s ease;
}
.pro_detail06 .content .owl-nav .owl-next {
  right: -57px;
}
.pro_detail06 .content .owl-nav .owl-prev {
  left: -58px;
}
.pro_detail06 .content .owl-nav > div:hover {
  background: #fff;
  color: #343e46;
}
.pro_detail07 .item {
  display: none;
}
.pro_detail07 .owl-item .item {
  display: block;
}
.pro_detail07 .item .item_box {
  border: 1px solid #d2d2d2;
}
.pro_detail07 .item .item_box .intro .box {
  padding: 0 22px;
}
.pro_detail07 .item .item_box .intro .t {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0 10px;
}
.pro_detail07 .item .item_box .intro .t span {
  font-size: 14px;
  color: #d20000;
  font-weight: normal;
}
.pro_detail07 .item .item_box .intro .c {
  margin: 20px 0;
}
.pro_detail07 .item .item_box .intro .c ul li {
  font-weight: normal;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.pro_detail07 .item .item_box .intro .c ul li span {
  color: #666;
  margin-right: 10px;
  font-weight: normal;
}
.pro_detail07 .item .item_box .intro .btn_box {
  margin-bottom: 30px;
}
.pro_detail07 .item .item_box .intro .btn_box a {
  position: relative;
  display: inline-block;
  padding: 4px 43px;
  border: 1px solid #b8bcbf;
  font-size: 16px;
}
.pro_detail07 .item .item_box .intro .btn_box a span {
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.pro_detail07 .item .item_box .intro .btn_box a.btn span {
  color: #333e46;
}
.pro_detail07 .item .item_box .intro .btn_box a.btn1 {
  margin-right: 15px;
}
.pro_detail07 .item .item_box .intro .btn_box a:after {
  content: '';
  width: 0;
  height: 100%;
  background: #343e46;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.pro_detail07 .item .item_box .intro .btn_box a.btn1:hover {
  border-color: #333e46;
}
.pro_detail07 .item .item_box .intro .btn_box a.btn2:after {
  background: #00458f;
}
.pro_detail07 .item .item_box .intro .btn_box a:hover:after {
  width: 100%;
}
.pro_detail07 .item .item_box .intro .btn_box a.btn1:hover span {
  color: #fff;
}
.pro_detail07 .item .item_box .intro .btn_box a.btn2:hover span {
  color: #fff;
}
.pro_detail07 .item .item_box .intro .btn_box a.btn2:hover {
  border-color: #fff;
}
.pro_detail07 .owl-nav > div {
  position: absolute;
  width: 56px;
  height: 56px;
  background: #343e46;
  top: 50%;
  margin-top: -15px;
  color: #fff;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  transition: .5s ease;
}
.pro_detail07 .owl-nav .owl-next {
  right: -56px;
}
.pro_detail07 .owl-nav .owl-prev {
  left: -56px;
}
.pro_detail07 .owl-nav > div:hover {
  background: #00458f;
  color: #fff;
}
.pro_detail08 {
  background: url("../images/pro_detail08_bg.jpg" /*pro_detail08_bg.jpg*/ ) no-repeat center;
  padding: 69px 0;
  margin-top: 70px;
}
.pro_detail08 .infor {
  text-align: center;
}
.pro_detail08 .infor .tit {
  font-size: 40px;
  font-weight: bold;
}
.pro_detail08 .infor .con {
  font-size: 16px;
  margin-bottom: 35px;
}
.pro_detail08 .content ul {
  padding: 0 0%;
}
.pro_detail08 .content ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.pro_detail08 .content ul li .t {
  font-size: 22px;
  font-weight: bold;
  color: #333e46;
}
.pro_detail08 .content ul li .c {
  font-size: 15px;
  color: #333e46;
}
.pro_detail08 .content ul li .img {
  transition: .5s ease;
}
.pro_detail08 .content ul li:hover .img {
  transform: rotateY(180deg);
}
.pro_detail05 .datalist .firstRow {
  text-align: left;
}
.pro_list01 .left .box .content .item .item_down .ej ul, .pro_detail01 .left .con:after {
  background: #dcdcdc;
}
.pro_detail01 .right .owl-nav .owl-next {
  background: #00458f;
  ;
  color: #fff;
  border-bottom-right-radius: 1.6em;
}
.pro_detail03 .section .content {
  font-size: 15px;
}
.pro_detail07 .owl-nav .owl-next {
  background: #343e46;
  color: #fff;
}
.pro_detail07 .item .item_box .intro .c {
  height: 54px;
}
/*产品列表*/
.pro_list.channel_content {
  padding: 60px 0 0;
  background: #f5f5f5;
}
.pro_list01 .left {
  width: 21.5%;
  float: left;
}
.pro_list01 .left .box {
  padding: 35px 20px;
  background: #f6f6f6
}
.pro_list01 .left .box .infor {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.pro_list01 .left .box .infor .t {
  float: left;
  font-size: 24px;
  line-height: 24px;
  color: #343f47;
}
.pro_list01 .left .box .infor .c {
  float: right;
  font-size: 15px;
  line-height: 24px;
  color: #00458f;
  cursor: pointer;
}
.pro_list01 .left .box .content {
  padding-right: 10px;
}
/* 滚动条样式 */
.pro_list01 .left .box .content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.pro_list01 .left .box .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #00458f;
  background: rgba(252, 176, 38, .6)
}
.pro_list01 .left .box .content::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f6f5f5;
}
/* 滚动条样式 end*/
.pro_list01 .left .box .content .item {
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
  margin-top: 20px
}
.pro_list01 .left .box .content .item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0
}
.pro_list01 .left .box .content .item .tit {
  font-size: 18px;
  color: #333;
  position: relative;
  display: block;
}
.pro_list01 .left .box .content .item .tit span.icon_jt {
  display: inline-block;
  width: 19px;
  height: 11px;
  background: url("../images/icon_jt.png" /*icon_jt.png*/ ) no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transition: all 0.5s ease;
  transform: rotateZ(-90deg);
}
.pro_list01 .left .box .content .item .item_down {
  margin-top: 12px;
}
.pro_list01 .left .box .content .item .item_down .con_a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #454545;
  padding-left: 25px;
  position: relative;
}
.pro_list01 .left .box .content .item .item_down .con_a i {
  display: block;
  width: 17px;
  height: 17px;
  background: url("../images/en_prolist01_sele.png" /*en_prolist01_sele.png*/ ) no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.pro_list01 .left .box .content .item .item_down .ej ul {
  display: none;
}
.pro_list01 .left .box .content .item .item_down .ej ul li {
  padding-left: 26px;
  cursor: pointer;
}
.pro_list01 .left .box .content .item .item_down .ej ul li.cur {
  color: #00458f;
}
.pro_list01 .left .box .empty {
  height: 46px;
  line-height: 46px;
  background: #00458f;
  color: #333e46;
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
}
.pro_list01 .left .box .content .item.item03 {
  border: none;
}
.pro_list01 .left .item input {
  line-height: 40px;
  height: 40px;
  width: 100%;
  text-indent: 0.5em;
  font-size: 15px;
  color: #454545;
  box-sizing: border-box;
}
.pro_list01 .left .item .con {
  position: relative;
}
.pro_list01 .left .item .con .slider {
  display: block;
  margin-top: -20px;
  width: 95%;
  margin-left: 2.5%;
}
.pro_list01 .left .item .con .slider .irs--round {
  height: 65px;
}
.pro_list01 .left .item .con .value {
  margin-top: 10px;
  font-size: 15px;
  color: #454545;
}
body .irs--round .irs-handle {
  background: #00458f;
}
body .irs--round .irs-bar {
  background: #00458f;
  height: 2px;
}
body .irs--round .irs-line {
  height: 2px;
}
/* 产品列表 */
.pro_list01 .right {
  width: 100%;
  float: left
}
.pro_list01 .right .title {
  font-size: 30px;
  line-height: 30px;
  color: #343f47;
  margin-bottom: 20px;
}
.pro_list01 .right .title1 {
  font-size: 16px;
  line-height: 30px;
  color: #343f47;
  padding: 5px 0 40px;
}
.pro_list01 .right .add_list {
  font-size: 0;
  float: left;
}
.pro_list01 .right .add_list .list_a {
  display: inline-block;
  margin-right: 18px;
}
.pro_list01 .right .add_list .list_a.no_content {
  margin: 0;
}
.pro_list01 .right .add_list .list_a span {
  display: inline-block;
  font-size: 16px;
  padding: 0 40px 0 10px;
  height: 42px;
  line-height: 42px;
  color: #343f47;
  text-transform: uppercase;
  vertical-align: middle;
  background: #00458f;
  position: relative;
}
.pro_list01 .right .add_list .list_a span:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/close.png" /*close.png*/ ) no-repeat center;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -8px;
  transition: all 0.5s ease;
}
.pro_list01 .right .add_list .list_a span:hover:after {
  transform: rotateZ(180deg);
}
.pro_list01 .right .add_search {
  float: right;
  font-size: 0;
  margin-bottom: 20px;
}
.pro_list01 .right .add_search .inp {
  display: inline-block;
  width: 180px;
  height: 40px;
  border: 1px solid #d2d2d2;
  border-right: none;
  font-size: 14px;
  color: #c5c5c5;
  vertical-align: middle;
  padding: 0;
  text-indent: 16px;
}
.pro_list01 .right .add_search .btns {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 42px;
  background: url("../images/case_list01_1.jpg" /*case_list01_1.jpg*/ ) no-repeat center;
  border: none;
  padding: 0;
  cursor: pointer;
}
.pro_list01 .right .item {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.pro_list01 .right .item .infor {
  padding: 22px 22px 10px 22px;
  position: relative;
  z-index: 2;
}
.pro_list01 .right .item .img {
  padding: 8px 22px 20px 22px;
}
.pro_list01 .right .item .infor .tit {
  font-size: 15px;
  line-height: 30px;
  color: #333f47;
}
.pro_list01 .right .item .infor .con {
  font-size: 24px;
  line-height: 34px;
  color: #333e46;
  font-family: Impact;
  font-weight: bold;
}
.pro_list01 .right .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}
.pro_list01 .right .three_item {
  margin-right: 0;
}
.pro_list01 .right .item .item_box {
  border: 1px solid #e8e8e8;
  background: #fff;
}
.pro_list01 .right .item .item_box .intro .box {
  padding: 0 22px;
}
.pro_list01 .right .item .item_box .intro .t {
  font-size: 18px;
  text-align: center;
  padding: 20px 0 10px;
}
.pro_list01 .right .item .item_box .intro .t span {
  font-size: 14px;
  color: #d20000;
  font-weight: normal;
}
.pro_list01 .right .item .item_box .intro .c {
  margin: 20px 0;
  height: 54px;
}
.pro_list01 .right .item .item_box .intro .c ul li {
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.pro_list01 .right .item .item_box .intro .c ul li span {
  color: #666;
  margin-right: 10px;
  font-weight: normal;
}
.pro_list01 .right .item .item_box .intro .btn_box {
  margin-bottom: 25px;
}
.pro_list01 .right .item .item_box .intro .btn_box a {
  position: relative;
  display: inline-block;
  padding: 4px 43px;
  border: 1px solid #b8bcbf;
  font-size: 16px;
  color: #333e46;
}
.pro_list01 .right .item .item_box .intro .btn_box a span {
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.pro_list01 .right .item .item_box .intro .btn_box a.btn span {
  color: #333e46;
}
.pro_list01 .right .item .item_box .intro .btn_box a.btn1 {
  margin-right: 15px;
}
.pro_list01 .right .item .item_box .intro .btn_box a:after {
  content: '';
  width: 0;
  height: 100%;
  background: #343e46;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.pro_list01 .right .item .item_box .intro .btn_box a.btn1:hover {
  border-color: #333e46;
}
.pro_list01 .right .item .item_box .intro .btn_box a.btn2:after {
  background: #00458f;
}
.pro_list01 .right .item .item_box .intro .btn_box a:hover:after {
  width: 100%;
}
.pro_list01 .right .item .item_box .intro .btn_box a.btn1:hover span {
  color: #fff;
}
.pro_list01 .right .item .item_box .intro .btn_box a.btn2:hover span {
  color: #fff;
}
.pro_list01 .right .item .item_box .intro .btn_box a.btn2:hover {
  border-color: #fff;
}
/* 服务综合 */
.channel_content {
  padding: 60px 0;
}
.service_center01 .rect-271 {
  padding-bottom: 27.1%;
}
.service_center01 .content {
  position: relative;
}
.service_center01 .content .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.service_center01 .content .cover .box {
  padding: 90px 65px;
}
.service_center01 .content .cover .box .t {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.service_center01 .content .cover .box .c {
  font-size: 30px;
  color: #fff;
}
.service_center02 {
  margin: 55px 0;
}
.service_center02 .wrap {
  background: #00458f;
}
.service_center02 .left {
  float: left;
  width: 58.5%;
  position: relative;
}
.service_center02 .left .rect-72 {
  padding-bottom: 72%;
}
.service_center02 .left .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service_center02 .left .cover .box {
  padding: 85px 65px;
}
.service_center02 .left .cover .box .tit {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.service_center02 .left .cover .box .con {
  margin: 10px 0 20px;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.service_center02 .left .cover .box .txt {
  margin-bottom: 60px;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.service_center02 .right {
  float: left;
  width: 41.5%;
}
.service_center02 .right .box {
  padding: 85px 50px;
  text-align: left;
  color: #fff;
}
.service_center02 .right .box .tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.service_center02 .right .box ul li {
  float: left;
}
.service_center02 .right .box ul li .num {
  font-size: 46px;
  font-family: 'Impact';
}
.service_center02 .right .box ul li .t {
  font-size: 16px;
}
.service_center03 .left {
  float: left;
  width: 31%;
}
.service_center03 .left ul {
  margin-top: 60px;
}
.service_center03 .left ul li {
  float: left;
  width: 60%;
}
.service_center03 .left ul li:first-child {
  width: 40%;
}
.service_center03 .left ul li .num {
  font-size: 24px;
  color: #00458f;
  line-height: 1;
  margin-bottom: 10px;
}
.service_center03 .left ul li .num span {
  font-size: 48px;
  font-family: 'Impact';
}
.service_center03 .left ul li .t {
  font-size: 16px;
}
.service_center03 .left .tit {
  font-size: 36px;
  font-weight: bold;
  margin-top: 50px;
}
.service_center03 .left .tel {
  font-size: 42px;
  font-family: 'Impact';
  color: #00458f;
  line-height: 1;
}
.service_center03 .left .con {
  font-size: 16px;
  color: #535353;
  margin-bottom: 40px;
}
.service_center03 .left .txt {
  font-size: 16px;
  line-height: 24px;
}
.service_center03 .right {
  float: right;
  width: 50%;
  position: relative;
}
.service_center03 .right ul li {
  animation: point 1s ease infinite alternate;
  position: absolute;
  z-index: 9;
  transform-origin: center center;
  cursor: pointer;
  border-radius: 50%;
}
.service_center03 .right ul li:nth-of-type(2) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.service_center03 .right ul li:nth-of-type(3) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.service_center03 .right ul li:nth-of-type(5) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.service_center03 .right ul li:nth-of-type(8) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.service_center03 .right ul li:nth-of-type(10) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.service_center03 .right ul li:nth-of-type(11) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.service_center03 .right ul li.yellow {
  background: #00458f;
}
.service_center03 .right ul li.red {
  background: #ff0000;
}
.service_center03 .right ul li.blue {
  background: #323e46;
}
@keyframes point {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 0.7;
  }
  to {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    opacity: 0.4;
  }
}
.service_center04 {
  background: url("../images/service_center04_bg.jpg" /*service_center04_bg.jpg*/ ) no-repeat center;
  padding: 80px 0;
}
.service_center04 .hd {
  margin-bottom: 80px;
}
.service_center04 .hd .left {
  float: left;
}
.service_center04 .hd .left .tit {
  font-size: 38px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}
.service_center04 .hd .right {
  float: right;
}
.service_center04 .hd .right ul li {
  position: relative;
  float: left;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  margin: 0 16px;
}
.service_center04 .hd .right ul li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 4px;
  background: #00458f;
  transition: .5s ease;
}
.service_center04 .hd .right ul li.cur {
  color: #00458f;
  font-weight: bold;
}
.service_center04 .hd .right ul li.cur:after {
  width: 100%;
}
.service_center04 .bd {
  background: url("../images/white.8.png" /*white.8.png*/ );
}
.service_center04 .bd .content {
  padding: 70px 65px;
}
.service_center04 .bd .item {
  display: none;
}
.service_center04 .bd .owl-item .item {
  display: block;
}
.service_center04 .bd .item .img {
  float: left;
  width: 46%;
}
.service_center04 .bd .item .intro {
  float: left;
  width: 45%;
  margin-left: 5%;
  margin-top: 40px;
}
.service_center04 .bd .item .intro .tit {
  font-size: 18px;
  font-family: 'Impact';
}
.service_center04 .bd .item .intro .con {
  font-size: 18px;
  margin: 8px 0;
}
.service_center04 .bd .item .intro .txt {
  font-size: 14px;
}
.service_center04 .bd .owl-nav > div {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  line-height: 56px;
  text-align: center;
  transition: .5s ease;
}
.service_center04 .bd .owl-nav .owl-next {
  right: -65px;
}
.service_center04 .bd .owl-nav .owl-prev {
  left: -65px;
}
.service_center04 .bd .owl-nav > div:hover {
  background: #fff;
  color: #343e46;
}
.service_center05 {
  padding-top: 80px;
}
.service_center05 .infor {
  margin-bottom: 50px;
}
.service_center05 .infor .tit {
  float: left;
  font-size: 38px;
  font-weight: bold;
  line-height: 40px;
}
.service_center05 .infor .con {
  float: right;
  font-size: 22px;
  line-height: 40px;
}
.service_center05 .owl {
  height: 412px;
  position: relative;
}
.service_center05 .owl .wrap {
  position: relative;
  height: 412px;
}
.service_center05 .content {
  position: absolute;
  left: 50%;
  margin-left: -2100px;
  top: 0;
  bottom: 0;
  width: 4200px;
}
.service_center05 .content .item .rect-577 {
  padding-bottom: 57.7%;
}
.service_center05 .content .item .left {
  width: 52%;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.service_center05 .content .item .left.to_right {
  margin-left: 44%;
}
.service_center05 .content .item .wrap {
  overflow: hidden;
}
.service_center05 .right_content {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  width: 46%;
  z-index: 2;
  background: #f6f5f5;
}
.service_center05 .right_content .right {
  display: none;
}
.service_center05 .right_content .right.cur {
  display: block;
}
.service_center05 .right_content .right .info {
  padding: 40px 35px;
}
.service_center05 .right_content .right .t {
  font-size: 24px;
  font-weight: bold;
  color: #313131;
  margin: 0 0 5px;
}
.service_center05 .right_content .right .desc {
  color: #383838;
  font-size: 15px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
  line-height: 27px;
  height: 108px;
}
.service_center05 .right_content .right .list {
  margin-bottom: 35px;
  line-height: 28px;
  height: 168px;
}
.service_center05 .right_content .right .list a {
  display: block;
  position: relative;
  padding-left: 22px;
  color: #383838;
  line-height: 2;
}
.service_center05 .right_content .right .list a:after {
  content: "";
  position: absolute;
  left: 5px;
  width: 6px;
  height: 6px;
  top: 50%;
  margin-top: -3px;
  background: #00458f;
  border-radius: 50%;
}
.service_center05 .right_content .right .list a:hover {
  color: #00458f;
}
.service_center05 .right_content .right .ctrls {
  user-select: none;
}
.service_center05 .right_content .right .num {
  position: relative;
  width: 70px;
  height: 50px;
  text-align: right;
}
.service_center05 .right_content .right .num .cur {
  color: #00458f;
  font-size: 39px;
  font-family: Impact;
  position: absolute;
  right: 40px;
  top: 0;
  line-height: 1;
}
.service_center05 .right_content .right .num .total {
  font-size: 18px;
  color: #878787;
  font-family: Impact;
  padding-top: 20px;
}
.service_center05 .right_content .right .num .flag {
  position: absolute;
  right: 25px;
  font-size: 30px;
  top: 2px;
  color: #a9a9a9;
}
.service_center05 .ip3_btn > div {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  color: #fff;
  font-size: 16px;
  background: #333e46;
  line-height: 56px;
  text-align: center;
  transition: .5s ease;
}
.service_center05 .ip3_btn .owl-next {
  right: 0;
}
.service_center05 .ip3_btn .owl-prev {
  left: 0;
}
.service_center05 .ip3_btn > div:hover {
  background: #00458f;
  color: #343e46;
}
/* 圆点*/
.service_center05 .owl-carousel .owl-dots {
  position: absolute;
  z-index: 10;
  bottom: -60px;
  left: 0%;
  width: 100%;
  text-align: center;
}
.service_center05 .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  background: #858585;
  margin: 0 5px;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.5s ease;
}
.service_center05 .owl-carousel .owl-dot.active {
  width: 47px;
  background: #00458f;
}
/*新闻列表*/
.news_list.channel_content {
  padding: 60px 0;
  background: #f5f5f5;
}
.news_list01 .infor {
  margin-bottom: 70px;
}
.news_list01 .infor .tit {
  font-size: 44px;
  line-height: 44px;
  color: #2d3a43;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.news_list01 .infor .con {
  text-align: center;
}
.news_list01 .infor .con .item {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.news_list01 .infor .con .item01 {
  width: 20%;
  position: relative;
}
.news_list01 .infor .con .item01 .leibie {
  padding: 0 34px;
  position: relative;
  height: 50px;
  line-height: 50px;
  border: 1px solid #858585;
  border-radius: 50px;
  cursor: pointer;
}
.news_list01 .infor .con .item01 .leibie span {
  display: inline-block;
  width: 80%;
  vertical-align: 0;
}
.news_list01 .infor .con .item01 .leibie .icon {
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url("../images/news_list01_1.png" /*news_list01_1.png*/ ) no-repeat center;
  position: absolute;
  right: 34px;
  top: 50%;
  margin-top: -4px;
}
.news_list01 .infor .con .item01 .item_down {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 15px 0;
  display: none;
  z-index: 4
}
.news_list01 .infor .con .item01 .item_down li {
  padding: 0 34px;
  line-height: 40px;
  height: 40px;
  transition: all 0.5s ease;
  cursor: pointer
}
.news_list01 .infor .con .item01 .item_down li:hover {
  color: #00458f;
  cursor: pointer;
}
.news_list01 .infor .con .item02 {
  width: 27%;
  margin-left: 2%;
}
.news_list01 .infor .con .item02 .inp_wrap {
  width: 61%;
  float: left;
  position: relative;
}
.news_list01 .infor .con .item02 .inp_wrap:after {
  content: '';
  width: 18px;
  height: 19px;
  background: url("../images/news_list01_2.png" /*news_list01_2.png*/ ) no-repeat;
  position: absolute;
  left: 26px;
  top: 50%;
  margin-top: -8px;
}
.news_list01 .infor .con .item02 .inp_wrap .box {
  padding: 0 26px 0 66px;
  border: 1px solid #858585;
  border-right: none;
  border-radius: 50px 0 0 50px;
  background: #fff;
  height: 50px;
  line-height: 50px;
}
.news_list01 .infor .con .item02 .inp_wrap .inp {
  width: 100%;
  background: #fff;
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 0;
}
.news_list01 .infor .con .item02 .btns_wrap {
  width: 39%;
  float: right;
}
.news_list01 .infor .con .item02 .btns_wrap .btns {
  width: 100%;
  background: #333e46;
  outline: none;
  border: 1px solid #333e46;
  border-left: none;
  padding: 0;
  border-radius: 0 50px 50px 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  box-sizing: inherit
}
.news_list01 .content .rect-49 {
  padding-bottom: 49%;
}
.news_list01 .content .rect-77 {
  padding-bottom: 77%;
}
.news_list01 .content .top_ {
  margin-bottom: 10px;
  width: 98.7%;
}
.news_list01 .content .top_ .top_l {
  width: 60%;
  float: left;
}
.news_list01 .content .top_ .top_r {
  width: 38%;
  float: right;
}
.news_list01 .content .top_ .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../images/black7.png" /*black7.png*/ ) center;
}
.news_list01 .content .top_ .cover:after {
  content: '';
  width: 8px;
  height: 37px;
  background: #00458f;
  position: absolute;
  left: 0;
  top: 15px;
}
.news_list01 .content .top_ .cover .box {
  padding: 40px 34px 35px;
}
.news_list01 .content .top_ .cover .box .date {
  font-size: 17px;
  font-family: Arial;
  color: #00458f;
}
.news_list01 .content .top_ .cover .box .t {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  margin-top: 10px;
}
.news_list01 .content .bott_ .li_ {
  width: 31.5%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 30px;
}
.news_list01 .content .bott_ ul {
  overflow: hidden;
}
.news_list01 .content .bott_ .li_three {
  margin-right: 0px;
}
.news_list01 .content .bott_ .li_ .rect-6035 {
  padding-bottom: 60.35%;
}
.news_list01 .content .bott_ .li_ .li_box {
  display: block;
}
.news_list01 .content .bott_ .li_ .li_box .intro {
  background: #fff;
  position: relative;
}
.news_list01 .content .bott_ .li_ .li_box .intro:after {
  content: '';
  width: 8px;
  height: 37px;
  background: #00458f;
  position: absolute;
  left: 0;
  top: 25px;
}
.news_list01 .content .bott_ .li_ .li_box .intro .box {
  padding: 45px 35px;
}
.news_list01 .content .bott_ .li_ .li_box .intro .box .d {
  font-size: 17px;
  font-family: Arial;
  color: #00458f;
}
.news_list01 .content .bott_ .li_ .li_box .intro .box .t {
  font-size: 28px;
  line-height: 34px;
  height: 68px;
  overflow: hidden;
  color: #333e46;
  margin: 10px 0 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.news_list01 .content .bott_ .li_ .li_box .intro .box .c {
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #313131;
  color: rgba(49, 49, 49, .7);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_detail01 {
  margin-bottom: 30px
}
/* 新 */
.news_list01 .content .top_ a {
  display: block;
}
.news_list01 .content .top_ .rect-5515 {
  padding-bottom: 70%;
}
.news_list01 .content .top_ .rect-5535 {
  padding-bottom: 40%;
}
.news_list01 .content .top_ .rect-53 {
  padding-bottom: 52.5%;
}
.news_list01 .content .top_ .left {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.news_list01 .content .top_ .item .intro {
  transition: all 0.5s ease;
  background: #fff;
}
.news_list01 .content .top_ .item .intro .box {
  padding: 30px 35px 50px;
  color: #333f47;
}
.news_list01 .content .top_ .item .intro .box .date {
  font-size: 16px;
  line-height: 32px;
  font-family: Arial;
}
.news_list01 .content .top_ .item .intro .box .tit {
  font-size: 22px;
  line-height: 32px;
  margin: 10px 0 20px;
  max-height: 64px;
  white-space: normal;
}
.news_list01 .content .top_ .item .intro .box .tit a {
  color: #333f47;
}
.news_list01 .content .top_ .item .intro .box .tit a:hover {
  color: rgba(51, 63, 71, .6)
}
.news_list01 .content .top_ .item .intro .box .con {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #666
}
.news_list01 .content .top_ .item .intro .box .symbol {
  display: inline-block;
}
.news_list01 .content .top_ .item .intro .box .symbol span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 10px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #a9a9a9;
  text-align: center;
  font-size: 12px;
  color: #7e7e7e;
  margin-right: 8px;
  margin-bottom: 5px;
}
.news_list01 .content .top_ .item .intro .box .symbol span a:hover {
  color: #333f47;
  opacity: 0.8;
}
.news_list01 .content .top_ .item:hover .intro {
  background: #00458f;
}
.news_list01 .content .top_ .item:hover .intro .box .con {
  color: #fff;
}
.news_list01 .content .top_ .item:hover .intro .box .tit {
  color: #fff;
}
.news_list01 .content .top_ .item:hover .intro .box .date {
  color: #fff;
}
.news_list01 .content .top_ .item:hover .intro .box .symbol span {
  border-color: #333f47;
  color: #333f47;
}
.news_list01 .content .top_ .center {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.news_list01 .content .top_ .right {
  width: 32%;
  float: right;
}
.news_list01 .content .top_ .right .r_top {
  margin-bottom: 22px;
}
.news_list01 .content .bott_ .rect-6195 {
  padding-bottom: 61.95%;
}
.news_list01 .content .bott_ .new {
  margin-bottom: 30px;
  background: #fff;
  transition: all 0.5s ease;
}
.news_list01 .content .bott_ .new a {
  display: block;
}
.news_list01 .content .bott_ .new .img_ {
  width: 25%;
  float: left;
}
.news_list01 .content .bott_ .new .txt {
  width: 75%;
  float: right;
}
.news_list01 .content .bott_ .new .txt .box {
  padding: 50px 85px 40px 60px;
}
.news_list01 .content .bott_ .new .txt .box .intro {
  width: 80%;
  float: left;
}
.news_list01 .content .bott_ .new .txt .box .intro .tit {
  font-size: 22px;
  line-height: 48px;
  color: #333f47;
}
.news_list01 .content .bott_ .new .txt .box .intro .tit a {
  color: #333f47
}
.news_list01 .content .bott_ .new .txt .box .intro .tit a:hover {
  color: rgba(51, 63, 71, .6)
}
.news_list01 .content .bott_ .new .txt .box .intro .con {
  font-size: 15px;
  line-height: 26px;
  color: #666666;
  margin: 12px 0 35px;
  height: 52px;
  overflow: hidden;
}
.news_list01 .content .bott_ .new .txt .box .intro .symbol {
  display: inline-block;
}
.news_list01 .content .bott_ .new .txt .box .intro .symbol span {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #a9a9a9;
  text-align: center;
  font-size: 12px;
  color: #7e7e7e;
  margin-right: 8px;
}
.news_list01 .content .bott_ .new .txt .box .intro .symbol span:hover {
  border-color: rgba(169, 169, 169, .9)
}
.news_list01 .content .bott_ .new .txt .box .intro .symbol span a:hover {
  color: #333f47;
  opacity: 0.7;
}
.news_list01 .content .bott_ .new .txt .box .date {
  float: right;
  margin-top: 25px;
}
.news_list01 .content .bott_ .new .txt .box .date .day {
  font-size: 60px;
  line-height: 60px;
  color: #333f47;
  font-family: Impact;
  margin-bottom: 5px;
}
.news_list01 .content .bott_ .new .txt .box .date .year {
  font-size: 18px;
  line-height: 32px;
  color: #333f47;
  font-family: Arial;
}
.news_list01 .content .bott_ .new:hover {
  background: #00458f;
}
.news_list01 .content .bott_ .new:hover .txt .box .intro .con {
  color: #fff;
}
.news_list01 .content .bott_ .new:hover .txt .box .intro .tit {
  color: #fff;
}
.news_list01 .content .bott_ .new:hover .txt .box .date .day {
  color: #fff;
}
.news_list01 .content .bott_ .new:hover .txt .box .date .year {
  color: #fff;
}
.news_list01 .content .bott_ .new:hover .txt .box .intro .symbol span {
  border-color: #333f47;
  color: #fff;
}
/*没有图片的时候*/
.news_list01 .content .bott_ .new.noimg .img_ {
  display: none;
}
.news_list01 .content .bott_ .new.noimg .txt {
  width: 100%;
}
/*新闻详细*/
.newsDetail_ban .intro .con {
  text-align: right;
  margin-top: 55px;
}
.newsDetail_ban .intro .con a {
  display: inline-block;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url("../images/newsdetail_ban01.png" /*newsdetail_ban01.png*/ ) no-repeat;
  margin-left: 10px;
}
.newsDetail_ban .intro .con a.prev {
  background-position: 0 0;
}
.newsDetail_ban .intro .con a.next {
  background-position: -42px 0;
}
.newsDetail_ban .intro .con a.back {
  background-position: -84px 0;
}
.news_detail.channel_content {
  padding: 60px 0 0;
}
.news_detail01 .left {
  width: 50px;
  float: left;
  z-index: -1;
}
.news_detail01 .left .bdsharebuttonbox {
  overflow: hidden;
}
.news_detail01 .left .bdsharebuttonbox a {
  display: block;
  float: none;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0 0px 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #9ea5ad;
}
.news_detail01 .left .bdsharebuttonbox a:hover {
  background-color: #00458f;
  background-position: 0 0;
}
.news_detail01 .left .bdsharebuttonbox a.cur {
  background-color: #00458f;
  background-position: 0 0;
}
.news_detail01 .left .bdsharebuttonbox a.bds_sqq {
  background-image: url("../images/newsdetail_icon1.png" /*newsdetail_icon1.png*/ );
}
.news_detail01 .left .bdsharebuttonbox a.bds_renren {
  background-image: url("../images/newsdetail_icon2.png" /*newsdetail_icon2.png*/ );
}
.news_detail01 .left .bdsharebuttonbox a.bds_weixin {
  background-image: url("../images/newsdetail_icon3.png" /*newsdetail_icon3.png*/ );
}
.news_detail01 .left .bdsharebuttonbox a.bds_tsina {
  background-image: url("../images/newsdetail_icon4.png" /*newsdetail_icon4.png*/ );
}
.news_detail01 .left .bdsharebuttonbox a.bds_qzone {
  background-image: url("../images/newsdetail_icon5.png" /*newsdetail_icon5.png*/ );
}
.news_detail01 .right {
  width: 90%;
  float: right;
}
.news_detail01 .right .box {
  padding-right: 0%;
}
.news_detail01 .right .tit {
  font-size: 16px;
  line-height: 24px;
}
.news_detail01 .right .con .date {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #2c2c2c;
  margin-right: 25px;
}
.news_detail01 .right .con .switcher {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
}
.news_detail01 .right .intro .title {
  font-size: 30px;
  line-height: 52px;
  color: #333e46;
  margin-top: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 35px;
}
.news_detail01 .right .intro .text {
  font-size: 16px;
  line-height: 30px;
  color: #575757;
}
.news_detail01 .right .intro .text a {
  color: #00458f;
  text-decoration: underline;
}
.news_detail01 .right .intro .text a:hover {
  background: #00458f;
  color: #fff;
  text-decoration: none;
}
/*.news_detail01 .right .intro .text img{width: 100%;}*/
.news_detail02 {
  background: url("../images/newsdetail02_1.jpg" /*newsdetail02_1.jpg*/ ) no-repeat center;
  padding: 55px 0;
  margin-top: 60px;
  background-size: cover;
}
.news_detail02 .smal_tit {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #333e46;
}
.news_detail02 .big_tit {
  font-size: 36px;
  line-height: 36px;
  color: #333e46;
  margin: 15px 0 25px;
}
.news_detail03 {
  padding: 65px 0;
  background: url("../images/newsdetail03_1.jpg" /*newsdetail03_1.jpg*/ ) no-repeat center;
}
.news_detail03 .infor {
  text-align: center;
  margin-bottom: 40px;
}
.news_detail03 .infor .tit {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}
.news_detail03 .content li {
  width: 32%;
  margin-left: 2%;
  float: left;
  background: #fff;
  transition: all 0.5s ease;
}
.news_detail03 .content li:first-child {
  margin-left: 0;
}
.news_detail03 .content li .li_box {
  display: block;
  padding: 40px;
}
.news_detail03 .content li .li_box .date {
  font-size: 17px;
  line-height: 28px;
  color: #999;
}
.news_detail03 .content li .li_box .tit {
  font-size: 20px;
  line-height: 30px;
  color: #333e46;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 7px 0;
  overflow: hidden;
}
.news_detail03 .content li .li_box .smalltext {
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 20px;
  overflow: hidden;
}
.news_detail03 .content li .li_box .more span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 30px;
  color: #242d38;
  transition: all 0.5s ease;
}
.news_detail03 .content li .li_box .more span.icon {
  width: 10px;
  height: 17px;
  background: url("../images/newsdetail03_1.png" /*newsdetail03_1.png*/ ) no-repeat center;
  margin-left: 15px;
}
.news_detail03 .content li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}
.news_detail03 .content li:hover .li_box .more span {
  color: #00458f
}
.news_detail03 .content li:hover .li_box .more span.icon {
  background: url("../images/newsdetail02_2.png" /*newsdetail02_2.png*/ ) no-repeat center;
}
/* 企业文化 */
.culture.channel_content {
  padding: 0
}
.culture01 {
  padding: 60px 0;
  background: #f5f5f5;
}
.culture01 .item {
  margin-bottom: 30px;
}
.culture01 .item:last-child {
  margin-bottom: 0
}
.culture01 .item .left {
  width: 66%;
}
.culture01 .item .right {
  width: 32%;
}
.culture01 .item .rect-4360 {
  padding-bottom: 43.6%;
}
.culture01 .item .rect-45 {
  padding-bottom: 45%;
}
.culture01 .item .rect-445 {
  padding-bottom: 44.5%;
}
.culture01 .item .cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.culture01 .item .cover .box {
  padding: 55px;
}
.culture01 .item .cover .box .tit {
  font-size: 30px;
  line-height: 58px;
  font-weight: bold;
  color: #fff;
}
.culture01 .item .cover .box .con {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  width: 40%;
}
.culture01 .item .intro {
  background: #fff;
}
.culture01 .item .intro .box {
  padding: 38px 60px 40px 40px;
}
.culture01 .item .intro .box .t {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #333e46;
  margin-bottom: 20px;
}
.culture01 .item .intro .box .c {
  font-size: 15px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #666666;
}
.culture01 .item01 .left {
  float: left;
}
.culture01 .item01 .right {
  float: right;
}
.culture01 .item02 .left {
  float: right;
}
.culture01 .item02 .right {
  float: left;
}
.culture02 {
  margin: 60px 0;
}
.culture02 .rect-346 {
  padding-bottom: 34.6%;
}
.culture02 .rect-454 {
  padding-bottom: 45.3%;
}
.culture02 .left {
  width: 72.4%;
  float: left;
}
.culture02 .right {
  width: 27.6%;
  float: right;
}
.culture02 .right .r_item .intro {
  padding: 50px 70px;
  color: #fff;
}
.culture02 .right .r_item .intro .t {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
.culture02 .right .r_item .intro .c {
  font-size: 15px;
  line-height: 20px;
}
.culture02 .right .r_item.r_top {
  background: #ffb100;
}
.culture02 .right .r_item.r_bott {
  background: #333e46;
}
/*服务支持*/
.service01 .rect-177 {
  padding-bottom: 177%;
}
.service01 .rect-56 {
  padding-bottom: 56%;
}
.service01 .infor .tit {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  margin-bottom: 45px;
}
.service01 .content .left {
  width: 24%;
  float: left;
  position: relative;
  z-index: 2;
}
.service01 .content .rect-1826 {
  padding-bottom: 182.6%;
}
.service01 .content .rect-6426 {
  padding-bottom: 64.2%;
}
.service01 .content .left .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service01 .content .left .cover .box {
  padding-top: 60px;
}
.service01 .content .left .cover .box li {
  font-size: 18px;
  padding-left: 90px;
  line-height: 48px;
  cursor: pointer;
  position: relative;
  color: #fff;
  transition: .3s ease;
}
.service01 .content .left .cover .box li:after {
  content: '';
  width: 0px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  transition: all 0.5s ease;
}
.service01 .content .left .cover .box li.cur:after {
  width: 70px;
}
.service01 .content .left .cover .box li.cur {
  font-size: 24px;
  font-weight: bold;
}
.service01 .content .right {
  width: 76%;
  float: right;
  position: relative;
  z-index: 1;
}
.service01 .content .right .add {
  display: none;
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 36%;
  height: 100%;
  background: url("../images/black.6.png" /*black.6.png*/ ) center;
  z-index: 2;
}
.service01 .content .right .add .box {
  padding-top: 75px;
  padding-left: 37px;
}
.service01 .content .right .add .box .t {
  position: relative;
  line-height: 33px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
}
.service01 .content .right .add .box .t:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #00458f;
  left: 0;
}
.service01 .content .right .add .box .c {
  padding-right: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-top: 15px;
}
/*liuyx20200923*/
body .content-49665 .Form-P1 .Form-P1-Btn ._submit {
  background: #00458f;
}
body .content-49676 .Form-J1 .Form-J1-Btn ._submit {
  background: #00458f;
}
body .content-49676 .Form-J1 .Form-J1-li input {
  height: 35px;
}
body .content-49665 .Form-P1 .Form-P1-li input {
  height: 35px;
}
/* 2020-0924 */
.floatB .right {
  padding: 13px 0 12px
}
.network02 ul li .box dl {
  height: 110px;
}
.network01 .right img {
  max-width: none;
}
.parts_list .pro_list01 .right .item .item_box .intro .t {
  margin-bottom: 20px;
  font-size: 19px;
}
.erji_nav .erji_content .erji_btn {
  left: 0;
}
.ipart02 .infor .con {
  font-family: mk;
  font-weight: normal
}
.news_list01 .infor .con .item01 .leibie {
  background: #fff;
}
/* 2020-0928 */
.service_center04 .bd .owl-nav .owl-next {
  background: #fff;
  color: #343e46;
}
.case_list01 .left .box .content .item .item_down .ej ul {
  padding: 5px 0 10px;
}
.service_center02 {
  margin: 30px 0;
}
.service_center04 .bd .item .intro .btn_box {
  margin-top: 20px;
}
.service_center04 .bd .item .intro .btn_box .btn1 {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  border: 1px solid #b8bcbf;
  font-size: 16px;
}
.service_center04 .bd .item .intro .btn_box .btn1 span {
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.service_center04 .bd .item .intro .btn_box .btn1 span {
  color: #333e46;
}
.service_center04 .bd .item .intro .btn_box .btn1 {
  margin-right: 15px;
}
.service_center04 .bd .item .intro .btn_box .btn1:after {
  content: '';
  width: 0;
  height: 100%;
  background: #343e46;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.service_center04 .bd .item .intro .btn_box .btn1:hover {
  border-color: #333e46;
}
.service_center04 .bd .item .intro .btn_box .btn1:hover:after {
  width: 100%;
}
.service_center04 .bd .item .intro .btn_box .btn1:hover span {
  color: #00458f;
}
.news_list01 .content .top_ .cover .box .t {
  white-space: nowrap;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis
}
.news_list01 .content .bott_ .li_ .li_box .intro .box .t {
  height: auto;
  display: block;
}
.service_center05 .right_content .right .info {
  padding: 70px 60px 30px;
}
.service_center05 .right_content .right .t {
  margin: 0 0 25px;
}
.service_center05 .right_content .right .desc {
  padding-bottom: 0;
}
.header .h_tools .h_lan > a .iconfont {
  margin-right: 10px;
  margin-left: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  background: #00458f url("../images/language_icon_2.gif" /*language_icon_2.gif*/ ) no-repeat center center;
  background-size: cover;
}
.contact_us .infor .tit {
  margin-bottom: 5px;
}
.contact_us .infor .tit:after {
  display: none;
}
.contact_us01 .content .right .box dt {
  font-size: 27px;
  margin-bottom: 0
}
.contact_us01 .content .left {
  height: 530px;
}
.contact_us02 ul {
  text-align: center
}
.contact_us02 ul li {
  display: inline-block;
  float: none;
  text-align: left
}
/*发展历程*/
/*响应式*/
.container {
  margin: auto;
  position: relative;
  z-index: 3;
  width: 1530px;
  padding-top: 100px;
}
.lh-about {
  padding: 6.77vw 0;
  background: #FBFBFB;
}
.lh-about-h2 {
  text-align: center;
  font-size: 36px;
  color: #333e46;
  position: relative;
}
.lh-about-h2:after {
  content: 'HISTORY';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #F3F3F3;
  font-size: 147px;
  z-index: -1;
  font-weight: bold;
}
.lh-about-h3 {
  text-align: center;
  color: #8a8a8a;
  line-height: 30px;
  position: relative;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 60px;
}
.lh-about-h3 pre {
  line-height: 30px;
  font-size: 16px;
  font-family: "microsoft yahei";
}
.lh-about-h3:after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #00458f;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -30px;
}
.lh-honor-ul {
  margin-left: -25px;
}
.lh-honor-ul li {
  width: 33.3%;
  padding-left: 25px;
  margin-top: 25px;
}
.lh-honor-ul li a {
  display: block;
  background: #fff;
  padding: 20px;
}
.lh-honor-ul li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.lh-hostory {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.lh-hostory .icon-dizhi {
  font-size: 52px;
  color: #00458f;
  position: relative;
  top: 5px;
  left: 1px;
}
.lh-hostory .icon-xiangxia2 {
  font-size: 24px;
  position: relative;
  top: -16px;
  left: 1px;
}
.lh-about-h3.two {
  color: #333e46;
  font-size: 18px;
}
.lh-about-h3.two:after {
  display: none;
}
.lh-hostory-item {
  position: relative;
  padding: 100px 0;
}
.lh-hostory-item li {
  float: right;
  width: 50%;
  padding-left: 60px;
  position: relative;
  margin-bottom: 140px;
}
.lh-hostory-item li:nth-child(2n) {
  animation-delay: .1s;
}
.lh-hostory-item:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #00458f;
  position: absolute;
  left: 50%;
  top: 0;
}
.lh-hostory-item li h2 {
  text-align: left;
  font-size: 36px;
  color: #333e46;
  position: relative;
  font-family: Impact;
}
.lh-hostory-item li h2:after {
  content: '';
  display: block;
  width: 34px;
  height: 2px;
  background: #00458f;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -1px;
}
.lh-hostory-item li .text {
  margin-top: 4px;
}
.lh-hostory-item li .img {
  float: right;
  margin-left: 30px;
}
.lh-hostory-item li h3 {
  color: #333e46;
  font-weight: lighter;
  line-height: 24px;
  text-align: left;
}
.lh-hostory-item li:nth-child(2n) {
  padding: 0 60px 0 0;
  top: 145px;
}
.lh-hostory-item li:nth-child(2n) h2 {
  text-align: right;
}
.lh-hostory-item li:nth-child(2n) h2:after {
  right: -60px;
  left: inherit;
}
.lh-hostory-item li:nth-child(2n) .img {
  float: right;
  margin: 0 0 0 30px;
}
@keyframes FirstDot {
  0% {
    transform: scale(1) translateX(0);
  }
  25% {
    transform: scale(2.5) translateX(0);
  }
  50% {
    transform: scale(1) translateX(0);
  }
  83% {
    transform: scale(1) translateX(240px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes SecondDot {
  0% {
    transform: translateX(0px);
  }
  27% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  81% {
    transform: translateX(180px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ThirdDot {
  0% {
    transform: translateX(0px);
  }
  29% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(0px);
  }
  79% {
    transform: translateX(120px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes FourthDot {
  0% {
    transform: translateX(0px);
  }
  31% {
    transform: translateX(-160px);
  }
  50% {
    transform: translateX(0px);
  }
  77% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes FifthDot {
  0% {
    transform: scale(1) translateX(0);
  }
  33% {
    transform: scale(1) translateX(-220px);
  }
  50% {
    transform: scale(1) translateX(0);
  }
  75% {
    transform: scale(2.5) translateX(0);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes shadow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1600px) {
  .lh-tab-hd li i {
    left: 2vw;
  }
  .lh-tab-hd li:nth-child(3) i {
    left: 2vw;
  }
}
@media screen and (max-width: 1440px) {
  .lh-logo {
    left: 2vw;
  }
  .lh-tel {
    right: 2vw;
  }
  .lh-tab-b h2 {
    font-size: 20px;
  }
  .lh-tab-b {
    padding: 2.5vw;
  }
  .lh-tab-cl h4 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 1366px) {
  .lh-tab-b h4 {
    margin: 1vw 0 1.5vw;
  }
  .lh-tab-cr li h2, .lh-tab-cr li h3 {
    padding: 0 1vw;
  }
  .lh-tab-cr li h3 {
    font-size: 12px;
  }
  .lh-tab-cl {
    width: 26vw;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
.pagination{width: 100%;font-size: 12px;}
.pagination span{padding: 4px 2px; background: #2F3237; margin-right: 3px; color: #fff;font-size: 12px;}
.pagination span a{color: #fff;font-size: 12px;}
.page-numbar a{ margin-right: 5px;font-size: 12px;}
.page-numbar a.page-num-current{color: #FCCF04;font-size: 12px;}
.range {    display: flex;    flex-wrap: wrap;}
	
  .channel_content {
    padding: 20px 0;
  }
  .lh-hostory-item li:nth-child(2n) {
    padding: 0 60px 0 0;
    top: 0 !important;
  }
  .lh-hostory-item li {
    width: 100%;
    margin: 10px 0 0;
    background: #fff;
    padding: 10px;
  }
  .lh-hostory {
    margin-top: 30px;
  }
  .lh-hostory i {
    display: none;
  }
  .lh-hostory-item:before {
    display: none;
  }
  .lh-hostory-item {
    padding: 0;
  }
  .lh-hostory-item li:nth-child(2n-1) {
    top: 0;
  }
  .lh-hostory-item li h2 {
    text-align: left;
    font-size: 24px;
  }
  .lh-hostory-item li h3 {
    font-size: 12px;
  }
  .lh-hostory-item li:nth-child(2n) {
    padding: 10px;
  }
  .lh-hostory-item li .img {
    margin-left: 15px;
  }
  .lh-hostory-item li:nth-child(2n) .img {
    margin: 0 0 0 15px;
  }
  .lh-hostory-item li h2:after {
    display: none;
  }
  .lh-honor-ul {
    margin-left: -10px;
  }
  .lh-honor-ul li {
    width: 50%;
    padding-left: 10px;
    margin-top: 10px;
  }
  .lh-honor-ul li a {
    padding: 10px;
  }
  .lh-about-c {
    margin-top: 30px;
  }
  .lh-about-h2 {
    font-size: 30px;
    margin-top: 30px;
  }
  .lh-about-h2:after {
    font-size: 80px;
  }
  .lh-about {
    padding: 20px 0;
  }
  .lh-about-h3 {
    margin: 40px 0;
  }
  .lh-about-h3:after {
    bottom: -20px;
  }
}
/*分页*/
.z_pages {
  margin: 0 auto;
}
.z_pages_bar {
  text-align: left;
  margin-top: 1vw;
}
.z_pages_bar a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e8e8e8;
  text-align: center;
  color: #666;
  min-width: 40px;
  text-align: center;
  margin: 0 2px;
  text-transform: uppercase;
  background: #fff;
}
.z_pages_bar a:hover, .z_pages_bar a.active {
  background: #00458f;
  color: #fff;
  border-color: #00458f;
}
.z_pages_bar a .iconfont {
  font-size: 14px;
}
.z_project_page li:hover h3 {
  color: #00458f;
}
/*分页导航*/
.nyNav {
  width: 100%;
  height: 4vw;
  line-height: 4vw;
  background-color: #fff;
  padding: 0 10vw;
  border-bottom: 1px solid #dcdcdc;
}
.nyNav div {
  display: inline-block;
  margin-right: 3.90625vw;
  position: relative;
}
.nyNavSe a {
  color: #00458f !important;
  font-weight: bold !important;
}
.nyNav div::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #00458f;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  z-index: 9;
  transition: 0.3s;
}
.nyNav div:hover::after {
  bottom: 0;
  opacity: 1;
}
.nyNavSe::after {
  bottom: 0 !important;
  opacity: 1 !important;
}
.nyNav div:hover a {
  color: #00458f;
}
.nyNav div a {
  font-size: 16px;
  font-weight: normal;
  color: #333e46;
  transition: 0.3s;
}
@media screen and (max-width:980px) {
  .nyNav {
    height: 55px;
    line-height: 55px;
    overflow-x: overlay;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0px 12px;
  }
}
/*内页banner*/
.nybanner {}
.nybanner .imgbox video {
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.nybanner .imgbox {
  position: relative;
  overflow: hidden;
  height: 650px;
}
.nybanner .center {
  position: relative;
  z-index: 5;
}
.nybanner .title {
  font-size: 120px;
  font-family: Impact;
  line-height: 1;
  margin-bottom: 30px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: .2;
}
.nybanner .desc {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1;
  padding-top: 28px;
  padding-bottom: 16px;
  animation-delay: .2s;
  text-shadow: 0 0 8px rgb(0 69 143);
}
.nybanner .desc2 {
  font-size: 24px;
  font-weight: lighter;
  color: #fff;
  animation-delay: .3s;
  opacity: .8;
}
.nybanner .center .wrap-content1 {
  height: 650px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.nybanner .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 400px;
  width: 0px;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.nybanner .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0px 18px !important;
  position: relative;
}
.nybanner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 28px;
  height: 28px;
  opacity: 1;
}
.nybanner .swiper-pagination {
  bottom: 30px !important;
}
/*通用*/
.lh-public-h2 {
  font-size: 2.5vw;
  color: #2f318b;
  font-family: "Impact";
}
.lh-public-h3 {
  font-size: 1.25vw;
  color: #222222;
  margin: 1vh 0 5vh;
}
.lh-public-pre {
  line-height: 32px;
  font-size: 15px;
  max-width: 640px;
  white-space: pre-wrap;
  font-family: -webkit-body;
}
.lh-look {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #2f318b;
  background: #fff;
  color: #2f318b;
  fotn-size: 15px;
  margin-top: 9vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.lh-look:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #2f318b;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: ease .65s;
  z-index: -1;
}
.lh-look:hover:before {
  transform: translate(-50%, -50%) scale(1);
  border-radius: 0;
}
.lh-look:hover {
  color: #fff;
}
.lh-service-ul {
  background: #F4F4F8;
}
.lh-service-ul li {
  height: 70vh;
  position: relative;
}
.lh-service-ul li .img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.lh-service-ul li .text {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  background: rgba(26, 136, 253, .8);
  padding: 0 4.16vw;
  display: flex;
  align-items: center;
  color: #fff;
}
.lh-service-ul li .text h2, .lh-service-ul li .text h3, .lh-service-ul li .text pre {
  color: #fff;
}
.lh-service-ul li .text a {
  color: #fff;
  background: none;
  border-color: #fff;
}
.lh-service-ul li .text a:before {
  display: none;
}
.lh-service-ul li .text a:hover {
  background: #00458f;
  color: #fff;
  border-color: #00458f;
}
.lh-service-ul li:nth-child(2n) .text {
  left: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .lh-service-item li {
    padding: 0 0 0 10px;
  }
  .lh-service-item {
    margin-left: -10px;
  }
  .lh-service-item li h4 {
    height: 30px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    font-size: 14px;
    width: 100%;
    bottom: -30px;
    text-align: center;
  }
  .lh-public-h2 {
    font-size: 24px;
  }
  .lh-public-h3 {
    font-size: 16px;
  }
  .lh-public-pre {
    font-size: 14px;
    line-height: 30px;
    font-family: body;
  }
  .lh-look {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .lh-service-ul li {
    height: auto;
  }
  .lh-service-ul li .img {
    height: 200px;
    background-attachment: inherit;
  }
  .lh-service-ul li .text {
    position: static;
    width: 100%;
    height: auto;
    padding: 30px 10px;
  }
}
.news-list-page {
  padding-bottom: 70px;
}
.news-list-page .container {
  max-width: 88%;
}
.news-tab-wrap {
  padding: 65px 0 55px;
  text-align: center;
}
.news-tab-wrap li {
  display: inline-block;
  margin-right: 16px;
}
.news-tab-wrap li a {
  display: block;
  width: 200px;
  height: 50px;
  font-size: 14px;
  color: #666;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  transition: all .4s ease-in-out;
}
.news-tab-wrap li.on a, .news-tab-wrap li a:hover {
  color: #fff;
  background: #e00012;
}
.news-list .item-list {
  margin-left: -1.5%;
}
.news-list li {
  position: relative;
  float: left;
  width: 48.5%;
  margin: 0 0 1.5% 1.5%;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.ourwork-list .each-item:after, .news-list li:after, .index-news-list .item2:after, .index-news-list .item3:after, .solution-list .each-item:after, .pay-list .each-item:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all .6s;
}
.ourwork-list .each-item:hover:after, .news-list li:hover:after, .index-news-list .item2:hover:after, .index-news-list .item3:hover:after, .solution-list .each-item:hover:after, .pay-list .each-item:hover:after {
  box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
}
.news-list li:hover:after, .index-news-list .item2:hover:after, .index-news-list .item3:hover:after, .pay-list .each-item:hover:after {
  transform: scale(1.025);
}
.news-list li a, .index-news-list .item-inner {
  z-index: 1;
  position: relative;
  display: block;
}
.news-list-one li a {
  padding: 30px 30px;
}
.news-list-one .date-wrap {
  position: relative;
  float: left;
  width: 115px;
  height: 155px;
  border-right: 1px solid #e7e7e7;
}
.news-list-one .date-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news-list-one .date-wrap .day {
  font: 48px/1 'gotham-medium';
  font-family: Impact;
}
.news-list-one .date-wrap .line {
  display: block;
  width: 25px;
  height: 3px;
  margin: 15px 0;
  background: #e7e7e7;
}
.news-list-one .date-wrap .days {
  font: 14px/1 'Gotham-Book';
}
.news-list-one .text-wrap {
  margin-left: 175px;
}
.news-list-one .text-wrap .title {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list-one .text-wrap .descrition {
  height: 48px;
  margin: 10px 0 20px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
}
.news-list .text-wrap .more .icon {
  display: inline-block;
  width: 0;
  height: 10px;
  background: url("../images/more-icon2.png" /*more-icon2.png*/ ) no-repeat center center;
  transition: all .4s;
  opacity: 0;
}
.news-list .text-wrap .more strong {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  transition: all .4s;
}
@media(min-width:1366px) {
  .news-list-one li:hover .text-wrap .more .icon {
    margin-right: 10px;
  }
  .news-list-two li:hover .text-wrap .more .icon {
    margin-left: 10px;
  }
  .news-list li:hover .text-wrap .more .icon {
    width: 21px;
    opacity: 1;
  }
}
.news-list-two li a {
  padding: 35px 40px;
}
.news-list-two li .text-wrap {
  float: left;
  width: 35%;
}
.news-list-two li .date {
  font: 14px/1 'Gotham-Book';
}
.news-list-two li .text-wrap .title {
  height: 60px;
  margin: 30px 0;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
}
.news-list-two li .image-wrap {
  float: right;
  width: 35%;
  min-width: 150px;
}
.news-list-two li .image-wrap img {
  max-width: 150px;
}
@media (max-width:991px) {
  .news-list .item-list {
    margin-left: 0;
  }
  .news-list li {
    width: 100%;
    margin: 0 0 1.5% 0;
  }
}
@media (max-width:768px) {
  .news-list li {
    margin: 0 0 5% 0;
  }
  .news-list-one li a, .news-list-two li a {
    padding: 15px 20px;
  }
  .news-list-one .date-wrap {
    width: 70px;
    height: auto;
    margin-bottom: 15px;
    border-right: 0 none;
  }
  .news-list-one .date-inner {
    position: relative;
    transform: none;
  }
  .news-list-one .date-wrap .day {
    margin-bottom: 10px;
    font: 40px/1 'gotham-medium';
  }
  .news-list-one .date-wrap .line {
    display: none;
  }
  .news-list-one .text-wrap {
    margin-left: 8px;
  }
  .news-list-one .text-wrap .title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .news-list-one .text-wrap .descrition {
    margin: 5px 0 10px;
  }
  .news-list-one .text-wrap .more {
    display: block;
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
  }
  .news-list-two li .text-wrap {
    width: 60%;
  }
  .news-list-two li .text-wrap .title {
    height: 48px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .inner-main-container .news-list-two .each-item .image-wrap img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .normal-info-page .container {
    width: 100%;
    padding: 0px;
  }
  .news-info .normal-info-container {
    margin-top: 0px;
    padding: 35px 10px;
  }
  .normal-info-container {
    padding: 35px 20px;
    margin-top: 0px;
  }
}
.more-relate-list .relate-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
@media (max-width:450px) {
  .news-list-two li .text-wrap .title {
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-info .normal-info-container {
    padding: 25px 20px;
  }
  .more-relate-list {
    padding: 0px;
  }
  .more-relate-list .relate-title {
    font-size: 20px;
  }
}