@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
select,
textarea,
button {
    vertical-align: middle;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

body {
    background: #fff;
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 14px;
    line-height: 1;
    font-family: "微软雅黑", "黑体", "宋体";
    color: #333333;
}

a {
    color: #333333;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal;
}

mark {
    background: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

img {
    vertical-align: top;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.img_box {
    display: block;
    overflow: hidden;
}

.img_box img {
    display: block;
    width: 100%;
}

.avatar {
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    background: #ddd;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.avatar img {
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    margin: auto;
}

/*颜色样式*/
.color_gray {
    color: #999999;
}

.color_orange {
    color: #ff8913;
}

.color_blue {
    color: #007ac2;
}

.renew_btn {
    display: inline-block;
    background: #FBD74F;
    font-size: 16px;
    border-radius: 35px;
    line-height: 35px;
    padding: 0 25px;
}

.renew_btn:hover {
    background: #FACA0C;
}

.font_smalll {
    font-size: 12px;
}

.font_big {
    font-size: 16px;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f2f2f2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    *zoom: 1;
    border: none;
    border: 1px solid #ddd;
}

.btn:hover {
    filter: alpha(opacity=90);
    opacity: .9;
}

.select_box {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #ddd;
    padding-right: 15px;
    width: 150px;
    vertical-align: middle;
}

.select_box ins {
    text-decoration: none;
}

.select_box:after {
    content: "";
    border: 5px solid #fff;
    border-top: 5px solid #ddd;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 5px;
    top: 15px;
}

.select_box select {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 175px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    width: 100%;
}

#page_top {
    background-color: #222;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}

.top-nav {
    float: left;
    margin-left: 10px;
    overflow: hidden;
    height: 30px;
}

.top-nav li {
    float: left;
}

.top-nav li a {
    display: inline-block;
    color: #ccc;
    padding: 0 8px;
}

.login-info {
    float: right;
    margin-right: 40px;
}

.login-info a {
    display: inline-block;
    color: #fff;
    padding: 0 8px;
}

.top a:hover {
    color: #CCC;
    text-decoration: none;
    background-color: #6F6F6F;
}

#page_footer {
    color: #999999;
    text-align: center;
    padding: 20px 0;
    line-height: 25px;
    font-size: 12px;
    margin-top: 30px;
}

#page_footer li {
    display: inline;
}

#page_footer li:after {
    content: "|";
    padding: 0 5px;
}

#page_footer li:last-child:after {
    content: "";
}

#page_footer a {
    color: #999999;
}

#page_footer a:hover {
    text-decoration: underline;
    color: #333333;
}

#page_banner {
    background-repeat: no-repeat;
    background-position: top center;
    height: 300px;
}

/*活动描述*/
#description {
    padding: 50px 0;
    font-size: 16px;
}

#description blockquote {
    line-height: 30px;
}

#description ul {
    width: 916px;
    margin: 0 auto;
    padding: 30px 0;
}

#description li {
    float: left;
    text-align: center;
}

#description .item {
    padding: 30px;
    width: 170px;
    height: 90px;
    color: #007ac2;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #ddd;
}

#description .item img {
    margin-bottom: 20px;
}

#description img {
    width: 75px;
}

#description .hover {
    display: none;
}

#description .arrow {
    width: 110px;
}

#description .arrow img {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    width: 40px;
    height: 40px;
    margin: 50px 0;
}

#description .item:hover {
    background: #007ac2;
}

#description .item:hover a {
    color: #fff;
}

#description .item:hover img {
    display: none;
}

#description .item:hover .hover {
    display: inline;
}

/*首页公用模块*/
.index_module {
    display: block;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.index_module_title {
    display: block;
    padding: 40px 0;
    font-weight: normal;
    color: #007ac2;
    font-size: 18px;
}

/*任务一：观看视频*/
.jq_video_btn .play-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

#step_1 ul {
    margin-right: -10px;
}

#step_1 li {
    display: block;
    float: left;
    width: 580px;
    margin: 0 40px 3px 0;
    height: 326px;
    overflow: hidden;
    position: relative;
}

#step_1 li h3 {
    font-size: 16px;
    font-weight: 700;
}

#step_1 li p {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 4px;
}

#step_1 .mr0 {
    margin-right: 0px;
}

#step_1 span {
    display: none;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 18px;
}

#step_1 p {
    display: block;
    margin-bottom: 15px;
}

#step_1 li:hover span {
    display: block;
}

#step_1 .btn-play {
    background-color: #007ac2;
    border-color: #007ac2;
    color: #fff;
}

/*任务二*/
#step_2 {
    width: 1000px;
}

#step_2 ul {
    margin-right: -32px;
}

#step_2 li {
    float: left;
    margin: 0 18px 18px 0;
    border: 1px solid #ff8913;
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 240px;
}

#step_2 span {
    display: none;
    position: absolute;
    padding: 20px 15px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

#step_2 p {
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}

#step_2 p strong {
    display: block;
    margin-bottom: 1em;
    font-size: 14px;
}

#step_2 .btn-down {
    background: #007ac2;
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
    border-color: #007ac2;
}

#step_2 li:hover span {
    display: block;
}

/*任务三*/
#step_3 a {
    color: #007ac2;
}

#step_3 a:hover {
    text-decoration: underline;
}

#step_3 center {
    display: block;
    border-radius: 3px;
    line-height: 40px;
    background: #e6f2f9;
    font-size: 16px;
}

/*抽奖区域*/
#prize_area {
    padding: 40px 0;
}

/*抽奖弹窗样式*/
.lotter_alert {
    /*抽奖机会用完*/
    /*中奖了*/
}

.lotter_alert.not_winning {
    width: 305px;
}

.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.layui-layer {
    padding: 30px;
    background: #fff;
}

.lotter_alert .layui-layer-title {
    display: none;
}

.lotter_alert .layui-layer-content {
    text-align: center;
}

.lotter_alert .layui-layer-content i {
    display: block;
    color: #C77701;
    font-size: 40px;
    font-style: normal;
    padding: 20px 0;
}

.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.lotter_alert .layui-layer-content span {
    color: #999;
}

.lotter_alert.no_chance {
    width: 305px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 20px;
}

.lotter_alert.no_chance .btns {
    display: block;
    padding: 20px 0;
}

.lotter_alert.no_chance .btn {
    color: #000;
    border: none;
    width: 85px;
    margin: 0 3px;
    background: #FFC20E;
}

.lotter_alert.no_chance .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.winner {
    width: 305px;
}

.lotter_alert.winner big b {
    color: #ff0000;
}

.lotter_alert.winner img {
    display: block;
    margin: 10px auto;
    width: 100px;
}

.lotter_alert.winner span {
    line-height: 20px;
}

.lotter_alert.winner .layui-layer-content {
    overflow: hidden;
}

#prilist {
    float: left;
    width: 672px;
    margin-right: 30px;
}

#prilist li {
    display: block;
    background: #e6f2f9;
    float: left;
    margin: 0 20px 20px 0;
    width: 208px;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #999999;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    background: #007ac2;
    color: #fff;
}

#prilist img {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}

#prilist #begin_btn {
    padding: 0;
    height: 115px;
    line-height: 115px;
    font-size: 20px;
    color: #fff;
    background: #007ac2;
    cursor: pointer;
}

#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: left;
    width: 390px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding: 20px 30px;
    background: #e6f2f9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #007ac2;
    margin-bottom: 20px;
}

#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips {
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    display: block;
}

#jq_marquee_box {
    margin-top: 20px;
    height: 150px;
    line-height: 15px;
    overflow: hidden;
}

#winner_ul {
    display: block;
}

#winner_ul .null {
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #007ac2;
    line-height: 20px;
}

#winner_ul li span {
    color: #333333;
}

/*公司介绍*/
#about {
    height: 510px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /*下拉动画效果*/
}

#about dl {
    padding: 45px 20px 20px;
    background: #F2F2F2;
    width: 540px;
    line-height: 25px;
    color: #666;
    position: absolute;
}

#about p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 16px;
}

#about .left {
    left: 0;
    height: 385px;
}

#about .right {
    right: 0;
}

#about dt {
    display: block;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 50px;
}

#about dd {
    display: block;
}

#about dd.cut {
    overflow: hidden;
    position: relative;
}

#about img {
    width: 115px;
    vertical-align: middle;
    margin-right: 30px;
}

#about .see_more {
    padding: 0;
    display: block;
    margin-bottom: -25px;
    text-align: center;
    color: #007ac2;
    cursor: pointer;
}

#about .right dd.cut:before {
    content: "";
    position: absolute;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0), #f2f2f2);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0), #f2f2f2);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0), #f2f2f2);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f2f2f2);
    display: block;
    right: 30px;
    width: 50px;
    height: 2em;
    bottom: 0;
}

#about .right dd.cut:after {
    content: "......";
    width: 30px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
}

#about .right:hover dd.cut {
    height: 380px;
    transition: all 0.3s ease-in-out;
}

#about .right:hover dd.cut:before,
#about .right:hover dd.cut:after {
    display: none;
}

#about .right:hover .see_more {
    display: none;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/*分销商logo*/
#logos {
    display: block;
}

/*对联广告*/
.aside_ads {
    position: fixed;
    top: 488px;
    margin-top: -100px;
    z-index: 1000;
}

.aside_ads.left {
    left: 10px;
}

.aside_ads.right {
    right: 10px;
}

.aside_ads .close {
    display: block;
    position: fixed;
    padding: 3px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    vertical-align: middle;
    -moz-border-radius: 50%;
    text-align: center;
    border-radius: 50%;
    margin: 5px 0 0 75px;
}

.aside_ads .close:hover {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    color: #fff;
}

/*视频弹窗盒子*/
#video_player {
    background: url("../img/player_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
    height: 400px;
}

/*
 * 填写资料弹窗口
 */
#alert_info_form {
    display: block;
    padding: 20px;
}

#alert_info_form p {
    color: #f00;
    display: block;
    margin-bottom: 10px;
}

#alert_info_form dl {
    display: block;
    margin-bottom: 10px;
}

#alert_info_form dt {
    float: left;
    width: 50px;
    line-height: 30px;
    text-align: right;
    font-weight: normal;
    margin: 0;
}

#alert_info_form i {
    color: #f00;
    font-style: normal;
}

#alert_info_form dd {
    display: block;
    float: left;
}

#alert_info_form input {
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    width: 230px;
    padding: 0 10px;
}

#alert_info_form .select_box {
    width: 225px;
}

#alert_info_form .address_select {
    width: 97px;
}

#alert_info_form textarea {
    padding: 5px 10px;
    display: block;
    margin-top: 10px;
    margin-left: 50px;
    width: 230px;
    border: 1px solid #ddd;
    resize: none;
}

#alert_info_form .question_dl dt {
    width: auto;
    float: none;
    text-align: left;
}

#alert_info_form .question_dl input {
    width: auto;
    height: auto;
    margin: 0 5px;
    border: none;
}

#alert_info_form dd {
    float: none;
    display: block;
}

#alert_info_form small {
    color: #999;
}

/*规则区域*/
.ruler-box > p {
    font-size: 16px;
    line-height: 28px;
}

.ruler-box > p a {
    color: #259;
    font-weight: bold;
}

.ruler-box center {
    color: #007AC2;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
}

.ruler-box center span {
    color: #FF9802;
}

/*轮播banner*/
#banner {
    display: block;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#banner li {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    height: 300px;
    cursor: pointer;
    width: 1920px;
}

#banner li .active {
    display: block;
}

#banner p {
    bottom: 23px;
    right: 50%;
    margin-left: -36px;
    position: absolute;
    text-align: right;
    z-index: 50;
}

#banner span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 6px;
    background: #313234;
    border: 1px solid #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    float: left;
}

#banner span.now {
    background: #fff;
}

#banner img {
    width: 100%;
}

.bulb-box {
    margin-top: 30px;
}

.bulb-box li {
    float: left;
    width: 148px;
    height: 148px;
    margin-right: 60px;
    border: 1px solid #e4e4e4;
    background-image: url(../images/bulb_off.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px;
    background-color: #F2F2F2;
}

.bulb-box .on {
    background-image: url(../images/bulb_on.png);
    background-color: #fff;
}

.bulb-box .mr0 {
    margin-right: 0;
}

/*白皮书轮播*/
.slid-ovflow-warpper {
    overflow: hidden;
}

#lecturers_list .slid-items {
    display: block;
    float: left;
}

#lecturers_list .slid-control {
    display: block;
    text-align: center;
    line-height: 20px;
    position: relative;
}

#lecturers_list .slid-control em {
    display: inline-block;
}

#lecturers_list .slid-control a {
    color: #ccc;
    font-size: 20px;
    margin: 0 15px;
    position: absolute;
    display: block;
    width: 44px;
    height: 100px;
    top: -318px;
}

#lecturers_list .slid-item-prev {
    background-image: url(../images/u94.png);
    left: -84px;
}

#lecturers_list .slid-item-next {
    background-image: url(../images/u95.png);
    right: -80px;
}

#lecturers_list .slid-control a:hover {
    color: #666;
}

#lecturers_list .slid-control i {
    display: inline-block;
    padding: 5px 6px;
    width: 108px;
    *line-height: 0;
    *padding: 0 6px;
    *font-size: 9px;
    *vertical-align: middle;
    background: #ccc;
    margin: 0 15px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#lecturers_list .slid-control i.active {
    background: #0066a1;
}

#lecturer_ul {
    display: block;
}
