﻿@charset "utf-8";

/* CSS Document */
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input {
    margin: 0;
    padding: 0;
}

fieldset,
img,
button,
input {
    border: none;
    outline-style: none;
}

ul,
ol,
dl {
    list-style: none;
}

input {
    font-family: "Microsoft YaHei";
}

input[required]:invalid,
input:focus:invalid,
textarea[required]:invalid,
textarea:focus:invalid {
    box-shadow: none;
}

img {
    vertical-align: top;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

i,
em {
    font-style: normal;
}

s,
del {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    min-width: 1100px;
    font-size: 12px;
    color: #888;
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
    /* -webkit-align-items: center;-ms-flex-align:center;align-items: enter;display:-webkit-flex;display: flex; */
}

/* .clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; } */
*html .clearfix {
    _height: 1%;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:hover {
    color: #1295D8;
}

/* html,body{height: 100%;margin:0;} */
/* 公用部分 */
p,
h5 {
    word-wrap: break-word;
}

/* 英文强制换行，以单词为依据 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.linec {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hide {
    display: none;
}

.module {
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    /* overflow: hidden; */
}

.content_v {
    width: 1000px;
    margin: 0 auto;
}

.mo_inner_z {
    position: relative;
    z-index: 5;
    width: 1000px;
    margin: 0 auto;
}




/* #1开始 */
.module1 {
    height: 603px !important;
    background-image: url(../images/banner-new-202008.png);
    overflow: hidden;
}

.module1_bg {
    background-image: url(../images/banner-new-202008.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    animation: rock_animate_fly 5s;
    -moz-animation: rock_animate_fly 5s;
    /* Firefox */
    -webkit-animation: rock_animate_fly 5s;
    /* Safari 和 Chrome */
    -o-animation: rock_animate_fly 5s;
    /* Opera */
    -ms-animation: rock_animate_fly 5s;
    width: 100%;
    height: 100%;
}

.module1 .img_box {
    text-align: left;
    margin-bottom: 50px;
}

.img_box1 {
    margin-top: 100px;
}

.img_box2 {
    margin-top: 20px;
}

@keyframes rock_animate_fly {
    from {
        -webkit-transform: translateX(40px);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes rock_animate_fly

/* Firefox */
    {
    from {
        -webkit-transform: translateX(40px);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes rock_animate_fly

/* Safari 和 Chrome */
    {
    from {
        -webkit-transform: translateX(40px);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

@-o-keyframes rock_animate_fly

/* Opera */
    {
    from {
        -webkit-transform: translateX(40px);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

@-ms-keyframes rock_animate_fly

/* Opera */
    {
    from {
        -webkit-transform: translateX(40px);
    }

    to {
        -webkit-transform: translateX(0);
    }
}








/* #1结束 */

/* #2开始 */
.module2 {
    padding-top: 20px;
    padding-bottom: 100px;
    background: #6ba3e0;
    box-sizing: border-box;
    display: none;
}

.module2 .tit {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -169px;
    top: 49px;
}

.img_cyf {
    position: absolute;
    left: 50%;
    margin-left: -168px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

.img_cyf1 {
    position: absolute;
    left: 50%;
    margin-left: 23px;
    top: 50%;
    margin-top: -103px;
    cursor: pointer;
}

.m2_inner {
    margin-top: 70px;
    opacity: 1;
}

.m2_inner div .box_cyf {
    width: 100%;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
}

.m2_inner div .box_cyf img {
    margin: 10px auto;
    display: block;
    cursor: pointer;
    transition: all 1s ease 0s;
}

.m2_inner div .box_cyf img:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.m2_tit {
    margin-bottom: 40px;
}

.m2_inner_div {
    width: 280px;
}

.m2_inner_div1 {
    width: 375px;
}

.m2_inner_div2 {
    width: 320px;
}

.box_cyf_cont {
    width: auto;
}

.box_cyf_cont1 {
    width: 317px;
}

.box_cyf_cont .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}

.box_cyf_cont .title span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #5582de;
    display: block;
    text-align: center;
    line-height: 40px;
    float: left;
}

.box_cyf_cont .title h3 {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    font-weight: 700;
}

.box_cyf_cont p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: justify;
    opacity: 0.8;
}

/* #2结束 */


/*课程设置 */
.module3 {
    padding: 100px 0 100px;
    background: #fff;
    overflow: hidden;
}

.setting ul li {
    padding: 38px;
    box-sizing: border-box;
    width: 240px;
    float: left;
    height: 460px;
    background: #edf2fc;
    margin-right: 13px;
    margin-right: 10px\9;
    display: inline;
}

.setting ul li:nth-child(4) {
    margin-right: 0;
}

.setting ul li h3 {
    line-height: 24px;
    font-weight: 700;
    margin: 0 auto 25px;
    padding-top: 32px;
    margin-top: 20p;
    text-align: center;
    background: #5380dd;
    font-size: 18px;
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid #bdcff2;
    box-sizing: border-box;
}

.setting ul li p {
    text-align: justify;
    font-size: 16px;
    color: #8d9bb7;
    line-height: 30px;
}

.setting ul {
    overflow: hidden;
}


.setting .kc_p {
    margin: 20px 0;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #bdcff2;
    color: #537ed7;
    font-size: 18px;
}

/* 课程设置 */
/* 师资力量开始 */
.module5 {
    padding: 80px 0 100px;
    background: #eef2f4;
}

.module5 .content_v {
    display: none;
}

.module5 .content_v h3 {
    font-size: 30px;
    color: #ff8a00;
    margin-bottom: 20px;
}

.module5 .content_v .p_div1 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.module5 .content_v .p_div2 {
    font-size: 18px;
    color: #666;
    line-height: 36px;
}

.module5 img.img1 {
    margin: 70px 0;
    display: none;
}

.kc_img11 {
    margin: 0 60px 0 64px;
}

.module5 .img1 {
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
}

/*.module5 .img1:hover  {transform:scale(1.2); -webkit-transform:scale(1.2);-moz-transform:scale(1.2);}
*/



/* 师资力量结束 */
/* #8开始 */
.module8 {
    overflow: hidden;
    padding-bottom: 101px;
    padding-top: 70px;
    height: 521px;
    box-sizing: border-box;
}

.introduction {
    position: absolute;
    left: 0px;
}

.content_v_8 {
    position: relative;
}

.introduction .introduction_l {
    width: 445px;
    margin-left: 69px;
}

.skillBox1 {
    animation: skillM1 3s;
    -webkit-animation: skillM1 3s;
    -moz-animation: skillM1 3s;
    -ms-animation: skillM1 3s;
    -o-animation: skillM1 3s;
}

@-webkit-keyframes skillM1 {
    from {
        left: -500px;
        opacity: 0;

    }

    to {
        left: 0px;
        opacity: 1;

    }
}

@-moz-keyframes skillM1 {
    from {
        left: -500px;

    }

    to {
        left: 0px;

    }
}

@-ms-keyframes skillM1 {
    from {
        left: -500px;

    }

    to {
        left: 0px;

    }
}

@-o-keyframes skillM1 {
    from {
        left: -500px;

    }

    to {
        left: 0px;

    }
}

.introduction .introduction_r {
    width: 486px;
}

.introduction .introduction_r p {
    text-indent: 2em;
    color: #888;
    font-size: 16px;
    line-height: 36px;
}

.introduction .introduction_r p a {
    color: #afc7e2;
}

.introduction .introduction_r p a:hover {
    color: #5380dd;
}

.margint10 {
    margin-top: 10px !important;
}

.content_v .m2_tit {
    margin: 0 0 44px;
    display: block;
}

.over_hide {
    overflow: hidden;
}

.en_pic.current {
    animation: boxMove 3s infinite alternate;
    -webkit-animation: boxMove 3s infinite alternate;
    -moz-animation: boxMove 3s infinite alternate;
    -ms-animation: boxMove 3s infinite alternate;
    -o-animation: boxMove 3s infinite alternate;
}

/* 放大 */
@-webkit-keyframes boxMove {
    from {
        transform: scale(1);

    }

    to {
        transform: scale(1.2);
    }
}

@-moz-keyframes boxMove {
    from {
        transform: scale(1);

    }

    to {
        transform: scale(1.2);
    }
}

@-ms-keyframes boxMove {
    from {
        transform: scale(1);

    }

    to {
        transform: scale(1.2);
    }
}

@-o-keyframes boxMove {
    from {
        transform: scale(1);

    }

    to {
        transform: scale(1.2);
    }
}

/* 放大 */






/* #8结束 */
/* #10结束 */
.module10 {
    z-index: 100;
    height: 791px;
    padding: 50px 0;
    background-image: url(../images/m10.jpg);
    box-sizing: border-box;
}

.m10_tit {
    margin-bottom: 70px;
}















/* #10结束 */
.mis-slide {
    opacity: 0.8;
}

.mis-slide.mis-current {
    opacity: 1;
}

.rb {
    color: #af1b40;
    font-size: 24px;
}

.yf {
    color: #eac9a2;
}

.wf {
    font-size: 24px;
}



/* 导航 */

.nav {
    width: 100%;
    height: 60px;
    background: #6ca4e1;
    z-index: 100000;
}

.nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block !important;
}

.nav .navbox {
    width: 1000px;
    margin: 0 auto;
}

.nav ul li {
    float: left;
}

.nav ul li.current,
.nav ul li:hover a {
    background: #3472b6;
}

.nav ul li a {
    display: block;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}

.navnone {
    width: 100%;
    height: 60px;
    display: none;
}

.module4 .m2_tit4 {
    display: none;
    margin-left: 52px;
}



.header {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 619px;
    min-width: 1000px;
    background-size: cover;
}

.header_top {
    height: 70px;
    margin: 0 auto;
    width: 1000px;
}

.header_top .logo {
    float: left;
    margin-top: 20px;
}

.header_top_r {
    color: #fff;
    float: right;
    font-size: 14px;
    margin-top: 25px;
    margin-right: 15px;
}

.header_top_r a {
    color: #fff;
    margin: 0 5px;
}

.red_font {
    color: #ab2945;
}






/*荣誉成果  开始*/
.section_2 {
    background: url(../images/hill.png) no-repeat center bottom;
    height: 640px;
    overflow: hidden;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.honor {
    float: left;
    margin-right: 35px;
}

.honor h4 {
    font-size: 24px;
    padding-bottom: 6px;
    font-weight: 700;
}

.honor p {
    /* margin-left: 63px; */
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.honor span {
    display: inline-block;
    margin-left: 32px;
}

.honor span img {
    display: inline-block;
}

.honor_1 {
    margin-left: 65px;
    margin-top: 310px;
}

.honor_2 {
    margin-top: 193px;
    margin-left: -83px;
}

.honor_3 {
    margin-top: 332px;
    margin-left: -160px;
}

.honor_4 {
    margin-top: 161px;
    margin-left: -100px;
}

.honor_5 {
    margin-top: 329px;
    margin-left: -157px;
}

.honor_6 {
    margin-top: 137px;
    margin-left: -57px;
}

.honor_7 {
    margin-top: 297px;
    margin-left: -75px;
}

.honor_8 {
    margin-top: 149px;
    margin-left: -60px;
}

.honor_9 {
    margin-top: -200px;
    margin-left: 21px;
}

.honor_10 {
    margin-top: -426px;
    margin-left: 830px;
}

.honor_11 {
    margin-top: -414px;
    margin-left: 953px;
}

.honor span {
    margin-top: 15px;
}

.honor_1 .div_box {
    width: 90px;
    margin-left: -3px;
}

.honor_2 .div_box {
    width: 160px;
    margin-left: 51px;
}

.honor_3 .div_box {
    width: 115px;
    margin-left: 33px;
}

.honor_4 .div_box {
    width: 140px;
    margin-left: 51px;
}

.honor_5 .div_box {
    width: 140px;
    margin-left: 51px;
}

.honor_6 .div_box {
    width: 140px;
    margin-left: -22px;
}

.honor_7 .div_box {
    width: 98px;
    margin-left: 7px;
}

.honor_8 .div_box {
    width: 138px;
    margin-left: -1px;
}

.honor_9 .div_box {
    width: 114px;
    margin-left: -10px;
}

.honor_10 .div_box {
    width: 114px;
    margin-left: 9px;
}

.honor_11 .div_box {
    width: 114px;
    margin-left: 9px;
}


.honor_1 h4 {
    color: #5380dd;
}

.honor_2 h4 {
    color: #ff6889;
}

.honor_3 h4 {
    color: #97d1ed;
}

.honor_4 h4 {
    color: #85e4ef;
}

.honor_5 h4 {
    color: #b5bef2;
}

.honor_6 h4 {
    color: #717cbc;
}

.honor_7 h4 {
    color: #5380dd;
}

.honor_8 h4 {
    color: #a865ac;
}

.honor_9 h4 {
    color: #f96a5e;
}

.honor_10 h4 {
    color: #97d1ed;
}

.honor_11 h4 {
    color: #97d1ed;
}



.honor_1 span {
    margin-top: 15px;
    /* margin-left:89px; */
}

.honor_2 span {
    margin-left: 72px;
}

.honor_3 span {
    margin-left: 65px;
}

.honor_4 span {
    margin-left: 89px;
}

.honor_5 span {
    margin-left: 98px;
}


.honor_tit {
    position: relative;
    left: 0;
    top: 80px;
}

.honor {
    filter: alpha(opacity=10);
    -moz-opacity: 0;
    opacity: 0;
}







/*荣誉成果  结束*/







/*项目流程  开始*/
.Project_flow {
    padding: 80px 0 200px;
    overflow: hidden;
}

.Project_box {
    margin-top: 10px;
    margin-left: 69px;
}

.Project_box li {
    cursor: default;
    position: relative;
    padding: 20px 15px;
    margin-right: 15px;
    box-sizing: border-box;
    color: #fff;
    float: left;
    background: #5380dd;
    height: 200px;
    font-size: 16px;
    line-height: 26px;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.Project_box li:nth-child(5) {
    margin-left: 87px;
}

.Project_box li:nth-child(6) {
    margin-right: 10px;
    margin-left: 5px;
}

.Project_box li:nth-child(7) {
    margin-right: 13px;
}

.Project_box li .bt-detail {
    line-height: 21px;
    font-size: 15px;
    position: absolute;
    right: -30px;
    right: 0px\9;
    width: 306px;
    background: #86a9ed;
    color: #fff;
    padding: 15px;
    display: none;
    webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    webkit-writing-mode: lr-tb\9;
    -moz-writing-mode: lr-tb\9;
    -ms-writing-mode: lr-tb\9;
    writing-mode: lr-tb\9;
    top: 220px;
}

.Project_box li .bt-detail em {
    display: block;
    position: absolute;
    top: -13px;
    width: 17px;
    height: 13px;
    background: url(../images/trig.png) no-repeat;
    right: 15px;
}


.Project_box li .bt-detail p {
    webkit-writing-mode: lr-tb;
    -moz-writing-mode: lr-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
}

@-moz-document url-prefix() {
    .Project_box li .bt-detail {
        right: 0px;
    }
}

/*项目流程  结束*/



/*联系我们 开始*/

.box11 {
    padding-top: 105px;
    background: #77ace5;
    width: 100%;
    height: 473px;
    box-sizing: border-box;
}

.ewm-box p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.contant_r {
    background: #d9eafb;
    width: 166px;
    height: 196px;
    font-size: 14px;
}

.contant_r p {
    color: #959595;
    padding: 50px 0;
    box-sizing: border-box;
}

.links-text {
    background: url(../images/bg11.png) no-repeat right bottom;
    padding-right: 90px;
}

.ewm-box {
    margin-top: 78px;
    margin-right: 60px;
}

.contact_div span {
    display: inline-block;
    width: 86px;
}

.contact_div a:hover {
    text-decoration: underline;
}

/* 盒子11开始 */
.content11 {
    position: relative;
}

.links-text {
    margin-top: -10px;
}


.div_neirong {
    text-align: center;
    line-height: 28px;
}


.mis-stage .mis-slide.mis-current li img {
    border: 3px solid #fff;
}

.sector_list ul li:nth-child(5) em {
    width: 60px;
    position: absolute;
    left: -7px;
    top: 35px;
}

.sector_list ul li:nth-child(5) i {
    position: absolute;
    left: -27px;
    top: 19px;
}

/*联系我们  结束*/


/*返回顶部*/
.float-btn {
    position: fixed;
    right: 50px;
    z-index: 800;
    bottom: 100px;
    display: none;
}

#backTop {
    width: 54px;
    height: 54px;
    display: block;
    background: #6ba3e0 url(../images/top.png) no-repeat center;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#backTop:hover {
    background-color: #3472b6;
}


/*焦点图*/
.bannerWarp {
    width: 100%;
    overflow: hidden;
}

.banner {
    width: 100% !important;
    height: 500px;
    *position: relative
}

.xm_banner {
    width: 934px;
    margin: 0 auto;
    height: 500px;
    position: relative;
}

.xm_banner ul.xm_ba {
    width: 99999px;
    margin-left: -1000px;
}

.xm_banner ul.xm_ba li img {
    width: 934px;
    height: 500px;
}

.xm_banner ul.xm_ba li {
    float: left;
    width: 934px;
    height: 500px;
    position: relative;
}

.ml-tit font {
    font-size: 22px;
    color: #002872;
    position: absolute;
    left: 50%;
    top: 15px;
}

.xm_banner_l,
.xm_banner_r {
    position: absolute;
    top: 0;
    width: 934px;
    top: 0;
    height: 500px;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.xm_banner_l {
    left: -934px;
}

.xm_banner_r {
    left: 934px;
}

.banner_nav {
    position: absolute;
    width: 204px;
    top: 40px;
    right: 70px;
}

.banner_nav p {
    color: #e6e6e6;
    font-size: 12px;
    width: 193px;
    padding-left: 10px;
    box-shadow: inset 0 3px 4px #4e4e4e
}

.banner_nav p.b_n_1 {
    background: #0099ff;
}

.banner_nav p.b_n_2 {
    background: #d18338;
}

.banner_nav p.b_n_3 {
    background: #396eb4;
}

.banner_nav p.b_n_4 {
    background: #538f52;
}

.banner_nav p.b_n_5 {
    background: #222246;
}

.banner_nav p.b_n_6 {
    background: #96c2e9;
}

.banner_nav li img {
    width: 203px;
    height: 203px;
}

.banner_nav li {
    height: 20px;
    overflow: hidden;
    cursor: pointer;
}

.banner_nav li.hover {
    height: 203px;
}

.banner_nav li.hover p {
    margin-top: -20px;
}

.banner:hover .xm_prve,
.banner:hover .xm_next {
    display: block;
}

.xm_prve,
.xm_next {
    display: none;
    width: 30px;
    height: 55px;
    position: absolute;
    padding: 158px 0;
    top: 81px;
}

.xm_prve {
    left: -23px;
}

.xm_next {
    right: -40px;
}

/*焦点图结束*/




/*footer start*/

.footer {
    padding: 20px 0;
    background: #2a2a2a;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    min-width: 1010px;
}

.footerBox {
    width: 1010px;
    margin: 0 auto;
}

.footerBox .floatL {
    width: 270px;
    padding: 30px 0 0;
}

.footerBox p {
    text-align: center;
    width: 600px;
    float: left;
    font-size: 12px;
}

.footerBox .floatR {
    width: 130px;
}

.footerBox .footer a {
    color: #fff;
    font-size: 12px;
}

.footerBox .footer p {
    margin-left: 40px;
    text-align: left;
}









@media screen and (max-width: 1100px) {

    .problem,
    .problem img.img04 {
        display: block;
    }
}

#xmlc .cont {
    position: relative;
}

#xmlc .mark {
    position: absolute;
    width: 52px;
    height: 25px;
    text-align: center;
    background: url(../images/xmlc-y-bg.png);
    background-size: 100% 100%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
    top: -20px;
}

#xmlc .left {
    width: 416px;
    position: relative;
    box-sizing: border-box;
    padding-left: 98px;
}

#xmlc .right {
    position: relative;
    padding-left: 100px;
}

#xmlc .item {
    opacity: 0;
}

#xmlc .item img {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    transition: all 0.5s;
}

#xmlc .item .top {
    color: #333333;
    font-size: 18px;
    text-align: center;
}

#xmlc .item .top span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #9090cd;
    margin: 15px 0;
}

#xmlc .item .top .on {
    background: #e96356;
}

#xmlc .item .bottom {
    padding: 20px 16px;
    position: relative;
    background: #5380dd;
    color: #FFFFFE;
    font-size: 16px;
    height: 200px;
}

#xmlc .item .bottom div {
    padding: 0 3px;
    width: 16px;
}

#xmlc .item .bottom:hover {
    background: #cb9357;
    color: #333333;
}

#xmlc .item .bottom:hover img {
    top: -9px;
    opacity: 1;
    transition: all 0.5s;
}