@import "base.css";
@import "swiper.min.css";
@import "../font/BebasNeueRegular/BebasNeueRegular.css";
@import "../font/iconfont/iconfont.css";
@font-face {
  font-family: "SourceHanSansSC-Heavy";
  src: url("../font/SourceHanSansSC-Heavy/SourceHanSansSC-Heavy.woff2") format("woff2"),
       url(".../font/SourceHanSansSC-Heavy/SourceHanSansSC-Heavy.woff") format("woff"),
       url("../font/SourceHanSansSC-Heavy/SourceHanSansSC-Heavy.ttf") format("truetype"),
       url("../font/SourceHanSansSC-Heavy/SourceHanSansSC-Heavy.eot") format("embedded-opentype"),
       url("../font/SourceHanSansSC-Heavy/SourceHanSansSC-Heavy.svg") format("svg");
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e2e1e1;
}
::-webkit-scrollbar-thumb {
  background-color: #0262b8;
  ;
}
::-webkit-scrollbar-track {
  background-color: #e2e1e1;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.main {
  width: 1300px;
  margin: auto;
  position: relative;
}
.pt70 {
  padding-top: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.ph70 {
  padding-top: 60px;
  padding-bottom: 70px;
}
/*header {
  background: url(../img/header_bg.png) center / cover no-repeat;
  position: relative;
  z-index: 10;
}
header .logo {
  padding: 7px 0;
}
header .logo img {
  display: block;
  width: 105px;
  height: 86px;
}
header .logo h1 {
  font-size: 0;
  text-indent: -9999px;
  visibility: hidden;
}
header .nav {
  float: left;
  margin-left: 150px;
}
header .nav li {
  float: left;
}
header .nav li a {
  display: block;
  padding: 0 20px;
  line-height: 100px;
  font-size: 18px;
  color: #ffffff;
}
header .nav li a span {
  position: relative;
}
header .nav li a:hover span::after,
header .nav li a.current span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  left: 0;
  top: calc(100% + 10px);
}
header .nav li .child-nav {
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  top: 100%;
  padding: 50px;
  background: url(../img/menu_bg.jpg) center / cover no-repeat;
}
header .nav li .child-nav .left {
  width: 400px;
}
header .nav li .child-nav .right {
  width: 740px;
  margin-top: 10px;
}
header .nav li .child-nav .right ul {
  font-size: 0;
}
header .nav li .child-nav .right li {
  display: inline-block;
  float: none;
  margin: 30px 20px 0 20px;
}
header .nav li .child-nav .right li:nth-child(-n+3) {
  margin-top: 0;
}
header .nav li .child-nav .right li a {
  display: block;
  padding: 0 40px;
  height: 60px;
  line-height: 58px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  font-size: 16px;
  color: #666666;
  position: relative;
}
header .nav li .child-nav .right li a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  background-color: #ef7e14;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
header .nav li .child-nav .right li a span {
  display: block;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
header .nav li .child-nav .right li a span::after {
  display: none;
}
header .nav li .child-nav .right li a i {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 20px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
header .nav li .child-nav .right li a:hover {
  color: #ffffff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
header .nav li .child-nav .right li a:hover::before {
  width: 100%;
}
header .nav li .child-nav .right li a:hover span {
  color: #ffffff;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
header .nav li .child-nav .right li a:hover span::after {
  display: none;
}
header .nav li .child-nav .right li a:hover i {
  color: #ffffff;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
header .nav li.show a span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  left: 0;
  top: calc(100% + 10px);
}
header .tel {
  background: url(../img/icon_htel.png) center left no-repeat;
  padding-left: 55px;
  color: #ffffff;
  margin-top: 25px;
  line-height: 1.2;
}
header .tel .p1 {
  font-size: 14px;
}
header .tel .p2 {
  font-size: 26px;
}*/
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  top: auto;
  bottom: 30px;
  font-size: 0;
  background: none;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 3px;
  cursor: pointer;
  background: none;
  border-radius: 0;
  opacity: 1;
  outline: none;
}
.banner .swiper-pagination .swiper-pagination-bullet span {
  width: 40px;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.65);
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: rgba(255, 255, 255, 0.65);
}
.banner .swiper-pagination.autoplay .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: rgba(255, 255, 255, 0.65);
}
.banner .swiper-pagination.autoplay .swiper-pagination-bullet.current i {
  -webkit-transition: -webkit-transform 4.9s linear;
  transition: -webkit-transform 4.9s linear;
  transition: transform 4.9s linear;
  transition: transform 4.9s linear, -webkit-transform 4.9s linear;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.banner .swiper-pagination.autoplay i {
  display: block;
  background: #ef7e14;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
}
.banner .swiper-pagination.autoplay .firsrCurrent i {
  -webkit-transition: -webkit-transform 4s linear;
  transition: -webkit-transform 4s linear;
  transition: transform 4s linear;
  transition: transform 4s linear, -webkit-transform 4s linear;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.banner .swiper-pagination.autoplay .replace span {
  background: rgba(255, 255, 255, 0.65);
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 58px;
  height: 58px;
  border: 1px solid #ffffff;
  border-radius: 0;
  background-size: 30%;
  margin: 0;
  outline: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background-color: #ef7e14;
}
.banner .swiper-button-prev {
  left: 70px;
}
.banner .swiper-button-next {
  right: 70px;
}
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
}
.search {
  background-color: #f7f7f7;
}
.search .wrap {
  padding: 18px 0;
}
.search .search-words {
  float: left;
  max-width: 850px;
  overflow: hidden;
}
.search .search-words span {
  color: #333;
  font-weight: bold;
}
.search .search-words a {
  color: #aaaaaa;
  padding: 0 6px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.search .search-words a:hover {
  color: #ef7e14;
}
.search .search-words a,
.search .search-words span {
  line-height: 35px;
  font-size: 14px;
}
.search .search-box {
  float: right;
  position: relative;
}
.search input {
  display: block;
  width: 352px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 20px;
  outline: none;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.search input:focus {
  border-color: #ef7e14;
}
.search input::-webkit-input-placeholder {
  color: #bbb;
}
.search input:-ms-input-placeholder {
  color: #bbb;
}
.search input::-ms-input-placeholder {
  color: #bbb;
}
.search input::placeholder {
  color: #bbb;
}
/* .search button {
  position: absolute;
  width: 45px;
  height: 31px;
  border-radius: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  right: 2px;
  top: 2px;
  background-color: #ffffff;
}
.search button i {
  font-size: 20px;
  color: #fff;
}
.search button img {
  width: 17px;
  display: block;
  margin: 0 auto;
} */
.plate-title {
  text-align: center;
  margin-bottom: 30px;
}
.plate-title .cn {
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 5px;
}
.plate-title .en {
  font-size: 18px;
  color: #888888;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.plate-title .en span {
  position: relative;
  padding: 0 20px;
}
.plate-title .en span::before,
.plate-title .en span::after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #888888;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plate-title .en span::before {
  right: 100%;
}
.plate-title .en span::after {
  left: 100%;
}
.plate-title .cn-s {
  font-size: 18px;
  color: #888888;
}
.plate-title.white .cn,
.plate-title.white .en,
.plate-title.white .cn-s {
  color: #ffffff;
}
footer {
  background-color: #1b1b1b;
  color: #f5f5f5;
}
footer a {
  color: #f5f5f5;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
footer a:hover {
  color: #ef7e14;
}
.footer-1 {
  border-bottom: 1px solid #3b3b3b;
}
.footer-1 .footer-nav {
  float: left;
}
.footer-1 .footer-nav li {
  float: left;
}
.footer-1 .footer-nav li a {
  padding: 0 15px;
  line-height: 78px;
  position: relative;
}
.footer-1 .footer-nav li a::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 12px;
  background: url(../img/fbl.png) center / cover no-repeat;
  left: 0;
  top: 5px;
}
.footer-1 .footer-nav li a span {
  line-height: 16px;
}
.footer-1 .footer-nav li:first-child a {
  padding-left: 0;
}
.footer-1 .footer-nav li:first-child a::before {
  display: none;
}
.footer-1 .tel {
  float: right;
  line-height: 78px;
  background: url(../img/icon_htel.png) center left / 40px 40px no-repeat;
  padding-left: 50px;
}
.footer-1 .tel span {
  vertical-align: top;
}
.footer-1 .tel  span {
  font-size: 14px;
  color: #ffffff;
}
.footer-1 .tel div {
  float: right;
  margin-top: 40px;
}
.footer-1 .tel i {
  font-weight: bold;
  font-size: 22px;
  display: block;
  line-height: 1.2;
}
.footer-2 {
  border-top: 1px solid #0c0c0c;
  border-bottom: 1px solid #3b3b3b;
}
.footer-2 .wrap {
  padding: 54px 0;
}
.footer-2 .wrap > div {
  padding: 0 70px;
}
.footer-2 .wrap .logo {
  padding-left: 0;
  border-right: 2px solid transparent;
  -o-border-image: url(../img/f2b.png) 2 145 round;
  border-image: url(../img/f2b.png) 2 145 round;
}
.footer-2 .wrap .logo img {
  display: block;
  width: 175px;
  height: 145px;
}
.footer-2 .wrap .contact {
  height: 145px;
  border-right: 2px solid transparent;
  -o-border-image: url(../img/f2b.png) 2 145 round;
  border-image: url(../img/f2b.png) 2 145 round;
}
.footer-2 .wrap .contact .item {
  padding-left: 50px;
}
.footer-2 .wrap .contact .item.email {
  background: url(../img/icon_email.png) center left no-repeat;
  margin-bottom: 45px;
}
.footer-2 .wrap .contact .item.addr {
  background: url(../img/icon_addr.png) center left no-repeat;
}
.footer-2 .wrap .recomend {
  height: 145px;
  border-right: 2px solid transparent;
  -o-border-image: url(../img/f2b.png) 2 145 round;
  border-image: url(../img/f2b.png) 2 145 round;
}
.footer-2 .wrap .recomend li a {
  font-size: 14px;
  line-height: 30px;
}
.footer-2 .wrap .code {
  height: 145px;
  padding-right: 0;
}
.footer-2 .wrap .code img {
  float: left;
  width: 140px;
  height: 140px;
}
.footer-2 .wrap .code p {
  width: 35px;
  height: 140px;
  float: left;
  background-color: #ef7e14;
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
.footer-3 {
  border-top: 1px solid #0c0c0c;
}
.copyright {
  text-align: center;
  font-size: 14px;
  line-height: 75px;
}
.sub-crumbs {
  position: relative;
  width: 100%;
  height: 72px;
  background-color: #ffffff;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  z-index: 9;
}
.sub-crumbs ul {
  float: left;
}
.sub-crumbs li {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.sub-crumbs li a {
  display: block;
  padding: 0 40px;
  font-size: 18px;
  line-height: 70px;
  border: 1px solid #e7e7e7;
}
.sub-crumbs li a.active {
  background-color: #0262b8;
  border-color: #0262b8;
  color: #ffffff;
}
.sub-crumbs.sticky {
  border: none;
}
.sub-crumbs.sticky .sticky-wrap {
  width: 100%;
  background-color: #ffffff;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
}
.sub-crumbs.sticky .sticky-wrap.fixed {
  position: fixed;
  top: 0;
}
.sub-crumbs .search-box {
  float: right;
  position: relative;
  margin-top: 18px;
}
.sub-crumbs input {
  display: block;
  width: 352px;
  height: 35px;
  background-color: #eeeeee;
  border-radius: 20px;
  outline: none;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.sub-crumbs input:focus {
  border-color: #ef7e14;
}
.sub-crumbs input::-webkit-input-placeholder {
  color: #bbb;
}
.sub-crumbs input:-ms-input-placeholder {
  color: #bbb;
}
.sub-crumbs input::-ms-input-placeholder {
  color: #bbb;
}
.sub-crumbs input::placeholder {
  color: #bbb;
}
.sub-crumbs form::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  top: 8px;
  right: 46px;
}
.sub-crumbs button {
  position: absolute;
  width: 45px;
  height: 31px;
  border-radius: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  right: 2px;
  top: 2px;
  background-color: #eeeeee;
}
.sub-crumbs button i {
  font-size: 20px;
  color: #fff;
}
.sub-crumbs button img {
  width: 17px;
  display: block;
  margin: 0 auto;
}
.crumbs .wrap {
  background-image: url(../img/icon_crumbs.png);
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 0;
  padding: 20px 0 20px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crumbs .wrap span,
.crumbs .wrap a {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.crumbs .wrap a {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  padding: 0 3px;
}
.crumbs .wrap a:hover {
  color: #ef7e14;
}
.gray {
  background-color: #f2f2f2;
}
.gyjx-1 .left {
  width: calc( 50% - 50px);
}
.gyjx-1 .left .film {
  border: solid 1px #e5e5e5;
  margin-bottom: 20px;
}
.gyjx-1 .left .film .film-thumb {
  padding-bottom: 66.7%;
  position: relative;
}
.gyjx-1 .left .film .film-tit {
  font-size: 18px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gyjx-1 .left .content {
  color: #666666;
}
.gyjx-1 .right {
  width: 50%;
}
.gyjx-1 .right li {
  background-color: #0262b8;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}
.gyjx-1 .right li:last-child {
  margin-bottom: 0;
}
.gyjx-1 .right li .inner-wrap {
  background-color: #ffffff;
  padding: 16px 40px;
}
.gyjx-1 .right li .tit {
  font-size: 28px;
  margin-bottom: 10px;
}
.gyjx-1 .right li .desc {
  font-size: 14px;
  color: #666666;
}
.gyjx-2 .list li {
  width: 49%;
  background-color: #ef7e14;
  border-radius: 20px;
  color: #ffffff;
  padding: 30px 50px;
  float: left;
  margin-right: 2%;
}
.gyjx-2 .list li:last-child {
  margin-right: 0;
}
.gyjx-2 .list li::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.gyjx-2 .list li .icon {
  float: left;
}
.gyjx-2 .list li .icon i {
  font-size: 70px;
}
.gyjx-2 .list li .con {
  float: left;
  margin-top: 10px;
  margin-left: 50px;
}
.gyjx-2 .list li .con .tit {
  font-size: 30px;
  margin-bottom: 10px;
}
.gyjx-2 .list li .con .desc {
  font-size: 18px;
}
.gyjx-2 .content {
  position: relative;
  margin-top: 70px;
}
.gyjx-2 .content .center img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.gyjx-2 .content .item {
  position: absolute;
  width: 376px;
  height: 86px;
  background-color: #ffffff;
  display: table;
}
.gyjx-2 .content .item.item1,
.gyjx-2 .content .item.item2 {
  padding-left: 30px;
  padding-right: 40px;
  background: url(../img/pop_01.png) center / cover no-repeat;
}
.gyjx-2 .content .item.item3,
.gyjx-2 .content .item.item4 {
  padding-left: 40px;
  padding-right: 30px;
  background: url(../img/pop_02.png) center / cover no-repeat;
}
.gyjx-2 .content .item.item1 {
  top: 84px;
}
.gyjx-2 .content .item.item2 {
  top: 230px;
  left: 20px;
}
.gyjx-2 .content .item.item3 {
  top: 84px;
  right: 0;
}
.gyjx-2 .content .item.item4 {
  top: 230px;
  right: 20px;
}
.gyjx-2 .content .item span {
  display: table-cell;
  vertical-align: middle;
}
.gyjx-3 {
  background: url(../img/gyjx-3_bg.jpg) center / cover no-repeat;
  color: #ffffff;
}
.gyjx-3 .plate-title {
  margin-bottom: 80px;
}
.gyjx-3 .left .pic {
  width: 490px;
  height: 465px;
  position: relative;
  border: solid 1px #ffffff;
  left: 20px;
}
.gyjx-3 .left .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
}
.gyjx-3 .right {
  width: 55%;
  margin-top: 50px;
}
.gyjx-3 .right .tit {
  font-size: 24px;
  font-weight: bold;
}
.gyjx-3 .right .tit::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
  margin: 40px 0;
}
.gyjx-3 .right .desc {
  font-size: 16px;
  line-height: 30px;
}
.gyjx-3 .right .desc p {
  margin-bottom: 25px;
}
.team-list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  border: solid 1px #e5e5e5;
  margin-top: 2%;
}
.team-list li:nth-child(3n) {
  margin-right: 0;
}
.team-list li:nth-child(-n+3) {
  margin-top: 0;
}
.team-list li .con {
  padding: 10px 20px;
}
.team-list li .con .tit {
  font-size: 18px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team-list li:hover .con .tit {
  color: #0262b8;
}
.team-list li .con .desc {
  font-size: 14px;
  color: #666666;
}
.team-list li .con .desc p {
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.qiye {
  position: relative;
}
.qiye .swiper-slide {
  width: auto;
  height: 333px;
  border: solid 2px #e5e5e5;
}
.qiye .swiper-slide img {
  width: auto;
  height: 100%;
}
.qiye .swiper-button-prev,
.qiye .swiper-button-next {
  width: 68px;
  height: 68px;
  background-color: #eeeeee;
  outline: none;
  border-radius: 5px;
}
.qiye .swiper-button-prev {
  left: auto;
  right: calc(100% + 20px);
}
.qiye .swiper-button-next {
  right: auto;
  left: calc(100% + 20px);
}
.case-swiper .swiper-slide {
  position: relative;
}
.case-swiper .case-top {
  margin-bottom: 20px;
}
.case-swiper .case-top .con {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.case-swiper .case-top .con a {
  display: block;
  padding: 15px 20px;
  color: #ffffff;
  position: relative;
}
.case-swiper .case-top .con a:hover .btn {
  right: 30px;
}
.case-swiper .case-top .con .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.case-swiper .case-top .con .desc {
  position: relative;
}
.case-swiper .case-top .con .desc::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.case-swiper .case-top .con .desc p {
  width: 95%;
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.case-swiper .case-top .con .btn {
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}
.case-swiper .case-top .con .btn i {
  text-align: center;
  font-size: 30px;
  bottom: 0;
}
.case-swiper .case-thumb {
  position: relative;
}
.case-swiper .case-thumb .con {
  border: solid 1px #e1e1e1;
  border-top: 0;
  text-align: center;
}
.case-swiper .case-thumb .con .tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-swiper .case-thumb .swiper-button-prev,
.case-swiper .case-thumb .swiper-button-next {
  background-size: 50%;
  outline: none;
  opacity: .35;
}
.case-swiper .case-thumb .swiper-button-prev {
  left: auto;
  right: calc(100% + 20px);
}
.case-swiper .case-thumb .swiper-button-next {
  left: calc(100% + 20px);
  right: auto;
}
.case-swiper .case-thumb .swiper-slide {
  cursor: pointer;
}
.case-swiper .case-thumb .swiper-slide.swiper-slide-thumb-active .con {
  border-color: #ef7e14;
}
.case-swiper .case-thumb .swiper-slide.swiper-slide-thumb-active .con .tit {
  color: #ef7e14;
}
.home-2 {
  position: relative;
  overflow: hidden;
}
.home-2 canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.home-2 .main {
  position: relative;
  z-index: 1;
}
.home-2 .wrap > .btn {
  padding-top: 5px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.home-2 .wrap > .btn a {
  display: block;
  width: 153px;
  height: 46px;
  border: solid 1px #e5e5e5;
  line-height: 44px;
  padding: 0 20px;
  position: relative;
  margin: 40px auto 0;
  border-radius: 100px;
  overflow: hidden;
  background-color: #ffffff;
}
.home-2 .wrap > .btn a span {
  font-size: 14px;
  color: #666666;
  float: left;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: relative;
  z-index: 1;
}
.home-2 .wrap > .btn a i {
  float: left;
  margin-left: 20px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: relative;
  z-index: 1;
}
.home-2 .wrap > .btn a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  background-color: #ef7e14;
  left: 0;
  top: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.home-2 .wrap > .btn a:hover i,
.home-2 .wrap > .btn a:hover span {
  color: #ffffff;
}
.home-2 .wrap > .btn a:hover:before {
  width: 100%;
}
.home-2 .wrap > .btn a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.hot-product .swiper-slide {
  text-align: center;
  background-color: #ffffff;
  padding: 30px 10px;
}
.hot-product .swiper-slide:hover {
  background-color: #ef7e14;
}
.hot-product .swiper-slide:hover .tit,
.hot-product .swiper-slide:hover .desc {
  color: #ffffff;
}
.hot-product .swiper-slide:hover .btn a {
  color: #0262b8;
  border-color: #0262b8;
  font-weight: bold;
}
.hot-product .tit {
  font-size: 20px;
  margin-bottom: 10px;
}
.hot-product .desc {
  font-size: 18px;
  margin-bottom: 20px;
}
.hot-product .btn {
  margin-bottom: 24px;
}
.hot-product .btn a {
  display: inline-block;
  border: solid 1px #e0dfdf;
  border-radius: 50px;
  font-size: 14px;
  color: #666;
  padding: 0 20px;
  line-height: 30px;
  background-color: #f5f5f5;
}
.hot-product .pic {
  height: 240px;
  margin-bottom: 24px;
}
.hot-product .pic img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.hot-product.inner .swiper-slide {
  background-color: #f5f5f5;
}
.hot-product.inner .swiper-slide:hover {
  background-color: #0262b8;
}
.home-4 .list {
  margin-bottom: 50px;
}
.home-4 .list li {
  width: 32%;
  padding-bottom: 19%;
  float: left;
  position: relative;
  margin-right: 2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-4 .list li::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.home-4 .list li:nth-child(3n) {
  margin-right: 0;
}
.home-4 .list li:nth-child(1) {
  background-image: url(../img/ab_01.jpg);
}
.home-4 .list li:nth-child(2) {
  background-image: url(../img/ab_02.jpg);
}
.home-4 .list li:nth-child(3) {
  background-image: url(../img/ab_03.jpg);
}
.home-4 .list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: table;
  text-align: center;
}
.home-4 .list li a .con {
  display: table-cell;
  vertical-align: middle;
}
.home-4 .list li a .con .num {
  font-size: 60px;
  font-family: BebasNeueRegular, sans-serif;
  color: #ef7e14;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.home-4 .list li a .con .num::after {
  content: '';
  display: block;
  width: 44px;
  height: 2px;
  background-color: #cccccc;
  margin: 5px auto 15px auto;
}
.home-4 .list li a .con .desc {
  font-size: 24px;
  color: #ffffff;
}
.home-4 .list li:hover::before {
  background-color: rgba(239, 126, 20, 0.85);
}
.home-4 .list li:hover a .con .num {
  color: #ffffff;
}
.home-4 .content {
  width: 100%;
}
.home-4 .content .left {
  float: left;
  width: 45%;
  margin-top: 50px;
}
.home-4 .content .left .con {
  font-size: 16px;
  color: #333333;
}
.home-4 .content .left .con p {
  text-indent: 2em;
  margin-bottom: 20px;
}
.home-4 .content .left .btn {
  padding-top: 5px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.home-4 .content .left .btn a {
  display: block;
  width: 153px;
  height: 46px;
  border: solid 1px #e5e5e5;
  line-height: 44px;
  padding: 0 20px;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}
.home-4 .content .left .btn a span {
  font-size: 14px;
  color: #666666;
  float: left;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: relative;
  z-index: 1;
}
.home-4 .content .left .btn a i {
  float: left;
  margin-left: 20px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: relative;
  z-index: 1;
}
.home-4 .content .left .btn a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  background-color: #ef7e14;
  left: 0;
  top: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.home-4 .content .left .btn a:hover i,
.home-4 .content .left .btn a:hover span {
  color: #ffffff;
}
.home-4 .content .left .btn a:hover:before {
  width: 100%;
}
.home-4 .content .left .btn a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.home-4 .content .right {
  width: 650px;
  height: 410px;
  float: right;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}
.home-4 .content .right .tit {
  width: 80px;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  height: 100%;
  background-color: #f6f6f6;
  line-height: 80px;
  text-align: center;
}
.home-4 .content .right .tit span {
  font-size: 30px;
}
.home-4 .content .right .tit i {
  font-size: 20px;
  color: #cecdcd;
}
.honour-swiper {
  width: 570px;
  height: 100%;
}
.honour-swiper .swiper-container {
  height: 100%;
  padding: 25px;
}
.honour-swiper .swiper-slide {
  border: solid 1px #eeeeee;
}
.honour-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.honour-swiper .swiper-pagination {
  bottom: 0;
}
.honour-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ef7e14;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
}
.honour-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ef7e14;
}
.home-5 .list li {
  float: left;
  width: 17%;
  height: 170px;
  border: solid 1px #e5e5e5;
  margin-left: -1px;
}
.home-5 .list li:last-child {
  width: 15%;
  border-radius: 0 0 50px;
  background-color: #ef7e14;
  border-color: #ef7e14;
}
.home-5 .list li:last-child a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.home-5 .list li:last-child a p {
  display: table-cell;
  vertical-align: middle;
}
.home-5 .list li:last-child a span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.home-5 .list li:last-child a i {
  display: block;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}
.home-5 .list li:last-child a:hover i {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.home-5 .list li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-6 .left,
.home-6 .right {
  width: 48%;
}
.home-6 .content {
  background-color: #f6f6f6;
  padding: 5px 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.home-6 .time {
  float: left;
  height: 100%;
  padding: 0 15px;
  display: table;
  border-right: 1px solid #e5e5e5;
  line-height: 1.2;
}
.home-6 .time .time-wrap {
  display: table-cell;
  vertical-align: middle;
}
.home-6 .time .date {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.home-6 .time .date::after {
  content: '';
  display: block;
  background-color: #b0b0b0;
  width: 15px;
  height: 1px;
  margin: 5px 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.home-6 .time .year {
  color: #b0b0b0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.home-6 .con {
  float: left;
  width: 75%;
  height: 100%;
  display: table;
  margin-left: 15px;
}
.home-6 .con .con-wrap {
  display: table-cell;
  vertical-align: middle;
}
.home-6 .con .tit {
  font-size: 18px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-6 .con .desc {
  font-size: 14px;
  color: #888888;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.home-6 .left .pic {
  height: 350px;
  overflow: hidden;
}
.home-6 .left .pic img {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-6 .left .date {
  font-size: 24px;
}
.home-6 .left .year {
  font-size: 14px;
}
.home-6 .left .content {
  height: 66px;
}
.home-6 .right li {
  margin-bottom: 28px;
}
.home-6 .right li:last-child {
  margin-bottom: 0;
}
.home-6 .right .content {
  height: 120px;
  padding: 10px 0;
}
.home-6 .right .time {
  padding: 0 20px;
}
.home-6 .right .date {
  font-size: 34px;
}
.home-6 .right .year {
  font-size: 20px;
}
.home-6 .right .con {
  width: 70%;
}
.home-6 .right .con .tit {
  margin-bottom: 5px;
}
.home-6 a:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home-6 a:hover .content {
  background-color: #ef7e14;
}
.home-6 a:hover .date,
.home-6 a:hover .year {
  color: #ffffff;
}
.home-6 a:hover .date::after {
  background-color: #ffffff;
}
.home-6 a:hover .con .tit,
.home-6 a:hover .con .desc {
  color: #ffffff;
}
.record {
  padding: 33px 0;
}
.record .left {
  margin-top: 10px;
}
.record .left .p1 {
  font-size: 20px;
  color: #333333;
}
.record .left .p2 {
  font-size: 36px;
  font-weight: bold;
  color: #ef7e14;
}
.record .left .p3 {
  background: url(../img/icon_tel_black.png) left center no-repeat;
  padding-left: 35px;
}
.record .left .p3 span {
  font-size: 14px;
  vertical-align: super;
}
.record .left .p3 i {
  font-size: 28px;
}
.record .right {
  width: 610px;
}
.record .right form {
  font-size: 0;
}
.record .right input {
  width: 190px;
  height: 60px;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  font-size: 14px;
  padding: 0 15px;
  margin-left: 20px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.record .right input:focus {
  border-color: #ef7e14;
}
.record .right input:first-child {
  margin-left: 0;
}
.record .right button {
  display: block;
  width: 610px;
  height: 60px;
  border: solid 1px #d2d2d2;
  background-color: #fff;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  margin-top: 20px;
}
.record .right button:hover {
  color: #ef7e14;
}
.recruitment .recruitment-head {
  background-color: #0262b8;
}
.recruitment .recruitment-head li {
  float: left;
  line-height: 60px;
  width: 20%;
  text-align: center;
  color: #fff;
}
.recruitment .recruitment-body .p1 {
  color: #333;
  text-align: center;
  background-color: #eee;
  line-height: 60px;
}
.recruitment .recruitment-body .p1 img {
  width: auto;
  margin-right: 8px;
  vertical-align: text-top;
}
.recruitment .recruitment-body .p1 span {
  font-size: 14px;
  vertical-align: top;
}
.recruitment .recruitment-body .p1 b {
  color: #0262b8;
  font-size: 22px;
}
.recruitment .recruitment-body li {
  margin: 5px 0;
}
.recruitment .recruitment-body .litit {
  background-color: #eee;
}
.recruitment .recruitment-body .litit::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.recruitment .recruitment-body .litit span {
  display: block;
  float: left;
  line-height: 60px;
  width: 20%;
  text-align: center;
  font-size: 14px;
}
.recruitment .recruitment-body .litit span.toshow a {
  color: #0262b8;
}
.recruitment .recruitment-body .licon {
  display: none;
}
.recruitment .recruitment-body .licon .con {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  padding: 30px;
}
.letter {
  background: url(../img/letter_bg.jpg) center / cover no-repeat;
}
.lt-form .input-item {
  width: 32%;
  height: 40px;
  float: left;
  position: relative;
  margin-right: 2%;
}
.lt-form .input-item:last-child {
  margin-right: 0;
}
.lt-form .input-item i {
  position: absolute;
  line-height: 42px;
  color: #999;
  padding: 0 10px;
  font-size: 14px;
}
.lt-form .input-item input {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  padding-left: 30px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.lt-form .input-item input::-webkit-input-placeholder {
  color: #999;
}
.lt-form .input-item input:-ms-input-placeholder {
  color: #999;
}
.lt-form .input-item input::-ms-input-placeholder {
  color: #999;
}
.lt-form .input-item input::placeholder {
  color: #999;
}
.lt-form .input-item input:focus {
  border-color: #ef7e14;
}
.lt-form .textarea-item {
  margin-top: 15px;
}
.lt-form textarea {
  display: block;
  width: 100%;
  height: 240px;
  border: 1px solid #e5e5e5;
  outline: none;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  font-size: 14px;
  padding: 10px;
  color: #999;
  resize: none;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
}
.lt-form textarea::-webkit-input-placeholder {
  color: #999;
}
.lt-form textarea:-ms-input-placeholder {
  color: #999;
}
.lt-form textarea::-ms-input-placeholder {
  color: #999;
}
.lt-form textarea::placeholder {
  color: #999;
}
.lt-form textarea:focus {
  border-color: #ef7e14;
}
.lt-form .btn {
  margin-top: 15px;
}
.lt-form button {
  width: 100%;
  height: 50px;
  background-color: #0262b8;
  color: #fff;
  border: none;
  cursor: pointer;
}
.contact-map-container {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.contact-map-container .map-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background: url(../img/map_bg.jpg) center center / cover no-repeat;
  color: #fff;
  padding: 0 30px;
}
.contact-map-container .map-mask .tit {
  font-size: 26px;
  margin-top: 70px;
  font-weight: bold;
}
.contact-map-container .map-mask .tit::after {
  content: '';
  display: block;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
  margin: 30px 0;
}
.contact-map-container .map-mask .desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
.contact-map-container .map-mask .items p {
  position: relative;
  padding-left: 30px;
  line-height: 40px;
}
.contact-map-container .map-mask .items img {
  width: auto;
  margin-right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
#map {
  width: 100%;
  height: 100%;
}
#map * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#map img {
  width: auto;
}
#map input {
  all: initial;
}
#map input[type=button] {
  text-align: center;
}
#map .BMapLib_search_text {
  width: 100%;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a5acb2;
}
#map .BMapLib_trans_text {
  width: 100%;
  height: 20px;
  line-height: 20px;
  border: 1px solid #a5acb2;
}
#map .BMapLib_SearchInfoWindow .iw_bt,
#map .BMapLib_SearchInfoWindow .iw_bt_down,
#map .BMapLib_SearchInfoWindow .iw_bt_over {
  width: 48px;
  height: 26px;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: url(http://api.map.baidu.com/library/SearchInfoWindow/1.4/src/iw_bg.png) no-repeat 0 -87px;
  vertical-align: middle;
}
#map .BMapLib_sms_pnl_phone input[type=text] {
  width: 120px;
  border: 1px solid #ddd;
}
#map .anchorBL {
  display: none;
}
.anli-list li {
  width: 32%;
  float: left;
  text-align: center;
  margin-right: 2%;
  margin-top: 2%;
}
.anli-list li:nth-child(-n+3) {
  margin-top: 0;
}
.anli-list li:nth-child(3n) {
  margin-right: 0;
}
.anli-list li .pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 52%;
}
.anli-list li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all .5s;
}
.anli-list li .pic:hover img {
  transform: scale(1.1);
  transition: all .5s;
}
.anli-list li .con {
  border: solid 1px #e1e1e1;
}
.anli-list li .tit {
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anli-list li:hover .tit {
  color: #0262b8;
}
.fanye {
  margin: 50px 0 0;
  overflow: hidden;
}
.fanye .wrap {
  font-size: 0;
  text-align: center;
}
.fanye a {
  display: inline-block;
  line-height: 34px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  margin: 0 5px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
.fanye a.active,
.fanye a:hover {
  background-color: #ef7e14;
  border-color: #ef7e14;
  color: #fff;
}
.xwzx-list {
  margin-right: 150px;
  overflow: hidden;
}
.xwzx-list li {
  padding: 40px 0;
  border-bottom: 1px solid #eeeeee;
}
.xwzx-list li::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.xwzx-list li:first-child {
  padding-top: 0;
}
.xwzx-list li .pic {
  width: 380px;
  height: 220px;
  position: relative;
  overflow: hidden;
  float: left;
}
.xwzx-list li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.xwzx-list li .con {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  margin-left: 420px;
}
.xwzx-list li .tit {
  font-size: 18px;
  margin-bottom: 25px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xwzx-list li:hover .tit {
  color: #0262b8;
}
.xwzx-list li .desc {
  font-size: 16px;
  color: #888888;
  margin-bottom: 24px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.xwzx-list li .desc p {
  height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.xwzx-list li .time {
  font-size: 14px;
  color: #ababab;
}
.xwzx-list li .btn {
  padding-top: 5px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.xwzx-list li .btn a {
  display: block;
  width: 153px;
  height: 46px;
  border: solid 1px #e5e5e5;
  line-height: 44px;
  padding: 0 20px;
  position: relative;
}
.xwzx-list li .btn a span {
  font-size: 14px;
  color: #666666;
  float: left;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: relative;
  z-index: 1;
}
.xwzx-list li .btn a i {
  float: left;
  margin-left: 20px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  position: relative;
  z-index: 1;
}
.xwzx-list li .btn a::before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  background-color: #ef7e14;
  left: 0;
  top: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.xwzx-list li .btn a:hover i,
.xwzx-list li .btn a:hover span {
  color: #ffffff;
}
.xwzx-list li .btn a:hover:before {
  width: 100%;
}
.xwzx-list li .btn a:hover i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.spzx-list {
  margin-right: 150px;
  overflow: hidden;
  *zoom: 1;
}
.spzx-list li {
  width: 32%;
  float: left;
  text-align: center;
  margin-right: 2%;
  margin-top: 2%;
}
.spzx-list li:nth-child(-n+3) {
  margin-top: 0;
}
.spzx-list li:nth-child(3n) {
  margin-right: 0;
}
.spzx-list li .pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 52%;
}
.spzx-list li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.spzx-list li .pic::before {
  content: '';
  width: 64px;
  height: 64px;
  background: url(../img/play-btn.png) center / cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  z-index: 2;
}
.spzx-list li .pic::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1;
}
.spzx-list li .con {
  border: solid 1px #e1e1e1;
  background-color: #ffffff;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.spzx-list li .tit {
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spzx-list li:hover .pic::before {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
          transform: translateY(-50%) translateX(-50%) rotate(360deg);
}
.spzx-list li:hover .con {
  color: #ffffff;
  background-color: #ef7e14;
  border-color: #ef7e14;
}
.bkzx-list {
  margin-right: 150px;
}
.bkzx-list li {
  margin-bottom: 20px;
}
.bkzx-list li:last-child {
  margin-bottom: 0;
}
.bkzx-list li .content {
  background-color: #f6f6f6;
  height: 156px;
  padding: 30px 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.bkzx-list li .time {
  float: left;
  height: 100%;
  padding: 0 15px;
  display: table;
  border-right: 1px solid #e5e5e5;
  line-height: 1.2;
}
.bkzx-list li .time .time-wrap {
  display: table-cell;
  vertical-align: middle;
}
.bkzx-list li .time .date {
  font-size: 48px;
  font-family: BebasNeueRegular, sans-serif;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.bkzx-list li .time .date::after {
  content: '';
  display: block;
  background-color: #b0b0b0;
  width: 15px;
  height: 1px;
  margin: 5px 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.bkzx-list li .time .year {
  color: #b0b0b0;
  font-size: 24px;
  font-family: BebasNeueRegular, sans-serif;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.bkzx-list li .con {
  float: left;
  width: 85%;
  height: 100%;
  display: table;
  margin-left: 25px;
}
.bkzx-list li .con .con-wrap {
  display: table-cell;
  vertical-align: middle;
}
.bkzx-list li .con .tit {
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bkzx-list li .con .desc {
  font-size: 14px;
  color: #888888;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.bkzx-list li:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bkzx-list li:hover .content {
  background-color: #ef7e14;
}
.bkzx-list li:hover .date,
.bkzx-list li:hover .year {
  color: #ffffff;
}
.bkzx-list li:hover .date::after {
  background-color: #ffffff;
}
.bkzx-list li:hover .con .tit,
.bkzx-list li:hover .con .desc {
  color: #ffffff;
}
.cpzx-list li {
  width: 32%;
  text-align: center;
  padding: 30px 10px;
  background-color: #f5f5f5;
  float: left;
  margin-top: 2%;
  margin-right: 2%;
}
.cpzx-list li:nth-child(3n) {
  margin-right: 0;
}
.cpzx-list li:nth-child(-n+3) {
  margin-top: 0;
}
.cpzx-list li .tit {
  font-size: 20px;
  margin-bottom: 10px;
}
.cpzx-list li .desc {
  font-size: 18px;
  margin-bottom: 20px;
}
.cpzx-list li .btn {
  margin-bottom: 24px;
}
.cpzx-list li .btn span {
  display: inline-block;
  border: solid 1px #e0dfdf;
  border-radius: 50px;
  font-size: 14px;
  color: #666;
  padding: 0 20px;
  line-height: 30px;
  background-color: #f5f5f5;
}
.cpzx-list li .pic {
  height: 240px;
  margin-bottom: 24px;
}
.cpzx-list li .pic img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.cpzx-list li:hover {
  background-color: #0262b8;
}
.cpzx-list li:hover .tit,
.cpzx-list li:hover .desc {
  color: #ffffff;
}
.cpzx-list li:hover .btn span {
  color: #0262b8;
  border-color: #0262b8;
  font-weight: bold;
}
.film {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.play-btn {
  width: 68px;
  height: 68px;
  background: url(../img/play-btn.png) center center / cover no-repeat;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.film-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
}
.film-mask .inner-wrap {
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list.hezuo li {
  float: left;
  width: 17%;
  height: 170px;
  border: solid 1px #e5e5e5;
  margin-left: -1px;
}
.list.hezuo li:last-child {
  width: 15%;
  border-radius: 0 0 50px;
  background-color: #0262b8;
  border-color: #0262b8;
}
.list.hezuo li:last-child a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.list.hezuo li:last-child a p {
  display: table-cell;
  vertical-align: middle;
}
.list.hezuo li:last-child a span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.list.hezuo li:last-child a i {
  display: block;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}
.list.hezuo li:last-child a:hover i {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.list.hezuo li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.jszc-1 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  *zoom: 1;
}
.jszc-1 .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jszc-1 .left .con {
  height: 308px;
  background-color: #f6f6f6;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  display: table;
  padding: 0 15px;
}
.jszc-1 .left .con p {
  display: table-cell;
  vertical-align: middle;
  line-height: 2;
  font-size: 14px;
  color: #555555;
}
.jszc-1 .center {
  margin-left: 20px;
}
.jszc-1 .center .con {
  width: 681px;
  height: 92px;
  background: url(../img/jjfa_ce.png) center / cover no-repeat;
  display: table;
  padding-left: 35px;
  padding-right: 10px;
  margin-bottom: 16px;
}
.jszc-1 .center .con:last-child {
  margin-bottom: 0;
}
.jszc-1 .center .con p {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #555555;
}
.jszc-1 .right {
  margin-left: 20px;
}
.jszc-1 .right .con {
  width: 270px;
  height: 60px;
  background-color: #ef7e14;
  border-radius: 10px;
  display: table;
  margin-bottom: 63px;
  padding: 0 15px;
  position: relative;
}
.jszc-1 .right .con:last-child {
  margin-bottom: 0;
}
.jszc-1 .right .con:last-child::after {
  display: none;
}
.jszc-1 .right .con p {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.jszc-1 .right .con::after {
  position: absolute;
  content: '';
  width: 19px;
  height: 27px;
  background: url(../img/or_ht.png) center / cover no-repeat;
  top: 81px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.jszc-2 .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jszc-2 .list ul::after {
  all: unset;
}
.jszc-2 .list li {
  width: 180px;
  height: 180px;
  background-color: #0262b8;
  display: table;
  border-radius: 50%;
}
.jszc-2 .list li:last-child {
  margin-right: 0;
}
.jszc-2 .list li p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
.jszc-2 .list li p i {
  font-size: 80px;
  line-height: 1;
}
.jszc-2 .list li p span {
  display: block;
  font-size: 24px;
}
.jszc-4 .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jszc-4 .list ul::after {
  all: unset;
}
.jszc-4 .list li {
  width: 180px;
  text-align: center;
}
.jszc-4 .list li .icon {
    width: 179px;
    height: 119px;
    background-color: #0262b8;
    border-radius: 60px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
}
.jszc-4 .list li .icon i {
  font-size: 70px;
}
.jszc-4 .list li:hover .icon {
  background-color: #ef7e14;
}
.jszc-4 .list li:hover .icon i{
  color: #fff;
}
.jszc-4 .list li .icon::after {
  position: absolute;
  content: '';
  width: 27px;
  height: 37px;
  background: url(../img/gr_jt.png) center / cover no-repeat;
  top: 50%;
  left: calc(100% + 20%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jszc-4 .list li .con {
  font-size: 18px;
}
.jszc-4 .list li:last-child .icon::after {
  display: none;
}
.jszc-3 .item {
  height: 300px;
  float: left;
}
.jszc-3 .item .con {
  height: 100%;
  background-color: #0262b8;
  color: #ffffff;
  padding: 40px;
}
.jszc-3 .item .con p {
  float: right;
  font-size: 20px;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
.jszc-3 .item.item-1 {
  width: 48%;
  background: url(../img/fwbz_01.jpg) left center no-repeat;
  margin-bottom: 10px;
}
.jszc-3 .item.item-1 .con {
  width: 200px;
  float: right;
}
.jszc-3 .item.item-2 {
  width: 51%;
  float: right;
  background: url(../img/fwbz_02.jpg) left center no-repeat;
  margin-bottom: 10px;
}
.jszc-3 .item.item-2 .con {
  width: 300px;
  float: right;
}
.jszc-3 .item.item-3 {
  width: 51%;
  background: url(../img/fwbz_03.jpg) right center no-repeat;
}
.jszc-3 .item.item-3 .con {
  width: 235px;
  float: left;
}
.jszc-3 .item.item-4 {
  width: 48%;
  float: right;
  background: url(../img/fwbz_04.jpg) right center no-repeat;
}
.jszc-3 .item.item-4 .con {
  width: 200px;
  float: left;
}
.home-3 {
  background-color: #f7f7f7;
  position: relative;
}
.home-3 .advant {
  position: absolute;
  width: 50%;
  height: 740px;
  border-radius: 0 0 50px 0;
  overflow: hidden;
}
.home-3 .advant .swiper-container {
  width: 100%;
  height: 100%;
}
.home-3 .advant .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-3 .advant-tab {
  width: 53%;
  float: right;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.home-3 .advant-tab li {
  padding: 10px 10px 10px 80px;
  cursor: pointer;
}
.home-3 .advant-tab li::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.home-3 .advant-tab li .icon {
  float: left;
  width: 100px;
}
.home-3 .advant-tab li .icon .icon-wrap {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: solid 1px #a0a0a0;
  padding: 6px;
  text-align: center;
  color: #333333;
  margin: 0 auto;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.home-3 .advant-tab li .icon .icon-wrap i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 87px;
  border-radius: 50%;
  background-color: #e1e1e1;
  font-size: 40px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
.home-3 .advant-tab li .con {
  width: 75%;
  height: 100px;
  float: left;
  margin-left: 30px;
  display: table;
}
.home-3 .advant-tab li .con .con-wrap {
  display: table-cell;
  vertical-align: middle;
}
.home-3 .advant-tab li .con .tit {
  font-size: 18px;
  margin-bottom: 5px;
}
.home-3 .advant-tab li .con .desc {
  font-size: 14px;
  color: #666666;
}
.home-3 .advant-tab li.current {
  background-color: #ef7e14;
  -webkit-box-shadow: 0 0 18px 0 rgba(235, 121, 15, 0.58);
          box-shadow: 0 0 18px 0 rgba(235, 121, 15, 0.58);
  border-radius: 0 0 50px 0;
}
.home-3 .advant-tab li.current .icon .icon-wrap {
  width: 100px;
  height: 100px;
  border-color: #ffffff;
}
.home-3 .advant-tab li.current .icon .icon-wrap i {
  color: #ef7e14;
  font-size: 50px;
}
.home-3 .advant-tab li.current .con .tit,
.home-3 .advant-tab li.current .con .desc {
  color: #ffffff;
}
.title-o {
  text-align: center;
  margin-bottom: 40px;
}
.title-o .tit-wrap {
  display: inline-block;
  text-align: left;
  height: 85px;
  background: url(../img/ystit_bg.png) left center no-repeat;
  padding-left: 155px;
}
.title-o .cn {
  font-size: 38px;
  font-weight: bold;
}
.title-o .en {
  font-size: 18px;
  color: #666666;
}
.wxzx-1 {
  overflow: hidden;
}
.wxzx-1 .wrap {
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
.time-side {
  position: absolute;
  right: 0;
  top: 0;
  width: 105px;
  background-color: rgba(239, 126, 20, 0.2);
  padding: 0 15px;
}
.time-side li {
  line-height: 2;
  margin: 5px 0;
}
.time-side li a {
  display: block;
  font-size: 18px;
  color: #ef7e14;
  padding: 0 5px;
  position: relative;
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}
.time-side li a::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 36px;
  background-color: #ef7e14;
  left: -3px;
  top: 0;
}
.time-side li.open > a {
  background-color: #ef7e14;
  border-radius: 0px 6px 6px 0px;
  color: #ffffff;
}
.time-side li .child {
  display: none;
  padding-left: 10px;
}
.time-side li .child a {
  font-size: 16px;
  position: relative;
}
.time-side li .child li {
  margin: 0;
}
.time-side li .child li a::before {
  left: -13px;
}
.time-side li .child li.current a {
  font-weight: bold;
  font-size: 20px;
}
.time-side li .child li.current a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ef7e14;
  border-radius: 50%;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.spzx-1,
.bkzx-1 {
  overflow: hidden;
  *zoom: 1;
}
.spzx-1 .wrap,
.bkzx-1 .wrap {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.news-show .news-title {
  font-size: 34px;
  color: #222;
  text-align: center;
}
.news-show .news-publish {
  font-size: 14px;
  color: #888;
  text-align: center;
  margin: 25px 0;
}
.news-show .news-publish span {
  margin: 0 10px;
}
.news-show .news-info {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 40px;
  text-indent: 2em;
}
.news-show .news-info img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
  width: auto;
}
.news-show .news-info video {
  display: block;
  width: 720px;
  height: auto;
  margin: 0 auto;
}
.fanpian .fanpian-wrap {
  margin: auto;
  border: 1px solid #e3e3e3;
  font-size: 0;
}
.fanpian a {
  display: inline-block;
  font-size: 14px;
  color: #444444;
  padding: 0 20px;
  line-height: 45px;
  text-align: center;
  border-right: 1px solid #e3e3e3;
  width: 27%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
.fanpian a:hover {
  color: #ef7e14;
}
.fanpian .page-prev,
.fanpian .page-next {
  width: 15%;
}
.fanpian .page-next {
  border-right: 0;
}
.fanpian .page-back {
  width: 15%;
}
#toTop {
  width: 40px;
  height: 40px;
  background: url(../img/totop.png) center / cover no-repeat;
  cursor: pointer;
  position: fixed;
  right: 5%;
  bottom: 15%;
  margin: auto;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 1366px) {
  .main {
    width: 1200px;
  }
  header .nav {
    margin-left: 100px;
  }
  header .nav li .child-nav {
    padding: 40px;
  }
  header .nav li .child-nav .left {
    width: 380px;
  }
  header .nav li .child-nav .right li a {
    padding: 0 40px;
  }
  .case-swiper .case-thumb .swiper-button-prev,
  .case-swiper .case-thumb .swiper-button-next {
    opacity: 1;
  }
  .case-swiper .case-thumb .swiper-button-prev {
    left: 0;
    right: auto;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .case-swiper .case-thumb .swiper-button-next {
    left: auto;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .qiye .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .qiye .swiper-button-next {
    right: 0;
    left: auto;
  }
  .home-3 .advant-tab li {
    padding-left: 50px;
  }
  .footer-2 .wrap > div {
    padding: 0 68px;
  }
}


.cpqx-1 {
  padding-bottom: 80px;
}
.cpqx-1 .left {
  width: 32%;
  float: left;
}
.cpqx-1 .left #gallery {
  width: 420px;
	height: 501px;
	background-color: #ffffff;
  border: solid 1px #eeeeee;
  position: relative;
}
.cpqx-1 .left #gallery img,.cpqx-1 #thumbs .swiper-slide img{
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.cpqx-1 #thumbs {
  margin-top: 15px;
}
.cpqx-1 #thumbs .swiper-slide {
  width: 130px;
  height: 154px;
  position: relative;
	border: solid 1px #fff;
}
.cpqx-1 #thumbs .swiper-slide-thumb-active {
	border: solid 1px #ef7e14;
}
.cpqx-1 .right {
    width: 64%;
    float: right;
}
.cpqx-1 .right .title {
    font-size: 28px;
    color: #333333;
    margin: 0 0 27px;
}
.cpqx-1 .right .main {
    width: 830px;
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
}
.cpqx-1 .right .msg {
  margin-top: 100px;
}
.cpqx-1 .right .msg a{
    display: block;
    height: 60px;
    line-height: 60px;
    width: 354px;
    border-radius: 30px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    float: left;
}
.cpqx-1 .right .msg .tel {
  width: 354px;
  background-color: #ef7e14;
  margin-right: 25px;
}
.cpqx-1 .right .msg .tel img {
   width: 34px;
   margin-right: 15px;
}
.cpqx-1 .right .msg a:last-child {
  width: 254px;
  background-color: #00a04f;
}
.cpqx-2 {

}
.cpqx-2 .main {
  background-color: #f7f7f7;
  padding: 40px 20px 45px;
}
.cpqx-2 .title {
  text-align: center;
  margin-bottom: 80px;
}
.cpqx-2 .title p {
  font-size: 40px;
  color: #333333;
}
.cpqx-2 .title span {
  display: block;
  font-size: 16px;
  color: #727272;
  line-height: 24px;
}
.cpqx-2 {

}

.cpqx-2 ul li:nth-child(odd) {
    float: left;
    width: 52.1%;
    height: 346px;
    margin-bottom: 20px;
}
.cpqx-2 ul li:nth-child(even) {
    float: right;
    width: 46%;
    height: 346px;
}
.cpqx-3 {
  width: 1400px;
  margin: 80px auto;
}
.cpqx-3 .main {
  position: relative;
}
.cpqx-3 .title {
  text-align: center;
  margin-bottom: 40px;
}
.cpqx-3 .title p{
    font-size: 38px;
    color: #333333;
    margin-bottom: 16px;
}
.cpqx-3 .title span {
  font-size: 18px;
  color: #666666;
}
.cpqx-3 .swiper-slide p {
  line-height: 43px;
  font-size: 14px;
  color: #333333;
  border: 1px solid #e1e1e1;
  text-align: center;
  border-top: none;
}
.cpqx-3 .swiper-button-prev {
  width: 11px;
  height: 19px;
  background: url(../img/icon_1.png) center center no-repeat;
  top: 275px;
  left: -20px;
}
.cpqx-3 .swiper-button-next {
  width: 11px;
  height: 19px;
  background: url(../img/icon_2.png) center center no-repeat;
  top: 275px;
  right: -20px;
}



.cpys-1 {
  margin-top: 45px;
}
.cpys-title {
  text-align: center;
  position: relative;
  padding-top: 80px;
}
.cpys-title p {
  width: 546px;
  height: 109px;
  background: url(../img/cpys_bg1.png) center top no-repeat;
  font-size: 50px;
  color: #ffffff;
  margin: 0 auto;

}
.cpys-title span {
  font-size: 18px;
  color: #666666;
  margin-top: -22px;
  display: block;
}
.cpys-title i {
  font-size: 64px;
  color: #0262b8;
  /* opacity: 0.08; */
  letter-spacing: -2px;
  width: 95%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-family: "SourceHanSansSC-Heavy";
  font-size: 0;
  height: 86px;
  background: url(../img/cpys_title_1.png) center center no-repeat;
  background-size: 100%;
}
.cpys-2 .cpys-title i {
  background: url(../img/cpys_title_2.png) center center no-repeat;
  background-size: 100%;
}
.cpys-1 .box {
  background: url(../img/cpys_bg2.png) center center no-repeat;
  margin-top: 53px;
  padding-top: 45px;
}
.cpys-1 .box .main {
  width: 1075px;
  margin: 0 auto;
}
.cpys-1 .box ul li {
  width: 195px;
  height: 195px;
  float: left;
  margin-right: 40px;
}
.cpys-1 .box ul li:first-child {
  margin-left: 29px;
}
.cpys-1 .box ul li:nth-child(3),
.cpys-1 .box ul li:nth-child(4){
  float: right;
}
.cpys-1 .content-1 {
  margin-top: 33px;
  margin-bottom: 55px;
  position: relative;
}
.cpys-1 .content-1 i {
  display: block;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
	background-color: #0262b8;
  border: solid 2px #ffffff;
  border-radius: 50%;
  font-size: 26px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.cpys-1 .content-1 div:nth-child(1) {
  width: 50%;
  height: 46px;
  line-height: 46px;
	background-color: #ffffff;
  border-radius: 23px;
  float: left;
  color: #0262b8;
  padding-left: 49px;
}
.cpys-1 .content-1 div:nth-child(1) p,
.cpys-1 .content-1 div:nth-child(2) p {
  font-size: 26px;
  float: left;
  margin-right: 27px;
}
.cpys-1 .content-1 div:nth-child(1) span,
.cpys-1 .content-1 div:nth-child(2) span {
  font-size: 22px;
  letter-spacing: -1px;
  font-family: Arial;
}
.cpys-1 .content-1 div:nth-child(2) {
  width: 50%;
  height: 46px;
  line-height: 46px;
	background-color: #f2f2f2;
	border-radius: 23px;
  border: solid 1px #333333;
  float: right;
  padding-left: 104px;
}
.cpys-1 .content {
  margin-bottom: 60px;
  position: relative;
}
.cpys-1 .content i {
  display: block;
  width: 85px;
	height: 85px;
  text-align: center;
	background-color: #0262b8;
  border: solid 2px #ffffff;
  border-radius: 50%;
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 13px 8px;
  line-height: 1.2;
}
.cpys-1 .content img {
  width: 93px;
  height: 93px;
  margin-right: 33px;
  float: left;
}
.cpys-1 .content div:nth-child(1) {
  float: left;
}
.cpys-1 .content div:nth-child(1) p {
  font-size: 20px;
  color: #ffffff;
  width: 320px;
  float: left;
  margin-top: 12px;
}
.cpys-1 .content div:nth-child(2) {
  float: right;
  margin-right: 20px;
}
.cpys-1 .content div:nth-child(2) p {
  width: 399px;
  font-size: 20px;
  color: #444444;
}
.cpys-2 {
  margin-top: 45px;
}
.cpys-2 .cpys-title p{
  width: 613px;
  background: url(../img/cpys_bg3.png) center top no-repeat;
}
.cpys-2 .content .wrap {
  width: 1200px;
  margin: 0 auto;
}
.cpys-2 .content .msg {
  width: 530px;
  float: left;
  margin-top: 26px;
}
.cpys-2 .content .msg .title {
  position: relative;
  height: 53px;
  padding: 20px 0;
  box-sizing: content-box;
  margin-bottom: 20px;
}
.cpys-2 .content .msg .title::after {
  content: '';
  display: block;
  width: 144px;
	height: 94px;
  border: solid 1px #d2d2d2;
  position: absolute;
  left: 0;
  top: 0;
}
.cpys-2 .content .msg .title i {
  display: block;
  width: 53px;
  height: 53px;
  line-height: 53px;
  background-color: #0262b8;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  margin-right: 28px;
  float: left;
}
.cpys-2 .content .msg .title div{
  float: left;
  background: #fff;
  position: relative;
  z-index: 6;
  padding: 5px 0;
}
.cpys-2 .content .msg .title p {
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  font-weight: bold;
}
.cpys-2 .content .msg .title span {
  font-size: 14px;
  color: #999999;
}
.cpys-2 .content .msg li>p {
  font-size: 16px;
  color: #666666;
}
.cpys-2 .content li {
  margin-bottom: 58px;
}
.cpys-2 .content .pic {
  width: 590px;
  float: right;
}
.content-1 {
  margin-top: 63px;
}
.content-even {
  background-color: #f2f2f2;
}
.cpys-2  .content-even .pic {
  float: left;
  width: 570px;
}
.cpys-2 .content-2 {
  padding: 60px 0 18px;
}
.cpys-2  .content-even .msg {
  float: right;
  text-align: right;
}
.cpys-2 .content-even .msg .title i {
  float: right;
  margin-right: 0;
  margin-left: 29px;
}
.cpys-2 .content-even .msg .title::after {
  left: auto;
  right: 0;
}
.cpys-2 .content-even .msg .title div {
  float: right;
  background-color: #f2f2f2;
}
.cpys-2 .content-4  {
  padding: 108px 0 46px 0;
}
.cpys-2 .content-4 .pic {
  width: 644px;
}
.cpys-2 .content-4  .msg {
  margin-top: 0;
}