 .swiper {
  width: 100%;
  height: 100%;
}
.f-link{
	padding: 30px 0;
}
.f-link h2{
	font-size: 25px;
	color: #333;
}
.f-link div{
	margin-top: 25px;
}

.f-link a{
	font-size: 14px;
	color: #999;
	margin-right:10px;
}
.f-link a:hover{
	color: #fe0000;
}
.width{
	width: 100%;
	margin: 0 auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide a{
  display: block;
  height: 100%;
  position: relative;
  color: #fff;
  font-family: "Microsoft JhengHei";
}
.swiper-slide .txt{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 38px;
  -webkit-animation: txtAnimate 0.4s   linear forwards;
    animation: txtAnimate 0.4s  linear forwards ;
}
.swiper-slide .txt .t{
    font-size: 65px;
    font-family: bold;
    margin-bottom: 10px;

}
.swiper-button-next, .swiper-button-prev{
  color: #fff;
}
@-webkit-keyframes txtAnimate {
    0% {
         -webkit-transform: translateY(80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes txtAnimate {
     0% {
        -webkit-transform: translateY(80px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}
.tab{
  margin: 50px 0;
  overflow: hidden;
}
.label{
  margin: 0px 0;
  overflow: hidden;
}

.tabTitle{
  text-align: center;
  padding: 70px 0 59px;
}
.tabTitle p{
   font-size: 24px;
  font-family: bold;
  color: #ecebeb;
  text-transform: uppercase;
}
.tabTitle h2{
    display: inline-block;
    font-size: 34px;
    color: #00a7c0;
    position: relative;
}
.tabTitle h2::before{
  position: absolute;
  content: "";
  width: 103px;
  height: 1px;
  background-color: #dddddd;
  border-top: solid 1px #f0f0f0;
  left: -130px;
  top: 50%;
}
.tabTitle h2::after{
  position: absolute;
  content: "";
  width: 103px;
  height: 1px;
  background-color: #dddddd;
  border-top: solid 1px #f0f0f0;
  right: -130px;
  top: 50%;
}
.tabTitle1{
  text-align: center;
  padding: 60px 0;
  text-align: center;
}
.tabTitle1 h2{
  font-size: 34px;
  color: #878787;
  display: inline-block;
  position: relative;
}
.tabTitle1 h2::before{
  content: "";
  position: absolute;
  width: 35px;
  height: 5px;
  background-color: #00a7c0;
  bottom: -20px;
  left: 50%;
  margin-left: -17.5px;
}
.list-title{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: solid 1px #ebe8e8;
  font-size: 16px;
  margin-bottom: 30px;
}
.list-title a{
  float: left;
  padding: 0 25px;
  line-height: 43px;
  color: #848484;
}
.list-title a.cur{
  color: #fff;
  background-color: #00a7c0;
}
.list-title a:hover{
  color: #fff;
  background-color: #00a7c0;
}
.readMore a{
  width: 113px;
  height: 29px;
  line-height: 29px;
  border: solid 1px #00a7c0;
  color: #00a7c0;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  clear: both;
}
.readMore{
  text-align: center;
  margin-top: 40px;
}
.service-module{
  overflow: hidden;
  padding-bottom: 10px;
}
.service-module .card-area .card-item.active {
  border: 1px solid #00aeb6;
  box-shadow: 0 0 20px rgba(0, 198, 226, 0.5);
  height: 565px;
  width: 34%;
  margin-top: -10px;
  z-index: 100;
}
.service-module .card-area .card-item {
  background-color: transparent;
  border: 1px solid #dbdbdd;
  float: left;
  height: 548px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, z-index 0s ease 0.15s;
  width: 21%;
  z-index: 10;
}
.service-module .card-area .card-item .card {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, z-index 0s ease 0.15s;
  width: 100%;
  border-width: 0;
}
.service-module  .card .card-title .content {
  padding-top: 40px;
  width: 100%;
}
.service-module  .card .card-title h1 {
  color: #373d41;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.service-module  .card .card-title h1 a {
  color: #373d41;
}
.service-module  .active .card .card-title h1 a {
  color: #fff;
}
.service-module  .card .card-title h3 {
  color: #373d41;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.service-module  .card .card-title h3 a {
  color: #373d41;
}
.service-module  .active .card .card-title h3 a {
  color: #fff;
}
.service-module  .card .card-title .info {
  color: #949a9e;
  font-size: 14px;
  margin-top: 10px;
}
.service-module  .card .card-content1 .card-content1-list {
  color: #373d41;
    font-size: 16px;
    margin-bottom: 47px;
    margin-top: 22px;
    max-width: 250px;
    width: 100%;
}
.service-module  .card  .card-content1  li {
    margin: 20px 5px;
    border-bottom: 1px dashed #ddd;
    background-color: #fff;
    font-size: 16px;
    line-height: 46px;
}
.service-module  .card .card-content1  li a {
  color: #333;
}
.service-module  .card .card-content.card-content1 {
  opacity: 1;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  z-index: 3;
}
.service-module  .card .card-content.card-content2 {
  color: #a9b0b4;
  font-size: 14px;
  left: 25px;
  max-width: 350px;
  padding-top: 26px;
  text-align: left;
}

.service-module  .card .card-content.card-content2 .main-head {
  color: #373d41;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}
.service-module .card .card-content.card-content2 .main-txt {
  line-height: 22px;
}
.service-module  .card .card-content.card-content2 .main-btn {
  background-color: #fff;
  border: 1px solid #00aeb6;
  color: #00aeb6;
  cursor: pointer;
  font-size: 14px !important;
  height: 30px;
  margin-bottom: 33px;
  margin-top: 22px;
  transition: color 0.3s ease-in-out 0s, background 0.3s ease-in-out 0s;
  width: 100px;
}
.service-module  .card .card-content .other-info {
  border-top: 1px solid #ebebec;
  font-size: 12px;
  line-height: 22px;
  padding-top: 20px;
}
.service-module  .card .card-content .other-info .other-info-item {
  height: 80px;
  margin-bottom: 10px;
  padding-right: 5px;
}
.service-module .card .card-content.card-content2 li {
  float: left;
  width: 48%;
}
.service-module  .card .card-content .other-info .other-info-item .item-detail {
  color: #00aeb6;
}
.service-module  .card-item.active .card .card-title {
  background-color: #00aeb6;
  height: 185px;
  left: -1px;
  top: -15px;
}
.service-module  .card .card-title {
  font-size: 14px;
  height: 170px;
  line-height: 26px;
  top: 0;
   background-color: #ebebec;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s, z-index 0s ease 0.15s;
}

.service-module  .card .card-content {
  height: 376px;
  position: absolute;
  top: 170px;
}
.service-module .card .card-content {
  line-height: 2;
  width: 100%;
}
.service-module  .card .card-content2 {
  line-height: 2;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 2;
}
.service-module  .card-item.active .card .card-content2 {
  opacity: 1;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  z-index: 3;
}
.service-module .card-item.active .card .card-content1 {
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 2;
}
.service-module  .card-item.active .card .card-title h1, .service-module .card-area .card-item.active .card .card-title .info {
  color: #fff;
}
.service-module  .card .card-title .content i {
  font-size: 40px;
  color: #666666;
}
.service-module  .card-item.active .card .card-title .content i {
  color: #ebebeb;
}
.service-module  .card .card-content .other-info .other-head {
  font-size: 14px;
  font-weight: normal;
  color: #373d41;
}
.service-module  .card .card-content1 ul li:first-child{
  color: #ff0000;
}
.service-module  .card .card-content1 ul li:last-child{
  border-bottom-width: 0px;
}
/*客户案例*/
.case-module{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case-module a{
    display: block;
    width: 19%;
    border: solid 1px #d2d2d2;
    margin:0px  0.5%  10px;

}
.case-module a img{
  width: 100%;
}
/*定制服务*/
.custom-service-module ul{
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
}
.custom-service-module li{
  width: 30%;
  box-shadow: 0 0px 12px #d6d6d6;
}
.custom-service-module li img{
  width: 100%;
}
.custom-service-module li a{
  display: block;
  color: #00a7c0;
  transition: all 0.3s ease;
  padding-bottom: 22px;
}
.custom-service-module li:hover a{
    color: #fff;
    background-color: #00a7c0;
}

.custom-service-module li .item-info{
   text-align: center;
   padding: 0 35px;
}
.custom-service-module li .item-desc{
  text-align: left;
  text-indent: 2em;
}
.custom-service-module li .item-t{
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.custom-service-module li span.item-btn{
  width: 110px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border: solid 1px #7fd3df;
  color: #7fd3df;
  margin-top: 16px;
}
/*财税知识*/
.progress-article-module{
  width: 100%;
  /* background-color: #073d4f; */
  padding: 32px 0;
}
.progress-article-module ul{
    display: flex;
    justify-content: space-between;
}
.progress-article-module ul li{
  width: 22%;
  padding: 29px 40px;
  color: #fff;
  /* background-color: #055266; */
}
.progress-article-module ul li div {  
  font-size: 20px;  
  display: flex;  
  align-items: center;  
  color: black; /* 设置字体颜色为黑色 */  
}
.progress-article-module ul li p{
  color: black; /* 设置字体颜色为黑色 */  
}
.progress-article-module ul li .iconfont{
  font-size: 30px;
  margin-right: 15px;
}
  .progress-article-module ul{
    flex-direction: column;
  }
  .progress-article-module ul li{
    width: 100%;
    margin-bottom: 10px;
  }
 
/*关于我们*/
.about-box{
  overflow: hidden;
  display: flex;
}
.about-box .img,.about-box .txt{
    width: 50%;
}
.about-box .img img{
  width: 100%;
}
.about-box .txt{
  padding-left: 60px;
  height: 100%;
  flex-direction: column;
  align-items: center;
  line-height: 1.7;
  font-size: 16px;
  padding-top: 10px;
}
.about-box .txt p{
  margin: 35px 0 0;
}
.about-box .txt p.bold{
  font-size: 18px;
  font-weight: bold;
  color: #00a7c0;
}
.progress-module{
  width: 100%;
  background-color: #073d4f;
  padding: 32px 0;
}
.progress-module ul{
    display: flex;
    justify-content: space-between;
}
.progress-module ul li{
  width: 22%;
  padding: 29px 40px;
  color: #fff;
  background-color: #055266;
}
.progress-module ul li div{
  font-size: 20px;
  display: flex;
  align-items: center;
}
.progress-module ul li p{
  color: rgba(255,255,255,0.45);
}
.progress-module ul li .iconfont{
  font-size: 30px;
  margin-right: 15px;
}


.form-box{
  width: 100%;
  background-color: #073f52;
  padding: 52px 0 56px;
  position: relative;
}
.form-box .title{
  width: 600px;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content:space-between;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.form-box .title a{
  color: #fff;
}
.form-box .title a.on{
  color: #5de9ff;
}
.form-box .form {
  width: 1030px;
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.form-box .form .left{
  display: flex;
  justify-content: space-between;
  flex: 1;
  background-color: #fff;
  align-items: center;
}
.form-box .form .left  .form-item{
  width: 33%;
  position: relative;
  height: 21px;
  padding-left: 30px;
}
.form-box .form .left  .form-item span{
  display: block;
  position: relative;
  z-index: 2;
}
.form-box .form .left  .form-item input{
  border:none;
  height: 21px;
  line-height: 21px;
  width: 100%;
}
.arrow{
  width: 9px;
  height: 9px;
  border-top: 2px solid #0cabc3;
  border-right: solid 2px #0cabc3;
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 4px;

}

.form-box .form .left  .form-item:first-child::before{
  width: 0;
}
.form-box .form .left  .form-item::before{
  position: absolute;
  left: 0;
  width: 1px;
  height: 21px;
  background-color: #d2d2d2;
  content: "";
}
.form-box .form .search-btn{
  width: 17%;
  height: 50px;
  background-color: #00a7c0;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.industry-select {
  width: 1026px;
  height: 240px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -513px;
  -webkit-box-shadow: 0 6px 30px 0 rgba(106, 109, 141, 0.1);
          box-shadow: 0 6px 30px 0 rgba(106, 109, 141, 0.1);
  display: none;
  z-index: 5;
}
.industry-select:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 520px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.industry-select .lists li.actived {
  width: 64px;
  height: 26px;
  background: #e8effc;
  margin: 0 18px 0 16px;
}
.industry-select .lists li {
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 24px;
  font-size: 14px;
  color: #3d4450;
  float: left;
}
.industry-select .lists:first-child{
  margin-top: 24px;
}
.industry-select .lists{
  margin-top: 10px;
  overflow: hidden;
}
.industry-select .lists:last-child li.hint {
  height: 26px;
  line-height: 26px;
  text-align: center;
  padding-left: 16px;
  margin-top: 6px;
  font-size: 14px;
  color: #999;
}
.industry-select .lists:last-child li i {
  display: inline-block;
  width: 13px;
  height: 13px;
  padding-right: 8px;
  vertical-align: middle;
  background: url(../images/hm-friendly-hint.png) no-repeat;
}
.industry-select .lists li a {
  font-size: 14px;
  color: #3d4450;
}
.industry-select .lists li a:hover {
  color: #64a6fe;
}

.company-type-select {
  width: 153px;
  height: 173px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -76px;
  font-size: 14px;
  color: #3d4450;
  -webkit-box-shadow: 0 6px 30px 0 rgba(106, 109, 141, 0.1);
          box-shadow: 0 6px 30px 0 rgba(106, 109, 141, 0.1);
  display: none;
}
.company-type-select:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 65px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.company-type-select li {
  height: 33px;
  line-height: 33px;
  padding-left: 25px;
  font-size: 14px;
  color: #3d4450;
  cursor: pointer;
}
.company-type-select li:first-child {
  margin-top: 22px;
}
.company-type-select li:hover {
  background: #eef4ff;
  color: #64a6fe;
}
/*工商服务*/
.search-wrap{
  background-color: #073f51;
  padding: 40px  0 25px;
  position: relative;
  margin-top: 100px;

}
.form-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-form{
  width: 86%;
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  background-color: #fff;
  color: #fff;
  position: relative;
  z-index: 1;
}
.search-form .search-select{
  position: relative;
  width: 166px;
  height: 21px;
  position: relative;
  padding-left: 46px;
  color: #838383;

}
.search-form .input{
  flex: 1;
  height: 21px;
}
.search-form .input input{
  width: 100%;
  height: 21px;
  line-height: 21px;
  border: none;
  padding-left: 20px;
}
.search-form .search-select .arrow{
  right: 30px;
}
.search-form .search-select::after{
  position: absolute;
  right: 0;
  top: 0;
  height: 21px;
  width: 1px;
  background-color: #d2d2d2;
  content: "";
}
.search-btn{
  width: 177px;
  height: 60px;
  text-align: center;
  background-color: #00a7c0;
  font-size:18px ;
  color: #fff;
  line-height: 60px;
}
.keywords{
  width: 52%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 26px;
  position: relative;
  z-index: 1;
}
.search-form .search-select span{
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.search-select-drop {
  width: 153px;
  height: 173px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -76px;
  font-size: 14px;
  color: #3d4450;
  -webkit-box-shadow: 0 6px 30px 0 rgba(106, 109, 141, 0.1);
          box-shadow: 0 6px 30px 0 rgba(106, 109, 141, 0.1);
  display: none;
  z-index: 1;
}

.search-select-drop li {
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #3d4450;
  cursor: pointer;

}
.search-select-drop li:first-child {
  margin-top: 22px;
}
.search-select-drop li:hover {
  background: #eef4ff;
  color: #64a6fe;
}
.product-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list li{
  width: 32%;
  border: solid 1px #e9e9e9;
  margin-bottom: 30px;
  transition: all 0.4s;
}
/* 如果最后一行是3个元素 */
.product-list li:last-child:nth-child(3n + 2) {
    margin-right: calc((100% - 32%) / 2);
}
.product-list li:hover{
  border: solid 1px #00a7c0;
}
.product-list li a{
  color: #a4a3a3;
  display: block;
  padding-bottom: 15px;
}
.product-list li .txt{
  padding: 0 16px;

}
.product-list li .txt p span.left{
  font-size: 16px;
  color: #00a7c0;
}
.product-list li .txt .desc{
  margin-bottom: 14px;
  overflow: hidden;
}
.product-list li .txt p span.right{
  color: #f79a2d;
   float: right;
}
.product-list li .txt p span.right b{
  font-size: 20px;
  font-weight: normal;
 
}
.product-list li .txt .t{
  color: #333;
  font-size: 16px;
  margin: 12px 0 2px;
}
.product-list li .img img{
  width: 100%;
}
.product-list li .img{
  position: relative;
}
.product-list li .img .img-desc{
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  background: rgba(6,70,88,0.6);
  padding: 13px 0;
  text-align: center;
}
.product-list li .img .img-desc .t{
  font-size: 38px;
}
/*分页*/
.page{
    text-align: center;
    margin: 38px 0 58px;
}
.page li{
    margin: 0 10px;
}
.pagination>li>a, .pagination>li>span{
    padding: 9px 13px;
    line-height: 1;
    color: #999;
    font-size: 18px;

}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color:#00a7c0;

}
.page .active{
    text-decoration: none;
    background-color:#00a7c0;
    color: #fff;
}
.page-item:first-child .page-link{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}
.page-item:last-child .page-link{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.breadcrumb{
  padding: 20px 0 20px 15px;
  background-color: #fff;
  margin-bottom: 0;
}
.breadcrumb a{
  color: #727272;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: ">";
}
.detail-top,.detail-bottom{
 /*  box-shadow: 0 0 12px rgba(214, 214, 214, 0.36); */
  padding: 28px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  font-size: 16px;
}
.detail-top .img img{
  width: 100%;
}
.detail-top .img{
  position: relative;
  width: 50%;
  float: left;
}
.detail-top .txt{
  float: left;
  width: 50%;
  height: 100%;
  padding-left: 44px;
}
.detail-top .txt .top{
  font-size: 16px;
  color: #a4a3a3;
  line-height: 1.7;
}
.detail-top .txt .top .t{
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 11px;
}
.detail-top .txt .bottom{
  color: #a4a3a3;
  position: absolute;
  left: 50%;
  bottom: 28px;
  padding-left: 44px;
}

/* 按钮单行显示原始代码
.detail-top .txt .bottom .service-btn{
  width: 146px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  background-color: #00a7c0;
  font-size: 18px;
  display: block;
  margin-top: 20px;
}
*/

.detail-top .txt .bottom .service-btn{
  width: 146px;  
  height: 47px;  
  line-height: 47px;  
  text-align: center;  
  color: #fff;  
  /*background-color: #00a7c0;  */ 
  font-size: 18px;  
  display: inline-block; /* 允许按钮并排显示 */  
  margin-right: 10px; /* 设置按钮之间的间距 */  
  vertical-align: top; /* 确保按钮顶部对齐 */  
}

.service-btn:last-child {  
    margin-right: 0; /* 移除最后一个按钮的右边距 */  
}

.consult-btn {  
    background-color: #00a7c0; /* “我要咨询”按钮的背景颜色 */  
}  
  
.pay-btn {  
    background-color: #c94949; /* “立即付费”按钮的背景颜色 */  
}

.service-btn:hover {  
    opacity: 0.8; /* 鼠标悬停时改变按钮的不透明度 */  
}

.detail-top .txt .bottom .price{
  color: #f79a2d;
  margin-right: 30px;
}
.detail-top .txt .bottom .price b{
  font-size: 40px;
  font-weight: normal;
}
.detail-top .img-desc{
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  background: rgba(6,70,88,0.6);
  padding: 13px 0;
  text-align: center;
}
.detail-top .img .img-desc .t{
  font-size: 38px;
}
.detail-bottom{
  /* padding: 28px 0; */
}
.detail-bottom .img{
  width: 70%;
  margin: 55px auto;
  display: block;
}
.detail-bottom .title{
  border-bottom: solid 1px #00a7c0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
}
.detail-bottom .title .icon-chanpinjieshao{
  font-size: 28px;
  color: #00a7c0;
  margin-right: 16px;
  margin-left: 30px;
}
.detail-bottom .detail-txt-tab{
  padding-left: 114px;
  margin-bottom: 40px;
  line-height: 1.7;
}
/*会员权益*/
.banner1{
    width: 100%;
    height: 430px;
    position: relative;
    overflow: hidden;
}
.banner1 .bgImg{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
     -webkit-animation: fadeBig 5s backwards 2s;
    animation: fadeBig 5s backwards 2s;
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner1 .hyqyBanner{
  background: url("../images/hyqy.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.banner1 .lxwmBanner{
  background: url("../images/lxwm.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.banner1 .gywmBanner{
  background: url("../images/gywm.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.banner1 .title{
    font-size: 36px;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 200px;
    color: #fff;
    text-transform: uppercase;
    -webkit-animation: txtAnimate 0.4s   linear forwards;
    animation: txtAnimate 0.4s  linear forwards ;
}
.banner1 .title span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 25px 7px;
}
.newsNav{
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #00a7c0;
}
.newsNav a{
  float: left;
  padding: 0 23px;
  
  color: #fff;
  font-size: 16px;
}
.newsNav a.cur{
  background-color: #064658;
}
.rights-interests{
    margin: 0 auto 126px;  
}
.rights-interests ul{
  padding-top: 20px;
}
.rights-interests li{
    display: flex;
    overflow: hidden;
    box-shadow: 0 0px 5px #d6d6d6;
    margin-bottom: 30px;
}
.rights-interests li .txt,.rights-interests li .img{
    width: 50%;
}
.rights-interests li .img img{
    width: 100%;
}
.rights-interests li .txt{
    padding: 40px;
    
}
.rights-interests li .txt a{
  color: #00a7c0;
  font-size: 14px;
  margin-bottom: 50px;
  display: block;
}
.rights-interests li .txt .t{
    font-size: 30px;
    color: #00a7c0;
    margin-bottom: 5px;
}
.rights-interests li .txt p{
    font-size: 16px;
    line-height: 1.9;
}
/*会员权益详情*/
.newsdetail{
    padding-bottom: 50px;
}
.newsdetail h2{
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 70px;
}
.newsdetail img{
    margin: 0 auto;
    display: block;
    max-width: 90%;
    margin-bottom: 60px;
}
.newsdetail p{
    font-size: 16px;
    margin-bottom: 50px;
    text-indent: 2em;
}
.newsdetail p.share{
    padding-left: 40px;
}
.newsdetail .container{
    background-color: #fff;
    box-shadow: 0 0 12px rgba(214,214,214,0.6);
    padding-top: 70px;
}
.hyfa-xq-bottom {
    margin-top: 120px;
    padding-bottom: 68px;
    display: flex;
    justify-content: space-between;
}

.hyfa-xq-bottom .bottom_left p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.hyfa-xq-bottom .bottom_left p, .hyfa-xq-bottom .bottom_left p a {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.hyfa-xq-bottom .bottom_left p a:hover {
    font-weight: bold;
}

.hyfa-xq-bottom .right {
    margin-top: 10px;
}

.hyfa-xq-bottom .right a {
    background-image: url("../images/fx.png") !important;
    /*width: 30px;*/
    height: 30px !important;
    line-height: 30px;
    padding-left: 30px !important;
    margin: 0 4px;
}

.hyfa-xq-bottom .right a.bshare-qqim {
    background-position: 0 0;
}

.hyfa-xq-bottom .right a.bshare-qzone {
    background-position: -32px 0;
}

.hyfa-xq-bottom .right a.bshare-sinaminiblog {
    background-position: -64px 0;
}

.hyfa-xq-bottom .right a.bshare-weixin {
    background-position: -96px 0;
}
.bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis {
    background: url("../images/fx.png") -129px 0 !important;
    /*background-position: -129px 0;*/
    padding-left: 30px !important;
}

.hyfa-xq-bottom .right a.bshare-more {
    background-position: -129px 0;
}

.hyfa-xq-bottom .right p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.company-introduction{
  font-size: 16px;
  padding-bottom: 150px;
}
.company-introduction img{
  width: 50%;
  display: block;
  margin: 0 auto 130px;
}
.company-introduction p{
  line-height: 1.7;
  text-indent: 2em;
}
.company-introduction .emphasize{
  font-size: 18px;
  font-weight: bold;
  color: #00a7c0;
  text-align: center;
  margin: 25px 0;
}
.company-introduction .qualification{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-introduction .qualification li{
  width: 49%;
  margin-bottom: 30px;
  text-align: center;
  
}
.company-introduction .qualification li img{
  width: 100%;
  margin-bottom: 15px;
  border: solid 1px #d2d2d2;
}
.company-introduction .qualification li p{
  text-indent: 0;
}
/*大事记*/
.memorabilia{
  padding-bottom: 200px;
  padding-top: 50px;
}
.memorabilia .img img{
  width: 190px;
  height: 120px;
}
.memorabilia .img{
  margin-right: 34px;
}
.memorabilia li{
  display: flex;
  font-size: 16px;
  height: 167px;
  overflow: hidden;
}
.memorabilia li .date .sign{
  float: right;
  margin-left: 25px;
  position: relative;
}
.memorabilia li.first .date .sign .line{
  top: 20px;
  height: 147px;
}
.memorabilia li.last .date .sign .line{
  height: 20px;
}
.memorabilia li .date .sign .line{
  position: absolute;
  width: 1px;
  height: 167px;
  top: 0px;
  background-color: #00a7c0;
  left: 12px;
}
.memorabilia li .date .sign .icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #00a7c0;
  border: solid 4px #7fd3df;

}
.memorabilia .container{
  width: 920px;
  margin: 0 auto;
}
.memorabilia li .date{
  font-size: 20px;
  color: #00a7c0;
  margin-right: 46px;
  width: 116px;
}
.contact-us .container{
  width: 1200px;
}
.contact-us .container .map{
  width: 100%;
  margin-bottom: 75px;
  margin-top: 40px;
}
.contact-us ul{
  display: flex;
  justify-content: space-between;
}
.contact-us ul li{
  border: solid 1px #d2d2d2;
  width: 376px;
  height: 130px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.contact-us .icon-img{
  width: 71px;
  height: 71px;
  border-radius: 71px;
  border: solid 1px #22b2c8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.contact-us p.t{
  color: #959595;
}
.contact-us .address{
  width: 221px;
}
.case-list-title{
  display: flex;
  justify-content: space-between;
  border:solid 1px #ebe8e8;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.case-list-title a{
  padding: 0px 20px;
  line-height: 45px;
  display: block;
  color: #848484;

}
.modal-body p{
  font-size: 24px;
  margin: 30px 0 50px;
}
.modal-body label{
  font-size: 16px;
}
.modal-body .row{
  display: flex;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
.modal_input{
  flex: 1;
  border: solid 1px #ddd;
  line-height: 40px;
  outline: none;
  margin-left: 30px;
}
.modal-footer .btn{
  padding: 7px 45px;
  background-color: #00a7c0;
  border-color:#00a7c0 ;
  display: block;
  margin: 0 auto 30px;
}
.modal-header,.modal-footer{
  border-width: 0px;
  position: relative;
}
.modal-header .close{
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-header h5{
  margin: 30px auto 0;
  color: #00a7c0;
}
.modal-body .success{
  text-align: center;
}
@media only screen and (max-width: 1199px){
  .contact-us .container{
    width: 100%;
  }
  .contact-us ul{
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .contact-us ul li{
    justify-content: start;
    padding-left: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px){
  .rights-interests li .txt,.rights-interests li .img{
    width: 100%;
  }
  .rights-interests li{
    flex-direction: column;
  }
  .memorabilia li{
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
  }
  .memorabilia li .date{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .memorabilia li .txt{
    width: 100%;
  }
  .memorabilia .container{
    width: 100%;
  }
  .memorabilia .img{
    margin-bottom: 15px;
    margin-right: 0;
  }
  .memorabilia li .date .sign{
      display: none;
  }
  .memorabilia{
    padding: 10px 0 50px;
  }
}
@media only screen and (max-width: 767px){
  .swiper-slide img{
    height: 360px;
  }
  .swiper-slide .txt{
    font-size: 20px;
  }
  .swiper-slide .txt .t{
    font-size: 24px;
  }
  .nav_list_con1 > li > a{
    text-shadow: none;
  }
  .swiper-button-next, .swiper-button-prev{
    display: none;
  }
  .service-module .card-area .card-item{
    width: 100%;
    margin-bottom: 30px;
  }
  .service-module .card-area .card-item.active{
    width: 100%;
  }
  .service-module .card .card-content.card-content2{
    left: 0;
    max-width: 100%;
    padding-left: 25px;
  }
  .case-module a {
    display: block;
    width: 48%;
    border: solid 1px #d2d2d2;
    margin: 0px 1% 10px;
    }
  .custom-service-module ul{
    flex-direction: column;
  }
  .custom-service-module ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .about-box{
    flex-direction: column;
  }
  .about-box .img, .about-box .txt{
    width: 100%;
  }
  .about-box .txt{
    padding-left: 0;
  }
  .progress-module ul{
    flex-direction: column;
  }
  .progress-module ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  .form-box .title{
    width: 100%;
    font-size: 15px;

  }
  .form-box .form{
    width: 100%;
    flex-direction: column;
  }
  .form-box .form .left .form-item{
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .form-box .form .left .arrow{
    top: 15px;
  }
  .form-box .form .left{
    flex-direction: column;
    background-color: transparent;
  }
  .form-box .form .search-btn{
    width: 100%;
  }
  .IIInsomnia-city-picker{
    width: 100%;
    left: 0 !important;
  }
  .industry-select,.company-type-select{
    width: 100%;
    left: 0;
    margin-left: 0;
    height: auto;
    padding-bottom: 20px;
  }
  .industry-select .lists li{
    margin: 0 12px;
  }
  .industry-select .lists li.actived{
    margin: 0 12px;
  }
  .industry-select .lists li.actived{
    display: block;
    float: none;
  }
  .company-type-select:before{
    display: none;
  }
  .list-title a{
    padding: 0 18px;
  }
  .list-title{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .search-wrap{
    margin-top: 50px;
  }
  .search-form{
    flex-direction: column;
    background: transparent;
    height: auto;
  }
  .search-form .search-select{
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    height: 40px;
    padding-left: 20px;
  }
  .search-form .search-select span{
    line-height: 40px;
  }
  .search-form .search-select .arrow{
    top: 13px;
  }
  .search-form .input{
    width: 100%;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .search-btn{
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .keywords{
    width: 85%;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 15px;
  }
  .keywords span{
    margin: 0 5px;
  }
  .search-select-drop{
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .header1 .nav_btn{
    color: #000;
  }
  .product-list li{
    width: 100%;
  }
  .detail-top .img,.detail-top .txt{
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .detail-top .txt{
    padding-top: 15px;
  }
  .detail-top .txt .bottom{
    position: static;
    padding-left: 0;
  }
  .detail-top, .detail-bottom{
    padding:15px;
  }
  .detail-bottom .detail-txt-tab{
    padding-left: 0;
  }
  .detail-bottom .img{
    width: 100%;
  }
  .newsdetail h2{
    font-size: 26px;
    margin-bottom: 40px;
  }
  .hyfa-xq-bottom{
    flex-direction: column;
    margin-top: 50px;
  }
  .newsdetail .container{
    padding-top: 40px;
  }
  .company-introduction img{
    width: 100%;
    margin-bottom: 40px;
  }
  .company-introduction{
    padding-bottom: 60px;
  }
  .company-introduction .qualification li{
    width: 100%;
  }
  .contact-us ul li{
    width: 100%;
  }
  .contact-us .address{
    width: 200px;
  }
  .banner1 .title{
    font-size: 26px;
    bottom: 110px;
  }
  .banner1{
    height: 300px;
  }
}