@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: 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_red {
    color: #dd2222;
}

.color_orange {
    color: #ff8913;
}

.color_blue {
    color: #00A0E9;
}

.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;
}

.header_logo {
    float: left;
}

#page_bodyer {
    width: 1200px;
    margin: 0 auto;
}

#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;
}

/*
 * 填写资料弹窗口
 */
#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;
}

/*弹窗视频播放窗口*/
#video_player {
    background-size: 100% 100%;
    height: 600px;
}

/*banner*/
#banner {
    display: block;
    height: 250px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}

#banner li {
    position: absolute;
    left: 50%;
    top: 0;
    height: 250px;
    width: 1920px;
    margin-left: -960px;
    cursor: pointer;
}

#banner .active {
    display: block;
}

#banner p {
    bottom: 23px;
    position: absolute;
    text-align: right;
    z-index: 50;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

#banner span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 6px;
    background: #313234;
    border: 1px solid #000;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
}

#banner span.now {
    background: #fff;
}

#banner img {
    width: 100%;
    height: 100%;
}

/*首页公用模块*/
.main_module {
    display: block;
}

.main_module .index_module_title {
    zoom: 1;
    display: block;
    margin-bottom: 25px;
    border-bottom: 3px solid #ccc;
    line-height: 40px;
}

.main_module .index_module_title:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.main_module .index_module_title h2 {
    float: left;
    border-bottom: 3px solid #00A0E9;
    margin-bottom: -3px;
}

.main_module .more_btn {
    color: #00A0E9;
    float: right;
    font-weight: normal;
    font-size: 12px;
}

.main_module .more_btn:hover {
    text-decoration: underline;
}

/*左边盒子*/
.main_left {
    float: left;
    width: 830px;
}

/*右边盒子*/
.main_right {
    float: right;
    width: 325px;
}

/*资料下载*/
#down li {
    zoom: 1;
    margin-bottom: 40px;
}

#down li:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

#down img {
    width: 220px;
    height: 160px;
    float: left;
    border: none;
    margin-right: 25px;
}

#down strong {
    font-size: 18px;
    display: block;
}

#down p {
    color: #999;
    line-height: 25px;
    font-size: 12px;
    display: block;
    height: 75px;
    overflow: hidden;
    margin: 10px 0 20px 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#down .download_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;
    width: 150px;
    color: #fff;
    background: #00A0E9;
    border-color: #00A0E9;
}

#down .download_btn:hover {
    filter: alpha(opacity=90);
    opacity: .9;
}

#down .download_btn:before {
    content: '';
    background: url(../img/down_btn_ico.png) no-repeat center center;
    display: inline-block;
    width: 25px;
    height: 14px;
    vertical-align: middle;
    font-size: 14px;
    margin-top: -2px;
}

/*产品视频*/
#video {
    overflow: hidden;
}

#video ul {
    display: block;
    margin-right: -50px;
    height: 480px;
    overflow: hidden;
}

#video li {
    display: block;
    float: left;
    width: 400px;
    height: 225px;
    margin: 0 25px 30px 0;
    position: relative;
}

#video li img {
    width: 100%;
    height: 100%;
}

#video li p {
    display: block;
    padding: 10px 15px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#video li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#video li a img {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

#video li a:hover {
    background: rgba(0, 0, 0, 0.4);
}

/*活动描述*/
#des p {
    line-height: 25px;
    color: #333;
    text-indent: 2em;
}

/*热门文章*/
#article li,
#lecture li {
    margin: 0 0 10px 0;
    line-height: 23px;
}

#article li img,
#lecture li img {
    vertical-align: middle;
    border: none;
}

#article li a:hover,
#lecture li a:hover {
    color: #00A0E9;
}

/*图片广告*/
.ads a img {
    width: 100%;
    margin: 5px 0;
}

.qr_code {
    font-size: 12px;
}

.qr_code p {
    padding-top: 8px;
}

/*抽奖模块*/
#lottery dl {
    display: block;
    margin-bottom: 24px;
}

#lottery dt {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

#lottery dd {
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

#lottery .lef_content {
    width: 350px;
}

/*抽奖功能区*/
#lottery_area {
    width: 820px;
}

.turntable {
    background: url(../img/turntable.png) no-repeat top center;
    width: 380px;
    height: 380px;
    position: relative;
}

#lottery_start_btn {
    background: none;
    width: 150px;
    height: 150px;
    background: url(../img/start.png) no-repeat center center;
    border: none;
    outline: none;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    color: #fff153;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    z-index: 100;
}

#lottery_start_btn:active {
    font-size: 28px;
}

.lottery_start_bg {
    background: url(../img/pointer.png) no-repeat center center;
    width: 248px;
    height: 248px;
    margin: -124px 0 0 -124px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
}

/*获奖名单*/
.winner_list {
    width: 330px;
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px 20px 35px 20px;
}

.winner_list a {
    color: #FFC20E;
    text-decoration: underline;
}

.winner_list .winner_list_title {
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background-color: #00A0E9;
    height: 46px;
    line-height: 46px;
    color: #fff;
    padding: 0 20px;
    margin-left: -20px;
    width: 100%;
}

.winner_list .winner_list_list {
    display: block;
    margin: 20px 20px 20px 20px;
    overflow: hidden;
    height: 180px;
}

.winner_list p {
    display: block;
    line-height: 25px;
    color: #333;
}

.winner_list li {
    line-height: 25px;
}

.winner_list .null {
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
}

/*奖品展示*/
#prize_list ul {
    display: block;
    margin-right: -50px;
}

#prize_list li {
    width: 181.33333333px;
    float: left;
    margin-right: 20px;
    text-align: center;
    height: 190px;
    position: relative;
    border: 1px solid #ddd;
}

#prize_list li p {
    position: absolute;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    bottom: 0;
    font-size: 12px;
}

#prize_list li p span {
    color: #f00;
}

#prize_list li img {
    display: block;
    margin: 30px auto 0 auto;
    width: 80%;
}

/*公司介绍*/
#about {
    position: relative;
    /*下拉动画效果*/
}

#about dl {
    padding: 0 0 18px;
    line-height: 25px;
    color: #666;
    text-align: left;
}

.about-M dl {
    padding: 45px 20px 22px;
    line-height: 25px;
    color: #666;
    margin-top: 20px;
}

.about-M dt {
    display: block;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 16px;
}

#about .left {
    left: 0;
}

#about .right {
    right: 0;
}

#about dt {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}

#about dd {
    display: block;
}

#about dd.cut {
    overflow: hidden;
}

#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: #00A0E9;
    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;
}

/*抽奖弹窗样式*/
.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;
}

/*抽奖机会用完*/
.no_chance .layui-layer-content,
.run_out .layui-layer-content {
    overflow: visible;
}

.no_chance big,
.run_out big {
    display: block;
    padding-top: 20px;
}

.no_chance .btns,
.run_out .btns {
    display: block;
    padding: 20px 0;
}

.no_chance .btn,
.run_out .btn {
    color: #000;
    border: none;
    width: 85px;
    margin: 0 3px;
    background: #FFC20E;
}

/*中奖了*/
.winner .layui-layer-content,
.not_winning .layui-layer-content {
    overflow: visible;
}

.winner big b,
.not_winning big b {
    color: #ff0000;
}

.winner img,
.not_winning img {
    display: block;
    margin: 10px auto;
}

#top_video {
    overflow: hidden;
}

#top_video ul {
    display: block;
    margin-right: -50px;
    overflow: hidden;
}

#top_video li {
    display: block;
    float: left;
    width: 250px;
    height: 170px;
    margin: 0 66px 25px 0;
    position: relative;
    overflow: hidden;
}

#top_video li.mr0 {
    margin-right: 0px;
}

#top_video li img {
    width: 100%;
    height: 100%;
}

#top_video li .blue-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.blue-font {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    display: inline-block;
    background-color: rgba(0, 160, 233, 0.6);
    padding: 5px 0;
    height: 44px;
}

#top_video li .blue-bg img {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

#top_video li a:hover {
}

#top_video .big {
    width: 450px;
    height: 288px;
    margin-right: 25px;
}

#top_video p {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

#top_video .big p {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
}

#top_video li .blue-font, .pro-msg img, .skill-bg {
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */

}

#top_video li:hover .blue-font {
    bottom: 0;
}

.module_title {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    padding: 48px 0 28px;
}

.heilind-logo, .heilind-logo img {
    width: 128px;
    height: 69px;
}

.header-nav {
    margin-top: 30px;
}

.header-nav a {
    margin-left: 18px;
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.header-nav a:hover {
    padding-bottom: 6px;
    border-bottom: 2px solid #00A0E9;
}

.heilind-dec {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    margin-top: 48px;
}

.small-warp {
    width: 654px;
    margin: 0 auto;
    height: 2px;
    position: relative;
    background-color: #cccccc;
    margin-top: 30px;
}

.mid-font {
    text-align: center;
    background-color: #fff;
    width: 360px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin: 0 auto;
    position: relative;
    top: -6px;
}

.heilind-link {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    margin-top: 24px;
}

.heilind-link a {
    font-size: 14px;
    color: #00A0E9;

}

.heilind-link a:hover {
    text-decoration: underline;
}

.pro-msg {
    margin-top: 40px;
}

.pro-msg li {
    width: 320px;
    float: left;
}

.pro-msg2 li {
    width: 255px;
}

.pro-msg li p {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 16px;
    line-height: 22px;
}

.pro-msg img {
    width: 100%;
    height: 220px;
}

.pro-msg li p:hover, .skill-list li p:hover {
    color: #00A0E9;
}

.md114 {
    margin: 0 120px;
}

.md45 {
    margin: 0 45px;
}

.pro-msg img:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
}

.ecf0f2-bg {
    width: 100%;
    min-width: 1200px;
    background-color: #baefef;
    margin-top: 50px;
    padding-bottom: 40px;
}

.blue-b3 {
    background-color: #b3e3f8;
}
.skill-list a {
    float: left;
    width: 181px;
    margin-right: 22.8px;
    position: relative;
}

.skill-bg {
    position: absolute;
    left: 0;
    bottom: -150px;
    height: 110px;
    background-color: rgba(49, 70, 80, 0.6);
    text-align: left;
    padding: 5px;
}

.skill-list li > div:hover .skill-bg {
    bottom: 0;
}

.skill-list a.mr0 {
    margin-right: 0px;
}

.skill-list li {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
}

.skill-list li > div {
    position: relative;
    overflow: hidden;
}

.skill-list li p {
    font-size: 14px;
    text-align: center;
    color: #333;
    margin-top: 12px;
}

.skill-list {
    margin-bottom: 40px;
}

.go-more {
    width: 50%;
    float: left;
    text-align: center;
}

.go-git, .go-wiscam {
    display: inline-block;
    width: 50%;
    height: 48px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 30px;
    line-height: 48px;
    min-width: 145px;
}

.go-git {
    background-color: #00a0e9;
    border: 1px solid #00A0E9;
}

.go-git:hover {
    color: #00a0e9;
    background-color: #fff;
}

.go-wiscam {
    background-color: #19c8ca;
    border: 1px solid #19c8ca;
}

.go-wiscam:hover {
    background-color: #fff;
    color: #19c8ca;
}

.under-line .color_blue {
    text-decoration: underline;
}

.hover-line .color_blue:hover {
    text-decoration: underline;
}

.pb0 {
    padding-bottom: 0px;
}

#page_header {
    display: none;
}

/*小屏尺寸*/
@media screen and (max-width: 780px) {
    .wrapper {
        width: 100%;
    }

    #bigHeader {
        display: none;
    }

    #page_header {
        display: block;
    }

    .ecf0f2-bg {
        min-width: 100%;
    }

    .banner_img_list img {
        width: 100%;
    }

    #page_logo img {
        vertical-align: middle;
        padding: 0 0 0 20px;
        height: 60px;
    }

    #page_header {
        position: relative;
        width: 100%;
        background: #000000;
        background: rgba(0, 0, 0, .8);
        line-height: 60px;
        z-index: 3000;
        top: 0;
        left: 0;
    }

    .touch_menu, .touch_menu:hover {
        background: url(../img/icon_menu.gif) no-repeat center center;
        display: block;
        width: 30px;
        height: 30px;
        padding: 5px 10px;
        background-size: 60%;
        vertical-align: middle;
        float: left;
        cursor: pointer;
    }

    .touch_menu, .touch_menu:hover {
        padding: 15px 10px;
    }

    .has_submenu:hover .submenu {
        display: block;
        overflow: auto;
    }

    .submenu {
        display: none;
        position: absolute;
        right: 0;
        top: 60px;
        z-index: 1001;
        text-align: left;
        background /*\**/: #069ACA \9;
        background: rgba(6, 154, 202, .8);
        z-index: 1000;
        min-width: 100%;
    }

    .submenu {
        padding: 15px 0;
        background: #069ACA;
    }

    .submenu_li {
        display: block;
        float: left;
        width: 48%;
        line-height: 35px;
        padding-left: 2%;
    }

    .has_submenu {
        position: static;
    }

    .submenu_li a {
        color: #fff;
    }

    .pro-msg li {
        float: none;
        margin: 0 auto 20px auto;
    }

    .small-warp {
        width: 100%;
    }

    .skill-list a {
        float: none;
        width: 181px;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .skill-list a.mr0 {
        margin: 0 auto;
    }
}

.tiffany, .qing {
    width: 100%;
    max-width: 599px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    cursor: pointer;
}

.float_son > div {
    float: left;
}

.pro-msg1 {
    display: none;
}

.tiffany2, .qing2 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 2px;
    margin-bottom: 30px;
}

.tiffany, .tiffany2 {
    background-color: #00a0e9;
    margin-right: 2px;
}

.tiffany:hover, .tiffany2:hover {
    background-color: #0072A8;
}

.qing:hover, .qing2:hover {
    background-color: #139797;
}

.qing, .qing2 {
    background-color: #19c8ca;
}

.qing2 {
    margin-top: 32px;
}

#video_box {
    position: static !important;
}

#ckPlayer {
    position: fixed;
    width: 600px;
    height: 443px;
}

/*技术资料*/
.data-left {
    width: 350px;
    margin-right: 50px;
}

.data-right {
    width: 800px;
}

.data-logo1 {
    margin-top: 40px;
}

.mr40 {
    margin-right: 40px;
}

.data-list li {
    float: left;
    width: 380px;
    margin-bottom: 22px;
}

.data-detail > div {
    display: inline-block;
    vertical-align: middle;
}

.detail-txt {
    width: 282px;
    line-height: 14px;
}

.data-part {
    margin-bottom: 20px;
}

.detail-txt > a, .detail-txt2 > a {
    display: block;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}

.detail-txt > p, .detail-txt2 > p {
    font-size: 12px;
    color: #333333;
    padding-top: 12px;
}

.detail-txt2 > p {
    padding-top: 7px;
}

.detail-down {
    width: 93px;
    text-align: right;
}

.detail-down > a, .detail-down2 > a {
    width: 78px;
    display: inline-block;
    text-align: center;
    height: 23px;
    font-size: 13px;
    line-height: 23px;
    color: #333333;
    background-color: #e6e6e6;
    vertical-align: middle;
    border-radius: 3px;
}

.detail-down2 > a {
    margin-top: 18px;
}

.detail-txt2 {
    margin-top: 28px;
    line-height: 16px;
}

.detail-down > a:hover, .detail-down2 > a:hover {
    border: 1px solid #00A0E9;
    height: 21px;
    color: #333;
    line-height: 21px;
}

.detail-down > a:active {
    font-weight: bold;
}

.detail-down2 {
    margin-bottom: 38px;
}

a:hover {
    color: #00A0E9;
}

.data-list .float_right {
    float: right;
}

.look-more a {
    font-weight: 700;
    font-size: 14px;
    color: #00A0E9;
}

.look-more a:hover {
    text-decoration: underline;
}

/*技术资料*/
.link-other {
    width: 320px;
    margin: 0 auto;
}

.link-other a {
    display: inline-block;
    width: 135px;
    height: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 8px;
    background-color: #00a1e9;
    border-radius: 3px;
}