@charset "UTF-8";
/* CSS Document */

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
	border: none;
	text-decoration: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

a{
	cursor: pointer;
	color:#fff;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-size: 1.6rem;
	letter-spacing: 0.5px;
}
/* .banner_box{
    margin-top: 80px;
} */

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
    content: none;
}

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

/* 标签定义设置 */
html {
    font-size: 62.5%; /* 10 ÷ 16 × 100% = 62.5% */
}

h2 {
    font-weight: 600;
    font-size: 2.8rem;
    text-transform: uppercase;
}

h3 {
    font-size: 1.8rem;
    word-spacing: 2px;
    font-weight: 400;
}

h4 {
    text-transform: uppercase;
    font-size: 1.9rem;
    color: rgba(255, 197, 57, 1);
    font-weight: 500;
}

h5 {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
}

h6 {
    font-size: 2.1rem;
    word-spacing: 2px;
    font-weight: 400;
}

p {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
}

/* 手机效果的时候用来隐藏某些元素·进行排版 */
span8 {
    display: none;
}

span7 {
    /* 用来放品牌名称，然后JS禁止谷歌浏览器翻译 */
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear_both {
    clear: both;
}

.Align_center {
    margin-left: auto;
    margin-right: auto;
}

.border_bottom {
    border-bottom: 1px solid rgba(255, 197, 57, 1);
}

.color {
    color: rgba(255, 197, 57, 1);
}

hr {
    width: 6.4rem;
    background-color: rgba(255, 197, 57, 1);
    height: 0.05rem;
    border: none;
    margin: 3rem auto;
}

/* 全局控制 */
.banner_box_bg{
    margin-top: 4vw;
}
.content {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

/* 产品标题 */
.biaoti {
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.biaoti2 h1,
.biaoti h1 {
    font-size: 2.6rem;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(255, 197, 57, 1);
}

.biaoti p {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.4;
}

.biaoti2 {
    text-align: left;
    color: #fff;
    overflow: hidden;
}

.biaoti2 h1 {
    font-size: 2.4rem;
    text-transform: uppercase;
}

.display_none {
    display: none;
}

@media screen and (max-width: 768px) {
    .content {
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }

    span8 {
        display: none;
    }
}
