﻿
/*重置*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul { list-style: none; }

caption, th { text-align: left; }

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

q:before, q:after { content:;
}

abbr, acronym { border: 0; }

body {

}

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

.clearfix { zoom: 1; }

.container { margin:50px auto;}

.poster-main {
  width: 1000px;
  height: 500px;
  position: relative;
  margin: 0 auto;
}

.poster-main a, .poster-main img { display: block; }

.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}

.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.poster-main .poster-prev-btn {
  left: 0;
  background: url(../images/left1.png) no-repeat center center;
}

.poster-main .poster-next-btn {
  right: 0;
  background: url(../images/right1.png) no-repeat center center;
}

input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 16px system-ui;
}

.aui-btn {
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    height: 44px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    outline: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: .05s linear;
    -o-transition: .05s linear;
    transition: .05s linear;
}

.example2 {
}

.example2 ol {
    position: relative;
    width: 110px;
    height: 20px;
    top: -55px;
    left: 30px;
}

.example2 ol li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 5px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
}

.example2 ol li.seleted {
    background: #fff;
}

.aui-content-box {
    position: relative;
    width: 1300px;
    border-right: solid 1px #f0f0f0;
    height: 460px;
    margin: 0 auto;
    float: left;
}

.aui-content-item-img {
    position: absolute;
    width: 290px;
	height:206px;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.aui-content-item-img img {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.aui-content-item-name {
    position: absolute;
    top: 220px;
    left: 0;
    width: 280px;
	text-align:left;
    padding: 0 15px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    font-size: 16px;
}

.aui-content-box-list ul li {
	width:290px;
	height:435px;
	margin-right:10px;
	background:#fff;
    float: left;
	border:1px solid #dad2d2;
}
.aui-content-box-list ul li:hover {
  top: -6px;
}
.aui-content-box-list ul li:hover {
	margin-top:-5px; box-shadow: 5px 5px 5px #888888;
        }
.aui-content-box-list ul li a {
    position: relative;
    display: block;
    width: 290px;
    height: 340px;
    text-align: center;
    margin: auto;
}

.aui-content-box-list ul li a img {
    transition: all 0.5s;
}




.aui-content-box-ovf {
    overflow: hidden;
    position: relative;
    margin-left: 50px;
    height: 460px;
}

.aui-content-box-list {
    width: 6950px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
}

.next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
}

.prev a {
    opacity: 0.6;
    position: absolute;
    left: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
}

.next a {
    position: absolute;
    right: 0;
    z-index: 100;
    width: 24px;
    height: 45px;
    opacity: 0.6;
}

.prev img {
    width: 80%;
    display: block;
    border: none;
    position: absolute;
    left: 0;
    top: 12px;
}

.next img {
    width: 80%;
    display: block;
    position: absolute;
    border: none;
    top: 13px;
    right: 0;
}

.prev a:hover {
    opacity: 1;
}

.next a:hover {
    opacity: 1;
}

.aui-content-max {
    width: 1200px;
    height: 275px;
    background: #e83632;
    margin: 0 auto;
    position: relative;
}

.aui-sale-time {
    position: relative;
    float: left;
    width: 190px;
    height: 275px;
    background: #e83632;
    color: #fff;
}

.aui-sale-time-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.aui-sale-title {
    position: absolute;
    font-family: 'fzzxh';
    left: 0;
    width: 100%;
    text-align: center;
    top: 32px;
    font-size: 36px;
}

.aui-sale-second {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 90px;
    color: #edac8e;
    color: #f19999;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
}

.aui-sale-icon-sd {
    position: absolute;
    left: 86px;
    top: 126px;
    display: block;
    width: 20px;
    height: 33px;
    background-position: -35px -25px;
    background-image: url(../images/icon-end.png);
    background-position: -32.5px 0;
    -moz-background-size: 52.5px 40px;
    background-size: 52.5px 40px;
}

.aui-sale-ends {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 170px;
    font-size: 16px;
}

.aui-sale-count {
    position: absolute;
    top: 212px;
    left: 17px;
    height: 40px;
}

.aui-sale-time-link:hover {
    color: #fff;
}

.aui-sale-count-item {
    position: relative;
    float: left;
    width: 50px;
    height: 40px;
    text-align: center;
    background-color: #2f3430;
    margin-right: 5px;
}

.aui-sale-count-item span {
    position: relative;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
}

.aui-sale-count-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #e83632;
}

.aui-small-ad {
    position: relative;
    float: left;
    width: 194px;
    height: 275px;
    background: #333;
}

.luara-left {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.luara-left ul {
    position: relative;
    padding: inherit;
    margin: 0;
}

.luara-left ul li {
    float: left;
    padding: inherit;
    margin: inherit;
    list-style: none;
}

.luara-left ul li img {
    width: 100%;
    display: block;
    border: none;
}
.line_01 {
    height: 500px;
    background: url(../images/banner.jpg) top center no-repeat;
}

.line_01 .main {
    height: 500px;
    background: url(../images/banner.jpg) top center no-repeat;
}

.line_02 {
    background: #f5f5f5;
}

.line_03 {
    background: #f5f5f5;
    padding-bottom: 60px;
}
.line_03 .main { width:1200px; margin:auto;}

.line_04 {
    height: 857px;
    background: url(../images/line_04.jpg) top center no-repeat;
}

.line_04 .main {
    height: 857px;
    background: url(../images/line_04.jpg) top center no-repeat;
}

.line_07 {
    height: 761px;
    background: url(../images/line_07.jpg) top center no-repeat;
}

.line_07 .main {
    height: 761px;
    background: url(../images/line_07.jpg) top center no-repeat;
}

.cont_btn1 {
    display: flex;
    justify-content: center;
    padding-top: 405px;
}

.btn_banner {
    width: 208px;
    height: 50px;
    background-image: linear-gradient(0deg, #ffbfe4 0%, #ffffff 100%), linear-gradient( #7f7f7f, #7f7f7f);
    box-shadow: 0px 8px 16px 0px rgba(13, 11, 67, 0.38);
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #060135;
}

.title_34 {
    font-size: 34px;
    font-weight: bold;
    padding-top: 100px;
    letter-spacing: 1px;
    color: #393939;
    text-align: center;
}

.text_18 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #797979;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.text_18::before {
    content: '';
    width: 81px;
    height: 7px;
    background: url(../images/text_left.png) no-repeat top center;
    margin-right: 11px;
}

.text_18::after {
    content: '';
    width: 81px;
    height: 7px;
    background: url(../images/text_right.png) no-repeat top center;
    margin-left: 11px;
}

.cont_btn_1 {
    padding-top: 50px;
	padding-bottom:50px;
    display: flex;
    justify-content: center;
}

.btn_all {
    width: 272px;
    height: 62px;
    background-image: linear-gradient( to right, #f0383c, #ff883c, #f0383c, #ff883c);
    box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);
    border-radius: 31px;
    font-size: 17px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
	margin-left:20px;
}

.btn_all:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cont_lb1 {
    width: 1250px;
    position: relative;
    padding: 20px 0;
}

.cont_lb1 .swiper-container {
    width: 1200px;
}

.zst {
    width: 382px;
    height: 278px;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(207, 207, 207, 0.26);
}

.zst .img_1 {
    width: 382px;
    height: 228px;
}

.zst .img_1 a img {
    width: 100%;
}

.zst .text_1 {
    font-size: 14px;
    color: #595959;
    text-align: center;
    padding: 15px;
}

.cont_lb1 .swiper-button-prev {
    width: 52px;
    height: 54px;
    background: url(../images/jt1.jpg) no-repeat top center;
}

.cont_lb1 .swiper-button-next {
    width: 52px;
    height: 54px;
    background: url(../images/jt2.jpg) no-repeat top center;
}

.tab_box2 {
    width: 647px;
    height: 468px;
    display: flex;
    flex-direction: column;
    padding-top: 86px;
    position: absolute;
    z-index: 2;
    margin-left: 14px;
}

.tab_cont {
    position: relative;
    display: flex;
    height: 517px;
}

.tab_box2 li {
    width: 528px;
    height: 60px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    color: #fff;
    padding-left: 41px;
    box-sizing: border-box;
    font-weight: bold;
}

.tab_box2 li.li_box_active {
    height: 82px;
}

.tab_box2 li.li_box_active span {
    font-size: 58px;
    font-weight: bold;
    color: #393939;
}

.tab_box2 li.li_box_active {
    background-color: #FFF;
    font-weight: bold;
    color: #393939;
}

.box_cont2 {
    width: 729px;
    height: 410px;
}

.con_nrx2 {
    width: 729px;
    height: 410px;
    overflow: hidden;
    display: none;
    position: absolute;
    left: 510px;
    top: 75px
}

.con_nrx1,
.con_nrx2,
.con_nrx3,
.con_nrx4 {
    display: none;
}

.con_nrx.on_able,
.con_nrx1.on_able,
.con_nrx2.on_able,
.con_nrx3.on_able,
.con_nrx4.on_able {
    display: block;
}

.ul_bs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.ul_bs li {
    width: 382px;
    height: 228px;
    background: #f6f6f6;
    margin-top: 24px;
}

.ul_bs li .img_1 {
    width: 382px;
    height: 228px;
}
.ul_bs li .img_1 img {
    width: 382px;
    height: 228px;
}

.ul_bs li .title_1 {
    font-size: 15px;
    padding-top: 15px;
    color: #393939;
    text-align: center;
}

.cont_btn_2 {
    padding-top: 616px;
    display: flex;
    justify-content: center;
}


/* 往期火星学员作品一睹为快 */

.wqxy_box {
    overflow: hidden;
	 background: #e4e3e3;
	 margin-top:70px;
}

.wqxy_box .tab_box {
    width: 1200px;
    height: 66px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.wqxy_box .tab_box li {
    width: 442px;
    height: 66px;
    font-size: 22px;
	font-weight:400;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	background:#e4e3e3;
}

.wqxy_box .tab_box li:nth-last-child(1) {
    margin-bottom: 0;
}

.wqxy_box .tab_box li span {
    font-size: 17px;
    font-weight: normal;
}

.wqxy_box .tab_box li.li_box_active,
.wqxy_box .tab_box li:hover {
    background-image: -moz-linear-gradient( 30deg, rgb(120, 23, 231) 0%, rgb(64, 174, 85) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgb(64, 174, 85) 0%, rgb(8, 130, 31) 100%);
    color: #fff;
}

.shipei_box .box_cont {
    display: flex;
	width:1200px; margin:auto;
}

.shipei_box .con_nrx {
    display: none;
    position: relative;
}

.shipei_box .con_nrx.on_able {
    display: block;
}

.sp_img_cont1 {
    width: 1200px;
}

.sp_img_cont1 li,
.sp_img_cont2 li {
    position: relative;
    z-index: 1;
}

.btn_tk {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 40px;
    background-image: linear-gradient( to right, #f0383c, #ff883c, #f0383c, #ff883c);
    box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 300% 100%;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    cursor: pointer;
	H
}

.sp_img_cont1 img {
    width: 100%;
    display: block;
}


.sp_img_cont2 {
    width: 1200px;
    display: flex;
    justify-content: space-between;
	margin:5px auto;
}

.sp_img_cont2 img {
    width: 100%;
    display: block;
}

.sp_img_cont2 li:nth-child(1) {
width:24.5%;
}

.sp_img_cont2 li:nth-child(2) {
width:24.5%;
}

.sp_img_cont2 li:nth-child(3) {
width:24.5%;
}

.sp_img_cont2 li:nth-child(4) {
width:24.5%;
}


/* 火星最新动态 */

.hxzxdx_box {
    position: relative;
    padding-bottom: 70px;
}

.news_box {
    height: 328px;
    margin-top: 53px;
}

.news_box .left_pic {
    width: 564px;
    height: 306px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.news_box .right_msg {
    width: 1008px;
    height: 295px;
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 1;
    background-image: -moz-linear-gradient( 30deg, rgb(120, 23, 231) 0%, rgb(155, 34, 226) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgb(120, 23, 231) 0%, rgb(155, 34, 226) 100%);
    background-image: -ms-linear-gradient( 30deg, rgb(120, 23, 231) 0%, rgb(155, 34, 226) 100%);
}

.news_box .right_msg .col_msg {
    width: 474px;
    height: 165px;
    float: left;
    padding: 70px 0 0 403px;
}

.news_box .right_msg .col_msg .title_1 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.news_box .right_msg .col_msg .title_2 {
    font-size: 15px;
    color: #fff;
    text-align: justify;
    padding-top: 26px;
    line-height: 2;
}

.news_box .right_msg .date_box {
    width: 75px;
    height: 50px;
    float: right;
    padding: 72px 25px 0 0;
}

.news_box .right_msg .date_box .title_1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.news_box .right_msg .date_box .title_2 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    opacity: .5;
}

.hxzxdx_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hxzxdx_ul li {
    width: 565px;
    height: 148px;
    position: relative;
    margin-top: 40px;
}

.hxzxdx_ul li .left_box {
    width: 92px;
    height: 92px;
    background-image: -moz-linear-gradient( 30deg, rgb(120, 23, 231) 0%, rgb(155, 34, 226) 100%);
    background-image: -webkit-linear-gradient( 30deg, rgb(120, 23, 231) 0%, rgb(155, 34, 226) 100%);
    background-image: -ms-linear-gradient( 30deg, rgb(120, 23, 231) 0%, rgb(155, 34, 226) 100%);
}

.hxzxdx_ul li .left_box .title_1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 0 0px;
}

.hxzxdx_ul li .left_box .title_2 {
    font-size: 16px;
    color: #fff;
    opacity: .5;
    padding: 5px 0 0 42px;
}

.hxzxdx_ul li .right_text {
    padding-left: 0;
}

.hxzxdx_ul li .right_text .title_1 {
    width: 450px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #393939;
    font-weight: bold;
    padding: 22px 0 0 18px;
}

.hxzxdx_ul li .right_text .title_2 {
    width: 447px;
    color: #797979;
    font-size: 15px;
    padding: 18px 0 0 18px;
    line-height: 2;
}


/* 弹出视频 */

.video_box {
    width: 729px;
    height: 410px;
    position: relative;
    cursor: pointer;
}

.video_box .img_1 {
    position: absolute;
    z-index: 1;
}

.video_box .img_1 img {
    display: block;
}

.video_box .player_1 {
    width: 56px;
    height: 56px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: url(../images/player.png) no-repeat top center;
}

#video1,
.video1 {
    width: 1200px;
    height: 765px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -382px 0 0 -600px;
    z-index: 99;
}

.close_btm {
    background: url(../images/icon.png) no-repeat;
    position: absolute;
    width: 30px;
    height: 30px;
    background-position: -149px -31px;
    z-index: 100;
    right: -11px;
    top: -11px;
    cursor: pointer;
}

.close_btm:hover {
    background-position: -180px -31px;
}
.line_05{    width: 1200px;
    margin: 0 auto;}
	.tk_btn{ float:left; margin-right:5px; margin-bottom:5px;}
	.tk_btn img{ width:295px; height:200px;}