.wrapper {
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.details {
  line-height: 2;
}

@media screen and (max-width: 1265px) {
  .details {
    line-height: 1.8;
  }
}

@font-face {
  font-family: din;
  src: url(../assets/fonts/din-medium.ttf);
  src: url(../assets/fonts/din-medium.eot);
  src: url(../assets/fonts/din-medium.eot?#iefix) format("embedded-opentype"),
    url(../assets/fonts/din-medium.woff) format("woff"), url(../assets/fonts/din-medium.ttf) format("truetype"),
    url(../assets/fonts/din-medium.svg#grablau) format("svg");
}

.din {
  font-family: din, sans-serif;
}

.c-white {
  color: #fff;
}

.c-blue-1 {
  color: #2aa9e0;
}

.c-blue-2 {
  color: #004ea1;
}

body {
  color: #626262;
  font-size: 16px;
}

@media screen and (max-width: 1265px) {
  body {
    font-size: 14px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  color: #6f6f6f;
  background-color: #fff;
  font-size: 18px;
  height: 100px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1265px) {
  .header {
    height: 60px;
  }
}

.header-logo {
  display: inline-block;
}

@media screen and (max-width: 1265px) {
  .header-logo img {
    max-height: 30px;
  }
  .lan {
    right: 75px !important;
    top: 21px !important;
  }
}

.header-follow {
  height: 4px;
  width: 0;
  background-color: #2aa9e0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}

.header .hamburger {
  display: none;
}

@media screen and (max-width: 1265px) {
  .header .hamburger {
    display: block;
  }
}

.header-nav {
  position: relative;
  right: 185px;
}

.header-nav-item {
  margin-left: 28px;
  height: 95px;
  line-height: 94px;
  position: relative;
}

.header-nav-item:first-child {
  margin-left: 0;
}

.header-nav-item:hover > div {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .header-nav-item {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1265px) {
  .header-nav-item {
    height: 60px;
    line-height: 60px;
  }
}

.header-nav-item > a {
  padding: 0 15px;
  font-size: 16px;
}
.header-nav-item > a:hover,
.current > a {
  border-bottom: 4px solid #2aa9e0;
}
.header-nav2 {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 240px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0.2s;
}

.header-nav2-skew {
  width: 100%;
  right: 300px;
  background-color: #004ea1;
  transform: skew(-30deg);
}

.header-nav2-pic,
.header-nav2-skew {
  position: absolute;
  height: 100%;
  top: 0;
}

.header-nav2-pic {
  right: 0;
}

.header-nav2-nav {
  position: absolute;
  right: 14.4vw;
  top: 30px;
  color: #fff;
  font-size: 16px;
}

.header-nav2-item,
.header-nav2-list {
  margin-bottom: 10px;
}

.header-nav2-item {
  position: relative;
  margin-right: 160px;
}

.header-nav2-item:hover:after {
  width: 80%;
}

.header-nav2-item > a {
  padding-bottom: 10px;
}

.header-nav2-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #2aa9e0;
  transition: all 0.3s;
}

.header-nav2-news {
  font-size: 14px;
  max-width: 400px;
  color: #2aa9e0;
}

.header-nav3 {
  position: absolute;
  top: 100%;
  left: 0;
  color: #2aa9e0;
  margin-top: 20px;
  font-size: 14px;
}

.header-nav3-item {
  white-space: nowrap;
  margin-bottom: 15px;
}

.header-nav3-item:hover:before {
  transform: translateX(-5px);
}

.header-nav3-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 3px solid transparent;
  border-left-color: #fff;
  margin-top: 2px;
  margin-right: 5px;
  transition: all 0.3s;
}

.header-nav3-item a {
  display: inline-block !important;
  vertical-align: middle;
}

.aside {
  position: fixed;
  right: 0;
  top: 40%;
  color: #b1b1b1;
  z-index: 19960427;
}

.aside-item {
  position: absolute;
  left: 0;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  background-color: #fff;
  transform: translateX(-50px);
  transition: all 0.3s;
}

.aside-item:first-child {
  top: 0;
}

.aside-item:nth-child(2) {
  top: 50px;
}

.aside-item:nth-child(3) {
  top: 100px;
}

.aside-item:nth-child(4) {
  top: 150px;
}

.aside-item:hover {
  color: #2aa9e0;
  transform: translateX(-100%);
}

.aside-content,
.aside-icon {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.aside-icon {
  font-size: 26px;
  text-align: center;
  width: 50px;
}

.aside-content {
  padding-right: 10px;
}

.aside-item-special {
  transform: translateX(-50px) !important;
}

.aside-item-special .aside-icon {
  position: relative;
}

.aside-item-special .aside-icon img {
  display: block;
  width: 118px;
}

.aside-item-special .aside-icon figure {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  line-height: 1;
  font-size: 12px;
  padding: 5px;
  background-color: #fff;
}

.aside-item-special .aside-icon figure:first-child {
  transform: translateX(-100%);
}

.aside-item-special .aside-icon figure:nth-child(2) {
  transform: translateX(-200%);
}

.aside-item-special .aside-icon figcaption {
  padding: 5px 0;
  color: #000;
}

.aside-item-special:hover .aside-icon figure {
  visibility: visible;
  opacity: 1;
}

.footer {
  background-color: #004ea1;
  padding-top: 50px;
  color: #2aa9e0;
  font-size: 14px;
  
}

@media screen and (max-width: 1265px) {
  .footer {
    padding-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 15px;
    text-align: center;
  }
}

.footer a:hover {
  color: #fff;
}

.footer-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    margin-bottom: 15px;
  }
}

.footer-nav ul > li {
  margin-top: 20px;
}

.footer-nav ol > li {
  margin-top: 15px;
  position: relative;
}

.footer-nav ol > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 3px solid transparent;
  border-left-color: #2aa9e0;
  margin-right: 5px;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .footer-nav ol > li:before {
    display: none;
  }
}

.footer-nav ol > li a {
  display: inline-block;
  vertical-align: middle;
}

.footer-code2 {
  display: inline-block;
  float: right;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-code2 {
    float: none;
  }
}

.footer-footer {
  margin-top: 30px;
  padding: 25px 0;
  border-top: 1px solid rgba(42, 169, 224, 0.3);
  line-height: 1.4;
}

.footer-footer a {
  margin-left: 20px;
}

@media screen and (max-width: 1265px) {
  .footer-footer {
    text-align: center;
    padding: 10px 0;
  }

  .footer-footer .float-left,
  .footer-footer .float-right {
    float: none;
    display: block;
  }

  .footer-footer .inline-block {
    display: block;
    margin: 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-footer {
    margin-top: 10px;
    padding: 5px 0;
  }
}

.footer-footer ul li + li {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .footer-footer ul li + li {
    margin-left: 10px;
  }
}

.menu {
  display: none;
}

.cbanner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .cbanner:after {
    display: none;
  }
}

.cbanner-content {
  height: 21.96vw;
  min-height: 225px;
}

.cbanner-title {
  color: #fff;
  font-size: 2.91vw;
}

@media screen and (max-width: 1679px) {
  .cbanner-title {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1265px) {
  .cbanner-title {
    font-size: 24px;
  }
}

.cbanner-nav {
  height: 70px;
  width: 100%;
  background-color: #1663b4;
  position: relative;
  display: none;
}

@media screen and (max-width: 1199px) {
  .cbanner-nav {
    height: 50px;
  }
}

@media screen and (max-width: 1265px) {
  .cbanner-nav {
    height: 40px;
    display: block;
  }
  .nynav {
    display: none;
  }
  .mbx {
    display: none;
  }
  .nyfr {
    display: none;
  }
  .wapabout {
    display: block !important;
    padding-top: 10px;
    line-height: 30px;
    font-size: 14px;
  }
  .wapabout img {
    max-width: 100%;
    height: auto !important;
  }
  .page {
    padding-top: 10px !important;
    height: auto !important;
  }
}

.wapabout {
  display: none;
}

@media screen and (max-width: 767px) {
  .cbanner-nav {
    text-align: center;
  }
}

.cbanner-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 30%;
  background-color: #ff8208;
  transform: skewX(-25deg);
}

@media screen and (max-width: 1199px) {
  .cbanner-nav:before {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .cbanner-nav:before {
    display: none;
  }
}

.cbanner-nav-w30 {
  width: 30%;
}

@media screen and (max-width: 1199px) {
  .cbanner-nav-w30 {
    width: 20%;
  }
}

.cbanner-nav-title {
  color: #fff;
  position: relative;
  font-weight: 700;
  font-size: 22px;
  margin-left: 2.6vw;
}

@media screen and (max-width: 1199px) {
  .cbanner-nav-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 1265px) {
  .cbanner-nav-title {
    font-size: 16px;
  }
}

.cbanner-nav-list {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  height: 70px;
  line-height: 70px;
}

@media screen and (max-width: 1199px) {
  .cbanner-nav-list {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1265px) {
  .cbanner-nav-list {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.cbanner-nav-list li + li {
  margin-left: 3.385vw;
}

.cbanner-nav-list a {
  position: relative;
  overflow: hidden;
}

.cbanner-nav-list a.hover:after,
.cbanner-nav-list a:hover:after {
  transform: translate3d(-50%, 50%, 0) rotate(45deg);
}

.cbanner-nav-list a.hover:after {
  height: 12px;
  width: 12px;
}

.cbanner-nav-list a:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 140%, 0) rotate(45deg);
  transition: all 0.3s;
}

.cbanner-nav-path {
  color: #2aa9e0;
}

.cbanner-path {
  color: #2aa9e0;
  float: right;
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.cbanner-path a:hover {
  color: #fff;
}

.nav3 {
  margin-bottom: 2.6041vw;
}

.nav3-list {
  display: flex;
  text-align: center;
  height: 75px;
  line-height: 75px;
  position: relative;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .nav3-list {
    font-size: 18px;
  }
}

@media screen and (max-width: 1265px) {
  .nav3-list {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}

.nav3-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff8208;
}

.nav3-item {
  flex-grow: 1;
}

.nav3 a {
  display: block;
  position: relative;
  overflow: hidden;
}

.nav3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  transition: all 0.3s;
  background-color: #e2edf8;
  z-index: -1;
}

.nav3 a.hover,
.nav3 a:hover {
  color: #004ea1;
}

.nav3 a.hover:after,
.nav3 a:hover:after {
  transform: translateY(0);
}

.tabs {
  background-color: #ecf6ff;
  display: flex;
  justify-content: center;
  margin-bottom: 3.3854vw;
  white-space: nowrap;
}

.tabs-item {
  font-size: 18px;
  padding: 20px 40px;
}

@media screen and (max-width: 1265px) {
  .tabs-item {
    padding: 15px 30px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .tabs-item {
    padding: 10px 5px;
    font-size: 12px;
  }
}

.tabs-item.active,
.tabs-item:hover {
  color: #fff;
  background-color: #2aa9e0;
}

.webpage {
  padding-top: 100px;
  overflow: hidden;
}

@media screen and (max-width: 1265px) {
  .webpage {
    padding-top: 60px;
  }
}

.i-banner {
  height: 530px;
  color: #fff;
}

@media screen and (max-width: 1265px) {
  .i-banner {
    text-align: center;
    height: calc(46vh - 60px);
  }
  .cplist li {
    width: 40% !important;
    margin: 0 1rem 1rem !important;
  }
}

.i-banner-icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  height: 44vh;
  width: 44vh;
  background-color: rgba(0, 78, 161, 0.3);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.i-banner-text {
  line-height: 1.4;
}

@media screen and (max-width: 1679px) {
  .i-banner-text {
    padding-left: 100px;
  }
}

@media screen and (max-width: 1265px) {
  .i-banner-text {
    padding-left: 0;
  }
}

.i-banner-title {
  font-size: 56px;
}

@media screen and (max-width: 1199px) {
  .i-banner-title {
    font-size: 46px;
  }
}

@media screen and (max-width: 1265px) {
  .i-banner-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .i-banner-title {
    font-size: 26px;
  }
}

.i-banner-line {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .i-banner-line {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1265px) {
  .i-banner-line {
    margin: 15px auto 20px;
  }
}

.i-banner-link {
  margin-top: 70px;
}

@media screen and (max-width: 1199px) {
  .i-banner-link {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1265px) {
  .i-banner-link {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .i-banner-link {
    margin-top: 15px;
  }
}

.i-banner-pbg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  height: 500px;
  width: 500px;
  background-color: hsla(0, 0%, 100%, 0.3);
  transform: translate3d(45%, 30%, 0) rotate(-36deg);
}

@media screen and (max-width: 1265px) {
  .i-banner-pbg {
    height: 225px;
    width: 225px;
  }
}

.i-banner-pbg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 130, 8, 0.8);
  transform: translate3d(-20px, 40px, 0);
}

.i-banner-p {
  font-size: 22px;
}

@media screen and (max-width: 1265px) {
  .i-banner-p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .i-banner-p {
    font-size: 16px;
  }
}

.i-banner-plist {
  position: absolute;
  z-index: 2;
  right: 0;
  left: auto !important;
  bottom: 100px !important;
  width: auto !important;
  font-family: din, sans-serif;
}

@media screen and (max-width: 1265px) {
  .i-banner-plist {
    bottom: 50px !important;
  }
}

.i-banner-plist li {
  transform: translate3d(15px, 0, 0);
  transition: all 0.3s;
}

.i-banner-plist li.hover,
.i-banner-plist li:hover {
  transform: translateZ(0);
}

.i-banner-plist li.hover span,
.i-banner-plist li:hover span {
  opacity: 1;
}

.i-banner-plist a {
  display: block;
}

.i-banner-plist a span {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  opacity: 0;
  font-size: 40px;
}

@media screen and (max-width: 1265px) {
  .i-banner-plist a span {
    font-size: inherit;
  }
}

.i-banner-plist a:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

@media screen and (max-width: 1265px) {
  .i-banner-plist a:after {
    width: 30px;
  }
}

.i-banner-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.i-banner-mouse {
  display: inline-block;
  color: #ff8208;
  font-size: 34px;
}

.i-banner-go {
  bottom: 25px;
  z-index: 5;
  font-size: 40px;
  cursor: pointer;
  animation: 3s go ease infinite;
}

.i-banner-go,
.i-banner .scroll-indicator,
.i-banner .scroll-indicator:after {
  position: absolute;
  left: 50%;
}

.i-banner .scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 26px;
  width: 20px;
  height: 34px;
  margin-left: -10px;
  z-index: 10;
}

.i-banner .scroll-indicator:after {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  top: 5px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  opacity: 1;
  transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
  animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

@keyframes scroll {
  0%,
  20% {
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
  }
  10% {
    transform: translateY(0) scaleY(1.2) scaleX(1.2) translateZ(0);
    opacity: 1;
  }
  to {
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0);
    opacity: 0.01;
  }
}

.i-r2 {
  position: relative;
  background-color: #1663b4;
}

.i-r2-list {
  color: #2aa9e0;
  border-bottom: 1px solid #004ea1;
}

.i-r2-item {
  display: block;
  padding: 25px 0 25px 25px;
  border-top: 1px solid #004ea1;
  position: relative;
  z-index: 60;
  transition: background-color 0.3s;
}

.i-r2-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #004ea1;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .i-r2-item {
    padding: 20px 0 20px 20px;
  }
}

@media screen and (max-width: 1265px) {
  .i-r2-item {
    padding: 15px 0 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .i-r2-item {
    padding: 10px 0 10px 10px;
  }
}

.i-r2-item.hover,
.i-r2-item:hover {
  color: #fff;
}

.i-r2-item.hover:after,
.i-r2-item:hover:after {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.i-r2-item.hover .i-r2-num,
.i-r2-item:hover .i-r2-num {
  color: #ff8208;
}

.i-r2-item.hover .i-r2-arrow,
.i-r2-item:hover .i-r2-arrow {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.i-r2-num {
  font-size: 50px;
  margin-right: 15px;
  font-family: din, sans-serif;
}

@media screen and (max-width: 1199px) {
  .i-r2-num {
    font-size: 40px;
  }
}

@media screen and (max-width: 1265px) {
  .i-r2-num {
    font-size: 28px;
  }
}

.i-r2-feature {
  font-size: 22px;
}

@media screen and (max-width: 1265px) {
  .i-r2-feature {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .i-r2-feature {
    font-size: 16px;
  }
}

.i-r2-arrow {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  margin: auto 0;
  transform: translateX(50%) rotate(45deg);
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s;
}

@media screen and (max-width: 767px) {
  .i-r2-arrow {
    display: none;
  }
}

.i-r2-arrow > i {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #004ea1;
}

.i-r2-swiper {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.i-r2-shadow {
  background-color: #004ea1;
  opacity: 0.6;
}

.i-r2-text {
  position: relative;
  max-width: 60%;
}

.i-r3-chunk {
  height: 425px;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 767px) {
  .i-r3-chunk {
    height: auto;
    padding: 15px 0;
  }
}

.i-r3-chunk:hover * {
  opacity: 1;
}

.i-r3-chunk:hover .i-r3-ctitle,
.i-r3-chunk:hover .i-r3-icon {
  color: #ff8208;
}

.i-r3-chunk:hover .i-r3-p {
  transform: translateY(0);
}

.i-r3-chunk:hover .i-r3-line {
  transform: scaleY(1);
}

.i-r3-chunk:hover .i-r3-pic {
  top: -30px;
  left: 0;
  bottom: -30px;
  right: 0;
}

.i-r3-pic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .i-r3-pic {
    display: none;
  }
}

.i-r3-icon {
  color: #2aa9e0;
  font-size: 80px;
  display: block;
  transition: all 0.4s;
}

@media screen and (max-width: 1265px) {
  .i-r3-icon {
    font-size: 40px;
  }
}

.i-r3-line {
  display: block;
  margin: 10px auto;
  height: 20px;
  width: 1px;
  background-color: #ff8208;
  transform: scaleY(0);
  transition: all 0.4s;
}

.i-r3-text {
  position: relative;
  text-align: center;
  height: 100%;
}

.i-r3-ctitle {
  font-size: 18px;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  .i-r3-ctitle {
    font-size: 16px;
  }
}

.i-r3-p {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  padding: 0 25px;
  transition: all 0.4s;
  line-height: 1.8;
  padding-top: 35px;
  transform: translateY(10px);
}

@media screen and (max-width: 767px) {
  .i-r3-p {
    display: none;
  }
}

.i-r4-slide {
  display: block;
  height: 26.05vw;
  min-height: 255px;
  color: #fff;
}

.i-r4-chunk {
  height: 178px;
  position: relative;
  display: block;
}

.i-r4-chunk-b {
  height: 100%;
}

.i-r4-chunk-b * {
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

.i-r4-chunk:hover .i-r4-title {
  transform: translate3d(0, 40px, 0);
}

.i-r4-chunk:hover .i-r4-btn {
  opacity: 1;
  transform: translateZ(0);
}

.i-r4-chunk:hover .i-r4-shadow {
  opacity: 1;
}

.i-r4-shadow {
  background-color: rgba(0, 78, 161, 0.9);
  opacity: 0;
  transition: all 0.4s;
}

.i-r4-title {
  transform: translate3d(0, 60px, 0);
  transition: all 0.6s;
  line-height: 1.4;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
}

.fal {
  height: 356px;
}

@media screen and (max-width: 1199px) {
  .i-r4-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 1265px) {
  .i-r4-title {
    transform: translateZ(0) !important;
  }
}

.i-r4-btn {
  margin-top: 5vw;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s, background-color 0.2s;
}

@media screen and (max-width: 1265px) {
  .i-r4-btn {
    display: none;
  }
}

.i-r5-content {
  background-color: #f6f6f6;
  padding: 3.64vw 0;
}

.i-r5-chunk {
  position: relative;
  text-align: center;
}

.i-r5-pic {
  position: relative;
  display: inline-block;
  filter: grayscale(100%);
  transition: all 0.3s;
}

.i-r5-pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.03);
}

.i-r5-pic:hover {
  filter: grayscale(0);
}

@keyframes go {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}

.wh-chunk {
  height: 18.22vw;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .wh-chunk {
    height: auto;
    padding: 15px 0;
  }
}

.wh-title {
  font-size: 34px;
}

@media screen and (max-width: 1199px) {
  .wh-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1265px) {
  .wh-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .wh-title {
    font-size: 18px;
  }
}

.wh-line {
  display: block;
  height: 1px;
  width: 45px;
  margin: 1.145vw auto 1.77vw;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .wh-line {
    margin-top: 10px;
  }
}

.wh-p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .wh-p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1265px) {
  .wh-p {
    font-size: 14px;
  }
}

.wh-list {
  font-size: 16px;
  max-width: 60vw;
  text-align: center;
}

@media screen and (max-width: 1265px) {
  .wh-list {
    font-size: 14px;
  }
}

.wh-list li {
  margin: 0 1.5625vw 1vw;
}

.wh-list li:before {
  content: "";
  border: 4px solid transparent;
  border-left-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.zz-pic {
  padding-bottom: 70%;
  position: relative;
}

.zz-pic img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}

.zz-chunk {
  margin-bottom: 3.645vw;
}

.zz-p {
  text-align: center;
  margin-top: 1.5vw;
}

.job-name {
  font-size: 22px;
  color: #ff8208;
  margin-bottom: 1.302vw;
}

@media screen and (max-width: 1199px) {
  .job-name {
    font-size: 20px;
  }
}

@media screen and (max-width: 1265px) {
  .job-name {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .job-name {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.job-list {
  border-top: 1px solid #e7e7e7;
}

.job-item {
  display: block;
  padding: 2.34375vw 1vw 1.302vw;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.job-plist-item-pic {
  padding-bottom: 70%;
}

.job-intro {
  line-height: 1.5;
}

.job-intro-item {
  margin-top: 0.78125vw;
}

@media screen and (max-width: 767px) {
  .job-intro-item {
    margin-top: 10px;
  }
}

.job-link {
  float: right;
}

@media screen and (max-width: 767px) {
  .job-link {
    display: none;
  }
}

.job-description {
  line-height: 1.8;
  margin-top: 10px;
}

.jj-flex {
  display: flex;
}

.jj-chunk {
  min-height: 26.04vw;
  flex-grow: 1;
  width: 50%;
  padding: 3.38541vw;
  background-color: #f5f5f5;
}

.jj-title {
  font-size: 30px;
  color: #004ea1;
}

@media screen and (max-width: 1199px) {
  .jj-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1265px) {
  .jj-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .jj-title {
    font-size: 18px;
  }
}

.jj-p {
  margin-top: 1.5625vw;
  margin-bottom: 2.08333vw;
  line-height: 1.6;
}

.jj-list li {
  margin-bottom: 5px;
}

.jj-mark {
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  background-color: #2aa9e0;
}

.jj-caption,
.jj-mark {
  display: inline-block;
  vertical-align: middle;
}

.jj-caption {
  line-height: 1.6;
}

@media screen and (max-width: 1439px) {
  .jj-caption {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    padding-bottom: 5px;
  }
}

.gffd-r4 {
  background-color: #f1f1f1;
}

.xjlt-chunk {
  padding: 3.6458vw 0;
}

.xjlt-chunk .swiper-pagination {
  color: #2aa9e0;
  bottom: 25px;
}

.xjlt-chunk-bg:before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #f3f3f3;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .xjlt-chunk-bg:before {
    display: none;
  }
}

.xjlt-chunk-bg .swiper-pagination {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .xjlt-chunk-bg .swiper-pagination {
    color: #2aa9e0;
  }
}

.xjlt-swiper {
  height: 25vw;
  min-height: 255px;
}

.xjlt-swiper-img {
  max-height: 100%;
}

.xjlt-text {
  margin-top: 1.822vw;
}

.xjlt-r4 {
  background-color: #2aa9e0;
}

.swzn-r2-content {
  display: inline-block;
  text-align: left;
}

.swzn-r2-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #626262;
  margin-right: 10px;
}

.swzn-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .swzn-flex {
    flex-direction: column;
  }
}

.swzn-chunk {
  margin: 0 2.604vw;
  color: #fff;
  background-color: #ecf6ff;
  color: #2aa9e0;
  border-radius: 15px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .swzn-chunk {
    margin: 5px 0;
  }
}

.swzn-chunk-title {
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .swzn-chunk-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.swzn-chunk-text {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .swzn-chunk-text {
    font-size: 12px;
  }
}

.hz-pic {
  height: 14.84375vw;
  min-height: 125px;
  position: relative;
}

.example-chunk {
  display: block;
  position: relative;
}

.example-pic {
  height: 17.1875vw;
  min-height: 225px;
}

.example-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 10px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 78, 161, 0.9);
}

@media screen and (max-width: 1265px) {
  .example-caption {
    padding: 10px 5px;
    font-size: 12px;
  }
}

.news-list .item {
  display: flex;
  padding: 30px;
  border-top: 1px solid #f3f3f3;
}

.news-list .item:last-child {
  border-bottom: 1px solid #f3f3f3;
}

@media screen and (min-width: 992px) {
  .news-list .item {
    align-items: center;
  }
}

@media screen and (max-width: 1265px) {
  .news-list .item {
    padding: 20px 0;
    flex-direction: column;
    align-items: left;
  }
}

@media screen and (max-width: 767px) {
  .news-list .item {
    padding: 15px 0;
  }
}

.news-list .item img {
  width: auto !important;
  height: auto !important;
  max-width: 30% !important;
}

.news-list .time {
  display: block;
  color: #bdbdbd;
  margin-bottom: 20px;
  font-size: 14px;
}

@media screen and (max-width: 1265px) {
  .news-list .time {
    margin-bottom: 10px;
  }
}

.news-list .title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
}

@media screen and (max-width: 1265px) {
  .news-list .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.news-list .text {
  padding-right: 30px;
  flex-grow: 1;
}

.news-list .first-content {
  padding: 0 120px 0 60px;
  flex-grow: 1;
}

@media screen and (max-width: 1265px) {
  .news-list .first-content {
    padding: 0;
  }
}

@media screen and (max-width: 1265px) {
  .news-list .link {
    margin-top: 10px;
  }
}

.news-list .details {
  color: #9d9d9d;
}

.news-detail .time {
  color: #bdbdbd;
}

.news-detail .title {
  color: #2aa9e0;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .news-detail .title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1265px) {
  .news-detail .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.news-detail .text {
  padding: 30px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 1199px) {
  .news-detail .text {
    padding: 25px 0;
  }
}

@media screen and (max-width: 1265px) {
  .news-detail .text {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .news-detail .text {
    padding: 15px 0;
  }
}

.news-detail .text div:not(:last-child),
.news-detail .text p:not(:last-child) {
  margin-bottom: 0.9vw;
}

.news-detail-footer {
  display: flex;
  justify-content: space-between;
  color: #bebebe;
  line-height: 2;
  margin-top: 1.5625vw;
}

@media screen and (min-width: 1265px) {
  .news-detail-footer {
    align-items: center;
  }
}

@media screen and (max-width: 1265px) {
  .news-detail-footer {
    align-items: left;
    flex-direction: column;
  }

  .news-detail-footer .btn {
    margin-top: 10px;
  }
}

.news-detail-footer a:not(.btn):hover {
  color: #000;
}

.contact-carts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.6875vw;
}

.contact-carts-item {
  width: calc(50% - 2px);
  margin-left: 2px;
  background-color: #f4f4f4;
  padding: 1.8229vw 2.04375vw;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-left: 2px solid transparent;
}

.contact-carts-item:first-child {
  border-left-color: #1663b4;
}

.contact-carts-item:nth-child(2) {
  border-left-color: #63c43d;
}

.contact-carts-item:nth-child(3) {
  border-left-color: #ff8208;
}

.contact-carts-item:nth-child(4) {
  border-left-color: #2aa9e0;
}

@media screen and (max-width: 1265px) {
  .contact-carts-item {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contact-carts-item {
    margin-bottom: 10px;
    width: 100%;
  }
}

.contact-carts-title {
  font-size: 22px;
  color: #2aa9e0;
  margin-bottom: 1.2625vw;
}

@media screen and (max-width: 1265px) {
  .contact-carts-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .contact-carts-title {
    font-size: 16px;
  }
}

.contact-carts-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate3d(20%, 20%, 0);
  font-size: 9.375vw;
  color: #fff;
}

@media screen and (max-width: 1265px) {
  .contact-carts-icon {
    display: none;
  }
}

.contact-carts .icon-map {
  line-height: 1;
  position: relative;
  top: 2px;
}

.contact-map {
  position: relative;
}

.contact-map-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
}

.contact-map-link a {
  background-color: #fff;
  color: #ff8208;
}

.contact-map-link a:hover {
  background-color: #ff8208;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .xcfl img {
    max-width: 50%;
  }
}

.hyyy-title {
  display: none;
  font-size: 32px;
  padding-bottom: 1.04vw;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 1.5625vw;
  line-height: 1.4;
}

@media screen and (max-width: 1199px) {
  .hyyy-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1265px) {
  .hyyy-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hyyy-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .hyyy-ywhz-cards {
    text-align: center;
  }
}

.hyyy-ywhz-cards-item {
  display: inline-block;
  position: relative;
  padding: 20px 35px 20px 60px;
  transform: skewX(-10deg);
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .hyyy-ywhz-cards-item {
    padding: 10px 15px 10px 30px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.hyyy-ywhz-cards-item + .hyyy-ywhz-cards-item {
  margin-left: 3.125vw;
}

.hyyy-ywhz-cards-item:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0;
  height: 70%;
  width: 30%;
  background-color: #dce5ed;
  z-index: -1;
  transform: skewX(-20deg);
}

.hyyy-ywhz-cards-item:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ecf6ff;
}

.hyyy-ywhz-num {
  position: absolute;
  left: 10px;
  top: -15px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #2aa9e0;
  text-shadow: 5px 0 2px rgba(0, 0, 0, 0.36);
}

@media screen and (max-width: 767px) {
  .hyyy-ywhz-num {
    left: 5px;
    top: -8px;
    font-size: 30px;
    text-shadow: 3px 0 2px rgba(0, 0, 0, 0.36);
  }
}

.hyyy-issue-group {
  margin-bottom: 1.875vw;
}

.hyyy-issue-text,
.hyyy-issue-title {
  line-height: 2;
}

@media screen and (max-width: 1265px) {
  .hyyy-issue-text,
  .hyyy-issue-title {
    line-height: 1.7;
  }
}

.hyyy-issue-title {
  color: #2aa9e0;
}

@media screen and (max-width: 767px) {
  .hyyy-yw-cards {
    text-align: center;
  }
}

.hyyy-yw-cards-item {
  display: inline-block;
  position: relative;
  padding: 30px 95px 30px 40px;
  background-color: #ecf6ff;
  font-size: 22px;
  font-weight: 700;
  color: #2aa9e0;
  line-height: 1.4;
  overflow: hidden;
}

.hyyy-yw-cards-item + .hyyy-yw-cards-item {
  margin-left: 3.90625vw;
}

@media screen and (max-width: 1265px) {
  .hyyy-yw-cards-item + .hyyy-yw-cards-item {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .hyyy-yw-cards-item {
    padding: 20px 60px 20px 30px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1265px) {
  .hyyy-yw-cards-item {
    padding: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hyyy-yw-cards-item {
    margin-bottom: 10px;
  }
}

.hyyy-yw-cards-item i {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 100px;
  transform: translate(25%, 25%);
}

@media screen and (max-width: 1199px) {
  .hyyy-yw-cards-item i {
    font-size: 60px;
  }
}

@media screen and (max-width: 1265px) {
  .hyyy-yw-cards-item i {
    display: none;
  }
}

.hyyy-yw-pic {
  display: block;
  max-width: 100%;
}

.line {
  display: block;
  width: 115px;
  height: 3px;
  background-color: #ff8208;
}

@media screen and (max-width: 1199px) {
  .line {
    width: 85px;
  }
}

@media screen and (max-width: 1265px) {
  .line {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .line {
    width: 30px;
  }
}

.btn {
  white-space: nowrap;
}

.btn-larrow {
  padding: 15px 20px;
  line-height: 1;
  font-size: 14px;
}

.btn-larrow:hover i {
  transform: translateX(5px);
}

.btn-larrow-white {
  color: #fff;
  border: 1px solid #fff;
}

.btn-larrow-transparent:hover {
  background-color: #ff8208;
  border-color: #ff8208;
}

.btn-larrow-f2 {
  background-color: #f2f2f2;
  color: #ff8208;
  position: relative;
}

.btn-larrow-f2:hover {
  color: #fff;
}

.btn-larrow-f2:hover:before {
  transform: skewX(45deg) translateX(-18%);
}

.btn-larrow-f2 i,
.btn-larrow-f2 span {
  position: relative;
}

.btn-larrow-f2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
  height: 100%;
  background-color: #ff8208;
  transform: skewX(45deg) translateX(-120%);
  transition: all 0.4s;
}

.btn-larrow-more {
  color: #ff8208;
  padding: 0;
  overflow: visible;
}

.btn-larrow-more i {
  transition: all 0.3s;
}

.btn-larrow-more:hover i {
  transform: translateX(5px);
}

.btn-larrow i,
.btn-larrow span {
  display: inline-block;
  vertical-align: top;
}

.btn-larrow span {
  margin-right: 15px;
}

.btn-larrow i.icon-long-arrow {
  font-size: 27px;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  transition: all 0.6s;
}

.btn-larrow i.icon-long-arrow:before {
  display: inline-block;
  height: 100%;
}

.i-title {
  font-size: 40px;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .i-title {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1265px) {
  .i-title {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .i-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.i-pl {
  padding-left: 50px;
}

@media screen and (max-width: 1199px) {
  .i-pl {
    padding-left: 40px;
  }
}

@media screen and (max-width: 1265px) and (min-width: 768px) {
  .i-pl {
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .i-pl {
    padding-left: 0;
  }
}

.title-icon {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #2aa9e0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: auto;
  margin: auto 0;
  transform: translateX(-20px);
}

.title-icon:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border: 1px solid #2aa9e0;
}

.title-icon:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  margin: auto 2px auto 0;
  width: 100000px;
  height: 1px;
  background-color: #2aa9e0;
}

.title-icon-white {
  background-color: #fff;
}

.title-icon-white:after {
  border-color: #fff;
}

.title-icon-white:before {
  background-color: #fff;
}

.title-icon-blue-1 {
  background-color: #2aa9e0;
}

.title-icon-blue-1:after {
  border-color: #2aa9e0;
}

.title-icon-blue-1:before {
  background-color: #2aa9e0;
}

.title-icon-blue-2 {
  background-color: #004ea1;
}

.title-icon-blue-2:after {
  border-color: #004ea1;
}

.title-icon-blue-2:before {
  background-color: #004ea1;
}

@keyframes blowup {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

.tree {
  position: relative;
  display: inline-block;
  color: #fff;
}

.tree-trunk {
  display: block;
}

.tree-leaf {
  position: absolute;
  display: table !important;
  text-align: center;
}

.tree-leaf > div {
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
}

.tree-leaf i {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
}

.tree-leaf p {
  font-weight: 700;
}

.tree-leaf-1 {
  left: 30px !important;
  top: 80px !important;
  height: 100px;
  width: 100px;
  font-size: 12px;
}

.tree-leaf-1 > div {
  background-color: #004ea1;
}

.tree-leaf-2 {
  left: 83px !important;
  top: -10px !important;
  height: 125px;
  width: 125px;
  font-size: 16px;
}

.tree-leaf-2 > div {
  background-color: #004ea1;
}

.tree-leaf-3 {
  left: 180px !important;
  top: 48px !important;
  height: 82px;
  width: 82px;
  font-size: 14px;
}

.tree-leaf-3 i {
  position: relative;
}

.tree-leaf-3 > div {
  background-color: #2aa9e0;
}

.tree-leaf-4 {
  left: 163px !important;
  top: 120px !important;
  height: 100px;
  width: 100px;
  font-size: 15px;
}

.tree-leaf-4 > div {
  background-color: #004ea1;
}

.tree-leaf:hover {
  transform: scale(1.1);
  opacity: 0.95;
}

.tree-ball > * {
  position: absolute;
  left: 0;
  top: 0;
}

.ctitle1 {
  padding-bottom: 18px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  .ctitle1 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1265px) {
  .ctitle1 {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .ctitle1 {
    margin-bottom: 15px;
  }
}

.ctitle1-num,
.ctitle1-p,
.ctitle1-text {
  display: block;
}

.ctitle1-num {
  font-size: 90px;
  color: #ff8208;
  transform: translateY(30%);
}

@media screen and (max-width: 1199px) {
  .ctitle1-num {
    font-size: 50px;
  }
}

@media screen and (max-width: 1265px) {
  .ctitle1-num {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ctitle1-num {
    font-size: 28px;
  }
}

.ctitle1-text {
  background-color: #fff;
  position: relative;
  font-size: 32px;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .ctitle1-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 1265px) {
  .ctitle1-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .ctitle1-text {
    font-size: 18px;
  }
}

.ctitle1-p {
  margin-top: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 1265px) {
  .ctitle1-p {
    margin-top: 5px;
  }
}

.ctitle2 {
  color: #2aa9e0;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.ctitle2-line {
  position: relative;
  padding-bottom: 15px;
}

.ctitle2-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 45px;
  background-color: #ff8208;
}

@media screen and (max-width: 1199px) {
  .ctitle2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1265px) {
  .ctitle2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .ctitle2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.text-num {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.table {
  width: 100%;
  text-align: left;
  line-height: 1.5;
}

.table td,
.table th {
  padding: 0.78125vw 1.5625vw;
}

@media screen and (max-width: 767px) {
  .table td,
  .table th {
    padding: 5px 10px;
  }
}

.table th {
  background-color: #2aa9e0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .table th {
    font-size: 14px;
  }
}

.table td {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .table td {
    font-size: 12px;
  }
}

.table-white {
  color: #fff;
  text-align: center;
}

.table-white th {
  color: #2aa9e0;
  background-color: #fff;
}

.table-white td {
  border-bottom: 1px solid #fff;
}

.table-gray th {
  background-color: #eaeaea;
  color: #8f8f8f;
}

.swiper-control {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #c6c6c6;
  border: 2px solid #c6c6c6;
  border-radius: 50%;
  font-size: 22px;
  outline: none;
}

.swiper-control-left {
  left: 15px;
}

.swiper-control-right {
  right: 15px;
}

.swiper-control:hover {
  background-color: #2aa9e0;
  color: #fff;
  border-color: #2aa9e0;
}

.swiper-control:active {
  background-color: #2387b4;
  border-color: #2387b4;
}

@media screen and (max-width: 1265px) {
  .swiper-control {
    display: none;
  }
}

.swiper-control:before {
  position: relative;
  top: -1px;
}

.hover-show {
  position: relative;
}

.hover-show:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 2.5%;
  width: 95%;
  height: 0;
  background-color: rgba(42, 169, 224, 0.05);
  transition: left 0.44s cubic-bezier(0.445, 0.05, 0.55, 0.95), width 0.44s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    background-color 0.44s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    height 0.22s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}

.hover-show:hover:after {
  left: 0;
  width: 100%;
  height: 100%;
}
.lan {
  background: url("../assets/images/lan.jpg") left center no-repeat;
  color: #929293;
  position: absolute;
  right: 18px;
  top: 38px;
  display: block;
  font-size: 14px;
  line-height: 21px;
  text-indent: 25px;
}
.header-nav-item:hover ul {
  display: block;
}
.header-nav-item ul {
  background: #fff;
  position: absolute;
  width: 130px;
  left: -18px;
  display: none;
}
.header-nav-item ul li a {
  font-size: 14px;
  text-align: center;
  line-height: 52px;
}
.header-nav-item ul li a:hover {
  background: #2aa9e0;
  color: #fff;
}
.m {
  width: 1200px;
  margin: auto;
  position: relative;
}
.m:after {
  display: block;
  content: "";
  clear: both;
}
.mbx a {
  line-height: 50px;
  color: #555555;
  font-size: 14px;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.nynavtit {
  width: 280px;
  height: 100px;
  background: url("../../images/nynav.png") center no-repeat;
  overflow: hidden;
  margin-bottom: 15px;
}
.nynavtit h1 {
  background: url("../../images/nynavfl.png") left bottom no-repeat;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 29px 0 0 32px;
  padding-bottom: 32px;
}
.nynav ul li a {
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: url("../../images/menu_a_bg.jpg") center no-repeat;
  text-indent: 35px;
  color: #423636;
  display: block;
  text-align: left;
  margin-top: 2px;
}
.nynav ul li a:hover {
  background: url("../../images/nav_hover.jpg") center no-repeat;
  color: #fff;
}
.nav_main .sub {
  display: none;
  width: 135px;
  position: absolute;
  left: 280px;
  top: -0px;
  float: left;
  line-height: 30px;
  overflow: visible;

  z-index: 100;
}
.nav_main .sub a {
  margin-top: 0;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  width: 135px;
  background: url(../../images/menu_two_bg.jpg) center no-repeat;
  color: #fff;
  text-indent: 23px;
}
.nav_main .sub a:hover {
  background: url(../../images/menu_two_bg.jpg) center no-repeat;
  text-decoration: underline;
}
.nyfr {
  width: 882px;
}
.nytit {
  background: #f8f8f8;
  height: 45px;
  line-height: 45px;
}
.nytit h1 {
  background: url("../../images/nytit.png") #0073c4 right center no-repeat;
  display: inline-block;
  text-indent: 20px;
  font-size: 16px;
  color: #fff;
  min-width: 100px;
  padding-right: 30px;
}
.nym {
  color: #1a1b1e;
  line-height: 30px;
  margin-top: 20px;
  min-height: 500px;
}
.nym img {
  max-width: 100%;
  height: auto !important;
}
.nycplist li {
  width: 272px;
  height: 327px;
  border: 1px solid #eeeeee;
  background: #f3f3f3;
  position: relative;
  display: inline-block;
  margin: 0 8px 30px;
  vertical-align: top;
}

.nycplist li:hover {
  width: 272px;
  height: 327px;
  border: 1px solid #0099dc;
  box-shadow: 8px 13px 10px #e4e4e4;
}

.nycplist li:hover .sale {
  right: -2px;
  top: -2px;
}

.nycplist li .img {
  width: 270px;
  height: 270px;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.nycplist li .img img {
  width: 100%;
}

.nyallist li .img img {
  height: 100%;
  width: auto !important;
}

.nycplist li h2 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 15px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nycplist li h2 a {
  color: #666666;
  text-transform: uppercase;
}

.nycplist li .money {
  font-size: 20px;
  color: #333333;
  font-family: "OpenSans-Bold";
  text-align: center;
}

.nycplist li .sale {
  color: #fff;
  font-family: "Gotham-Bold";
  text-align: center;
  position: absolute;
  right: -1px;
  top: -1px;
  background: #da251c;
  width: 60px;
  height: 26px;
  line-height: 26px;
}
.nycplist {
  margin-top: 30px;
}
.page {
  height: 100px;
  text-align: center;
  padding-top: 75px;
}

.page li {
  display: inline-block;
  margin: 0 2px;
}

.page li a {
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #0099dc;
  padding: 0 10px;
}

.page .thisclass {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}

.page li a:hover,
.page .thisclass {
  background: #0099dc;
  color: #fff;
}
.nynewslist {
  margin-top: 10px;
}
.nynewslist a {
  border-bottom: 1px dashed #ededed;
  color: #555555;
  font-size: 14px;
  background: url("../../images/newsd.png") left center no-repeat;
  text-indent: 20px;
  display: block;
  line-height: 50px;
}
.nynewslist a span {
  float: right;
}
.nynewslist a:hover {
  color: #0099dc;
}
.head_tit {
  border-bottom: 1px solid #e4e4e4;
}
.head_tit h3 {
  font-size: 28px;
  color: #444;
}
.head_tit .dot {
  margin: 20px 0;
}
.head_tit .dot span {
  font-size: 14px;
  color: #999;
  padding-left: 30px;
  display: inline-block;
  line-height: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.head_tit .dot span.date {
  background-image: url(../../images/news_icon3.png);
  margin-right: 20px;
}
.head_tit .dot span.view {
  background-image: url(../../images/news_icon4.png);
}
.box {
  width: 310px;
  margin: auto;
}

.tb-pic a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.tb-pic a img {
  vertical-align: middle;
}

.tb-pic a {
  *display: block;
  *font-family: Arial;
  *line-height: 1;
}

.tb-thumb {
  margin: 10px 0 0;
  overflow: hidden;
}

.tb-thumb li {
  background: none repeat scroll 0 0 transparent;
  float: left;
  height: 42px;
  margin: 0 6px 0 0;
  overflow: hidden;
  padding: 1px;
  box-sizing: initial !important;
}

.tb-s310,
.tb-s310 a {
  height: 310px;
  width: 310px;
}

.tb-s310,
.tb-s310 img {
  max-height: 310px;
  max-width: 310px;
}

.tb-s310 a {
  *font-size: 271px;
}

.tb-s40 a {
  *font-size: 35px;
}

.tb-s40,
.tb-s40 a {
  height: 40px;
  width: 40px;
}

.tb-booth {
  border: 1px solid #cdcdcd;
  position: relative;
  z-index: 1;
  box-sizing: initial !important;
}

.tb-thumb .tb-selected {
  background: none repeat scroll 0 0 #c30008;
  height: 40px;
  padding: 2px;
}

.tb-thumb .tb-selected div {
  background-color: #ffffff;
  border: medium none;
}

.tb-thumb li div {
  border: 1px solid #cdcdcd;
  box-sizing: initial !important;
}

div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.zoomMask {
  position: absolute;
  background: url("/templets/ckan/images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.jobs-wrap .main {
  width: 1205px;
  margin: 0 auto;
}

@media screen and (max-width: 1279px) {
  .jobs-wrap .main {
    width: 90%;
  }
}

.jobs-wrap .intro {
  padding: 3.5% 0 1.7%;
  border-bottom: 1px solid #e5e5e5;
}

.jobs-wrap .intro .tips {
  float: left;
  width: 29%;
  font-size: 16px;
  line-height: 2;
  color: #666;
}

@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .tips {
    font-size: 14px;
  }
}

.jobs-wrap .intro .tips a {
  color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jobs-wrap .intro .tips a:hover {
  color: #2aa9e0;
}

.jobs-wrap .intro .tips h2 {
  position: relative;
  padding-left: 120px;
  font-size: 24px;
  line-height: 2;
  color: #666;
}

.jobs-wrap .intro .tips h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 96px;
  height: 1px;
  background-color: #000;
}

@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .tips h2 {
    padding-left: 60px;
    font-size: 18px;
  }

  .jobs-wrap .intro .tips h2::before {
    width: 48px;
  }
}

.jobs-wrap .intro .tips h3 {
  margin-bottom: 34px;
  font: 40px/64px Arial;
  color: #000;
  text-transform: uppercase;
}

.jobs-wrap .intro .tips h3 b {
  color: #2aa9e0;
}

@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .tips h3 {
    font-size: 24px;
    line-height: 2;
  }
}

.jobs-wrap .intro .search {
  float: right;
  width: 62%;
  padding-top: 48px;
  margin-right: 2.5%;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .search {
    padding-top: 5%;
  }
}

.jobs-wrap .intro .search a {
  color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jobs-wrap .intro .search a:hover {
  color: #2aa9e0;
}

.jobs-wrap .intro .search span {
  font-size: 14px;
  color: #2aa9e0;
}

@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .search span {
    line-height: 24px;
  }
}

.jobs-wrap .intro .search form {
  position: relative;
  margin-top: 25px;
}

.jobs-wrap .intro .search form input {
  width: 600px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 42px;
  color: #666;
}

.jobs-wrap .intro .search form input[type="submit"] {
  width: 150px;
  height: 44px;
  padding-left: 60px;
  background: #2aa9e0 url(../../images/bg_sign11.png) no-repeat 32px center;
  margin-left: -30px;
  box-shadow: none;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .search form input {
    width: 80%;
  }

  .jobs-wrap .intro .search form input[type="submit"] {
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 1279px) {
  .jobs-wrap .intro {
    padding: 3.5% 0 5%;
  }

  .jobs-wrap .intro .tips {
    float: none;
    width: 100%;
  }

  .jobs-wrap .intro .tips h3 {
    margin-bottom: 0;
  }

  .jobs-wrap .intro .search {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.jobs-wrap .list {
  padding: 4% 0 6%;
}

.jobs-wrap .list li {
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 18px;
}

.jobs-wrap .list li .top {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jobs-wrap .list li .tips {
  float: left;
  box-sizing: border-box;
  width: 86%;
  padding: 1.4% 4.6% 1.4%;
  border-right: 1px solid #ccc;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.jobs-wrap .list li .tips h2 {
  font-size: 20px;
  line-height: 48px;
  color: #2aa9e0;
}

.jobs-wrap .list li .tips h2 span {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 48px;
  color: #666;
}

.jobs-wrap .list li .tips h2 span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  background-color: #d6d6d6;
  margin-top: -8px;
}

@media screen and (max-width: 1023px) {
  .jobs-wrap .list li .tips {
    width: 80%;
    font-size: 12px;
    line-height: 2;
  }

  .jobs-wrap .list li .tips h2 {
    font-size: 18px;
    line-height: 2;
  }

  .jobs-wrap .list li .tips td {
    float: left;
    width: 50%;
  }
}

.jobs-wrap .list li .view {
  position: relative;
  float: right;
  width: 14%;
  padding-top: 0.4%;
  text-align: center;
  cursor: pointer;
}

.jobs-wrap .list li .view span {
  display: inline-block;
  padding-top: 48px;
  background: url(../../images/bg_sign12.png) no-repeat center top;
  font-size: 16px;
  line-height: 1;
  color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jobs-wrap .list li .view:hover span {
  background-position: center 25%;
  color: #2aa9e0;
}

.jobs-wrap .list li .view::after {
  opacity: 0;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 70%;
  width: 0;
  height: 0;
  background: url(../../images/close01.png) no-repeat center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1023px) {
  .jobs-wrap .list li .view {
    padding-top: 5%;
    width: 20%;
  }

  .jobs-wrap .list li .view span {
    font-size: 14px;
  }
}

.jobs-wrap .list li .box {
  display: none;
  position: relative;
  padding: 2.2% 4% 5%;
  background-color: #f7f7f7;
  border-top: 1px solid #d0d0d0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  width: 100% !important;
}

.jobs-wrap .list li .box h2 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}

.jobs-wrap .list li .box a.mail {
  display: inline-block;
  position: absolute;
  right: 3.5%;
  bottom: 14%;
  width: 155px;
  padding-left: 60px;
  border-radius: 8px;
  background: #2aa9e0 url(../../images/bg_sign13.png) no-repeat 30px center;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.jobs-wrap .list li .box a.mail:hover {
  box-shadow: 2px 2px 15px #2aa9e0;
}

@media screen and (max-width: 1023px) {
  .jobs-wrap .list li .box a.mail {
    position: relative;
    left: 0;
    right: auto;
    margin-top: 5%;
  }
}

.jobs-wrap .list li.cur .top {
  background-color: #f7f7f7;
}

.jobs-wrap .list li.cur .view span {
  opacity: 0;
}

.jobs-wrap .list li.cur .view::after {
  width: 37px;
  height: 37px;
  margin: -26.5px 0 0 -16.5px;
  opacity: 1;
}
.f-cb:after {
  content: "";
  display: block;
  clear: both;
}
.section1 {
  margin-top: -70px;
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}

.common_contact .container_s {
  padding: 80px;
  overflow: hidden;
  background: #fff url(../../images/contact_img1.jpg) center bottom no-repeat;
  box-shadow: 0 10px 30px rgba(4, 0, 0, 0.1);
  box-sizing: border-box;
}

.common_contact .left {
  width: 45%;
  float: left;
}

.common_contact .left h3 {
  font-size: 36px;
  color: #444;
}

.common_contact .left h3 span {
  display: block;
  color: #0099dc;
}

.common_contact .left .desc {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: justify;
}

.common_contact .left .info .name {
  font-size: 26px;
  color: #444;
  margin-bottom: 20px;
}

.common_contact .left .info p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.common_contact .right {
  width: 45%;
  float: right;
}

.common_contact .right h3 {
  font-size: 26px;
  color: #444;
}

.common_contact .right .form {
  margin-top: 20px;
}

.common_contact .right .form .box {
  margin-top: 10px;
  position: relative;
  width: auto !important;
}

.common_contact .right .form .box input {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background: #f3f3f3;
  color: #777;
  border: 0;
  font-size: 14px;
}

.common_contact .right .form .box textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  background: #f3f3f3;
  color: #777;
  font-family: "Microsoft YaHei";
  resize: none;
  font-size: 14px;
}

.common_contact .right .form .box button {
  width: 100%;
  height: 60px;
  border: 2px solid #0099dc;
  font-size: 16px;
  color: #0099dc;
  background: none;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.common_contact .right .form .box button:hover {
  background: #0099dc;
  color: #fff;
}
.map {
  height: 400px;
}
.container_s {
  width: 86%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#lib_down_list li {
  line-height: 46px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  padding: 15px 18px 0;
  width: auto;
}
#lib_down_list li span {
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  color: #333;
}
#lib_down_list li a {
  margin-right: 0px;
  background: #0050ab;
  display: inline-block;
  padding: 0 10px 0 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin-top: 5px;
}
#lib_down_list li a em {
  width: 11px;
  height: 10px;
  background-image: url(../../images/down.png);
  background-size: 100% 100%;
  position: absolute;
  left: 8px;
  top: 5px;
}
.list li:hover {
  background: #f8f8f8;
  box-shadow: 0 12px 12px #eaeaea;
}
.showpro {
  margin: 50px auto;
}
.protxt {
  margin-left: 50px;
}

.protxt h1 {
  padding-top: 14px;
  padding-bottom: 16px;
  font-family: "FuturaStdHeavy";
  color: #0099dc;
  font-size: 24px;
}

.sheck {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 14px;
  margin-bottom: 21px;
}

.sheck span {
  float: left;
  font-family: "FuturaStdBook";
  font-size: 18px;
  text-transform: uppercase;
  color: #666666;
}

.sheck .img {
  float: left;
  padding-left: 10px;
  margin-top: -2px;
}

.protxt .inp {
  padding-top: 63px;
  text-align: center;
}

.protxt .inp a {
  display: inline-block;
  width: 188px;
  line-height: 33px;
  border: 1px solid #0099dc;
  color: #0099dc;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
  margin: 0 10px;
}

.protxt .inp a:hover {
  background: #0099dc;
  color: #fff;
  border-color: #0099dc;
}

.description {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.slt {
  text-align: center;
}
.slt img {
  max-width: 80%;
  height: auto !important;
}
.cplist li {
  width: 272px;
  margin-left: 50px;
  margin-bottom: 20px;
  display: inline-block;
}
.cplist li a img {
  width: 100%;
}
.cplist li a span {
  color: #616161;
  font-size: 14px;
  display: block;
  line-height: 50px;
  text-align: center;
}
.cplist li a:hover span {
  color: #2aa9e0;
}
.newstit {
  color: #616161;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
}
.newstit span {
  display: inline-block;
  float: right;
  color: #8d8b8b;
  font-weight: normal;
}
.newsjj {
  font-size: 14px;
  color: #616161;
}
.newslist .col-md-4 a {
  width: 370px;
  display: block;
}
.newslist {
  background: #f6f6f6;
  padding: 30px 0;
}
.listtit {
  font-weight: bold;
  color: #616161;
  font-size: 14px;
}
.listtit span {
  font-size: 14px;
  color: #8d8b8b;
  float: right;
  font-weight: normal;
}
.listjj {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #616161;
  line-height: 50px;
  border-bottom: 1px solid #d5d5d5;
}
.newslist .col-md-8 ul li {
  margin-bottom: 30px;
}
.newslist .col-md-8 ul li:last-child {
  margin-bottom: 0;
}
.newslist .col-md-8 ul li:last-child .listjj {
  border-bottom: 0;
}
.newslist .col-md-8 ul li a:hover .listtit {
  color: #2aa9e0;
}
.newslist .col-md-4 a:hover .newstit {
  color: #2aa9e0;
}
.himg {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.himg .item_mask {
  display: block;
  background-color: rgba(42, 169, 224, 0.85);
  width: 100%;
  height: 0%;
  position: absolute;
  top: 99%;
  border-radius: 4px;
  transition: all 0.4s ease 0s;
}
.cplist li a:hover .himg .item_mask {
  height: 100%;
  top: 0px;
  transition: all 0.4s ease 0s;
}
.himg .item_index {
  display: block;
  position: absolute;
  top: 88px;
  left: -66px;
  font-size: 60px;
  z-index: 20;
  color: rgb(255, 255, 255);
  transition: all 0.4s ease 0s;
  font-family: 微软雅黑;
  font-weight: bold;
}
.himg .himg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.cplist li a:hover .himg .item_index {
  left: 82px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s ease 0s;
}
.himg::before {
  content: " ";
  width: 1px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  position: absolute;
  top: 118px;
  left: -75px;
  z-index: 20;
  margin: 0px auto;
  transition: all 0.4s ease 0s;
}
.cplist li a:hover .himg::before {
  width: 150px;
  background-color: rgba(255, 255, 255, 0.57);
}
.nav_main {
  width: 280px;
}
.nav_main .m {
  width: auto !important;
}
@media screen and (max-width: 768px) {
}
.searchContent {
  display: none;
  position: absolute;
  bottom: -79px;
  right: 65px;
  padding: 25px;
  background-color: #f2efef;
  border-bottom: 1px solid #dcdadb;
  border-left: 1px solid #dcdadb;
  z-index: 10000;
}

.searchContent .seach {
  margin: 0;
}

.seach {
  position: relative;
  margin-top: 40px;
  width: 300px;
  height: 30px;
  background: #fff;
}

.seach .seachText {
  width: 260px;
  color: #999999;
  font-size: 12px;
  padding: 0 0 0 6px;
  line-height: 1;
  margin: 0;
  border: 0;
  height: 30px;
}

.seach .btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 0;
  background: #474747;
  border: 0;
}

.seach .btn {
  transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.seach .btn:hover {
  background: #000;
}

.seach .btn img {
  vertical-align: middle;
}

.search input[type="submit"] {
  width: 25px;
  height: 25px;
  background: #ccc;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}

.search form:hover input[type="text"],
.search form input[type="text"]:focus {
  width: 150px;
}
.ssicon {
  position: absolute;
  right: 90px;
  top: 40px;
  display: block;
}
