

/*é€‰é¡¹å¡*/
.tab{
    display:inline-block;
    width: 23%;
    /* height: 710px; */
    background: #4F8BFD;
    text-align: center;
    padding: 15px 0;
}
.tab ul p{
    color:#fff;
    font-size: 32px;
    line-height: 58px;
    margin: 15px 0;
    font-weight: 600;
}
.tab-z {
    margin-top: 30px;
}

.tab-zli ul li {
    width: 199.671px!important;
}

.tab-zli ul li a {
    width: 199.671px!important;
}

.tab-div-z ul li {
    margin-left: 13px!important;
    width: 155px!important;
}

.tab ul li {
    /* float: left; */
    /* width: 299.5px; */
    height: 50px;
    /* background-color: #f5f7fa; */
    /* border-bottom: 1px solid #e5e5e5; */
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.tab ul li.active {
    /* background-color: #fff; */
    border-bottom: none;
    position: relative;
    /* border-top: 1px solid #e5e5e5; */
    border-radius: 10px;
}
.tab ul li.active a{
    background:#fff;
    border-radius: 10px;
    /* text-decoration: none; */
}

.tab ul li i {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -54px;
    transform: translate(-25px, 0px);
    -moz-transform: translate(-25px, 0px);
    -webkit-transform: translate(-25px, 0px);
    -o-transform: translate(-25px, 0px);
    -ms-transform: translate(-25px, 0px);
}

.tab ul li.active i {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -75px;
    content: "";
    display: inline-block;
    width: 155px;
    height: 1px;
    background-color: #0099ff;


    transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    transform: translate(0px, -8px);
    -moz-transform: translate(0px, -8px);
    -webkit-transform: translate(0px, -8px);
    -o-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
}

.lx-tab ul li i {
    width: 35px!important;
    margin-left: -17px!important;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
}

.tab ul li.active a {
    color: #0099ff;
    /*border-bottom: 1px solid #0099ff;*/
}

.tab ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 189.5px;
    text-align: center;
    position: relative;
    /*border-right: 1px solid #e5e5e5;*/
}

.tab ul li a span {
    display: inline-block;
    width: 30px;
    height: 48px;
    background: url(../images/tab-x.png) no-repeat;
    vertical-align: middle;
}

.tab ul li a span.sp-x1 {
    background-position: -10px -6px;
}

.tab ul li a span.sp-x2 {
    background-position: -65px -6px;
}

.tab ul li a span.sp-x3 {
    background-position: -120px -6px;
}

.tab ul li a span.sp-x4 {
    background-position: -175px -6px;
}


.tab ul li.active a span.sp-x1 {
    background-position: -10px -56px;
}

.tab ul li.active a span.sp-x2 {
    background-position: -65px -56px;
}

.tab ul li.active a span.sp-x3 {
    background-position: -120px -56px;
}

.tab ul li.active a span.sp-x4 {
    background-position: -175px -56px;
}

.tab ul li.active a:after {
   content: "";
   width: 0px;
   height: 0px;
   border-top: 17px solid transparent;
   border-bottom: 17px solid transparent;
   border-left: 17px solid #fff;
   position: absolute;
   top: 7px;
   right: -22px;
}

.tab ul li :last-child a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0px;
    height: 0px;
    width: 0px;
    background-color: #e5e5e5;
}

.tab ul {
    /* border-left: 1px solid #e5e5e5; */
    /* border-right: 1px solid #e5e5e5; */
    /* padding: 60px 10px; */
}


.tab-div {
    padding-bottom: 45px;
    padding-top: 20px;
}

.tab-div ul li {
    float: left;
    width: 175px;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    margin-left: 15px;
    margin-top: 15px;
    cursor: pointer;
    border: 1px dashed gray;
}

.tab-div ul li:hover section:nth-child(2) {
    display: block;
}

.tab-div ul li section:nth-child(1) {
    width: 156px;
    height: 36px;
    line-height: 36px;
    border: 1px dashed #e5e5e5;
    border-radius: 4px;
    text-align: center;
    color: #101010;
    font-size: 18px;
    margin: auto;
}

.tab-div ul li:hover section:nth-child(2) a {
    color: #fff!important;
}

.tab-div ul li section:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    border-radius: 4px;
    color: #ffffff!important;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 10px 5px #bce2fb;
    background: linear-gradient(top, #5256ff, #419aff);
    background: -webkit-linear-gradient(top, #5256ff, #419aff);
    background: -o-linear-gradient(top, #5256ff, #419aff);
    background: -moz-linear-gradient(top, #5256ff, #419aff);
    background: -ms-linear-gradient(top, #5256ff, #419aff);
    display: none;
}

.tab-con {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-top: none!important;
    display: inline-block;
    width: 75%;
}

.tj_new{
    width: 1024px;
    margin: 30px auto;
    position: relative;
    display:flex;
    justify-content: space-around;
    align-items: center;
    /* margin-left: 25%; */
    /* box-sizing: border-box; */
    /* margin: 10px 0 !important; */
}
.w1200 {
     width: 1200px; 
     margin: 30px auto; 
}

