@charset "utf-8";

body {
    position: relative;
    background: #fdfdfd url(../images/bg.jpg) no-repeat center top;
}

/*simple image play*/
.simple-image-play {
    position: relative;
    overflow: hidden;
    width: 504px;
}
.image-play-inner {
    position: relative;
    left: 0;
    top: 0;
}
.image-play-dots:after, .image-play-inner:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}
.image-play-inner a {
    position: relative;
    float: left;
    display: block;
    width: 530px;
    border: none;
    overflow: hidden;
}
.image-play-inner a .img-title {
    display: block;
    position: absolute;
    bottom: 0;
    padding-left: 24px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.image-play-inner a .img-title span {
    display: block;
    width: 17em;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.image-play-inner img {
    display: block;
    width: 505px;
    height: 340px;
}
.image-play-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
}
.image-play-dot {
    display: block;
    float: left;
}
.image-play-dot a {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.image-play-dot {
    position: relative;
    width: 172px;
    height: 89px;
}
.image-play-dot img {
    width: 98%;
    height: 98%;
}
.image-play-dots .dot-actived a {
    background-color: #000;
}
.image-play-dots .dot-actived img {
    position: absolute;
    width: 99%;
    height: 99%;
    top: -1%;
    left: -1%;
}
.image-play-next, .image-play-prev {
    position: absolute;
    top: 25%;
}
.image-play-next {
    left: 0;
    z-index: 1;
}
.image-play-prev {
    right: 0;
    z-index: 1;
}
.image-play-dots-wrapper {
    position: relative;
    height: 100px;
}
.bg {

    /* margin:0 auto; */
    background: url(../images/bg.png)  no-repeat;
}
.bg-top {
    height: 618px;
    background-position: center 0;
}
.bg-bottom {
    position: absolute;
    top: -230px;
    width: 100%;
    height: 692px;
    background-position: center -618px;
}
.page-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 388px;
    background-color: #daebff;
}
.section-title {
    height: 43px;
    background: url(../images/section-title.jpg) no-repeat 0 0;
}
.section-title i {
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 8px;
}
.section-title span {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.section-body {
    padding: 8px 12px;
    padding-bottom: 14px;
}
.section2 .section-body {
    padding-bottom: 0;
}
.tab {
    display: block;
    background-color: #FFF;
}
.tab-header {
    margin: 0 auto;
}
.tab-header li {
    width: 120px;
    height: 100%;
}
.tab-header li:first-child {
    margin-left: 0;
}
.tab-header .actived {
    position: relative;
    background: #ccc;
}
.tab-header a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    color: #333;
}
.tab-content {
    display: none;
    padding: 10px;
}
.tab-content-wrapper .actived {
    display: block;
    background: #ccc;
}

/*¶þÎ¬Âëtransform¶¯»­*/

@keyframes likeit {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(1.12);
        -webkit-transform: scale(1.12);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes likeit {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(1.12);
        -webkit-transform: scale(1.12);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.crdh-list {
    overflow: hidden;
}
.crdh-list li {
    width: 227px;
    margin-right: 8px;
}
.crdh-list .sp {
    background-color: #fff;
}
.crdh-list li a, .crdh-list li img {
    display: block;
}
.crdh-list .qr {
    width: 173px;
    margin: 0 auto;
}
.crdh-list li .dl-btn {
    margin: 0 auto;
    text-indent: -9999px;
    background: url(../images/dl-btn.png)  no-repeat;
    
}
.crdh-list li .dl-btn:hover{
    -webkit-animation: likeit 1s ease-in-out 0s normal;
    animation: likeit 1s ease-in-out 0s normal;
}
.crdh-list li .dl-link-apple {
    height: 55px;
    width: 174px;
    margin-bottom: 5px;
    background-position: 0 0;
}
.crdh-list li .dl-link-android {
    height: 55px;
    width: 175px;
    margin-bottom: 4px;
    background-position: 0 -55px;
}
.tab1 {
    height: 412px;
}
.tab1 .tab-header li {
    width: 24%;
    height: 46px;
    padding-left: 1%;
}
.tab1 .tab-header li a {
    top: 10px;
    text-align: left;
    width: auto;
}
.tab1 .tab-header li i {
    margin-right: 12px;
}
.tab1 .tab-header li .sp {
    background-position: -88px -4px;
}
.tab1 .tab-header li span {
    font-size: 30px;
    font-weight: bold;
}
.tab1 .tab-header .actived {
    position: relative;
    background: none;
}
.tab1 .tab-header .actived a {
    display: inline-block;
    height: auto;
    border-bottom: 6px solid #1d89d1;
    padding-bottom: 8px;
    z-index: 1;
}
.tab1 .tab-content-wrapper .actived {
    position: relative;
    background-color: #fff;
    padding: 0;
    padding-top: 25px;
}
.section2 .col-wrapper {
    position: relative;
    padding-left: 410px;
}
.role {
    position: absolute;
}
.tab1-item1 .role {
    left: 24px;
    top: -20px;
}
.tab1-item2 .role {
    left: 18px;
    top: -8px;
}
.tab1-item3 .role {
    left: -69px;
    top: 5px;
}
.tab1-item4 .role {
    left: 50px;
    top: 4px;
}


.info-title {
    font-size: 30px;
    font-weight: bold;
    color: #1d89d1;
    background: url(../images/info-title-underline1.png) no-repeat left 42px;
}

.info-block {

    /* width: 294px; */
}

.info-block p {
    font-size: 14px;
    color: #333;
}

.info-block ul {
    position: relative;
}

.info-block li:first-child {
    margin-left: 0px;
}

.info-block img {
}

.info-block a {
    color: #333;
}

.star-bar {
}
.star-bar i {
}

.info1, .info2 {
    position: relative;
}

.info1 {
    width: 330px;
    height: 341px;
    border-right: 1px solid #97aebb;
    z-index: 1;
    overflow: hidden;
}
.info-mpdw {
    height: 104px;
    margin-top: 2px;
}
.info-mpdw p {
    margin-top: 4px;
}
.info-zhzs {
    height: 128px;
}
.info-zhzs span {
    width: 138px;
    line-height: 24px;
    font-size: 14px;
}
.info-mpjd {
    width: 294px;
}
.info-mpjd .info-title {
    margin-bottom: 4px;
}
.info-zhzs .info-title {
    margin-bottom: 4px;
}


.info2 {
    width: 360px;
    padding-left: 23px;
}
.info-zdjn {
    position: relative;
    height: 104px;
}
.info-zdjn ul, .info-bdjn ul, .info-mpjn ul {
    top: 10px;
    left: 10px;
}
.info-zdjn li, .info-bdjn li, .info-mpjn li {
    width: 41px;
    margin-left: 5px;
}
.info-zdjn ul {
    left: 1px;
    width: 370px;
}
.info-bdjn {
    margin-right: 58px;
    height: 116px;
}
.info-bdjn .info-title {
    background: url(../images/info-title-underline2.png) no-repeat left bottom;
}
.info-mpgl {
    position: relative;
}
.info-mpgl ul {
    width: 410px;
    padding-top: 2px;
}
.info-mpgl li {
    position: relative;
    line-height: 22px;
}
.info-mpgl li a {
    width: 17em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-mpgl li span {
    position: absolute;
    right: 30px;
}
.info-mpgl .more {
    position: absolute;
    background-color: #c9d0d7;
    top: 11px;
    right: 165px;
    width: 82px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #4c6279;
}
.section3 .section-body {
    padding-top: 0;
    padding-bottom: 0;
}
.tab2 {
    padding-left: 26px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.tab2 .tab-header {
    width: 262px;
    border: 1px solid #1d89d1;
}
.tab2 .tab-header li {
    position: relative;
    width: 100%;
    height: 102px;
    background-color: #d2d8dd;
}
.tab2 .tab-header .actived {
    background-color: #1d89d1;
}
.tab2 .tab-header .actived a {
    color: #fff;
}
.tab2 .tab-header li a {
    font-size: 30px;
    line-height: 102px;
}
.tab2 .tab-header li a:hover {
    position: absolute;
    height: 100px;
    border-top: 1px solid #1d89d1;
    border-bottom: 1px solid #fff;
    z-index: 1;
}
.tab2 .tab-content-wrapper {
    width: 878px;
    height: 408px;
}
.tab2 .tab-content {
    height: 410px;
    background-color: #1d89d1;
}
.tab2 .tab-content-wrapper .actived {

    /* background-color: #fff; */
    padding: 0;
    margin-left: 2px;
}
.level-list {
}
.level-list ul {
}
.level-list ul li {
    width: 218px;
    height: 203px;
    background-color: #fff;
    margin-right: 1px;
    margin-top: 1px;
}
.level-list ul li a {
    position: relative;
}
.level-list ul li a:hover {
    background-color: #c0ced6;
}
.level-list ul li img {
    width: auto;
    height: auto;
    top: 50px;
    left: 73px;
}
.level-list ul li span {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 30px;
    color: #333;
    text-align: center;
}
.section4 .section-body {
    padding-top: 0;
    padding-bottom: 0;
}
.section4 .col-wrapper {
    background-color: #fff;
}
.section4 .col1 {
    width: 504px;
    height: 460px;
    padding-top: 24px;
    padding-left: 26px;
}
.section4 .col2 {
    height: 435px;
    margin-top: 30px;
    margin-left: 16px;
    border-left: 1px solid #1d89d1;
}
.tab3 {
    position: relative;
    width: 615px;
    margin-left: 10px;
}
.tab3 .tab-header {
    border-bottom: 2px solid #1d89d1;
}
.tab3 .tab-header li {
    width: 142px;
    height: 39px;
}
.tab3 .tab-header .actived {
    background-color: #1d89d1;
}
.tab3 .tab-header li a {
    font-size: 30px;
    line-height: 41px;
}
.tab3 .tab-header .actived a {
    color: #fff;
}
.tab3 .tab-content-wrapper .actived {
    background-color: #fff;
}
.tab3 .more {
    position: absolute;
    background-color: #c9d0d7;
    top: 11px;
    right: 0px;
    width: 82px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #4c6279;
}
.gl-list {
}
.gl-list li {
    position: relative;
    height: 39px;
    line-height: 30px;
}
.gl-list li i {
    margin-right: 10px;
}
.gl-list li a {
    width: 17em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #1d89d1;
}
.gl-list li a:hover {
    color: #169bd5;
    text-decoration: underline;
}
.gl-list li span {
    position: absolute;
    font-size: 18px;
    right: 10px;
}
.section5 .section-body {
    padding-top: 0;
    padding-bottom: 0;
}
.accordion-wrapper {
    padding-top: 24px;
    padding-left: 24px;
    height: 382px;
}
.accordion1 {
    width: 1151px;
    height: 363px;
    background-color: #fff;
    border: 1px solid #1d89d1;
}
.acd-body {

    /* width: 100%; */
    height: 100%;
}
.accordion1 .title {
    position: relative;
    width: 76px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #1d89d1;
    border-top: none;
}
.accordion1 .title span {
    display: block;
    width: 1em;
    margin-top: 140px;
    margin-left: 22px;
    line-height: 1.2em;
    font-size: 30px;
    font-weight: bold;
    color: #1d89d1;
}
.acd-title-num {
    overflow: hidden;
}
.acd-title-num .num {
    position: absolute;
    top: 4px;
    width: 100%;
    font-size: 52px;
    color: #1d89d1;
    text-align: center;
}
.acd-title-num i {
    position: absolute;
    display: block;
    top: 32px;
    width: 77px;
    height: 72px;
    background: url(../images/acd-icon2.png) no-repeat 0 0;
}
.acd-title-tri {
    display: none;
    position: absolute;
    right: -18px;
    top: 164px;
}
.accordion1 .actived .title {
    background-color: #1d89d1;
}
.accordion1 .actived .title span {
    color: #fff;
}
.accordion1 .actived .acd-title-num .num {
    color: #fff;
}
.accordion1 .actived .acd-title-num i {
    background: url(../images/acd-icon1.png) no-repeat 0 0;
}
.accordion1 .actived .acd-title-tri {
    display: block;
}
.accordion1 .content {
    padding-top: 14px;
    padding-left: 16px;
    width: 744px;
    height: 348px;
    overflow: hidden;
}
.acd-content-header {
    position: relative;
}
.acd-content-header h4 {
    display: block;
    width: 760px;
    font-size: 18px;
    color: #1d89d1;
}
.acd-content-header .more {
    position: absolute;
    background-color: #c9d0d7;
    top: 0;
    right: 22px;
    width: 82px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #4c6279;
}
.acd-content-body {
    width: 744px;
}
.acd-content-body p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}
.acd-content-body img {
    display: block;
    margin: 0 auto;
}
.section6 .section-body {
    padding-top: 0;
}
.tool-list {
    width: 1143px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 186px;
}
.tool-list-wrapper {
    background-color: #fff;
}

/* skill tips */
.tip {
    display: none;
    position: fixed;
    width: 185px;
    height: 146px;
    padding: 10px;
    border: 1px solid #577b91;
    background: #fff;
    z-index: 999;
}
.tip h4 {
    font-size: 16px;
    color: #4c6279;
}
.tip p {
    font-size: 12px;
    color: #333;
}
.tip span {
    font-size: 12px;
    color: #ff2b2b;
}