* {
  box-sizing: border-box;
}
/* 导入所需字体 */
@font-face {
  font-family: "HanSansK-regular";
  src: url("../fonts/sourcehansanscn-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HanSansK-medium";
  src: url("../fonts/sourcehansanscn-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HanSansK-heavy";
  src: url("../fonts/sourcehansanscn-heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "HanSansK-bold";
  src: url("../fonts/sourcehansanscn-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}


.HanSansK-medium {
  font-family: "HanSansK-medium";
}
.HanSansK-heavy {
  font-family: "HanSansK-heavy";
}
.HanSansK-bold {
  font-family: "HanSansK-bold";
}

.HanSansK-light {
  font-family: "HanSansK-light";
}

body,
select,
input,
view,
text,
button,
textarea {
  font-family: "HanSansK-regular", "PingFang SC", "microsoft yahei", arial,
    "helvetica neue", sans-serif;
}

a {
  color: inherit;
  outline: none;
  -moz-outline-style: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

img {
  max-width: 100%;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tleft {
  text-align: left !important;
}

.tright {
  text-align: right !important;
}

.tcenter {
  text-align: center;
}

.wrapper {
  width: 1400px;
  margin: 0 auto;
}

.none {
  display: none;
}

.gh {
  display: none;
}
.flex-centetr {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*::-webkit-scrollbar {
width:5px;
}
::-webkit-scrollbar-track {
border-radius:3px;
}
::-webkit-scrollbar-thumb {
border-radius:3px;
background:rgba(0,0,0,0.3);
}*/
.w320 {
  width: 320px;
}

.hr {
  background: #c2c2c2;
  margin: 0;
  height: 1px;
  border: 0;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}
.mt-90{
    margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}
.mt-20 {
  margin-top: 20px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.font-weight-500{
    font-weight: 500 !important;
}
.subtitle-solution {
  max-width: 1200px;
  width: 100%;                /* 在小屏下自适应 */
  padding: 0 16px;
  display: flex;
  justify-content: center;    /* 容器内文本居中 */
  align-items: center;
  text-align: center;
  word-wrap: break-word;     
}
/* header */
.header-box {
  height: 68px;
  position: fixed;
  z-index: 999;
}

.header {
  height: 77px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
  color: #d4d4d4;
  transition: all 1.3s;
  background: transparent;
}

.header.active,.header:hover,.header.avt{
  background: #fff;
}


.header:hover .header-r a {
  color: #000;
  

}

.header .wrapper {
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: space-between;
}

.header .logo .img1 {
  display: block;
  height: 50px;
}
.header .logo .img2 {
  display: none;
  height: 50px;
}

.header.active .logo .img1 {
  display: none;
  height: 50px;
}

.header.active .logo .img2 {
 display: block;
  height: 50px;
}

.header.avt .logo .img1 {
  display: none;
  height: 50px;
}

.header.avt .logo .img2 {
 display: block;
  height: 50px;
}


.header:hover .logo .img1 {
  display: none;
  height: 50px;
}
.header:hover .logo .img2 {
  display: block;
  height: 50px;
}


.header-r {
  display: flex;
  align-items: center;
}

.header .nav {
  display: flex;
  align-items: center;
}

.header .nav > li {
  position: relative;
  margin-left: 52px;
}

.header .nav > li > a {
  color: #fff;
}
.header.active .nav > li > a {
  color: #000;
}
.header.avt .nav > li > a {
  color: #000;
}

.header .nav > li > a:hover {
    color:#fff;
}

.header.active .nav > li > a:hover {
  color:#22938d;
    font-size: 16px;
}
.header.avt .nav > li > a:hover {
  color:#22938d;
    font-size: 16px;
}

.header:hover .nav > li > a:hover {
    color:#22938d;
  font-size: 16px;

}


.header .nav > li > a {
  line-height: 68px;
  font-size: 16px;
  display: block;
}

.header .subnav-box {
  position: absolute;
  left: 50%;
  margin-left: -71.5px;
  top: 100%;
  width: 500px;
  padding-top: 9px;
  transition: all 0.3s;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30px);
}

.subnav-box-l {
  width: 230px;
  background-color: #222222;
  padding: 10px 24px;
}

.subnav-box-l h2 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 10px 0;
}

.subnav-box-l p {
  font-size: 13px;
  line-height: 1.5;
}

.subnav-box-l img {
  width: 180px;
}

.header .subnav p {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #eee;
}

.header .sub-solution p {
  width: 240px;
}
.header .sub-resource {
  align-content: flex-start;
}
.header .subnav p a {
  color: #333;
  font-weight: 700 !important;
  font-size: 14px;
}

.header .subnav p a:hover {
  color: #000;
}

.header .subnav p .iconfont {
  color: #333 !important;
  font-size: 12px;
}

.header .nav > li:hover .subnav-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header .subnav {
  background: #fff;
  padding: 26px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 330px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header .subnav li a {
  display: block;
  padding: 7px 29px;
  font-size: 14px;
}
.header:hover .tel  {
  color: #22938D !important;
}
.header .tel {
  font-size: 18px;
  margin-left: 62px;
  padding: 15px 0;
  color: #fff;
}




.header.active .tel {
  font-size: 18px;
  margin-left: 62px;
  padding: 15px 0;
color: #22938D;
}
.header.avt .tel {
  font-size: 18px;
  margin-left: 62px;
  padding: 15px 0;
color: #22938D;
}



.text-base {
  font-size: 16px;
}

/*footer*/
.footer {
  background: #1C1F24;
  color: #fff;
}

.footer .wrapper {
  width: 1400px;
}

.footer .copy-wrapper {
  width: 1400px;
  padding-left: 20px;
  margin: 0 auto;
}

.footer-nav {
  padding: 28px 0 35px 0;
  display: flex;
  line-height: 1.5;
}

.footer-nav .item {
  color: #aaaaaa;
}

.footer-nav .item-contact {
  width: 332px;
  margin: auto;
}

.footer-nav .item h3 {
  font-size: 16px;
  color: #fff;
  padding-bottom: 8px;
}

.footer-nav .item > div {
  display: flex;
  margin-top: -2px;

}

.footer-nav .item .label {
  flex-shrink: 0;
}

.footer-nav .item .info {
  font-size: 16px;
}

.footer-nav .gzh {
  width: 240px;
  margin-top: 20px;
}

.footer-links {
  margin: 30px 0;
  display: flex;
  color: #aaaaaa;
  flex-wrap: wrap;
  position: relative;
  padding-left: 105px;
}

.footer-links dt {
  width: 105px;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-links dd {
  color: rgba(255,255,255,0.8);
  margin-left: 40px;
}

.copyright-top {
  padding: 15px 0;
  color: rgba(255,255,255,0.8);
  font-size: 16px;
}

.copyright-top > a:hover {
  color: #c4c4c4;
}

.copyright {
  padding: 15px 0;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.copyright > a {
  border: 1px solid #068874;
  padding: 2px 10px;
  border-radius: 4px;
  color: #333;
}

.copyright > a:hover {
  background-color: #068874;
  color: #fff;
}

.copyright > a .iconfont {
  transform: rotateX(180deg);
  transition: all 0.3s linear;
}

.copyright > a:hover .iconfont {
  transform: rotateX(360deg);
}

/*sidebar*/
.sidebar {
  position: fixed;
  right: -180px;
  z-index: 999999999999;
  transition: all 0.5s 0.1s ease-in-out;
  top: 40%;
}

 .sidebar:hover {
  right: 0;
} 

.sidebar > li {
  margin-bottom: 6px;
  width: 60px;
  height: 60px;
  background: #3333338e;
  border-radius: 3px;
  text-align: center;
  position: relative;
  transition: all 0.5s 0.1s ease-in-out;
  right: 0;
}

.sidebar > li:hover {
  background: #333333da;
}

.sidebar > li:nth-child(1).active,
.sidebar > li:nth-child(2).active {
  right: 180px;
}

.sidebar > li .txt {
  font-size: 12px;
  color: #068874;
}

.sidebar-tel,
.sidebar-wx {
  height: 100%;
  cursor: pointer;
}

.sidebar-tel .icon,
.sidebar-wx .icon {
  margin-bottom: 6px;
}

.sidebar-gotop {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 99;

  padding: 2px 0;
  cursor: pointer;
}

.sidebar-mess {
  cursor: pointer;
  background-color: #333;
}

.sidebar-mess:hover .btn {
  background: #3077ef;
}

.sidebar .sidebar-mess__icon {
  width: 60px;
}

.sidebar .sidebar-mess__icon > span {
  font-size: 33px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}

.sidebar > .sidebar-li {
  display: flex;
  align-items: center;
  transition: all 0.5s 0.1s ease-in-out;
  width: 240px;
  cursor: pointer;
}

.sidebar > .sidebar-li .text {
  color: #fff;
  text-align: left;
}

.sidebar > .sidebar-li .text .wechat {
  text-align: center;
}

.sidebar-mess .btn {
  background: #068874;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  border-radius: 2px;
}

.sidebar-bd-box {
  position: absolute;
  right: 100%;
  padding-right: 15px;
  top: 0;
  display: none;
}

.sidebar-bd {
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(188, 185, 185, 0.44);
  border-radius: 3px;
}

.sidebar > li.active .sidebar-bd-box {
  display: block;
}

.sidebar-mess-box {
  width: 320px;
}

.sidebar-mess-box .hd {
  background: #068874;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  position: relative;
}

.sidebar-mess-box .hd .close {
  position: absolute;
  right: 20px;
  top: 0;
  height: 40px;
  background: url(../images/mess-close.png) no-repeat center;
  cursor: pointer;
  width: 21px;
}

.sidebar-mess-box .bd {
  padding: 20px;
}

.sidebar-mess-box .bd li {
  display: flex;
  align-content: flex-start;
  margin-bottom: 20px;
}

.sidebar-mess-box .bd li:last-child {
  margin-bottom: 0;
}

.sidebar-mess-box .ft {
  padding: 0 20px 20px 20px;
  text-align: right;
}

.sidebar-mess-box .label {
  width: 42px;
  flex-shrink: 0;
  font-size: 14px;
}

.sidebar-mess-box .inputbox {
  width: 240px;
}

.sidebar-mess-box .inputbox input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
}

.sidebar-mess-box textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  height: 88px;
  padding: 5px 12px;
}

.sidebar-mess-box .ft button {
  width: 80px;
  height: 24px;
  background: #068874;
  letter-spacing: 3px;
  color: #fff;
  border: 0;
  height: 33px;
  border-radius: 3px;
  cursor: pointer;
}

.sidebar-mess-box .ft button:hover {
  background: #3077ef;
}

.sidebar-wx-box {
  width: 170px;
  text-align: center;
  padding: 34px 0 30px 0;
}

.sidebar-wx-box .qr {
  margin-bottom: 10px;
}

.sidebar-wx-box .qr img {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
}

.sidebar-tel-box {
  width: 170px;
  padding: 15px 29px;
  font-size: 14px;
  text-align: left;
  line-height: 2.1;
  font-weight: bold;
}

/*sidebar end*/
.banner li {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 930px;
  overflow: hidden;
}

.banner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 930px;
}

.banner-img {
  font-size: 0;
  padding: 20px 0 25px 0;
  transform: translateX(-60px);
  opacity: 0.9;
  transition: all 0.5s 0.1s ease-in-out;
}

.banner-img img {
  max-height: 100%;
}

.banner .tit {
  width: 560px;
  text-align: left;
  line-height: 1.3;
  flex-shrink: 0;
  color: #ffffff;
  transform: translateX(60px);
  opacity: 0.9;
  transition: all 0.5s 0.1s ease-in-out;
}

.banner .tit h2 {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 30px;
}

.banner .tit .tit-sub {
  display: flex;
  align-items: center;
}

.banner .tit .tit-sub .iconfont {
  flex-shrink: 0;
  font-size: 34px;
  margin-left: 60px;
}

.banner .tit p {
  line-height: 1.8;
  font-size: 20px;
  margin-left: 10px;
}

.banner .swiper-pagination-bullet {
  width: 210px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  margin: 0 7px;
  background: #a7a7a7;
  color: #a7a7a7;
  opacity: 1;
  position: relative;
  text-align: left;
  cursor: default;
}

.banner .swiper-pagination-bullet span {
  position: absolute;
  top: -30px;
  font-size: 18px;
}

.banner .swiper-pagination-bullet.active span {
  color: #fff;
}

.banner .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  height: 2px;
  top: 0;
  border-radius: 2px;
  content: "";
  background: #fff;
  color: #fff;
  width: 0;
  transition: width 0.5s ease-in-out;
}

.banner .swiper-pagination-bullet.active:before {
  width: 100%;
  color: #fff;
}

.banner.swiper-container-horizontal > .swiper-pagination {
  bottom: 30px;
  left: 27%;
  width: 73%;
}

.banner .swiper-slide-active .banner-img {
  transform: translateX(0);
  opacity: 1;
}

.banner .swiper-slide-active .tit {
  opacity: 1;
  transform: translateX(0);
}

.hbox {
  padding: 60px 0;
  background-color: #f7f7f7;
}

.hhd {
  text-align: center;
  margin-bottom: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-16 {
  font-size: 16px;
}
.hhd h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  height: 46px;
  font-family: "HanSansK-heavy";
  color: #505050;
  display: flex;
  align-items: center;
}

.hhd-line {
  width: 50px;
  height: 2px;
  background: #018671;
  display: block;
  margin-top: 5px;
}

.hhd-line2 {
  width: 50px;
  height: 2px;
  background: #22938D;
  display: block;
  margin-top: 5px;
}

.hhd h4 {
  font-size: 20px;
  color: #505050;
  margin-top: 10px;
  font-family: "HanSansK-medium";
}

.hhd h5 {
  font-size: 18px;
  color: #505050;
}

.bc-gray {
  background: #f8fbfd;
}

.hywst-box {
  position: relative;
  overflow: hidden;
  height: 870px;
}

.hywst-box .wrapper {
  position: relative;
  z-index: 1;
}

.hywst-bg {
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -680px;
  background: url(../images/ywsc01.png) no-repeat top center;
  background-size: contain;
  height: 808px;
  width: 1600px;
}

.hywst-box .hhd {
  margin-bottom: 10px;
}

.hywst-box .map-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}

.hywst {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0px;
}

.hywst-num {
  padding-top: 122px;
  padding-left: 90px;
}

.hywst-num li {
  margin-bottom: 60px;
}

.hywst-num h3 {
  font-size: 30px;
  color: #3077ef;
}

.hywst-num h3 big {
  font-size: 50px;
}

.hywst-num p {
  font-size: 18px;
  color: #4e5c6e;
}

.hywst-num li:last-child {
  margin-bottom: 0;
}

.hywst-map {
  margin-right: 65px;
  position: relative;
  margin: 20px auto;
}

.hywst-img {
  display: block;
  width: 100%;
}

.hywst-map .item {
  position: absolute;
  cursor: pointer;
}

.hywst-map .item .dot {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -3px;
  z-index: 1;
  width: 14px;
  height: 8px;
}

.hywst-map .item .dot:before {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 0;
  z-index: 2;
  width: 14px;
  height: 8px;
  background: #d8ecff;
  border: 1px solid #b1d8ff;
  display: block;
  border-radius: 50%;
  content: "";
}

.hywst-map .item .dot:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  margin-left: -12px;
  margin-top: -8px;
  z-index: 1;
  width: 24px;
  height: 14px;
  background: #d8ecff;
  border: 1px solid #b1d8ff;
  display: block;
  border-radius: 50%;
  position: relative;
}

.hywst-map .item .icon {
  position: relative;
  z-index: 2;
  background: url(../images/map-icon.png) no-repeat;
  width: 23px;
  height: 25px;
  display: block;
}

.hywst-map .item .txt {
  position: absolute;
  left: 100%;
  margin-left: 3px;
  top: -25px;
  z-index: 3;
  background: rgba(31, 46, 95, 0.67);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  padding: 0 10px;
  height: 34px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s;
}

.hywst-map .item:hover .txt {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.hywst-map .item .tit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60%;
  white-space: nowrap;
  z-index: 3;
  color: #505050;
  font-weight: bold;
  display: none;
}

.hywst-map .item1 .tit,
.hywst-map .item2 .tit {
  left: 80%;
  transform: translateX(0);
  bottom: -5px;
}

.hywst-map .item3 .tit {
  left: -100%;
  transform: translateX(-60%);
  bottom: -5px;
}

.hywst-map .item4 .tit {
  bottom: -30px;
}

.hywst-map .item5 .tit {
  left: -100%;
  transform: translateX(-12%);
  bottom: -10px;
}

.hywst-map .item6 .tit {
  left: 70%;
  transform: translateX(0);
  bottom: -10px;
}

.hywst-map .item13 .tit {
  left: 55%;
  transform: translateX(0);
  bottom: 15px;
}

.hywst-map .item14 .tit {
  left: 55%;
  transform: translateX(0);
  bottom: -10px;
}

.hywst-map .item18 .tit,
.hywst-map .item17 .tit {
  left: 100%;
}

.hywst-map .item24 .tit {
  left: 0%;
  transform: translateX(0);
  bottom: 80%;
}

.hywst-map .item1 {
  right: 8.14%;
  top: 22.3%;
}

.hywst-map .item2 {
  right: 13.43%;
  top: 29.17%;
}

.hywst-map .item3 {
  right: 32.81%;
  top: 31.67%;
}

.hywst-map .item4 {
  right: 78.29%;
  top: 29.17%;
}

.hywst-map .item5 {
  right: 24.29%;
  top: 34.79%;
}

.hywst-map .item6 {
  right: 22.99%;
  top: 36.81%;
}

.hywst-map .item7 {
  right: 21.18%;
  top: 44.93%;
}

.hywst-map .item8 {
  right: 25.97%;
  top: 41.34%;
}

.hywst-map .item9 {
  right: 30.87%;
  top: 43.83%;
}

.hywst-map .item10 {
  right: 28.16%;
  top: 51.79%;
}

.hywst-map .item11 {
  right: 37.59%;
  top: 51.94%;
}

.hywst-map .item12 {
  right: 45.09%;
  top: 48.05%;
}

.hywst-map .item13 {
  right: 14.98%;
  top: 55.22%;
}

.hywst-map .item14 {
  right: 12.4%;
  top: 58.64%;
}

.hywst-map .item15 {
  right: 19.63%;
  top: 57.72%;
}

.hywst-map .item16 {
  right: 14.47%;
  top: 63.49%;
}

.hywst-map .item17 {
  right: 29.84%;
  top: 59.59%;
}

.hywst-map .item18 {
  right: 32.42%;
  top: 67.23%;
}

.hywst-map .item19 {
  right: 39.79%;
  top: 64.43%;
}

.hywst-map .item20 {
  right: 48.32%;
  top: 62.09%;
}

.hywst-map .item21 {
  right: 37.59%;
  top: 70.98%;
}

.hywst-map .item22 {
  right: 22.09%;
  top: 69.73%;
}

.hywst-map .item23 {
  right: 17.18%;
  top: 73.32%;
}

.hywst-map .item24 {
  right: 26.48%;
  top: 80.81%;
}

.hywst-map .item25 {
  right: 36.04%;
  top: 80.81%;
}

.hywst-map .item26 {
  right: 48.32%;
  top: 78.31%;
}

@keyframes big {
  0 {
    transform: scale(0.3);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.hywst-map .item .dot:after {
  animation: big 1.5s 0.3s ease-in-out infinite;
}

.hywst-map .item1 .dot:after,
.hywst-map .item4 .dot:after,
.hywst-map .item6 .dot:after,
.hywst-map .item10 .dot:after,
.hywst-map .item13 .dot:after,
.hywst-map .item15 .dot:after,
.hywst-map .item21 .dot:after,
.hywst-map .item24 .dot:after {
  animation: big 1.2s 0.2s ease-in-out infinite;
}

.hywst-map .item11 .dot:after,
.hywst-map .item14 .dot:after,
.hywst-map .item17 .dot:after,
.hywst-map .item23 .dot:after,
.hywst-map .item26 .dot:after {
  animation: big 1.4s 0.1s ease-in-out infinite;
}

.hxwdt {
  display: flex;
  justify-content: center;
}

.hxwdt .item {
  width: 450px;
  border-radius: 10px;
  border: 1px solid #f1f4f9;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
}

.hxwdt .item + .item {
  margin-left: 17px;
}

.hxwdt-hd {
  height: 248px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #fff;
  padding: 95px 50px 0 50px;
  transition: all 0.5s;
}

.hxwdt .item:hover .hxwdt-hd {
  background-size: 103% 103%;
}

.hxwdt-hd h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.hxwdt-hd h2 {
  font-size: 18px;
}

.hxwdt-bd {
  padding: 17px 22px;
}

.companyIndexContent {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  background-color: #ffffff;
}

.companyIndexContent .company-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 10px;
  color: #000000;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.companyIndexContent .company-desc {
  font-size: 16px;
  color: #000000;
  padding: 0 6px;
}
.companyIndexContent .compnyTime {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  color: #aaaaaa;
  margin-top: 18px;
}
.item > .more-article {
  width: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}
.item > .more-article > .more-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  margin-left: 20px;
  font-size: 18px;
  color: #aaaaaa;
  width: 121px;
  height: 32px;
  background: #f7f7f7;
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 18px;
}

.hnewslist li {
  display: flex;
  flex-direction: column;
  color: #000000;
  padding: 11px 0;
  width: 100%;
  margin-top: 20px;
}

.hnewslist li > a {
  display: flex;
  width: 100%;
  font-size: 20px;
  font-family: "HanSansK-medium";
  cursor: pointer;
  color: #aaaaaa;
}

.hnewslist li .time {
  color: #aaaaaa;
  width: 100%;
  flex-shrink: 0;
  margin-top: 10px;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  height: 26px;
  align-items: center;
}

.hnewslist li h3 {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hyhsy {
  display: flex;
  margin-right: -80px;
}

.hyhsy li {
  width: 345px;
  height: 530px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-right: 80px;
  transition: all 0.3s;
}

.hyhsy li:hover {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}

.hyhsy .img {
  height: 229px;
  font-size: 0;
  overflow: hidden;
}

.hyhsy .img img {
  transition: all 0.5s;
}

.hyhsy li:hover .img img {
  transform: scale(1.05);
}

.hyhsy .info {
  padding: 15px 30px;
}

.hyhsy .type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.hyhsy .type h3 {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  line-break: 1.1;
  position: relative;
}

.hyhsy .type h3:after {
  display: block;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #378eff, #74c5ff);
  content: "";
  margin-top: 5px;
}

.hyhsy .type h3.purple:after {
  background-image: linear-gradient(to right, #8e93f2, #b4b8f7);
}

.hyhsy .type h3.green:after {
  background-image: linear-gradient(to right, #3fc3d0, #37ea97);
}

.tag {
  line-height: 20px;
  padding: 0 3px;
  background-image: linear-gradient(to right, #378eff, #74c5ff);
  font-size: 14px;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
}

.tag-purple {
  background-image: linear-gradient(to right, #8e93f2, #b4b8f7);
}

.tag-green {
  background-image: linear-gradient(to right, #3fc3d0, #37ea97);
}

.hyhsy .type .tag {
  margin-top: 5px;
  margin-left: 12px;
}

.hyhsy .trait {
  margin-bottom: 15px;
  margin-right: -24px;
}

.hyhsy .trait span {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/chk.png) no-repeat left center;
  margin-right: 24px;
  font-weight: bold;
}

.hyhsy .txt {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

.hhzhb-box {
  padding-bottom: 110px;
  background-color: #fff;
}

.hhzhb {
  display: flex;
  flex-wrap: wrap;
}

.hhzhb li {
  width: 20%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e6ebf3;
  position: relative;
  transition: all 0.3s;
}

.hhzhb li:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}

.hhzhb li:nth-child(6n-1) {
  border-right: 0;
}

.hhzhb .hr {
  content: "";
  width: 100%;
  background: #e6ebf3;
}

/*业务体系*/
.qybanner {
  height: 332px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.qybanner h2 {
  color: #fff;
  font-size: 66px;
  letter-spacing: 1px;
}

/*mbanner*/
.mbanner {
  height: 332px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background: url(../images/mbanner.png) no-repeat center #4f95ff;
  background-size: cover;
}

.mbanner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-align: center;
  height: 332px;
}

.mbanner-logo-box {
  height: 332px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mbanner-logo img {
  display: block;
}

.mbanner-txt {
  width: 52%;
  text-align: center;
  flex-shrink: 0;
}

.mbanner-txt h2 {
  font-weight: bold;
  font-size: 66px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-shadow: rgb(32 84 193) 0 3px 3px;
}

.mbanner-txt .slogan {
  background: #fff;
  border-radius: 25px;
  border: 4px solid #4f95ff;
  line-height: 50px;
  font-size: 30px;
  color: #068874;
  letter-spacing: 2px;
  box-shadow: 0 0 0 3px #a3c7ff;
  min-width: 405px;
  text-align: center;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.mbanner-img {
  padding: 18px 0;
  width: 48%;
}

.mbanner-img img {
  max-height: 100%;
}

.xwbanner {
  background: #068874;
  height: 337px;
  padding-bottom: 47px;
}

.xwbanner .mbanner-box {
  height: 290px;
}

.ptsj {
  display: flex;
}

.ptsj li {
  width: 33.33%;
  text-align: center;
}

.ptsj .num {
  font-size: 50px;
  color: #068874;
}

.ptsj .title {
  font-size: 20px;
  color: #4e5c6e;
  margin-top: 12px;
}

.kdfw-box .hhd {
  margin-bottom: 35px;
}

.kdfw {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -20px;
}

.kdfw li {
  width: 390px;
  margin-right: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.kdfw .img {
  position: relative;
}

.kdfw .img img {
  display: block;
  transition: all 0.5s;
}

.kdfw .img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(13, 33, 98, 0.65);
}

.kdfw h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  color: #ffefef;
  padding-top: 15px;
  opacity: 0.58;
}

.kdfw li:hover .img img {
  transform: scale(1.05);
}

.kdfw li:hover h3 {
  opacity: 1;
}

.hinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wlyj .hinfo-imgs {
  padding-left: 40px;
}

.hinfo .htxt {
  /*width: 403px;*/
  width: 410px;
  flex-shrink: 0;
}

.htxt h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}

.htxt p {
  font-size: 16px;
  color: #4e5c6e;
  margin-bottom: 45px;
  line-height: 1.6;
  position: relative;
  padding-left: 14px;
  text-align: justify;
}

.htxt p:before {
  content: "";
  width: 4px;
  height: 12px;
  background: #068874;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 6px;
}

.htxt p:last-child {
  margin-bottom: 0;
}

.htxt .tit {
  margin-bottom: 6px;
  display: block;
}

.sxmb {
  display: flex;
  margin: 0 -15px;
}

.sxmb li {
  width: 213px;
  background: #ffffff;
  box-shadow: 0px 3px 14px 2px rgba(218, 218, 218, 0.44);
  border-radius: 6px;
  padding: 25px 20px;
  margin: 0 15px;
  transition: all 0.3s;
}

.sxmb li:hover {
  box-shadow: 0px 3px 10px 5px rgba(218, 218, 218, 0.8);
  transform: scale(1.03);
}

.sxmb .num {
  text-align: center;
  background: linear-gradient(
    270deg,
    #068874 0%,
    rgba(197, 225, 255, 0.15) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
}

.sxmb .num:after {
  width: 50px;
  height: 3px;
  background: linear-gradient(270deg, #77c7ff 0%, #068874 100%);
  border-radius: 2px;
  margin: 15px auto 0 auto;
  content: "";
  display: block;
}

.sxmb p {
  color: #4e5c6e;
  line-height: 1.6;
  margin-bottom: 16px;
  position: relative;
  padding-left: 14px;
}

.sxmb p:last-child {
  margin-bottom: 0;
}

.sxmb p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #40cb94;
  border-radius: 50%;
}

.sxts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -55px;
}

.sxts li {
  width: 46%;
  position: relative;
  padding-left: 75px;
  margin-bottom: 55px;
  transition: all 0.3s;
}

.sxts li:hover {
  transform: translateY(-5px);
}

.sxts .img {
  width: 45px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.sxts h3 {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 10px;
}

.sxts .txt {
  font-size: 16px;
  color: #4e5c6e;
  line-height: 1.6;
}

.sxkc-item {
  background: #eff9f6;
  border-radius: 6px;
  border: 1px solid #40cb94;
  margin-bottom: 20px;
}

.sxkc-item:last-child {
  margin-bottom: 0;
}

.sxkc-hd {
  padding: 8px 10px;
  font-size: 16px;
  color: #fff;
  background: #40cb94;
}

.sxkc-hd span {
  margin-right: 30px;
}

.sxkc-bd {
  padding: 9px;
}

.sxkc-bd ul {
  border: 1px solid #40cb94;
  background: #fff;
  display: flex;
  padding: 13px 8px;
}

.sxkc-bd li {
  background: #eff9f6;
  font-size: 14px;
  color: #212121;
  margin: 7px;
  text-align: center;
  line-height: 1.6;
  padding: 6px 10px;
  flex: 1;
  align-items: center;
  min-height: 55px;
  display: flex;
  justify-content: center;
}

.sxkc-blue {
  background: #e4f8ff;
  border-color: #41bafe;
}

.sxkc-blue .sxkc-hd {
  background: #41bafe;
}

.sxkc-blue .sxkc-bd ul {
  border-color: #41bafe;
}

.sxkc-blue .sxkc-bd li {
  background: #e4f8ff;
}

.sxkc-green {
  background: #ecfdfb;
  border-color: #43cfc3;
}

.sxkc-green .sxkc-hd {
  background: #43cfc3;
}

.sxkc-green .sxkc-bd ul {
  border-color: #43cfc3;
}

.sxkc-green .sxkc-bd li {
  background: #ecfdfb;
}

.sxkc-yellow {
  background: #fffbf3;
  border-color: #fed144;
}

.sxkc-yellow .sxkc-hd {
  background: #fed144;
}

.sxkc-yellow .sxkc-bd ul {
  border-color: #fed144;
}

.sxkc-yellow .sxkc-bd li {
  background: #fffbf3;
}

.sxkc-orange {
  background: #fff3e8;
  border-color: #fa983e;
}

.sxkc-orange .sxkc-hd {
  background: #fa983e;
}

.sxkc-orange .sxkc-bd ul {
  border-color: #fa983e;
}

.sxkc-orange .sxkc-bd li {
  background: #fff3e8;
}

.sxkc-pink {
  background: #fff4f6;
  border-color: #ff6e8e;
}

.sxkc-pink .sxkc-hd {
  background: #ff6e8e;
}

.sxkc-pink .sxkc-bd ul {
  border-color: #ff6e8e;
}

.sxkc-pink .sxkc-bd li {
  background: #fff4f6;
}

.hlist {
  position: relative;
  padding-bottom: 40px;
}

.hlist li {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.hlist .img {
  overflow: hidden;
}

.hlist .img img {
  display: block;
  transition: all 0.5s;
}

.hlist h3 {
  text-align: center;
  padding: 10px;
  color: #212121;
}

.hlist .swiper-pagination {
  width: 100%;
  bottom: 0;
}

.hlist .swiper-pagination-bullet {
  opacity: 0.15;
  margin: 0 7px;
  width: 9px;
  height: 9px;
}

.hlist .swiper-pagination-bullet-active {
  opacity: 1;
  background: #068874;
}

.hlist li:hover .img img {
  transform: scale(1.05);
}

.hlist li:hover h3 {
  color: #068874;
}

.szhq {
  text-align: center;
}

.htip {
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
  color: #4e5c6e;
  line-height: 1.6;
  background: #f8fbfd;
}

.aqbz {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -60px;
  margin-right: -30px;
}

.aqbz li {
  position: relative;
  padding-left: 69px;
  margin-bottom: 60px;
  width: 310px;
  transition: all 0.3s;
}

.aqbz li:hover {
  transform: translateY(-10px);
}

.aqbz .img {
  width: 44px;
  position: absolute;
  left: 0;
  top: 0;
}

.aqbz h3 {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 15px;
}

.aqbz .txt {
  font-size: 16px;
  color: #4e5c6e;
  line-height: 1.7;
}

.hlist1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px 0;
}

.hlist1 li {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  width: 390px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.hlist1 .img {
  overflow: hidden;
  font-size: 0;
}

.hlist1 .img img {
  display: block;
  transition: all 0.5s;
}

.hlist1 li:hover .img img {
  transform: scale(1.05);
}

.hlist1 li:hover h3 {
  color: #068874;
}

.hlist1 h3 {
  text-align: center;
  padding: 10px;
  color: #212121;
}

.zkzn .htxt {
  width: 525px;
}

.zkzn .htxt h3 {
  margin-bottom: 30px;
}

.zkzn .htxt p {
  margin-bottom: 30px;
  line-height: 1.5;
}

.hxcp-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.hxcp-list li {
  width: 341px;
  height: 65px;
  border-radius: 65px;
  position: relative;
  background: #ff9c12;
  padding: 0 5px 0 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  transition: all 0.3s;
}

.hxcp-list li:hover {
  opacity: 0.85;
}

.hxcp-list .label {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 5px;
  line-height: 55px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff9c12;
}

.hxcp-list .hxcp-green {
  background: #96d653;
}

.hxcp-list .hxcp-green .label {
  color: #96d653;
}

.hxcp-list .hxcp-blue {
  background: #068874;
}

.hxcp-list .hxcp-blue .label {
  color: #068874;
}

.wlyy {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.wlyy-card {
  height: 580px;
  width: 215px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 30px;
  flex-shrink: 0;
}

.wlyy-hd {
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  color: #068874;
  font-weight: bold;
}

.wlyy-txts {
  padding: 0 15px;
}

.wlyy-txts li {
  margin-bottom: 10px;
  padding: 13px 10px;
  background: #f1f3f9;
  text-align: center;
  border-radius: 3px;
}

.wlyy-imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-bottom: -14px;
}

.wlyy-imgs li {
  width: 80px;
  margin-bottom: 14px;
}

.wlyy-imgs img {
  display: block;
}

/*新闻*/
.newspage > .wrapper {
  position: relative;
  margin-top: -63px;
  display: flex;
  justify-content: space-between;
}

.newspage-l {
  width: 896px;
  margin-bottom: 48px;
}

.news-card {
  background: #fff;
  margin-bottom: 20px;
}

.newshd {
  height: 57px;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-content: center;
  padding: 0 18px;
}

.newshd h2 {
  line-height: 57px;
  font-size: 14px;
  font-weight: bold;
}

.htab-hd {
  border-bottom: 0;
  padding: 15px;
}

.htab-hd .item {
  color: #212121;
  font-weight: bold;
  padding: 7px 13px;
  line-height: 1.1;
  margin-right: 30px;
}

.htab-hd .item a {
  display: block;
}

.htab-hd .item.active,
.htab-hd .item:hover {
  background: #307ef5;
  border-radius: 2px;
  color: #fff;
}

.htab-hd .item a:hover {
  color: #fff;
}

.news-nav {
  padding: 0 16px;
  border-bottom: 1px solid #f3f3f3;
}

.news-nav ul {
  background: #f7f8fa;
  display: flex;
}

.news-nav li {
  line-height: 45px;
  color: #4e5c6e;
  padding: 0 15px;
  margin-right: 20px;
}

.news-nav li.active {
  color: #068874;
}

.newslist li {
  border-bottom: 1px solid #f3f3f3;
  padding: 25px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.newslist li:hover {
  background: #f4f8fe;
}

.newslist li > a {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.newslist .info {
  width: 645px;
}

.newslist .tit {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newslist .txt {
  color: #212121;
  margin-bottom: 19px;
  line-height: 1.6;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.newslist .time {
  font-size: 12px;
  color: #7a7777;
}

.newslist .img {
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}

.newslist .img img {
  width: 190px;
  display: block;
  transition: all 0.5s;
}

.newslist li:hover .tit {
  color: #307ef5;
}

.newslist li:hover .img img {
  transform: scale(1.05);
}

.pagination {
  text-align: center;
  padding: 40px 0;
}

.pagination a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 30px;
  margin: 0 2px;
}

.pagination a.active,
.pagination a:hover {
  background: #1890ff;
  color: #fff;
  border-color: #1890ff;
}

.newspage-r {
  width: 290px;
}

.news-tag-box {
  padding: 18px 18px 3px 18px;
  margin-right: -30px;
  position: relative;
  height: auto;
  overflow: hidden;
}

.news-tag {
  min-width: 62px;
  height: 25px;
  border-radius: 2px;
  border: 1px solid #f3f3f3;
  display: block;
  padding: 0 5px;
  font-size: 12px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 15px;
  line-height: 23px;
  float: left;
}

.news-tag:hover,
.news-tag.active {
  color: #068874;
  border-color: #068874;
}

.newslist1 {
  padding: 8px 0;
}

.newslist1 li {
  padding: 10px 20px;
}

.newslist1 h3 {
  font-size: 14px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.newslist1 .time {
  font-size: 12px;
  color: #7a7777;
}

.newslist1 li:hover {
  background: #f4f8fe;
}

.newslist1 li:hover h3 {
  color: #068874;
}

.detail-box > .wrapper {
  margin-top: 0;
}

.detail {
  margin-bottom: 0;
  background: #fff;
}

.detail-hd {
  border-bottom: 1px solid #f3f3f3;
  padding: 39px 50px 18px 50px;
}

.detail-hd .tit {
  font-size: 28px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 13px;
}

.detail-hd .attr {
  font-size: 14px;
  color: #7a7777;
}

.detail-hd .attr span {
  margin-right: 30px;
}

.detail-bd {
  padding: 20px 50px 200px 50px;
  font-size: 16px;
  color: #212121;
  line-height: 1.6;
}

/*企业介绍*/
.qynav-box {
  background: #f8fbfd;
}

.qynav {
  display: flex;
  justify-content: space-between;
}

.qynav li {
  flex: 1;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #4e5c6e;
  font-weight: bold;
  position: relative;
}

.qynav li:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #068874;
  content: "";
  display: none;
}

.qynav li.active,
.qynav li:hover {
  color: #317bf1;
  background: #fff;
}

.qynav li.active:after,
.qynav li:hover:after {
  display: block;
}

.qynav li a {
  display: block;
}

.gsjs {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.gsjs-l {
  width: 565px;
  text-align: justify;
}

.gsjs-l .hhd {
  text-align: left;
  margin-bottom: 14px;
}

.gsjs-l .txt {
  font-size: 16px;
  line-height: 1.7;
}

.gsjs-r {
  width: 600px;
  margin-top: 55px;
}

.gsjs-info {
  display: flex;
  justify-content: space-between;
}

.gsjs-infol {
  width: 481px;
}

.gsjs-infor {
  width: 685px;
  background: #fff;
  padding: 34px 25px 34px 40px;
}

.gsjs-infor .item {
  margin-bottom: 45px;
  padding-left: 27px;
  position: relative;
  transition: all 0.3s;
}

.gsjs-infor .item:hover {
  transform: translateX(-10px);
}

.gsjs-infor .item:last-child {
  margin-bottom: 0;
}

.gsjs-infor .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  background: #4ad4a7;
}

.gsjs-infor .dot-blue {
  background: #068874;
}

.gsjs-infor .dot-orange {
  background: #ff8d36;
}

.gsjs-infor .dot-pink {
  background: #ff5151;
}

.gsjs-infor .dot-purple {
  background: #9274eb;
}

.gsjs-infor .tit {
  font-size: 26px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 15px;
}

.gsjs-infor .txt {
  font-size: 16px;
  color: #212121;
  line-height: 1.4;
}

.tdgl .swiper-container {
  padding-bottom: 55px;
}

.tdgl .swiper-pagination {
  bottom: 0;
}

.tdgl .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #d8d8d8;
  opacity: 1;
}

.tdgl
  .swiper-container-horizontal
  > .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0 7px;
}

.tdgl .swiper-pagination-bullet-active {
  background: #068874;
}

.tdgl li {
  background: #fff;
  display: flex;
}

.tdgl .img {
  font-size: 0;
  width: 273px;
  flex-shrink: 0;
  overflow: hidden;
}

.tdgl .img img {
  transition: all 0.5s;
}

.tdgl li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tdgl li:hover .img img {
  transform: scale(1.05);
}

.tdgl .txt {
  padding: 20px 18px;
  flex: 1;
}

.tdgl .txt-hd {
  margin-bottom: 15px;
}

.tdgl .txt-hd h3 {
  font-size: 24px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 7px;
}

.tdgl .txt-hd p {
  color: #4e5c6e;
}

.tdgl .txt-bd {
  font-size: 13px;
  color: #212121;
  text-align: justify;
  line-height: 1.8;
}

.fzds {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.fzds li {
  width: 33.33%;
  padding: 0 55px 60px 75px;
  position: relative;
}

.fzds:before {
  position: absolute;
  left: 100px;
  top: 8px;
  right: 100px;
  height: 2px;
  background: #e6e6e6;
  content: "";
}

.fzds:first-child:before {
  left: 0;
}

.fzds:last-child:before {
  right: 0;
}

.fzds:nth-child(2n):before {
  right: 100px;
}

.fzds:nth-child(2n + 1):after {
  position: absolute;
  right: 0;
  top: 8px;
  bottom: -10px;
  content: "";
  width: 100px;
  border: 2px solid #e6e6e6;
  border-radius: 0 100% 100% 0/50%;
  border-left: none;
}

.fzds:nth-child(2n):after {
  position: absolute;
  left: 0;
  top: 8px;
  bottom: -10px;
  content: "";
  width: 100px;
  border: 1px solid #e6e6e6;
  border-radius: 100% 0 0 100%/50%;
  border-right: none;
}

.fzds:last-child:after {
  display: none;
}

.fzds .dot {
  width: 17px;
  height: 17px;
  background: #068874;
  border-radius: 50%;
  margin-left: 20px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.fzds li:hover .dot {
  margin-bottom: 5px;
}

.fzds h3 {
  font-size: 24px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 10px;
}

.fzds .txt {
  font-size: 16px;
  color: #212121;
  line-height: 1.3;
}

.fzds .txt p {
  margin-bottom: 9px;
}

.fzds .txt p:last-child {
  margin-bottom: 0;
}

.qyhz-list {
  display: flex;
  justify-content: center;
  margin: 0 -8px;
  margin-bottom: 25px;
}

.qyhz-list li {
  padding: 0 8px;
}

.qyhz-list img {
  width: 196px;
  border-radius: 6px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.qyhz-list li:hover img {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}

.qyhz-list:last-child {
  margin-bottom: 0;
}

.lxwm-box {
  padding-top: 50px;
  padding-bottom: 15px;
}

.lxwm {
  display: flex;
  flex-wrap: wrap;
  margin-right: -45px;
}

.lxwm li {
  width: 200px;
  text-align: center;
  margin-bottom: 35px;
  margin-right: 45px;
}

.lxwm .img {
  font-size: 0;
  transition: all 0.3s;
}

.lxwm li:hover .img {
  transform: translateY(-10px);
}

.lxwm .tit {
  font-weight: bold;
  margin-bottom: 15px;
}

.lxwm .addr {
  color: #4e5c6e;
  margin-bottom: 10px;
  line-height: 1.6;
}

.lxwm .contact {
  color: #4e5c6e;
}

.contact-list {
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
}

.contact-list li {
  width: 435px;
  height: 135px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 23px 20px 0 45px;
  transition: all 0.3s;
}

.contact-list li:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.contact-list .img {
  width: 112px;
  flex-shrink: 0;
}

.contact-list .info {
  flex: 1;
  font-size: 18px;
  padding-top: 15px;
}

.contact-list h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
  color: #43d88e;
}

.fc-blue {
  color: #068874 !important;
}

.tabnav {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.tabnav .item {
  min-width: 128px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 2px;
  text-align: center;
  padding: 0 10px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 15px;
  cursor: pointer;
}

.tabnav .item a {
  display: block;
}

.tabnav .item.active,
.tabnav .item:hover {
  background: #307ef5;
  color: #fff;
}

.tabnav .item a:hover {
  color: #fff;
}

.ryzs {
  padding-bottom: 100px;
  padding-top: 40px;
}

.ryzs-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.ryzs-list li {
  width: 373px;
  background: #fff;
  margin: 20px;
}

.ryzs-info {
  height: 224px;
  background: url(../images/ryzsbg.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 15px 0 10px;
}

.ryzs-info .img {
  margin-right: 8px;
}

.ryzs-info .img img {
  display: block;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.15);
}

.ryzs-info .txt {
  background: linear-gradient(270deg, #7b540d 0%, #cea14c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}

.ryzs-tit {
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 3px 14px 2px rgba(218, 218, 218, 0.44);
  text-align: center;
  line-height: 44px;
  color: #212121;
}

.ryzs-list li:hover .img img {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.3);
}

.ryzs-list li:hover .ryzs-tit {
  box-shadow: 0px 3px 8px 2px rgba(218, 218, 218, 0.8);
  color: #068874;
}

.shzr-box {
  padding: 40px 0 65px 0;
}

.shzr {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.shzr li {
  background: #fff;
  width: 373px;
  margin: 20px;
}

.shzr .img {
  font-size: 0;
  overflow: hidden;
}

.shzr .img img {
  transition: all 0.5s;
}

.shzr h3 {
  min-height: 60px;
  background: #ffffff;
  box-shadow: 0px 3px 14px 2px rgba(218, 218, 218, 0.44);
  display: flex;
  align-items: center;
  color: #212121;
  padding: 6px 15px;
  line-height: 1.4;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}

.shzr li:hover .img img {
  transform: scale(1.05);
}

.shzr li:hover h3 {
  color: #068874;
  box-shadow: 0px 3px 10px 2px rgba(218, 218, 218, 0.6);
}

.whsh {
  padding-top: 40px;
  padding-bottom: 65px;
}

.whsh-list {
  display: flex;
  flex-wrap: wrap;
  margin: -11px;
}

.whsh-list li {
  width: 385px;
  margin: 11px;
  overflow: hidden;
}

.whsh-list li img {
  display: block;
  transition: all 0.5s;
}

.whsh-list li:hover img {
  transform: scale(1.05);
}

.xygg-tabhd {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  width: 100%;
  padding: 0 20px;
}

.xygg-tabhd .item {
  text-align: center;
  padding: 10px 0 25px;
  font-size: 18px;
  color: #212121;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  min-width: 196px;
}

.xygg-tabhd .item:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 3px;
  background: #068874;
  display: none;
}

.xygg-tabhd .item.active:after {
  display: block;
}

.xxgg-tabbd,
.xyhd-tabbd {
  padding-top: 58px;
  height: auto;
  overflow: hidden;
}

.xxgg-switch {
  width: 642px;
  position: relative;
}

.xyhd .xxgg-switch {
  width: 620px;
}

.xxgg-switch li img {
  display: block;
}

.xxgg-switch .swiper-pagination {
  width: 100%;
  position: static;
  margin-top: 12px;
}

.xxgg-switch .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d8d8d8;
  opacity: 1;
  margin: 0 6px;
}

.xxgg-switch .swiper-pagination-bullet-active {
  background: #068874;
}

.xxgg-info {
  width: 500px;
}

.xxgg-info dt {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 32px;
}

.xxgg-info dd {
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  color: #4e5c6e;
  line-height: 1.5;
  position: relative;
}

.xxgg-info dd:before {
  content: "";
  width: 4px;
  height: 12px;
  background: #068874;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 6px;
}

.xxgg-info dd:last-child {
  margin-bottom: 0;
}

.xxgg-info dd:before {
  content: "";
}

.xxgg-info h3 {
  font-size: 16px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 5px;
}

.xxgg-info .txt {
  font-size: 16px;
  color: #4e5c6e;
}

.xsgg-tabbd {
  height: auto;
  overflow: hidden;
  margin-top: 60px;
  background: #fff;
}

.xsgg-tabbd .info {
  padding: 43px 43px 20px 73px;
  width: 582px;
  float: left;
}

.xsgg-tabbd .info-hd {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

.xsgg-tabbd .info-hd:before {
  content: "";
  background: url(../images/yh.png) no-repeat;
  display: block;
  width: 37px;
  height: 31px;
  position: absolute;
  left: -48px;
  top: -8px;
}

.xsgg-tabbd .info-bd {
  font-size: 16px;
  color: #4e5c6e;
  line-height: 1.6;
  margin-bottom: 60px;
}

.xsgg-tabbd .info-ft li {
  display: inline-block;
  vertical-align: top;
  padding-right: 28px;
  position: relative;
  margin-right: 28px;
}

.xsgg-tabbd .info-ft li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 58px;
  background: #cbcbcb;
}

.xsgg-tabbd .info-ft li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.xsgg-tabbd .info-ft li:last-child:after {
  display: none;
}

.xsgg-tabbd .info-ft .tit {
  font-size: 16px;
  color: #212121;
  margin-bottom: 5px;
}

.xsgg-tabbd .info-ft .txt {
  font-size: 22px;
  color: #068874;
}

.xsgg-tabbd .img {
  width: 618px;
  float: right;
}

.xsgg-tabbd .img img {
  display: block;
}

.hzal {
  background: #fff;
}

.hzal-item {
  height: auto;
  overflow: hidden;
}

.hzal-l {
  padding: 43px 45px 20px 73px;
  width: 582px;
  float: left;
}

.hzal-hd {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 30px;
}

.hzal-bd {
  margin-bottom: 35px;
}

.hzal-bd li {
  display: inline-block;
  vertical-align: top;
  padding-right: 28px;
  position: relative;
  margin-right: 28px;
}

.hzal-bd li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 58px;
  background: #cbcbcb;
}

.hzal-bd li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.hzal-bd li:last-child:after {
  display: none;
}

.hzal-bd .tit {
  font-size: 16px;
  color: #212121;
  margin-bottom: 5px;
}

.hzal-bd .txt {
  font-size: 22px;
  color: #068874;
}

.hzal-bd .txt small {
  font-size: 16px;
}

.hzal-ft {
  font-size: 16px;
  color: #4e5c6e;
  line-height: 1.6;
}

.hzal-r {
  width: 618px;
  float: right;
}

.hzal-r img {
  display: block;
}

.hzal-btns {
  position: absolute;
  left: 72px;
  bottom: 22px;
  z-index: 1;
}

.hzal-btns .swiper-pagination {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}

.hzal-btns .swiper-button-prev,
.hzal-btns .swiper-button-next {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  background-size: 14px 14px;
}

.hzal-btns .swiper-button-disabled {
  opacity: 0.4;
}

.xylx {
  display: flex;
  justify-content: space-between;
}

.xylx li {
  width: 380px;
  height: 205px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  overflow: hidden;
}

.xylx li:hover {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}

.xylx-hd {
  background: url(../images/xygg05.png) no-repeat center;
  height: 43px;
  line-height: 43px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.xylx-bd {
  padding: 15px 20px 20px 20px;
}

.xylx-bd .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.xylx-bd .attr {
  display: flex;
  justify-content: space-between;
}

.xylx-bd .attr-l {
  width: 225px;
}

.xylx-bd .txt {
  font-size: 14px;
  height: 35px;
  margin-bottom: 12px;
}

.xylx-bd .tel {
  font-size: 14px;
  margin-bottom: 5px;
}

.xylx-bd .email {
  font-size: 14px;
}

.xylx-bd .attr-r img {
  width: 90px;
}

/*新闻*/

.rc-banner .mbanner-txt {
  text-align: left;
  padding-left: 160px;
}

.rc-banner h2 {
  font-size: 50px;
  font-weight: bold;
  text-shadow: rgba(32, 84, 193, 1) 0 8px 8px;
  margin-bottom: 0;
}

.rc-banner h3 {
  font-size: 36px;
  font-weight: bold;
  text-shadow: rgba(32, 84, 193, 1) 0 8px 8px;
}

.rc-banner .btn-box {
  margin-top: 45px;
}

.rc-banner .btn {
  display: inline-block;
  width: 168px;
  height: 53px;
  border: #fff solid 1px;
  border-radius: 53px;
  margin-right: 58px;
  text-align: center;
  line-height: 53px;
  font-size: 26px;
}

.rc-banner .btn:hover {
  color: #fff;
  opacity: 0.85;
}

.rc-banner .btn-orange {
  background: #ef8302;
}

.rcll {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.rcll li {
  width: 33.33%;
  float: left;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s;
}

.rcll li:hover {
  transform: translateY(-10px);
}

.rcll .img img {
  height: 142px;
}

.rcll h3 {
  font-size: 20px;
  margin-top: 18px;

  font-weight: bold;
  color: #212121;
  line-height: 28px;
  letter-spacing: 1px;
}

.rcll p {
  font-size: 16px;
  margin-top: 7px;

  color: #4e5c6e;
  line-height: 22px;
  letter-spacing: 1px;
}

.pytx {
  display: flex;
  justify-content: space-between;
}

.pytx li {
  width: 338px;
  height: 390px;
  background: #fff url(../images/pytx-bg.png) no-repeat center top/100% auto;
  position: relative;
  box-shadow: #eff2f3 0 10px 10px;
  overflow: hidden;
  border-radius: 15px;
  padding: 40px 50px 0 30px;
  transition: all 0.3s;
}

.pytx li:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 15px 2px;
  transform: scale(1.03);
}

.pytx-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 136px;
  height: 124px;
}

.pytx-icon img {
  display: block;
  max-width: initial;
}

.pytx-hd {
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  background: url(../images/pytx-line.png) no-repeat left bottom / 55px auto;
  font-size: 26px;
  font-weight: bold;
}

.pytx-bd {
  position: relative;
  z-index: 1;
}

.pytx-bd p {
  margin-top: 15px;
  background: url(../images/pytx-chk.png) no-repeat left 6px/13px auto;
  padding-left: 20px;
  line-height: 1.8;
}

.ygfl {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
}

.ygfl-l {
  width: 693px;
}

.ygfl-r {
  width: 440px;
  position: relative;
  top: -18px;
}

.ygfl-tit {
  font-size: 20px;

  font-weight: bold;
  color: #212121;
  line-height: 32px;
  letter-spacing: 1px;
  position: relative;
}

.ygfl-tit:after {
  content: "";
  background: url(../images/ygfl-titbg.png) no-repeat center;
  width: 40px;
  height: 30px;
  position: absolute;
  left: -50px;
  top: -5px;
}

.ygfl-list {
  margin-top: 34px;
  margin-left: 5px;
}

.ygfl-list li {
  height: 71px;
  background: #f8f9fc;
  border-radius: 3px;
  margin-bottom: 18px;
  padding: 13px 27px 13px 20px;
  font-size: 16px;
  cursor: pointer;
  color: #4e5c6e;
  line-height: 22px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  border-left: transparent solid 8px;
}

.ygfl-list li.active {
  box-shadow: 0px 3px 14px 2px rgba(218, 218, 218, 0.44);
  background: #fff;
  border-left-color: #068874;
}

.rczp {
  margin-top: 26px;
  margin-bottom: 100px;
}

.rczp .wrapper {
  display: flex;
  justify-content: space-between;
}

.rczp-l {
  width: 888px;
}

.rczp-r {
  width: 287px;
}

.rczp-search {
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.rczp-search input {
  width: 100%;
  height: 40px;
  border: 1px solid #ebebea;
  float: left;
  font-size: 16px;

  color: #b8b8b8;
  line-height: 22px;
  letter-spacing: 1px;
  padding-left: 66px;
  background: url(../images/rczp-searchicon.png) no-repeat 32px center;
}

.rczp-search button {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 124px;
  height: 40px;
  background: #317bf1;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 1px;
  float: left;
  border: none;
}

.rczp-type {
  margin-top: 27px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.rczp-type dl {
  margin-top: 20px;
}

.rczp-type dt {
  display: inline-block;
  width: 115px;
  font-size: 14px;

  font-weight: bold;
  color: #212121;
  line-height: 20px;
}

.rczp-type dd {
  display: inline-block;
  width: 80px;
  font-size: 14px;

  color: #212121;
  line-height: 20px;
}

.rczp-type dd.active a {
  color: #317bf1;
}

.rczp-list-box {
  margin-top: 40px;
}

.rczp-type .more {
  position: absolute;
  right: 0;
  top: 0;
}

.rczp-type .morebtn {
  background: none;
  border: none;
  cursor: pointer;
  background: url(../images/rczp-typearr.png) no-repeat right 8px;
  padding-right: 18px;
  display: inline-block;
  height: 50px;
  line-height: 20px;
}

.rczp-type .morebtn:hover {
  color: #317bf1;
}

.rczp-type .morebox {
  width: 584px;
  height: 367px;
  background: #ffffff;
  box-shadow: 0px 3px 14px 2px rgba(218, 218, 218, 0.44);
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 9;
  display: none;
  /*opacity: 0;
visibility: hidden;
transition: 0.3s;
-webkit-transition: 0.3s;*/
}

.rczp-type .more:hover .morebox {
  /*opacity: 1;
	visibility: visible;*/
}

.rczp-type .morebox-bd {
  overflow: hidden;
  min-height: 317px;
  position: relative;
}

.rczp-type .morebox-bd:after {
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  left: 350px;
  position: absolute;
  background: #ededed;
}

.rczp-type .morebox-bdl {
  width: 350px;
  float: left;
  padding: 20px 23px;
}

.rczp-type .morebox-bdl h3 {
  font-size: 14px;
  color: #212121;
  line-height: 20px;
}

.rczp-type .morebox-bdl h3 a {
  background: url(../images/right-arr.png) no-repeat right center;
  display: inline-block;
  padding-right: 15px;
  margin-right: 5px;
  color: #317bf1;
}

.rczp-type .morebox-bdl ul {
  overflow: hidden;
}

.rczp-type .morebox-bdl li {
  width: 33.33%;
  float: left;
  margin-top: 16px;
}

.rczp-type .morebox-bdl li font {
}

.rczp-type .morebox-bdl li:hover font {
  display: inline-block;
  padding-right: 15px;
  background: url(../images/right-arr2.png) no-repeat right center;
  color: #317bf1;
}

.rczp-type .morebox-bdr {
  width: 234px;
  float: right;
  padding: 20px 16px;
  position: relative;
}

.rczp-type .morebox-bdr h3 {
  font-size: 14px;
  color: #212121;
  line-height: 20px;
}

.rczp-type .morebox-bdr ul {
  overflow: hidden;
}

.rczp-type .morebox-bdr li {
  width: 33.33%;
  float: left;
  margin-top: 16px;
  cursor: pointer;
}

.rczp-type .morebox-bdr li > span {
  display: inline-block;
  background: url(../images/closebtn.png) no-repeat right center;
  padding-right: 16px;
}

.rczp-type .morebox-bdr .clearbtn {
  position: absolute;
  right: 16px;
  top: 20px;
  color: #317bf1;
  font-size: 14px;
  cursor: pointer;
}

.rczp-type .morebox-ft {
  border-top: 1px solid #f3f3f3;
  padding: 12px 17px;
  text-align: right;
}

.rczp-type .morebox-ft .btn {
  width: 46px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  margin-left: 5px;
  font-size: 12px;
}

.rczp-type .morebox-ft .btn2 {
  border-color: #317bf1;
  color: #fff;
  background: #317bf1;
}

.rczp-type .clear {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
  color: #317bf1;
  line-height: 20px;
}

.rczp-list-total {
  padding-left: 20px;
  font-size: 14px;

  color: #212121;
  line-height: 20px;
}

.rczp-list {
  margin-top: 20px;
}

.rczp-list li {
  padding: 24px 18px 27px 20px;
  border-bottom: 1px solid #f3f3f3;
}

.rczp-list li:hover {
  background: #f4f8fe;
}

.rczp-list li .tit {
  font-size: 20px;

  font-weight: bold;
  color: #212121;
  line-height: 28px;
}

.rczp-list li .fire {
  background: url(../images/rczp-fire@2x.png) no-repeat center/cover;
  width: 14px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
}

.rczp-list li .attr {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  color: #212121;
}

.rczp-list li .addr {
  background: url(../images/rczp-addr.png) no-repeat left center;
  padding-left: 16px;
}

.rczp-list-ft {
  text-align: center;
  margin-top: 55px;
}

.rczp-hothd {
  padding-top: 10px;
}

.rczp-hothd h3 {
  font-size: 14px;
  font-weight: bold;
  color: #212121;
  line-height: 20px;
  background: url(../images/rczp-fire@2x.png) no-repeat 17px center/14px auto;
  padding-left: 38px;
}

.rczp-hotbd {
  margin-top: 14px;
}

.rczp-hotbd li {
  padding: 17px;
  border-bottom: 1px solid #f3f3f3;
}

.rczp-hotbd li:hover {
  background: #f4f8fe;
}

.rczp-hotbd li:last-child {
  border: none;
}

.rczp-hotbd li .tit {
  font-size: 14px;

  font-weight: bold;
  color: #212121;
  line-height: 20px;
}

.rczp-hotbd li .time {
  font-size: 12px;
  margin-top: 6px;
  color: #7a7777;
  line-height: 17px;
}

/*人才招聘-详情.html*/
.rczp-detail {
  margin-top: 45px;
}

.rczp-detail .wrapper {
  width: 897px;
}

.headerblue-box {
  background: #068874;
}

.headerblue {
  background: rgba(80, 156, 255, 0.69);
  box-shadow: none;
}

.headerblue .nav > li > a {
  color: #fff;
}

.headerblue .tel {
  color: #fff;
}

.footer2 {
  text-align: center;
}

.footer2 span {
  display: block;
  margin: 5px 0;
  color: #aaa;
}

.rczp-detail {
  padding-bottom: 30px;
}

.rczp-detail-hd {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 12px;
}

.rczp-detail-hd .tit {
  display: flex;
  justify-content: space-between;
  font-size: 28px;

  font-weight: bold;
  color: #212121;
  line-height: 40px;
}

.rczp-detail-hd .tit-r {
  color: #ff9600;
}

.rczp-detail-hd .attr {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;

  color: #212121;
  line-height: 20px;
}

.rczp-detail-hd .attr-r {
  color: #737373;
}

.rczp-detail-hd .addr {
  background: url(../images/rczp-addr.png) no-repeat left center;
  padding-left: 16px;
}

.rczp-detail-bd {
  max-width: 660px;
  padding-top: 35px;
  font-size: 14px;
  padding-bottom: 28px;

  color: #212121;
  line-height: 2.2;
}

.rczp-detail-bd h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.rczp-detail-bd p {
  margin-bottom: 30px;
}

.rczp-detail-ft {
  padding: 30px 0;
  border-top: 1px solid #f3f3f3;
  font-size: 16px;

  line-height: 22px;
}

.rczp-detail-ft strong {
  color: #ff5151;
}

/*复选框美化*/
.chkbox {
  cursor: pointer;
}

.chkbox input {
  display: none;
}

.chkbox input + i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  position: relative;
  top: 2px;
  margin-right: 5px;
  box-sizing: border-box;
}

.chkbox input:checked + i {
  border-color: #317bf1;
  background: #317bf1 url(../images/chkbox_on.png) no-repeat center/11px auto;
}

/*单独样式美化*/
.mysoluthion_subtile {
  font-size: 17px;
  color: #505050;
  line-height: normal;
  width: 100%;
}

.mysoluthion_subtile img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
