
.title{
    text-align: center;    
    padding-top: .4rem;
}
.title .line {
    width: 100%;
    height: .02rem;
    background: #dddddd;
    position: relative;
    margin-top: 0.16rem;
}
.title .line em {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translateX(-50%,50%);
    transform: translateX(-50%,-50%);
    background: #f5af0f;
    display: block;
    width: .6rem;
    height: .06rem;
}
.title h2{
    font-size: .36rem;
    color: #1a1919;
}
.title h2 span {
    color: #f5af0f;
}
.title p {
    font-size: .22rem;
    color: #5b5b5b;
    margin-top: .1rem;
}
.business{
    background: #ffffff;
    margin-top: .1rem;
    padding-bottom: .5rem;
}
.business_list{
    display: flex;
    flex-wrap: wrap;
}
.business_list a{
    display: block;
    width: 25%;
    text-align: center;
    margin-top: .4rem;
}

.business_list a .img{
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business_list a .img img{
    display: block;
    width: .7rem;
    margin: 0 auto; 
}
.business_list a span{
    display: block;
    color: #282828;
    font-size: .28rem;
    margin-top: .1rem;
}
.business .mfw{
    display: block;
    width: 100%;
    background-color: rgb(19, 97, 212);
    box-shadow: 0px .06rem .18rem 0px rgba(0, 0, 0, 0.27);
    font-size: .28rem;
    color: #ffffff;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
    text-align: center;
    height: .9rem;
    line-height: .9rem;
    margin-top: .5rem;
}

.team{
    background: #ffffff;
    margin-top: .1rem;
}
.team dd {
    display: flex;
    justify-content: space-between;
    padding: .35rem 0;
    border-bottom: 1px solid #eeeeee;
}
.team dd .img{
    width: 2.12rem;
    height: 2.1rem;
    overflow: hidden;
    position: relative;
}
.team dd .img p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .5rem;
    line-height: .5rem;
    font-size: .22rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

  
  
.team dd .img img{
    display: block;
    width: 100%;
}
.team dd .text .name{
    font-size: .32rem;
    color: #333333;
    display: flex;
    align-items: center;
}
.team dd .text{
    width: 5.2rem;
    padding-left: .34rem;
    box-sizing: border-box;
}
.team dd .text .name .star {
    margin-left: .1rem;
}
.team dd .text .name .star img{
    width: .24rem;
    height: .23rem;
}
.team dd .text p{
    font-size: .26rem;
    color: #333333;
    line-height: .36rem;
    height: .7.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .1rem;
}
.team dd .text .link a{
    width: 1.84rem;
    height: .6rem;
    font-size: .26rem;
    color: #ffffff;
    text-align: center;
    line-height: .62rem;
    background: #2043c1;
    display: block;
    border-radius: .05rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
    margin-top: .26rem;
}
.team   dd .text .link{
    display: flex;
}
.team   dd .text .link a:last-child{
    background: #f5af0f;
    margin-left: .3rem;
}
.xzwe{
    background: #ffffff;
    margin-top: .1rem;
    padding-bottom: .6rem;
}
.xzwe dl{
    margin-top: .35rem;
}
.xzwe dd .imgs{
    height: 2.24rem;
    overflow: hidden;
}
.xzwe dd .imgs img{
    display: block;
    width: 100%;
}
.xzwe dd p{
    line-height: .42rem;
}
.xzwe dd p img{
    width: .2rem;
}
.xzwe dd p span{
    font-size: .26rem;
    color: #666666;
    vertical-align: middle;
}
.xzwe dd:nth-child(odd) .imgs,.xzwe dd:nth-child(even) .text{
    float: left;
    width: 50%;
}
.xzwe dd:nth-child(odd) .text,.xzwe dd:nth-child(even) .imgs{
    float: right;
    width: 50%;
}
.xzwe dd .text{
    padding-top: .24rem;
    box-sizing: border-box;
}
.xzwe dd:nth-child(odd) .text{
    padding-left: .2rem;
}
.xzwe dd h2{
    font-size: .3rem;
    color: #3a3a3a;
    font-weight: normal;
    margin-bottom: .1rem;
}
.ljzx{
    width: 100%;
    border: 2px solid rgb(19, 97, 212);
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
    height: .86rem;
    line-height: .86rem;
    position: relative;
    box-sizing: border-box;
    margin-top: .5rem;
}
.ljzx a{
    position: absolute;
    display: block;
    height: 100%;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
    position: absolute;
    right: -.04rem;
    top: 0;
    width: 2.87rem;
    text-align: center;
    /* line-height: ; */
    color: #ffffff;
    font-size: .28rem;
    background: rgb(19, 97, 212);
}
.ljzx img{
    display: block;
    width: .43rem;
    margin-left: .54rem;
    margin-right: .12rem;
    margin-top: -.1rem;
}
.ljzx .tel span{
    font-size: .37rem;
    color: #2043c1;
}
.ljzx .tel{
    display: flex;
    align-items: center;
}
.case {
    background: #ffffff;
    padding-bottom: .4rem;
}
.case .text h3{
    font-size: .28rem;
    color: #333333;
    line-height: .42rem;
    background: #f4f6fe;
    border-left: 2px solid #2043c1;
    padding: .3rem .18rem;
    box-sizing: border-box;
}
.case .text p {
    background: #ffffff;
    padding: .2rem .18rem;
    line-height: .42rem;
    box-sizing: border-box;
}
.case .text p span{
    color: #333333;
    font-size: .28rem;
}
.case .text p a{
    color: #f5af0f;
    font-size: .26rem;
}
.case .link{
    display: flex;
    justify-content: space-between;
}
.case .link a{
    margin: .24rem 0;
    background: #2043c1;
    width: 3.3rem;
    height: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: .45rem;
    -webkit-border-radius: .45rem;
    -moz-border-radius: .45rem;
    -ms-border-radius: .45rem;
    -o-border-radius: .45rem;
}
.case .link a:last-child{
    background: #f5af0f;
}


.union {
    background: url(../img/union.png) no-repeat center;
    background-size: cover;
    padding-bottom: .6rem;
}
.union .title{
    margin-bottom: .4rem;
}
.union .title h2 {
    color: #ffffff;
}
.union .title p{
    color: #c4d3de;
}
.union .title .line{
    background: #295f88;
}
.all_address li{
    color: #fff;
    display: none;
}
.all_address li.first{
    display: block;
}
.all_address li h2{
    font-size: .28rem;
    font-weight: normal;
    background: url(../img/dw.png) no-repeat center left;
    padding-left: .3rem;
    background-size: .21rem .28rem;
}
.all_address li p{
    font-size: .24rem;
    line-height: .4rem;
}
.all_address .address_lx span{
    font-size: .24rem;
    line-height: .4rem;
    display: inline-block;
}
.all_address .address_lx span:first-child{
    width: 2.8rem;
}
.union .tabs{
    color: #ffffff;
    padding-top: .2rem;
}
.union .tabs span{
    width: 1.65rem;
    font-size: .24rem;
    border: .02rem solid #ffffff;
    padding: .1rem .16rem;
    box-sizing: border-box;
    border-radius: .3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: .1rem;
    margin-top: 0.22rem;
}
.union .tabs span.current{
    border-color: #f5af0f;
    color: #f5af0f;
}
.union .tabs span:nth-child(4n){
    margin-right: 0;
}
.union .mores{
    margin-top: .3rem;
}
.union .mores a{
    font-size: .24rem;
    color: #ffffff;
    
}
.news{
    background: #ffffff;
    padding-top: .1rem;
}
.news .tab{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
}
.news .tab p{
    color: #1a1919;
    font-size: .42rem;
    position: relative;
    padding: .25rem 0;
}
.news .tab p.current span{
    color: #f5af0f;
}
.news .tab p.current::after {
    content: "";
    display: block;
    width: .3rem;
    height: 4px;
    background: #f5af0f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    -o-transform: translate(-50%,50%);
}
.news dd{
    border-bottom: 1px solid #eeeeee;
    padding: .2rem 0;
 
}
.news dl {
    display: none;
}
.news dl:nth-child(2){
    display: block;
}
.news dd:last-child{
    border-bottom: none;
}
.news dl h6{
    font-weight: normal;
    font-size: .26rem;
    color: #2043c1;
    line-height: .58rem;
    float: left;
}
.news dl h6::before{
    content: "";
    display: inline-block;
    width: .13rem;
    height: .13rem;
    background: #2043c1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: .1rem;
}
.news h4{
    font-weight: normal;
    font-size: .28rem;
    color: #333333;
    line-height: .4rem;
    margin: .1rem 0;
    height: .4rem;
    overflow: hidden;
}
.news dl p{
    font-size: .26rem;
    color: #333333;
    line-height: .4rem;
}
.news dl p a{
    color: #f5af0f;
    font-size: .26rem;
    float: right;
}
.fwlc{
    background: #ffffff;
    margin-top: .1rem;
    padding-bottom: .5rem;
}
.fwcl_img {
    display: flex;
    padding: .4rem 0;
}
.fwcl_img dd{
    flex: 1;
    text-align: center;
    position: relative;
}
.fwcl_img img{
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
}
.fwcl_img dd::after{
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: .7rem;
    border-bottom: 2px dashed #2043c1;
    right: 0;
    top: .5rem;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}
.fwcl_img dd:last-child::after{
    display: none;
}
.fwcl_img span{
    display: block;
    line-height: .6rem;
    font-size: .26rem;
    color: #5b5b5b;
}
.mfzx{
    background: url(../img/mfzx.jpg) no-repeat center / cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.2rem;
}
.mfzx h2{
    color: #ffffff;
    font-size: .4rem;
}
.mfzx h2 .timer2{
    color: #f5af0f;
}
.mfzx  em{
    display: block;
    font-size: .16rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: .1rem;
}
.mfzx a{
    display: block;
    font-size: .26rem;
    color: #f5af0f;
    width: 1.97rem;
    height: .68rem;
    text-align: center;
    line-height: .7rem;
    border-radius: .34rem;
    -webkit-border-radius: .34rem;
    -moz-border-radius: .34rem;
    -ms-border-radius: .34rem;
    -o-border-radius: .34rem;
    background: #fff;
}
.about{
    background: #fff;
    margin-top: .1rem;
    padding-bottom: .6rem;
}
.about .about_c h1{
    font-size: .32rem;
    color: #333333;
    text-align: center;
    line-height: .97rem;
}
.about .about_c p{
    font-size: .24rem;
    line-height: .48rem;
    color: #333333;
}
.about  .about_c img{
    width: 100%;
    display: block;
    margin: .1rem 0;
}
.about a{
    font-size: .28rem;
    color: #fff;
    background: #2043c1;
    display: block;
    height: 0.9rem;
    line-height: .9rem;
    text-align: center;
    border-radius: .45rem;
    -webkit-border-radius: .45rem;
    -moz-border-radius: .45rem;
    -ms-border-radius: .45rem;
    -o-border-radius: .45rem;
    margin-top: .4rem;
}
.details {
    background: #ffffff;
    padding: .4rem 0;
}
.details .tit_s{
    text-align: center;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: 1px dashed #e0e0e0;
}
.details .tit_s h2{
    font-size: .32rem;
    color: #333333;
    margin-bottom: .11rem;
}
.details .tit_s em{
    font-size: .24rem;
    color: #999999;
}
.details .text p{
    color: #666666;
    font-size: .28rem;
    line-height: .48rem;
}
.page_s{
    border-top: 1px dashed #e0e0e0;
    margin-top: .2rem;
    padding-top: .2reml;
}
.page_s div span, .page_s div a {
    display: inline-block;
    color: #333333;
    font-size: .28rem;
    line-height: .5rem;
    margin: .05rem 0;
}
.lxwm{
    background: #ffffff;
    padding: .3rem 0;
}
.lxwm h2{
    font-size: .32rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: .1rem;
    color: #333333;
    text-align: center;
}
.lxwm p{
    font-size: 26rpx;
    color: #666666;
    line-height: .5rem;
}
#dituContent{
    margin: .3rem 0;
}
