﻿@charset "UTF-8";
.w1200 {
  width: 12rem;
  margin: 0 auto;
}
.bbm {
  border-bottom: 1px solid #ddd;
}
.bbt {
  border-top: 1px solid #ddd;
}
.vrm {
  vertical-align: middle;
}
.btn {
  cursor: pointer;
}
.ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ellipsis-5 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.hedcbox{
  width: 12rem;
  margin: 0 auto;
  padding: 0.3rem 0;
}
.hedbox .logo{
  float: left;
}
.hedbox .logo img{
  width: 1.8rem;
  height: 0.56rem;
}
.hedbox .consultbox{
  float: left;
  margin-left: 0.4rem;
}
.hedbox .consultbox span{
  color: #999999;
}
.hedbox .consultbox div{
  font-size: 0.24rem;
  font-weight: 600;
}
.hedbox .searchbox{
  float: right;
  border: 3px solid #bb9655;
  position: relative;
  padding: 0.1rem 0.1rem;
  width: 5rem;
}
.hedbox .searchbox .searchimg{
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url('../images/search.png') no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
.hedbox .searchbox input{
  font-size: 0.14rem;
  width: 80%;
  padding-left: 0.1rem;
}
.hedbox .searchbox button{
  position: absolute;
  right: 0;
  background: #bb9655;
  font-size: 0.18rem;
  color: #ffffff;
  height: 100%;
  top: 0;
  width: 0.6rem;
  text-align: center;
}
.navbox{
  background: #222224;
  height: 0.66rem;
  color: #ffffff;
  font-size: 0.16rem;
}
.navbox .classify .classifytitle{
  line-height: 0.66rem;
  background: #0e0e0e;
  text-align: center;
}
/*.navbox .nav{*/
/*  float: left;*/
/*  width: 80%;*/
/*}*/
.navbox .nav li{
  float: left;
  width: 9.44444444%;
  line-height: 0.66rem;
  text-align: center;
}
.navbox .nav li a,.ablock{
  display: inline-block;
  width: 100%;
  height: 100%;
}
.navbox .nav .action{
  background: #1b1b1b;
  font-weight: 600;
}
.navbox .classify{
  position: relative;
  width: 15%;
  float: left;
}
.navbox .classify .menu-content{
  background: rgba(0, 0, 0, 0.7);
  height: 4.5rem;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 10;
  display: none;
}
.navbox .classify .menu-content .down{
  display: inline-block;
  width: 0.08rem;
  height: 0.16rem;
  background: url('../images/down.png') no-repeat;
  vertical-align: middle;
  margin-left: 0.15rem;
}
.navbox .classify .menu-content .action{
  color: #bb9655;
  font-weight: 600;
}
.navbox .classify .menu-content .action .down{
  background-image: url("../images/down-1.png");
}
.navbox .classify .menu-content .menu-item{
  line-height: 0.6rem;
  font-size: 0.16rem;
  border-bottom: 1px solid #333333;
  position: relative;
}
.navbox .classify .inner-box{
  position: absolute;
  left: 100%;
  top: 0.66rem;
  width: 7.5rem;
  height: 4.5rem;
  background: #000000;
  padding: 0 0.3rem;
  overflow-y: auto;
  z-index: 10;
}
.navbox .classify .inner-box .innerlist{
  border-bottom: 1px solid #333333;
  padding: 0.2rem 0 0.1rem;
  font-size: 0.16rem;
}
.navbox .classify .inner-box .innerlist .listtitle{
  color: #bb9655;
  margin-bottom: 0.05rem;
}
.navbox .classify .inner-box .innerlist .listli a{
  display: inline-block;
  margin-right: 0.3rem;
  line-height: 0.3rem;
}
#banner{
  height: 4.5rem;
  width: 100%;
}
#banner img{
  width: 100%;
  height: 100%;
}
#banner .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255,255,255,0);
  width: 0.16rem;
  height: 0.16rem;
  border: 2px solid #ffffff;
}
#banner .swiper-pagination-bullet-active {
  border: 2px solid #ffffff;
  background: #ffffff;
}
.advantagebox{
  background: #000000;
  padding: 0.4rem 0;
}
.ullist{
  width: 12rem;
  margin: 0 auto;
}
.ullist li{
  float: left;
}
.ullist li a{
  display: inline-block;
  font-size: 0.18rem;
  color: #bb9655;
  border: 1px solid #bb9655;
  border-radius: 30px;
  font-weight: 600;
  padding: 0.08rem 0.6rem;
}
.advantagebox li{
  width: 25%;
}
.advantagebox li .imgbox{
  float: left;
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.15rem;
}
.advantagebox li .textbox{
  float: left;
  color: #ffffff;
}
.advantagebox li .textbox div{
  font-size: 0.24rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.advantagebox li .textbox span{
  font-size: 0.14rem;
}
.Hot-services{
  background: url("../images/bag1.jpg") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.5rem;
}
.Hot-services .hot-title{
  font-size: 0.24rem;
  text-align: center;
  padding: 0.5rem 0 0.8rem;
  font-weight: 600;
}
.Hot-services ul li{
  width: 25%;
  padding: 0 0.3rem;
}
.Hot-services ul li .hotlititle{
  text-align: center;
  padding-bottom: 0.3rem;
}
.Hot-services ul li .hotlititle img{
  max-width: 0.68rem;
  max-height: 0.68rem;
}
.Hot-services ul li .hotlititle div{
  font-size: 0.2rem;
  font-weight: 600;
  margin: 0.2rem 0 0.1rem;
}
.Hot-services ul li p{
  font-size: 0.16rem;
  color: #808080;
  line-height: 0.25rem;
  margin-bottom: 0.5rem;
  height: 1rem;
}
.Hot-services ul li .hotlititle:after{
  display: inline-block;
  content: '';
  width: 0.17rem;
  height: 1px;
  background: #bb9655;
}
.registrationbox{
  background: url("../images/bag2.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 0.8rem 0 1rem;
}
.titlebox{

}
.titlebox .titletext{
  font-size: 0.6rem;
  float: left;
}
.titlebox .titletext span{
  color: #222222;
  font-weight: lighter;
}
.titlebox .titletext i{
  display: inline-block;
  color: #bb9655;
  font-weight: lighter;
}
.titlebox .f_r{
  margin-top: 0.3rem;
}
.titlebox .f_r a{
  border-right: 1px solid #212121;
  padding: 0 0.2rem;
  font-size: 0.18rem;
}
.titlebox .f_r a:last-child{
  border-right: none;
}
.registrationbox ul{
  display:flex;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.registrationbox ul li{
  width: 23.5%;
  text-align: center;
  background: #ffffff;
  margin-right: 2%;
  padding: 0.4rem 0.6rem;
}
.registrationbox ul li img{
  width: 0.68rem;
  height: 0.68rem;
}
.registrationbox ul li div{
  font-size: 0.2rem;
  font-weight: 600;
  margin: 0.4rem 0 0.3rem;
}
.registrationbox ul li p{
  font-size: 0.14rem;
  color: #808080;
}
.registrationbox ul li:last-child{
  margin-right: 0;
}
.Bookkeeping{
  padding: 0.6rem 0 1rem;
}
.Bookkeeping ul{
  display:flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.Bookkeeping ul li{
  width: 23.5%;
  text-align: center;
  background: #ffffff;
  margin-right: 2%;
  /*margin: 0 4%;*/
}
.Bookkeeping ul li img{
  width: 100%;
  height: 4.15rem;
}
.Bookkeeping ul li div{
  font-size: 0.24rem;
  padding: 0.3rem 0;
}
.Bookkeeping ul li p{
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.5rem;
  line-height: 0.25rem;
  text-align: left;
}
.Bookkeeping ul li:last-child{
  margin-right: 0;
}
.agency{
  position: relative;
  margin-top: 0.5rem;
}
.agency .agencyswiper{
  height: 6rem;
}
.agency .agencyswiper .swiper-slide {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.agency .agencyswiper .swiper-slide .swipercontent{
  width: 6rem;
  color: #ffffff;
  margin-top: 5%;
  margin-left: 20%;
}
.agency .agencyswiper .swiper-slide .swipercontent div{
  font-size: 0.36rem;
  font-weight: lighter;
}
.agency .agencyswiper .swiper-slide .swipercontent p{
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.agency .agencyswiper .swiper-slide .swipercontent a{
  display: inline-block;
  width: 2.2rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.18rem;
  border-radius: 30px;
  background: #bb9655;
}
.agency .agencylist{
  position: absolute;
  top: 0;
  right: 20%;
  height: 6.8rem;
  top: -0.4rem;
  padding-top: 0.1rem;
}
.agency .agencylist .swiper-slide{
  background: #fbfbfb;
  width: 3.6rem;
  padding: 0.3rem;
}
.agency .agencylist .swiper-slide div{
  font-size: 0.2rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.agency .agencylist .swiper-slide p{
  font-size: 0.16rem;
  color: #666666;
}
.agency .swiper-button-prev{
  background-image:url("../images/prev.png");
  width: 39px;
  height: 39px;
  background-size: 100% 100%;
  left: 58%;
  top: 80%;
}
.agency .swiper-button-next{
  background-image:url("../images/next.png");
  width: 39px;
  height: 39px;
  background-size: 100% 100%;
  right: 40%;
  top: 88%;
}
.agency .agencylist .active{
  background: #bb9655;
}
.agency .agencylist .active div,.agency .agencylist .active p{
  color: #FFFFFF!important;
}
.indexnews{
  padding: 0.7rem 0;
}
.indexnewslist{
  margin: 0.5rem auto 0;
  background: url('../images/bag4.png') no-repeat;
  background-position: top;
  padding: 0.4rem 0 0.6rem;
}
.indexnewslist  li{
  width: 32%;
  margin-right: 2%;
  float: left;
}
.indexnewslist li a{
  display: inline-block;
  width: 100%;
}
.indexnewslist li img{
  width: 100%;
  height: 2.5rem;
}
.indexnewslist li .ellipsis-1{
  font-size: 0.24rem;
  margin: 0.6rem 0 0.3rem;
  text-align: center;
}
.indexnewslist li .ellipsis-3{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.25rem;
  margin-bottom: 0.3rem;
}
.indexnewslist li .datebox{
  font-size: 0.14rem;
  color: #666666;
}
.indexnewslist li .datebox .f_r{
  color: #bb9655;
  font-weight: 600;
}
.indexnewslist li:last-child{
  margin-right: 0;
}
.more{
  font-size: 0.18rem;
  color: #bb9655;
  border: 1px solid #bb9655;
  border-radius: 30px;
  width: 2.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  margin: 0.5rem auto 0;
}
.foottop{
  background: url("../images/footerbag.jpg") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 0.2rem 0;
}
.foottop .telbox img{
  vertical-align: middle;
}
.foottop .telbox span{
  font-size: 0.34rem;
  color: #ffffff;
  font-weight: 600;
  vertical-align: middle;
}
.foottop .teltext{
  font-size: 0.16rem;
  color: #ffffff;
}
.footlist{
  background: #232323;
  padding: 0.4rem 0 0.3rem;
}
.footlist ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
.footlist ul li{
  float: left;
  width: 40%;
  margin-right: 2%;
  margin-top:4%;
  margin-left:5%;
}
.footlist ul li .foottitle{
  font-size: 0.16rem;
  color: #ffffff;
}
.footlist ul li .foottitle:after{
  display: block;
  content: "";
  width: 31px;
  height: 3px;
  background: url('../images/afterbag.png') no-repeat;
  background-size: 100%;
  margin-top: 0.1rem;
}
.footlist ul li .lilist a{
  display: block;
  float: left;
  width: 49%;
  color: #c4c4c4;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  padding-right: 0.2rem;
}
.footlist ul li .lilist a span{
 display: inline-block;
  width: 6px;
  height: 9px;
  background: url('../images/gopage.png') no-repeat;
  background-size: 100%;
  margin-right: 0.18rem;
}
.footlist ul li:last-child{
  margin-right: 0;
}
.footlist .companybox{
  width: 100%;
  margin: 0 auto;
}
.footlist .companybox .footlogo{
  float: left;
  width: 2.43rem;
  height: 0.76rem;
  margin-right: 0.6rem;
}
.footlist .companybox .detailsbox{
  float: left;
  margin-right: 0.3rem;
  color: #ffffff;
  width: 37%;
  margin-left: 11%;
}
.footlist .companybox .detailsbox .emailbox{
  margin-bottom: 0.1rem;
}
.footlist .companybox .detailsbox .emailbox .imgiconbox img{
  vertical-align: middle;
  margin-right: 0.1rem;
}
.footlist .companybox .detailsbox .emailbox .imgiconbox span{
  font-size: 0.18rem;
  vertical-align: middle;
}
.footlist .companybox .detailsbox .emailbox .ourtime{
  font-size: 0.14rem;
  opacity: 0.6;
  margin-left: 0.3rem;
}
.footlist .companybox .sweepbox{
  float: left;
  color: #ffffff;
}
.footlist .companybox .sweepbox .sweeimg{
  float: left;
  margin-right: 0.25rem;
  width: 0.8rem;
  height: 0.8rem;
}
.footlist .companybox .sweepbox .f_l{
  margin-top: 0.1rem;
}
.footlist .companybox .sweepbox .f_l .swbox{
  margin-bottom: 0.1rem;
}
.footlist .companybox .sweepbox .f_l .swbox img{
  vertical-align: middle;
}
.footlist .companybox .sweepbox .f_l .swbox span{
  vertical-align: middle;
  font-size: 0.2rem;
}
.footlist .companybox .sweepbox .f_l .swtext{
  font-size: 0.12rem;
}
.footbottom{
  background: #181818;
  text-align: center;
  height: 1rem;
  line-height: 0.5rem;
}
.footbottom .copyrightbox{
  color: #ffffff;
  opacity:1;
  font-size: 0.14rem;
}
.footbottom .copyrightbox span{
  border-right: 2px solid #c1c1c1;
  padding-right: 0.1rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1700px){
  .agency .swiper-button-next{
    right: 50%;
  }
  .agency .swiper-button-prev {
    left: 47.65%;
  }
}
@media screen and (max-width: 1250px){
  .hedcbox,.w1200,.ullist{
    width: 100%;
  }
  .agency .swiper-button-prev {
    left: 40%;
  }
  .agency .swiper-button-next {
    right: 56.4%;
  }
}
.my_zx {
  text-align: center;
}
.my_zx_btn {
  height: 0.44rem;
  border: #bb9655 solid 1px;
  border-radius: 23px;
  display: inline-block;
  margin-top: 1rem;
}
.my_zx_btn span {
  line-height: 0.44rem;
}
.zx_sp_left {
  padding-left: 0.23rem;
  padding-right: 0.12rem;
  color: #bb9655;
  font-size: 0.14rem;
}
.my_zx_btn .click {
  padding-left: 0.26rem;
  padding-right: 0.18rem;
  background-color: #bb9655;
  color: #FFFFFF;
  height: 0.42rem;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.16rem;
  position: relative;
  cursor: pointer;
}
.my_zx_icon {
  display: inline-block;
  width: 0.21rem;
  height: 0.21rem;
  background: url('../images/zc_zxicon.png') no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.zx_sp_right {
  margin-left: 0.27rem;
}
.registrationbox .zx_sp_left{
  color: #FFFFFF;
}
.registrationbox .my_zx_btn{
  border-color: #FFFFFF;
}
.registrationbox .my_zx_btn .click{
  background: none;
}
@media screen and (max-width: 1080px){
  .footlist .companybox {
    width: 85%;
  }
}