﻿ /** 清除内外边距 **/
 body,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 hr,
 p,
 blockquote,
 /* structural elements 结构元素 */
 dl,
 dt,
 dd,
 ul,
 ol,
 li,
 /* list elements 列表元素 */
 pre,
 /* text formatting elements 文本格式元素 */
 form,
 fieldset,
 legend,
 button,
 input,
 textarea,
 /* form elements 表单元素 */
 th,
 td

 /* table elements 表格元素 */
     {
     margin: 0;
     padding: 0;
 }

 /** 设置默认字体 **/
 ul,
 ol,
 li {
     list-style-type: none;
 }

 body,
 button,
 input,
 select,
 textarea

 /* for ie */
     {
     font-family: "Microsoft YaHei";
     font-size: 12px;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-size: 12px;
     text-rendering: auto;
 }

 address,
 cite,
 dfn,
 em,
 var,
 i {
     font-style: normal;
 }

 /* 将斜体扶正 */
 img {
     max-width: 100%;
 }

 code,
 kbd,
 pre,
 samp {
     font-family: courier new, courier, monospace;
 }

 /* 统一等宽字体 */
 small {
     font-size: 12px;
 }

 /* 小于 12px 的中文很难阅读，让 small 正常化 */
 /** 重置列表元素 **/
 li {
     line-height: normal;
 }

 /** 重置文本格式元素 **/
 a {
     text-decoration: none;
     color: #666666;
 }

 a:hover {
     text-decoration: underline;
     outline: none;
 }

 /** 重置表单元素 **/
 legend {
     color: #000;
 }

 /* for ie6 */
 fieldset,
 img {
     border: 0;
 }

 /* img 搭车：让链接里的 img 无边框 */
 button,
 input,
 select,
 textarea {
     font-size: 12px;
 }

 /* 使得表单元素在 ie 下能继承字体大小 */
 /* 注：optgroup 无法扶正 */
 /** 重置表格元素
table { border-collapse: collapse; border-spacing: 0; }
 **/
 /*去除箭头*/
 textarea {
     resize: none;
 }

 /* 清除浮动 */
 .ks-clear:after,
 .clear:after {
     content: '\20';
     display: block;
     height: 0;
     clear: both;
 }

 .ks-clear,
 .clear {
     *zoom: 1;
 }

 a:active,
 a:hover {
     color: #0091a5;
     text-decoration: none;
 }

 select,
 textarea,
 input[type="text"],
 input[type="password"],
 input[type="datetime"],
 input[type="datetime-local"],
 input[type="date"],
 input[type="month"],
 input[type="time"],
 input[type="week"],
 input[type="number"],
 input[type="email"],
 input[type="url"],
 input[type="search"],
 input[type="tel"],
 input[type="color"],
 .uneditable-input {
     margin-bottom: 0;
 }

 *,
 *:before,
 *:after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }

 /*盒模型--区分所定宽度和border，padding的宽度*/
 /*-------------------</END 重置>-----------------------*/

 div {
     box-sizing: border-box;
 }


 body {
     margin: 0;
     padding: 0;
     font-family: "Hiragino Sans GB", "microsoft yahei", "lvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 14px;
 }

 .header {
    /* height: 72px; */
    background: rgba(255, 255, 255, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    transition: background 1s;
}

.bg {
    background: #1C1C1D;
}

.header-c {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    height: 100%;
}

.logo {
    width: 139px;
    height: 36px;
    font-size: 0;
}
logo img{display: block;}
.navbar-default{
    width: 100%;
    padding: 16px 15px;
}
.navbar-default .navbar-collapse{
    justify-content: flex-end;
}
.navbar-default .navbar-nav>li {
    position: relative;
    margin-left: 70px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0!important;

}

/* .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: none;
} */

.zq {
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center;
    height: 19px;
    padding: 3px 7px;
    margin: -10px 0 0 -4px;
    background: #F7E228;
    border-radius: 10px 10px 10px 0px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 1;
    white-space: nowrap;
}

.footer {
    background-color: #1C1C1D;
}

.footer-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 15px;
}

.attention {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    /* overflow: hidden; */
}

.attention .ic {
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}

.attention .ic img {
    width: 100%;
    height: 100%;

}

.attention .ic .code {
    transition: opacity 0.5s;
    opacity: 0;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #FEDC0A;
    position: absolute;
    top: 0;
    margin-top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
}

.attention .ic.op1 .code {
    opacity: 1;
}

.attention .ic .code::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    background: inherit;
    width: 20px;
    height: 20px;
    transform: translateX(-50%) rotate(-45deg);
    margin-top: -16px;
    z-index: -2;
    border: inherit;
}

.attention .ic .code img {
    border-radius: inherit;
}

.attention .logo2 {
    width: 139px;
    height: 36px;
}

.line {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 30px 0 40px;
}

.timeline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 7px;
}

.op {
    opacity: 0.7;
}

.mlr {
    margin: 0 23px 0 11px;
}
.logo3{
    width: 16px;
    height: 16px;
    vertical-align: -0.2em;
}
@media screen and (max-width:1400px) {
    .zq{
        display: none;
    }
    .attention{
        padding-right: 35px;
    }
}
@media screen and (max-width: 768px) {

    .navbar-collapse .navbar-nav li{
       margin: 0;
    }

    .navbar-collapse .navbar-nav li>a {
        padding: 10px 15px 10px 0;
        text-align: center;
    }
    .logo2{
        display: none;
    }
}
