/* ---- 全局 Style---- */
body {
    background-color: #fff;
    font-family: "Source Han Sans CN", "Arial", "黑体", "宋体", sans-serif;
    min-width: 1200px;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

textarea:focus,
input:focus {
    outline: none;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

/* ------ Typography Style----- */
h1, h2, h3, h4, h5, h6 {
    font-family: Source Han Sans CN;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a, p, li, input, textarea {
    font-family: Source Han Sans CN;;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
    border: 0;
    color: #3ab0f3;
}

.blete-testimonial-section {
    position: relative;
    margin-top: 75px;
    overflow: hidden;
}

.blete-testimonial-wrapper {
    text-align: center;
    position: relative;
    z-index: 5;
}

/* 导航栏  Style */
.menu-container {
    margin: 0 auto;
}

.menu > ul {
    margin: 0 auto;
    min-width: 1200px;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.menu > ul > li > ul.normal-sub {
    width: 500px;
    left: auto;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: rgb(99 180 233) 0px 0px 3px;
}

.subject {
    display: flex;
    justify-content: center;
}

ul > li > ul a {
    font-size: 16px;
}

.subject a {
    text-decoration: none;
    color: #333333;
    text-transform: capitalize;
    display: block;
    padding: 1.5em 1.5em;
    font-size: 18px;
    transition: background-color 0.5s ease-in-out;
}

.subject a:hover {
    color: #3ab0f3;
}

.drop li {
    opacity: 0;
    transform-origin: top center;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 5px 0 5px 15px;
}

.drop li:hover {
    background-color: #f2f2f2;
}

.drop li a {
    padding: 10px 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 完善的技术体系*/
.trait1 {
    display: flex;
    justify-content: space-around;
}

.trait1 .header[data-v-687f6dfc] {
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
    height: 265px;
    border-radius: 10px;
    padding-top: 45px;
    box-shadow: rgb(144 202 249) 0px 0px 10px;
    background-color: #fff;
}

.trait1 .header img[data-v-687f6dfc] {
    width: 30px;
}

.trait1 .title[data-v-687f6dfc] {
    font-size: 18px;
    margin-bottom: 5px;
    padding-top: 20px;
}

.trait1 .des[data-v-687f6dfc] {
    font-size: 15px;
}


/*部分标题  Style*/
.animate-center {
    position: relative;
    display: block;
    width: 130px;
    height: 10px;
    background: #0068e9;
    overflow: hidden;
    margin: 10px 0 15px 0;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.under-title {
    text-align: center;
    margin: 10px 0px 75px 0px;
    font-size: 24px;
}

.small-title {
    text-align: center;
    margin: 10px 0px 75px 0px;
    font-size: 18px;
    color: #8D8D8D;
}

/* 合作伙伴 - Style */
.cooperation > li {
    margin: 5px 0px 5px 0px;
    cursor: pointer;
}
.cooperation > li >img:hover{
    transform: scale(1.2); /* 放大1.2倍 */
}

/* 热门直播公开课 */
.courseItem hr {
    border-top: 1px solid #ddd;
}
.courseItem .dot {
    border-top: 8px solid #00b3ee;
    width: 8px;
    margin-left: 130px;
    border-radius: 27px;
    margin-top: -24px
}

/*焦点图*/
.mod18{width:1200px;height:580px;margin:40px 0 135px 0px;position:relative;}
.mod18 .btn{position:absolute;width:15px;height:70px;top:600px;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:-5px;background:url(../../official/images/prevBtn.png) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:213px;width:46px;height:48px;}
.mod18 #prevTop{background:url(../../official/images/prevBtnTop.png) 0 0 no-repeat;}
.mod18 #nextTop{background:url(../../official/images/nextBtnTop.png) 0 0 no-repeat;}
.mod18 .next{right:0px;background:url(../../official/images/nextBtn.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:1201px;height:535px;position:absolute;color:#fff;}
.mod18 .cf li span{display:block;width:1201px;position:absolute;left:0;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{height:535px;position:relative;overflow:hidden;}
.mod18 .picBox ul{height:330px;position:absolute;}
.mod18 .picBox li{width:1201px;height:535px;}
.mod18 .listBox{width:1201px;height:155px;margin:15px auto;position:relative;padding:6px 0 10px;overflow:hidden;}
.mod18 .listBox ul{height:150px;position:absolute;}
.mod18 .listBox li{width:150px;height:150px;cursor:pointer;position:relative;margin: 0px 10px 0px 10px;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:150px;height:150px;}
.mod18 .listBox li img{width:150px;height:150px;}
.mod18 .listBox .on img{width:150px;height:150px;border:3px solid #0068e9;}
.mod18 .listBox .on i{display:block;}


.blete-main-menu .navbar-nav li a {
    /*font-weight: bold;*/
    color: #333;
    font-size: 13px;
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    /*color: #333;*/
    padding-top: 10px;
    /*padding-bottom: 0;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inherit;
}

.blete-main-menu.minified .navbar-nav li a:link,
.blete-main-menu.minified .navbar-nav li a:visited {
    display: block;
    /*font-weight: bold;*/
    /*background-color: #fff;*/
    /*width: 120px;*/
    text-align: center;
    padding: 4px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}

.blete-main-menu .navbar-nav li a:hover,
.blete-main-menu .navbar-nav li.active a {
    background-color: transparent;
}

.blete-main-menu .navbar-nav li a:focus {
    background-color: transparent;
}

/* ------ Minified Menu ------ */
.blete-main-menu.minified {
    background-color: #ffffff;
    padding: 0;
    position: fixed;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

header.blete-page-header .blete-main-menu.minified {
    position: fixed;
}


/* ----- Slider Style ------ */
.blete-slider {
    overflow: hidden;
    background-color: #28292e;
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);*/
}

.blete-main-slides .blete-img-overlay {
    position: absolute;
    background: url(../images/img-header/pattern.png) repeat, rgba(40, 41, 46, 0.25);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.blete-main-slides h1.blete-slider-text-big {
    font-size: 48px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 25px;
}

.blete-main-slides .blete-slider-text h1 span {
    font-family: Source Han Sans CN;
    font-weight: 700;
}

.blete-main-slides p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 30px !important;
    color: #ffffff;
    margin-bottom: 0;
}

.sp-arrow {
    width: 10px;
}

.blete-slider .sp-buttons {
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
}

.blete-slider .sp-button {
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 4px;
    width: 16px;
}

/* ----- Features Style ------- */
.blete-features-section .container {
    position: relative;
    z-index: 1;
}

/*  ---- Team Style ----- */
.blete-team-section {
    overflow: hidden;
}

.blete-team-slides {
    margin: 0 auto !important;
    text-align: center;
}

.blete-team-slides .blete-member-img-wrapper {
    background: #f9f9f9;
    padding: 30px;
}

.blete-team-slides .blete-team-social-icon {
    margin: 0 auto;
}

.blete-team-slides .blete-member-img-wrapper img {
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.6s;
}

.blete-team-slides .blete-member-img-wrapper:hover:before {
    left: 150%;
    transition: left 1s ease 0s;
}

/*.blete-team-slides .blete-member-img-wrapper:before{*/
/*content: ""; position: absolute; width:200px; height: 100%; top: 0; left: -150px; overflow: hidden;*/
/*background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(191, 255, 87, 0.2) 50%, rgba(255,255,255,0)100%);*/
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));*/
/*background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);*/
/*background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);*/
/*-webkit-transform: skewX(-25deg);*/
/*-moz-transform: skewX(-25deg)*/
/*}*/

.blete-member-details {
    background: #f9f9f9;
    padding-bottom: 30px;
    display: inline-block;
    text-align: center;
}

.blete-member-details h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.blete-member-details span.blete-member-desg {
    font-family: Source Han Sans CN;
    font-size: 13px;
    color: #4a4a4a;
    margin-bottom: 15px;
    display: inline-block;
}

.blete-member-details p {
    margin-bottom: 20px;
    padding: 0px 30px 0 30px;
}

.blete-member-details ul li {
    display: inline-block;
    margin: 0 2px;
}

.blete-member-details ul li a {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    background-color: #eee;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    padding: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.blete-member-details ul li a i {
    color: #bebebe;
    line-height: 25px;
}

.blete-member-details ul li a:hover i {
    color: #ffffff;
}


/* ----- Skill Style ----- */
.blete-our-skills {

}

.blete-our-skills .chart {
    position: relative;
    text-align: center;
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;

}

.blete-our-skills span.percent {
    font-size: 36px;
    font-weight: 700;
    color: #3a3a3a;
    display: inline-block;
    z-index: 3;
    margin-top: 60px;
}

.blete-our-skills span.percent:after {
    content: '%';
    font-size: 36px;
}

.blete-our-skills .chart h3 {
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
    display: block;
    z-index: 3;
    margin-top: 0px;
    margin-bottom: 0;
}

.blete-our-skills .chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.blete-our-skills .blete-skills-wrapper p {
    text-align: center;
}


/* ------ Featured Work Style ------- */
.blete-section-work {
    background-color: #D3D7D7
}

.blete-portfolio-work-item {
    height: 280px;
    position: relative;
}

/* ------ Portfolio Image Style ------ */
.blete-portfolio-work-item img {
    height: 100%;
}

.blete-portfolio-work-item .blete-port-work-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blete-portfolio-work-item .blete-work-meta {
    position: absolute;
    text-align: center;
}

.blete-portfolio-work-item .blete-work-meta li {
    width: 35px;
    height: 35px;
    margin-bottom: 1px;
    text-align: center;
    background-color: rgba(40, 41, 46, 0.8);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.blete-portfolio-work-item:hover .blete-port-work-details .blete-work-meta li {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blete-port-work-details .blete-work-meta li a {
    display: block;
}

.blete-port-work-details .blete-work-meta li a i {
    font-size: 16px;
    color: #ffffff;
    line-height: 35px;
}

.blete-port-work-details .blete-port-work-desc {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 0;
    background-color: rgba(40, 41, 46, 0.8);
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

.blete-portfolio-work-item:hover .blete-port-work-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.blete-port-work-details .blete-port-work-desc h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}

.blete-port-work-details .blete-port-work-desc p a {
    font-size: 14px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}

.blete-port-work-details .blete-port-work-desc .blete-like-btn {
    text-align: center;
    padding: 10px 15px;
}

.blete-port-work-details .blete-port-work-desc .blete-like-btn a {
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.blete-port-work-details .blete-port-work-desc .blete-like-btn a i {
    font-size: 21px;
    color: #ffffff;
    margin-right: 5px;
}


/* -------- Counter Style ------ */
.blete-counter-item {
    text-align: center;
}

.blete-counter-item span {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 10px;
}

.blete-counter-item h3 {
    font-family: Source Han Sans CN;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    position: relative;
}

.blete-offer-section {
    padding-bottom: 30px;
}


/* ----- Portfolio Style ------- */
.blete-portfolio-section {
    padding-top: 80px;
}

.blete-portfolio-filter-btn-group {
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
}

.blete-portfolio-filter-btn-group ul {
    display: inline-block;
}

.blete-portfolio-filter-btn-group ul li {
    float: left;
}

.blete-portfolio-filter-btn-group ul li a {
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.blete-portfolio-filter-btn-group ul li a:hover {
    color: #818181;
}

.blete-portfolio-filter-btn-group ul li a.selected {
    color: #ffffff;
}

.blete-portfolio-items {
    overflow: hidden;
}

.blete-portfolio-items .blete-portfolio-item {
    width: 25%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.blete-portfolio-items .blete-portfolio-item img {
    height: 100%;
    border: 1px solid #aaa;
}

.blete-portfolio-items .blete-portfolio-item .blete-portfolio-details-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(40, 41, 46, 0.8);
    display: table;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.blete-portfolio-item:hover .blete-portfolio-details-wrapper {
    opacity: 1;
}

.blete-portfolio-item .blete-portfolio-details {
    display: table-cell;
    padding: 50px 0;
    vertical-align: middle;
}

.blete-portfolio-item .blete-portfolio-details .blete-portfolio-meta-btn {
    margin-bottom: 20px;
    text-align: center;
}

.blete-portfolio-details .blete-portfolio-meta-btn ul {
    display: inline-block;
}

.blete-portfolio-details .blete-portfolio-meta-btn ul li {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    float: left;
    margin-right: 10px;
    opacity: 0;
    padding: 5px;
    border-radius: 50%;
    -webkit-transition: all .55s;
    -moz-transition: all .55s;
    -ms-transition: all .55s;
    -o-transition: all .55s;
    transition: all .55s;
}

.blete-portfolio-details .blete-portfolio-meta-btn ul li.blete-portfolio-single-link {
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -o-transform: translateX(400%);
    transform: translateX(400%);
}

.blete-portfolio-details .blete-portfolio-meta-btn ul li.blete-lighbox {

}

.blete-portfolio-item:hover .blete-portfolio-details .blete-portfolio-meta-btn ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.blete-portfolio-details .blete-portfolio-meta-btn ul li a {
    display: block;
    text-align: center;
}

.blete-portfolio-details .blete-portfolio-meta-btn ul li a i {
    font-size: 30px;
    color: #ffffff;
    line-height: 35px;
}

.blete-portfolio-item .blete-portfolio-details h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}

.blete-portfolio-item .blete-portfolio-details p {
    text-align: center;
}

.blete-portfolio-item .blete-portfolio-details p a {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    font-style: italic;
}

.blete-portfolio-btn-wrapper {
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
}

.blete-portfolio-btn-wrapper a.blete-portfolio-btn {
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #616161;
    display: inline-block;
    display: inline;
    zoom: 1;
    overflow: hidden;
    border: 2px solid #dadada;
    padding: 15px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/* -------- Custom Style ------- */

.blete-custom-sec-text p {
    margin-bottom: 20px;
}

.blete-custom-sec-text h3 {
    font-size: 18px;
    color: #616161;
    margin-top: 0px;
    margin-bottom: 20px;
}

.blete-custom-sec-text ul {
    margin-left: 30px;
}

.blete-custom-sec-text ul li {
    margin-bottom: 10px;
}

.blete-custom-sec-text ul li:last-child {
    margin-bottom: 0;
}

.blete-custom-sec-text ul li i {
    font-size: 14px;
    margin-right: 10px;
}

/* --------- Testimonial Style --------- */

.blete-testimonial-slides img {
    margin-bottom: 20px;
    margin-top: 15px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.blete-bg-video-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.blete-bg-video-wrapper video {
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blete-testimonial-wrapper .comment-icon {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.blete-testimonial {
    margin-top: 50px;
    overflow: hidden;
}

.blete-testimonial p {
    font-size: 16px;
    margin-bottom: 20px;
}

.blete-testimonial p.blete-client-info {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0
}

/* -------- Pricing Table Style ------- */
.blete-pricing-section {
    padding: 80px 0;
}

.blete-pricing-plans {
    text-align: center;
    padding: 30px 15px;
    background-color: #f5f5f5;
}

.pricing-plan-one {
    margin-bottom: 80px;
}

.blete-recommended-pricing {
    background-color: #f5f5f5;
    padding: 60px;
    top: -40px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blete-pricing-plans .blete-pricing-titles {
    margin-bottom: 40px;
    text-align: center;
}

.blete-pricing-plans .blete-pricing-titles h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.blete-pricing-plans .blete-pricing-titles p {
    font-size: 16px;
}

.blete-pricing-plans .blete-pricing-titles p span {
    font-size: 30px;
    font-weight: 300;
}

.blete-pricing-plans .blete-pricing-service-name {
    margin-bottom: 20px;
}

.blete-pricing-plans ul li {
    text-align: center;
    padding: 20px 0;
}

.blete-pricing-plans a.blete-signup-btn {
    font-family: Source Han Sans CN;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 30px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

.blete-pricing-plans a.blete-signup-btn:hover {
    color: #ffffff;
}


/* ---------- Client Style --------- */
.blete-client-logo-carosal {
    background-color: #28292e;
    padding: 60px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
}

.blete-client-logo-carosal .blete-client-logos {
    text-align: center;
}

.blete-client-logo-carosal .blete-client-logos img {
    max-height: 60px;
}

/* -------- Contact Style ------- */
.
.blete-contact-section h2 {

}

.blete-contact-section .blete-contact-address p {

    margin-bottom: 25px;
}

.blete-contact-section .blete-contact-address ul li {
    padding-left: 40px;
    margin-bottom: 25px;
    font-size: 14px;
    position: relative;
}

.blete-contact-section .blete-contact-address ul li:last-child {
    margin-bottom: 0;
}

.blete-contact-section .blete-contact-address ul li i {
    color: #ffffff;
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 3px;
    padding: 5px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50px;
}

.blete-contact-section .blete-contact-form .blete-input-fields {
    margin-bottom: 20px;
    color: #333;
}

.blete-contact-section .blete-contact-form .blete-input-fields label {
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.blete-contact-section .blete-contact-form .blete-input-fields input {
    font-family: Source Han Sans CN;
    width: 100%;
    height: 60px;
    background-color: transparent;
    border: 1px solid #ccc !important;
    padding-left: 15px;
    padding-right: 15px;
    color: #333;
    border: none;
    background-color: white;
}

.blete-contact-section .blete-contact-form .blete-input-fields textarea {
    width: 100%;
    background-color: transparent;
    border: 3px solid #ccc !important;
    padding: 15px;
    color: #333;
    border: none;
}

.blete-contact-section .blete-contact-form input[type='submit'] {
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 17px 25px;
    text-align: center;
    display: inline-block;
    outline: 0;
    border: 0px solid;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}


.blete-contact-section .blete-contact-form .blete-input-fields input[type='submit']:hover {
    color: #ffffff;
    background-color: #de5c39;
}

/* -------- Preloader Style ------- */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 999999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 128px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -70px 0 0 -70px;
}

/* -------- Slider Pagination ------- */
.owl-theme .owl-controls {
    margin-top: 30px;
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    background-color: transparent;
    border-radius: 50px;
    display: block;
    height: 10px;
    margin: 5px 5px;
    opacity: 1;
    width: 10px;
}

.owl-theme .owl-controls .owl-page.active span {
    border: 1px solid rgba(0, 0, 0, 0);

}


/* --------- Footer Style ---------- */
footer {
    background-color: #151515;
    padding: 40px 0px 0px 0px;
    overflow: hidden;
    color: #f5f5f5 !important;
}

footer .blete-footer-content {
    text-align: center;
}

footer .blete-footer-logo {
    text-align: center;
    margin-bottom: 20px;
}

footer p {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer ul {
    display: inline-block;
}

footer ul li {
    margin-right: 15px;
}

footer ul li:last-child {
    /*margin-right: 0;*/
}

footer ul li a {
    color: #fff;
}

footer ul li a:hover {
    color: #3ab0f3;
    /*opacity: 0.4;*/
}

.about li a {
    font-size: 18px;
}

footer ul li a i {
    font-size: 21px;
    color: #818181;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.thn {
    background-color: #151515;
    text-align: center;
    color: #aaa;
}

.blete-footer-social-info li {
    width: 50px;
    height: 50px;
    margin: 0px 15px 0px auto;
    text-align: center;
    float: left;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 10px;
}

/* --------- Parallax Section ----------- */

.blete-features-section {
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.blete-features-section h2 {

}

.blete-counter-section {
    background-color: #56ACCB;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
}

.blete-contact-section {
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.service-system {
    text-align: center;
    width: 100%;
    margin-top: 4%;
    -webkit-box-shadow: 0 2px 3px rgba(78, 140, 238, 0.35);
    -ms-box-shadow: 0 2px 3px #cfcfcf;
}

.service-system .item-title {
    font-weight: bold;
    font-size: 26px;
    color: rgb(51, 51, 51);
    text-align: center;
    margin: 24px 0 31px 0;
}

.service-system .service-system-ul {
    display: inline-block;
    margin-bottom: 23px;
    margin-left: -15px;
    width: 83%;
}

.service-system .service-system-ul li .text {
    margin-top: 25px;
    font-size: 14px;
    color: #314659;
    font-family: Source Han Sans CN;
}

.service-system .service-system-ul li {
    display: inline-block;
    cursor: pointer;
    padding: 0 45px;
    text-align: center;
    border-right: 1px solid #e9e9e9;
    margin-top: 30px;
}

.service-system .service-system-ul li .image-div {
    height: 30px;
}

.flip {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transition: 1s;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    -moz-transition: 1s;
}

.flip:hover {
    transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -webkit-transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -ms-transform: translateZ(30px) rotateY(360deg) scale(1.1);
    -moz-transform: translateZ(30px) rotateY(360deg) scale(1.1);
}

.title-bar img {
    max-width: 85%;
}

#mu-counter {
    text-align: center;
    margin-top: 5%;
}

.counter-value {
    font-size: 60px;
    color: #333333;
    letter-spacing: -3px;
}

.mu-counter-name {
    color: #999999;
    font-size: 18px;
}

.Upper {
    position: absolute;
    right: 0;
    top: 0;
    color: #333333;
    font-size: 30px;
}

.su-row {
    clear: both;
    zoom: 1;
    margin-top: 20px;
    /*background-color: white;*/
}

.su-column-size-1-2 {
    width: 48%;
}

@media only screen and (max-width: 768px) {
    .su-column {
        width: 100% !important;
        margin: 0 0 1.5em 0 !important;
        float: none !important;
    }
}

.su-row .su-column {
    margin: 0 0 0 2%;
}

.su-column {
    display: block;
    margin: 0 4% 0 0;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[class*="su-column"] + [class*="su-column"]:last-child {
    float: right;
}

.su-column-inner {
    text-align: left;
    margin-top: 20px;
}

.su-column-inner p:nth-of-type(1) {
    font-size: 36px;
}

.su-column-inner p:nth-of-type(2) {
    font-size: 18px;
}

.su-column-inner p:nth-of-type(3) {
    font-size: 18px;
}

.su-column-inner p:nth-of-type(4) span {
    color: #999;
    padding-right: 50px;
}

/*.title {*/
/*    font-weight: bold;*/
/*    font-size: 30px;*/
/*    color: #333333;*/
/*    text-align: center;*/
/*    margin: 9% 0 31px 0;*/
/*}*/

.thread {
    width: 198px;
    height: 5px;
    margin: auto;
    text-align: center;
}

.mu-from-blog-content {
    display: inline;
    float: left;
    margin-top: 10px;
    width: 100%;
}

.mu-blog-item {
    /*display: inline;*/
    width: 100%;
    overflow: hidden;
    text-align: left;
}

#mu-from-blog {
    padding: 100px 0;
    display: inline;
    width: 100%;
}

.Countdown {
    padding: 4% 0px 0px 10%;
}

.mu-blog-item a img {
    cursor: pointer;
    transition: all 0.6s;
}

.mu-blog-item a img:hover {
    transform: scale(1.15);
}

.countdown {
    background-color: #3ab0f3;
    height: 8em;
}

.blete-section-header h2 {
    color: #333333;
}

/*.blete-section-header h2:hover{*/
/*color: #90caf9;*/
/*}*/
.cooperate-partner {
    text-align: center;
}

.cooperate-partner img {
    padding: 5px;
}

.partner {
    cursor: pointer;
    transition: all 0.6s;
}

.partner:hover {
    transform: scale(1.05);
}

.mu-from-blog-content .row .col-md-4 {
    margin-bottom: 25px;
}

#btn1 {
    border-radius: 30px;
    background-color: yellow;
    color: #3ab0f3;
    font-size: 16px;
    padding: 9px 30px;
    border: 0px solid;
    margin-left: 20px;
}

.trasparent_nav {
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

/*!*最大宽度为897px*!*/
/*@media screen  and (min-width:768px) {*/

/*}*/
/*最大宽度为897px*/
@media screen  and (min-width: 1200px) {
    .recruit {
        padding-left: 250px;
    }

    .Journalism {
        margin-bottom: 65px;
    }

    .curriculum .blog-item {
        /*padding: 10px 0px 0px 42px;*/
        font-size: 16px;
        color: #888;
        text-align: left
    }

    .group article span {
        font-size: 15px;
    }

    .curriculum div img {
        width: 14%;
        padding-bottom: 8px;
    }

    .curriculum p {
        font-size: 24px;
        text-align: left;
    }

    .su-column-inner .aa {
        font-size: 40px;
    }

    .su-column-inner .bb {
        font-size: 16px;
    }

    .su-column-inner .focusMenu {
        font-size: 36px;
    }

    .su-column-inner div {
        font-size: 24px;
        font-family: Source Han Sans CN;
    }

    .title h1 {
        font-size: 26px;
    }

    .ul-1 {
        font-size: 24px;
    }

    .columns-i ul .col-md-3 a span {
        font-size: 17px;
    }

    .Related {
        width: 40%;
    }

    .owl-wrapper-outer {
        width: 33%;
    }

    #rowtop .col-md-12 ul li a {
        color: black;
        font-size: 25px;
    }

    #rowtop .col-md-12 ul {
        display: inline-block;
        text-align: left;
        width: 720px;
    }

    .deviation {
        margin: 0 0 2% 10%;
        background-color: #000c22;
    }

    .navbar-nav {
        float: right !important;
    }

    .pdussd .text {
        text-align: center;
        font-size: 13px;
    }
}

/*最大宽度为897px*/
@media screen  and (min-width: 992px) {
    .blete-section-header h2 {
        font-size: 26px;
    }

    .font-a {
        font-size: 26px;
        font-weight: bold;
    }

    #cx #cx1 {
        padding: 18px 20px 0 5px;
    }

    #zcxzx input {
        height: 35px;
        width: 185px;
    }

    #zcxzx select {
        height: 35px;
        width: 185px;
    }

    .ul-li-a-1 {
        padding: 55px;
    }

    .ul-li-1 {
        font-size: 16px;
    }

    .ul-li1-1 {
        padding: 40px 0 0 160px;
    }

    .deviation {
        margin: 0 0 2% 10%;
        background-color: #000c22;
    }
}

/*最大宽度为897px*/
@media screen  and (max-width: 768px) {
    .pdussd .text {
        text-align: left;
        font-size: 15px;
    }

    .Journalism {
        margin-bottom: 25%;
    }

    .education .curriculum {
        padding-bottom: 160px;
    }

    .curriculum .blog-item {
        padding: 10px 0px 0px 27px;
        font-size: 18px;
        color: #888;
        text-align: left
    }

    .group article span {
        font-size: 12px;
    }

    .curriculum p {
        font-size: 20px;
    }

    .curriculum div img {
        width: 9%;
        padding-bottom: 8px;
    }

    .blete-section-header h2 {
        font-size: 18px;
    }

    .font-a {
        font-size: 12px;
        font-weight: bold;
    }

    .su-column-inner .aa {
        font-size: 20px;
    }

    .su-column-inner .bb {
        font-size: 12px;
    }

    #cx #cx1 {
        margin: 0 75px 0 17px;
    }

    #zcxzx input {
        height: 20px;
        width: 115px;
    }

    #zcxzx select {
        height: 20px;
        width: 115px;
    }

    .su-column-inner .focusMenu {
        font-size: 16px;
    }

    .su-column-inner div {
        font-size: 14px;
        font-family: Source Han Sans CN;
    }

    .title h1 {
        font-size: 18px;
    }

    .ul-1 {
        font-size: 18px;
    }

    .columns-i ul .col-md-3 a span {
        font-size: 12px;
    }

    .Summary img {
        max-width: 100%;
    }

    .ul-li-a-1 {
        padding: 10px;
    }

    .ul-li-a-1 span {
        font-size: 10px;
    }

    .ul-li-1 {
        font-size: 12px;
    }

    .ul-li1-1 {
        padding: 50px 0 0 160px;
    }

    .Related {
        width: 100%;
    }

    .owl-wrapper-outer {
        width: 100%;
    }

    #rowtop .col-md-12 ul li a {
        color: black;
        font-size: 16px;
    }

    #rowtop .col-md-12 ul {
        display: inline-block;
        text-align: left;
        width: 323px;
    }

    .deviation {
        margin-bottom: 2%;
        margin-left: 2%;
        background-color: #000c22;
    }

    .demi {
        margin-top: 120px;
    }

    .navbar-nav {
        float: right !important;
    }
}

.course__time .countdown__num {
    padding: 1px 2px;
    font-size: 12px;
    color: #3ab0f3;
    background: white;
    border-radius: 2px;
}

.course__time .countdown__unit {
    color: white;
}

.box {
    width: 116px;
    height: 60px;
    /*border: 2px solid black;*/
    text-align: center;
    font-size: 17px;
    line-height: 60px;
    font-family: Source Han Sans CN;
    background-color: #90caf9;
    cursor: pointer;
}

.box span {
    display: inline-block;
    color: red;
}

.box span:nth-child(odd) {
    transform: translateY(-100%);
}

.box span:nth-child(even) {
    transform: translateY(100%);
}

.box span::before {
    content: attr(data-text);
    position: absolute;
    color: #ffffff;
}

.box span:nth-child(odd)::before {
    transform: translateY(100%);
}

.box span:nth-child(even)::before {
    transform: translateY(-100%);
}

.box:hover span {
    transform: translateY(0);
}

.box span {
    transition: 0.5s;
}

.box {
    overflow: hidden;
}

.blete-section-header h2 {
    text-align: center;
    background-image: -webkit-linear-gradient(left, #90caf9, #333333 25%, #90caf9 50%, #333333 75%, #90caf9);
    /*-webkit-text-fill-color: transparent;*/
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s infinite linear;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}


@-webkit-keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
}

.dsankds {
    position: absolute;
    -webkit-animation-name: fadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    -webkit-animation-direction: alternate;
}

.service-system .service-system-ul li .official-image-div {
    height: 75px;
}

.blete-main-menus {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    width: 100%;
    /*padding: 10px 0 10px !important;*/
    margin-bottom: 0;
    z-index: 10;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-backface-visibility: hidden;
}

/*.blete-main-menus .navbar-nav li a:hover, .blete-main-menus .navbar-nav li.active a {*/
/*color: #90caf9;*/
/*}*/
.blete-main-menus .navbar-nav li a {
    color: #333333;
    /*font-weight: bold;*/
}

.blete-main-menus .navbar-nav {
    float: right;
    padding: 20px 0;
}

.columns-i {
    margin: 50px 0px 0px 0px;
}

.ul-1 {
    float: left;
    font-family: Source Han Sans CN;
    color: red;
    /*font-size: 25px;*/
}

.ul-2 {
    float: left;
}

.columns-i ul .col-md-3 a span {
    border-radius: 5px;
    /*font-size: 16px;*/
    padding: 8px 17px;
}

.ul-2 a span {
    /*border: solid 2px #ffffff;*/
    color: #fff;
    background-color: #00b3ee;
}

.ul-3 a span {
    border: solid 2px #00b3ee;
    color: #00b3ee;
    background-color: #fff;
}

.course {
    -webkit-box-shadow: 0 2px 3px rgba(78, 140, 238, 0.35);
    -ms-box-shadow: 0 2px 3px #cfcfcf;
    margin-top: 20px;
}

.course div {
    width: 100%;
    height: 100px;
    background-color: white;
    /*margin-top: 3%;*/
    padding-top: 2%;
}

.course div ul li {
    font-size: 21px;
    float: left;
}

.ul-li-2 {
    padding: 0 0 0 160px;
    text-decoration: line-through;
    font-family: Source Han Sans CN
}

.ul-li-3 {
    padding: 0 0 0 160px;
    font-family: Source Han Sans CN;
    font-size: 20px;
    color: red
}

.ul-li-a-1 span {
    border-radius: 5px;
    padding: 1px 24px;
    border: solid 2px #90caf9;
    color: #90caf9;
}

.nav li span {
    cursor: pointer;
}

.enlist {
    margin-left: 20px;
}

.drop {
    display: none;
    margin-left: 25px;
}

.drop p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    color: #888888;
    cursor: pointer;
}

.enlist li {
    line-height: 2.5;
    background-color: #f5f5f5;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    cursor: pointer;
}

#nav-menu ul li a:hover {
    color: #3ab0f3;
    display: block;
}

#nav-menu ul li {
    /*width:127px; height:45px;*/
    list-style: none; /*去掉圆点*/
    float: left; /*水平显示*/
    color: white; /* #fff */
    font-size: 18px;
    font-family: Source Han Sans CN;
    text-align: center;
    line-height: 45px; /* 行高跟 高度一致时，竖直居中*/
    width: 130px;
}

#nav-menu ul li a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    text-decoration: none;
    border-radius: 10px;
    padding: 5px 8px;
    width: 130px;
}

.menubox {
    position: absolute;
    right: -35px;
    top: 30px;
    width: 180px;
    /*height: 220px;*/
    z-index: 999;
    background-color: #3b99fcb3;
    text-align: left;
    border-radius: 10px;
    padding: 10px;
}

#nav-menu ul li ul li {
    border: none;
    border-top: 1px solid #989898;
    background: rgba(10, 5, 5, 0.45); /*颜色透明度 */
    border-radius: 10px;

}

#nav-menu ul li ul {
    display: none; /*不显示*/
}

#nav-menu ul li ul li:hover {
    background: rgba(10, 5, 5, 0.8); /*颜色透明度 */
    border-radius: 10px;
}

#nav-menu ul li:hover ul {
    display: block;
    -webkit-animation: roll 1s ease; /*roll 旋转名称，1s旋转效果 */
}

.Pulldown {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    padding: 0 0 0 20px;
}

#rowtop .col-md-12 {
    margin-bottom: 80px;
}

#rowtop .col-md-12 img {
    max-width: 12%;
    margin-top: -90px;
}

.Culture span {
    color: #888888;
    font-size: 18px;
    font-family: Source Han Sans CN;
}

.Culture div {
    background-color: white;
    margin-top: 12px;
    padding-top: 40px;
    margin-bottom: 36px;
}

.offset {
    background-color: #000c22;
    margin: 0 0 2% 2%;
}

.circular {
    border-radius: 50%;
    font-size: 24px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    background: #3ab0f3;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-family: Source Han Sans CN;
}

.trends a {
    font-size: 18px;
    width: 140px;
    height: 40px;
    line-height: 45px;
    display: inline-block;
    text-decoration: none;
    border-radius: 35px;
    text-align: center;
}

#information p {
    font-size: 18px;
    background-color: #eee;
    padding: 10px 10px 40px 10px;
}

#industry p {
    font-size: 18px;
    background-color: #eee;
    padding: 10px 10px 40px 10px;
}

.mu-blog-item img {
    cursor: pointer;
    transition: all 0.6s;
}

.mu-blog-item img:hover {
    transform: scale(1.15);
}

.product {
    transition: all .3s;
}

.product:hover {
    background: rgba(255, 255, 255, .4);
    -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 24px rgba(0, 0, 0, .15);
    border-radius: 8px;
}

/*.first a:before{*/
/*text-transform: none;*/
/*position: absolute;*/
/*top: 50%;*/
/*right: 0;*/
/*margin-right: -10px;*/
/*margin-top: -11px;*/
/*content: "\e924";*/
/*font-size: 20px;*/
/*color: rgba(255,255,255,.5);*/
/*-webkit-transition: .3s all;*/
/*transition: .3s all;*/
/*}*/


/*css reset start*/
* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

/*css reset end*/

/*css public start*/
.floatfix {
    *zoom: 1;
}

.floatfix:after {
    content: "";
    display: table;
    clear: both;
}

/*css public end*/

/*slider start*/
.slider-contaner {
    width: 100%;
    position: relative;
}

.slider-item .slider-item {
    opacity: 0;
}

.slider-item {
    width: 100%;
    position: absolute;
    animation-timing-function: linear;
    animation-name: fade;
    animation-iteration-count: infinite;
    background-size: 100%;
}

.focus-container {
    position: absolute;
    z-index: 7;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.focus-container li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    background: #fff;
}

.focus-item {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    animation-timing-function: linear;
    animation-name: fade;
    animation-iteration-count: infinite;
}

.focus-item2, .focus-item3, .focus-item4, .focus-item5 {
    opacity: 0;
}

.focus-container ul {
    margin-left: 46%;
}

/*设置轮播焦点的位置*/
.focus-container {
    bottom: 2%;
}

/*设置当前图片焦点的颜色*/
.focus-item {
    background: #51B1D9;
}

/*设置动画，请根据实际需要修改秒数*/
.slider-item, .focus-item {
    animation-duration: 20s;
}

.slider-item1, .focus-item1 {
    animation-delay: -1s;
}

.slider-item2, .focus-item2 {
    animation-delay: 3s;
}

.slider-item3, .focus-item3 {
    animation-delay: 7s;
}

.slider-item4, .focus-item4 {
    animation-delay: 11s;
}

.slider-item5, .focus-item5 {
    animation-delay: 15s;
}

@keyframes fade {
    0% {
        opacity: 0;
        z-index: 2;
    }
    5% {
        opacity: 1;
        z-index: 1;
    }
    20% {
        opacity: 1;
        z-index: 1;
    }
    25% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 0;
        z-index: 0;
    }
}

/*设置背景，响应式请利用媒体查询根据断点修改路径*/
.slider-item1 {
    background-image: url(https://hnxx.oss-cn-shanghai.aliyuncs.com/official/home/beijing.jpg);
}

.slider-item2 {
    background-image: url(https://hnxx.oss-cn-shanghai.aliyuncs.com/official/home/beijing1.jpg);
}

.slider-item3 {
    background-image: url(https://hnxx.oss-cn-shanghai.aliyuncs.com/official/home/shanghai.jpg);
}

.slider-item4 {
    background-image: url(https://hnxx.oss-cn-shanghai.aliyuncs.com/official/home/guangzhou.jpg);
}

.slider-item5 {
    background-image: url(https://hnxx.oss-cn-shanghai.aliyuncs.com/official/home/shenzhen.jpg);
}

/*设置图片的高度，请根据具体需要修改百分比，响应式及时修改此值*/
.slider, .slider-item {
    padding-bottom: 45%;
}

.more {
    text-align: center;
    margin-bottom: 2%;
}

.more a span {
    margin-right: 25px;
    border: solid 2px #3ab0f3;
    color: #3ab0f3;
    border-radius: 33px;
    padding: 7px 100px;
    font-size: 18px;
}

.curriculum p {
    font-family: Source Han Sans CN;
    /*font-weight: 600;*/
}

.curriculum div {
    color: #999;
    font-family: Source Han Sans CN;
    font-size: 16px;
    text-align: left;
}

.Catalog .core a {
    color: white;
    background: #3ab0f3;
    font-size: 24px;
    width: 160px;
    height: 45px;
    line-height: 42px;
    display: inline-block;
    text-decoration: none;
    border-radius: 35px;
    text-align: center;
    border: 1px solid #3ab0f3;
}

.Catalog .core {
    text-align: right;
}

.Catalog .experience {
    text-align: left;
}

.Catalog .experience a {
    color: #00b3ee;
    font-size: 24px;
    width: 160px;
    height: 45px;
    line-height: 42px;
    display: inline-block;
    text-decoration: none;
    border-radius: 35px;
    text-align: center;
    border: 1px solid #00b3ee;
}

.light {
    position: relative;
    text-align: center;
    transform: translate3d(0, 0, 0);

}

.light-inner {
    padding: 35px 30px 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    transition: background 0.35s;
    backface-visibility: hidden;
    width: 263px;
    margin-left: 15px;
}

.light-inner:before, .light-inner:after {
    display: block;
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    border: 1px solid #fff;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
}

.light-inner:before {
    border-left: 0;
    border-right: 0;
    transform: scaleX(0, 1);
}

.light-inner:after {
    border-top: 0;
    border-bottom: 0;
    transform: scaleY(1, 0);
}

.light:hover .light-inner {
    /*background: #458fd2*/
    background: rgba(135, 206, 250, 0.5);
}

.light:hover .light-inner:before, .light:hover .light-inner:after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.light-inner p {
    transition: opacity .35s, transform 0.35s;
    transform: translate3d(0, 20px, 0);
    color: #fff;
    opacity: 0;
    line-height: 20px;
}

.light:hover .light-inner p {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.group {
    padding: 10px 0 0 0;
}

.group .one {
    /*text-align: left;*/
}

.group .two {
    text-align: right;
}

.group article span {
    border: solid 1px #00b3ee;
    padding: 7px 17px;
    border-radius: 7px;
    font-size: 18px;
}

.group .one span {
    color: white;
    background-color: #00b3ee;
}

.fik-on {
    text-align: left;
}

.group .two span {
    color: #00b3ee;
}

.group .one span:hover {
    color: #00b3ee;
    background-color: white;
}

.group .two span:hover {
    color: white;
    background-color: #00b3ee;
}

.Journalism {
    width: 100%;
    height: 0;
    border-bottom: #888888 1px dashed;
}

.Journalism p {
    font-size: 20px;
    padding-top: 20px;
    width: 750px;
    /*display: inline*/
}

.Journalism span {
    margin-left: 4%;
}

.Journalism p .consult {
    font-size: 13px;
    color: #fff;
    padding: 0 5px 0px 5px;
}

.dynamic a {
    color: #333;
    font-family: Source Han Sans CN;
}

.dynamic a:hover {
    color: #3ab0f3;
    font-family: Source Han Sans CN;
}

.icon-qq {

    position: absolute;
    left: 0;
    z-index: 5;

    background-image: url(../images/qq.png); /*引入图片图片*/

    background-repeat: no-repeat; /*设置图片不重复*/

    background-position: 0px 0px; /*图片显示的位置*/

    width: 40px; /*设置图片显示的宽*/

    height: 42px; /*图片显示的高*/

    margin: 5px 0 0 20px;
}

#QQ {
    padding-left: 45px;
}

.icon-phone {

    position: absolute;
    left: 0;
    z-index: 5;

    background-image: url(../images/手机.png); /*引入图片图片*/

    background-repeat: no-repeat; /*设置图片不重复*/

    background-position: 0px 0px; /*图片显示的位置*/

    width: 40px; /*设置图片显示的宽*/

    height: 42px; /*图片显示的高*/

    margin: 5px 0 0 20px;
}

#telephone {
    padding-left: 45px;
}

.recruit div {
    padding: 20px 30px 40px 30px;
    background-color: #00133D;
    text-align: center;
}

/*.main {*/
/*    position: relative;*/
/*    background: url(https://hnxx.oss-cn-shanghai.aliyuncs.com/official/home/teacherbg.png);*/
/*    !*overflow-x: hidden;*!*/
/*    width: 100%;*/
/*    height: 802px;*/
/*    margin: 0 auto;*/
/*}*/

.unit {
    position: relative;
    background: url(../images/bt_javaoffer.png);
    /*overflow-x: hidden;*/
    width: 100%;
    height: 1000px;
    margin: 0 auto;
}


/*右侧悬浮菜单*/
.slide {
    width: 80px;
    height: 250px;
    position: fixed;
    top: 100%;
    margin-top: -170px;
    /*background: #00b3ee;*/
    right: 0;
    border-radius: 5px 0 0 5px;
    z-index: 999;
}

.slide ul {
    list-style: none;
}

.slide .icon li {
    width: 74px;
    height: 75px;
    /*background: url(../images/icon.png) no-repeat;*/
}

.slide .icon .up {
    background-position: -330px -120px;
}

.slide .icon li.tel {
    background-color: white;
}

.slide .icon li.wx {
    background-color: white;
}

.slide .icon li.down {
    background-position: -330px -160px;
}

.slide .info {
    top: 50%;
    height: 147px;
    position: absolute;
    right: 100%;
    /*background: #00b3ee;*/
    width: 0px;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 4px 0 0 4px;
}

.slide .info.hover {
    width: 145px;
}

.slide .info li {
    width: 155px;
    color: white;
    text-align: center;
}

.slide .info li p {
    font-size: 1.1em;
    line-height: 2em;
    padding: 15px;
    text-align: left;
}

.slide .info li.qq p a {
    display: block;
    margin-top: 12px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 5px;
}

.slide .info li.qq p a:hover {
    color: white;
    background: #00b3ee;
}

.slide .info li div.img {
    height: 100%;
    background: white;
    margin: 15px;
}

.slide .info li div.img img {
    width: 100%;
    height: 100%;
}

/*自适应 当屏小于1050时隐藏*/
@media screen and (max-width: 1050px) {
    .slide {
        display: none;
    }

    #btn {
        display: none;
    }
}

.slide .info li.tel p a {
    display: block;
    margin-top: 5px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: white;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 5px;
}

.slide .icon li a .icon_s {
    display: block;
    background: url(../images/客服.png) no-repeat center top;
    margin: 7px auto 4px;
    width: 73px;
    height: 74px;
}

.slide .icon li.tel a .icon_s {
    background: url(../images/qq.png);
    width: 41px;
    height: 40px;
}

.slide .icon li.wx a .icon_s {
    background: url(../images/tmwy.jpg);
    width: 41px;
    height: 40px;
}

.mains p {
    color: #333;
    font-size: 14px;
    line-height: 2em;
}

.slide .icon li.top .btn:hover {
    cursor: pointer;
    background: #00b3ee;
    border-color: #00b3ee;
    color: #fff;
}

.slide .icon li.top .btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    outline: none
}


.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}


.slide .icon li.top img {
    margin-top: -2px;
    margin-left: 5px;
}

.strictly a span {
    font-size: 18px;
    vertical-align: middle;
    color: #333333;
}

.Initials {
    width: 71px;
    float: left
}

.Initials span {
    color: #666666;
    font-size: 86px;
    font-family: fantasy
}

.standing p {
    font-size: 18px;
    color: #333;
}

.buffer {
    margin-left: 50px;
    font-size: 24px
}

.Thickening {
    font-weight: bold;
}

.mains img {
    width: 100%;
}

.caption p {
    font-weight: bold;
    color: rgb(39, 141, 214);
    text-shadow: rgb(216, 216, 216) 2px 3px 0px;
    font-size: 25px;
    text-align: center;
}

.proper {
    font-size: 16px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 2em;
}

.proper span {
    font-family: Source Han Sans CN;
    font-size: 14px;
}

.dictionary {
    font-size: 16px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 2em;
    margin-bottom: 15px;
}

.fail {
    font-size: 16px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 2em;
    margin-top: 5px;
}

.fail span {
    color: rgb(136, 136, 136);
    font-family: Source Han Sans CN;
    font-size: 12px;
}

blockquote {
    box-sizing: border-box;
    margin-bottom: 1.2em;
    padding: 15px 15px 15px 1rem;
    color: rgb(129, 145, 152);
    border-left-width: 6px;
    border-left-color: #DCE6F0;
    font-size: 14px;
    line-height: 22px;
    background: rgb(242, 247, 251);
    text-align: start;
    white-space: normal;
    font-family: Source Han Sans CN;
}

.Discoloration {
    font-size: 18px;
    color: rgb(0, 128, 255);
}

h5 .Discoloration {
    font-size: 14px;
}

h2 .Discoloration {
    font-size: 16px;
}

pre {
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 6px;
    background: rgb(27, 25, 24);
    border-radius: 0px;
    overflow-y: hidden;
    font-size: 10px;
    line-height: 0px;
    font-family: Source Han Sans CN;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(226, 226, 226) !important;
}

pre code span {
    color: rgb(102, 102, 234);
    line-height: 20px;
    font-size: 13px !important;
    white-space: inherit !important;
}

code {
    box-sizing: border-box;
    margin-left: -20px;
    display: flex;
    overflow: initial;
    line-height: 12px;
    word-wrap: normal;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    font-size: 35px;
    font-family: inherit !important;
    white-space: pre !important;
}

.vice li a {
    font-size: 16px;
}

.Typeface {
    /*margin:10px 0px;*/
    color: #666;
    margin-bottom: 25px;
}

* {
    padding: 0px;
    margin: 0px;
}

.flash {
    width: 1200px;
    height: 535px;
    margin: 0px auto;
    position: relative;
}

.flash .play {
    width: 1200px;
    height: 535px;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.flash .play li {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.flash .play li img {
    float: left;
}

.button {
    position: absolute;
    bottom: 8px;
    left: 470px;
    list-style: none;
}

.button li {
    margin-left: 10px;
    float: left;
}

.button li div {
    width: 12px;
    height: 12px;
    background: #DDDDDD;
    border-radius: 6px;
    cursor: pointer;
}

.printed {
    cursor: pointer;
    border-radius: 30px;
    padding: 2% 6%;
    background-color: #ff8600;
    color: #fff;
    font-size: 18px
}

.written {
    font-size: 24px;
}

.calligraphy {
    font-size: 18px;
}

.machine p {
    color: #333;
}

.shy {
    color: #888;
    font-size: 18px;
}


@media only screen and (min-width: 1200px) {
    .mobile-inner-nav {
        display: none;
        opacity: 0.01;
    }
}

@media only screen and (max-width: 1200px) {
    .mobile-inner-header {
        /*background-color: rgba(0,0,0,0.7);*/
        width: 100%; /*导航栏宽度*/
        height: 50px; /*导航栏高度*/
        z-index: 9999;
        top: 0px;
        left: 0px;
        position: absolute;
    }

    .mobile-inner-header-icon {
        color: #ffffff;
        height: 50px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 50px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    .mobile-inner-header-icon:hover {
        background-color: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }

    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - -15px) / 2);
        width: 25px;
        height: 4px;
        background-color: #3ab0f3;
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(10px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-10px) rotate(0deg);
    }

    .mobile-inner-nav {
        background: rgba(135, 206, 250, 0.5);
        /*background-color: rgba(0,0,0,0.9);*/
        width: 100%;
        position: absolute;
        top: 50px; /*导航栏展开后上边距*/
        left: 0px;
        padding-top: 20px; /*导航栏展开后内容上边距*/
        padding-bottom: 50px; /*导航栏展开后内容下边距*/
        display: none;
        z-index: 9999;
        position: absolute;
        top: 70px;
    }

    .mobile-inner-nav a {
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        width: 80%;
        margin-left: 10%; /*导航栏展开后左边距*/
        color: #FFFFFF; /*导航栏展开后字体颜色*/
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 300;
    }

    .mobile-inner-nav a:hover {
        color: rgba(255, 255, 255, 0.4); /*导航栏展开后鼠标经过时字体颜色*/
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }

    .jianhua {
        margin: 10px 15px 15px 6%; /*左边logo处上下左右外边距*/
    }

    .jianhua a {
        color: #fff; /*左边logo链接颜色*/
        text-decoration: none; /*去掉下划线*/
        font-size: 130%; /*字体大小*/
    }

    .jianhua a:hover {
        color: #B3B3B3 /*左边logo字体鼠标经过颜色*/
    }

    .jianhuax-com {
        margin: 60px 0px; /*内容上边距，提示：要大于导航栏高度，不然会被导航栏遮住*/
    }
}

.effect {
    text-align: center;
    margin-bottom: 2%;
    margin-top: 3%;
}

.effect a span {
    margin-right: 25px;
    border: solid 2px #3ab0f3;
    border-radius: 6px;
    padding: 10px 65px;
    font-size: 18px;
    background-color: #3ab0f3;
    color: aliceblue;
}

.learning {
    margin-left: 85%;
    margin-bottom: 10px;
}

.learning a span {
    border: solid 2px #ddd;
    color: black;
    padding: 3px 4px;
    font-size: 15px;
}

.selected {
    background: url(../images/selected.png);
    position: absolute;
    width: 575px;
    height: 85px;
    z-index: 0;
    margin-top: -84px;
    margin-left: 33%;
}

#small ul li img {
    float: left;
    overflow: hidden;
    border: 2px solid #EFEDEE;
    cursor: pointer;
}

.counter-bg {
    margin-top: -56px;
    position: relative;
    z-index: 3;
}

.item-card {
    padding: 12px;
    /*text-align: left;*/
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 1px #ddd;
}

.item-card .area-title {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    width: 250px; /*要显示文字的宽度*/
    /*overflow: hidden; !*超出的部分隐藏起来。*!*/
    /*white-space: nowrap; !*不显示的地方用省略号...代替*!*/
    text-overflow: ellipsis; /* 支持 IE */
    cursor: default;
}

.item-card .area-content p {
    font-size: 15px;
    color: grey;
    cursor: default;
    width: 244px; /*要显示文字的宽度*/
    overflow: hidden; /*超出的部分隐藏起来。*/
    white-space: nowrap; /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis; /* 支持 IE */
}

.item-card .area-content {
    margin-bottom: 24px;
}

.area-article p .p-title {
    font-size: 15px;
    color: gray;
}

.area-article p .p-content {
    font-size: 16px;
    border: 1px solid #ddd;
    margin: 23px;
    border-radius: 30px;
    padding: 2px 10px 2px 10px;
}

.area-article p .p-content a {
    color: #333;
}

.area-article p .p-content a:hover {
    color: #00b3ee;
}

.area-article p .p-head {
    font-size: 21px;
    color: #00b3ee;
    font-weight: 600;
}

.area-article p .p-tail {
    text-align: right;
    margin-left: 125px;
    font-size: 14px;
    color: gray;
}

.boutique {
    margin-bottom: 50px;
}

.area-article p .Symbol {
    color: #ee0000;
}

.area-article p .p-color {
    font-size: 18px;
    color: #ee0000;
}

.area-article p .p-words {
    text-align: right;
    margin-left: 105px;
    font-size: 14px;
    color: gray;
}

.extrapolation {
    margin-bottom: 50px;
}

.extrapolation img {
    float: left;
    margin-right: 25px;
}

.extrapolation table {
    height: 122px;
    margin: 5px;
}

.extrapolation table .tr-title {
    text-align: left;
    width: 60%;
    font-size: 18px;
}

.extrapolation table .tr-words {
    text-align: left;
    width: 60%;
    font-size: 16px;
    color: gray;
}

.tr-words p {
    letter-spacing: 1px;
}

.tr-title td {
    line-height: 1.5;
}

.teachers___13rz_ {
    width: 1280px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

.teachersInfo___xHgvM {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 40px 0 0;
    margin-top: -20px;
    box-shadow: 1px 1px 5px 1px #90caf98c;
    height: 400px;
}

.teachers___13rz_ .teacherInfos___3ETvn {
    background-size: 100%;
    background-position-y: -20px;
    padding: 0 60px;
    margin-top: 24px;
    height: 600px;
}

.teachersInfo___xHgvM .teacherPics___1fU-F {
    cursor: pointer;
    border-radius: 5px;
}

.teachers___13rz_ .teacherInfos___3ETvn .teachersInfo___xHgvM .teacherDesc___1_Art {
    width: 410px;
    text-align: left;
    margin-top: 75px;
}

.teachers___13rz_ .teacherInfos___3ETvn .teachersInfo___xHgvM .teachersPic___n5v99 {
    width: 260px;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 140px;
}

.teachersInfo___xHgvM .teacherPics___1fU-F img {
    width: 80%;
    border-radius: 5px;
}

.teachers___13rz_ .teacherInfos___3ETvn .teachersInfo___xHgvM .teacherDesc___1_Art p:nth-of-type(1) {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.teachers___13rz_ .teacherInfos___3ETvn .teachersInfo___xHgvM .teacherDesc___1_Art p:nth-of-type(2) {
    font-size: 24px;
    color: #333333;
}

.teachers___13rz_ .teacherInfos___3ETvn .teachersInfo___xHgvM .teacherDesc___1_Art hr {
    width: 55px;
    height: 5px;
    background-color: #00b3ee;
}

.teachers___13rz_ .teacherInfos___3ETvn .teachersInfo___xHgvM .teacherDesc___1_Art p:nth-of-type(3) {
    color: gray;
    line-height: 1.8;
}

.teachersInfo___lb {
    margin: 50px 0 65px -35px;
}

.teachersInfo___lb a {
    color: #333333;
    padding: 10px;
    font-size: 22px;
    cursor: pointer;
    margin: 20px;
}

.teachersInfo___lb .active:hover {
    transition: all 0.5s linear;
    opacity: 1;
}

.teachersInfo___lb .active {
    padding-bottom: 7px;
    border-bottom: 5px solid #00b3ee;
    color: #00b3ee;
}

.div_cor {
    margin: 10px 0 20px 0px;
}


.teacherInfos___3ETvn .teachersInfo___xHgvM[data-v-687f6dfc] {
    display: none;
}

.teacherInfos___3ETvn .active[data-v-687f6dfc] {
    display: flex;
}

.examine {
    padding: 40px 0;
}

.examine span a {
    color: gray;
    font-size: 14px;
}

.examine span {
    border: 1px solid gray;
    padding: 3px 55px 3px 55px;
    border-radius: 15px;
}

.opacityNo___3uqQg {
    opacity: 1;
}

.opacityItem___1_v8o {
    opacity: 0.3;
}

.item-hite {
    padding: 12px;
    text-align: left;
}

.area-relevant {
    white-space: nowrap;
}

.area-relevant p {
    margin-right: 7px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 2px;
}

.area-relevant p .Symbol {
    color: red;
    font-size: 24px;
    margin: 0 43px 0 -25px;
}

.area-relevant p .p-words {
    border-radius: 5px;
    padding: 5px 25px;
    border: solid 1px #3ab0f3;
    color: #3ab0f3;
}

.item-hite .area-content {
    font-size: 16px;
    color: #999;
}

.item-hite .area-title {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    width: 250px; /*要显示文字的宽度*/
    overflow: hidden; /*超出的部分隐藏起来。*/
    white-space: nowrap; /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis; /* 支持 IE */
    cursor: pointer;
}

.col-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 19.333333%;
    max-width: 19.333333%;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}