.homeguide{
    display: flex;
    justify-content: space-between;
    height: 160px;
    padding: 18px 25px;
    background-color: #FFFFFF;
    margin: 30px auto;
}
.homeguide .title {
    display: flex;
    justify-content: center;
    flex: 0 0 290px;
    width: 290px;
    height: 124px;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.homeguide .title strong{
    font-weight: bold;
    font-size: 45px;
    color: #1097F1;
    letter-spacing: 8px;
}
.homeguide .title strong i{
    color: #FF6600;
}
.homeguide .title span{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.guide-list{
    display: flex;
    justify-content: space-between;
    flex: 0 0 1260px;
    width: 1260px;
    height: 124px;
    padding-left: 30px;
}
.guide-list li{
    display: block;
    width: 200px;
    height: 124px;
    padding: 12px 25px;
    background: url(../img/bg-guide.png) no-repeat center center;
    background-size: 100% 100%;;
}
.guide-list li:last-child{
    background: url(../img/bg-guide-last.png) no-repeat left center;
    background-size: auto 100%;
}
.guide-list li .gl-title{
    font-size: 18px;
    color: #FFFFFF;
}
.guide-list li .date{
    font-size: 12px;
    color: #FFFFFF;
}
.guide-list li .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    min-height: 50px;
    padding-right: 10px;
    margin-top: 8px;
}
.guide-list li .btn a{
    width: 66px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 8px;
    color: #666;
}
.guide-list li .btn.one{
    margin-top: 4px;
}
.guide-list li .btn.one a{
    margin-bottom: 6px;
}
.guide-list li .btn a:hover{
    color: #FF6600;
}
.homebanner{
    display: block;
    width: 460px;
    height: 410px;
    overflow: hidden;
    position: relative;
}
.homebanner .hbanner{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .hbanner img {
    display: block;
    width: 100%;
    height: 100%;
}
.homebanner .swiper-pagination{
  display: block;
  margin: 0 auto 0 0;
  bottom: 10px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width:8px;
    height:8px;
    border-radius:50%;
    margin: 0 6x;
    color: #FFFFFF;
    display: inline-block;
    background: #FFFFFF;
    opacity: .45;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active,.homebanner .swiper-pagination-current{
  opacity: 1;
  width:16px;
  border-radius:5px;
  background: #FFF;
}
.homefocus{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.focus-news{
    display: block;
    width: 660px;
    height: 410px;
    padding: 20px 16px;
    background-color: #FFF;
}
.quick-count{
    display: block;
    width: 460px;
    height: 410px;
}
.quick-nav {
    display: flex;
    width: 460px;
    height: 270px;
    padding: 18px 18px;
    margin-top: 10px;
    background-color: #FFFFFF;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
}
.quick-nav a{
    display: block;
    width: 48%;
    height: 38px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    border: 1px solid #EAEAEA;
}
.quick-nav a:hover{
    color: #FFF;
    background-color: #32BA81;
    border: 1px solid #32BA81;
}
.focus-news{
    display: block;
}
.focus-news .item{
    padding-bottom: 25px;
}
.focus-news .item .fn-title{
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    overflow: hidden;
    padding-bottom: 18px;
}
.focus-news .item .fn-title i{
    display: block;
    width: 92px;
    height: 29px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
    padding-right: 2px;
    margin-right: 10px;
}
.focus-news .item .fn-title i.fn-blue{
    background: url(../img/bg-tab-blue.png) no-repeat center center;
    background-size: 100% 100%;
}
.focus-news .item .fn-title i.fn-green{
    background: url(../img/bg-tab-green.png) no-repeat center center;
    background-size: 100% 100%;
}
.focus-news .item .fn-title i.fn-orange{
    background: url(../img/bg-tab-orange.png) no-repeat center center;
    background-size: 100% 100%;
}
.fn-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.fn-news a{
    display: flex;
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.fn-news a span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 30px;
    display: block;
    padding: 0 5px;
}
.fn-news a:hover{
    color: #FF6600;
}
.homebox{
    display: block;
    padding: 8px 20px 20px 20px;
    margin-bottom: 30px;
    background-color: #FFF;
}
.hometitle{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 51px;
}
.hometitle .title{
    color: #000;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
}
.hometitle .title strong{
    color: #32ba81;
}
.hometitle .title-nav{
    display: flex;
    justify-content: flex-start;
}
.hometitle .title-nav li{
    display: block;
    font-size: 18px;
    margin: 0 0 0 36px;
    cursor: pointer;
    padding: 12px 0;
    position: relative;
}
.hometitle .title-nav li.on::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #32ba81;
}
.hometitle .title-nav li.on{
    font-weight: bold;
}
.hometitle .title-nav li.on,.hometitle .title-nav li:hover{
    color: #32ba81;
}
.homecon-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 10px;
}
.homecon-left {
    width: 1130px;
}
.homenews-list{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap; 
}
.homenews-list li{
    display: block;
    width: 48.5%;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #EDEDF0;
}
.homenews-list li a{
    display: flex;
    justify-content: space-between;
}
.homenews-list li .title{
    display: block;
    font-size: 16px;
    width: calc(100% - 60px);
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.homenews-list li:hover .title{
    color: #FF6600;
}
.homenews-list li .time{
    display: block;
    width: 50px;
    font-size: 12px;
    color: #999;
    text-align: right;
}
.homecourse-list{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap; 
    width: 100%;
}
.homecourse-list li{
    display: block;
    width: 32.0%;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #EDEDF0;
}
.homecourse-list li a{
    display: flex;
    justify-content: space-between;
}
.homecourse-list li .title{
    display: block;
    font-size: 16px;
    width: calc(100% - 60px);
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.homecourse-list li:hover .title{
    color: #FF6600;
}
.homecourse-list li .time{
    display: block;
    width: 50px;
    font-size: 12px;
    color: #999;
    text-align: right;
}
.right-ercode{
    border:1px solid #EAEAEA;
    margin-top: 20px;
    width: 395px;
    height: 280px;
}
.rer-nav{
    display: flex;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #EAEAEA;
}
.rer-nav li{
    width: 50%;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #EAEAEA;
    cursor: pointer;
    position: relative;
}
.rer-nav li.on{
    color: #32BA81;
    font-weight: bold;
}
.rer-nav li.on::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #32BA81;
}
.rer-nav li:last-child{
    border-right: none;
}
.ercode-box{
    display: block;
}
.ercode-con{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 45px 25px;
}
.ercode-con .rer-pic{
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
}
.ercode-con .rer-pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.ercode-con .rer-text{
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 10px;
}
.ercode-con .rer-text strong{
    display: block;
    color: #FF6600;
    padding-bottom: 10px;
}

.homelinks{
    display: block;
    padding: 15px 0;
}
.homelinks ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.homelinks li {
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homelinks li a{
    font-size: 16px;
    line-height: 2.2;
}
.homeschool {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 750px;
    padding: 10px 60px 15px 28px;
    border-right: 1px solid #EAEAEA;
    flex-direction: row;
    align-content: flex-start;
}
.homeschool a{
    display: block;
    width: 206px;
    height: 38px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #0188E1;
    overflow: hidden;
    margin: 14px 0 14px 0;
    border: 1px solid #0188E1;
}
.homeschool a:hover{
    color: #FFF;
    background-color: #0188E1;
}
.homepro{
    display: block;
    width: 755px;
    padding: 24px 0 15px 0;
}
.homepro .item{
    display: flex;
    padding-bottom: 10px;
}
.homepro .item .title{
    display: block;
    width: 120px;
    height: 86px;
    line-height: 86px;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    margin-right: 10px;
}
.homepro .item.pro-orange .title{
    background: url(../img/bg-pro-orange.png) no-repeat center center;
    background-size: 100% 100%;
}
.homepro .item.pro-green .title{
    background: url(../img/bg-pro-green.png) no-repeat center center;
    background-size: 100% 100%;
}
.homepro .item.pro-blue .title{
    background: url(../img/bg-pro-blue.png) no-repeat center center;
    background-size: 100% 100%;
}
.homepro .item .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 625px;
    flex-direction: row;
    align-content: flex-start;
}
.homepro .item .link a{
    display: block;
    width: 145px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
    color: #0188E1;
    margin: 0 0 15px 0;
    overflow: hidden;
    border: 1px solid #0188E1;
}
.homepro .item.pro-orange .link a{
    color: #ff8800;
    border: 1px solid #ff8800;
}
.homepro .item.pro-orange .link a:hover{
    color: #FFF;
    background-color: #ff8800;
}
.homepro .item.pro-green .link a{
    color: #32ba81;
    border: 1px solid #32ba81;
}
.homepro .item.pro-green .link a:hover{
    color: #FFF;
    background-color: #32ba81;
}
.homepro .item .link a:hover{
    color: #FFF;
    background-color: #0188E1;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.homeguide{
    display: none;
}
.homefocus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-direction: column;
}
.homebanner {
    width: 100%;
    height: 280px;
    margin-top: 20px;
}
.focus-news {
    width: 100%;
    height: auto;
    padding: 20px 16px 0 16px;
    margin-top: 20px;
}
.focus-news .item {
    padding-bottom: 20px;
}
.focus-news .item .fn-title i {
    margin-right: 0x;
    margin-bottom: 10px;
}
.focus-news .item .fn-title {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    padding-bottom: 6px;
    align-content: flex-start;
    flex-direction: column;
}
.fn-news {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.fn-news a {
    width: 100%;
    font-size: 15px;
}
.quick-count {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.quick-nav {
    display: flex;
    width: 100%;
    height: auto;
    padding: 15px 15px 0 15px;
    margin-top: 0;
    background-color: #FFFFFF;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.quick-nav a {
    font-size: 15px;
    margin-bottom: 15px;
}
.homebox {
    padding: 8px 15px 20px 15px;
    margin-bottom: 20px;
}
.hometitle {
    height: auto;
    padding-top: 7px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.hometitle .title {
    font-size: 20px;
}
.hometitle .title-nav {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hometitle .title-nav li {
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 8px 0;
    width: 25% !important;
    text-align: center;
}
.homecon-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
    flex-direction: column;
}

.homeschool {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0 0 0;
    border-right: none;
    flex-direction: row;
    align-content: flex-start;
}
.homeschool a {
    width: 48.5%;
    height: 38px;
    font-size: 15px;
    line-height: 36px;
    margin: 6px 3% 6px 0;
    overflow: hidden;
}
.homeschool a:nth-child(2n) {
    margin-right: 0;
}
.homepro {
    width: 100%;
    padding: 20px 0 0 0;
    margin-bottom: -10px;
}
.homepro .item {
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
}
.homepro .item .title {
    width: 120px;
    height: 46px;
    line-height: 46px;
    font-size: 22px;
    margin-right: 0;
    margin-bottom: 10px;
}
.homepro .item .link {
    width: 100%;
}
.homepro .item .link a {
    width: 48.5%;
    font-size: 15px;
    color: #0188E1;
    margin: 0 0 10px 0;
}
.homecourse-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.homecourse-list li {
    width: 100%;
    line-height: 50px;
    height: 50px;
}
.homecourse-list li .title {
    font-size: 15px;
    width: calc(100% - 60px);
    height: 50px;
}
.homecon-left {
    width: 100%;
}
.homenews-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.homenews-list li {
    width: 100%;
    line-height: 50px;
    height: 50px;
}
.homenews-list li .title {
    font-size: 15px;
    width: calc(100% - 50px);
    height: 50px;
}
.homenews-list li .time {
    width: 40px;
}
.right-ercode {
    border: 1px solid #EAEAEA;
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.ercode-con {
    padding: 35px 15px;
}
.ercode-con .rer-text {
    font-size: 14px;
    line-height: 1.45;
}
.homelinks {
    display: block;
    padding: 15px 0 0 0;
}
.homelinks li {
    width: 33%;
}
.homelinks li a {
    font-size: 15px;
    line-height: 2.2;
}
}