body {
    line-height: 24px;
}
.bg-white {
    background-color: #fff!important;
}
.text-red {
    color: #ff0000;
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.w1260 {
    width: 1260px;
}
.m-x-auto{
    margin-left: auto;
    margin-right: auto;
}
.web-top-box {
    background-color: #f4f4f4;
    font-size: 16px;
    width: 1423px;margin-left: auto;margin-right: auto;
}
.web-top {
    display: flex;
    height: 52px;
    line-height: 52px;
}
.gonggao {
    width: 560px;
    font-size: 18px;
    color: #fe0000;
    font-weight: bold;
}
.scrollbox{ width: 100%; white-space: nowrap; overflow:hidden; transition: all .2s; }
.txt-scroll .txt,.txt-scroll .txt-clone{ display: inline; position: relative; }

.tigong {
    /* width: 354px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 77px;
    margin-right: 160px;
    margin-right: 120px;
}
.tigong img {
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.logreg {
    flex: 1;
    cursor: pointer;
}
.logreg span:nth-child(1){
    color: #1c3f7b;
    margin-right: 20px;
}
.logreg span:nth-child(2){
    color: #d71518;
}
.header {
    height: 140px;
    display: flex;
    justify-content: space-between;
}
.logo {
    width: 740px;
    height: 140px;
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.search-box {
    width: 324px;
}
.search-phone-box {
    height: 25px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    padding-top: 20px;
    padding-top: 15px;
    color: #1c3f7b;
    font-size: 16px;
    font-weight: bold;
}
.search-service-box {
    color: #d71518;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    text-align: right;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.search {
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    border: 1px solid #1578c4;
    display: flex;
    overflow: hidden;
}
.search input {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
}
.search input::placeholder {
    color: #8a8a8a;
}
.search button {
    width: 90px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #01baf9, #0170ed);
    /* background-position: 8px center; */
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-box {
    height: 46px;
    line-height: 46px;
    background-image: linear-gradient(to bottom, #00adf9, #0176ee);
    width: 1423px;margin-left: auto;margin-right: auto;
}
.nav {
    display: flex;
}
.nav li {
    flex: 1;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.nav li > a {
    display: block;
    color: #fff;
}
.nav li:hover > a,.nav a.active {
    background-image: linear-gradient(to bottom, #f68b4e, #ce1b1c);
}
.nav li:hover .child {
    display: flex;
}
.nav .child {
    /*width: 620px;*/
    width:156px;
    min-height: 100px;
    border: 2px solid #c72912;
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 99;
    background-color: #fff;
    padding: 10px 0;
    display: none;
}
.nav .child-nav {
    /*width: 125px;
    border-right: 1px dashed #b0b1b1;*/
    width:156px;
}
.nav .child-nav a {
  font-size: 16px;line-height: 22px;padding: 8px 0;
  color: #000;
  display: block;
}
.nav .child-nav a:hover {
    background-color: #d0201e;
    color: #fff;
    /*color: #d0201e;*/
}
.nav-jianjie {
    flex: 1;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    color: #1c3f7b;
    line-height: 24px;
    padding-left: 15px;
    font-size: 14px;
}
.nav-jianjie .text {
    text-align: left;
    text-indent: 2em;
}
.nav-jianjie a {
    color: #d0201e;
}
.banner {
    /* height: 546px; */
    overflow: hidden;
}
.banner img {
    width: 100%;
    display: block;
}
.banner .swiper-pagination-bullet {
    width: 118px;
    height: 10px;
    background-color: #7a7a7a;
    border-radius: 0;
    opacity:1;
    cursor: pointer;
}
.banner .swiper-pagination-bullet-active{
    background-color: #fff;
}

/* 通用标题 */
.comm-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.comm-title .zh-title {
    height: 38px;
    line-height: 38px;
    font-size: 38px;
    color: #1c3e7b;
    padding: 15px 0;
}
.comm-title .en-title {
    font-size: 26px;
    color: #d71518;
    padding-bottom: 25px;
    background: url(../images/comm-title.png) center bottom no-repeat;
}
.comm-en-title {
    text-align: center;
    font-size: 26px;
    color: #d71518;
    font-weight: bold;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding-bottom: 25px;
    background: url(../images/comm-title.png) center bottom no-repeat;
    
}
/* 首页企业简介 */
.i-about {
    display: flex;
    /* padding-top: 44px; */
    padding-bottom: 96px;
}
.i-about-left {
    flex: 1;
}
.i-about-left .text {
    font-size: 18px;
    /* font-weight: bold; */
    text-indent: 2em;
    line-height: 26px;
}
.i-about-right {
    width: 584px;
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 36px;
}
.shujv {
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
}
.shujv li {
    width: 150px;
    text-align: center;
}
.shujv li img {
    width: 86px;
    height: 86px;
    display: inline-block;
    margin-bottom: 25px;
}
.shujv li p {
    font-size: 15px;
    color: #1c3e7b;
    line-height: 27px;
    font-weight: bold;
}
.shujv .red-text {
    color: #d92225;
    font-size: 22px;
}
/* 首页专家 */
.i-zhuanjia{
    padding-top: 100px;
    padding-bottom: 20px;
    height: 823px;
    background-image: url(../images/i-zhuanjia.jpg);
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
    width: 1423px;margin-left: auto;margin-right: auto;
}
.i-zhuanjia-desc {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    /* font-weight: bold; */
    padding-bottom: 50px;
}
.index-zhuanjia-swiper {
    width: 1190px;
    height: 450px;
    margin: 0 auto;
    position: relative;
}
.index-zhuanjia-swiper .l1{width: 374px;height: 448px;margin: 0 auto;border: 1px #015eea solid;overflow: hidden;}
.index-zhuanjia-swiper .d1{height: auto;margin: 4px 4px 0 4px;padding: 10px 9px 14px 9px;background: linear-gradient(to right,#00bffa,#015eea);}
.index-zhuanjia-swiper .i1{width: 118px;height: 150px;float: left;background-repeat: no-repeat;background-size: contain;background-position: center center;}
.index-zhuanjia-swiper .r1{width: 214px;height: 150px;float: right;position: relative;}
.index-zhuanjia-swiper .t1{height: 44px;line-height: 44px;font-size: 30px;color: #ffffff;font-weight: bold;}
.index-zhuanjia-swiper .t2{height: 40px;font-size: 15px;color: #ffffff;}
.index-zhuanjia-swiper .t3{height: 52px;font-size: 16px;color: #ffffff;}
.index-zhuanjia-swiper .i2{height: 6px;}
.index-zhuanjia-swiper .d2{height: 240px;padding: 20px 10px 0 10px;overflow: hidden;line-height: 20px;font-size: 14px;color: #000000;word-wrap: break-word;}
.index-zhuanjia-next,.index-zhuanjia-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
}
.index-zhuanjia-next:hover,.index-zhuanjia-prev:hover {
    color: #d92225;
    border-color: #d92225;
}
.index-zhuanjia-prev {
    left: -60px;
}
.index-zhuanjia-next {
    right: -60px;
    transform: scaleX(-1);
}
.i-zhuanjia-item {
    width: 1190px;
    height: 550px;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    background-image: url(../images/i-zhuanjia-item.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.i-zhuanjia-photo {
    width: 375px;
    height: 450px;
    margin-right: 48px;
}
.i-zhuanjia-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.i-zhuanjia-info {
    flex: 1;
}
.i-zhuanjia-name {
    display: flex;
    height: 40px;
    line-height: 40px;
}
.i-zhuanjia-name .zh {
    font-size: 38px;
    color: #1c3f7b;
}
.i-zhuanjia-name .en{
    font-size: 28px;
    color: #707070;
    background-image: url(../images/i-zhuanjia-en.png);
    background-repeat: no-repeat;
    background-position: 10px 0;
    overflow: hidden;
    line-height: 54px;
}
.i-zhuanjia-info dl {
    margin-top: 45px;
}
.i-zhuanjia-info dt {
    font-size: 18px;
    color: #fff;
    width: 102px;
    height: 32px;
    line-height: 32px;
    background-image: linear-gradient(to bottom, #00baf9, #015feb);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    /* background-image: url(../images/zhuanjia-tag.png);
    background-repeat: no-repeat;
    background-size: contain; */
    text-align: center;
}
.i-zhuanjia-info dd {
    padding-top: 10px;
    font-size: 16px;
    color: #616161;
    text-align: justify;
}
/* 首页服务 */
.i-service-box {
    background-color: #ececec;
    padding: 80px 0;
    width: 1423px;margin-left: auto;margin-right: auto;
}
.i-service {
    display: flex;
    height: 430px;
}
.i-liuyan {
    width: 368px;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
    background-image: url(../images/i-liuyan.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.i-liuyan dt {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    /* margin-bottom: 26px; */
    color: #fff;
}
.i-liuyan dd {
    display: flex;
    /* height: 34px; */
    line-height: 34px;
    margin-top: 20px;
}
.i-liuyan label {
    width: 60px;
    text-align: right;
    color: #fff;
}
.i-liuyan input,.i-liuyan textarea {
    flex: 1;
    background-color: #fff;
    padding: 0 10px;
    font-size: 12px;
}
.i-liuyan input::placeholder,.i-liuyan textarea::placeholder {
    color: #b3b3b3;
}
.i-liuyan textarea {
    height: 96px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.i-liuyan button {
    width: 166px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(to bottom, #f78a4d, #ce1b1c);
    cursor: pointer;
}

.i-liucheng {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 24px 0 0 24px;
}
.i-liucheng .d1{height: auto;width: 154px;height: 176px;margin: 0 9px 26px 0;border: 1px #d1d1d1 solid;border-bottom: 3px #0162eb solid;float: left;display: block;}
.i-liucheng .i1{padding-top: 23px;}
.i-liucheng .i2{display: block;height: 82px;margin: 0 auto;}
.i-liucheng .t1{height: 30px;line-height: 30px;text-align: center;font-size: 18px;color: #000000;font-weight: bold;}
.i-liucheng .t2{height: 36px;line-height: 18px;display: flex;justify-content: center;align-items: center;font-size: 12px;color: #575656;margin-top: 2px;}
.i-liucheng .t3{height: 36px;line-height: 18px;display: flex;justify-content: center;align-items: center;font-size: 12px;color: #575656;margin-top: 2px;}
.i-liucheng .d1:hover{background: linear-gradient(to bottom,#015eea,#00bffa);border: 1px #1c3e7b solid;height: 178px;}
.i-liucheng .d1:hover .t1{color: #FFF;}
.i-liucheng .d1:hover .t2{color: #FFF;}
.i-liucheng .d1:hover .t3{color: #FFF;}
.i-liucheng li {
    width: 240px;
    padding: 20px;
}
.i-liucheng h3 {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    color: #000;
}
.i-liucheng p {
    font-size: 14px;
    /* height: 36px;
    line-height: 36px; */
    color: #7d7d7d;
}
.i-liucheng .img {
    width: 239px;
    height: 112px;
    margin-top: 5px;
    overflow: hidden;
}
.i-liucheng img {
    transition: all 0.5s;
}
.i-liucheng li:hover img {
    transform: scale(1.3);
}
/* 首页服务区域 */
.i-area-box {
    background-image: url(../images/area.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 794px;
    /* padding-top: 35px;
    box-sizing: border-box; */
    width: 1423px;magin:0 auto;
}
.i-area {
    /* display: flex;
    justify-content: space-between; */
}
.i-area dl {
    width: 520px;
    padding-top: 35px;
}
.i-area dd{
    padding-top: 23px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.service-brand-list {
    width: 200px;
    height: 640px;
    overflow: hidden;
    position: relative;
    margin-top: 106px!important;
    padding-right: 50px!important;
    float: right;
}
.service-brand-list .swiper-slide {
    width: 200px;
    height: 65px;
    /* margin-bottom: 17px; */
}
/* .service-brand-list .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.service-brand-list .swiper-button {
    position: absolute;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background-color: #1c3f7b;
    right: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.service-brand-list .brand-next {
    bottom: 40px;
    transform: rotate(90deg);
}
.service-brand-list .brand-prev {
    bottom: 0;
    transform: rotate(-90deg);
}
.service-brand-list .swiper-button:hover {
    background-image: linear-gradient(to bottom, #f5854a, #d32822);
}
/* 课堂 */
.ke-cate {
    height: 74px;
    line-height: 74px;
    display: flex;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.ke-cate a{
    width: 240px;
    text-align: center;
    background-color: #ececec;
    color: #000;
    /* margin-right: 10px; */
}
.ke-cate .active,.ke-cate a:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #00bdf9, #0160ea);
}
.ke-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ke-item {
    width: 400px;
    height: 325px;
    margin-bottom: 30px;
    color: #999;
    margin-right: 20px;
}
.ke-item .img {
    height: 210px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
/* .ke-item .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.ke-item .img .cate {
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-image: linear-gradient(to bottom, #e34732, #f48a4d);
    position: absolute;
    font-size: 16px;
    text-align: center;
    left: 0;
    top: 0;
}
.ke-item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 360px;
    height: 33px;
    line-height: 33px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
}
.ke-item .info span {
    flex: 1;
    display: flex;
    align-items: center;
}
.ke-item .info span:nth-child(2){
    justify-content: end;
}
.ke-item .info img {
    /* height: 14px; */
    display: inline;
    margin-right: 10px;
}
.title-box {
    /* height: 95px; */
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
}
.title-box h3 {
    font-size: 22px;
    color: #616161;
    height: 60px;
    line-height: 30px;
}
.title-box p {
    padding-top: 5px;
    height: 25px;
    line-height: 25px;
}
.title-box span {
    float: right;
    font-size: 22px;
    color: #d92225;
}
/* 开班广告 */
.kaiban {
    width: 100%;
    margin-bottom: 60px;
}
.kaiban img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/* 新闻 */
.news-cate {
    display: flex;
    justify-content: center;
    height: 70px;
    line-height: 70px;
    margin-bottom: 50px;
}
.news-cate a {
    width: 316px;
    color: #000;
    background-color: #ececec;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 34px;
}
.news-cate a:last-child{
    margin-right: 0;
}
.news-cate a.active {
    color: #fff;
    background-image: linear-gradient(to bottom, #01b5f8, #015eea);
}


.fuwu1 {
    display: flex;
    justify-content: center;
    height: 70px;
    line-height: 70px;
    margin-bottom: 50px;
}
.fuwu1 a {
    width: 316px;
    color: #000;
    background-color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 34px;
}
.fuwu1 a:last-child{
    margin-right: 0;
}
.fuwu1 a.active {
    color: #fff;
    background-image: linear-gradient(to bottom, #01b5f8, #015eea);
}


.news-swiper .swiper-slide {
    display: flex;
    height: 280px;
}
.toutiao {
    width: 720px;
    height: 280px;
    display: flex;
    margin-right: 46px;
}
.toutiao .img {
    width: 354px;
    height: 280px;
    margin-right: 24px;
}
.toutiao-title {
    font-size: 22px;
    color: #202020;
    margin-bottom: 20px;
}
.toutiao-desc {
    font-size: 18px;
    color: #7a7a7a;
    line-height: 30px;
    font-weight: bold;
    text-indent: 2em;
}
.i-news-list a {
    font-size: 18px;
    font-weight: bold;
    height: 16px;
    padding-bottom: 30px;
    display: block;
    color: #494949;
}
.i-news-list a:hover {
    color: #2161ae;
}
.i-news-list span {
    color: #bebebe;
    margin-right: 10px;
}
.news-more {
    width: 174px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to bottom, #f27e48, #dc2e2a);
    /* display: inline-block; */
    float: right;
}
/* 下载 */
.down-cate {
    display: flex;
    height: 54px;
    line-height: 54px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.down-cate a {
    width: 154px;
    text-align: center;
    border-radius: 7px;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.down-cate .active::before {
    content: " ";
    border: 10px solid #000;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.down-cate a:nth-child(1){
    background-color: #36bbf3;
}
.down-cate a:nth-child(1)::before {
    border-top-color: #36bbf3;
}

.down-cate a:nth-child(2){
    background-color: #ffb073;
}
.down-cate a:nth-child(2)::before {
    border-top-color: #ffb073;
}

.down-cate a:nth-child(3){
    background-color: #ff7453;
}
.down-cate a:nth-child(3)::before {
    border-top-color: #ff7453;
}

.down-cate a:nth-child(4){
    background-color: #00baad;
}
.down-cate a:nth-child(4)::before {
    border-top-color: #00baad;
}

.down-cate a:nth-child(5){
    background-color: #43cf7c;
}
.down-cate a:nth-child(5)::before {
    border-top-color: #43cf7c;
}

.down-cate a:nth-child(6){
    background-color: #449ac0;
}
.down-cate a:nth-child(6)::before {
    border-top-color: #449ac0;
}

.down-cate a:nth-child(7){
    background-color: #4e6ebb;
}
.down-cate a:nth-child(7)::before {
    border-top-color: #4e6ebb;
}

.down-cate a:nth-child(8){
    background-color: #ffb073;
}
.down-cate a:nth-child(8)::before {
    border-top-color: #ffb073;
}
.down-swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.down-swiper .swiper-slide li {
    width: 630px;
    width: 580px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #d0d0d0;
    margin: 0 25px;
    color: #494949;
    font-size: 18px;
}
.down-swiper .swiper-slide li span { 
    float: right;
    /* display: inline-block; */
    width: 68px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #e5edfa;
    font-size: 14px;
    background-color: #2656a5;
    text-align: center;
    margin-right: 24px;
    margin-top: 12px;
    color: #fff;
    cursor: pointer;
}
.down-swiper .swiper-slide li:hover {
    background-color: #f2f2f2;
}
.down-more {
    width: 172px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-image: linear-gradient(to bottom, #f27e48, #dc2e2a);
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 40px auto;
}
.footer {
    color: #fff;
    padding-top: 40px;
}
.footer-box {
    background-color: #3d3e49;
    padding-bottom: 34px;
    width: 1423px;
    margin-left: auto;margin-right: auto;
}
/* .f-guanggao {
    display: flex;
} */
.f-guanggao {
    width: 817px;
}
.f-guanggao h2 {
    font-size: 36px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 15px;
}
.f-guanggao p{
    color: #cfcfcf;
    height: 15px;
    line-height: 15px;
}
.f-service li {
    margin-left: 5px;
}
.f-nav {
    width: 817px;
    display: flex;
}
.f-nav dl {
    /* flex: 1; */
    padding-right: 50px;
}
.f-nav dt {
    font-size: 24px;
    padding-bottom: 25px;
}
.f-nav dd a {
    font-size: 16px;
    color: #acacac;
}
.f-nav dd a:hover {
    color: #08c6f4;
}
.f-contact {
    padding: 0 24px;
    box-sizing: border-box;
    padding-bottom: 25px;
    border-left: 1px solid #a8a8a8;
}
.f-contact h1{
    font-size: 24px;
    padding-bottom: 25px;
}
.f-phone-email {
    display: flex;
    align-items: center;
    height: 16px;
    line-height: 16px;
}
.f-address {
    padding: 25px 0;
}
.f-qrcode li {
    width: 94px;
    margin-right: 37px;
}
.f-qrcode img {
    width: 94px;
    height: 94px;
}
.f-qrcode p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.footer-footer {
    margin-top: 23px;
    padding-top: 23px;
    border-top: 1px solid #a8a8a8;
}
.footer-footer a:hover {
    color: #08c6f4;
}
.f-link {
    line-height: 14px;
    font-size: 14px;
    display: flex;
    margin-bottom: 17px;
}
.f-link a{
    padding: 0 10px;
    border-right: 1px solid #a8a8a8;
    color: #FFF;
}
.f-link a:last-child {
    border: 0;
}
.bottom {
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #b6b6b6;
    background-color: #464854;
    width: 1423px;
    margin-left: auto;
    margin-right: auto;
}
/* 当前位置 */
.cpos {
    height: 60px;
    line-height: 60px;
    background: url(../images/lbs.png) 20px center no-repeat;
    text-indent: 35px;
    color: #747589;
}
.about-cate {
    display: flex;
    height: 56px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 60px;
}
.about-cate a {
    flex: 1;
    text-align: center;
    font-size: 26px;
    color: #000;
}
.about-cate .active,.about-cate a:hover {
    color: #1c3f7b;
    background: url(../images/red-line.jpg) center bottom no-repeat;
}
.jianjie {
    padding-right: 640px;
    background: url(../images/about.jpg) right top no-repeat;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.about-title {
    height: 50px;
    line-height: 50px;
    font-size: 38px;
    color: #000;
    margin-bottom: 30px;
}
.about-content {
    font-size: 18px;
    color: #616161;
    line-height: 30px;
}
.linian-item {
    border: 1px solid #0174ee;
    margin-bottom: 50px;
}
.linian-item legend{
    height: 40px;
    line-height: 40px;
    font-size: 38px;
    color: #0174ee;
    margin-left: 10px;
    margin-right: 50px;
    padding-left: 10px;
    padding-right: 50px;
}
.linian-item p {
    padding: 45px 45px 45px 20px;
    font-size: 24px;
    color: #616161;
}
/* 资质 */
.zizhi-swiper {
    width: 1300px;
    padding: 0 55px;
    position: relative;
    margin: 0 auto 60px auto;
}
.zizhi-swiper .swiper-slide{
    /* width: 230px; */
    /* height: 380px; */
    /* padding: 15px 25px; */
    /* margin: 0 17px; */
    width: 280px;
    padding: 15px 0;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}
.zizhi-swiper .img{
    /* width: 230px; */
    height: 327px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zizhi-swiper .img{
    max-width: 100%;
    max-height: 100%;
}
.zizhi-swiper .swiper-slide p{
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 22px;
    color: #000;
}

.zizhi-swiper .swiper-button {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: linear-gradient(to bottom, #00baf9, #0162eb);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
.zizhi-swiper .swiper-button:hover {
    background-image: linear-gradient(to bottom, #f27e48, #dc2e2a);
}
.zizhi-swiper .brand-next {
    left: 0;
}
.zizhi-swiper .brand-prev {
    right: 0;
    transform: scaleX(-1);
}
/* 业绩 */
.yeji-title {
    font-size: 36px;
    color: #0174ee;
}
.yeji-desc {
    font-size: 16px;
    color: #3e3e3e;
    padding-top: 20px;
    padding-bottom: 56px;
}
.yeji-list {
    display: flex;
    flex-wrap: wrap;
}
.yeji-list li{
    width: 265px;
    height: 146px;
    /*border: 1px solid #b0b1b1;*/
    margin-right: 64px;
    margin-bottom: 48px;
}
.yeji-list li:nth-child(4n){
    margin-right: 0;
}
/* 专家团队 */
.zhuanjia-desc{
    font-size: 26px;
    line-height: 36px;
    text-indent: 2em;
    color: #6f6f6f;
    padding-bottom: 37px;
}
.zhuanjia-page-item {
    background-image: url(../images/zhuanjia.jpg);
}
.zhuanjia-page-swiper .swiper{
    width: 1190px;
    height: 450px;
}
.zhuanjia-page-swiper .l1{width: 374px;height: 448px;margin: 0 auto;border: 1px #015eea solid;overflow: hidden;}
.zhuanjia-page-swiper .d1{height: auto;margin: 4px 4px 0 4px;padding: 10px 9px 14px 9px;background: linear-gradient(to right,#00bffa,#015eea);}
.zhuanjia-page-swiper .i1{width: 118px;height: 150px;float: left;background-repeat: no-repeat;background-size: contain;background-position: center center;}
.zhuanjia-page-swiper .r1{width: 214px;height: 150px;float: right;position: relative;}
.zhuanjia-page-swiper .t1{height: 44px;line-height: 44px;font-size: 30px;color: #ffffff;font-weight: bold;}
.zhuanjia-page-swiper .t2{height: 40px;font-size: 15px;color: #ffffff;}
.zhuanjia-page-swiper .t3{height: 52px;font-size: 16px;color: #ffffff;}
.zhuanjia-page-swiper .i2{height: 6px;}
.zhuanjia-page-swiper .d2{height: 240px;padding: 20px 10px 0 10px;overflow: hidden;line-height: 20px;font-size: 14px;color: #000000;word-wrap: break-word;}
.zhuanjia-page-swiper .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 45px;
    border: 5px solid #fff;
    border-radius: 50%;
    z-index: 999;
    background-image: linear-gradient(to bottom, #00baf9, #0162eb);
    color: #fff;
    cursor: pointer;
}
.zhuanjia-page-swiper .swiper-button:hover {
    background-image: linear-gradient(to bottom, #f4834a, #d32721);
}
.zhuanjia-page-swiper .brand-prev {
    left: -74px;
}
.zhuanjia-page-swiper .brand-next {
    right: -74px;
    transform: scaleX(-1) translateY(-50%);
}
.zhuanjia-page-swiper .i-zhuanjia-name .zh,
.zhuanjia-page-swiper .i-zhuanjia-name .en,
.zhuanjia-page-swiper .zhuanjia-page-item dd {
    color: #fff;
}
.zhuanjia-page-item dt {
    font-size: 18px;
    color: #fff;
    width: 102px;
    height: 32px;
    line-height: 32px;
    background-image: linear-gradient(to bottom, #f47f49, #d1221d);
}
.zhuanjia-box {
    height: 613px;
    display: flex;
    align-items: center;
    margin-bottom: 130px;
}
.zhuanjia-page-swiper {
    position: relative;
}

.desable-zhuanjia {
    flex: 1;
    height: 460px;
    background-color: #e3e3e3;
    box-sizing: border-box;
    padding: 74px 30px 60px 30px;
    overflow: hidden;
}
.desable-zhuanjia-contnet {
    width: 510px;
}
.desable-zhuanjia .i-zhuanjia-name {
    display: flex;
    height: 35px;
    line-height: 35px;
}
.desable-zhuanjia .i-zhuanjia-name .zh {
    font-size: 28px;
    color: #909090;
}
.desable-zhuanjia .i-zhuanjia-name .en{
    font-size: 20px;
    color: #707070;
    background-image: url(../images/i-zhuanjia-en.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    overflow: hidden;
    line-height: 50px;
    margin-left: 10px;
}
.desable-zhuanjia dl {
    margin-top: 32px;
}
.desable-zhuanjia dt {
    font-size: 13px;
    color: #fff;
    width: 80px;
    height: 24px;
    line-height: 24px;
    background-color: #909090;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    text-align: center;
}
.desable-zhuanjia dd {
    font-size: 12px;
    line-height: 18px;
    color: #a8a8a8;
    padding-top: 10px;
}
/* 答疑表单 */
.dayi-form {
    background: #fff;
    border: 1px solid #808080;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 35px;
}   
.dayi-form textarea {
    display: block;
    height: 200px;
    width: 100%;
    font-size: 24px;

}
.dayi-form textarea::placeholder {
    color: #838383;
}
.dayi-form button {
    width: 270px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    background-image: linear-gradient(to bottom, #f4834a, #d32721);
    float: right;
    font-size: 24px;
    cursor: pointer;
}
.dayi-title {
    height: 40px;
    line-height: 40px;
    border-left: 10px solid #2d4897;
    text-indent: 20px;
    font-size: 36px;
    color: #2d4897;
    margin-bottom: 20px;
}
.dayi-item {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
}

.dayi-item .ask-photo {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 20px;
}
.dayi-item .author {
    height: 40px;
    line-height: 40px;
}
.dayi-item .author strong{
    font-size: 20px;
    color: #163f7c;
}
.dayi-item .author span{
    font-size: 16px;
    color: #666666;
    float: right;
    padding-right: 20px;
}
.dayi-item .ask-content {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.dayi-item .answer {
    margin-top: 40px;
    position: relative;
    background-color: #e2fcff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
}
.dayi-item .answer::before {
    content: " ";
    border: 17px solid #e2fcff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    position: absolute;
    position: absolute;
    top: -34px;
    left: 60px;
}
.answer {
    display: flex;
}
.answer-photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 10px;
}
.answer-author {
    height: 50px;
    line-height: 50px;
    
}
.answer-author strong {
    color: #2d4897;
    font-size: 24px;
}
.answer-author span {
    font-size: 16px;
    color: #666666;
    float: right;
    padding-right: 5px;
}
.answer-content {
    font-size: 18px;
    color: #000;
    line-height: 24px;
}
/* 服务 */
.service-box {
    background-color: #fff;
    margin-bottom: 60px;
    padding-bottom: 50px;
}
.service-header {
    height: 380px;
    display: flex;
}
.service-header .img {
    width: 750px;
    height: 380px;
}
.service-info {
    flex: 1;
    margin-left: 75px;
}
.service-title {
    font-size: 36px;
    color: #2656a5;
    padding-bottom: 35px;
    height: 60px;
    line-height: 60px;
}
.service-desc {
    font-size: 24px;
    color: #7f7f7f;
}
.service-info button {
    font-size: 24px;
    color: #fff;
    width: 212px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-image: linear-gradient(to bottom, #f68b4e, #ce1b1c);
    border: 1px solid #b0b1b1;
    margin-top: 130px;
    cursor: pointer;
}
/* .service-content {
    padding: 50px 15px;
    background-color: #fff;
}
.service-content img {
    max-width: 100%;
} */
.service-liucheng {
    margin-top: 50px;
}
.service-liucheng dt {
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    color: #0170ed;
    padding-left: 50px;
    background: url(../images/lingxing.png) no-repeat 10px center;
}
.service-liucheng dd {
    font-size: 18px;
    color: #3e3e3e;
    line-height: 30px;
    padding: 10px 30px 0 50px;
}
/* 咨询表单 */
.zixun-form {
    padding: 48px;
}

.zixun-form-title h2 {
    border-left: 6px solid #2656a5;
    font-size: 28px;
    color: #2656a5;
    text-indent: 5px;
    height: 30px;
    line-height: 30px;
    /* height: 26px;
    line-height: 26px; 
    line-height: 100%;*/
    
}
.zixun-form-name-phone {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px ;
}
.zixun-form p{
    height: 40px;
    line-height: 40px;
    font-size: 24px;
}
.zixun-form-name-phone input {
    height: 56px;
    line-height: 56px;
    border: 1px solid #b0b1b1;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.zixun-form-name-phone input::placeholder {
    color: #aeaeae;
}
.zixun-form textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #b0b1b1;
    font-size: 18px;
}
.zixun-form .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(to bottom, #f27d47, #d52f25);
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
}
/* 课堂页 */
.page-ke-cate {
    height: 74px;
    line-height: 74px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.page-ke-cate dt {
    width: 176px;
    background-image: linear-gradient(to bottom, #00bdfa, #0162ea);
    font-size: 26px;
    color: #fff;
    text-align: center;
}
.page-ke-cate dd {
    flex: 1;
    border: 1px solid #cccccc;
    border-left: 0;
    box-sizing: border-box;
    background-color: #fff;
    height: 74px;
}
.page-ke-cate dd a {
    padding: 0 30px;
    font-size: 26px;
    color: #000;
}
.page-ke-cate dd a:hover, .page-ke-cate dd .active {
    color: #d22a29;
}
/* 课堂 */
.ketang-header {
    padding: 30px 26px;
    box-sizing: border-box;
    display: flex;
    background-color: #fff;
}
.ketang-header-banner,.ketang-header-banner .swiper-slide {
    width: 548px;
    height: 306px;
}
.ketang-page-info {
    margin-left: 36px;
}
.ketang-page-info h1 {
    font-size: 30px;
    color: #010101;
    /* padding-bottom: 55px; */
    height: 90px;
}
.ketang-info-info dt{
    height: 168px;
}
.ketang-info-info .info-left dt{
    line-height: 40px;
    color: #4a4a4a;
    font-size: 18px;
}
.ketang-info-info .info-left dd {
    height: 48px;
    line-height: 48px;
    color: #ce1b1c;
    font-size: 30px;
}
.info-right {
    width: 216px;
    width: 176px;
    padding-right: 40px;
}
.info-right dt img {
    width: 152px;
    height: 152px;
    display: block;
    margin: 0 auto;
}
.info-right dd {
    height: 48px;
    line-height: 48px;
    background-image: linear-gradient(to bottom, #f27d47, #d52f25);
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}
.ke-content-box {
    display: flex;
    margin-bottom: 40px;
}
.ke-content-tab {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    display: flex;
    /* align-items: center; */
    padding-bottom: 6px;
    padding: 0 15px 6px 15px;
    box-sizing: border-box;
}
.ke-content-tab span {
    margin-right: 120px;
    cursor: pointer;
}
.ke-content-tab .active {
    /* line-height: 53px; */
    border-bottom: 7px solid #ce1b1c;
    color: #1c3e7b;
}
.ke-content-left {
    width: 815px;
    margin-right: 45px;
}
.ke-content-swiper {
    background-color: #fff;
}
.ke-content-swiper .swiper-slide {
    padding: 36px 20px;
    box-sizing: border-box;
}
.ke-jianjie {
    font-size: 18px;
    line-height: 30px;
    color: #616161;
}
.ke-ul li{
    font-size: 24px;
    color: #343434;
    /*margin-bottom: 50px;*/
    padding: 25px 0;
}
.ke-ul li:hover {
    background-color: #f2f2f2;
}
.ke-ul li:last-child{
    margin-bottom: 0;
}
.ke-ul span {
    display: inline-block;
    margin-right: 36px;
}
.rec-title {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
}
/* 新闻列表 */
.page-news-cate {
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    justify-content: center;
    font-size: 26px;
}
.page-news-cate a {
    margin-right: 106px;
    color: #000000;
}
.page-news-cate .active {
    border-bottom: 4px solid #ce1810;
}
.news-toutiao {
    display: flex;
    margin-top: 45px;
    margin-bottom: 45px;
}
.news-toutiao dt {
    width: 380px;
    height: 380px;
    overflow: hidden;
    border: 1px solid #b0b1b1;
    margin-right: 30px;
}
.news-toutiao dt img {
    transition: all 0.5s;
}
.news-toutiao:hover dt img{
    transform: scale(1.3);
}
.news-toutiao h2 {
    font-size: 35px;
    color: #2656a5;
    height: 100px;
    line-height: 50px;
}
.news-toutiao p {
    font-size: 18px;
    color: #7a7a7a;
    font-size: 18px;
    line-height: 36px;
    padding-top: 27px;
    padding-bottom: 70px;
    height: 222px;
    box-sizing: border-box;
}
.news-toutiao a {
    width: 200px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-image: linear-gradient(to bottom, #f27d47, #d52f25);
    color: #fff;
    font-size: 24px;
    display: block;
}
.page-news-item {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}
.page-news-item .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 25px;
}
.page-news-item h2 {
    font-size: 24px;
    color: #000;
    min-height: 60px;
    line-height: 30px;
    margin-bottom: 26px;
    font-weight: normal;
}
.page-news-item span {
    font-size: 14px;
    color: #6e6e6e;
}
.page-news-item:hover h2 {
    color: #2656a5;
}
/* 下载页 */
.page-down-cate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
.page-down-cate a {
    width: 242px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    color: #1c3f7b;
    border: 1px solid #2656a5;
    margin-bottom: 12px;
    box-sizing: border-box;
}
.page-down-cate .active {
    color: #fff;
    background-image: linear-gradient(to bottom, #00bffa, #0160ea);
    border: 0;
}
.down-list li {
    display: flex;
    align-items: center;
    height: 80px;
    border-bottom: 1px solid #d0d0d0;
}
/* .down-list li:hover {
    background-color: #fff;
} */
.down-list li img {
    height: 26px;
    margin-right: 15px;
}
.down-list li p {
    flex: 1;
    font-size: 23px;
    color: #535353;
}
.down-list li a {
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 17px;
    background-color: #e5edfa;
    color: #2656a5;
    font-size: 14px;
}
.down-list a:hover {
    background-color: #1c3f7b;
    color: #fff;
}
/* 联系我们 */
.lianxi-title {
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    color: #2d4897;
    padding-bottom: 30px;
}
.lianxi-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 22px;
    color: #4e4e4e;
    
}
.lianxi-info img {
    /* height: 30px; */
    margin-right: 16px;
}
.lianxi-info div,.lianxi-info p {
    margin-bottom: 25px;
    height: 35px;
    display: flex;
    align-items: center;
}
.lianxi-info div {
    width: 100%;
}
.lianxi-info p {
    width: 33.33%;
}
.info-qrcode {
    /*width: 395px;*/
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}
.info-qrcode .d1{flex: 1;height: auto;}
.info-qrcode .d2{width: 282px;height: 240px;border: 1px solid #0174ee;display: flex;}
.info-qrcode .l1{width: 42rpx;height: 240rpx;border-right: 1px solid #0174ee;text-align: center;font-size: 22px;color: #ffffff;display: flex;justify-content: center;align-items: center;background: linear-gradient(to bottom, #00c0fa, #015fea);}
.info-qrcode .r1{flex: 1;padding: 15px;}
.info-qrcode .i1{width: 210px;height: 210px;}
.info-qrcode dl {
    width: 150px;
    border: 1px solid #0174ee;
    margin-right: 35px;
}
.info-qrcode dt {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-image: linear-gradient(to bottom, #00bffa, #0160ea);
}
.info-qrcode dd {
    height: 108px;
    text-align: center;
}
.info-qrcode dd img {
    width: 100px;
    height: 100px;
    margin-top: 4px;
}
#map {
    width: 100%;
    height: 610px;
    margin: 70px 0;
}
/*vip*/
.vip-item {
    width: 308px;
    height: 425px;
    border: 1px solid #5c5c5c;
    border-radius: 48px;
    padding: 50px 30px 20px 30px;
}
.vip-item:hover {
    border-color: #ff3200;
}
.vip-item:hover .price-box .price,.vip-item:hover .dingzhi {
    color: #ff3200!important;
}
.vip-item:hover button {
    background-color: #ff3200!important;
}
.vip-item h2 {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 45px;
}
.price-box,.zhehe {
    text-align: center;
}
.price-box {
    font-size: 31px;
    color: #565656;
}
.price-box .price{
    font-size: 62px;
}
.vip-item .zhehe {
    color: #565656;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #383838;
    margin-bottom: 30px;
}
.vip-service li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    color: #383838;
    font-size: 22px;
}
.vip-service li img {
    margin-right: 10px;
}
.vip-item button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 30px;
    background-color: #a6a6a6;
    cursor: pointer;
}
.vip-comm-title {
    height: 68px;
    line-height: 68px;
    background: url("../images/vip-comm-title.png") no-repeat 0 center;
    text-indent: 26px;
    font-size: 48px;
    color: #1c3f7b;
    margin-top: 70px;
    margin-bottom: 30px;
}
.vip-comm-title a {
    float: right;
    width: 137px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(to bottom, #00bdf9, #015eea);
    margin-top: 12px;
    border-radius: 21px;
    text-indent: 0;
}
.tequan {
    width: 100%;
    vertical-align: middle;
    border-collapse: collapse;
}
.tequan th {
    font-size: 30px;
    height: 78px;
    line-height: 78px;
    background-image: linear-gradient(to bottom, #00bffa, #0160eb);
    color: #fff;
    border: 1px solid #fff;
}
.tequan th:nth-child(1){
    background-image: linear-gradient(to bottom, #f38449, #d12520);
}
.tequan td {
    font-size: 30px;
    height: 166px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #b0b1b1;
}
.tequan td img {
    margin-right: 10px;
}
.zhengshu {
    display: flex;
    min-height: 356px;
    padding: 20px;
    background-color: #fff;
}
.zhengshu dt {
    flex: 1;
    font-size: 18px;
    color: #616161;
    line-height: 30px;
    padding-right: 70px;
}
.zhengshu dd {
    width: 300px;
    display: flex;
    align-items: center;
}
.zhengshu dd img {
    max-width: 100%;
    max-height: 100%;
}
.zhengshu:last-child {
    margin-bottom: 40px;
}
/* 选择注册 */
.selReg {
    display: none;
    width: 825px;
    position: relative;
}
.selRegSwiper {
    width: 480px;
    margin: 0 auto;
}
.selReg-title {
    padding: 50px 0;
    text-align: center;
}
.selReg .selReg-close {
    width: 70px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.selReg .selReg-back {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 10px;
    cursor: pointer;
    display: none;
}
.selCenter {
    display: flex;
    justify-content: center;
    padding-top: 57px;
    padding-bottom: 90px;
}
.selCenter a {
    width: 122px;
    text-align: center;
    font-size: 18px;
    color: #010101;
}
.selCenter a:nth-child(2){
    margin-left: 154px;
}
.selCenter img {
    width: 100%;
    margin-bottom: 20px;
}
.selRegFoot {
    font-size: 18px;
    color: #5e5e5e;
    text-align: center;
    margin: 0 auto 20px auto;
    font-weight: bold;
}
.selRegFoot span {
    border-bottom: 1px solid #5e5e5e;
}
.selRegFoot a {
    color: #024588;
}
.phoneReg dl {
    /* width: 480px; */
    margin: 0 auto;
}
.phoneReg dt {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.phoneReg dl .err {
    border: 1px solid #eb5f3b;
}
.phoneReg .err input,.phoneReg .err i {
    color: #cb110b;
}

.phoneReg .border {
    border: 1px solid  #b0b1b1
}

.phoneReg dd {
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.phoneReg dd img{
    width: 25px;
    height: 30px;
    margin: 0 10px;
}
.phoneReg dd i{
    margin: 0 10px;
    font-size: 25px;
}
.phoneReg dd input[type='text'] {
    flex: 1;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #000;
}
.phoneReg dd input::placeholder {
    color: #b5b5b5;
}
.phoneReg button {
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(to bottom, #f06843, #cc140d);
    flex: 1;
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.code-box {
    display: flex;
    align-items: center;
}
.getCode {
    width: 148px;
    height: 52px;
    margin-left: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to bottom, #f17712, #ec6138);
    cursor: pointer;
}
/*开通会员*/
.open-vip {
    width: 890px;
    display: none;
}
.open-vip-title {
    height: 65px;
    line-height: 65px;
    position: relative;
    font-size: 30px;
    text-indent: 30px;
    color: #f35000;
    margin-bottom: 35px;
}
.open-vip-title .layer-close {
    width: 70px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #c3c3c2;
}
.open-vip-body {
    text-align: center;
}
.open-vip-body .price {
    font-size: 22px;
    color: #3e3e3e;
}
.open-vip-body .price strong {
    font-size: 36px;
    color: #d70000;
}
.open-vip-body .tongyi {
    font-size: 14px;
    color: #898989;
    padding-top: 15px;
    padding-bottom: 22px;
}
.open-vip-body .pay-qrcode {
    width: 200px;
    border: 1px solid #09bb07;
    border-radius: 6px;
    overflow: hidden;
}
.open-vip-body .pay-mark {
    font-size: 16px;
    color: #898989;
}
.open-vip-footer {
    display: flex;
    margin-top: 80px;
    height: 40px;
    line-height: 40px;
    background-color: #eeeeee;
}
.open-vip-footer dt {
    width: 107px;
    border-top-right-radius: 20px;
    background-image: linear-gradient(to bottom, #fd8841, #dc1008);
    text-align: center;
    color: #fff;
    margin-right: 15px;
}
.open-vip-footer dd {
    flex: 1;
}
.open-vip-footer dd span {
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
    color: #808080;
}
.content {
    margin-bottom: 50px;
}
.content img {
    max-width: 100%;
}
/* 漂浮 */
.piaofu {
    /*width: 90px;*/
    position: fixed;
    right: 0;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    /* display: none; */
    right: -90px;
}
.tuchu {
    position: absolute;
    width: 30px;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #eee;
    border-right: 0;
    background: white;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.piaofu .pf-item {
    width: 90px;
    height: 90px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    background-color: #1c3f7b;
    color: #fff;
    margin-bottom: 6px;
    text-align: center;
    position: relative;
    /*display: none;*/
}
.piaofu .pf-item > img {
    display: inline-block;
    width: 40px;
    /* height: 40px; */
    margin: 12px auto 0px auto; 

}
.piaofu .pf-item:last-child {
    margin-bottom: 0;
}
.piaofu .pf-item:hover {
    background-image: linear-gradient(to bottom, #f68b4e, #ce1b1c);
}
.piaofu .child {
    width: 310px;
    min-height: 226px;
    box-sizing: border-box;
    padding: 26px;
    border-top: 3px solid #d62a1b;
    position: absolute;
    left: -310px;
    top: 0;
    background-color: #fff;
    color: #000;
    text-align: left;
    background-image: url(../images/child.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    display: none;
    /* display: block; */
}
.piaofu .pf-item:hover .child {
    display: block;
}

.pf-phone-box div, .pf-weixin-box div{
    font-size: 26px;
    color: #ca0e09;
    font-weight: bold;
}
.pf-phone-box p {
    margin-top: 5px;
    margin-bottom: 20px;
}

.pf-weixin-box img {
    width: 140px;
}
/* 分页 */
.fenye{
    padding: 40px 0;
    display: flex;
    justify-content: center;
    clear: both;
    font-size: 22px;
}
.fenye a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    /* border: 1px solid #cbcbcb; */
    margin: 0 5px;
    background-image: linear-gradient(to bottom, #00b9f8, #0163eb);
}
.fenye .a1{
    width: auto;padding: 0 5px;display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    /* border: 1px solid #cbcbcb; */
    margin: 0 5px;
    
}
.fenye .yes,.fenye a:hover{
    color: #fff;
    background-image: linear-gradient(to bottom, #f26c45, #cb110b);
}


.bt1{line-height: 80px;font-size: 18px;color: #333;font-weight: bold;letter-spacing: 1px;text-align: center;padding-bottom: 10px;}
.nr1{height: auto;padding: 10px 0 50px 0;}
.nr1 img{max-width: 100%;}





























































