body {
    line-height: 1;
}
/*ÎÄ±¾*/
.t-left {
    text-align: left;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.d-block {
    display: block;
}
.d-none {
    display: none;
}
.d-inline {
    display: inline;
}
.d-in-block {
    display: inline-block;
}
.f-weight {
    font-weight: bold;
}
.v-middle {
    vertical-align: middle;
}
.v-top {
    vertical-align: top;
}
/*µ¯ÐÔºÐ*/
.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}
.flex-inline {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
}
.flex-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}
.flex-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
}
.flex-start {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
}
.flex-end {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
}
.item-center {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}
.item-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
}
.flex-center {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
.flex1 {
    flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
}
.flexbetween {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}
.w100 {
    width: 100%;
}
.ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.trans4 {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.scale05 {
    transform: scale(1.05, 1.05);
}
.translate4 {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
}
.mt1100 {
    width: 1100px;
    margin: 0 auto;
}
a {
    text-decoration: none;
}
.m0auto {
    margin: 0 auto;
}
.mb0 {
    margin-bottom: 0px !important;
}
.tit {
    text-align: center;
    font-size: 36px;
}
.tit img {
    vertical-align: initial;
    top: 1px;
    position: relative;
}
.tit img:first-child {
    right: 6px;
}
.tit h2 span + img {
    transform: rotate(180deg);
    left: 6px;
}
.tit h2 span,
.tit h2 em {
    position: relative;
    z-index: 9;
    color: #333333;
}
.tit h2 em {
    font-weight: bold;
}
.tit p {
    margin-top: 15px;
    color: #777988;
    font-size: 20px;
}
.ban {
    width: 100%;
    height: 550px;
    background: url(../img/fsjxy1.png) top center no-repeat;
    position: relative;
    display: block;
}
.zis1 {
    width: 670px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}
.zis1 a {
    width: 291px;
    height: 64px;
    background: linear-gradient(90deg, #FC5F62, #F3313E);
    text-align: center;
    line-height: 64px;
    box-shadow: 0px 4px 10px 0px rgba(247,68,77, 0.25);
    border-radius: 32px;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
}
.zis1 a img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 4px;
}
.zis1 a em {
    text-align: center;
    width: 291px;
    height: 64px;
    display: block;
}
.zis1 a:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
}
.zis1 a:last-child {
    background: linear-gradient(90deg, #407DEF, #2C56FD);
    box-shadow: 0px 4px 10px 0px rgba(56,108,245, 0.26);
}
input.red {
    color: red;
}
.fsjxy4 {
    width: 100%;
    height: 603px;
    background: url('https://www.exuefu.net/zt/jingjia/4.jpg') top center no-repeat;
}
.fsjxy4 .img {
    padding-top: 116px;
}
.fsjxy4 > div {
    width: 1080px;
    margin: 0 auto;
}
.fsjxy4 > div .form {
    margin-top: 84px;
    width: 429px;
    height: 400px;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 20px;
    text-align: center;
}
.fsjxy4 > div .form h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-top: 49px;
    padding-bottom: 30px;
}
.fsjxy4 > div .form label {
    display: block;
    margin: 0 auto;
    width: 329px;
    height: 58px;
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    margin-bottom: 20px;
    text-align: left;
    background: #fff;
}
.fsjxy4 > div .form label span {
    margin-left: 30px;
    margin-right: 20px;
    font-size: 16px;
}
.fsjxy4 > div .form label input {
    border: none;
    height: 58px;
    background: transparent;
    font-size: 16px;    text-align: left;
}
.fsjxy4 > div .form label input:-webkit-input-placeholder {
    color: #727483;
}
.fsjxy4 > div .form button {
    margin-top: 26px;
    display: inline-block;
    width: 329px;
    height: 58px;
    overflow: hidden;
    background: linear-gradient(90deg, #FC5F62, #F3313E);
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    color: #fff;
    font-size: 21px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    border: none;
    outline: none;
}
.fsjxy4 > div .form button em {
    height: 58px;
    display: block;
    line-height: 58px;
}
.fsjxy4 > div .form button:active {
    opacity: 0.5;
}
.fsjxy6 {
    background: #F8FAFF;
    width: 100%;
    padding-bottom: 56px;
}
.fsjxy6 .tabs .tis {
    width: 400px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}
.fsjxy6 .tabs .tis i {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 20px;
    color: #333333;
}
.fsjxy6 .tabs .tis span {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    height: 32px;
}
.fsjxy6 .tabs .tis span.on,
.fsjxy6 .tabs .tis span:hover {
    color: #F43946;
}
.fsjxy6 .tabs .tis span.on::after,
.fsjxy6 .tabs .tis span:hover::after {
    width: 27px;
    height: 2px;
    background: #F43946;
    content: '';
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -13.5px;
    position: absolute;
}
.fsjxy6 .conts {
    width: 966px;
    height: 342px;
    margin: 0 auto;
    margin-top: 36px;
    background: url('https://www.exuefu.net/zt/img/fsjxy6.png') 179px 0 no-repeat;
    position: relative;
}
.fsjxy6 .conts .chiTis {
    position: absolute;
    left: 260px;
    top: 262px;
}
.fsjxy6 .conts .chiTis span {
    height: 68px;
    width: 54px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}
.fsjxy6 .conts .chiTis span div {
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.fsjxy6 .conts .chiTis span div img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.fsjxy6 .conts .chiTis span div:hover img {
    transform: scale(1.05, 1.05);
}
.fsjxy6 .conts .chiTis span:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #F43441 transparent;
    left: 50%;
    margin-left: -6.5px;
    position: absolute;
    display: inline-block;
    top: 56px;
}
.fsjxy6 .conts .chiTis span:after {
    opacity: 0;
}
.fsjxy6 .conts .chiTis span.on:after,
.fsjxy6 .conts .chiTis span:hover:after {
    opacity: 1;
}
/*.fsjxy6 .conts .chiTis span.on div{border: 2px solid #F43441;}*/
.fsjxy6 .shiLis {
    width: 956px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}
.fsjxy6 .shiLis div:first-child {
    width: 217px;
    height: 273px;
    border-radius: 10px 10px 50px 10px;
    overflow: hidden;
    margin-top: 50px;
}
.fsjxy6 .shiLis div:first-child img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.fsjxy6 .shiLis div:first-child:hover img {
    transform: scale(1.05, 1.05);
}
.fsjxy6 .shiLis div:last-child {
    width: 700px;
    margin-top: 20px;
}
.fsjxy6 .shiLis div:last-child h3 {
    margin-bottom: 24px;
    border-bottom: 1px #E1E3EC solid;
    padding-bottom: 24px;
    width: 702px;
}
.fsjxy6 .shiLis div:last-child h3 span {
    color: #333333;
    font-size: 30px;
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
}
.fsjxy6 .shiLis div:last-child h3 em {
    width: 84px;
    height: 29px;
    background: linear-gradient(90deg, #F3313E, #FC5F62);
    border-radius: 15px 15px 15px 0px ;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: super;
}
.fsjxy6 .shiLis div:last-child h3 + p {
    width: 721px;
    font-size: 16px;
    color: #4f535f;
    line-height: 27px;
    margin-bottom: 22px;
}
.fsjxy6 .shiLis div:last-child p + a {
    width: 151px;
    height: 42px;
    background: linear-gradient(90deg, #FC5F62, #F3313E);
    border-radius: 27px;
    overflow: hidden;
    display: block;
}
.fsjxy6 .shiLis div:last-child p + a em {
    display: block;
    width: 151px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.fsjxy6 .shiLis div:last-child p + a:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
}
.fsjxy6 .shiLis div:last-child p + a .anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.fsjxy6 .shiLis div:last-child p + a .anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.fsjxy6 .tab_slide {
    width: 1086px;
    margin: 0 auto;
    position: relative;
}
.fsjxy6 .tab_slide ul {
    width: 1038px;
    margin: 0 auto;
    text-align: center;
    margin-top: 23px;
}
.fsjxy6 .tab_slide .prev,
.fsjxy6 .tab_slide .next {
    width: 12px;
    height: 37px;
    background: url('https://www.exuefu.net/zt/img/fsjxy5-6-1.png') top center no-repeat;
    display: block;
    position: absolute;
    top: 88px;
    cursor: pointer;
}
.fsjxy6 .tab_slide .prev {
    left: 0;
}
.fsjxy6 .tab_slide .next {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.fsjxy6 .tab_slide .nextStop,
.fsjxy6 .tab_slide .prevStop {
    background: url('https://www.exuefu.net/zt/img/fsjxy5-6.png') top center no-repeat;
}
.fsjxy7 {
    margin-top: 70px;
    background: url('../img/fsjxy7.png') center 110px no-repeat;
}
.fsjxy7 ul {
    width: 1060px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 40px;
}
.fsjxy7 ul li a {
    display: block;
}
.fsjxy7 ul li a div {
    width: 219px;
    height: 160px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.fsjxy7 ul li a div img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.fsjxy7 ul li p {
    width: 221px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    padding-top: 14px;
    padding-bottom: 25px;
}
.fsjxy7 ul li:hover img {
    transform: scale(1.05, 1.05);
}
.fsjxy8 {
    background: url("https://www.exuefu.net/zt/jingjia/5.jpg")no-repeat center;
    margin-top: 40px;
    height: 427px;
}
.fsjxy8 .tit span {
    color: #fff;
}
.fsjxy8 .tit span em {
    color: #fff;
}
.fsjxy8 .form1 {
    width: 970px;
    margin: 0 auto;
    padding-top: 250px;
}
.fsjxy8 .form1 label {
    font-size: 0px;
    display: inline-block;
}
.fsjxy8 .form1 label span img{margin-right: 4px;margin-top: 2px;}
.fsjxy8 .form1 label span {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    display: block;
    margin-right: 4px;

}
.fsjxy8 .form1 label input {
    width: 210px;
    height: 40px;
    line-height: 40px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #F3313E;
    background: #fff;
    padding-left: 32px;
    font-size: 16px;
}
.fsjxy8 .form1 label input::-webkit-input-placeholder {
    color: #727483;
}
.fsjxy8 .form1 label:nth-child(2) {
    margin-left: 40px;
    margin-right: 40px;
}
.fsjxy8 .form1 form{margin-left: 70px;}
.fsjxy8 .form1 button {
    width: 200px;
    height: 50px;
    background: linear-gradient(
            90deg, #FC5F62, #F3313E);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
    transition: all 0.2s;
    position: relative;
    top: 2px;
    overflow: hidden;
}
.fsjxy8 .form1 button img {
    margin-left: 20px;
    vertical-align: super;
}
.fsjxy8 .form1 button:active {
    transform: scale(1.02, 1.02);
}
.fsjxy8 .form1 button em {
    height: 50px;
    line-height: 50px;
    display: block;
}
.fsjxy8 form + img {
    margin-top: 30px;
}
.fsjxy5 ul{display: flex;justify-content: space-between;width: 1100px;margin: 40px auto 0;flex-wrap: wrap;}
.fsjxy5 ul li{width: 550px;height:290px;padding: 50px 55px;box-sizing: border-box;margin-bottom: 30px; }
.fsjxy5 ul li div{display: flex;justify-content: space-between;margin-bottom: 30px;}
.fsjxy5 ul li div span{font-size: 24px;font-weight: bold;color: #333;}
.fsjxy5 ul li div p{vertical-align: bottom;color: #FF0000;font-size: 24px;}
.fsjxy5 ul li div p em{color: #999999;font-size: 16px;}
.fsjxy5 ul li div p i{font-size: 18px;}
.fsjxy5 ul li div.a{display: flex;justify-content: flex-end;}
.fsjxy5 ul li div a:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
}
.fsjxy5 ul li div a{display: inline-block;width: 140px;height: 40px;line-height: 40px;text-align: center;border-radius: 0px 10px 0px 10px;color: #fff;font-size: 16px;margin: 30px 10px 0;}
.js-wenb{font-size: 16px;line-height: 24px;height: 50px;color: #333;}
.fsjxy5 ul li:nth-child(1){background: url("https://www.exuefu.net/zt/jingjia/dx1.png")no-repeat center;background-size: 530px 290px;}
.fsjxy5 ul li:nth-child(2){background: url("https://www.exuefu.net/zt/jingjia/dx2.png")no-repeat center;background-size: 530px 290px;}
.fsjxy5 ul li:nth-child(3){background: url("https://www.exuefu.net/zt/jingjia/dx3.png")no-repeat center;background-size: 530px 290px;}
.fsjxy5 ul li:nth-child(4){background: url("https://www.exuefu.net/zt/jingjia/dx4.png")no-repeat center;background-size: 530px 290px;}
.fsjxy5 ul li:nth-child(1) a{background: linear-gradient(90deg, #FC5F62, #F3313E);box-shadow: 0px 4px 10px 0px rgba(247,68,77, 0.25);}
.fsjxy5 ul li:nth-child(2) a{background: linear-gradient(90deg, #6877FA, #3043E5);box-shadow: 0px 4px 10px 0px rgba(56,108,245, 0.26);}
.fsjxy5 ul li:nth-child(3) a{background: linear-gradient(90deg, #40D8E3, #24C1CC);box-shadow: 0px 4px 10px 0px rgba(64,216,227, 0.26);}
.fsjxy5 ul li:nth-child(4) a{background: linear-gradient(90deg, #FFB028, #FBA105);box-shadow: 0px 4px 10px 0px rgba(255,176,39, 0.26);}
.tit h2{text-align: center;}
.tit h2 img{display: inline-block;}
.ban {
    width: 100%;
    height: 550px;
    background: url(https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/1.jpg) top center no-repeat;
    display: block;
    background-size: 1920px 550px;
}
.fsjxy1 {
    padding-bottom: 50px;
}
.fsjxy1 .tit {
    padding-top: 50px;
}
.fsjxy1 .tcon1 {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    margin-top: 40px;
}
.fsjxy1 .tcon1 > a {

    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.4s;
}
.fsjxy1 .tcon1 > a:hover {
    transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}
.fsjxy1 .tcon1 p{text-align: center;width: 465px;font-size: 22px;}
.fsjxy1 .tcon1 .zis1 {
    margin-top: 50px;
}
.fsjxy1 .zis1 {
    margin-top: 50px;
}
.fsjxy2 {
    background: #F7F9FF;
    padding: 50px 0;
}
.fsjxy2 .tit {

}
.fsjxy2 .tcon2 {
    text-align: center;
}
.fsjxy2 .tcon2 > img {

}
.fsjxy2 .bians {
    text-align: center;
    margin-top: 90px;
}
.fsjxy2 .bians > p {
    font-size: 26px;
    color: #333333;
    line-height: 28px;
    height: 28px;
}
.fsjxy2 .bians > p span {
    color: #FF6749;
}
.fsjxy2 .bians > div {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 80px;
}
@keyframes anim-out-alltime {
    0% {
        top: 67px;
        left: 306px;
    }
    100% {
        top: 67px;
        left: 314px;
    }
}
@-webkit-keyframes anim-out-alltime {
    /* Safari and Chrome */
    0% {
        top: 67px;
        left: 306px;
    }
    100% {
        top: 67px;
        left: 314px;
    }
}
@-moz-keyframes anim-out-alltime {
    /* Safari and Chrome */
    0% {
        top: 67px;
        left: 306px;
    }
    100% {
        top: 67px;
        left: 314px;
    }
}
@-ms-keyframes anim-out-alltime {
    /* Safari and Chrome */
    0% {
        top: 67px;
        left: 306px;
    }
    100% {
        top: 67px;
        left: 314px;
    }
}
.fsjxy3 {
    padding-bottom: 50px;
    background: #F6F8FE;
}
.fsjxy3 .tit {
    padding-top: 70px;
}
.fsjxy3 .con3 {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.fsjxy3 .con3 > a {
    width: 345px;
    height: 359px;
    margin-top: 40px;
    transition: all 0.4s;
    margin-left: 12px;
    margin-right: 12px;
}
.fsjxy3 .con3 > a:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
}
.fsjxy3 .con3 .tl {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.fsjxy3 .con3 a img{display: block;margin: 30px auto 10px;}
.fsjxy3 .con3 .tl + p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
.fsjxy3 .con3 .tc1 {
    background: url(https://www.exuefu.net/zt/jingjia/3-2.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 20px;
}
.fsjxy3 .con3 .tc1 .tl + p + div {
    width: 232px;
    height: 54px;
    background: #fff;
    border-radius: 28px;
    margin-left: 60px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #F39022;
    line-height: 54px;
}
.fsjxy3 .con3 .tc2 {
    background: url(https://www.exuefu.net/zt/jingjia/3-1.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 20px;
}
.fsjxy3 .con3 .tc2 .tl + p + div {
    width: 232px;
    height: 54px;
    background: #fff;
    border-radius: 28px;
    margin-left: 60px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #3971FE;
    line-height: 54px;
}
.fsjxy3 .con3 .tc3 {
    background: url(https://www.exuefu.net/zt/jingjia/3-3.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 20px;
}
.fsjxy3 .con3 .tc3 .tl + p + div {
    width: 232px;
    height: 54px;
    background: #fff;
    border-radius: 28px;
    margin-left: 60px;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #594AE9;
    line-height: 54px;
}
.fsjxy3 .ites {
    width: 1086px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    margin-top: 20px;
}
.fsjxy3 .ites > a {
    width: 350px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    color: #666666;
}
.fsjxy3 .ites > a:nth-child(3n-1) {
    margin-left: 10px;
    margin-right: 10px;
}
.fsjxy3 .ites > a:hover,
.fsjxy3 .ites > a.active {
    background-color: #2873FF;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 60px;
}
.fsjxy5 {
    background: #F8FAFF;
}
.fsjxy5 .tit {
    padding-top: 50px;
}

.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}
@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: #fff;
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-out-pseudo {
    0% {
        background: #fff;
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-out-pseudo {
    0% {
        background: #fff;
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: #fff;
    }
    100% {
        background: transparent;
    }
}
.zis {
    position: relative;
    z-index: 0;
}
.zis .anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.zis .anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.hoverable:hover > .anim,
.hoverable1:active > .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}
.hoverable:hover > .anim:after,
.hoverable1:active > .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}
@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: #fff;
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-out-pseudo {
    0% {
        background: #fff;
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-out-pseudo {
    0% {
        background: #fff;
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: #fff;
    }
    100% {
        background: transparent;
    }
}