/* 2022 */
p {
  font-size: 14px;
}
ul{
    list-style: none;
    
}

.imghover {
  transition: all .6s;
  width: 100%;
}

.imghover:hover {
  transform: scale(1.05);
}

.policy {
  background: linear-gradient(147deg, #FFF 0%, #9BE3FF 100%);
}

.policy .row {
  padding: 25px 0;
  overflow: hidden;
  border-radius: 20px;
  background: #1f6cdd;
  background: linear-gradient(135deg, #73B5FF 0%, #1f6cdd 100%);
  box-shadow: 0px 23px 42px 0px rgba(92, 148, 255, 0.25);
}

.policy .box {
  text-align: center;
}

.policy .box h3 {
  color: #fff;
}

.policy .box p {
  color: #1f6cdd;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 12px 0px rgba(2, 1, 0, 0.1), 0px 5px 7px 0px rgba(255, 255, 255, 0.12);
  padding: 0.3em;
  border-radius: 1.3em;
}

.policy .col-lg-4:first-child .box p {
  background-color: rgba(0, 38, 255, 0.11);
  color: #FFFFFF;
}

.index-support {
  background: url(../img/condition.png)fixed;
  background-size: cover;
}

.industry-box {
  height: 100%;
  padding: 2em;
  border-radius: 2em;
  background: linear-gradient(135deg, #73B5FF 0%, #327AFF 100%);
  box-shadow: 0px 23px 42px 0px rgba(92, 148, 255, 0.25);
}

.industry-box h3 {
  color: #fff;
  text-align: center;
}

.index-support .info-box {
  background: #FFFFFF;
  box-shadow: 0px 3px 18px 0px rgba(0, 2, 25, 0.07);
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}

.index-support .info-box img {
  max-width: 50%;
  height: auto;
}

.index-support .info-box h3 {
  font-size: 16px;
  color: #666;
}

.industry-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;

}

.industry-item a {
  padding: 0.5em;
  margin-bottom: 2em;
  border-radius: 2em;
  background-color: #fff;
}

.features {
  background: linear-gradient(153deg, #FFFFFF 0%, #DBECFF 100%);
}

.invitation-box {
  text-align: center;
  /* background: url(../img/index-lc-bg.png )no-repeat center center/contain; */
}

.invitation-box .col {
  padding: 0;
}

.invitation-box p {
  font-size: 1.5em;
  font-weight: bold;
  height: 8em;
  width: 8em;
  border: 1em solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  margin: 2em auto;
  border-color: #c8dcff;
  position: relative;
}

.invitation-box p::before {
  position: absolute;
  right: -2em;
  font-size: 1.5em;
  color: #538fff;
}

.invitation-box p.icon-cs-jt-xx-1-1::before {
  position: absolute;
  bottom: -2.5em;
  font-size: 1.5em;
  color: #538fff;
  right: 50%;
  transform: translateX(50%);
}

.invitation-box .row:nth-child(1) .col:nth-child(1) p,
.invitation-box .row:nth-child(2) .col:nth-child(5) p {
  border-color: #689dff;
}

.invitation-box .row:nth-child(1) .col:nth-child(2) p {
  border-top-color: #689dff;
}

.invitation-box .row:nth-child(1) .col:nth-child(3) p {
  border-top-color: #689dff;
  border-right-color: #689dff;
}

.invitation-box .row:nth-child(1) .col:nth-child(4) p {
  border-bottom-color: #689dff;
  border-top-color: #689dff;
  border-right-color: #689dff;
}

.invitation-box .row:nth-child(2) .col:nth-child(1) p {
  border-color: #f40;
  background-color: #f40;
  color: #fff;
}

.invitation-box .row:nth-child(2) .col:nth-child(2) p {
  border-bottom-color: #689dff;
}

.invitation-box .row:nth-child(2) .col:nth-child(3) p {
  border-left-color: #689dff;
  border-bottom-color: #689dff;
}

.invitation-box .row:nth-child(2) .col:nth-child(4) p {
  border-left-color: #689dff;
  border-bottom-color: #689dff;
  border-top-color: #689dff;
}

#services {
  background: linear-gradient(0deg, #fff, #f6f8ff);
}

/* page-industy */
.banner-box .industry-title {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}

.banner-box .industry-sub-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}

.banner-box .industry-tag {
  display: flex;
  padding: 1em;
  color: #fff;
  font-size: 1.5em;
  background: #d2d6f875;
  border-radius: 12px;
  box-shadow: 0 0 5px #d1d1d1;
}

@media(min-width:940px) {
  .banner-box .industry-tag {
    width: 55%;
  }
}

.banner-box .industry-tag .industry-tag-font {
  position: relative;
  margin: 0 .5em;
}

.banner-box .industry-tag .industry-tag-font::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  overflow: hidden;
  margin: 0 .5em;
  position: absolute;
}

.banner-box .industry-tag .industry-tag-font:last-child:after {
  width: 0;
}

.hero-sub {
  background-image: url(../images/list/subbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.service-plan .tax-type-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}

.service-plan .tax-type-box .tax-box-item {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #1f6fde;
  margin: 0.5em;
  font-size: 18px;
  padding-bottom: .5em;
}

.service-plan .tax-type-box .tax-box-item img {
  width: 1.5em;
  height: 1.5em;
  box-shadow: 0 0 1px #2073e6;
  border-radius: 2px;
  margin: 0 .5em;
}

.service-plan .tax-box {
  text-align: center;
  color: #fff;
  background: linear-gradient(45deg, #1f6cdd, #689dff);
  border-radius: 10px;
  padding: 1em;
  transform: skewX(-2deg);
  margin-bottom: 1em;
}

.service-plan .tax-box.tax-box-r {
  background: linear-gradient(45deg, #2f4f75, #4e81bf);
}

.service-plan .section-header h2 {
  font-size: 2em;
}

.tax-type-title-box {
  padding: 1em;
  display: flex;
  font-size: 1.5em;
  justify-content: center;
  align-items: center;

}

.tax-type-title-box img {
  width: 50px;
  height: 50px;
}

.tax-type-content-item {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1em;

}

.tax-type-content-item img {
  height: 40px;
  width: 40px;
}

.Service-process {
  background: #f8fbfb;
}

.service-box {
  text-align: center;
  padding: 1em 0;
}

.service-box .point {
  margin: 1.5em auto;
  position: relative;
  border-bottom: 1px dashed;
  position: relative;
}

.service-box .point:after {
  content: "";
  width: 13px;
  height: 13px;
  background: blue;
  border-radius: 50%;
  top: -6px;
  position: absolute;
}

.service-box img {
  width: 65px;
  height: 65px;
}

.advantage-list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.advantage-list .advantage-info {
  margin: .5em;
  border: 1px solid #1f6cdd;
  border-radius: 10px;
  overflow: hidden;
  transition: all .8s;
}

.advantage-list .advantage-info:hover {
  box-shadow: 0 0 5px #4154f1;
}

.advantage-title {
  padding: 1em 0;
}

@media(max-width:940px) {
  .advantage-list .advantage-info {
    width: calc(50% - 1em);
  }
}

.service-lc {
  background: linear-gradient(45deg, #f8fefe, #d8fbfb);
}

.service-lc .service-lc-box {
  background: #fff;
  padding: 1em;
  text-align: center;
  position: relative;
  margin-bottom: 2em;
}

.service-lc .service-lc-box::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -2em;
  border: 15px solid transparent;
  border-left-color: #98abff;
}

.service-lc .col-md-3.col-sm-6:last-child .service-lc-box::before {
  display: none;
}

.service-lc .service-lc-box img {
  width: 60px;
  height: 60px;
}

.service-lc .service-lc-box h3 {
  padding: 1em 0;
  font-size: 1.4em;
}

.service-lc .service-lc-box .serve-text {
  color: #666;
  margin: .5em;
  position: relative;
}

.service-lc .service-lc-box .serve-text::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: blue;
  top: 0.4em;
  margin-left: -1.5em;
}

.logo-desc-box {
  background: #f5f5f5;
  text-align: center;
}

.logo-desc-box .logo-desc {
  color: #888;
}

.logo-desc-box .logo-desc-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: #666;
  margin-bottom: 1em;
}

.logo-desc-box .logo-desc-tag img {
  width: 45px;
  height: 45px;
}

.logo-desc-box .logo-desc-tag .items {
  margin-left: .5em;
}

.logo-desc-box .logo-desc-tag .items h3 {
  font-size: 18px;
}

.logo-desc-box .logo-desc-tag .items p,
.logo-desc-box .logo-desc-tag .items h3 {
  margin: 0;
}


.ys-tab-wrap1.clear {
	display: flex;
	justify-content: center;
	padding: 1em;
	align-items: center;
}
.ys-tab-wrap1.clear a {
	font-size: 20px;
	font-weight: bold;
	padding: 0 1em;
}

  /*解决方案*/
  .ys-khpj-list.clear {
	list-style: none;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 1em;
}
.ys-khpj-wrap {
	text-align: center;
	padding: 2em 0;
}
.ys-mod-title {
	padding: 3em 0;
}
.ys-khpj-list .ys-per-khpj {
	margin: 0 5px;
	background: #f0f8ff2e;
	padding: 2em;
	border-radius: 8px;
	box-shadow: 0 0 5px #00000075;
}

    .ys-jjfa-title {
        height: 30px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    .ys-jjfa-title span {
        border-bottom: 3px solid #f05a24;
        display: inline-block;
        margin: 0 auto;
        height: 27px;
        padding: 0 5px;
    }

    .ys-jjfa-list {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
    }

    .ys-per-jjfa {
        width: 100%;
        height: 100px;
        margin-top: 36px;
        display: flex;
    }

    .ys-jjfa-img {
        width: 150px;
        height: 100px;
    }

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

    .ys-jjfa-msg {
        width: 235px;
        height: 100px;
        overflow: hidden;
        margin-left: 1em;
    }

    .ys-jjfa {
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 15px;
        color: #333;
        overflow: hidden;
         font-weight: bold; 
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .ys-gyyc-main img {
	display: block;
}

    .ys-jjfa:hover {
        color: #f05a24;
    }

    .ys-jjfa-time {
        font-size: 12px;
        line-height: 24px;
    }

    .ys-cgal-list {
        width: 100%;
        height: auto;
    }

    .ys-cgal-list {
        width: 100%;
        height: auto;
        padding-top: 15px;
    }

    .ys-per-cgal {
        width: 99%;
        height: 39px;
        background: #fff;
        border: 1px solid #7b7b7b;
        line-height: 39px;
        margin-top: 19px;
        -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
        text-align: center;
        font-size: 15px;
        border-radius: 10px;
    }
    .ys-per-cgal:hover{

        width: 99%;
        height: 39px;
        background: #006e2e;
        border: 1px solid #006e2e;
        line-height: 39px;
        margin-top: 19px;
        -webkit-box-shadow: 0 0 30px 1px rgba(0, 126, 31, 0.1);
        -moz-box-shadow: 0 0 30px 1px rgba(0, 126, 31, 0.1);
        box-shadow: 0 0 30px 1px rgba(0, 126, 31, 0.1);
        text-align: center;
        font-size: 15px;
        border-radius: 10px;
    }

    .ys-per-cgal span {
        color: #a3a3a3;
    }

    .ys-per-cgal a {
        color: #000;
    }

    .ys-per-cgal a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .ys-gzwm-wrap {
        width: 201px;
        height: 201px;
        margin: 40px auto 0;
    }

    .ys-gzwm-wrap img {
        display: block;
        width: 100%;
        height: auto;
    }

    .ys-gzwm-wrap span {
        font-size: 15px;
        color: #000;
        line-height: 15px;
    }
    .ys-fixed-bottom{
        display: none;
    }
    /*解决方案结束*/
    /*联系我们开始*/
    @media screen  and (min-width: 1200px){
    .ys-lxwm-banner{
        width: 100%;height: auto;margin: 0 auto;
    }
    .ys-lxwm-banner img{
        display: block;width: 100%;
    }
    .ys-lxwm-wrap{
        margin: 100px auto 0;
    }
    .ys-lxwm-wrap p{
        font-size: 20px;line-height: 45px;text-align: center;
    }
    .content{
        text-align: center;
        display:block;
    }
    .lxwm-title{
        font-size: 28px;line-height: 28px;font-weight: bold;text-align: center;margin-bottom: 45px;
    }
    .ys-btn-wrap{
        width: 673px;height: 64px;margin: 60px auto 0!important;
    }
    .ys-pzbz-wrap{
        height: 85px;margin: 110px auto 0;width: 100%;max-width: 1464px;
    }
    .ys-pzbz{
        margin-right: 90px;
    }
    .ys-pzbz:last-child{
        margin-right: 0;
    }
    .ys-pzbz-msg{
        margin-left: 20px;
    }
    .ys-pzbz-msg p:first-child{
        font-size: 25px;line-height: 40px;margin-top: 5px;
    }
    .ys-pzbz-msg p:last-child{
        font-size: 20px;line-height: 40px;
    }
    .ys-lxwm-tab-wrap{
        width: 1200px;height: 40px;line-height: 40px;border-bottom: 2px solid #7d7d7d;margin: 165px auto 0;
    }
    .ys-per-lxwm-tab{
        font-size: 20px;color: #000;font-weight: bold;margin-left: 50px;padding: 0 8px;cursor: pointer;
    }
    .ys-per-lxwm-tab-active{
        color: #f05a24;border-bottom: 2px solid #f05a24;
    }
    .ys-per-faal1{
        width: 100%;height: 200px;margin-bottom: 39px;
    }
    .ys-gywm-l ul li {
	display: flex;
	width: 100%;
	align-items: center;
}
    .ys-per-faal1-img{
        width: 300px;height: 200px;
    }
    .ys-per-faal1-img img{
        display: block;
        width: 100%;
    }
.ys-per-faal1-msg {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin-left: 1.5em;
}
    .ys-faal-title{
        line-height: 35px;font-size: 20px;margin-top: 5px;font-weight: bold;color: #000;
    }
    .ys-faal-title:hover{
        text-decoration: underline;
    }
    .ys-faal-desc{
        font-size: 15px;line-height: 30px;color: #000;margin-top: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .ys-faal-desc:hover{
        text-decoration: underline;
    }
    .ys-faal-time{
        width: 100%;height: 30px;line-height: 30px;overflow: hidden;margin-top: 5px;font-size: 15px;color: #9fa0a0;
    }
    .ys-faal-time span.fr{
        margin-left: 25px;
    }
    .ys-faal-time span.fr img{
        vertical-align: middle;margin-right: 5px;
    }
    .ys-jzgd-btn{
        width: 100%;height: 50px;line-height: 50px;background: #f05a24;color: #fff;text-align: center;font-size: 20px;
        margin-top: 5px;
    }
    .ys-gywm-r{
        margin-top: 0!important;
    }
    .ys-jjfa-r{
        width: 420px;height: auto;
    }
    .ys-per-jjfa-r{
        width: 450px;height: 282px;margin-bottom: 55px;
    }
    .ys-per-jjfa-r img{
        display: block;width: 100%;
    }
    .ys-jjfa-r-title{
        width: 100%;box-sizing: border-box;padding: 0 20px;background: rgba(0,0,0,0.5);font-size: 20px;font-weight: bold;
        height: 50px;line-height: 50px;left: 0;bottom: 0;color: #fff;
    }
    .ys-jjfa-r-title:hover{
        text-decoration: underline;
    }

    /*服务流程*/
    .ys-fwlc-title{
        width: 1140px;height: 50px;background: #fff;padding-left: 60px;margin: 50px auto 0;font-size: 20px;color: #000000;
        font-weight: bold;line-height: 50px;
        -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
        box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    }
    .ys-fwlc-wrap{
        width: 1200px;height: auto;margin: 110px auto 0;
    }
    .ys-per-fwlc1{
        width: 293px;font-size: 20px;color: #000;text-align: center;
    }
    .ys-per-fwlc1 img{
        display: block;width: 207px;height: 207px;margin-left:36px;
    }
    .ys-per-fwlc2{
        width: 307px;font-size: 20px;color: #000;text-align: center;
    }
    .ys-per-fwlc2 img{
        display: block;margin: 0 auto;
    }
    .fwlc-line{
        width: 100%;height: auto;margin: 20px auto 0;
    }
    .fwlc-line img{
        width: 100%;margin: 0 auto;
    }
    .ys-fwlc-min{
        display: none;
    }
}
@media screen and (min-width: 640px) and (max-width: 1200px){
    .ys-gywm-wrap{
        display: none;
    }
    .ys-fwlc-max{
        display: none;
    }
    .ys-lxwm-tab-wrap{
        display: none;
    }
    .tab-main{
        display: none;
    }
    .ys-khpj-wrap{
        display: none;
    }
    .ys-foot-wrap{
        display: none;
    }
    .ys-fwlc-title-min{
        font-size: 20px;color: #000;font-weight: bold;text-align: center;margin: 65px auto 0;
    }
    .ys-fwlc-wrap{
        display: none;
    }
    .ys-fwlc-min{
        width: 380px;height: auto;margin: 65px auto 0;
    }
    .ys-fwlc-box{
        width: 380px;height: 676px;margin: 70px auto 0;background: url("../images/fwlc/fwlc-line-min.png") no-repeat center center;
    }
    .ys-per-fw{
        width: 100%;height: 146px;margin-bottom: 30px;
    }
    .ys-per-fw span{
        display: block;width: 146px;height: 146px;line-height: 146px;text-align: center;font-size: 20px;color: #000;float: left;
    }
    .ys-per-fw img{
        display: block;width: 146px;height: 146px;float: right;
    }

    /*联系我们*/
    .ys-lxwm-banner{
        width: 100%;height: auto;margin: 50px auto 0;
    }
    .ys-lxwm-banner img{
        display: block;width: 100%;
    }
    .ys-lxwm-wrap{
        margin: 50px auto 0;
    }
    .ys-lxwm-wrap p{
        font-size: 14px;line-height: 31px;text-align: center;
    }
    .lxwm-title{
        font-size: 20px;line-height: 20px;font-weight: bold;text-align: center;margin-bottom: 20px;
    }
    .ys-btn{
        width: 143px;height: 32px;
    }
    .ys-btn img{
	display: block;
	width: 100%;
	height: auto;
    }
    .ys-btn-wrap{
        width: 330px;height: 32px;margin: 20px auto 0!important;
    }
    .ys-pzbz-wrap{
        width: 430px;height: auto;margin: 30px auto 0;padding-bottom: 100px;
    }
    .ys-pzbz{
        width: 50%;height: auto;margin-top: 25px;
    }
    .ys-pzbz:last-child{
        margin-right: 0;
    }
    .ys-pzbz-icon{
        width: 40px;height: 40px;
    }
    .ys-pzbz-icon img{
        display: block;height: 40px;margin: 0 auto;
    }
    .ys-pzbz-msg{
        width:auto;margin-left: 15px;
    }
    .ys-pzbz-msg p:first-child{
        font-size: 14px;line-height: 25px;
    }
    .ys-pzbz-msg p:last-child{
        font-size: 12px;line-height: 12px;
    }
    .jjfa-tab{
        display: none;
    }
    .jjfa-main{
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .ys-gywm-wrap{
        display: none;
    }
    .ys-fwlc-max{
        display: none;
    }
    .ys-lxwm-tab-wrap{
        display: none;
    }
    .tab-main{
        display: none;
    }
    .ys-khpj-wrap{
        display: none;
    }
    .ys-foot-wrap{
        display: none;
    }
    .ys-fwlc-title-min{
        font-size: 16px;color: #000;font-weight: bold;text-align: center;margin: 45px auto 0;
    }
    .ys-fwlc-wrap{
        display: none;
    }
    .ys-fwlc-min{
        width: 100%;height: auto;margin: 40px auto 0;
    }
    .ys-fwlc-box{
        width: 304px;height: auto;margin: 50px auto 0;background: url("../images/fwlc/fwlc-line-min.png") no-repeat center center;
        background-size: 20px auto;
    }
    .ys-per-fw{
        width: 100%;height: 117px;margin-bottom: 24px;
    }
    .ys-per-fw span{
        display: block;width: 117px;height: 117px;line-height: 141px;text-align: center;font-size: 16px;color: #000;float: left;
    }
    .ys-per-fw img{
        display: block;width: 117px;height: 117px;float: right;
    }

    /*联系我们*/
    .ys-lxwm-banner{
        width: 100%;height: auto;margin: 30px auto 0;
    }
    .ys-lxwm-banner img{
        display: block;width: 100%;
    }
    .ys-lxwm-wrap{
        margin: 40px auto 0;
    }

    .ys-lxwm-wrap p{
        font-size: 14px;line-height: 30px;text-align: center;
    }
    .lxwm-title{
        font-size: 16px;line-height: 16px;font-weight: bold;text-align: center;margin-bottom: 25px;
    }
    .ys-btn{
        width: auto;height: 30px;
    }
    .ys-btn img{
        display: block;height: 30px;
    }

    .ys-btn-wrap{
        width: 320px;height: 30px;margin: 20px auto 0!important;
    }
    .ys-pzbz-wrap{
        width: 92%;height: auto;margin: 40px auto 0;padding-bottom: 100px;
    }
    .ys-pzbz{
        width: 50%;height: auto;margin-top: 20px;
    }
    .ys-pzbz:last-child{
        margin-right: 0;
    }
    .ys-pzbz-icon{
        width: 34px;height: 34px;
    }
    .ys-pzbz-icon img{
        display: block;height: 34px;margin: 0 auto;
    }
    .ys-pzbz-msg{
        width:133px;margin-left: 5px;
    }
    .ys-pzbz-msg p:first-child{
        font-size: 14px;line-height: 20px;
    }
    .ys-pzbz-msg p:last-child{
        font-size: 12px;line-height: 12px;
    }
    .jjfa-tab{
        display: none;
    }
    .jjfa-main{
        display: none;
    }
}
/*联系我们结束*/
/*新闻资讯*/

    .y-gywml {
        width: 50%;
        height: auto;
    }
    .y-gywml h5 {
        font-size:18px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 0px;
    }
    .y-gywml p{
        font-size:16px;
        color: #FFF;
        padding-right:50px;
    }
    .y-gywm {
        width: 30%;
        height: auto;
    }

    .y-gywm:nth-child(2) {
        width: 15%;
    }

    .y-gywm:nth-child(4) {
        width: 45%;
    }

    .y-gywm li {
        font-size: 14px;
        color: #fff;
        margin-bottom: 30px;
        height: 18px;
        line-height:18px;
    }

    .y-gywm li a {
        color: #fff;
    }
    .y-gywm li a:hover{
        color: #002c08;
    }
    .y-gywm li:hover {
    opacity: 1;
    padding-left: 10px;
    text-decoration: none;
 
    }


    .y-gywm li:first-child {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        line-height: 20px;
        height: 20px;
    }

    .ys-ewm {
        width: 120px;
        height: auto;
    }

    .ys-ewm img {
        display: block;
    }

    .ys-ewm p {
        font-size: 12px;
        color: #fff;
        line-height: 21px;
        text-align: center;
        margin-top: 5px;
    }

    .ys-foot-center {
        width: 1200px;
        height: auto;
        margin: 14px auto 0;
    }

    .ys-yqlj {
        /* height: 48px; */
        /* line-height: 48px; */
        font-size: 12px;
        color: #fff;
    }
    .ys-yqlj :hover{
        opacity: 1;
        padding-left: 10px;
        text-decoration: none;
    }

    .ys-yqlj span {
        font-size: 16px;
        font-weight:bold;
        margin-right: 45px;
    }

    .ys-yqlj a {
        margin-right: 40px;
        color: #fff;
    }

    .ys-foot-wrap a:hover {
        text-decoration: underline;
    }

    .ys-fwrx {
        height: 48px;
        line-height: 48px;
        font-size: 22px;
        color: #fff;
        text-align: right;
    }

    .ys-fwrx span {
        font-weight: bold;
        color: #ed5428;
    }

    .ys-tab-wrap1 {
        width: 1280px;
        height: 50px;
        margin: 50px auto 0;
        -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
    }

    .ys-per-tab1 {
        width: 200px;
        height: 58px;
        line-height: 50px;
        font-size: 20px;
        color: #000000;
        font-weight: bold;
        text-align: center;
    }
    .ys-per-tab1:hover{
        color:red;
    }
    .ys-per-tab1:focus{
        color:red;
    }
    .ys-per-tab-active {
        background: url("../images/shuichou/gsjj-choose-bg.png") no-repeat 0 0;
        background-size: 100% 100%;
        color: #fff;
    }

    .ys-gywm-l {
        width: auto;
        height: auto;
    }

    .ys-gywm-r {
        width: 400px;
        height: auto;
        margin-top: 58px;
    }
    
@media screen and (min-width: 640px) and (max-width: 1200px){
    .ys-gywm-wrap{
        display: none;
    }
    .ys-tab-wrap,.ys-tab-wrap1{
        width: 540px;height: 40px;background: url("../images/gywm/gywm-tab-bg.png") no-repeat center center;background-size: 1px auto;margin: 7px auto;
    }
    .ys-per-tab,.ys-per-tab1{
        width: 50%;height: 100%;text-align: center;line-height: 40px;color: #6c6c6c;font-size: 20px;font-weight: bold;
    }
    .ys-per-tab-active{
        color: #000;
    }
    .ys-main-wrap{
        width: 540px;height: auto;margin: 0 auto;
    }
    .ys-gywm-r{
        display: none;
    }
    .ys-khpj-wrap{
        display: none;
    }
    .ys-foot-wrap{
        display: none;
    }
    .ys-gywm-l{
        width: 100%;height: auto;margin: 50px auto 0;
        padding-bottom: 130px;
    }
    .ys-per-faal1{
        width: 100%;height: auto;margin-bottom: 30px;
    }
    .ys-per-faal1-img{
        width: 34%;height: auto;
    }
    .ys-per-faal1-img img{
        display: block;
        width: 100%;
    }
    .ys-per-faal1-msg{
        width: 63%;height: auto;
    }
    .ys-faal-title{
        line-height: 16px;font-size: 16px;font-weight: bold;color: #000;
    }
    .ys-faal-title:hover{
        text-decoration: underline;
    }
    .ys-faal-desc{
        font-size: 12px;color: #666;margin-top: 5px;line-height: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .ys-faal-desc2{
        font-size: 12px;color: #333;margin-top: 15px;line-height: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .ys-faal-time{
        width: 100%;height: 20px;line-height: 20px;overflow: hidden;margin-top: 8px;font-size: 12px;color: #9fa0a0;
    }
    .ys-faal-time span.fr{
        margin-left: 20px;
    }
    .ys-faal-time span.fr img{
        vertical-align: middle;margin-right: 5px;height: 12px;
    }
    .ys-jzgd-btn{
        width: 100%;height: 37px;line-height: 37px;background: #f05a24;color: #fff;text-align: center;font-size: 16px;
        margin-top: 10px;
    }
    .ys-per-faal2{
        width: 100%;height: auto;border-bottom: 1px solid #828080;margin-bottom: 30px;padding-bottom: 5px;
    }
    .ys-ydgd{
        font-size: 12px;color: #f05a24;margin-left: 25px;
    }
    .ys-ydgd:hover{
        text-decoration: underline;
    }
    .ys-swch{
        color: #666;
    }
    .ys-swch img{
        vertical-align: middle;margin-right: 5px;
    }
    .ys-swch:hover{
        color: #000;
    }
}
@media screen and (max-width: 640px) {
    .ys-gywm-wrap {
        display: none;
    }
    .ys-tab-wrap,.ys-tab-wrap1 {
        width: 92%;
        height: 30px;
        background: url("../images/gywm/gywm-tab-bg.png") no-repeat center center;
        background-size: 1px auto;
        margin: 5px auto;
    }
    .ys-per-tab,.ys-per-tab1 {
        width: 50%;
        height: 100%;
        text-align: center;
        line-height: 30px;
        color: #6c6c6c;
        font-size: 16px;
        font-weight: bold;
    }
    .ys-per-tab-active {
        color: #000;
    }
    .ys-main-wrap {
        width: 92%;
        height: auto;
        margin: 0 auto;
    }
    .ys-gywm-r {
        display: none;
    }
    .ys-khpj-wrap {
        display: none;
    }
    .ys-foot-wrap {
        display: none;
    }
    .ys-gywm-l {
        width: 100%;
        height: auto;
        margin: 30px auto 0;
        padding-bottom: 100px;
    }
    .ys-per-faal1 {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .ys-per-faal1-img {
        width: 34%;
        height: auto;
    }
    .ys-per-faal1-img img {
        display: block;
        width: 100%;
    }
    .ys-per-faal1-msg {
        width: 63%;
        height: auto;
    }
    .ys-faal-title {
        line-height: 14px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }
    .ys-faal-title:active {
        text-decoration: underline;
    }
    .ys-faal-desc {
        font-size: 12px;line-height: 18px;
        color: #666;margin-top: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .ys-faal-desc2{
        font-size: 12px;line-height: 18px;
        color: #333;margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .ys-faal-time{
        width: 100%;height: 18px;line-height: 18px;overflow: hidden;margin-top: 5px;font-size: 10px;color: #9fa0a0;
    }
    .ys-faal-time span.fr{
        margin-left: 10px;
    }
    .ys-faal-time span.fr img{
        vertical-align: middle;margin-right: 4px;height: 10px;
    }
    .ys-jzgd-btn{
        width: 100%;height: 34px;line-height: 34px;background: #f05a24;color: #fff;text-align: center;font-size: 15px;
        margin-top: 10px;
    }
    .ys-per-faal2{
        width: 100%;height: auto;border-bottom: 1px solid #828080;margin-bottom: 20px;padding-bottom: 5px;
    }
    .ys-ydgd{
        font-size: 12px;color: #f05a24;margin-left: 15px;
    }
    .ys-ydgd:hover{
        text-decoration: underline;
    }
    .ys-swch{
        color: #666;
    }
    .ys-swch img{
        vertical-align: middle;margin-right: 5px;
    }
    .ys-swch:hover{
        color: #000;
    }

}
    /*新闻资讯结束*/

#pages {
	display: flex;
	justify-content: center;
	align-items: center;
}
#pages li {
	margin: 0 .5em;
}
.navbar ul li.dropdown:nth-child(2) a i, 
.navbar ul li.dropdown:nth-child(5) a i, 
.navbar ul li.dropdown:nth-child(6) a i 
{
	display: none;
}

/*灵活用工*/
.Flexible{
    height: 550px;
    background-position-y: top;
}
.Flexible form {
	margin: 0 auto;
}
.Flexible form input {
	padding: .5em 1em;
	border: none;
	float: left;
	font-size: calc(0.5em + 1vw);
}
.Flexible form input:last-child{
	background: linear-gradient(45deg,#5782e8,#15379d);
	color: #fff;
}


.problem-list {
	border: 1px solid #dedede;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1em;
	transition: all 1s;
}
.problem-list:hover{
    box-shadow: 0 0 5px #15379d;
}
.problem-list img {
	width: 100%;
}
.problem-list p {
	font-size: calc(.5em + .5vw);
	line-height: 1.5em;
	margin: .7em;
	color: #666;
}


.programme {
	background: url(../images/programme.png);
}
.programme-list {
	padding: 2em;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border-radius: 8px;
}
.programme-list ._items {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
}
.programme-list ._items button {
	background: #2573E6;
	border: none;
	margin: .5em 0;
	padding: .5em;
	border-radius: 8px;
	color: #fff;
}
.programme-list.programme-list-back{
    background: linear-gradient(180deg, #42A5F0 0%, #1F6CDD 100%);
}
.programme-list.programme-list-back ._items button {
    background-color:#fff ;
    color: #2573E6;
}
.programme2 {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	height: 100%;
}
.programme2 ._items {
	margin-bottom: 1.2em;
	text-align: center;
	color: #fff;
}

.programme2 ._items p{
    margin: 0;
}
.arrow-box {
	display: flex;
	justify-content: space-around;
	width: 80%;
	align-items: center;
	margin: 1em auto;
}
.arrow-box img {
	width: 100%;
	flex: 1;
	padding: 0 1.5em;
}
.section-header-white p,
.section-header-white h2
{
    color: #fff;
    
}

.projact {
	background: aliceblue;
}
.project-container {
	display: flex;
}
.project-container {
	display: flex;
	flex-wrap: wrap;
}
.project-container .project-item {
	width: calc(20% - 1em);
	position: relative;
	margin: .5em;
	text-align: center;
}
.project-container .project-item img{
    width:100%;
}
.project-item-down {
	position: absolute;
	color: #fff;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #0000004a;
	transition: all .8s;
	bottom: 0;
	height: 4em;
	overflow: hidden;
}
.service-process {
    background: #f4f4f4;
}
.process-block {
	padding: 2em 1em;
	text-align: center;
	background: #fff;
	position: relative;
}
.process-block  img{
    width: 80px;
}
.process-block h4{
    padding: .5em 0;
}
.process-block::after {
	content: "";
	position: absolute;
	background: url(../images/process_connect.png);
	right: -42px;
	display: block;
	width: 52px;
	height: 52px;
	top: 50%;
	z-index: 99;
}
.service-process .col-6:last-child .process-block:after{
    display: none;
}
@media(max-width:640px){
    .service-process .col-6:nth-child(even) .process-block:after{
    display: none;
}   
}




.project-item:hover .project-item-down {
	justify-content: center;
	height: 100%;
}
 .project-item-down .project-item-title {
	padding: 1em 0;
}


















@media (max-width:1200px) {
  .invitation-box p {
    font-size: 1.2em;
    height: 8em;
    width: 8em;
  }
      .project-container .project-item {
	width: calc(25% - 1em);
}
}

@media (max-width:940px) {
  .invitation-box p {
    font-size: 1em;
    height: 7em;
    width: 7em;
  }
      .project-container .project-item {
	width: calc(33% - 1em);
}



  .service-plan .tax-type-box .tax-box-item {
    font-size: 13px;
  }

  .tax-type-content-item img {
    height: 20px;
    width: 20px;
  }

  .tax-type-content-item span {
    font-size: 13px;
  }




}

@media (max-width:785px) {
  .invitation-box p {
    font-size: 0.8em;
    height: 7em;
    width: 7em;
  }

  .logo-desc-box .logo-desc-tag {
    justify-content: start;
  }
}

@media (max-width:640px) {
    .project-container .project-item {
	width: calc(50% - 1em);
}
  .invitation-box p {
    font-size: 0.6em;
    height: 6em;
    width: 6em;
  }

  .invitation-box p::before {
    right: -1.5em;
    font-size: 1.5em;
  }

  .services .service-box {
    padding: .5em;
  }

  .services .service-box .icon {
    font-size: 16px;
    padding: 1em;
  }

  .services .service-box h3 {
    font-size: 16px;
  }

  .services .service-box p {
    font-size: 12px;
  }

  .pricing .box {
    padding: .5em;
  }

  .pricing .box img {
    padding: 0;
  }

  .pricing .box h2 {
    font-size: 13px;
  }

  .pricing .box a {
    font-size: 12px;
    padding: .5em;
  }

  .industry-tag {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .industry-tag .industry-tag-font {
    font-size: 14px;
  }

  .service-lc .service-lc-box::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -2em;
    border: 15px solid transparent;
    border-left-color: none;
    top: 103%;
    border-top-color: #98abff;
    left: 50%;
    transform: translateX(-50%);
  }


}

@media (max-width:320px) {
  .invitation-box p {
    font-size: 0.5em;
    height: 6em;
    width: 6em;
  }
}