@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;
}
ins {
  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: 1000px;
  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_red {
  color: #dd2222;
}
.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: 0px 0 50px 0;
  font-size: 16px;
  position: relative;
}
#description blockquote {
  text-indent: 3em;
  line-height: 30px;
  margin-bottom: 50px;
}
#description h3 {
  font-size: 16px;
}
#description small {
  font-weight: 100;
}
#description .time_bar_box {
  padding: 90px 0 40px 20px;
  line-height: 20px;
}
#description .time_bar_box .float_right {
  margin-top: -20px;
}
#description .radius {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#description .time_bar {
  display: block;
  height: 20px;
  background: #999999;
  margin: 0 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#description .time_bar_item {
  height: 20px;
  display: block;
  width: 0%;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff6868, endcolorstr=#cc0000, gradientType=1);
  background: -webkit-linear-gradient(90deg, #ff6868, #cc0000);
  background: -o-linear-gradient(90deg, #ff6868, #cc0000);
  background: -moz-linear-gradient(90deg, #ff6868, #cc0000);
  background: linear-gradient(90deg, #ff6868, #cc0000);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#description .time_bar_item:after {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 4px solid #cc0000;
  right: -10px;
  top: -4px;
  z-index: 10;
  position: absolute;
  background: #fff;
}
#description .time_bar_item mark {
  position: absolute;
  display: block;
  font-size: 14px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  right: -55px;
  top: -60px;
  border: 1px solid #ddd;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#description .time_bar_item mark:after {
  content: "";
  display: block;
  display/*\**/: blue\9;
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 52px;
  top: 35px;
  background: #fff;
}
#description .btn-lotter {
  display: block;
  border: none;
  background: #cc0000;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 120px;
  height: 50px;
  margin: 0 auto;
}
/*首页公用模块*/
.main_module {
  display: block;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.main_module h2 {
  display: block;
  margin-bottom: 35px;
}
/*白皮书下载*/
#down ul {
  margin-right: -32px;
}
#down li {
  float: left;
  width: 195px;
  margin: 0 5px 5px 0;
  position: relative;
  overflow: hidden;
}
#down li img {
  width: 100%;
}
#down li:before {
  content: "";
  position: absolute;
  background: url(../images/not_down.png) no-repeat right top;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
#down li.downed:before {
  content: "此任务卡您已完成";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#30000000);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 250px;
}
#down 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;
}
#down p {
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  height: 80px;
  line-height: 30px;
}
#down p strong {
  display: block;
  margin-bottom: 1em;
}
#down .btn-down {
  background: #007ac2;
  font-size: 12px;
  padding: 5px 10px;
  color: #fff;
  border-color: #007ac2;
}
#down li:hover span {
  display: block;
}
#down #layer_img {
  position: absolute;
  margin-top: -530px;
  height: 525px;
  width: 1000px;
}
/*奖品展示*/
#prize_list ul {
  display: block;
  margin-right: -50px;
}
#prize_list li {
  width: 222px;
  float: left;
  margin-right: 38px;
  text-align: center;
  height: 180px;
  position: relative;
}
#prize_list li p {
  position: absolute;
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  bottom: 23px;
  font-size: 14px;
  color: #333;
}
#prize_list li img {
  display: block;
  width: 100%;
}
/*中奖名单*/
#winner_list {
  display: block;
  background: #e6f2f9;
  margin-bottom: 50px;
  padding: 30px 0;
}
#winner_list .list_box {
  display: block;
  padding: 0  30px;
  text-align: center;
}
#winner_list .list_box b {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px ;
}
#winner_list .list_box p {
  line-height: 20px;
}
#winner_list .tips {
  line-height: 20px;
  color: #999999;
  font-size: 12px;
  display: block;
  margin: 0 30px ;
}
#winner_list a {
  font-weight: bold;
  color: #007ac2;
  text-decoration: underline;
}
#jq_marquee_box {
  margin: 10px 0;
  line-height: 20px;
  height: 120px;
  overflow: hidden;
}
#winner_ul {
  display: block;
  width: 550px;
  margin: 0 auto;
}
#winner_ul .null {
  width: 100%;
  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;
  float: left;
  width: 50%;
}
#winner_ul li span {
  color: #333333;
}
/*公司介绍*/
#about {
  height: 440px;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  /*下拉动画效果*/
}
#about dl {
  padding: 45px 20px;
  background: #F2F2F2;
  width: 440px;
  line-height: 25px;
  color: #666;
  position: absolute;
}
#about .left {
  left: 0;
}
#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 {
  height: 200px;
  overflow: hidden;
  position: relative;
}
#about img {
  width: 115px;
  height: 50px;
  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: 50%;
  margin-top: -50px;
  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;
}
/*抽奖弹窗样式*/
.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;
}
.section-tit,.section-tit2{
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: -20px auto 0 auto;
    background-image: url(../images/u37.png);
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #CC0000;
}
.section-tit2{
  width: 90px;
  background-image: url(../images/u127.png);
}
.section-box{
  width: 1000px;
  margin: 30px auto ;
  border: 2px solid #e4e4e4;
  border-top: 2px solid #cc0000;
  background-image: url(../images/u0.png);
  background-repeat: repeat-x;
  background-position-y: bottom;
}
.ruler-content{
    color: #333;
    font-size: 14px;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 28px;


}
.mt18{
  margin-bottom: 18px;
}
.mt26{
  margin-bottom: 26px;
}
.mr80{
  margin-right: 80px;
}
.ruler-box>div{
    width: 390px;
    padding-left: 30px;
    height: 200px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
}
.ruler-box>div:hover{
  box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
.ruler-box>div h4{
  padding-top: 26px;
  font-size: 16px;
  padding-bottom: 18px;
}
.ruler-box>div p{
  font-size: 14px;
  color: #666666;
  padding-right: 40px;
  line-height: 26px;
}
.red-arrow{
    width: 12px;
  margin-left: 6px;
  margin-top: 6px;
}
.go-bbs{
  font-size: 14px;
  color: #308A9E;
  padding-top: 3px;
  line-height: 26px;
}
.go-bbs a{
  color: #d00000;
}
.mb3{
  margin-bottom: 3px;
}
.pd40{
  padding: 0 40px;
}
.pt32{
  padding-top: 32px;
}
.Ti-iot{
  font-size: 28px;
  color: #147087;
  text-align: center;
  padding-top: 50px;
}
.Ti-iot2{
  font-size: 20px;
  color: #147087;
  text-align: center;
}
.pt18{
  padding-top: 18px;
}
.wheel{
  position: relative;
  width: 476px;
  height: 476px;
  margin: 169px auto 110px auto;
  background-image: url(../images/u75.png);
}
.rhombus{
  width: 250px;
  height: 200px;
  background-image: url(../images/u77.png);
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.rhombus-msg{
  width: 132px;
  margin: 0 auto ;
}
.pt44{
  padding-top: 44px;
}
.pt24{
  padding-top: 24px;
}
.rhombus:hover{
  background-image: url(../images/u78.png);
}
.rhombus-msg p{
  font-size: 16px;
  color: #147087;
  margin-top: 22px;
  line-height: 22px;
}
.rleft1{
    left: 50%;
    margin-left: -125px;
}
.rleft2{
    right: -125px;
}
.rleft3{
  left: -125px;
}
.rtop1{
  top: -115px;
}
.rtop2{
  top: 0px;
}
.rtop3{
  top: 225px;
}
.rtop4{
  top: 360px;
}
.wheel-font{
  width: 160px;
  margin: 0 auto ;
  text-align: center;
  padding-top: 180px;
  font-size: 20px;
  color: #147087;
  font-weight: 700;
  line-height: 27px;
}
.window{
    width: 970px;
    height: 722px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    padding-top: 38px;
    border-radius: 8px;
}
.down-tit{

}
.down-conten{
  padding-left: 40px;
}
.down-tit a{
  color: #fff;
}
.down-conten li{
    float: left;
    width: 290px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.down-conten .down-tit{
    padding: 14px 20px 0 22px;
    height: 52px;
    background-color: #147087;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
}
.down-conten .down-box{
    border: 1px solid #ccc;
    background-color: #edf7f8;
    height: 132px;
    padding-top: 22px;

}
.down-img,.down-kind{
  vertical-align: middle;
  display: inline-block;
}
.down-img{
  width: 132px;
  text-align: center;
}
.down-kind img{
  width: 25px;
  height: 25px;
}
.down-kind{
  line-height: 25px;
  color: #147087;
  font-size: 13px;
}
.down-kind a{
  display: block;
  margin-bottom: 17px;
}
.down-kind .mt0{
  margin-bottom: 0px;
}
.window{
  position: absolute;
  left: 15px;
  bottom: 0;
  display: none;
  z-index:12;
}
.close-window{
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 14px;
}
.layer-first{
  width: 970px;
  height: 760px;
  background-image: url(../images/u198.png);
  position: absolute;
  z-index: 16;
  top: 0;
  left: 0;
  background-position-y: bottom;
}
.layer-first2 {
  background-image: url(../images/u197.png);
}
.layer-first{
  text-align: center;
  color: #fff;
}
.window .layer-first h3{
  padding-top: 192px;
  padding-bottom: 32px;
  font-size: 40px!important;

}
.window .layer-first div{
  font-size: 32px;
  line-height: 42px;
}
.window .layer-first p{
  font-size: 24px;
  margin-top: 18px;
}
.layer-first input{
    width: 230px;
    height: 60px;
    background-color: #cc0000;
  color: #fff;
  font-size: 22px;
  display: block;
  margin: 56px auto 0 auto;
  border: none;
  border-radius: 3px;
}
.ping{
  width: 900px;
  margin: 0 auto ;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 32px 0;
}
#upOrder{
    margin: 5px auto 50px auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #c00000;
  border: none;
  border-radius: 3px;
  z-index:14;
  position:relative;
}
.font-bbs{
  color: #308A9E;font-weight: 700;
}
#reMark{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,0.6);
  top: 0px;
  left: 0px;
  z-index: 11;
  display:none;
}