body {
  height: auto;
  padding-bottom: 100px;
  position: relative;
}
.head {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.head .container {
  height: 80px;
  padding: 10px 0 0;
}
.head .container .logo {
  height: 100%;
  margin-right: 40px;
  cursor: pointer;
}
.head .container .logo img {
  height: 85%;
}
.head .container .logo .qixia {
  font-size: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 15px;
}
.head .container .logo .qixia select {
  border: 1px solid #333;
  background-color: transparent;
  width: 75px;
}
.head .container .nav_list {
  margin-top: 15px;
  max-width: 620px;
  height: 35px;
  line-height: 35px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.head .container .nav_list > li {
  position: relative;
}
.head .container .nav_list > li .one_nav {
  color: #222;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 9px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.head .container .nav_list > li .drop_menu {
  width: max-content;
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.head .container .nav_list > li .drop_menu li {
  background-color: #fff;
}
.head .container .nav_list > li .drop_menu li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  color: #0052a5;
}
.head .container .nav_list > li .drop_menu li:hover {
  background-color: #2370bd;
}
.head .container .nav_list > li .drop_menu li:hover a {
  color: #fff;
  transform: scale(1.1);
}
.head .container .nav_list > li:hover .one_nav {
  color: #0052a5;
}
.head .container .nav_list > li:hover .drop_menu {
  display: block;
}
.head .container .search {
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #333;
  position: relative;
  padding-right: 25px;
  margin-left: 30px;
}
.head .container .search input {
  background-color: transparent;
  padding-left: 5px;
  color: #333;
  text-align: start;
  width: 145px;
}
.head .container .search input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
}
.head .container .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}
.head .container .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}
.head .container .search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}
.head .container .search .iconfont {
  color: #333;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}
.fp-section {
  height: 100%;
}
.page1 {
  display: block;
  width: 100%;
  height: 100%;
}
.page1 .swiper-container {
  width: 100%;
  height: 100%;
}
.page1 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.page1 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.page1 .fp-slides .fp-slide.fp-table .fp-tableCell img {
  width: 100%;
  height: 100%;
}
/* .page2 {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: #f9f9f9;
  box-shadow: 2px 0 12px 1px #ccc;
} */

.page2 {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background-color: #ffffff;
}


.page2 .container > h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 5px;
  text-align: center;
}
.page2 .container .line {
  width: 50px;
  margin: 0 auto;
  border: 1px solid #0052a5;
}
.page2 .container .nav-xinwen {
  margin-top: 20px;
}
.page2 .container .nav-xinwen .nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
}
.page2 .container .nav-xinwen .nav-tabs > li {
  text-align: center;
}
.page2 .container .nav-xinwen .nav-tabs > li > a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 10px 1px;
}
.page2 .container .nav-xinwen .nav-tabs > li.active > a {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #0052a5;
  color: #0052a5;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item {
  margin-top: 45px;
  display: flex;
  box-shadow: #dadada 0 2px 6px 1px;
  padding: 10px;
  width: 100%;
  color: #666;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .date {
  width: 90px;
  height: 90px;
  text-align: right;
  padding: 16px 14px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  background-color: #0052a5;
  position: relative;
  overflow: hidden;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .date .sanjiao {
  width: 50px;
  height: 50px;
  background-color: #dcdddd;
  transform: rotate(45deg);
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: 99;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .date .mon {
  font-size: 22px;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .con {
  flex: 1;
  max-width: 895px;
  margin: 0 30px;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .con h3 {
  font-size: 20px;
  line-height: 42px;
  color: #0052a5;
}


.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .con .one-txt:hover {
  color: #289af3;
}

.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .con p {
  line-height: 20px;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .read-all {
  position: relative;
  width: 105px;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .read-all span {
  padding: 8px 15px;
  background-color: #d0d7df;
  color: #fff;
  position: absolute;
  bottom: 15px;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item:hover .date {
  background-color: #289af3;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item:hover .con h3 {
  color: #0052a5;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .pane-item:hover .read-all span {
  background-color: #289af3;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .more-btn {
  margin-top: 40px;
  text-align: center;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .more-btn a {
  padding: 8px 25px;
  border: 1px solid #0052a5;
  color: #0052a5;
}
.page2 .container .nav-xinwen .tab-content .tab-pane .more-btn a:hover {
  background-color: #0052a5;
  color: #fff;
}
.page3 {
  position: relative;
  width: 100%;
  height: 100%;
}
.page3 .pro-top {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  height: 110px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
  padding-left: 130px;
}
.page3 .pro-top .left {
  width: 130px;
  text-align: center;
  padding-top: 36px;
  position: absolute;
  left: 0;
  top: 0;
}
.page3 .pro-top .left p:first-child {
  font-size: 14px;
  color: #666;
}
.page3 .pro-top .left p:last-child {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #000;
  line-height: 40px;
}
.page3 .pro-top .nav-tabs-list {
  width: 100%;
  height: 100%;
}
.page3 .pro-top .nav-tabs-list .nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
}
.page3 .pro-top .nav-tabs-list .nav-tabs > li a {
  min-width: 128px;
  border: none;
  text-align: center;
  padding: 20px 15px 18px;
  background-color: transparent;
}
.page3 .pro-top .nav-tabs-list .nav-tabs > li a span {
  font-size: 38px;
  font-weight: bold;
}
.page3 .pro-top .nav-tabs-list .nav-tabs > li a p {
  font-size: 10px;
}
.page3 .pro-top .nav-tabs-list .nav-tabs > li a:hover {
  color: #0052a5;
}
.page3 .pro-top .nav-tabs-list .nav-tabs > li.active a {
  color: #0052a5;
}
.page3 .swiper-container {
  width: 100%;
  height: 100%;
}
.page3 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #bba1a1;
  position: relative;
}
.page3 .swiper-container .swiper-slide .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.page3 .swiper-container .swiper-slide .container {
  height: 100%;
  position: relative;
}
.page3 .swiper-container .swiper-slide .container .con {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
}
.page3 .swiper-container .swiper-slide .container .con .con-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 44px;
  color: #0052a5;
  margin-bottom: 30px;
}
.page3 .swiper-container .swiper-slide .container .con .con-title p:last-child {
  color: #000;
  letter-spacing: 4px;
  font-size: 28px;
}
.page3 .swiper-container .swiper-slide .container .con .info {
  color: #000;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 26px;
}
.page3 .swiper-container .swiper-slide .container .con .more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background-color: #0052a5;
  color: #fff;
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: bold;
}
.sj-page3 {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: #f9f9f9;
}
.sj-page3 .container > h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 20px;
}
.sj-page3 .container .line {
  width: 50px;
  margin: 0 auto;
  border: 1px solid #0052a5;
  margin-bottom: 50px;
}
.sj-page3 .container .fuwu {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sj-page3 .container .fuwu .fw_item {
  display: block;
  width: 380px;
  height: 280px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
.sj-page3 .container .fuwu .fw_item .obverse {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 60px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 1.5s;
}
.sj-page3 .container .fuwu .fw_item .obverse .img_box {
  width: 80px;
  height: 65px;
  margin: 0 auto;
}
.sj-page3 .container .fuwu .fw_item .obverse .img_box img {
  height: 100%;
}
.sj-page3 .container .fuwu .fw_item .obverse p {
  margin-top: 20px;
  font-size: 20px;
}
.sj-page3 .container .fuwu .fw_item .obverse .en {
  font-size: 18px;
  word-break: break-all;
}
.sj-page3 .container .fuwu .fw_item .reverse {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  background-color: #0052a5;
  color: #fff;
  line-height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 2s;
}
.sj-page3 .container .fuwu .fw_item .reverse h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sj-page3 .container .fuwu .fw_item:hover .obverse {
  opacity: 0;
}
.sj-page3 .container .fuwu .fw_item:hover .reverse {
  opacity: 1;
}
.page4 {
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background: url(img/page4_bg.jpg) no-repeat center;
  background-size: cover;
}
.page4 .container {
  position: relative;
  padding: 0;
}
.page4 .container > h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 5px;
  text-align: center;
}
.page4 .container .line {
  width: 50px;
  margin: 0 auto;
  border: 1px solid #0052a5;
  margin-bottom: 30px;
}
.page4 .container .swiper-pc {
  width: 1260px;
  height: 720px;
}
.page4 .container .swiper-pc .swiper-wrapper {
  position: relative;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cccccc;
  width: 425px !important;
  margin-right: 0 !important;
  /* Center slide text vertically */
  transform: scale(0.9);
  transition: transform 300ms;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  height: 236px;
  overflow: hidden;
  margin-bottom: 10px;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide .text-box {
  padding: 6%;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide .text-box h3 {
  line-height: 30px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide .text-box p {
  color: #000;
  line-height: 24px;
  font-size: 15px;
  -webkit-line-clamp: 8;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide .text-box .read-more {
  display: block;
  text-align: right;
  margin-top: 10px;
  color: #0052a5;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide .text-box .read-more span {
  cursor: pointer;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide-active,
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
  transition: transform 300ms;
  z-index: 99;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide-active .img-box,
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide-duplicate-active .img-box {
  margin-bottom: 8px;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide-active .text-box,
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide-duplicate-active .text-box {
  padding: 4%;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide-active .text-box h3,
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide-duplicate-active .text-box h3 {
  margin-bottom: 10px;
}
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide-active .text-box p,
.page4 .container .swiper-pc .swiper-wrapper .swiper-slide-duplicate-active .text-box p {
  color: #000;
}
.page4 .container .swiper-pc .swiper-button-prev:focus,
.page4 .container .swiper-pc .swiper-button-next:focus {
  border: none;
  background-color: transparent;
}
.page4 .container .swiper-m {
  width: 100%;
}
.page4 .container .swiper-m .swiper-wrapper {
  position: relative;
}
.page4 .container .swiper-m .swiper-wrapper .swiper-slide {
  background: #fff;
  height: auto;
}
.page4 .container .swiper-m .swiper-wrapper .swiper-slide .img-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.page4 .container .swiper-m .swiper-wrapper .swiper-slide .img-box img {
  width: 100%;
}
.page4 .container .swiper-m .swiper-wrapper .swiper-slide .text-box {
  padding: 6%;
}
.page4 .container .swiper-m .swiper-wrapper .swiper-slide .text-box h3 {
  line-height: 30px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.page4 .container .swiper-m .swiper-wrapper .swiper-slide .text-box p {
  color: #000;
  line-height: 24px;
}
.page5 {
  width: 100%;
  height: 100%;
  position: relative;
}
.page5 .video-box {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  position: absolute;
  top: 0;
  bottom: 100px;
}
.page5 .video-box .video-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background: url(img/footer.jpg) no-repeat;
  background-size: 100% 100%;
}
.page5 .video-box .video-img .video-txt {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 15%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page5 .video-box .video-img .video-txt .iconfont {
  font-size: 130px;
  cursor: pointer;
}
.page5 .video-box .video-img .video-txt .text {
  margin-top: 30px;
}
.page5 .video-box .video-img .video-txt .text h3 {
  font-size: 36px;
  line-height: 80px;
  letter-spacing: 10px;
  cursor: default;
}
.page5 .video-box .video-img .video-txt .text p {
  line-height: 36px;
  font-size: 22px;
  letter-spacing: 3px;
  cursor: default;
}
.footer {
  width: 100%;
  height: 100px;
  background-color: #cfcfcf;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 25px;
}
.footer .foot-con {
  padding: 0;
}
.footer .foot-con .fl p {
  margin-bottom: 10px;
}
.footer .foot-con .fl p a {
  color: #333;
}
.footer .foot-con .fl p a:hover {
  color: #0052a5;
}
.footer .foot-con .fr .icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.footer .foot-con .fr .icon .iconfont {
  font-size: 48px;
  color: #0052a5;
}
.footer .foot-con .fr .icon .img_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
  width: 110px;
  height: 110px;
  z-index: 999;
  display: none;
}
.footer .foot-con .fr .icon .img_box img {
  width: 100%;
}
.footer .foot-con .fr .icon:hover .img_box {
  display: block;
}
.footer .foot-con .fr .top {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
.footer .foot-con .fr .top .iconfont {
  font-size: 24px;
}
.footer .foot-con .fr .top p {
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.footer .foot_list {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  z-index: 888;
  width: 100%;
  background-color: #ffffff;
}
.footer .foot_list .hover_btn {
  width: 102px;
  height: 17px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  background: url(img/ft_top_bg.png);
}
.footer .foot_list .hover_btn .iconfont {
  font-size: 20px;
}
.footer .foot_list .container {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 1s;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer .foot_list .container .fl {
  flex: 1;
  padding-top: 25px;
}
.footer .foot_list .container .fl > li {
  float: left;
  padding: 0 24px;
  text-align: center;
}
.footer .foot_list .container .fl > li .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  color: #111;
}
.footer .foot_list .container .fl > li ul li {
  line-height: 20px;
  margin-bottom: 5px;
}
.footer .foot_list .container .fl > li ul li a {
  display: block;
  color: #333;
}
.footer .foot_list .container .fl > li ul li a:hover {
  color: #0052a5;
  font-weight: bold;
}
.footer .foot_list .container .fr {
  padding-top: 25px;
  width: 240px;
  margin-left: 60px;
}
.footer .foot_list .container .fr .title {
  color: #111;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer .foot_list .container .fr p {
  line-height: 20px;
  margin-bottom: 5px;
}
.side-nav {
  position: fixed;
  left: 10px;
  top: 65%;
  width: 120px;
  height: 230px;
  z-index: 9999;
}
.side-nav .icon {
  width: 40px;
  height: 130px;
  margin-left: 75px;
  position: relative;
  text-align: center;
  background-color: #0052a5;
  padding: 3px;
  cursor: pointer;
}
.side-nav .icon span {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 16px;
  font-size: 24px;
  border: 2px solid #0052a5;
  background-color: #fff;
  color: #0052a5;
}
.side-nav .icon p {
  margin-top: 10px;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.side-nav .con {
  display: none;
  width: 120px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.side-nav .con .close-btn {
  width: 22px;
  height: 22px;
  font-size: 22px;
  text-align: center;
  line-height: 18px;
  color: #777;
  border: 1px solid #bebebe;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: -10px;
  background-color: #fff;
  z-index: 99;
  cursor: pointer;
}
.side-nav .con .qq {
  width: 100%;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}
.side-nav .con .qq p {
  text-align: center;
  line-height: 24px;
}
.side-nav .con .qq p .iconfont {
  color: #0052a5;
}
.side-nav .con .qq:hover .qq-icon {
  background-size: 95%;
}
.side-nav .con .hot-line {
  text-align: center;
  line-height: 26px;
  padding: 6px 0;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  cursor: default;
}
.side-nav .con .hot-line .num {
  color: #045fb9;
}
.side-nav .con .hot-line .tel {
  color: #333;
}
.side-nav .foot {
  height: 50px;
  position: relative;
}
.side-nav .foot .fl {
  float: none;
  padding: 3px;
  padding-top: 0;
  width: 90%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.side-nav .foot .fl img {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.side-nav .foot .fl .weixin {
  width: 114px;
  height: 160px;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: absolute;
  right: 132px;
  bottom: 0;
}
.side-nav .foot .fl .weixin .sanjiao {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  transform: rotate(45deg);
  position: absolute;
  bottom: 20px;
  right: -8px;
}
.side-nav .foot .fl .weixin .weixin-con {
  width: 112px;
  height: 158px;
  border-radius: 6px;
  background-color: #fff;
  z-index: 99;
  position: relative;
  text-align: center;
}
.side-nav .foot .fl .weixin .weixin-con .code {
  width: 110px;
  height: 110px;
  padding: 5px;
  margin: 0 auto;
}
.side-nav .foot .fl .weixin .weixin-con .code p {
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 100px;
}
.side-nav .foot .fl .weixin .weixin-con p {
  line-height: 22px;
}
.side-nav .foot .fr {
  width: 40%;
  text-align: center;
  line-height: 50px;
}
.side-nav .foot .fr span {
  font-size: 40px;
  color: #666;
}
/*固定的悬浮窗*/
.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 65%;
  right: -127px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.yb_bar .yb_top {
  background: #0052a5 url(img/rightbar.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
  background: #0052a5 url(img/rightbar.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
  text-indent: 0;
  background: #0052a5 url(img/rightbar.png) no-repeat 0 -113px;
  padding: 4px 0;
}
.yb_bar .yb_ercode {
  background: #0052a5 url(img/rightbar.png) no-repeat 0 -169px;
}
.hd_qr {
  width: 100%;
  padding: 0 25px 25px 25px;
}
.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #fff;
}
.video_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.video_modal .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.video_modal .video {
  width: 82%;
  height: 82%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.video_modal .video .close_btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 40px;
  background-color: #707070;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
  z-index: 990;
}
.video_modal .video video {
  width: 100%;
  height: 100%;
}
.about-banner {
  position: relative;
}
.about-banner .img-box {
  width: 100%;
  min-width: 1200px;
}
.about-banner .img-box img {
  width: 100%;
}
.about-banner .con-box {
  min-width: 1200px;
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.about-banner .con-box .con-item {
  width: 200px;
  height: 200px;
  background-size: contain !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-banner .con-box .con-item .text {
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.about-banner .con-box .con-item .text p {
  font-size: 20px;
}
.about-banner .con-box .con-item .text p span {
  font-size: 46px;
  font-weight: bold;
}
.about-introduce {
  margin-top: 40px;
}
.about-introduce .title {
  padding: 0;
  margin: 0;
  height: auto;
  color: #000;
  text-align: center;
}
.about-introduce .title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 44px;
}
.about-introduce .title p {
  font-size: 15px;
  color: #547db7;
  letter-spacing: 4px;
}
.about-introduce .info {
  margin-top: 20px;
}
.about-introduce .info p {
  text-indent: 2em;
  line-height: 34px;
}
.about-introduce .about-swiper {
  margin-top: 20px;
  width: 100%;
  height: 280px;
  position: relative;
}
.about-introduce .about-swiper .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 26px;
}
.about-introduce .about-swiper .swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  line-height: 240px;
}
.about-introduce .about-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 4px;
}
.about-wenhua {
  position: relative;
}
.about-wenhua .img-box {
  width: 100%;
  min-width: 1200px;
}
.about-wenhua .img-box img {
  width: 100%;
}
.about-wenhua .con-box {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}
.about-wenhua .con-box .title {
  padding: 0;
  margin: 0;
  height: auto;
  color: #000;
  text-align: center;
}
.about-wenhua .con-box .title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 44px;
}
.about-wenhua .con-box .title p {
  font-size: 15px;
  color: #547db7;
}
.about-wenhua .con-box .wenhua-tab {
  margin-top: 10px;
}
.about-wenhua .con-box .wenhua-tab .nav {
  display: flex;
  justify-content: center;
  border: none;
}
.about-wenhua .con-box .wenhua-tab .nav > li > a {
  padding: 3px 15px;
  letter-spacing: 1px;
  font-size: 15px;
  position: relative;
  color: #4b494b;
}
.about-wenhua .con-box .wenhua-tab .nav > li > a:hover {
  color: #0052a5;
  background-color: transparent;
  border-color: transparent;
}
.about-wenhua .con-box .wenhua-tab .nav > li.active > a {
  color: #0052a5;
  font-weight: bold;
  background-color: transparent;
  border: none;
}
.about-wenhua .con-box .wenhua-tab .nav > li.active > a:after {
  content: ' ';
  width: 45px;
  height: 3px;
  background: #0052a5;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.about-wenhua .con-box .wenhua-tab .tab-content {
  width: 100%;
  height: 360px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 30px;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane {
  width: 100%;
  height: 100%;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane ul li {
  height: 100%;
  padding: 0 10px;
  padding-top: 60px;
  text-align: center;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane ul li .tab-pane-img {
  margin: 15px auto;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane ul li .tab-pane-img .iconfont {
  font-size: 60px;
  color: #0052a5;
  font-weight: bold;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane ul li h4 {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane ul li p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 8px;
  color: #666;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .bazi-box li {
  padding-top: 80px;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item {
  width: 25%;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(248, 248, 248, 0.45);
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item .obverse {
  height: 100%;
  text-align: center;
  padding-top: 110px;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item .obverse .icon-box {
  position: relative;
  width: 100%;
  height: 80px;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item .obverse .icon-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item .obverse h4 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 50px;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item .reverse {
  height: 0;
  border-radius: 6px;
  background-color: #0052a5;
  padding: 0 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: height 0.6s;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item .reverse p {
  margin-top: 50px;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item:last-child {
  border: none;
}
.about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item:hover .reverse {
  height: 100%;
}
.about-fazhan {
  margin-top: 50px;
  position: relative;
}
.about-fazhan .container {
  padding: 0;
}
.about-fazhan .container .title {
  padding: 0;
  margin: 0;
  height: auto;
  color: #000;
  text-align: center;
}
.about-fazhan .container .title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 44px;
}
.about-fazhan .container .title p {
  font-size: 15px;
  color: #547db7;
}
.about-fazhan .container .licheng-swiper {
  margin-top: 40px;
  height: 400px;
}
.about-fazhan .container .licheng-swiper .swiper-container {
  height: 100%;
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-wrapper {
  /*修改滚动条样式*/
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-wrapper .swiper-slide {
  height: 65%;
  overflow-y: auto;
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-wrapper .swiper-slide ul li {
  line-height: 25px;
  margin-bottom: 30px;
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-wrapper .swiper-slide::-webkit-scrollbar {
  width: 4px;
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-wrapper .swiper-slide::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-wrapper .swiper-slide::-webkit-scrollbar-thumb {
  background: #1f64d3;
  border-radius: 10px;
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-button-next,
.about-fazhan .container .licheng-swiper .swiper-container .swiper-button-prev {
  top: 78%;
  height: 16px;
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-button-next:after,
.about-fazhan .container .licheng-swiper .swiper-container .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-pagination {
  left: 50%;
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  color: #000;
  opacity: 0.7;
  width: 285px;
  height: auto;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}
.about-fazhan .container .licheng-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  color: #0052a5;
}
.about-fazhan .time-line {
  position: absolute;
  left: 0;
  bottom: 42px;
  width: 100%;
  height: 32px;
  z-index: 99;
  background: url(img/licheng.png) repeat-x center;
}
.about-pinpai {
  margin-top: 50px;
  width: 100%;
  position: relative;
}
.about-pinpai .title {
  padding: 0;
  margin: 0;
  height: auto;
  color: #000;
  text-align: center;
}
.about-pinpai .title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 44px;
}
.about-pinpai .title p {
  font-size: 15px;
  color: #547db7;
}
.about-pinpai .pinpai-con {
  margin-top: 30px;
  width: 100%;
  height: 450px;
  background: url(img/pinpai-bg.png) no-repeat center;
}
.about-pinpai .pinpai-con .container {
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-pinpai .pinpai-con .container .pinpai-item {
  width: 280px;
  border-radius: 8px;
  overflow: hidden;
}
.about-pinpai .pinpai-con .container .pinpai-item img {
  width: 100%;
}
.about-rongyu {
  margin-top: 60px;
  width: 100%;
  position: relative;
}
.about-rongyu .container {
  padding: 0;
}
.about-rongyu .container .title {
  padding: 0;
  margin: 0;
  height: auto;
  color: #000;
  text-align: center;
}
.about-rongyu .container .title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 44px;
}
.about-rongyu .container .title p {
  font-size: 15px;
  color: #547db7;
  letter-spacing: 3px;
}
.about-rongyu .container .rongyu-box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-rongyu .container .rongyu-box .rongyu-item {
  margin-bottom: 25px;
  box-shadow: 0 0 10px 1px #bbbbbb;
  width: 380px;
  height: 252px;
  overflow: hidden;
}
.about-rongyu .container .rongyu-box .rongyu-item img {
  width: 100%;
}
.about-rongyu .container .read_more {
  text-align: center;
  margin-bottom: 50px;
}
.about-rongyu .container .read_more a {
  padding: 12px 30px;
  background-color: #0052a5;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  border-radius: 5px;
}
.rongyu-list {
  margin: 50px auto;
}
.rongyu-list .list-item {
  width: 100%;
  padding: 15px;
  min-height: 240px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  transition: border-bottom 0.7s;
  cursor: pointer;
}
.rongyu-list .list-item .left {
  width: 300px;
  height: 210px;
  overflow: hidden;
  margin-right: 30px;
}
.rongyu-list .list-item .left img {
  width: 100%;
}
.rongyu-list .list-item .right {
  flex: 1;
  padding: 10px 0;
  padding-bottom: 30px;
  position: relative;
}
.rongyu-list .list-item .right .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 12px;
  color: #333;
  transition: color 0.7s;
}
.rongyu-list .list-item .right .info {
  line-height: 24px;
  color: #666;
}
.rongyu-list .list-item .right .time {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #666;
  font-size: 13px;
}
.rongyu-list .list-item .right .time .iconfont {
  font-size: 13px;
  margin-right: 6px;
}
.rongyu-list .list-item:hover {
  border-bottom: 1px solid #0052a5;
}
.rongyu-list .list-item:hover .right .title {
  color: #0052a5;
}
.cpzx-banner {
  position: relative;
}
.cpzx-banner .img-box {
  width: 100%;
  min-width: 1200px;
}
.cpzx-banner .img-box img {
  width: 100%;
}
.cpzx-link {
  padding: 20px 0;
  box-shadow: 0 0 10px 1px #bbb;
}
.cpzx-link .container {
  display: flex;
  justify-content: space-between;
}
.cpzx-link .container a {
  font-size: 16px;
  padding: 10px 18px;
  border-radius: 4px;
  background-color: #b3b3b3;
  color: #fff;
  transition: all 0.3s;
}
.cpzx-link .container a:hover,
.cpzx-link .container a.active {
  background-color: #0052a5;
  color: #fff;
}
.cpzx-biaoti {
  text-align: center;
  margin-top: 50px;
}
.cpzx-biaoti h2 {
  font-size: 40px;
  color: #0052a5;
  line-height: 60px;
  margin-bottom: 10px;
}
.cpzx-service {
  margin-top: 60px;
  width: 100%;
  height: 750px;
  background: url(img/cpzx-ser-bg.jpg);
}
.cpzx-service .title {
  height: auto;
  color: #000;
  margin-top: 50px;
  text-align: center;
}
.cpzx-service .title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 44px;
}
.cpzx-service .title p {
  font-size: 15px;
  color: #547db7;
  letter-spacing: 4px;
}
.cpzx-service .cpzx-swiper {
  margin-top: 50px;
  position: relative;
}
.cpzx-service .cpzx-swiper .swiper-container {
  padding: 0 20px;
  height: 420px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 8px 1px #ccc;
}
.cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide {
  padding: 40px 0;
  cursor: pointer;
}
.cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide .top {
  text-align: center;
  margin-bottom: 30px;
}
.cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide .top .icon {
  margin-bottom: 30px;
}
.cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide .top .icon .iconfont {
  font-size: 50px;
  color: #8b8b8b;
}
.cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide .top h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide p {
  line-height: 25px;
  padding: 0 12px;
}
.cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide:hover {
  padding-top: 38px;
}
.cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .top .icon .iconfont {
  color: #222222;
}
.cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .top h3,
.cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide:hover p {
  color: #0052a5;
}
.cpzx-service .cpzx-swiper .swiper-button-next,
.cpzx-service .cpzx-swiper .swiper-button-prev {
  outline: none;
  color: #fff;
  width: 30px;
  height: 80px;
  background-color: #ccc;
}
.cpzx-service .cpzx-swiper .swiper-button-next::after,
.cpzx-service .cpzx-swiper .swiper-button-prev::after {
  font-size: 24px;
}
.cpzx-service .cpzx-swiper .swiper-button-next {
  right: -30px;
}
.cpzx-service .cpzx-swiper .swiper-button-prev {
  left: -30px;
}
.cpzx-youshi .title {
  height: auto;
  color: #000;
  margin-top: 50px;
  text-align: center;
}
.cpzx-youshi .title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 44px;
}
.cpzx-youshi .title p {
  font-size: 15px;
  color: #547db7;
  letter-spacing: 4px;
}
.cpzx-youshi .youshi-box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.cpzx-youshi .youshi-box .youshi-item {
  width: 380px;
  height: 280px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
.cpzx-youshi .youshi-box .youshi-item .obverse {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 80px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 1.5s;
}
.cpzx-youshi .youshi-box .youshi-item .obverse .iconfont {
  font-size: 80px;
  color: #0052a5;
}
.cpzx-youshi .youshi-box .youshi-item .obverse p {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}
.cpzx-youshi .youshi-box .youshi-item .reverse {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  padding-top: 60px;
  background-color: #0052a5;
  color: #fff;
  line-height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 2s;
}
.cpzx-youshi .youshi-box .youshi-item .reverse h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cpzx-youshi .youshi-box .youshi-item:nth-child(3n) {
  margin-right: 0;
}
.cpzx-youshi .youshi-box .youshi-item:hover .obverse {
  opacity: 0;
}
.cpzx-youshi .youshi-box .youshi-item:hover .reverse {
  opacity: 1;
}
.pt_youshi {
  width: 100%;
  height: 700px;
  background: url(img/pt_youshi_bg.png) no-repeat center;
}
.pt_youshi .container {
  height: 100%;
}
.pt_youshi .container .title {
  height: auto;
  color: #fff;
  margin-top: 50px;
  text-align: center;
}
.pt_youshi .container .title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 44px;
}
.pt_youshi .container .title p {
  font-size: 15px;
  color: #547db7;
  letter-spacing: 4px;
}
.pt_youshi .container .tips {
  font-size: 22px;
  height: 30px;
  margin: 40px 0 60px;
  position: relative;
}
.pt_youshi .container .tips .left-tip {
  color: #0052a5;
  position: absolute;
  left: 120px;
  top: 0;
}
.pt_youshi .container .tips .right-tip {
  color: #bfbfbf;
  position: absolute;
  left: 810px;
  top: 0;
}
.pt_youshi .container .youshi-con {
  height: 350px;
  background: url(img/pt_youshi.png) no-repeat bottom;
  position: relative;
}
.pt_youshi .container .youshi-con .adv,
.pt_youshi .container .youshi-con .disadv {
  position: absolute;
}
.pt_youshi .container .youshi-con .adv p,
.pt_youshi .container .youshi-con .disadv p {
  color: #fff;
  margin-bottom: 90px;
  font-size: 16px;
}
.pt_youshi .container .youshi-con .adv p span,
.pt_youshi .container .youshi-con .disadv p span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
}
.pt_youshi .container .youshi-con .adv {
  left: 5px;
  top: -8px;
}
.pt_youshi .container .youshi-con .adv span {
  background-color: #0052a5;
}
.pt_youshi .container .youshi-con .disadv {
  left: 715px;
  top: -5px;
}
.pt_youshi .container .youshi-con .disadv span {
  background-color: #bfbfbf;
}
.phone_pt_youshi {
  width: 100%;
  background: url(img/pt_youshi_bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 40px;
}
.phone_pt_youshi .title {
  height: auto;
  color: #fff;
  margin-top: 50px;
  text-align: center;
}
.phone_pt_youshi .title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 44px;
}
.phone_pt_youshi .title p {
  font-size: 15px;
  color: #547db7;
  letter-spacing: 4px;
}
.phone_pt_youshi .youshi-con .vs {
  margin: 30px auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ff6600;
  border: 3px solid #fff;
  color: #fff;
  font-size: 52px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone_pt_youshi .youshi-con .vs p {
  margin-top: -10px;
}
.phone_pt_youshi .youshi-con .adv .adv-tip,
.phone_pt_youshi .youshi-con .disadv .adv-tip,
.phone_pt_youshi .youshi-con .adv .disadv-tip,
.phone_pt_youshi .youshi-con .disadv .disadv-tip {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.phone_pt_youshi .youshi-con .adv p,
.phone_pt_youshi .youshi-con .disadv p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
  padding: 0 5% 0 8%;
}
.phone_pt_youshi .youshi-con .adv p span,
.phone_pt_youshi .youshi-con .disadv p span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
}
.phone_pt_youshi .youshi-con .adv {
  margin-top: 40px;
}
.phone_pt_youshi .youshi-con .adv .adv-tip {
  color: #0052a5;
}
.phone_pt_youshi .youshi-con .adv p span {
  background-color: #0052a5;
}
.phone_pt_youshi .youshi-con .disadv .disadv-tip {
  color: #bfbfbf;
}
.phone_pt_youshi .youshi-con .disadv p span {
  background-color: #bfbfbf;
}
.cpzx-zixun {
  margin-top: 40px;
  width: 100%;
  height: 200px;
  background: url(img/fenzi-bg.png) no-repeat center -30px;
}
.cpzx-zixun .container {
  padding: 20px;
}
.cpzx-zixun .container .top {
  color: #fff;
}
.cpzx-zixun .container .top .fl {
  font-size: 34px;
}
.cpzx-zixun .container .top .fr {
  text-align: right;
}
.cpzx-zixun .container .top .fr .tel {
  margin-top: 6px;
  font-size: 30px;
}
.cpzx-zixun .container .input-box {
  margin-top: 15px;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cpzx-zixun .container .input-box input {
  padding-left: 10px;
}
.cpzx-zixun .container .input-box button {
  background-color: #fd9f2c;
  color: #fff;
  font-size: 18px;
}
.cpzx-zixun .container .fenzhi {
  margin-top: 13px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  padding-left: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.cpzx-zixun .container .fenzhi div.fl {
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 12px;
  top: 0;
}
.cpzx-zixun .container .fenzhi .right {
  margin-left: 15px;
  overflow: hidden;
}
.cpzx-zixun .container .fenzhi .right ul.fl li {
  float: left;
}
.cpzx-zixun .container .fenzhi .right ul.fl li a {
  padding: 0 12px;
  color: #fff;
}
.cpzx-zixun .close-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 40px;
  font-size: 60px;
  font-weight: lighter;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 140px;
  transition: transform 0.3s;
}
.cpzx-zixun .close-btn:hover {
  transform: translateY(-50%) rotate(-180deg);
}
.cpzx-zfcg-neirong {
  margin-top: 60px;
  margin-bottom: 80px;
}
.cpzx-zfcg-neirong .neirong1 {
  width: 100%;
  height: 710px;
  position: relative;
}
.cpzx-zfcg-neirong .neirong1 .xiangmu {
  width: 850px;
  height: 400px;
  box-shadow: 0 0 5px 1px #ccc;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 100px;
  padding-top: 70px;
}
.cpzx-zfcg-neirong .neirong1 .xiangmu .line {
  position: absolute;
  top: -15px;
  left: 185px;
  height: 55px;
  border: 3px solid #005bab;
}
.cpzx-zfcg-neirong .neirong1 .xiangmu h3 {
  width: 180px;
  margin-top: 10px;
  margin-right: 50px;
  font-size: 35px;
}
.cpzx-zfcg-neirong .neirong1 .xiangmu h3:before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  background: url(img/list_bg_dot.jpg) center;
  background-size: contain;
}
.cpzx-zfcg-neirong .neirong1 .xiangmu .list {
  width: 460px;
}
.cpzx-zfcg-neirong .neirong1 .xiangmu .list p {
  line-height: 28px;
}
.cpzx-zfcg-neirong .neirong2 {
  width: 100%;
  height: 520px;
  margin-top: 80px;
  position: relative;
}
.cpzx-zfcg-neirong .neirong2 .youshi {
  width: 825px;
  box-shadow: 0 0 5px 1px #ccc;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 350px;
  padding-left: 100px;
  padding-top: 70px;
  padding-bottom: 30px;
}
.cpzx-zfcg-neirong .neirong2 .youshi .line {
  position: absolute;
  top: -15px;
  left: 185px;
  height: 55px;
  border: 3px solid #005bab;
}
.cpzx-zfcg-neirong .neirong2 .youshi h3 {
  width: 180px;
  margin-top: 10px;
  margin-right: 50px;
  font-size: 35px;
}
.cpzx-zfcg-neirong .neirong2 .youshi h3:before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  background: url(img/list_bg_dot.jpg) center;
  background-size: contain;
}
.cpzx-zfcg-neirong .neirong2 .youshi .list {
  width: 460px;
}
.cpzx-zfcg-neirong .neirong2 .youshi .list p {
  line-height: 28px;
}
.cpzx-zfcg-neirong .neirong3 {
  width: 100%;
  margin-top: 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cpzx-zfcg-neirong .neirong3 .img-box {
  display: inline-block;
  height: 100%;
}
.cpzx-zfcg-neirong .neirong3 .yeji {
  flex: 1;
  box-shadow: 0 0 5px 1px #ccc;
  background-color: #fff;
  padding-left: 100px;
  padding-top: 70px;
  padding-bottom: 30px;
}
.cpzx-zfcg-neirong .neirong3 .yeji .line {
  position: absolute;
  top: -15px;
  left: 185px;
  height: 55px;
  border: 3px solid #005bab;
}
.cpzx-zfcg-neirong .neirong3 .yeji h3 {
  width: 180px;
  margin-top: 10px;
  margin-right: 50px;
  font-size: 35px;
}
.cpzx-zfcg-neirong .neirong3 .yeji h3:before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  background: url(img/list_bg_dot.jpg) center;
  background-size: contain;
}
.cpzx-zfcg-neirong .neirong3 .yeji .list {
  width: 460px;
}
.cpzx-zfcg-neirong .neirong3 .yeji .list p {
  line-height: 28px;
}
.cpzx-swly-neirong {
  margin-top: 60px;
  margin-bottom: 80px;
}
.cpzx-swly-neirong .neirong1 {
  width: 100%;
  height: 440px;
  position: relative;
}
.cpzx-swly-neirong .neirong1 .img-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.cpzx-swly-neirong .neirong1 .jiejue {
  width: 850px;
  height: 400px;
  box-shadow: 0 0 5px 1px #ccc;
  background: url(img/list_bg.png) left top;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 120px;
  padding-top: 70px;
}
.cpzx-swly-neirong .neirong1 .jiejue .line {
  position: absolute;
  top: -15px;
  left: 185px;
  height: 55px;
  border: 3px solid #005bab;
}
.cpzx-swly-neirong .neirong1 .jiejue h3 {
  width: 560px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
}
.cpzx-swly-neirong .neirong1 .jiejue .list {
  width: 560px;
}
.cpzx-swly-neirong .neirong1 .jiejue .list p {
  line-height: 28px;
}
.cpzx-swly-neirong .neirong2 {
  width: 100%;
  height: 520px;
  margin-top: 80px;
  position: relative;
}
.cpzx-swly-neirong .neirong2 .youshi {
  width: 825px;
  height: 350px;
  box-shadow: 0 0 5px 1px #ccc;
  background: url(img/list_bg.png) left top;
  position: absolute;
  bottom: 0;
  left: 350px;
  padding-left: 120px;
  padding-top: 70px;
}
.cpzx-swly-neirong .neirong2 .youshi .line {
  position: absolute;
  top: -15px;
  left: 185px;
  height: 55px;
  border: 3px solid #005bab;
}
.cpzx-swly-neirong .neirong2 .youshi h3 {
  width: 560px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
}
.cpzx-swly-neirong .neirong2 .youshi .list {
  width: 600px;
}
.cpzx-swly-neirong .neirong2 .youshi .list p {
  line-height: 28px;
}
.cpzx-swly-neirong .neirong3 {
  width: 100%;
  height: 520px;
  margin-top: 80px;
  position: relative;
}
.cpzx-swly-neirong .neirong3 .img-box {
  position: absolute;
  right: 0;
  top: 0;
}
.cpzx-swly-neirong .neirong3 .huwai {
  width: 825px;
  height: 350px;
  box-shadow: 0 0 5px 1px #ccc;
  background: url(img/list_bg.png) left top;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 120px;
  padding-top: 70px;
}
.cpzx-swly-neirong .neirong3 .huwai .line {
  position: absolute;
  top: -15px;
  left: 185px;
  height: 55px;
  border: 3px solid #005bab;
}
.cpzx-swly-neirong .neirong3 .huwai h3 {
  width: 560px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
}
.cpzx-swly-neirong .neirong3 .huwai .list {
  width: 600px;
}
.cpzx-swly-neirong .neirong3 .huwai .list p {
  line-height: 28px;
}
.cpzx-jypx-neirong {
  margin-top: 60px;
  margin-bottom: 80px;
}
.cpzx-jypx-neirong .neirong1 {
  height: 415px;
  position: relative;
}
.cpzx-jypx-neirong .neirong1 .img-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.cpzx-jypx-neirong .neirong1 .jiejue {
  width: 850px;
  height: 415px;
  box-shadow: 0 0 5px 1px #ccc;
  background: url(img/list_bg.png) left top;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 120px;
  padding-top: 70px;
}
.cpzx-jypx-neirong .neirong1 .jiejue .line {
  position: absolute;
  top: -15px;
  left: 185px;
  height: 55px;
  border: 3px solid #005bab;
}
.cpzx-jypx-neirong .neirong1 .jiejue h3 {
  width: 160px;
  margin-top: 10px;
  margin-right: 50px;
  font-size: 36px;
}
.cpzx-jypx-neirong .neirong1 .jiejue .list {
  width: 240px;
  padding-top: 40px;
}
.cpzx-jypx-neirong .neirong1 .jiejue .list p {
  line-height: 28px;
}
.cpzx-jypx-neirong .neirong2 {
  width: 100%;
  height: 940px;
  margin-top: 70px;
  background: url(img/jypx_fwxm.png) no-repeat center;
}
.cpzx-jypx-neirong .neirong2 .title {
  height: auto;
  color: #000;
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
.cpzx-jypx-neirong .neirong2 .title h3 {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 2px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}
.cpzx-jypx-neirong .neirong2 .title h3 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 45px;
  background: url(img/jypx_xmfw\.png) no-repeat center;
}
.cpzx-jypx-neirong .neirong2 .title p {
  font-size: 15px;
}
.cpzx-jypx-neirong .neirong2 .title p a {
  color: #ef8300;
}
.cpzx-jypx-neirong .neirong2 .fuwu {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item {
  width: 380px;
  height: 348px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item .obverse {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 1.5s;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item .obverse > div {
  text-align: center;
  padding-top: 100px;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item .obverse > div .iconfont {
  font-size: 80px;
  color: #0052a5;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item .obverse > div p {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item .reverse {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 2s;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item .reverse > div {
  text-align: center;
  padding: 28px;
  color: #fff;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item .reverse > div h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item .reverse > div p {
  line-height: 26px;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item:hover .obverse {
  opacity: 0;
}
.cpzx-jypx-neirong .neirong2 .fuwu .fuwu-item:hover .reverse {
  opacity: 1;
}
.cpzx-jypx-neirong .neirong3 {
  height: 445px;
  margin-top: 80px;
  position: relative;
}
.cpzx-jypx-neirong .neirong3 .img-box {
  text-align: right;
}
.cpzx-jypx-neirong .neirong3 .tese {
  width: 835px;
  height: 445px;
  box-shadow: 0 0 5px 1px #ccc;
  background: url(img/list_bg.png) left top;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 120px;
  padding-top: 70px;
}
.cpzx-jypx-neirong .neirong3 .tese .line {
  position: absolute;
  top: -15px;
  left: 185px;
  height: 55px;
  border: 3px solid #005bab;
}
.cpzx-jypx-neirong .neirong3 .tese h3 {
  width: 160px;
  margin-top: 10px;
  margin-right: 50px;
  font-size: 36px;
}
.cpzx-jypx-neirong .neirong3 .tese .list {
  width: 460px;
  padding-top: 40px;
}
.cpzx-jypx-neirong .neirong3 .tese .list p {
  line-height: 28px;
}
.zyls-banner {
  position: relative;
}
.zyls-banner .img-box {
  width: 100%;
  min-width: 1200px;
}
.zyls-banner .img-box img {
  width: 100%;
}
.zyls_lsms {
  width: 100%;
  padding: 50px 0;
}
.zyls_lsms .zyls-biaoti {
  margin-bottom: 40px;
}
.zyls_lsms .zyls-biaoti h2 {
  text-align: center;
  font-size: 40px;
  color: #0052a5;
  line-height: 60px;
  margin-bottom: 15px;
}
.zyls_lsms .zyls-biaoti p {
  font-size: 15px;
  line-height: 34px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.zyls_lsms .zyls-sjgs .container {
  padding: 0;
}
.zyls_lsms .zyls-sjgs .container .text {
  width: 530px;
}
.zyls_lsms .zyls-sjgs .container .text h3 {
  width: 130px;
  height: 40px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 10px;
}
.zyls_lsms .zyls-sjgs .container .text h3::before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0052a5;
  position: relative;
  top: -4px;
  margin-right: 8px;
}
.zyls_lsms .zyls-sjgs .container .text p {
  line-height: 34px;
  font-size: 15px;
  text-indent: 2em;
}
.zyls_lsms .zyls-sjgs .container .text2 {
  width: 520px;
}
.zyls_lsms .zyls-liucheng {
  margin: 0 auto;
  margin-top: 50px;
}
.zyls_lsms .zyls-liucheng .container {
  padding-left: 8%;
  text-align: center;
}
.zyls_sjzy {
  width: 100%;
  background-color: #1e1e4c;
  padding-top: 30px;
}
.zyls_sjzy .zyls-biaoti {
  margin-bottom: 40px;
  color: #fff;
}
.zyls_sjzy .zyls-biaoti h2 {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 15px;
}
.zyls_sjzy .zyls-biaoti p {
  font-size: 15px;
  line-height: 34px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.zyls_sjzy .zy_sjzy_img {
  width: 100%;
  min-width: 1200px;
  text-align: center;
  padding-bottom: 50px;
}
.zyls_qgfw {
  width: 100%;
  padding-top: 30px;
  background: url(img/zy_qgfw_bg.png);
  background-size: cover;
}
.zyls_qgfw .zyls-biaoti {
  margin-bottom: 50px;
}
.zyls_qgfw .zyls-biaoti h2 {
  color: #0052a5;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 15px;
}
.zyls_qgfw .zyls-biaoti p {
  color: #333;
  font-size: 15px;
  line-height: 34px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.zyls_qgfw .zyls_future {
  text-align: center;
  margin: 30px auto;
}
.zyls_qgfw .zyls_future p {
  font-size: 16px;
  margin-bottom: 15px;
}
.zyls_qgfw .zyls_future .num_box {
  display: inline-block;
  padding: 7px 15px;
  border: 2px solid #006cc1;
  border-radius: 4px;
}
.zyls_qgfw .zyls_future .num_box span {
  font-size: 22px;
}
.zyls_qgfw .zyls-wdbj {
  width: 100%;
  min-width: 1200px;
  text-align: center;
}
.zyls_bantu {
  margin-top: 30px;
  width: 100%;
  padding-top: 40px;
  background: url(img/zy_bantu_bg.png);
  background-size: cover;
  padding-bottom: 50px;
}
.zyls_bantu .zyls-biaoti {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}
.zyls_bantu .zyls-biaoti h2 {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 10px;
}
.zyls_bantu .zyls-biaoti .tip {
  display: inline-block;
  width: 462px;
  height: 50px;
  padding-left: 15px;
  background: url(img/zyls-tips-bg.png);
  font-size: 15px;
  line-height: 48px;
}
.zyls_bantu .zyls-wdbj {
  width: 100%;
  padding: 0 40px;
}
.zyls_bantu .zyls-wdbj .left {
  margin-right: 100px;
  position: relative;
}
.zyls_bantu .zyls-wdbj .left span {
  color: #fff;
  cursor: pointer;
}
.zyls_bantu .zyls-wdbj .right {
  color: #fff;
  /*修改滚动条样式*/
}
.zyls_bantu .zyls-wdbj .right h3 {
  display: inline-block;
  text-align: center;
  width: 195px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  background: url(img/zyls-sheng-bg.png);
}
.zyls_bantu .zyls-wdbj .right ul {
  margin-top: 10px;
  border: 2px solid #0052a5;
  background-color: #1a3662;
  padding: 15px;
  text-align: center;
  line-height: 40px;
  max-height: 500px;
  overflow: auto;
}
.zyls_bantu .zyls-wdbj .right ul li {
  border-bottom: 1px dashed #4898b7;
  cursor: default;
}
.zyls_bantu .zyls-wdbj .right ul::-webkit-scrollbar {
  width: 4px;
}
.zyls_bantu .zyls-wdbj .right ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.zyls_bantu .zyls-wdbj .right ul::-webkit-scrollbar-thumb {
  background: #1f64d3;
  border-radius: 10px;
}
.HR-banner {
  position: relative;
}
.HR-banner .img-box {
  width: 100%;
  min-width: 1200px;
}
.HR-banner .img-box img {
  width: 100%;
}
.HR-banner .banner_text {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translatey(-50%);
}
.HR-banner .banner_text h3 {
  font-size: 54px;
  color: #3c3a30;
  letter-spacing: 5px;
  margin-bottom: 12px;
}
.HR-banner .banner_text p {
  font-size: 24px;
}
.HR-top {
  margin-top: 60px;
  margin-bottom: 40px;
  height: 40px;
}
.HR-top h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}
.HR-top .search {
  background-color: #eaeaea;
  width: 450px;
  height: 40px;
  padding: 0 30px;
  line-height: 38px;
  border-radius: 20px;
  position: relative;
  padding-right: 60px;
}
.HR-top .search input {
  width: 360px;
  padding-left: 15px;
  background-color: transparent;
}
.HR-top .search .iconfont {
  position: absolute;
  top: 2px;
  right: 32px;
  font-size: 22px;
  cursor: pointer;
}
.news-list .container .list-item {
  width: 100%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  transition: box-shadow 0.8s;display: flex;
}
.news-list .container .list-item a {
  width: 100%;
  transition: color 1s;
  display: flex;
  justify-content: space-between;
}
.news-list .container .list-item a .new-img {
  width: 10%;
  height: 120px;
  overflow: hidden;
  position: relative;
  /* border: 1px solid rgb(197, 12, 12); */
}
.news-list .container .list-item a .new-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s;
}
.news-list .container .list-item a .new-info {
  padding: 5px 15px;
  /* border: 1px solid #dda60d; */
  width: 100%;
  float: right;
}
.news-list .container .list-item a .new-info .title {
  display: block;
  padding: 10px 0;
  line-height: 35px;
  margin-bottom: 15px;
  font-size: 19px;
}
.news-list .container .list-item a .new-info .info-footer {
  /* border-top: 1px solid #ddd ; */
  border-top: 1px dashed #ddd;
  height: 45px;
  line-height: 45px;
  transition: border-top 1s;
}
.news-list .container .list-item:hover {
  box-shadow: 0 0 10px 1px #cecece;
}
.news-list .container .list-item:hover a {
  color: #0052a5;
}
.news-list .container .list-item:hover a .new-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.news-list .container .list-item:hover a .new-info .info-footer {
  border-top: 1px dashed #005cb8;
}
.news-list .container .list-item:nth-child(3n) {
  margin-right: 0;
}
.news-list .container .no_con {
  text-align: center;
  padding: 50px 0 100px;
}
.news-detail {
  margin-bottom: 60px;
}
.news-detail .new-con {
  padding: 20px 0;
}
.news-detail .new-con .new-con-top {
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.news-detail .new-con .new-con-top h3 {
  font-size: 20px;
  color: #0052a5;
  line-height: 32px;
  margin-bottom: 15px;
}
.news-detail .new-con .new-con-top p {
  color: #777;
}
.news-detail .new-con .new-con-top p .gong {
  color: #333;
}
.news-detail .new-con .new-con-text {
  font-size: 16px;
}
.news-detail .new-con .new-con-text p {
  line-height: 28px;
  margin-bottom: 15px;
}
.news-detail .new-con .new-con-text img {
  max-width: 90%;
  transform: translateX(-1em);
  height: auto;
}
.news-detail .new-con .new-con-share {
  text-align: right;
}
.news-detail .new-footer a {
  color: #777;
  max-width: 400px;
  line-height: 25px;
}
.news-detail .new-footer a:hover {
  color: #585858;
}
.news-detail .line {
  margin: 30px auto;
  width: 100%;
  height: 1px;
  background: url(img/sj_shebao_lc_border.png) no-repeat center;
}
.news-detail .new_tuijian {
  margin-top: 50px;
}
.news-detail .new_tuijian h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
.news-detail .new_tuijian .new_tuijian_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.news-detail .new_tuijian .list-item {
  width: 380px;
  margin-bottom: 15px;
  border: 1px solid #e9e9e9;
  transition: box-shadow 0.8s;
}
.news-detail .new_tuijian .list-item a {
  width: 100%;
  transition: color 1s;
}
.news-detail .new_tuijian .list-item a .new-img {
  width: 100%;
  height: 245px;
  overflow: hidden;
  position: relative;
}
.news-detail .new_tuijian .list-item a .new-img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s;
}
.news-detail .new_tuijian .list-item a .new-info {
  padding: 5px 15px;
}
.news-detail .new_tuijian .list-item a .new-info .title {
  line-height: 25px;
  height: 50px;
  margin-bottom: 15px;
}
.news-detail .new_tuijian .list-item a .new-info .info-footer {
  border-top: 1px solid #ddd;
  height: 45px;
  line-height: 45px;
  transition: border-top 1s;
}
.news-detail .new_tuijian .list-item:hover {
  box-shadow: 0 0 10px 1px #cecece;
}
.news-detail .new_tuijian .list-item:hover a {
  color: #0052a5;
}
.news-detail .new_tuijian .list-item:hover a .new-img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.news-detail .new_tuijian .list-item:hover a .new-info .info-footer {
  border-top: 1px solid #005cb8;
}
.contact-banner {
  position: relative;
}
.contact-banner .img-box {
  width: 100%;
  min-width: 1200px;
}
.contact-banner .img-box img {
  width: 100%;
}
.contact-jtzb {
  padding-top: 50px;
}
.contact-jtzb .container {
  padding: 0;
}
.contact-jtzb .container h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.contact-jtzb .container .zb_address {
  width: 100%;
  height: 208px;
  background-color: #eeeeee;
  margin-bottom: 40px;
}
.contact-jtzb .container .zb_address .left {
  width: 318px;
  height: 208px;
  text-align: center;
  line-height: 208px;
  font-size: 30px;
  color: #fff;
  background: url(img/contact_zbdz_bg.png);
  margin-right: 30px;
}
.contact-jtzb .container .zb_address .center {
  width: 500px;
  height: 100%;
  font-size: 16px;
  padding-top: 55px;
}
.contact-jtzb .container .zb_address .center p {
  margin-bottom: 60px;
}
.contact-jtzb .container .zb_address .center p span {
  display: inline-block;
  width: 65px;
  text-align-last: justify;
}
.contact-jtzb .container .zb_address .right {
  width: 300px;
  height: 100%;
  font-size: 16px;
  padding-top: 55px;
}
.contact-jtzb .container .zb_address .right p {
  margin-bottom: 60px;
}
.contact-jtzb .container .zb_address .right p span {
  display: inline-block;
  width: 130px;
  text-align-last: justify;
}
.contact-jtzb .container .zb_address_m {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 10px;
}
.contact-jtzb .container .zb_address_m .title {
  font-size: 24px;
  color: #0052a5;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 22px;
}
.contact-jtzb .container .zb_address_m p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 25px;
  padding-left: 20px;
  position: relative;
}
.contact-jtzb .container .zb_address_m p .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  color: #0052a5;
}
.contact-jtzb .container .zb_address_m p .left {
  display: inline-block;
  width: 65px;
  text-align-last: justify;
}
.contact-jtzb .container .zb_hotline .zb_hotline_item {
  width: 210px;
  text-align: center;
  margin-bottom: 65px;
  float: left;
  margin-right: 120px;
}
.contact-jtzb .container .zb_hotline .zb_hotline_item .iconfont {
  font-size: 42px;
  color: #27bd4e;
}
.contact-jtzb .container .zb_hotline .zb_hotline_item .title {
  font-size: 18px;
  color: #0052a5;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
}
.contact-jtzb .container .zb_hotline .zb_hotline_item .tip {
  font-size: 12px;
  color: #777;
  height: 15px;
  margin-bottom: 24px;
}
.contact-jtzb .container .zb_hotline .zb_hotline_item:nth-child(4n) {
  float: right;
  margin-right: 0;
}
.contact-jtzb .container h4 {
  font-size: 26px;
  color: #0052a5;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 30px;
}
.contact-jtzb .container .zb_fenzhi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-jtzb .container .zb_fenzhi .zb_fenzhi_item {
  width: 535px;
  margin-bottom: 50px;
}
.contact-jtzb .container .zb_fenzhi .zb_fenzhi_item .title {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin-bottom: 22px;
}
.contact-jtzb .container .zb_fenzhi .zb_fenzhi_item p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 25px;
  padding-left: 20px;
  position: relative;
}
.contact-jtzb .container .zb_fenzhi .zb_fenzhi_item p .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  color: #0052a5;
}
.contact-jtzb .container .zb_fenzhi .zb_fenzhi_item p .left {
  display: inline-block;
  width: 65px;
  text-align-last: justify;
}
.contact-jtzb .container .zb_bottom {
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 50px;
}
.contact-sjgs {
  padding-top: 30px;
}
.contact-sjgs .container {
  padding: 0;
}
.contact-sjgs .container h3 {
  text-align: center;
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 50px;
}
.contact-sjgs .container .diqu h4 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #0052a5;
}
.contact-sjgs .container .diqu .sj_gongsi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-sjgs .container .diqu .sj_gongsi .sj_gongsi_item {
  width: 535px;
  height: 220px;
  margin-bottom: 20px;
}
.contact-sjgs .container .diqu .sj_gongsi .sj_gongsi_item .title {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}
.contact-sjgs .container .diqu .sj_gongsi .sj_gongsi_item p {
  font-size: 15px;
  line-height: 34px;
  padding-left: 30px;
  position: relative;
}
.contact-sjgs .container .diqu .sj_gongsi .sj_gongsi_item p .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  color: #0052a5;
}
.contact-sjgs .container .diqu .sj_gongsi .sj_gongsi_item p .icon-youxiang {
  font-size: 12px;
}
.contact-sjgs .container .diqu .sj_gongsi .sj_gongsi_item p .icon-guanwang {
  font-size: 21px;
}
.contact-sjgs .container .contact_sj_footer {
  margin: 50px auto;
  text-align: center;
}
.contact-sjgs .container .contact_sj_footer p {
  line-height: 25px;
}
.contact-sjgs .container .contact_sj_footer p span {
  color: #ff7800;
}
.contact-yjfk {
  padding-top: 30px;
}
.contact-yjfk .container {
  padding: 0;
}
.contact-yjfk .container h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}
.contact-yjfk .container .tips {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0052a5;
  line-height: 28px;
}
.contact-yjfk .container form {
  width: 700px;
  margin: 50px auto;
}
.contact-yjfk .container form .input_item {
  margin-bottom: 20px;
  width: 100%;
  padding-left: 35px;
  position: relative;
}
.contact-yjfk .container form .input_item label {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-yjfk .container form .input_item label .iconfont {
  font-size: 30px;
  color: #0052a5;
}
.contact-yjfk .container form .input_item input,
.contact-yjfk .container form .input_item textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 8px;
}
.contact-yjfk .container form .input_item input {
  line-height: 30px;
}
.contact-yjfk .container form .input_item textarea {
  padding: 3px 8px;
}
.contact-yjfk .container form .code_item input {
  width: 200px;
  margin-right: 10px;
}
.contact-yjfk .container form .code_item .img_box {
  display: inline-block;
  width: 100px;
  height: 32px;
  position: relative;
  top: -7px;
  background-color: #b94444;
}
.contact-yjfk .container form .code_item .img_box img {
  width: 100%;
  height: 100%;
}
.contact-yjfk .container form .submit_btn {
  text-align: center;
  margin-top: 40px;
}
.contact-yjfk .container form .submit_btn input {
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 16px;
  background-color: #0052a5;
  color: #fff;
}
.sj-banner {
  position: relative;
}
.sj-banner .img-box {
  width: 100%;
  min-width: 1200px;
}
.sj-banner .img-box img {
  width: 100%;
}
.sj-biaoti {
  padding-top: 50px;
}
.sj-biaoti h2 {
  text-align: center;
  font-size: 40px;
  color: #0052a5;
  margin-bottom: 10px;
}
.sj-biaoti p {
  line-height: 25px;
  text-indent: 2em;
}
.sj_fenlei {
  margin: 40px auto;
}
.sj_fenlei .title {
  text-align: center;
}
.sj_fenlei .title h4 {
  font-size: 30px;
  line-height: 40px;
  color: #1a1a1a;
}
.sj_fenlei .title p {
  line-height: 30px;
  color: #0052a5;
  letter-spacing: 1px;
}
.sj_fenlei .con_list {
  width: 100%;
  height: 422px;
  margin: 30px auto;
  background: url(img/sj_fenlei_bg.png);
  box-shadow: 0 3px 12px 1px #d4d4d4;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sj_fenlei .con_list .con_list_item {
  width: 300px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: default;
}
.sj_fenlei .con_list .con_list_item .one {
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  text-align: center;
  color: #0052a5;
}
.sj_fenlei .con_list .con_list_item .one .icon {
  margin-bottom: 20px;
}
.sj_fenlei .con_list .con_list_item .one .icon .iconfont {
  font-size: 50px;
}
.sj_fenlei .con_list .con_list_item .one p {
  font-size: 18px;
  font-weight: bold;
}
.sj_fenlei .con_list .con_list_item .one-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  padding-top: 50px;
  background-color: #0052a5;
  display: none;
}
.sj_fenlei .con_list .con_list_item .one-info .top {
  margin-bottom: 30px;
}
.sj_fenlei .con_list .con_list_item .one-info .top .icon {
  margin-bottom: 20px;
}
.sj_fenlei .con_list .con_list_item .one-info .top .icon .iconfont {
  font-size: 50px;
}
.sj_fenlei .con_list .con_list_item .one-info .top p {
  font-size: 18px;
  font-weight: bold;
}
.sj_fenlei .con_list .con_list_item .one-info > P {
  line-height: 28px;
}
.sj_fenlei .con_list .con_list_item:hover .one-info {
  display: block;
}
.sj_tedian {
  width: 100%;
  height: 440px;
  background: url(img/sj_lwpq_info_bg.png);
}
.sj_tedian .container {
  padding: 0 100px;
  padding-top: 40px;
}
.sj_tedian .container .img_box {
  width: 442px;
  height: 360px;
  margin-right: 120px;
}
.sj_tedian .container .img_box img {
  width: 100%;
  height: 100%;
}
.sj_tedian .container .info_box {
  margin-top: 50px;
}
.sj_tedian .container .info_box .info_title h3 {
  font-size: 28px;
}
.sj_tedian .container .info_box .info_title p {
  color: #0052a5;
  line-height: 30px;
}
.sj_tedian .container .info_box .info_list {
  margin-top: 30px;
}
.sj_tedian .container .info_box .info_list h4 {
  padding-left: 22px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #0052a5;
  position: relative;
}
.sj_tedian .container .info_box .info_list h4 span {
  display: inline-block;
  width: 22px;
  height: 25px;
  background: url(img/sj_yuan.png) no-repeat left center;
  position: absolute;
  left: 0;
  top: 0;
}
.sj_tedian .container .info_box .info_list ul {
  padding-left: 40px;
  margin-top: 15px;
}
.sj_tedian .container .info_box .info_list ul li {
  list-style-type: disc;
  line-height: 32px;
}
.sj_advantage {
  margin: 50px auto;
}
.sj_advantage .title {
  text-align: center;
}
.sj_advantage .title h4 {
  font-size: 30px;
  line-height: 40px;
  color: #1a1a1a;
}
.sj_advantage .title p {
  line-height: 30px;
  color: #0052a5;
  letter-spacing: 1px;
}
.sj_advantage .sj_adv_list {
  width: 100%;
  padding: 0 15px;
  height: 420px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sj_advantage .sj_adv_list .sj_adv_list_item {
  width: 340px;
  height: 100%;
  margin-bottom: 12px;
  box-shadow: 0 0 15px 1px #ddd;
}
.sj_advantage .sj_adv_list .sj_adv_list_item .top {
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.sj_advantage .sj_adv_list .sj_adv_list_item .top span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100px;
  font-weight: normal;
  font-size: 25px;
  text-align: center;
}
.sj_advantage .sj_adv_list .sj_adv_list_item ul {
  width: 200px;
  padding: 15px 0;
  padding-left: 18px;
  height: 100%;
  margin: 0 auto;
}
.sj_advantage .sj_adv_list .sj_adv_list_item ul li {
  list-style-type: disc;
  line-height: 30px;
}
.sj_advantage .sj_adv_list .sj_adv_list_item:first-child {
  background: url(img/sj_youshi01.jpg);
}
.sj_advantage .sj_adv_list .sj_adv_list_item:nth-child(2) {
  background: url(img/sj_youshi02.jpg);
}
.sj_advantage .sj_adv_list .sj_adv_list_item:last-child {
  background: url(img/sj_youshi03.jpg);
}
.sj_shebao_adv {
  margin: 40px auto;
}
.sj_shebao_adv .container {
  height: 422px;
  padding: 0 45px;
  padding-top: 55px;
  box-shadow: 0 3px 14px 1px #ddd;
  background: url(img/sj_shebao_adv_bg.png);
}
.sj_shebao_adv .container .title h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
.sj_shebao_adv .container .title p {
  color: #0052a5;
  letter-spacing: 1px;
}
.sj_shebao_adv .container .adv_con {
  height: 255px;
  padding: 7px 90px 0 570px;
  background: url(img/sj_shebao_adv.png) no-repeat 80px center;
}
.sj_shebao_adv .container .adv_con p {
  line-height: 28px;
  padding-left: 80px;
  position: relative;
}
.sj_shebao_adv .container .adv_con p span {
  position: absolute;
  left: 0;
  top: 0;
  color: #0052a5;
}
.sj_shebao_adv .container .adv_con p:first-child {
  height: 73px;
}
.sj_shebao_adv .container .adv_con p:nth-child(2) {
  height: 90px;
}
.sj_shebao_con {
  margin-top: 60px;
  padding-top: 35px;
  width: 100%;
  height: 520px;
  background: url(img/sj_lwpq_info_bg.png);
}
.sj_shebao_con .container .title {
  text-align: center;
}
.sj_shebao_con .container .title h4 {
  font-size: 30px;
  margin-bottom: 10px;
}
.sj_shebao_con .container .title p {
  color: #0052a5;
}
.sj_shebao_con .container .shebao_con {
  padding: 0 30px;
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sj_shebao_con .container .shebao_con .left,
.sj_shebao_con .container .shebao_con .right {
  width: 300px;
}
.sj_shebao_con .container .shebao_con .left h4,
.sj_shebao_con .container .shebao_con .right h4 {
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  color: #0052a5;
}
.sj_shebao_con .container .shebao_con .left h4 span,
.sj_shebao_con .container .shebao_con .right h4 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(img/sj_shebao_icon.png);
}
.sj_shebao_con .container .shebao_con .left ul,
.sj_shebao_con .container .shebao_con .right ul {
  padding-left: 20px;
  padding-top: 10px;
  line-height: 36px;
}
.sj_shebao_con .container .shebao_con .left ul span,
.sj_shebao_con .container .shebao_con .right ul span {
  color: #0052a5;
}
.sj_shebao_liucheng {
  width: 100%;
  height: 420px;
  margin-top: 50px auto;
  padding-top: 30px;
  background: url(img/sj_shebao_lc_bg.png);
}
.sj_shebao_liucheng .title {
  text-align: center;
}
.sj_shebao_liucheng .title h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
.sj_shebao_liucheng .title p {
  color: #0052a5;
  letter-spacing: 1px;
}
.sj_shebao_liucheng .liucheng {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 60px;
}
.sj_shebao_liucheng .liucheng .lc_item {
  width: 90px;
  cursor: pointer;
}
.sj_shebao_liucheng .liucheng .lc_item .order {
  width: 100%;
  height: 90px;
  background: url(img/sj_shebao_lc.png) no-repeat center;
  background-size: contain;
}
.sj_shebao_liucheng .liucheng .lc_item .order .num {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  background-color: #cfcfcf;
}
.sj_shebao_liucheng .liucheng .lc_item p {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
.sj_shebao_liucheng .liucheng .lc_item:hover .order {
  background: url(img/sj_shebao_lc_active.png) no-repeat center;
}
.sj_shebao_liucheng .liucheng .lc_item:hover .order .num {
  background-color: #0052a5;
}
.sj_shebao_liucheng .liucheng .arrow {
  width: 93px;
  height: 90px;
  background: url(img/sj_shebao_lc_arrow.png) no-repeat center;
  background-size: contain;
}
.sj_shebao_liucheng .lc_border {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  background: url(img/sj_shebao_lc_border.png) no-repeat center;
}
.sj_rc_adv {
  margin: 40px auto;
}
.sj_rc_adv .title {
  text-align: center;
}
.sj_rc_adv .title h4 {
  font-size: 30px;
  line-height: 40px;
  color: #1a1a1a;
}
.sj_rc_adv .title p {
  line-height: 30px;
  color: #0052a5;
  letter-spacing: 1px;
}
.sj_rc_adv .con_list {
  width: 100%;
  height: 350px;
  margin: 30px auto;
  box-shadow: 0 3px 12px 1px #d4d4d4;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sj_rc_adv .con_list .con_list_item {
  width: 275px;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.sj_rc_adv .con_list .con_list_item .img_box {
  width: 100%;
  height: 226px;
}
.sj_rc_adv .con_list .con_list_item .img_box img {
  width: 100%;
}
.sj_rc_adv .con_list .con_list_item .info {
  padding-left: 15px;
}
.sj_rc_adv .con_list .con_list_item .info h4 {
  line-height: 50px;
  font-size: 19px;
}
.sj_rc_adv .con_list .con_list_item .info h4 span {
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
}
.sj_rc_adv .con_list .con_list_item .info p {
  margin-bottom: 15px;
}
.sj_rc_adv .con_list .con_list_item:hover .info {
  transition: color 0.3s;
  color: #0052a5;
}
.sj_gzdf_adv {
  margin: 60px auto;
}
.sj_gzdf_adv .container {
  height: 422px;
  padding: 55px;
  background: url(img/sj_gzdf_adv.png);
  box-shadow: 0 0 12px 1px #ccc;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sj_gzdf_adv .container .title {
  margin-right: 40px;
}
.sj_gzdf_adv .container .title h4 {
  letter-spacing: 3px;
  font-size: 30px;
  line-height: 50px;
}
.sj_gzdf_adv .container .title p {
  color: #0052a5;
}
.sj_gzdf_adv .container .adv_con {
  flex: 1;
  margin-top: 100px;
}
.sj_gzdf_adv .container .adv_con p {
  line-height: 25px;
  margin-bottom: 15px;
}
.sj_gzdf_adv .container .adv_con p span {
  color: #0052a5;
}
.sj_gzdf_tese {
  width: 100%;
  height: 460px;
  background: url(img/sj_gzdf_tese_bg.png);
}
.sj_gzdf_tese .container {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 60px;
}
.sj_gzdf_tese .container .left {
  margin-right: 100px;
}
.sj_gzdf_tese .container .right {
  flex: 1;
  color: #f6f6f6;
}
.sj_gzdf_tese .container .right .title {
  margin-bottom: 30px;
}
.sj_gzdf_tese .container .right .title h4 {
  font-size: 30px;
  color: #66d0f8;
  line-height: 50px;
}
.sj_gzdf_tese .container .right .title p {
  color: #c9c5e9;
}
.sj_gzdf_tese .container .right .gzdf_con li {
  line-height: 25px;
  margin-bottom: 10px;
}
.fenye_page {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.fenye_page .pagination li {
  float: left;
}
.fenye_page .pagination li a,
.fenye_page .pagination li .current {
  display: block;
  padding: 6px 15px;
  border: 1px solid #ccc;
  margin: 0 4px;
}
.fenye_page .pagination li .current {
  background-color: #0052a5;
  border-color: #0052a5;
  color: #fff;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 50px;
  }
  .container {
    width: 100%;
    padding: 0;
  }
  .head {
    padding: 0;
    width: 100vw;
  }
  .head .container {
    height: 55px;
    padding: 10px;
    position: relative;
  }
  .head .container .logo {
    margin: 0;
  }
  .head .container .logo .qixia {
    top: 5px;
  }
  .head .container .nav_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
  .head .container .nav_btn .iconfont {
    font-size: 22px;
    color: #0052a5;
  }
  .head .container .nav_btn .nav_btn_list {
    position: absolute;
    top: 28px;
    right: -12px;
    width: 132px;
    text-align: center;
    background-color: rgba(0, 82, 165, 0.8);
    padding: 5px 10px;
    display: none;
  }
  .head .container .nav_btn .nav_btn_list > li > a {
    display: block;
    color: #fff;
    padding: 6px 0;
    margin-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #e2e2e2;
  }
  .head .container .nav_btn .nav_btn_list > li ul {
    display: none;
  }
  .head .container .nav_btn .nav_btn_list > li ul li a {
    padding: 5px 0;
    color: #fff;
  }
  .page1 .fp-controlArrow {
    display: none;
  }
  .page2 {
    padding-top: 0px;
  }
  .page2 .container .nav-xinwen .nav-tabs {
    display: block;
  }
  .page2 .container .nav-xinwen .nav-tabs > li {
    width: 20%;
    margin-bottom: 4px;
  }
  .page2 .container .nav-xinwen .nav-tabs > li a {
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
  }
  .page2 .container .nav-xinwen .tab-content .tab-pane .pane-item {
    margin-top: 8px;
    padding: 6px;
  }
  .page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .con {
    margin: 0;
    width: 100%;
  }
  .page2 .container .nav-xinwen .tab-content .tab-pane .pane-item .con h3 {
    line-height: 36px;
  }
  .page2 .container .nav-xinwen .tab-content .tab-pane .more-btn {
    margin-top: 20px;
  }
  .page3 .pro-top {
    height: auto;
    top: 55px;
    padding-left: 0;
  }
  .page3 .pro-top .left {
    padding-top: 15px;
    display: none;
  }
  .page3 .pro-top .nav-tabs-list {
    padding: 8px 0 2px;
  }
  .page3 .pro-top .nav-tabs-list .nav-tabs {
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
  }
  .page3 .pro-top .nav-tabs-list .nav-tabs > li {
    width: 25%;
    margin-bottom: 6px;
  }
  .page3 .pro-top .nav-tabs-list .nav-tabs > li a {
    min-width: auto;
    padding: 0;
    height: 100%;
  }
  .page3 .pro-top .nav-tabs-list .nav-tabs > li a .iconfont {
    font-size: 22px;
  }
  .page3 .tab-content .tab-pane .container .con {
    padding: 10px;
    left: 0;
    width: 100%;
    transform: translateY(-50%) scale(0.8);
  }
  .page4 {
    padding-top: 58px;
  }
  .page4 .container {
    height: 100%;
  }
  .page4 .container .line {
    margin-bottom: 20px;
  }
  .page4 .container .swiper-m {
    height: inherit;
  }
  .page4 .container .swiper-m .swiper-wrapper {
    height: inherit;
  }
  .page5 .video-box {
    bottom: 40px;
  }
  .page5 .video-box .video-img {
    background: url(img/Mobile/footer.jpg);
  }
  .page5 .video-box .video-img .video-txt {
    padding-top: 25%;
  }
  .footer.visible-xs-block {
    display: table !important;
  }
  .about-banner .img-box {
    min-width: 100%;
  }
  .about-banner .con-box {
    min-width: 80%;
  }
  .about-banner .con-box .con-item {
    width: 40px;
    height: 40px;
  }
  .about-banner .con-box .con-item .text {
    transform: scale(0.25);
  }
  .about-introduce {
    margin-top: 15px;
    padding: 0 6px;
  }
  .about-introduce .info {
    margin-top: 10px;
  }
  .about-wenhua .con-box {
    width: 100%;
    position: relative;
    top: 0;
  }
  .about-wenhua .con-box .wenhua-tab .tab-content {
    height: 320px;
  }
  .about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane {
    overflow: scroll;
  }
  .about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane ul {
    width: max-content;
  }
  .about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane ul li {
    width: 180px;
    padding-top: 40px;
  }
  .about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .bazi-box li {
    padding-top: 40px;
  }
  .about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box {
    width: max-content;
  }
  .about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item {
    width: 180px;
  }
  .about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item .obverse {
    padding-top: 60px;
  }
  .about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item .reverse {
    padding: 0 10px;
  }
  .about-wenhua .con-box .wenhua-tab .tab-content > .tab-pane .jieri-box .jieri-item .reverse p {
    margin-top: 26px;
  }
  .about-fazhan {
    margin-top: 20px;
  }
  .about-fazhan .container .licheng-swiper {
    margin-top: 15px;
  }
  .about-fazhan .container .licheng-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 100px;
  }
  .about-pinpai {
    margin-top: 20px;
  }
  .about-pinpai .pinpai-con {
    height: auto;
  }
  .about-pinpai .pinpai-con .container {
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .about-pinpai .pinpai-con .container .pinpai-item {
    width: 49%;
    margin-bottom: 8px;
  }
  .about-pinpai .pinpai-con .container::before {
    content: none;
  }
  .about-rongyu {
    margin-top: 20px;
  }
  .about-rongyu .container .rongyu-box {
    justify-content: center;
    padding: 0 10px;
  }
  .about-rongyu .container .read_more {
    margin-bottom: 20px;
  }
  .rongyu-list {
    margin: 0 auto;
  }
  .rongyu-list .list-item {
    display: block;
  }
  .rongyu-list .list-item .left {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }
  .fenye_page {
    width: 100%;
    margin: 0;
  }
  .fenye_page .pagination {
    margin: 15px auto;
  }
  .fenye_page .pagination li a,
  .fenye_page .pagination li .current {
    padding: 5px 8px;
  }
  .HR-banner .img-box {
    min-width: auto;
  }
  .HR-banner .banner_text {
    top: 68%;
    left: 15%;
  }
  .HR-banner .banner_text h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .HR-banner .banner_text p {
    font-size: 10px;
  }
  .HR-top {
    padding: 0 6px;
    margin: 20px auto;
  }
  .HR-top .container {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 90px;
  }
  .HR-top .container h3 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .HR-top .container .search {
    width: 90%;
    padding: 0;
  }
  .HR-top .container .search input {
    width: auto;
  }
  .HR-top .container .search .iconfont {
    right: 10px;
  }
  .news-list {
    padding: 0 6px;
  }
  .news-list .container .list-item {
    width: 100%;
  }
  .news-list .container .list-item a .new-img {
    height: 230px;
  }
  .news-list .container .list-item a .new-img img {
    width: 100%;
  }
  .news-detail {
    padding: 0 6px;
  }
  .news-detail .new-footer a {
    max-width: 100%;
  }
  .news-detail .new_tuijian .new_tuijian_list {
    flex-wrap: wrap;
  }
  .contact-banner .img-box {
    min-width: auto;
  }
  .contact-jtzb {
    padding-top: 20px;
  }
  .contact-jtzb .container h3 {
    font-size: 30px;
  }
  .contact-jtzb .container .zb_hotline .zb_hotline_item {
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .contact-jtzb .container .zb_hotline .zb_hotline_item .title {
    margin: 0;
  }
  .contact-jtzb .container .zb_hotline .zb_hotline_item .tip {
    margin-bottom: 15px;
  }
  .contact-jtzb .container .zb_hotline .zb_hotline_item:nth-child(4n) {
    float: none;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .contact-jtzb .container h4 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .contact-jtzb .container .zb_fenzhi {
    padding: 0 10px;
  }
  .contact-jtzb .container .zb_fenzhi .zb_fenzhi_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-jtzb .container .zb_fenzhi .zb_fenzhi_item .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .contact-jtzb .container .zb_fenzhi .zb_fenzhi_item p {
    margin-bottom: 10px;
  }
  .contact-jtzb .container .zb_bottom {
    margin-bottom: 20px;
  }
  .contact-sjgs {
    padding-top: 20px;
  }
  .contact-sjgs .container h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .contact-sjgs .container .diqu {
    padding: 0 10px;
  }
  .contact-sjgs .container .diqu h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .contact-sjgs .container .diqu .sj_gongsi .sj_gongsi_item {
    width: 100%;
    height: auto;
  }
  .contact-sjgs .container .diqu .sj_gongsi .sj_gongsi_item .title {
    font-size: 20px;
  }
  .contact-sjgs .container .diqu .sj_gongsi .sj_gongsi_item p {
    line-height: 30px;
  }
  .contact-sjgs .container .contact_sj_footer {
    margin: 50px auto;
    text-align: center;
  }
  .contact-sjgs .container .contact_sj_footer p {
    line-height: 25px;
  }
  .contact-sjgs .container .contact_sj_footer p span {
    color: #ff7800;
  }
  .contact-yjfk .container {
    padding: 0 6px;
  }
  .contact-yjfk .container h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .contact-yjfk .container form {
    padding: 0 10px;
    width: 100%;
    margin: 20px auto;
  }
  .contact-yjfk .container form .code_item {
    display: flex;
  }
  .contact-yjfk .container form .code_item input {
    flex: 1;
  }
  .contact-yjfk .container form .code_item .img_box {
    width: 90px;
    top: 0;
  }
  .zyls-banner .img-box {
    min-width: auto;
  }
  .zyls-biaoti h2 {
    font-size: 30px !important;
    line-height: 45px !important;
    margin-bottom: 0 !important;
  }
  .zyls_lsms {
    padding: 15px 0;
  }
  .zyls_lsms .zyls-sjgs .container .text {
    width: 100%;
  }
  .zyls_lsms .zyls-liucheng {
    margin-top: 20px;
  }
  .zyls_lsms .zyls-liucheng .container img {
    width: 100%;
  }
  .zyls_sjzy {
    padding-top: 15px;
  }
  .zyls_sjzy .zyls-biaoti {
    margin-bottom: 20px;
  }
  .zyls_sjzy .zy_sjzy_img {
    min-width: auto;
    padding-bottom: 30px;
  }
  .zyls_sjzy .zy_sjzy_img img {
    width: 100%;
  }
  .zyls_qgfw .zyls-wdbj {
    min-width: auto;
  }
  .zyls_qgfw .zyls-wdbj img {
    width: 100%;
  }
  .zyls_bantu h2 {
    font-size: 30px !important;
    line-height: 45px !important;
    margin-bottom: 0 !important;
  }
  .cpzx-banner .img-box {
    min-width: 100%;
  }
  .cpzx-biaoti {
    margin-top: 20px;
    padding: 0 10px;
  }
  .cpzx-biaoti h2 {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 0;
  }
  .cpzx-biaoti p {
    line-height: 20px;
  }
  .cpzx-service {
    margin-top: 15px;
    height: 500px;
  }
  .cpzx-service .title {
    margin-top: 15px;
    font-size: 26px;
  }
  .cpzx-service .title h3 {
    font-size: 26px;
  }
  .cpzx-service .cpzx-swiper {
    margin-top: 20px;
  }
  .cpzx-service .cpzx-swiper .swiper-container {
    padding: 0 10px;
    height: 350px;
  }
  .cpzx-service .cpzx-swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 20px 10px 0;
  }
  .cpzx-service .cpzx-swiper .swiper-button-prev,
  .cpzx-service .cpzx-swiper .swiper-button-next {
    display: none;
  }
  .cpzx-youshi {
    padding: 0 6px;
  }
  .cpzx-youshi .title {
    margin-top: 20px;
  }
  .cpzx-youshi .title h3 {
    font-size: 26px;
  }
  .cpzx-youshi .youshi-box .youshi-item {
    width: 49%;
    height: 240px;
    margin-right: 2% !important;
  }
  .cpzx-youshi .youshi-box .youshi-item .obverse {
    padding-top: 50px;
  }
  .cpzx-youshi .youshi-box .youshi-item .reverse {
    padding: 15px 6px;
  }
  .cpzx-youshi .youshi-box .youshi-item .reverse h4 {
    margin-bottom: 5px;
  }
  .cpzx-youshi .youshi-box .youshi-item .reverse p {
    line-height: 22px;
  }
  .cpzx-youshi .youshi-box .youshi-item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .cpzx-zixun {
    display: none;
  }
  .cpzx-zfcg-neirong {
    margin-top: 0;
  }
  .cpzx-zfcg-neirong .neirong1 {
    margin-top: 30px;
    height: auto;
  }
  .cpzx-zfcg-neirong .neirong1 .img-box {
    display: none;
  }
  .cpzx-zfcg-neirong .neirong1 .xiangmu {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 10px 6px;
    background: none;
    height: auto;
  }
  .cpzx-zfcg-neirong .neirong1 .xiangmu h3 {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .cpzx-zfcg-neirong .neirong1 .xiangmu .list {
    width: 100%;
  }
  .cpzx-zfcg-neirong .neirong2 {
    height: auto;
    margin-top: 30px;
  }
  .cpzx-zfcg-neirong .neirong2 .img-box {
    display: none;
  }
  .cpzx-zfcg-neirong .neirong2 .youshi {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 10px 6px;
    background: none;
    height: auto;
  }
  .cpzx-zfcg-neirong .neirong2 .youshi h3 {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .cpzx-zfcg-neirong .neirong2 .youshi .list {
    width: 100%;
  }
  .cpzx-zfcg-neirong .neirong3 {
    height: auto;
    margin-top: 30px;
  }
  .cpzx-zfcg-neirong .neirong3 .img-box {
    display: none;
  }
  .cpzx-zfcg-neirong .neirong3 .yeji {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 10px 6px;
    background: none;
    height: auto;
  }
  .cpzx-zfcg-neirong .neirong3 .yeji h3 {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .cpzx-zfcg-neirong .neirong3 .yeji .list {
    width: 100%;
  }
  .cpzx-jypx-neirong {
    margin-top: 0;
  }
  .cpzx-jypx-neirong .neirong1 {
    margin-top: 30px;
    height: auto;
  }
  .cpzx-jypx-neirong .neirong1 .img-box {
    display: none;
  }
  .cpzx-jypx-neirong .neirong1 .jiejue {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 10px 6px;
    background: none;
    height: auto;
  }
  .cpzx-jypx-neirong .neirong1 .jiejue h3 {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .cpzx-jypx-neirong .neirong1 .jiejue .list {
    padding-top: 10px;
    width: 100%;
  }
  .cpzx-jypx-neirong .neirong2 {
    height: auto;
    margin-top: 30px;
    background: no-repeat;
    background-color: #282b48;
  }
  .cpzx-jypx-neirong .neirong2 .fuwu {
    justify-content: center;
    padding: 10px;
  }
  .cpzx-jypx-neirong .neirong3 {
    height: auto;
    margin-top: 30px;
  }
  .cpzx-jypx-neirong .neirong3 .img-box {
    display: none;
  }
  .cpzx-jypx-neirong .neirong3 .tese {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 10px 6px;
    background: none;
    height: auto;
  }
  .cpzx-jypx-neirong .neirong3 .tese h3 {
    font-size: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .cpzx-jypx-neirong .neirong3 .tese .list {
    padding-top: 10px;
    width: 100%;
  }
  .cpzx-swly-neirong {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .cpzx-swly-neirong .neirong1 {
    margin-top: 30px;
    height: auto;
  }
  .cpzx-swly-neirong .neirong1 .img-box {
    display: none;
  }
  .cpzx-swly-neirong .neirong1 .jiejue {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 10px 6px;
    background: none;
    height: auto;
  }
  .cpzx-swly-neirong .neirong1 .jiejue h3 {
    width: auto;
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .cpzx-swly-neirong .neirong1 .jiejue .list {
    width: 100%;
  }
  .cpzx-swly-neirong .neirong1 .jiejue .line {
    height: 35px;
    border-width: 2px;
  }
  .cpzx-swly-neirong .neirong2 {
    height: auto;
    margin-top: 30px;
  }
  .cpzx-swly-neirong .neirong2 .img-box {
    display: none;
  }
  .cpzx-swly-neirong .neirong2 .youshi {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 10px 6px;
    background: none;
    height: auto;
  }
  .cpzx-swly-neirong .neirong2 .youshi h3 {
    width: auto;
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .cpzx-swly-neirong .neirong2 .youshi .list {
    width: 100%;
  }
  .cpzx-swly-neirong .neirong2 .youshi .line {
    height: 35px;
    border-width: 2px;
  }
  .cpzx-swly-neirong .neirong3 {
    height: auto;
    margin-top: 30px;
  }
  .cpzx-swly-neirong .neirong3 .img-box {
    display: none;
  }
  .cpzx-swly-neirong .neirong3 .huwai {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    padding: 10px 6px;
    background: none;
    height: auto;
  }
  .cpzx-swly-neirong .neirong3 .huwai h3 {
    width: auto;
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .cpzx-swly-neirong .neirong3 .huwai .list {
    width: 100%;
  }
  .cpzx-swly-neirong .neirong3 .huwai .line {
    height: 35px;
    border-width: 2px;
  }
  .sj-page3 {
    padding-top: 60px;
  }
  .sj-page3 .container h3 {
    margin-top: 0;
  }
  .sj-page3 .container .line {
    margin: 0 auto 20px;
  }
  .sj-page3 .container .fuwu {
    margin-top: 30px;
  }
  .sj-page3 .container .fuwu .fw_item {
    width: 49%;
    height: 135px;
    margin-bottom: 10px;
  }
  .sj-page3 .container .fuwu .fw_item .obverse {
    padding: 10px 5px;
  }
  .sj-page3 .container .fuwu .fw_item .obverse .img_box {
    height: 40px;
  }
  .sj-page3 .container .fuwu .fw_item .obverse p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 16px;
  }
  .sj_shebao_adv {
    margin: 30px auto;
  }
  .sj_shebao_adv .container {
    height: auto;
    padding: 20px 8px;
  }
  .sj_shebao_adv .container .title {
    text-align: center;
  }
  .sj_shebao_adv .container .title h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .sj_shebao_adv .container .adv_con {
    padding: 0;
    margin-top: 20px;
    background: none;
  }
  .sj_shebao_con {
    height: auto;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sj_shebao_con .container .title h4 {
    font-size: 24px;
  }
  .sj_shebao_con .container .shebao_con {
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0 10px;
  }
  .sj_shebao_con .container .shebao_con .center {
    display: none;
  }
  .sj_shebao_con .container .shebao_con .left,
  .sj_shebao_con .container .shebao_con .right {
    width: 100%;
    margin-top: 15px;
  }
  .sj_shebao_liucheng {
    height: auto;
  }
  .sj_shebao_liucheng .container .title h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .sj_shebao_liucheng .container .liucheng {
    flex-wrap: wrap;
    justify-content: start;
  }
  .sj_shebao_liucheng .container .liucheng .lc_item,
  .sj_shebao_liucheng .container .liucheng .arrow {
    width: 66px;
    transform: scale(0.6);
  }
  .sj_shebao_liucheng .container .lc_border {
    display: none;
  }
  .sj_tedian {
    height: auto;
  }
  .sj_tedian .container {
    padding: 20px 10px;
  }
  .sj_tedian .container .img_box {
    display: none;
  }
  .sj_tedian .container .info_box {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
  }
  .sj_tedian .container .info_box .info_title {
    text-align: center;
  }
  .sj_tedian .container .info_box .info_list {
    margin-top: 20px;
    padding-left: 20%;
  }
  .sj_fenlei .con_list {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    background: none;
  }
  .sj_fenlei .con_list .con_list_item {
    height: 330px;
    box-shadow: 0 0 12px 1px #ccc;
    margin-bottom: 10px;
  }
  .sj_fenlei .con_list .con_list_item .one-info {
    padding: 10px;
  }
  .sj_fenlei .con_list .con_list_item .one-info .top {
    margin-bottom: 10px;
  }
  .sj_fenlei .con_list .con_list_item .one-info .top .icon {
    margin-bottom: 5px;
  }
  .sj_advantage {
    margin: 30px auto;
  }
  .sj_advantage .container .sj_adv_list {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sj_rc_adv {
    margin: 20px auto;
  }
  .sj_rc_adv .container .title h4 {
    font-size: 25px;
    line-height: 32px;
  }
  .sj_rc_adv .container .title p {
    line-height: 25px;
  }
  .sj_rc_adv .container .con_list {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sj_rc_adv .container .con_list .con_list_item {
    width: 360px;
  }
  .sj_rc_adv .container .con_list .con_list_item .img_box {
    height: 295px;
  }
  .sj_gzdf_adv {
    margin: 30px auto;
  }
  .sj_gzdf_adv .container {
    height: auto;
    padding: 10px;
    display: block;
  }
  .sj_gzdf_adv .container .title {
    width: 100%;
    text-align: center;
  }
  .sj_gzdf_adv .container .title h4 {
    font-size: 25px;
  }
  .sj_gzdf_adv .container .adv_con {
    margin-top: 20px;
  }
  .sj_gzdf_tese {
    height: auto;
    margin-bottom: 20px;
  }
  .sj_gzdf_tese .container {
    padding: 10px;
  }
  .sj_gzdf_tese .container .left {
    display: none;
  }
  .sj_gzdf_tese .container .right .title {
    text-align: center;
  }
  .sj_gzdf_tese .container .right .gzdf_con {
    padding-left: 10%;
  }
}
