*{
  transition: background,color 0.3s;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 138px;
  z-index: 2;
  background: url(../images/header-bg.png) no-repeat center top/cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 100px;
}

.header .logo {
  height: 58px;
}

.header .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .right .nav ul {
  display: flex;
}

.header .right .nav ul li {
  position: relative;
  height: 138px;
  line-height: 138px;
  width: 110px;
  text-align: center;
  box-sizing: border-box;
}

.header .right .nav ul li:hover, .header .right .nav ul li.on {
  border-bottom: 3px solid #0f3474;
}

.header .right .nav ul li:hover > a, .header .right .nav ul li.on > a {
  color: #0f3474;
}

.header .right .nav ul li:hover .menu {
  display: block;
}

.header .right .nav ul li > a {
  font-size: 18px;
  color: #000000;
}

.header .right .nav ul li .menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}

.header .right .nav ul li .menu a {
  border-top: 2px solid #aab1bf;
  font-size: 18px;
  color: #5c5c5c;
  display: block;
  height: 52px;
  line-height: 52px;
  background: #ffffff;
  text-align: center;
}

.header .right .nav ul li .menu a:first-child {
  border-top: 0;
}

.header .right .nav ul li .menu a:hover {
  background: #0f3474;
  color: #fff;
}

.header .right .nav-btn a {
  margin-left: 20px;
}

.header .right .nav-btn a:last-child {
  margin-right: 0;
}

.fixed-nav {
  position: absolute;
  top: 138px;
  z-index: 3;
  width: 100%;
  background: #fff;
  display: none;
}

.fixed-nav a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #5c5c5c;
}

.fixed-nav a:hover {
  background: #0f3474;
  color: #fff;
}

.search {
  position: absolute;
  top: 158px;
  z-index: 3;
  right: 10%;
  background: #fff;
  padding: 20px 40px;
  display: none;
}

.search input {
  width: 300px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.search button {
  height: 30px;
  border: 0;
  padding: 0 20px;
  background: #0f3474;
  color: #fff;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
}

.banner {
  position: relative;
}

.banner .next-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 52px;
  z-index: 5;
  font-size: 14px;
  color: #22447f;
  text-align: center;
}

.banner .next-prev .prev, .banner .next-prev .next {
  position: relative;
  cursor: pointer;
}

.banner .next-prev .prev::after, .banner .next-prev .next::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.banner .next-prev .prev {
  padding-top: 15px;
}

.banner .next-prev .prev:hover::after {
  border-bottom: 12px solid #0f3474;
}

.banner .next-prev .prev::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #61a1d2;
  top: 0;
}

.banner .next-prev .next {
  padding-bottom: 15px;
}

.banner .next-prev .next:hover::after {
  border-top: 12px solid #0f3474;
}

.banner .next-prev .next::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #61a1d2;
  bottom: 0;
}

.banner .next-prev .line {
  width: 1px;
  height: 40px;
  border-left: 1px solid #22447f;
  margin: 5px auto;
}

.banner img {
  max-width: 100%;
}

.banner .swiper-pagination {
  width: auto;
  bottom: 58px;
  left: 10%;
  font-size: 0;
}

.banner .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  background: #61a1d2;
  border-radius: 4px;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  width: 95px;
  background: #0f3474;
}

.home-introduce {
  display: flex;
  height: 1080px;
}

.home-introduce .aside {
  width: 484px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #e1ebfc;
  box-sizing: border-box;
  padding-right: 68px;
}

.home-introduce .aside .item {
  margin-bottom: 200px;
  cursor: pointer;
  position: relative;
}

.home-introduce .aside .item::after {
  content: "";
  display: none;
  position: absolute;
  right: 15%;
  top: 10%;
  width: 41px;
  height: 26px;
  background: url(../images/icon4.png) no-repeat center center/cover;
}

.home-introduce .aside .item:hover h1, .home-introduce .aside .item:hover span, .home-introduce .aside .item.on h1, .home-introduce .aside .item.on span {
  color: #0f3474;
}

.home-introduce .aside .item:hover::after, .home-introduce .aside .item.on::after {
  /*display: block;*/
}
.home-introduce .aside .item.on h1::after{
  display: block;
}

.home-introduce .aside .item h1 {
  font-size: 31px;
  color: #010101;
  position: relative;
}
.home-introduce .aside .item h1:hover::after{
  display: block;
}
.home-introduce .aside .item h1::after{
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 41px;
  height: 26px;
  background: url(../images/icon4.png) no-repeat center center;
}
.home-introduce .aside .item h1 img{
  height: 29px;
}

.home-introduce .aside .item span {
  font-size: 18px;
  color: #464646;
}

.home-introduce .main {
  flex: 1;
  background: url(../images/introduce.jpg) no-repeat center center/cover;
  position: relative;
  overflow-y: auto;
}

.home-introduce .main .swiper-slide {
  background: none;
  display: block;
  box-sizing: border-box;
  padding: 250px 118px 0;
  text-align: left;
}

.home-introduce .main .title {
  font-size: 47px;
  color: #000000;
}

.home-introduce .main p {
  font-size: 18px;
  color: #2b2b2b;
  line-height: 37px;
  margin-bottom: 63px;
}

.home-introduce .main span {
  display: inline-block;
  font-size: 16px;
  color: #0f3474;
  padding-bottom: 6px;
  border-bottom: 1px solid #0f3474;
  font-weight: bold;
  margin-bottom: 92px;
}

.home-introduce .main .tips {
  display: flex;
  justify-content: space-between;
}

.home-introduce .main .tips h2 {
  font-size: 18px;
  color: #0f3474;
}

.home-introduce .main .tips h1 {
  font-size: 62px;
  font-weight: bold;
  color: #0f3474;
}

.home-introduce .main .btn {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10%;
  width: 100%;
  z-index: 5;
}

.home-introduce .main .btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 15px;
  border-left: 1px solid #4176a9;
}

.home-introduce .main .btn .prev, .home-introduce .main .btn .next {
  width: 32px;
  height: 15px;
  margin: 0 20px;
  cursor: pointer;
}

.home-introduce .main .btn .prev {
  background: url(../images/next.png) no-repeat center center/cover;
  transform: rotate(180deg);
}

.home-introduce .main .btn .prev:hover {
  background: url(../images/prev.png) no-repeat center center/cover;
  transform: rotate(0);
}

.home-introduce .main .btn .next {
  background: url(../images/next.png) no-repeat center center/cover;
}

.home-introduce .main .btn .next:hover {
  background: url(../images/prev.png) no-repeat center center/cover;
  transform: rotate(180deg);
}

.home-product {
  display: flex;
  align-items: center;
  height: 1080px;
  background: url(../images/product-bg.jpg) no-repeat center center/cover;
  padding: 0 0 0 120px;
}

.home-product .menu {
  text-align: center;
  padding: 50px 0;
  line-height: 130px;
  margin-right: 100px;
}

.home-product .menu a {
  font-size: 20px;
  color: #252525;
  position: relative;
  display: inline-block;
}

.home-product .menu a:hover::after, .home-product .menu a.on::after {
  display: block;
}

.home-product .menu a::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(70px, -50%);
  width: 41px;
  height: 26px;
  background: url(../images/icon4.png) no-repeat center center;
}

.home-product .childBox {
  background: #eff4fb;
  text-align: center;
  width: 241px;
  margin-right: 33px;
}

.home-product .childBox .child-item .child-title {
  background: #61a1d2;
  padding: 30px 0 24px;
}

.home-product .childBox .child-item .child-title img {
  margin-bottom: 15px;
}

.home-product .childBox .child-item .child-title h1 {
  font-size: 20px;
  color: #ffffff;
}

.home-product .childBox .child-item .child-menu {
  padding: 30px 0;
}

.home-product .childBox .child-item .child-menu a {
  display: block;
  font-size: 16px;
  color: #232323;
  line-height: 100px;
}

.home-product .childBox .child-item .child-menu a:hover {
  color: #60a0d1;
  font-weight: bold;
}


.home-product .main {
  width: 950px;
}

.home-product .main .swiper-slide {
  background: none;
  text-align: left;
  justify-content: flex-start;
}

.home-product .main .swiper-slide .text {
  margin-right: 100px;
}

.home-product .main .swiper-slide .text .title {
  font-size: 33px;
  color: #0f3474;
  margin-bottom: 20px;
  font-weight: bold;
}

.home-product .main .swiper-slide .text p {
  font-size: 18px;
  color: #4b4b4b;
  margin-bottom: 145px;
  width: 372px;
}

.home-product .main .swiper-slide .text span {
  display: inline-block;
  font-size: 16px;
  color: #0f3474;
  padding-bottom: 6px;
  border-bottom: 1px solid #0f3474;
  font-weight: bold;
}

.home-product .main .swiper-slide .img {
  width: 476px;
  height: 661px;
  background: #fff;
  display: flex;
}

.home-product .main .swiper-slide .img img {
  max-width: 100%;
  margin: auto;
}

.home-product .main .btn {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}

.home-product .main .btn .prev {
  transform: rotate(180deg);
}

.home-product .main .btn .prev:hover {
  transform: rotate(0deg);
}

.home-product .main .btn .next {
  margin-left: 20px;
}

.home-product .main .btn .next:hover {
  transform: rotate(180deg);
}

.home-product .main .btn .prev, .home-product .main .btn .next {
  width: 42px;
  height: 42px;
  cursor: pointer;
  background: url(../images/next1.png) no-repeat center center;
}

.home-product .main .btn .prev:hover, .home-product .main .btn .next:hover {
  background: url(../images/prev1.png) no-repeat center center;
}

.home-tab {
  height: 1073px;
  display: flex;
}

.home-tab .aside {
  flex: 50%;
  background: url(../images/product2.png?v=1) no-repeat center center/cover;
  position: relative;
  box-sizing: border-box;
  padding: 260px 58px 0 200px;
}

.home-tab .aside .title {
  font-size: 47px;
  color: #0f3474;
  margin-bottom: 37px;
}

.home-tab .aside .menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.home-tab .aside .menu a {
  width: 33%;
  font-size: 20px;
  color: #444;
  margin-bottom: 25px;
  height: 26px;
  line-height: 26px;
}
.home-tab .aside .menu a.on{
  color: #0f3474;
}

.home-tab .aside .menu a:hover .icon, .home-tab .aside .menu a.on .icon {
  display: inline-block;
}

.home-tab .aside .menu a .icon {
  display: none;
}

.home-tab .aside .text {
  margin-bottom: 60px;
}

.home-tab .aside .text p {
  font-size: 18px;
  color: rgba(75, 75, 75, 0.7);
}

.home-tab .aside .links a {
  display: none;
  font-size: 16px;
  color: #0f3474;
  padding-bottom: 6px;
  border-bottom: 1px solid #0f3474;
  font-weight: bold;
}

.home-tab .aside .page {
  font-size: 18px;
  color: #505050;
  position: absolute;
  bottom: 92px;
  display: flex;
  align-items: flex-end;
}

.home-tab .aside .page .active {
  font-size: 50px;
  line-height: 50px;
  color: #0f3474;
}

.home-tab .img {
  width: 50%;
}

.home-tab .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-news {
  background: url(../images/news.png) no-repeat center center/cover;
}

.home-news .marginAuto {
  width: 1680px;
}

.home-news .news-title {
  padding: 0 60px 0;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-news .news-title .title {
  font-size: 47px;
  color: #092b62;
}

.home-news .news-title .btn {
  display: flex;
}

.home-news .news-title .btn .prev {
  transform: rotate(180deg);
}

.home-news .news-title .btn .prev:hover {
  transform: rotate(0deg);
}

.home-news .news-title .btn .next {
  margin-left: 20px;
}

.home-news .news-title .btn .next:hover {
  transform: rotate(180deg);
}

.home-news .news-title .btn .prev, .home-news .news-title .btn .next {
  width: 42px;
  height: 42px;
  cursor: pointer;
  background: url(../images/next1.png) no-repeat center center;
}

.home-news .news-title .btn .prev:hover, .home-news .news-title .btn .next:hover {
  background: url(../images/prev1.png) no-repeat center center;
}

.home-news .list {
  display: flex;
  border-top: 2px solid #dde5f1;
}

.home-news .list .swiper-slide {
  display: block;
  text-align: left;
  width: 33%;
  box-sizing: border-box;
  border-right: 2px solid #dde5f1;
  padding: 40px 33px 0;
}

.home-news .list .swiper-slide:last-child {
  border-right: 0;
}

.home-news .list .swiper-slide .img {
  text-align: center;
  margin-bottom: 50px;
}

.home-news .list .swiper-slide .img img {
  width: 100%;
  height: 253px;
}

.home-news .list .swiper-slide .time {
  font-size: 14px;
  color: #595959;
  margin-bottom: 39px;
}

.home-news .list .swiper-slide .title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.home-news .list .swiper-slide p {
  font-size: 14px;
  color: #4b4b4b;
  margin-bottom: 90px;
}

.home-news .list .swiper-slide span {
  display: inline-block;
  font-size: 16px;
  color: #0f3474;
  padding-bottom: 6px;
  border-bottom: 1px solid #0f3474;
  font-weight: bold;
  margin-bottom: 46px;
}

.home-news .list .swiper-slide:hover {
  background: #0f3474;
  border-right: 2px solid #0f3474;
}

.home-news .list .swiper-slide:hover .time, .home-news .list .swiper-slide:hover .title, .home-news .list .swiper-slide:hover p, .home-news .list .swiper-slide:hover span {
  color: #fff;
}

.home-news .list .swiper-slide:hover span {
  border-bottom: 1px solid #fff;
}

.footer {
  background: #0f3474;
  padding: 74px 0 0;
}

.footer .marginAuto {
  width: 1680px;
  display: flex;
  padding-bottom: 48px;
}

.footer .left {
  padding-right: 68px;
  border-right: 1px solid #335289;
}

.footer .left .logo {
  margin-bottom: 40px;
}

.footer .left .logo img {
  width: 217px;
  height: 89px;
}

.footer .left .tel .item {
  margin-bottom: 20px;
}

.footer .left .tel h2 {
  font-size: 16px;
  color: #b5cbf1;
}

.footer .left .tel a {
  display: block;
  font-size: 29px;
  color: #ffffff;
}

.footer .menu {
  flex: 1;
  display: flex;
  border-left: 1px solid #001232;
  border-right: 1px solid #335289;
  padding: 0 0 0 60px;
}

.footer .menu .item {
  margin-right: 56px;
}
.footer .menu .item .children{margin-top: 5px;}
.footer .menu .item > a {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer .menu .item .children a {
  display: block;
  font-size: 18px;
  color: #b5cbf1;
  line-height: 45px;
}

.footer .right {
  border-left: 1px solid #001232;
  padding-left: 30px;
  width: 290px;
}

.footer .right .share {
  display: flex;
  margin-bottom: 32px;
}

.footer .right .share a {
  text-align: center;
  margin-right: 35px;
}

.footer .right .share a:last-child {
  margin-right: 0;
}

.footer .right .share a img {
  margin-bottom: 14px;
}

.footer .right .share a h1 {
  font-size: 16px;
  color: #b5cbf1;
}

.footer .right .address, .footer .right .email {
  margin-bottom: 20px;
}

.footer .right .address h2, .footer .right .email h2 {
  font-size: 16px;
  color: #b5cbf1;
}

.footer .right .address p, .footer .right .email p {
  font-size: 25px;
  color: #ffffff;
}

.footer .copyright {
  background: #01225a;
  line-height: 96px;
  font-size: 20px;
  color: #6b90d1;
  text-align: center;
}
.footer .copyright a{
  color: #6b90d1;
}
.product-details .marginAuto {
  width: 1603px;
}

.product-details .kv {
  position: relative;
  width: 100%;
  background: url(../images/cpzxxq_01.jpg);
}

.product-details .kv > .img {
  width: 100%;
}
.product-details .kv{padding-top: 200px}
 .product-details .kv .content p{
    width: 600px;margin:0 auto;
 }
.product-details .kv .swiper-container{
  /*position: absolute;*/
  z-index: 9;
  width:873px;
  margin:0 auto;
  margin-top:20px;
  position: relative;
  z-index: 2;
/*  top: 220px;
  width: 873px;*/
  /*left: 50%;
  transform: translate(-50%, 0);*/
}

.product-details .kv .swiper-button-next:after, .product-details .kv .swiper-button-prev:after {
  color: #0f3474;
}
.product-details .kv .swiper-wrapper{align-items: center;  }
.product-details .kv .swiper-slide {
  background: none;
  display: block;
  height:100%;
  
}

.product-details .kv  h1 {
  font-size: 31px;
  color: #313131;
  margin-bottom: 20px;
  text-align: center;
}

.product-details .kv p {
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 52px;
  text-align: center;
}

.product-details .list {
  background: #f8f9fa;
  position: relative;
  padding-top: 252px;
  top:-100px;
  padding-bottom: 80px;
}

.product-details .list::after {
  content: "";
  height: 310px;
  background: #ebebeb;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.product-details .list .marginAuto {
  position: relative;
  width: 1603px;
  z-index: 3;
  display: flex;
}

.product-details .list .item {
  width: 520px;
  background: url(../images/cpzxxq2.jpg) no-repeat center center/cover;
  margin-right: 43px;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.17);
  padding: 80px 40px 0;
  min-height: 610px;
}

.product-details .list .item:last-child {
  margin-right: 0;
}

.product-details .list .item:last-child p {
  background: url(../images/icon8.png) no-repeat left 5px;
  padding-left: 22px;
}

.product-details .list .item h1 {
  font-size: 31px;
  color: #222222;
  text-align: center;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 17px;
}

.product-details .list .item h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 64px;
  height: 4px;
  background: #0e3473;
}

.product-details .list .item p {
  font-size: 14px;
  color: #484848;
  margin-bottom: 20px;
}

.product-details .list .item p:last-child {
  margin-bottom: 0;
}

.position {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: rgba(255,255,255,0.7);
  width: 1600px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 36px;
  height: 50px;
  align-items: center;

}

.position .progress {
  background: url(../images/cpzx_icon1.png) no-repeat left center;
  padding-left: 30px;
  display: flex;
}

.position .progress a {
  font-size: 14px;
  color: #838282;
  position: relative;
  margin-right: 14px;
}

.position .progress a:hover, .position .progress a:last-child {
  color: #0f3474;
}

.position .progress a::before {
  content: ">";
  margin-right: 14px;
}

.product .kv, .medicalApplications .kv, .news .kv, .userServices .kv, .recruit .kv, .clinicalSolutions .kv, .contactUs .kv, .aboutUs .kv {
  position: relative;
}

.product .kv > img, .medicalApplications .kv > img, .news .kv > img, .userServices .kv > img, .recruit .kv > img, .clinicalSolutions .kv > img, .contactUs .kv > img, .aboutUs .kv > img {
  width: 100%;
}

.product .list-main {
  background: url(../images/cpzx-bg.jpg) repeat;
}

.product .list-main .marginAuto {
  width: 1600px;
}

.product .list-main .menu {
  display: flex;
}

.product .list-main .menu .item {
  flex: 1;
  text-align: center;
  padding: 43px 0;
}

.product .list-main .menu .item:hover h1,.product .list-main .menu .item.on h1{
  color: #054e99;
}

.product .list-main .menu .item:nth-child(1):hover .icon,.product .list-main .menu .item:nth-child(1).on  .icon{
  background: url(../images/cpzx_icon2_1.png) no-repeat center center;
}

.product .list-main .menu .item:nth-child(1) .icon {
  background: url(../images/cpzx_icon2.png) no-repeat center center;
}

.product .list-main .menu .item:nth-child(2):hover .icon,.product .list-main .menu .item:nth-child(2).on .icon{
  background: url(../images/cpzx_icon3_1.png) no-repeat center center;
}

.product .list-main .menu .item:nth-child(2) .icon {
  background: url(../images/cpzx_icon3.png) no-repeat center center;
}

.product .list-main .menu .item:nth-child(3):hover .icon,.product .list-main .menu .item:nth-child(3).on  .icon{
  background: url(../images/cpzx_icon4_1.png) no-repeat center center;
}

.product .list-main .menu .item:nth-child(3) .icon {
  background: url(../images/cpzx_icon4.png) no-repeat center center;
}

.product .list-main .menu .item:nth-child(4):hover .icon,.product .list-main .menu .item:nth-child(4).on  .icon{
  background: url(../images/cpzx_icon5_1.png) no-repeat center center;
}

.product .list-main .menu .item:nth-child(4) .icon {
  background: url(../images/cpzx_icon5.png) no-repeat center center;
}

.product .list-main .menu .item:nth-child(5):hover .icon,.product .list-main .menu .item:nth-child(5).on  .icon{
  background: url(../images/cpzx_icon6_1.png) no-repeat center center;
}

.product .list-main .menu .item:nth-child(5) .icon {
  background: url(../images/cpzx_icon6.png) no-repeat center center;
}

.product .list-main .menu .item:nth-child(6) .icon {
  background: url(../images/cpzx_icon9.png) no-repeat center center;
}
.product .list-main .menu .item:nth-child(6):hover .icon,.product .list-main .menu .item:nth-child(6).on  .icon{
  background: url(../images/cpzx_icon9_1.png) no-repeat center center;
}

.product .list-main .menu .item .icon {
  width: 100%;
  height: 47px;
  display: inline-block;
  margin-bottom: 10px;
}

.product .list-main .menu .item h1 {
  font-size: 20px;
  color: #8d98a6;
}

.product .list-main .list .list-item {
  display: flex;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  margin-bottom: 29px;
}

.product .list-main .list .tips {
  width: 400px;
  background: #fff;
  box-sizing: border-box;
  border-right: 1px solid #dbdbdb;
  padding: 36px 32px 0;
  position: relative;
}

.product .list-main .list .tips .logo {
  height: 34px;
  display: block;
  margin-bottom: 117px;
}

.product .list-main .list .tips h1 {
  text-align: center;
  font-size: 25px;
  color: #0f3474;
  border-bottom: 1px solid #c1cadb;
  padding-bottom: 17px;
  margin-bottom: 20px;
}

.product .list-main .list .tips p {
  font-size: 14px;
  color: #686868;
  line-height: 25px;
}

.product .list-main .list .tips .btn {
  bottom: 34px;
  right: 30px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
}

.product .list-main .list .tips .btn .prev {
  transform: rotate(180deg);
}

.product .list-main .list .tips .btn .prev:hover {
  transform: rotate(0deg);
}

.product .list-main .list .tips .btn .next {
  margin-left: 20px;
}

.product .list-main .list .tips .btn .next:hover {
  transform: rotate(180deg);
}

.product .list-main .list .tips .btn .prev, .product .list-main .list .tips .btn .next {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: url(../images/cpzx_icon7.png) no-repeat center center;
}

.product .list-main .list .tips .btn .prev:hover, .product .list-main .list .tips .btn .next:hover {
  background: url(../images/cpzx_icon8.png) no-repeat center center;
}

.product .list-main .list .swiper-container {
  flex: 1;
}

.product .list-main .list .swiper-container .swiper-slide {
  flex-direction: column;
  box-sizing: border-box;
  border-right: 1px solid #dbdbdb;
}

.product .list-main .list .swiper-container .swiper-slide:hover h1 {
  background: #0f3474;
  color: #ffffff;
}

.product .list-main .list .swiper-container .swiper-slide .img {
  width: 100%;
  height: 530px;
  display: flex;
}

.product .list-main .list .swiper-container .swiper-slide .img img {
  margin: auto;
  height: 430px;
}

.product .list-main .list .swiper-container .swiper-slide h1 {
  width: 100%;
  font-size: 20px;
  color: #353535;
  line-height: 77px;
}

.medicalApplications {
  background: url(../images/cpzx-bg.jpg) repeat;
}

.medicalApplications .list {
  padding: 29px 0;
  width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.medicalApplications .list .item {
  margin-right: 30px;
  position: relative;
  margin-bottom: 25px;
}

.medicalApplications .list .item:hover h1 {
  display: none;
}

.medicalApplications .list .item:hover .text {
  display: block;
}

.medicalApplications .list .item:hover .text::after {
  width: 90%;
  height: 90%;
}

.medicalApplications .list .item:nth-child(2n) {
  margin-right: 0;
}

.medicalApplications .list .item h1 {
  position: absolute;
  bottom: 0;
  line-height: 105px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  background: rgba(0, 29, 78, 0.74);
}

.medicalApplications .list .item .text {
  display: none;
  background: rgba(0, 29, 78, 0.74);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 150px;
  transition: all .3s ease 0s;
}

.medicalApplications .list .item .text::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #748aa2;
  transition: all .3s ease 0s;
}

.medicalApplications .list .item .text h2 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 14px;
}

.medicalApplications .list .item .text p {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 86px;
  padding: 0 50px;
}

.medicalApplications .list .item .text span {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  padding-bottom: 6px;
  border-bottom: 1px solid #87b7b7;
  font-weight: bold;
  margin-bottom: 92px;
}

.news {
  background: url(../images/cpzx-bg.jpg) repeat;
  padding-bottom: 70px;
}

.news .list {
  width: 1600px;
  margin: 0 auto;
  padding: 94px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.news .list .item {
  width: 352px;
  margin-right: 45px;
  margin-bottom: 60px;
}

.news .list .item:nth-child(4n) {
  margin-right: 0;
}

.news .list .item:hover .img img {
  transform: scale(1.1);
}

.news .list .item:hover .time, .news .list .item:hover h1, .news .list .item:hover p, .news .list .item:hover span {
  color: #0f3474;
}

.news .list .item:hover span {
  background: url(../images/next3_1.png) no-repeat right center;
}

.news .list .item .img {
  margin-bottom: 30px;
  overflow: hidden;
}

.news .list .item .img img {
  transition: all .3s ease 0s;
}

.news .list .item .time {
  font-size: 14px;
  color: #353535;
  margin-bottom: 3px;
}

.news .list .item h1 {
  font-size: 20px;
  color: #353535;
  margin-bottom: 6px;
  font-weight: bold;
}

.news .list .item p {
  font-size: 12px;
  color: #353535;
  margin-bottom: 40px;
}

.news .list .item span {
  display: inline-block;
  font-size: 12px;
  color: #353535;
  border-bottom: 1px solid #686868;
  padding-right: 40px;
  font-weight: bold;
  line-height: 40px;
  background: url(../images/next3.png) no-repeat right center;
}

.news .page .marginAuto {
  width: 1600px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  height: 87px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
}

.news .page .prev {
  transform: rotate(180deg);
}

.news .page .prev:hover {
  transform: rotate(0deg);
}

.news .page .next {
  margin-left: 20px;
}

.news .page .next:hover {
  transform: rotate(180deg);
}

.news .page .prev, .news .page .next {
  width: 49px;
  height: 49px;
  cursor: pointer;
  background: url(../images/cpzx_icon7.png) no-repeat center center/cover;
}

.news .page .prev:hover, .news .page .next:hover {
  background: url(../images/cpzx_icon8.png) no-repeat center center/cover;
}

.news .page .num a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 42px;
  border: 1px solid #c8c8c8;
  font-size: 20px;
  color: #9f9f9f;
  margin: 0 12px;
}

.news .page .num a:hover {
  background: #0e3473;
  color: #fff;
}
.clinicalSolutions .news-container{
  padding-top:0;
}

.news-container {
  background: #f8f9fa;
  padding: 200px 0 0;
  margin-bottom: 34px;
}

.news-container .marginAuto {
  width: 1600px;
}

.news-container .title {
  position: relative;
  padding-bottom: 29px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
}

.news-container .title h1 {
  font-size: 31px;
  color: #313131;
  margin-bottom: 26px;
}

.news-container .title .time {
  font-size: 14px;
  color: #6c6c6c;
}

.news-container .title .prev {
  width: 134px;
  line-height: 42px;
  box-sizing: border-box;
  font-size: 19px;
  color: #313131;
  border: 1px solid #dadadb;
  text-align: center;
  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 29px;
}
.news-container .title .prev a{color: #313131;}
.news-container .title .prev img {
  height: 19px;
  margin-right: 10px;
}

.news-container .container {
  padding-bottom: 90px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 29px;
}

.news-container .container p {
  font-size: 14px;
  color: #313131;
  line-height: 25px;
  margin-bottom: 40px;
}

.news-container .container img {
  max-width: 100%;
}

.news-container .page .marginAuto {
  width: 1600px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  height: 87px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
}

.news-container .page .prev {
  padding-left: 80px;
}

.news-container .page .prev::after {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}

.news-container .page .prev:hover::after {
  transform: translate(0, -50%) rotate(0);
}

.news-container .page .next {
  padding-right: 80px;
}

.news-container .page .next::after {
  right: 0;
  transform: translate(0, -50%) rotate(0);
}

.news-container .page .next:hover::after {
  transform: translate(0, -50%) rotate(180deg);
}
.news-container .page a{
  font-size: 20px;
  color: #313131;
}
.news-container .page .prev, .news-container .page .next {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  color: #313131;
}

.news-container .page .prev:hover a, .news-container .page .next:hover a{
  color: #0f3474;
}

.news-container .page .prev:hover::after, .news-container .page .next:hover::after {
  background: url(../images/cpzx_icon8.png) no-repeat center center/49px 49px;
}

.news-container .page .prev::after, .news-container .page .next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 49px;
  height: 49px;
  background: url(../images/cpzx_icon7.png) no-repeat center center/49px 49px;
}

.userServices {
  background: url(../images/cpzx-bg.jpg) repeat;
  padding-bottom: 44px;
}

.userServices .list .item {
  position: relative;
  height: 834px;
  display: flex;
  align-items: center;
  margin-bottom: 110px;
}

.userServices .list .item:last-child {
  margin-bottom: 0;
}

.userServices .list .item::after {
  content: "";
  position: absolute;
  width: 885px;
  height: 100%;
  background: #b9d4e9;
}

.userServices .list .item.l {
  padding-left: 154px;
}

.userServices .list .item.l .text .title {
  left: -103px;
}

.userServices .list .item.l p {
  margin-left: 56px;
}

.userServices .list .item.l::after {
  left: 0;
}

.userServices .list .item.r {
  padding-right: 154px;
  justify-content: flex-end;
}

.userServices .list .item.r .text .title {
  right: -103px;
}

.userServices .list .item.r p {
  text-align: right;
  margin: 0 auto;
}

.userServices .list .item.r::after {
  right: 0;
}

.userServices .list .item .img {
  position: relative;
  z-index: 2;
}

.userServices .list .item .text {
  position: relative;
}

.userServices .list .item .text .title {
  position: relative;
  z-index: 11;
  width: 747px;
  height: 162px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 1px 0 18px rgba(3, 0, 0, 0.11);
  padding-left: 115px;
  font-size: 31px;
  color: #000000;
  margin-bottom: 40px;
}

.userServices .list .item .text .title img {
  margin-right: 15px;
}

.userServices .list .item .text p {
  width: 553px;
  font-size: 20px;
  color: #000000;
}
.userServices .list .item:nth-child(2) .text p{
  text-align: left;
}

.userServices .tips {
  background: #b9d4e9;
  padding: 173px 0;
  margin-bottom: 110px;
}

.userServices .tips .marginAuto {
  width: 1600px;
  background: #ffffff;
  display: flex;
  background: #ffffff;
  height: 338px;
  align-items: center;
  border-radius: 338px;
  box-sizing: border-box;
  padding: 0 100px;
}

.userServices .tips .marginAuto .tips-item {
  width: 25%;
  text-align: center;
  text-align: center;
}

.userServices .tips .marginAuto .tips-item img {
  margin-bottom: 20px;
}

.userServices .tips .marginAuto .tips-item h1 {
  font-size: 31px;
  color: #000000;
}

.recruit {
  background: url(../images/cpzx-bg.jpg) repeat;
}

.recruit .list {
  width: 1600px;
  margin: 0 auto;
  padding: 60px 0;
}

.recruit .list .item {
  display: flex;
  margin-bottom: 30px;
}

.recruit .list .item.on .btn::after {
  display: none;
}

.recruit .list .item .main {
  background: #fff;
  margin-right: 11px;
  flex: 1;
  box-sizing: border-box;
  padding: 0 39px;
}

.recruit .list .item .btn {
  width: 95px;
  height: 94px;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.recruit .list .item .btn::after, .recruit .list .item .btn::before {
  content: "";
  position: absolute;
  background: #9e9e9e;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.recruit .list .item .btn::after {
  height: 30px;
  width: 3px;
}

.recruit .list .item .btn::before {
  width: 30px;
  height: 3px;
}

.recruit .list .item h1 {
  font-size: 24px;
  color: #272727;
  height: 94px;
  line-height: 94px;
}

.recruit .list .item p {
  font-size: 14px;
  color: #272727;
}

.recruit .list .item .text {
  display: none;
  padding-bottom: 30px;
}

.clinicalSolutions {
  background: url(../images/cpzx-bg.jpg) repeat;
}

.clinicalSolutions .container .marginAuto {
  width: 1600px;
}

.clinicalSolutions .container .tab {
  display: flex;
  background: #fff;
  margin-bottom: 36px;
}

.clinicalSolutions .container .tab a {
  flex: 1;
  line-height: 70px;
  box-sizing: border-box;
  font-size: 20px;
  color: #313131;
  text-align: center;
  border-right: 1px solid #f2f2f2;
  border-bottom: 4px solid #fff;
}

.clinicalSolutions .container .tab a:hover, .clinicalSolutions .container .tab a.on {
  border-bottom: 4px solid #065099;
  color: #065099;
}

.clinicalSolutions .container .tab a:last-child {
  border-right: 0;
}

.clinicalSolutions .container .list {
  display: flex;
  flex-wrap: wrap;
}

.clinicalSolutions .container .list .item {
  width: 782px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  display: flex;
  padding: 36px 47px;
  margin-bottom: 38px;
  margin-right: 36px;
}

.clinicalSolutions .container .list .item:hover .text .next {
  background: url(../images/next4.png) no-repeat center center #0e3473;
}

.clinicalSolutions .container .list .item:nth-child(2n) {
  margin-right: 0;
}

.clinicalSolutions .container .list .item .img {
  width: 410px;
  background: #f8f9fa;
  display: flex;
  margin-right: 35px;
}

.clinicalSolutions .container .list .item .img img {
  margin: auto;
  max-height: 80%;
}

.clinicalSolutions .container .list .item .text {
  flex: 1;
  padding: 30px 0 0;
  position: relative;
}

.clinicalSolutions .container .list .item .text h1 {
  font-size: 20px;
  color: #353535;
  margin-bottom: 22px;
}

.clinicalSolutions .container .list .item .text p {
  font-size: 14px;
  color: #636363;
  line-height: 25px;
}

.clinicalSolutions .container .list .item .text .next {
  width: 132px;
  height: 40px;
  background: url(../images/next4_1.png) no-repeat center center;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-radius: 40px;
  position: absolute;
  bottom: 0;
}

.recruit-detial {
  background: url(../images/lcjjfa-xq_01.jpg) no-repeat center center;
}

.recruit-detial .marginAuto {
  display: flex;
  align-items: center;
  height: 982px;
  width: 1600px;
}

.recruit-detial .img {
  background: url(../images/lcjjfa-xq1.png) no-repeat center center;
  width: 635px;
  height: 634px;
  display: flex;
  margin-right: 100px;
}

.recruit-detial .img img {
  max-width: 60%;
  max-height: 60%;
  margin: auto;
}

.recruit-detial .text{flex:1;}
.recruit-detial .text h1 {
  font-size: 25px;
  color: #353535;
  margin-bottom: 10px;
}

.recruit-detial .text .p {
  font-size: 14px;
  color: #6c6c6c;
}

.contactUs {
  background: #f8f9fa;
}

.contactUs .container {
  width: 1600px;
  margin: 0 auto;
}

.contactUs .container .top {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}

.contactUs .container .top h1 {
  font-size: 31px;
  color: #272727;
}

.contactUs .container .top .right {
  display: flex;
}

.contactUs .container .top .address {
  text-align: right;
}

.contactUs .container .top .address img {
  margin-bottom: 10px;
}

.contactUs .container .top .address h1 {
  font-size: 24px;
  color: #272727;
  margin-bottom: 20px;
}

.contactUs .container .top .address p {
  font-size: 22px;
  color: #525252;
}

.contactUs .container .top .ewm {
  margin-left: 47px;
  background: #ffffff;
  width: 170px;
  height: 170px;
  margin-left: 44px;
  display: flex;
}

.contactUs .container .top .ewm img {
  width: 121px;
  height: 125px;
  margin: auto;
}

.contactUs .container .tab {
  display: flex;
  border-top: 1px solid #c2c2c2;
  margin-bottom: 32px;
  margin-top:40px;
}

.contactUs .container .tab .item {
  width: 33%;
  text-align: center;
  border-right: 1px solid #c2c2c2;
  padding: 77px 0 40px;
}

.contactUs .container .tab .item:last-child {
  border-right: 0;
}

.contactUs .container .tab .item img {
  margin-bottom: 30px;
}

.contactUs .container .tel {
  display: flex;
  margin-bottom: 28px;
}

.contactUs .container .tel .item {
  flex: 1;
  background: #fff;
  margin-right: 16px;
  box-shadow: 1px 0 18px rgba(3, 0, 0, 0.11);
  padding: 39px 0 17px;
}

.contactUs .container .tel .item:last-child {
  margin-right: 0;
}

.contactUs .container .tel .item .icon {
  text-align: center;
  margin-bottom: 35px;
}

.contactUs .container .tel .item .icon i {
  width: 146px;
  height: 146px;
  background: #cbe0f0;
  display: flex;
  margin: 0 auto;
  border-radius: 156px;
}

.contactUs .container .tel .item .icon i img {
  width: 61px;
  margin: auto;
}

.contactUs .container .tel .item .list {
  padding: 0 33px;
}

.contactUs .container .tel .item .list .list-item {
  padding: 20px 30px 15px;
  background: #f2f2f2;
  margin-bottom: 10px;
}

.contactUs .container .tel .item .list .list-item:first-child {
  background: #cbe0f0;
}

.contactUs .container .tel .item .list .list-item:first-child h1 {
  font-size: 26px;
  color: #0f3474;
}

.contactUs .container .tel .item .list .list-item:first-child p {
  font-size: 26px;
  color: #0f3474;
}

.contactUs .container .tel .item .list .list-item h1 {
  font-size: 25px;
  color: #303030;
}

.contactUs .container .tel .item .list .list-item p {
  font-size: 20px;
  color: #6b6b6b;
}

.contactUs .map img {
  width: 100%;
}

.aboutUs .marginAuto {
  width: 1600px;
 
}
.aboutUs .companyProfile .marginAuto {
 display: flex;
}
.aboutUs .marginAuto .img{
  margin-left: 20px;
  flex:1;display: flex;align-items: flex-end;
}
.aboutUs .marginAuto .img img{
  width: 100%;
}

.aboutUs .tab {
  line-height: 70px;
}

.aboutUs .tab .marginAuto {
  display: flex;
}

.aboutUs .tab a {
  flex: 1;
  font-size: 20px;
  color: #313131;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 4px solid #fff;
}

.aboutUs .tab a:hover, .aboutUs .tab a.on {
  border-bottom: 4px solid #065099;
}

.aboutUs .companyProfile {
  background: url(../images/about1_02.jpg) no-repeat bottom left;
  height: 724px;
  padding: 120px 0 0;
  box-sizing: border-box;
  margin-bottom: 70px;
}

.aboutUs .companyProfile .text {
  width: 690px;
}

.aboutUs .companyProfile .text h1 {
  font-size: 41px;
  color: #474747;
  margin-bottom: 10px;
}

.aboutUs .companyProfile .text h2 {
  font-size: 27px;
  color: #474747;
  margin-bottom: 10px;
}

.aboutUs .companyProfile .text p {
  font-size: 14px;
  line-height: 24px;
  color: #474747;
}

.aboutUs .developmentHistory .title {
  text-align: center;
}

.aboutUs .developmentHistory .title h1 {
  font-size: 41px;
  color: #474747;
}

.aboutUs .developmentHistory .title h2 {
  font-size: 27px;
  color: #474747;
}

.aboutUs .developmentHistory .swiper {
  position: relative;
  margin-bottom: 80px;
}

.aboutUs .developmentHistory .swiper .bg {
  width: 100%;
  text-align: center;
  font-size: 373px;
  color: rgba(71, 71, 71, 0.05);
  font-weight: bold;
}

.aboutUs .developmentHistory .swiper .text {
  position: absolute;
  width: 533px;
  height: 187px;
  z-index: 1;
  background: #fff;
  box-sizing: border-box;
  padding: 34px 40px 0;
  text-align: left;
  box-shadow: 1px 10px 49px rgba(0, 0, 0, 0.2);
}

.aboutUs .developmentHistory .swiper .text .yaer {
  display: flex;
  align-items: flex-end;
  line-height: 31px;
  font-size: 20px;
  color: #474747;
  margin-bottom: 18px;
}

.aboutUs .developmentHistory .swiper .text .yaer .num {
  font-size: 31px;
  margin-right: 5px;
}

.aboutUs .developmentHistory .swiper .prev {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}

.aboutUs .developmentHistory .swiper .prev:hover {
  transform: translate(0, -50%) rotate(0deg);
}

.aboutUs .developmentHistory .swiper .next {
  right: 0;
  transform: translate(0, -50%);
}

.aboutUs .developmentHistory .swiper .next:hover {
  transform: translate(0, -50%) rotate(180deg);
}

.aboutUs .developmentHistory .swiper .prev, .aboutUs .developmentHistory .swiper .next {
  width: 73px;
  height: 73px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 333;
  background: url(../images/prev4_1.png) no-repeat center center;
  background-size: 100% 100%;
}

.aboutUs .developmentHistory .swiper .prev:hover, .aboutUs .developmentHistory .swiper .next:hover {
  background: url(../images/prev4.png) no-repeat center center;
}

.aboutUs .developmentHistory .swiper .time {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 22px;
  position: relative;
  z-index: 111;
}

.aboutUs .developmentHistory .swiper .time::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95%;
  border-top: 1px solid #dbdbdb;
}

.aboutUs .developmentHistory .swiper .time span {
  font-size: 20px;
  color: #999999;
  cursor: pointer;
  position: relative;
  width: 100px;
  display: flex;
  justify-content: center;
}

.aboutUs .developmentHistory .swiper .time span::after, .aboutUs .developmentHistory .swiper .time span::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, 0);
}

.aboutUs .developmentHistory .swiper .time span::after {
  top: -33px;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background: #fff;
  border: 1px solid #dfdfdf;
}

.aboutUs .developmentHistory .swiper .time span::before {
  width: 33px;
  height: 33px;
  border: 1px solid #0f3474;
  border-radius: 33px;
  top: -39px;
  display: none;
}

.aboutUs .developmentHistory .swiper .time span:hover, .aboutUs .developmentHistory .swiper .time span.on {
  color: #0f3474;
}

.aboutUs .developmentHistory .swiper .time span:hover i, .aboutUs .developmentHistory .swiper .time span.on i {
  transform: scale(1.2);
  top: -80px;
  position: absolute;
}

.aboutUs .developmentHistory .swiper .time span:hover::before, .aboutUs .developmentHistory .swiper .time span.on::before {
  display: block;
}

.aboutUs .developmentHistory .swiper .time span:hover::after, .aboutUs .developmentHistory .swiper .time span.on::after {
  background: #0f3474;
  border: 1px solid #0f3474;
}

.aboutUs .futurePlanning {
  background: url(../images/gywm.jpg) no-repeat center center;
  height: 899px;
  box-sizing: border-box;
  padding-top: 96px;
}

.aboutUs .futurePlanning .marginAuto {
  display: flex;
}

.aboutUs .futurePlanning .text {
  width: 534px;
  margin-right: 54px;
}

.aboutUs .futurePlanning .text .title {
  margin-bottom: 80px;
}

.aboutUs .futurePlanning .text .title h1 {
  font-size: 41px;
  color: #474747;
}

.aboutUs .futurePlanning .text .title h2 {
  font-size: 27px;
  color: #474747;
}

.aboutUs .futurePlanning .text .list .item {
  border-bottom: 1px solid #dadada;
  padding-bottom: 22px;
  margin-bottom: 22px;
}

.aboutUs .futurePlanning .text .list .item h1 {
  font-size: 20px;
  color: #0f3474;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
}

.aboutUs .futurePlanning .text .list .item h1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 20px;
  background: #0f3474;
  border-radius: 20px;
}

.aboutUs .futurePlanning .text .list .item p {
  padding-left: 26px;
  font-size: 14px;
  color: #8c8c8c;
}
#btnTop:hover{opacity: 1}
#btnTop{position: fixed; cursor: pointer; opacity:0.6;transition: all 0.3s; bottom: 30px; right:40px;height:60px;width:60px; background:url(../images/icon-top.png) no-repeat center center ;z-index: 9999999999;background-size: 100% auto; }
