@CHARSET "UTF-8";
/* 轮播图部分样式 */
.slideshow {
    position: relative;
    height: 500px;
    width: 100%;
}

.slideshow ul li a{
    width: 100%;
    height: 500px;
    position: relative;
    display: block;
    cursor: default;
}

.slideshow .cur-img {
    /* display:list-item; */

}

/* display:none; */
.slideshow li {
    list-style: none;
    display: block;
}

.slideshow .in {
    display: block;
}

.banner-dots {
    bottom: 25px;
    left: 0;
    padding-right: 50px;
    position: absolute;
    right: 0;
    text-align: right;
}

.banner-dots div {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #006aee;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    transition: transform 0.2s ease 0s;
    width: 10px;
}

.banner-dots .operate-selected {
    background-color: #006aee;
}

.banner-anchor {
    background-repeat: no-repeat;
    margin-top: -50px;
    overflow: hidden;
    text-indent: -90em;
}

.prev {
    background-image: url("../../image/pre.png");
    background-position: center center;
    height: 80px;
    left: 0;
    position: absolute;
    top: 50%;
    /* transform: rotate(180deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2); */
    width: 40px;
}

.next {
    background-image: url("../../image/next.png");
    background-position: center center;
    height: 80px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
}

.prev:hover, .next:hover {
    background-color: rgba(7, 17, 27, 0.5);
    background-color: rgb(7, 17, 27) \0;
    filter: alpha(opacity=50) \0;
}
.body-bg{
    background: #fff;
}

.home-exercise-bg {width: 100%; background: #fff;}
.home-exercise-bg .home-exercise {width: 1000px; margin: 0 auto;}
.home-exercise-bg .home-exercise .home-exercise-block {position: relative; float: left; width: 470px; margin: 50px auto;}
.home-exercise-bg .home-exercise .home-exercise-block a{float: left; width: 165px; margin-bottom: 20px; padding: 0 15px; height: 60px; background: #f6f6f6; color: #424242; font-size: 16px; text-align: center; line-height: 60px;}
.home-exercise-bg .home-exercise .home-exercise-block a:nth-child(odd){text-align: left; margin-right: 80px;}
.home-exercise-bg .home-exercise .home-exercise-block a:nth-child(even){text-align: right;}
.home-exercise-bg .home-exercise .home-exercise-block a:hover{color: #006aee;}
.practice-circle{position: relative; width: 200px; height: 200px; background-color: #fff; left: 135px; top: 10px; border-radius: 50%;}
.practice-circle .inner-circle{position: absolute; width: 180px; height: 180px; margin: 10px; border-radius: 50%; background: url("/Public/image/icon/practice-circle.png") no-repeat center;font-size: 18px; color: #fff; line-height: 180px; text-align: center; cursor: pointer;}

.order-icon {padding: 20px; margin-right: 10px; background: url("/Public/image/icon/order-icon.png") no-repeat center;  background-size: 35px 35px;}
.random-icon {padding: 20px; margin-right: 10px; background: url("/Public/image/icon/random-icon.png") no-repeat center; background-size: 35px 35px; }
.chapter-icon {padding: 20px; margin-right: 10px; background: url("/Public/image/icon/chapter-icon.png") no-repeat center; background-size: 35px 35px;}
.collect-icon {padding: 20px; margin-right: 10px; background: url("/Public/image/icon/collect-icon.png") no-repeat center; background-size: 35px 35px; }
.difficulty-icon {padding: 20px; margin-right: 10px; background: url("/Public/image/icon/difficulty-icon.png") no-repeat center; background-size: 35px 40px; }
.knowledge-icon {padding: 20px; margin-right: 10px; background: url("/Public/image/icon/knowledge-icon.png") no-repeat center; background-size: 35px 35px; }

.home-exercise-bg .home-exercise .home-exercise-block .home-exercise-right{
    float: left;
    width: 345px;
    height: 216px;
    margin-left: 5px;
    background: #f6f6f6;
}

.home-exercise-bg .home-exercise .home-exercise-block .home-exercise-right a{
    display: block;
    width: 200px;
    height: 60px;
    margin: 70px auto 0;
    background: #006aee;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.home-exercise-bg .home-exercise .home-exercise-block .home-exercise-right span{
    display: block;
    font-size: 14px;
    text-align: center;
    color: #b1b1b1;
}

.test-arrow-icon {
    padding: 20px;
    background: url("/Public/image/icon/white-arrow.png") no-repeat center;
    background-size: 25px 25px;
}

.study-step {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
}

.study-step .step-img{
    width: 1200px;
    margin: 0 auto;
    height: 1535px;
}
.study-step .study-title{
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    background: #fff;
}

.study-step .study-title .study-title-line{
    float: left;
    width: 330px;
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.study-step .study-title .study-title-text{
    float: left;
    width: 340px;
    height: 60px;
}

.study-step .study-title .study-title-text h5{
    height: 40px;
    font-size: 38px;
    line-height: 40px;
    color: #4a4a4a;
    text-align: center;
}

.study-step .study-title .study-title-text span{
    display: block;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    text-align: center;
}

.study-step .step {
    width: 570px;
    height: 280px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.study-step .step ul {
    margin: 0 20px;
    float: left;
    width: 150px;
    height: 100px;
}

.study-step .step ul img {
    width: 150px;
    height: 150px;
}

.study-step .step ul p {
    font-size: 18px;
    color: #dbdbdb;
    height: 100px;
}

.home-title{
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    background: #fff;
}

.home-title .home-title-line{
    float: left;
    width: 400px;
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.home-title .home-title-text{
    float: left;
    width: 200px;
    height: 60px;
}

.home-title .home-title-text h5{
    height: 40px;
    font-size: 38px;
    line-height: 40px;
    color: #4a4a4a;
    text-align: center;
}

.home-title .home-title-text span{
    display: block;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    text-align: center;
}

.exam-skill-bg {
    width: 1000px;
    height: 540px;
    background: #fff;
    margin: 0 auto;
}

.exam-skill-bg .exam-skill-block {
    float: left;
    margin: 0 auto;
    width: 480px;
    height: 500px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.exam-skill-bg .exam-skill-block {
    margin: 0 auto;
    width: 480px;
    height: 462px;
    margin-top: 50px;
    background: #fff;
}

.home-margin-36{
    margin-left: 36px !important;
}

.exam-skill-bg .exam-skill-block .subject-type {
    width: 480px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
    background: #006aee;
    color: #fff;
}

.exam-skill-bg .exam-skill-block .exam-skill-type{
    width: 480px;
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.exam-skill-bg .exam-skill-block .exam-skill-type span{
    float: left;
    width: 80px;
    height: 38px;
    margin: 10px -70px 0 130px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.exam-skill-bg .exam-skill-block .exam-skill-type span:hover{
    color: #006aee;
    border-bottom: 2px solid #006aee;
}

.exam-skill-bg .exam-skill-block .exam-skill-type .have-select{
    color: #006aee;
    border-bottom: 2px solid #006aee;
}

.exam-skill-bg .exam-skill-block .exam-skill-list {
    display: none;
    width: 480px;
    height: 400px;
}

.exam-skill-bg .exam-skill-block .exam-skill-list a {
    display: block;
    width: 420px;
    height: 40px;
    border-bottom: 1px dashed #e8e8e8;
    color: #b8b8b8;
    line-height: 40px;
    font-size: 14px;
    margin: 0 30px;
}

.exam-skill-bg .exam-skill-block .exam-skill-list a:hover {
    color: #0067d8;
}

.exam-skill-bg .exam-skill-block .exam-skill-list a span.title {
    float: left;
    width: 325px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exam-skill-bg .exam-skill-block .exam-skill-list a span.time {
    width: 80px;
}

.exam-skill-bg .exam-skill-block .exam-skill-list a.more-exam-skill {
    float: right;
    width: 80px;
    border-bottom: 0px dashed #e8e8e8;
    text-align: right;
}

.down-block {
    width: 100%;
    height: 350px;
    background: #f6f6f6;
    margin: 0 auto;
    padding-top: 30px;
}

.down-block h5 {
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 38px;
    color: #4a4a4a;
}

.down-block .down-link {
    width: 670px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.down-block .down-link a {
    margin: 0 10px;
    float: left;
    width: 200px;
    height: 200px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.down-block .down-link .down-ios {
    width: 20px;
    height: 20px;
    padding: 20px;
    background: url('/Public/image/down-ios.png') no-repeat center;
    text-align: center;
    margin: auto;
    margin-top: 60px;
}

.down-block .down-link .down-android {
    width: 20px;
    height: 20px;
    padding: 20px;
    background: url('/Public/image/down-android.png') no-repeat center;
    text-align: center;
    margin: auto;
    margin-top: 60px;
}

.down-block .down-link .down-QR-code {
    padding: 70px;
    background: url('/Public/image/android-QR-code.png?20180126') no-repeat center;
    background-size: 100px 100px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}

.down-block .down-link a:hover .down-android {
    padding: 50px;
    background: url('/Public/image/android-QR-code.png?20180126') no-repeat center;
    background-size: 100px 100px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}

.down-block .down-link a:hover .down-ios {
    padding: 50px;
    background: url('/Public/image/android-QR-code.png?20180126') no-repeat center;
    background-size: 100px 100px;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}

.down-block .down-link .down-link-hover:hover span {
    display: none;
}

.down-block .down-link a span {
    font-size: 16px;
    color: #dbdbdb;
    height: 100px;
}

.down-block .down-link .down-link-hover:hover {
    background: #006aee;
    font-size:0;
}

.about-block {
    width: 100%;
    height: 250px;
    background: #2b2b2b;
    text-align: center;
    padding-top: 50px;
}

.about-block .about-link {
    width: 180px;
    height: 30px;
    margin: 0 auto;
}

.about-block .about-link a {
    float: left;
    width: 60px;
    color: #585858;
}

.about-block .about-link span {
    float: left;
    width: 60px;
    color: #585858;
}

.about-block .about-link a:hover {
    color: #006aee;
}

.about-block .copyright {
    width: 510px;
    height: 100px;
    margin: 0 auto;
}

.about-block .copyright p {
    width: 500px;
    margin: 5px auto;
    color: #a6a6a6;
}

.bottom-login-block-bg {
    background: #333333;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 130px;
}
.bottom-login-block {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}

.bottom-login-block .car {
    float: left;
    height: 130px;
    width: 300px;
    background: url("/Public/image/bottom-car.png") no-repeat center;
    background-size: 190px 100px;
}

.bottom-login-block .text {
    float: left;
    height: 130px;
    width: 490px;
    background: url("/Public/image/bottom-text.png?001") no-repeat center;
    background-size: 410px 110px;
}

.bottom-login-block .button {
    float: left;
    height: 130px;
    width: 280px;
    background: url("/Public/image/bottom-button.png") no-repeat center;
    background-size: 210px 70px;
}

.bottom-login-block .close {
    float: left;
    height: 130px;
    width: 50px;
    background: url("/Public/image/bottom-close.png") no-repeat center;
    background-size: 50px 50px;
    margin-top: -25px;
}

