@charset "UTF-8";
@font-face {
    font-family: MicrosoftYaHei;
    src: url("../other/msyh.ttf");
}
@font-face {
    font-family: FontAwesome;   /*字体名称*/
    src: url("../other/fontawesome-webfont.ttf");      /*字体源文件*/
  }
*, html, body {
    font-family: "PingFangSC","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button, textarea {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
textarea {
    resize: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    /*font:  Microsoft YaHei, Arial, Verdana, "SimSun";*/
    color: #666;
    background: #F6F6F6;
    font-family: MicrosoftYaHei;
    max-width: 1440px;
    overflow-x: hidden;
    margin:0 auto;
    position: relative;
}
/* 清除浮动 */
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    color: #666;
    text-decoration: none !important;
}
/*a:hover {*/
    /*color: #C81623;*/
/*}*/
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s, i, em {
    font-style: normal;
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.al {
    text-align: left;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.main-container {
    min-width: 1140px;
}
.container {
    padding: 0;
    min-width: 1140px;
}
/*主题色*/
.col-yellow {
    color: #d7b964;
}
.common-box-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.no-shadow {
    box-shadow: none !important;
}
/*=======================================顶部条 start============================================*/
.top-bar{
    width: 100%;
    height: 28px;
    background-color: #000000;
    position: relative;
}
.top-bar .container {
    padding: 0;
}
.top-bar .top-content {
    height: 28px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    color: #ffffff;
}
.top-bar .top-content div:nth-child(1),
.top-bar .top-content div:nth-child(4) {
    /*opacity: .6;*/
}
.top-bar .top-content .separate-vertical {
    border-left: solid 1px #ffffff;
    height: 14px;
    margin: 0 1rem;
    opacity: .6;
}
.top-bar .top-content .separate-vertical:nth-child(5) {
    margin-right: .5rem;
}
.top-bar .top-content .link-download a{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.qrcode-box {
    display: none;
    width: 109px;
    height: 153px;
    position: absolute;
    z-index: 9999999999999;
    right: 0;
}
.qrcode-box img {
    width: 109px;
    height: 153px;
}
/*=======================================顶部条 end============================================*/
/*=======================================导航条 end============================================*/
header {
    height: 113px;
}
.fixed-top {
    position: fixed !important;
    top: 0 !important;
    margin: 0 auto
}
.banner{
    max-width: 1440px;
}
.navbar {
    height: 85px;
    /*top: 28px;*/
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    z-index: 99999999;
}
.navbar-brand > img {
    width: 164px;
    height: 50px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-light .navbar-nav .nav-item {
    margin-left: 30px;
}
.navbar-light .navbar-nav .nav-item.nav-dropdown .iconfont{
    margin-left: 8px;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #d7b964;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d7b964;
}
.sub-nav {
    /*display: none;*/
    position: absolute;
    width: 100%;
    max-width: 1440px;
    background-color: #fafafa;
    top: 113px;
    z-index: 99999;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-top: solid 1px #ebebeb;
}
.sub-nav a {
    text-decoration: none;
}
.sub-nav .sub-nav-con {
    display: flex;
    align-items: center;
    height: 45px;
    margin-left:-10px;
}
.sub-nav .sub-nav-con .sub-nav-item {
    width: 100px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
}
.sub-nav .sub-nav-con .sub-nav-item a{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #858585;
}
.sub-nav .sub-nav-con .sub-nav-item.active a {
    color: #deb85b;
    font-weight: bolder;
}
.sub-nav .sub-nav-con .sub-nav-item a:hover {
    color: #deb85b;
    font-weight: bolder;
}
.sub-nav .sub-nav-con .sub-nav-item a.active {
    color: #deb85b;
}
.arrow-line-box {
    position: relative;
    /*display: none;*/
    background-color: transparent;
}
.arrow-line-box .shape-arrow {
    /*height: 6px;*/
    /*width: 6px;*/
    visibility: hidden;
    position: relative;
    left: 152px;
    top: 47px;
    width: 8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ebebeb;
}
.arrow-line-box .shape-arrow:after{
    content: '';
    position: absolute;
    width: 8px;
    left: -8px;
    top: 2px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fafafa;
    z-index: 99999;
}
.arrow-line-box .division-line {
    position: absolute;
    top: 55px;
    width: 100%;
    border-bottom: solid 1px #ebebeb;
}
.sub-dropdown-menu {
    display: none;
    min-height: 40px;
    justify-content: space-between;
    /*display: flex;*/
}
.sub-dropdown-menu .sub-dropdown-menu-con {
    display: flex;
    min-height: 40px;
    align-items: center;
    flex-wrap: wrap;
    padding-top:8px;
    width: 95%;
    margin-left: -30px;
}
.sub-dropdown-menu .sub-dropdown-menu-con-row {
    display: flex;
    min-height: 40px;
    align-items: center;
    flex-wrap: wrap;
    margin-top:8px;
    border-bottom:1px solid #ededed;
}
.sub-dropdown-menu .sub-dropdown-menu-con .sub-dropdown-menu-item{
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-right: solid 1px #ebebeb;
}
.sub-dropdown-menu .sub-dropdown-menu-con .sub-dropdown-menu-item:last-child {
    border-right: none;
}
.sub-dropdown-menu .sub-dropdown-menu-con .sub-dropdown-menu-item a{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #858585;
    cursor: pointer;
}
.sub-dropdown-menu .sub-dropdown-menu-con .sub-dropdown-menu-item.active a{
    color: #deb85b;
}
.sub-dropdown-menu .sub-dropdown-menu-con .sub-dropdown-menu-item a:hover {
    color: #deb85b;
}
.showmore{
    display: none;
}
.sub-dropdown-menu-item-all{
    width: 5%;
    padding-top:12px;
    display: flex;
    font-size: 13px;
    justify-content: flex-end;
}
.sub-dropdown-menu-item-all a{
    color: #deb85b !important;
    height: 20px;
    cursor: pointer;
}
/*=======================================导航 end============================================*/
/*=======================================footer end============================================*/
.home-footer {
    background-color: #222222;
    padding: 62px 0;
    color: #ffffff;
    position: relative;
}
.home-footer .footer-col-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.home-footer .footer-col-title div {
    width: 20%;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.6px;
    text-align: left;
    color: #ffffff;
}
.home-footer .footer-col-title div:first-child {
    font-size: 32px;
    width: 35%;
}
.home-footer .footer-nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.home-footer .footer-nav .footer-nav-item {
    width: 20%;
    font-size: 21px;
}
.home-footer .footer-nav .footer-nav-item:first-child {
    width: 35%;
}
.home-footer .footer-nav .footer-nav-item ul li{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: left;
    color: #7f7f7f;
    margin-bottom: 10px;
}
.home-footer .footer-nav .footer-nav-item ul li a{
    text-decoration: none;
}
.home-footer .footer-nav .footer-nav-item ul li a:hover {
    color: #ffffff;
}
/*.home-footer .footer-nav {*/
    /*display: flex;*/
    /*flex-flow: row nowrap;*/
    /*justify-content: space-between;*/
/*}*/
/*.home-footer .footer-nav .footer-nav-item ul,*/
/*.home-footer .footer-nav .footer-nav-item li {*/
    /*list-style: none;*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/
/*.home-footer .footer-nav .footer-nav-item .footer-title {*/
    /*font-size: 32px;*/
    /*margin-bottom: 1rem;*/
/*}*/
/*.home-footer .footer-nav .footer-nav-item i img {*/
    /*width: 2rem;*/
    /*height: 2rem;*/
/*}*/
/*.home-footer .footer-nav .footer-nav-item ul li {*/
    /*font-size: 14px;*/
    /*color: #7f7f7f;*/
    /*margin-bottom: 12px;*/
/*}*/
/*.home-footer .footer-nav .footer-nav-item ul li:first-child {*/
    /*display: table-cell;*/
    /*font-size: 21px;*/
    /*color: #ffffff;*/
    /*margin-bottom: 2rem;*/
    /*height: 4rem;*/
    /*vertical-align: middle;*/
    /*!*vertical-align: text-bottom;*!*/
/*}*/
/*.home-footer .footer-nav .footer-nav-item ul li:first-child > * {*/
    /*display: inline-block;*/
    /*vertical-align: text-bottom;*/
/*}*/
.home-footer .footer-divider {
    border-top: solid 1px #979797;
}
.home-footer .copyright-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 14px;
    color: #7f7f7f;
}
.show-up-box {
    position: relative;
}
.bottom-qrcode {
    left: 0;
    top: -150px;
}
#qrApp {
    left: -39px;
}
/*=======================================footer end============================================*/
.app-main-container {
    margin-top: 80px;
}
/*登录版块*/
.login-box {
    position: fixed;
    bottom: 0;
    height: 80px;
    width: 100%;
    max-width: 1440px;
    /*background-color: #000000;*/
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 0;
    z-index: 9999;
}
.login-box .login-con-box {
    position: relative;
    display: flex;
    height: 80px;
    align-items: center;
    /*justify-content: space-around;*/
}
.merchant-box {
    justify-content: center;
}
.login-box .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    font-weight: lighter;
    font-size: 1.1rem;
    text-shadow: none;
    color: #fff;
}
.login-box .login-con-box .slogan {
    font-size: 2rem;
    letter-spacing: 2px;
    text-align: left;
    color: #deb85b;
    width: 40%;
}
.login-box .login-con-box .btn-container {
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.login-box .login-con-box .btn-simple {
    border-radius: 0;
    width: 200px;
    /*opacity: .6;*/
    color: #7f7f7f;
    border-color: #7f7f7f;
}
.login-box .login-con-box .btn-simple:hover {
    background-color: transparent;
    border-color: #deb85b;
    color: #deb85b;
}
.btn-gold {
    border-radius: 0;
    width: 200px;
    opacity: .6;
    border-color: #deb85b;
    color: #deb85b;
}
.login-box .login-con-box .product-consult {
    border-color: #7f7f7f;
    border-top: none;
    border-bottom: none;
}
.login-box .login-con-box .product-consult:hover {
    border-color: #7f7f7f;
}
/*登录框end=========================================*/
.bottom-bar-up {
    background-image: url("../images/f91c3c7d209976690b5f91634f35bb7186d90e.png");
    background-repeat: repeat-x;
    height: 10px;
    width: 100%;
}
.carousel-control-next, .carousel-control-prev{
    width:4%
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}