body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    /* font-size: 66.3%; */
    font-weight: normal;
    border: 0;
    -webkit-text-size-adjust: none;
}

fieldset,
img {
    border: 0;
}

ul,
ol {
    list-style: none;
}

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

a {
    text-decoration: none;
    color: #000;
}

small {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-size: 100%;
}

label,
input,
select,
form img,
button,
textarea {
    vertical-align: middle;
    outline: none
}

/* address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
optgroup {
    font-style: normal;
    font-weight: normal;
} */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}

.clear {
    display: block;
}

/* End hide from IE-mac */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    /* position: relative; */
    background: #fff;
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style: none;
    /*火狐下隐藏滚动条*/
    overflow: -moz-scrollbars-none;
}

::-webkit-scrollbar {
    display: none;
}
body{
    overflow-x: hidden;
}

body,
input,
select,
textarea {
    /* font: 12px "Microsoft YaHei", "宋体", sans-serif; */
}

body:after {
    display: none;
    content: ''
}

div:focus {
    outline: none;
}

input[type=datetime-local] {
    -webkit-appearance: none;
    outline: none;
    border: none;
}

select {
    -webkit-appearance: none;
}


@font-face {
    font-family: "Normal";
    src: url("../fonts/SourceHanSansCN-Normal.woff2") format("woff2"),
        url("../fonts/SourceHanSansCN-Normal.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Normal.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Normal.svg") format("svg"),
        url("../fonts/SourceHanSansCN-Normal.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff2") format("woff2"),
        url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Medium.svg") format("svg"),
        url("../fonts/SourceHanSansCN-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
        url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Regular.svg") format("svg"),
        url("../fonts/SourceHanSansCN-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bold";
    src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
        url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Bold.svg") format("svg"),
        url("../fonts/SourceHanSansCN-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Black";
    src: url("../fonts/Gotham-Black.woff2") format("woff2"),
        url("../fonts/Gotham-Black.woff") format("woff"),
        url("../fonts/Gotham-Black.ttf") format("truetype"),
        url("../fonts/Gotham-Black.eot") format("embedded-opentype"),
        url("../fonts/Gotham-Black.svg") format("svg"),
        url("../fonts/Gotham-Black.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/Gotham-Light.woff2") format("woff2"),
        url("../fonts/Gotham-Light.woff") format("woff"),
        url("../fonts/Gotham-Light.ttf") format("truetype"),
        url("../fonts/Gotham-Light.eot") format("embedded-opentype"),
        url("../fonts/Gotham-Light.svg") format("svg"),
        url("../fonts/Gotham-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Normal";
}

.pcMain {
    display: none
}

.wapMain {
    display: block;
}

.menuDrop_about,
.menuDrop_pro,
.menuDrop_enger,
.menuDrop_search {
    display: none;
}

#header {
    width: 100%;
    height: 114px;
    background: #5A1F20;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

#header .responsiveWrapper {
    height: 114px;
}

.logo {
    width: 288px;
    height: 60px;
    display: block;
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translate(0, -50%);
}

.btnMenu {
    width: 115px;
    height: 114px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/qike/wap-btn-menu.png) no-repeat center center;
    transition: all .5s;
}

.btnMenu.on {
    background: url(../img/qike/wap-menu-close.png) no-repeat center center #1a2757;
}

#header .link,
#header .iconSec {
    display: none;
}

#content {
    padding-top: 114px;
}

.banner {
    width: 100%;
    height: 1000px;
}

.swiper-wap {
    width: 100%;
    height: 1000px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: 41px;
    height: 80px;
    background: url(../img/qike/wap-arr-banner-left.png) no-repeat;
    left: 10%;
    margin-top: 0;
    transform: translate(0, -50%);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 41px;
    height: 80px;
    background: url(../img/qike/wap-arr-banner-right.png) no-repeat;
    right: 10%;
    margin-top: 0;
    transform: translate(0, -50%);
}

.swiper-pagination-bullet {
    width: 135px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .3;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -4px;
}

.swiper-wap .swiper-slide img {
    width: 100%;
}

.videoSec {
    height: 1234px;
    position: relative;
    margin-top: 40px;
}

.videoSec .indexVideoBox {
    width: 750px;
    height: 422px;
    position: absolute;
    left: 0;
    /* background: #000; */
    overflow: hidden;
}

.videoSec .indexVideoBox video {
    width: 750px;
    height: 422px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.videoSec .indexVideoBox .posterImg{
    width: 750px;
    height: 471px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    cursor: pointer;
}

.videoSec .news1 {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 457px;
}

.videoSec .news1 .info {
    width: 403px;
    height: 367px;
    background: #5A1F20;
    position: relative;
    float: left;
}

.videoSec .news1 .info .tit {
    width: 80%;
    font-family: "Gotham-Light", "Normal";
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 10%;
    left: 10%;
    display: block;
}

.videoSec .news1 .info .intro {
    width: 80%;
    /* height: 80px; */
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Gotham-Light", "Normal";
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 10%;
    bottom: 100px;
    /* top: 50%;
    margin-top: 38px; */
    /* display: block; */
}

.videoSec .news1 .info .clickTo {
    padding: 8px 0;
    padding-left: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: "Gotham-Light", "Normal";
    font-size: 26px;
    color: #fff;
    background: #B22222;
}

.videoSec .news1 .info .clickTo img {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
}

.videoSec .news1 .newsImg {
    width: 344px;
    height: 367px;
    overflow: hidden;
    float: left;
}

.videoSec .news2 {
    width: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
}

.videoSec .news2 .newsImg {
    width: 368px;
    height: 372px;
    overflow: hidden;
    float: left;
}

.videoSec .news2 .info {
    width: 365px;
    height: 372px;
    background: #5A1F20;
    position: relative;
    float: right;
}

.videoSec .news2 .info .tit {
    width: 80%;
    font-family: "Gotham-Light", "Normal";
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 10%;
    left: 10%;
    display: block;
}

.videoSec .news2 .info .intro {
    width: 80%;
    /* height: 80px; */
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Gotham-Light", "Normal";
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 10%;
    bottom: 100px;
    /* top: 50%;
    margin-top: 38px; */
    /* display: block; */
}

.videoSec .news2 .info .clickTo {
    padding: 8px 0;
    padding-left: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 26px;
    color: #fff;
    background: #B22222;
}

.videoSec .news2 .info .clickTo img {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
}

.banWorld {
    width: 100%;
    height: 540px;
    background: url(../img/qike/wap-ban-world.png) no-repeat;
    margin-top: 40px;
    position: relative;
}

.banWorld .worldChange {
    width: 100%;
    height: 162px;
    position: absolute;
    top: 354px;
    right: 0;
    transform: translate(0, 0);
}

.banWorld .worldChange .arrLeft {
    width: 95px;
    height: 95px;
    background: url(../img/qike/wap-arr-world-left.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    cursor: pointer;
}

.banWorld .worldChange .arrRight {
    width: 95px;
    height: 95px;
    background: url(../img/qike/wap-arr-world-right.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
}

.banWorld .worldChange .dianFlag i {
    width: 72px;
    height: 6px;
    display: inline-block;
    background: #fff;
    margin: 0 7px;
}

.banWorld .worldChange .worlds {
    width: 538px;
    height: 175px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.banWorld .worldChange .worlds ul {
    width: 10000px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}

.banWorld .worldChange .worlds ul li {
    width: 538px;
    height: 175px;
    float: left;
    position: relative;
}

.banWorld .worldChange .worlds ul li a {
    width: auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
}

.banWorld .worldChange .worlds ul li a .wapw01 {
    width: 173px;
    height: 91px;
}

.banWorld .worldChange .worlds ul li a .wapw02 {
    width: 415px;
    height: 89px;
}

.banWorld .worldChange .worlds ul li a .wapw03 {
    width: 461px;
    height: 90px;
}

.banWorld .worldChange .worlds ul li a .wapw04 {
    width: 511px;
    height: 90px;
}

.banWorld .worldChange .worlds ul li a .wapw05 {
    width: 204px;
    height: 92px;
}

.banWorld .worldChange .dianFlag {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banWorld .worldChange .dianFlag i {
    width: 25px;
    height: 3px;
    display: inline-block;
    background: #fff;
    margin: 0 2px;
}

.banWorld .worldChange .dianFlag i.on {
    background: #66a5f6;
}

.xiSec {
    margin-top: 40px;
    overflow: hidden;
}

.xiSec .ban {
    width: 100%;
    height: 420px;
    float: left;
}

.xiSec .info {
    width: 100%;
    height: 160px;
    float: right;
    background: #5A1F20;
    position: relative;
}

.xiSec .info .titTxt {
    font-family: "Gotham-Light", "Normal";
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 30px;
}

.xiSec .info .intro {
    width: 65%;
    overflow: hidden;
    font-family: "Gotham-Light", "Normal";
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 80px;
}

.xiSec .info .linkTo {
    font-size: 26px;
    color: #fff;
    display: block;
    padding-right: 30px;
    position: absolute;
    bottom: 35%;
    right: 8%;
    background: url(../img/qike/wap-arr-small.png) no-repeat right center;
}

.kitSrc {
    width: 100%;
    height: 608px;
    margin-top: 22px;
    overflow: hidden;
}

.kitSrc .left {
    width: 367px;
    height: 608px;
    float: left;
}

.kitSrc .left .bom {
    width: 100%;
    height: 190px;
    background: #5A1F20;
    position: relative;
}

.kitSrc .left .titTxt {
    font-family: "Gotham-Light", "Normal";
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 24px;
    left: 30px;
}

.kitSrc .left .bom .intro {
    width: 70%;
    height: 55px;
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 75px;
    font-family: "Gotham-Light", "Normal";
    font-size: 20px;
    color: #fff;
}

.kitSrc .left .bom .linkTo {
    font-family: "Gotham-Light", "Normal";
    font-size: 26px;
    color: #fff;
    display: block;
    padding-right: 20px;
    position: absolute;
    top: 140px;
    right: 5%;
    transform: translate(0, 0);
    background: url(../img/qike/wap-arr-small.png) no-repeat right center;
}

.proSec {
    display: none;
}

.findPro {
    width: 100%;
    height: 338px;
    background: #f6f6f6;
    margin-top: 40px;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
}

.findPro h3 {
    width: 100%;
    font-family: "Gotham-Light", "Normal";
    font-size: 45px;
    color: #5A1F20;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}

.findPro .serBox {
    width: 688px;
    height: 96px;
    margin: 0 auto;
    border: 1px solid #5A1F20;
    margin-top: 50px;
    position: relative;
}

.findPro .serBox input {
    width: 510px;
    height: 96px;
    background: none;
    font-size: 31px;
    color: #000;
    font-family: "Gotham-Light", "Regular";
    position: absolute;
    left: 36px;
    top: 0;
}

.findPro .serBox .btn {
    width: 96px;
    height: 96px;
    background: url(../img/qike/wap-btn-serch-small.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
}

.line {
    width: 90%;
    height: 1px;
    background: #b2b2b2;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.otherSec {
    margin-top: 0;
}

.otherSec .main {
    width: 100%;
    /* height: 2190px; */
    overflow: hidden;
    margin: 0 auto;
}

.otherSec .main .newActions {
    width: 100%;
    height: 672px;
    border-right: 0;
    float: left;
    position: relative;
    overflow: hidden;
}

.otherSec .main h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #5A1F20;
    margin-top: 82px;
    margin-bottom: 44px;
    font-family: "Gotham-Light", "Bold";
}

.otherSec .main .newActions a {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
    font-size: 26px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Gotham-Light", "Regular";
}

.otherSec .main .newActions a .time {
    font-size: 26px;
    color: #7e7e7e;
    display: block;
    font-family: "Gotham-Light";
}

.otherSec .main .aboutInfo {
    width: 100%;
    border-right: 0;
    float: left;
    background: #f6f6f6;
    position: relative;
    padding-bottom: 228px;
}

.otherSec .main .aboutInfo .txt {
    width: 80%;
    margin: 0 auto;
}

.otherSec .main .aboutInfo .txt p {
    font-family: "Gotham-Light", "Regular";
    font-size: 26px;
    color: #000;
    margin-top: 25px;
    line-height: 40px;
}

.otherSec .main .aboutInfo .txt a {
    display: none;
}

.otherSec .main .aboutInfo .wx {
    position: absolute;
    left: 225px;
    bottom: 55px;
}

.otherSec .main .aboutInfo .wb {
    position: absolute;
    right: 225px;
    bottom: 55px;
}

.otherSec .main .contact {
    width: 100%;
    height: 936px;
    float: left;
}

.otherSec .main .contact .lab {
    width: 690px;
    margin: 0 auto;
    font-size: 26px;
    color: #000;
    font-family: "Gotham-Light", "Medium";
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}

.otherSec .main .contact .lab .arr{
    width: 14px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
}

.otherSec .main .contact .lab .tit {
    display: block;
    float: left;
    line-height: 63px;
    font-size: 26px;
}

.otherSec .main .contact .lab select {
    width: auto;
    padding: 0 30.5%;
    margin: 0;
    height: 63px;
    border: 1px solid #ddd;
    float: right;
    text-align: center;
    text-align-last: center;
    font-size: 26px;
}

.otherSec .main .contact .lab input {
    width: 527px;
    height: 63px;
    border: 1px solid #ddd;
    padding-left: 15px;
    font-family: "Gotham-Light", "Normal";
    font-size: 26px;
    float: right;
}

.otherSec .main .contact textarea {
    width: 690px;
    height: 165px;
    border: 1px solid #ddd;
    padding-left: 5px;
    padding-top: 5px;
    font-family: "Gotham-Light", "Normal";
    font-size: 26px;
    margin: 0 auto;
    margin-bottom: 48px;
    font-size: 26px;
    display: block;
}

.otherSec .main .contact .btn {
    width: 290px;
    height: 75px;
    display: block;
    margin: 0 auto;
    background: #8C1F20;
    font-family: "Gotham-Light", "Medium";
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 75px;
}

.footer {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 30px;
    background: #B22222;
}

.footer .main {
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 75px;
    overflow: hidden;
    position: relative;
}

.footer .main .ftList {
    display: none;
}

.footer .main .backTop {
    width: 100%;
    height: 95px;
    border-bottom: 1px solid #fff;
    font-size: 26px;
    color: #fff;
    display: block;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    line-height: 95px;
}

.footer .main .clickMore {
    width: 356px;
    font-size: 26px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    margin-top: 88px;
    padding-bottom: 10px;
    display: block;
}

.footer .main .fotMenu {
    display: none;
}

.footer .main .wapm {
    width: 100%;
    margin-left: 28px;
    margin-top: 102px;
    margin-bottom: 20px;
    overflow: hidden;
}

.footer .main .wapm a {
    font-family: "Gotham-Light", "Normal";
    font-size: 23px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 15px;
}

.footer .main .coprRight {
    width: 430px;
    position: absolute;
    left: 28px;
    bottom: 0;
    font-size: 20px;
    color: #fff;
    font-family: "Gotham-Light", "Normal";
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 97px;
    background: rgba(0, 0, 0, .8);
    z-index: 9;
    display: none;
}

.wapMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 114px;
    z-index: 99;
    display: none;
}

.wapMenu .main {
    height: 100%;
    /* background: #fff; */
    overflow-y: scroll;
}

.wapDrop {
    background: #fff;
    padding-bottom: 100px;
    display: none;
}

.wapDrop a {
    width: 702px;
    height: 116px;
    display: block;
    float: right;
    font-family: "Gotham-Light", "Medium";
    font-size: 29px;
    color: #000;
    line-height: 116px;
    padding-left: 38px;
    border-bottom: 1px solid #d9d9d9;
    background: url(../img/qike/wap-arr-menu-right.png) no-repeat 655px center;
}

.wapMenuBomBtn {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    padding-bottom: 80px;
    cursor: pointer;
}

.wapDrop_about {
    background: #f7f7f7;
    padding-bottom: 100px;
    display: none;
}

.wapDrop_about a {
    width: 725px;
    /* height: 418px; */
    display: block;
    float: right;
    margin-top: 100px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d9d9d9;
}

.wapDrop_about a img {
    display: block;
    margin-left: 12px;
}

.wapMenuTop {
    width: 100%;
    height: 116px;
    background: #fff;
    transition: all .5s;
}

.box_nd {
    display: none;
}

.wapMenuTop .wapMenuTopBack {
    width: 725px;
    height: 116px;
    display: block;
    float: left;
    font-family: "Gotham-Light", "Medium";
    font-size: 29px;
    color: #000;
    line-height: 116px;
    padding-left: 38px;
    margin-left: 32px;
    border-bottom: 1px solid #d9d9d9;
    background: url(../img/qike/wap-arr-menu-left.png) no-repeat left center;
}

.wapMenuTop i {
    height: 116px;
    font-family: "Gotham-Light", "Regular";
    font-size: 24px;
    color: #a3a3a3;
    line-height: 116px;
    display: block;
    float: left;
    margin-left: 32px;
    /* background: url(../img/qike/wap-arr-menu-left.png) no-repeat right center; */
    display: none;
}

.wapMenuTop.on .wapMenuTopBack {
    width: auto;
    border-bottom: 0;
    /* font-size: 24px; */
}

.wapMenuTop.on i {
    display: inline-block;
}

.wapDrop_pro {
    background: #f7f7f7;
    padding-bottom: 100px;
    overflow: hidden;
    display: none;
}

.wapDrop_pro .fenlei {
    width: 100%;
    display: block;
    float: right;
    font-family: "Gotham-Light", "Medium";
    font-size: 29px;
    color: #000;
    line-height: 116px;
}

.wapDrop_pro .fenlei_st {
    width: 702px;
    height: 116px;
    display: block;
    float: right;
    font-family: "Gotham-Light", "Medium";
    font-size: 29px;
    color: #000;
    line-height: 116px;
    padding-left: 90px;
    border-bottom: 1px solid #d9d9d9;
    background: url(../img/qike/wap-arr-menu-right.png) no-repeat 655px center;
    transition: all .5s;
}

.wapDrop_pro .fenlei.on .fenlei_st {
    background: url(../img/qike/wap-arr-menu-down.png) no-repeat 655px center;
}

.wapDrop_pro .fenlei_ed {
    width: 100%;
    /* height: 0; */
    background: #8C1F20;
    overflow: hidden;
    /* transition: all .5s; */
    display: none;
}

.wapDrop_pro .fenlei.on .fenlei_ed {
    display: block;
}

.wapDrop_pro .fenlei_ed a {
    width: 702px;
    height: 116px;
    display: block;
    float: right;
    font-family: "Gotham-Light", "Medium";
    font-size: 29px;
    color: #fff;
    line-height: 116px;
    padding-left: 87px;
    border-bottom: 1px solid #fff;
}

.kitSrc .left:nth-child(2) {
    float: right;
}

.wapDrop_eng {
    background: #f7f7f7;
    padding-bottom: 100px;
    overflow: hidden;
    display: none;
}

.wapDrop_eng .fenlei {
    width: 100%;
    display: block;
    float: right;
    font-family: "Gotham-Light", "Medium";
    font-size: 29px;
    color: #000;
    line-height: 116px;
}

.wapDrop_eng .fenlei_st {
    width: 702px;
    height: 116px;
    display: block;
    float: right;
    font-family: "Gotham-Light", "Medium";
    font-size: 29px;
    color: #000;
    line-height: 116px;
    padding-left: 90px;
    border-bottom: 1px solid #d9d9d9;
    background: url(../img/qike/wap-arr-menu-right.png) no-repeat 655px center;
    transition: all .5s;
}

.wapDrop_eng .fenlei.on .fenlei_st {
    background: url(../img/qike/wap-arr-menu-down.png) no-repeat 655px center;
}

.wapDrop_eng .fenlei_ed {
    width: 100%;
    height: 0;
    background: #8C1F20;
    overflow: hidden;
    transition: all .5s;
}

.wapDrop_eng .fenlei.on .fenlei_ed {
    height: 812px;
}

.wapDrop_eng .fenlei_ed a {
    width: 702px;
    height: 116px;
    display: block;
    float: right;
    font-family: "Gotham-Light", "Medium";
    font-size: 29px;
    color: #fff;
    line-height: 116px;
    padding-left: 87px;
    border-bottom: 1px solid #fff;
}

/* 产品 */
.bread {
    display: none;
}

.proTit {
    padding: 80px 0;
    font-family: "Gotham-Light", "Bold";
    font-size: 75px;
    color: #5A1F20;
    font-weight: bold;
    text-align: center;
}

.proList {
    width: 690px;
    margin: 0 auto;
    overflow: hidden;
}

.proList li {
    width: 690px;
    /* height: 792px; */
    float: left;
    margin-right: 0;
    margin-bottom: 55px;
    background: #f6f6f6;
    position: relative;
}

.proList li:nth-child(3n) {
    margin-right: 0;
}

/* .proList li:nth-child(10),
.proList li:nth-child(11),
.proList li:nth-child(12),
.proList li:nth-child(13),
.proList li:nth-child(14),
.proList li:nth-child(15){
    display: none;
} */

.proList li .imgBox {
    width: 690px;
    height: 450px;
    position: relative;
}

.proList li .imgBox img {
    width: 65%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
}

.proList li .proName {
    width: 627px;
    height: 115px;
    margin: 0 auto;
    font-size: 34px;
    color: #5A1F20;
    /* text-align: center; */
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    position: relative;
}

.proList li .proName span {
    width: 627px;
    font-family: "Gotham-Light", "Bold";
    /* height: 115px; */
    text-align: left;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    font-weight: bold;
    display: block;
}

.proList li .intro {
    width: 600px;
    height: 278px;
    margin-left: 28px;
    position: relative;
    font-family: "Gotham-Light", "Regular";
    font-size: 26px;
    color: #000;
    line-height: 45px;
}

.proList li .intro span {
    font-family: "Gotham-Light", "Regular";
    font-size: 26px;
    color: #000;
    display: block;
    /* float: left; */
    margin-right: 40px;
    margin-bottom: 5px;
}

.proList li .intro .colorSec {
    width: 250px;
    height: 38px;
    position: absolute;
    right: -35px;
    bottom: 114px;
}

.proList li .intro .colorSec i {
    width: 36px;
    height: 36px;
    display: block;
    float: right;
    margin-left: 10px;
    border: 1px solid #dcdcdc;
}

.proList li .intro .colorSec i.white {
    background: #fff;
}

.proList li .intro .colorSec i.blue {
    background: #bbe7f5;
}

.proList li .btn {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.proViewMore {
    width: 310px;
    height: 78px;
    display: block;
    margin: 0 auto;
    margin-top: 26px;
    background: #8C1F20;
    font-family: "Gotham-Light", "Regular";
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 78px;
    cursor: pointer;
}

/* 产品详情 */
.proInfo {
    width: 100%;
    height: auto;
    background: #f8f8f8;
    position: relative;
}

.proInfo .backList {
    width: 200px;
    /* height: 79px; */
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    cursor: pointer;
    z-index: 9;
}

.proInfo .backList img {
    width: 100%;
}

.proInfo .proInfoBox {
    width: 100%;
    /* height: 350px; */
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    /* padding-bottom: 400px; */
}

.proChange {
    width: 100%;
    height: 600px;
    position: relative;
    top: 32px;
}

.swiper-pro {
    width: 100%;
    height: 600px;
}

.proChange .icon {
    position: absolute;
    right: 98px;
    bottom: 35px;
    z-index: 999;
}

.swiper-pro .swiper-button-prev,
.swiper-pro .swiper-container-rtl .swiper-button-next {
    width: 105px;
    height: 272px;
    background: url(../img/qike/wap-arr-pro-left.png) no-repeat center center;
    left: 0;
    margin-top: 0;
    transform: translate(0, -50%);
}

.swiper-pro .swiper-button-next,
.swiper-pro .swiper-container-rtl .swiper-button-prev {
    width: 105px;
    height: 272px;
    background: url(../img/qike/wap-arr-pro-right.png) no-repeat center center;
    right: 0;
    margin-top: 0;
    transform: translate(0, -50%);
}

.swiper-pro .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    border: 1px solid #5A1F20;
}

.swiper-pro .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

.swiper-pro .swiper-pagination-bullet-active {
    background: #5A1F20;
}

.swiper-pro .swiper-container-horizontal>.swiper-pro .swiper-pagination-bullets,
.swiper-pro .swiper-pagination-custom,
.swiper-pro .swiper-pagination-fraction {
    bottom: 22px;
}

.swiper-pro .swiper-slide img {
    width: 73%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.proInfo .proInfoBox .piTxt {
    width: 80%;
    position: relative;
    left: 10%;
    top: 0;
    transform: translate(0, 0);
    font-family: "Gotham-Light", "Regular";
    font-size: 26px;
    color: #000;
}

.proInfo .proInfoBox .piTxt .addInfo{
    width: 66%;
    line-height: 40px;
}

.proInfo .proInfoBox .piTxt h3 {
    width: 100%;
    font-family: "Gotham-Light", "Bold";
    font-size: 60px;
    color: #5A1F20;
    font-weight: bold;
    margin-bottom: 12px;
    word-wrap: break-word;
    word-break: break-all;
}

/* .proInfo .proInfoBox .piTxt span {
    width: 100%;
    font-family: "Gotham-Light", "Regular";
    font-size: 26px;
    color: #000;
    display: block;
    margin-bottom: 5px;
} */

.proInfo .proInfoBox .piTxt .colBox {
    height: 61px;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    right: -70px;
}

.proInfo .proInfoBox .piTxt .colBox span {
    width: 60px;
    height: 60px;
    /* border: 1px solid #fff; */
    display: block;
    float: left;
    margin-right: 22px;
    position: relative;
}

.proInfo .proInfoBox .piTxt .colBox span i {
    width: 49px;
    height: 49px;
    border: 1px solid #d2d2d2;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.proInfo .proInfoBox .piTxt .colBox span.on {
    border: 1px solid #aaa;
}


.proInfo .proInfoBox .piTxt .colBox i.white {
    background: #fff;
}

.proInfo .proInfoBox .piTxt .colBox i.blue {
    background: #bbe7f5;
}

.proInfo .proInfoBox .imgShow {
    width: 100%;
    height: 600px;
    position: absolute;
    right: 0;
    top: 79px;
    transform: translate(0, 0);
    display: none;
}

.proInfo .proInfoBox .imgShow img {
    max-width: 486px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.proInfo .proInfoBox .imgShow .btnView {
    width: 67px;
    height: 13px;
    background: url(../img/qike/btn-bigImg.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0);
    display: block;
    cursor: pointer;
}

.proInfo .proInfoBox .smallBox {
    width: 48px;
    /* height: 482px; */
    position: absolute;
    right: 10%;
    top: 92px;
    display: none;
}

.proInfo .proInfoBox .smallBox li {
    width: 47px;
    height: 47px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #fff;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.proInfo .proInfoBox .smallBox li.on {
    border: 1px solid #869ab5;
}

.proInfo .proInfoBox .smallBox li:hover {
    border: 1px solid #869ab5;
}

.proInfo .proInfoBox .smallBox li img {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.proInfo .tit {
    width: 100%;
    margin-top: 50px;
    /* display: block; */
}

.pibom {
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    font-family: "Gotham-Light", "Regular";
    font-size: 26px;
    color: #000;
    line-height: 50px;
}

.pibom p {
    font-family: "Gotham-Light", "Regular";
    font-size: 26px;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.pibom .btnDown {
    width: 225px;
    height: 50px;
    background: #8C1F20;
    font-family: "Regular";
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    margin-top: 50px;
}

.pibom .btnLink {
    width: 225px;
    height: 50px;
    background: #8C1F20;
    font-family: "Regular";
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    margin-top: 40px;
}

.proTipBox {
    width: 100%;
    height: 660px;
    position: fixed;
    left: 50%;
    top: 150px;
    transform: translate(-50%, 0);
    z-index: 99;
    display: none;
}

.proTipBox .close {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 32px;
    cursor: pointer;
    z-index: 99
}

.proTipBox .left {
    width: 30px;
    height: 59px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9;
    display: none;
}

.proTipBox .right {
    width: 30px;
    height: 59px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9;
    display: none;
}

.proTipBox .proMain {
    width: 100%;
    height: 790px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.proTipBox .proMain ul {
    width: 100000px;
    height: 790px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0s;
}

.proTipBox .proMain ul li {
    width: 750px;
    height: 790px;
    float: left;
    position: relative;
}

.proTipBox .proMain ul li img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.proTipBox .bom {
    width: 100%;
    height: 94px;
    text-align: center;
}

.proTipBox .bom li {
    width: 66px;
    height: 66px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
    overflow: hidden;
}

.proTipBox .bom li:hover,
.proTipBox .bom li.on {
    border: 1px solid #fff;
}

.proTipBox .bom li img {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fotforpro {
    margin-top: 80px;
}

/* 品牌视频 */
.brand {
    width: 100%;
    /* height: 869px; */
}

.brand img {
    width: 100%;
}

.videoBox {
    width: 690px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.videoBox li {
    width: 688px;
    height: 476px;
    border: 1px solid #cecece;
    float: left;
    margin-right: 0;
    margin-bottom: 55px;
    overflow: hidden;
}

.videoBox li.stop {
    margin-right: 0;
}

.videoBox li .videoBrand {
    width: 690px;
    height: 352px;
    cursor: pointer;
}

.videoBox li .videoBrand img {
    width: 100%;
}

.videoBox li .tit {
    width: 100%;
    font-family: "Gotham-Light", "Bold";
    font-size: 28px;
    color: #5A1F20;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-left: 0;
    display: block;
    overflow: hidden;
}

.videoBox li .subtit {
    width: 100%;
    font-family: "Gotham-Light", "Normal";
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 12px;
    margin-left: 0;
    display: block;
}

.pageBom {
    width: 100%;
    height: 83px;
    margin: 0 auto;
    position: relative;
}

.pageBom .pageFirst {
    width: 83px;
    height: 83px;
    background: url(../img/qike/wap-arr-page-prev.png) no-repeat center center;
    position: absolute;
    left: 20px;
    top: 0;
}

.pageBom .pageEnd {
    width: 83px;
    height: 83px;
    background: url(../img/qike/wap-arr-page-next.png) no-repeat center center;
    position: absolute;
    right: 20px;
    top: 0;
}

.pageBom .mid {
    width: 500px;
    height: 24px;
    padding-top: 32px;
    margin: 0 auto;
    text-align: center;
}

.pageBom .mid i {
    width: 90px;
    height: 24px;
    font-family: "Gotham-Light";
    font-size: 28px;
    color: #7f7f7f;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-right: 1px solid #7f7f7f;
    cursor: pointer;
}

.pageBom .mid i.on {
    color: #5A1F20;
}

.pageBom .mid i:last-child {
    border-right: 0;
}

.pageBom .mid .pageNext {
    font-family: "Gotham-Light", "Regular";
    font-size: 14px;
    color: #000;
    display: none;
    cursor: pointer;
}

.videoTipBox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.videoTipBox .close {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.videoTipBox video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newsBox {
    width: 690px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.newsBox li {
    width: 688px;
    height: 735px;
    border: 1px solid #c2c2c2;
    float: left;
    margin-right: 0;
    margin-bottom: 60px;
    position: relative;
}

.newsBox li.stop {
    margin-right: 0;
}

.newsBox li .newsBrand {
    width: 100%;
    display: block;
}

.newsBox li .time {
    width: 85%;
    margin: 0 auto;
    font-family: "Gotham-Light";
    font-size: 23px;
    color: #000;
    opacity: .7;
    display: block;
    margin-top: 40px;
}

.newsBox li .tit {
    width: 85%;
    margin: 0 auto;
    font-family: "Gotham-Light", "Bold";
    font-size: 33px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.newsBox li .subtit {
    width: 85%;
    height: 96px;
    margin: 0 auto;
    font-family: "Gotham-Light", "Normal";
    font-size: 22px;
    color: #000;
    display: block;
    margin-top: 25px;
}

.newsBox li .btn {
    width: 85%;
    height: 60px;
    /* margin: 0 auto;
    margin-top: 50px; */
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%,0);
}

.newsBox li .btn span {
    width: 238px;
    height: 60px;
    background: #8C1F20;
    text-align: center;
    line-height: 60px;
    display: block;
    font-family: "Gotham-Light", "Normal";
    font-size: 25px;
    color: #fff;
}

/* 新闻详情 */
.newsInfoBox {
    width: 690px;
    margin: 0 auto;
    margin-top: 60px;
    font-family: "Gotham-Light", "Regular";
    font-size: 24px;
    color: #000;
    line-height: 37px;
    text-align: left;
}

.newsInfoBox .main{
    width: 100%;
    margin: 0 auto;
}
.newsInfoBox .main p{
    font-size: 26px;
    text-align: left;
}
.newsInfoBox .main p span{
    font-size: 25px;
}

.newsInfoBox p.title {
    width: 100%;
    font-family: "Gotham-Light", "Bold";
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
}

.newsInfoBox p.time {
    width: 100%;
    font-family: "Gotham-Light";
    font-size: 22px;
    color: #a3a3a3;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 50px;
}

.newsInfoBox img {
    width: 690px;
    display: block;
    margin: 0 auto;
}

.newsInfoBack {
    width: 312px;
    height: 78px;
    background: #8C1F20;
    font-family: "Gotham-Light", "Regular";
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 78px;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
}

/* 防伪 */
.antiInt {
    width: 688px;
    height: 108px;
    display: block;
    margin: 0 auto;
    margin-top: 90px;
    font-family: "Gotham-Light", "Regular";
    font-size: 45px;
    color: #000;
    text-align: center;
    border: 1px solid #e1e1e1;
}

.antiErroTip {
    width: 582px;
    font-family: "Gotham-Bold", "Medium";
    font-size: 26px;
    color: #000;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 45px;
}

.antiErroTip i {
    color: red;
}

.antiBtn {
    width: 312px;
    height: 77px;
    background: #2170bc;
    font-family: "Regular";
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 77px;
    display: block;
    margin: 0 auto;
    margin-top: 62px;
    cursor: pointer;
}

/* 客户服务 */
.cusTit {
    width: 400px;
    font-family: "Regular";
    font-size: 33px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 67px;
    display: block;
}

.cusSubTit {
    width: 700px;
    font-family: "Regular";
    font-size: 28px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
}

.cush {
    width: 100%;
    font-family: "Bold";
    font-size: 35px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}

.cusList {
    width: 715px;
    margin: 0 auto;
    margin-top: 55px;
    overflow: hidden;
}

.cusList li {
    width: 715px;
    height: auto;
    background: #f8f8f8;
    float: left;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}

.cusList li.stop {
    margin-right: 0;
}

.cusList li .top {
    width: 630px;
    height: 185px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 auto;
    position: relative;
}

.cusList li .top .name {
    font-family: "Bold";
    font-size: 39px;
    color: #5A1F20;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.cusList li .top .tel {
    font-family: "Gotham-Black";
    font-size: 29px;
    color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
}

.cusList li .intro {
    width: 630px;
    /* height: 93px; */
    margin: 0 auto;
    margin-top: 30px;
    font-family: "Regular";
    font-size: 23px;
    color: #898989;
    margin-bottom: 30px;
}

.cuseg {
    display: none;
}

.cueTab {
    width: 100%;
    height: 100px;
    margin-top: 120px;
    text-align: center;
}

.cueTab span {
    height: 94px;
    font-family: "Bold";
    font-size: 50px;
    color: #a3a3a3;
    display: inline-block;
    border-bottom: 6px solid #fff;
    margin: 0 52px;
}

.cueTab span.on {
    color: #000;
    border-bottom: 6px solid #5A1F20;
}

.cusBom {
    width: 100%;
    /* height: 755px; */
    margin: 0 auto;
    margin-top: 10px;
    background: #f8f8f8;
}

.cusBom .cusBomBox {
    width: 690px;
    margin: 0 auto;
    overflow: hidden;
}

.cusBom .cusBomBox .labQues {
    width: 690px;
    float: left;
    margin-right: 22px;
    overflow: hidden;
    margin-bottom: 35px;
}

.cusBom .cusBomBox span {
    font-family: "Medium";
    font-size: 26px;
    color: #000;
    display: block;
    float: left;
    line-height: 63px;
    margin-right: 10px;
}

.cusBom .cusBomBox select {
    width: auto;
    height: 63px;
    padding: 0 28.5%;
    margin: 0;
    font-family: "Medium";
    font-size: 26px;
    color: #000;
    border: 1px solid #ddd;
    float: right;
    text-align: center;
    text-align-last: center;
    background: url('../img/qike/arr-select-other.png') no-repeat right center;
}

.cusBom .cusBomBox .labName {
    width: 690px;
    float: left;
    overflow: hidden;
    margin-right: 22px;
    margin-bottom: 35px;
}

.cusBom .cusBomBox .labName input {
    width: 499px;
    height: 63px;
    border: 1px solid #ddd;
    float: right;
    font-family: "Gotham-Light", "Medium";
    font-size: 26px;
    color: #000;
    text-align: center;
}

.cusBom .cusBomBox .labTel {
    width: 690px;
    float: left;
    overflow: hidden;
    margin-bottom: 35px;
}

.cusBom .cusBomBox .labTel input {
    width: 499px;
    height: 63px;
    border: 1px solid #ddd;
    float: right;
    font-family: "Gotham-Light";
    font-size: 26px;
    color: #000;
    text-align: center;
}

.cusBom .cusBomBox .labEmail {
    width: 690px;
    float: left;
    overflow: hidden;
    margin-bottom: 35px;
}

.cusBom .cusBomBox .labEmail input {
    width: 499px;
    height: 63px;
    border: 1px solid #ddd;
    float: right;
    font-family: "Gotham-Light";
    font-size: 26px;
    color: #000;
    text-align: center;
}

.cusBom .cusBomBox textarea {
    width: 688px;
    height: 166px;
    padding: 10px 0 0 10px;
    border: 1px solid #ddd;
    margin: 0 auto;
    margin-top: 30px;
    font-family: "Gotham-Light", "Medium";
    font-size: 26px;
    color: #000;
}

.cusBom .cusBomBox .btn {
    width: 290px;
    height: 74px;
    background: #8C1F20;
    font-family: "Medium";
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 74px;
    display: block;
    margin: 0 auto;
    margin-top: 46px;
    cursor: pointer;
}

/* 探索西屋 */
.expTxt {
    width: 100%;
    margin: 0 auto;
    margin-top: 120px;
    text-align: center;
    font-family: "Medium";
    font-size: 26px;
    color: #000;
}

.wapExpBox {
    width: 100%;
    position: relative;
    margin-top: 102px;
}

.wapExpBox img {
    width: 100%;
    display: block;
}

.wapExpBar {
    width: 73px;
    height: 194px;
    position: fixed;
    top: 500px;
    right: 32px;
    z-index: 99;
    display: none;
}

.wapExpBar .yearBox {
    width: 73px;
    height: 73px;
    position: absolute;
    left: 0;
    top: 0;
}

.wapExpBar .yearBox .arr {
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(0, -50%);
}

.wapExpBar .backUp {
    width: 73px;
    height: 73px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.wapExpBar .wapExpBarYears {
    width: 170px;
    position: absolute;
    left: -200px;
    top: 10px;
    display: none;
}

.wapExpBar .wapExpBarYears span {
    width: 170px;
    height: 54px;
    font-family: "Gotham-Light";
    font-size: 29px;
    color: #000;
    text-align: center;
    line-height: 54px;
    display: block;
    margin-bottom: 32px;
    background: #d8d8d8;
    position: relative;
}

.wapExpBar .wapExpBarYears span img {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
}

.wapExpBar .wapExpBarYears span.on {
    background: #8C1F20;
    color: #fff;
    font-weight: bold;
}

.wapExpBar .wapExpBarYears span.on img {
    display: block;
}

.wapWx{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    display: none;
}

.addUber{
    width: 100%;
    font-family: "Gotham-Light", "Regular";
    font-size: 25px;
    color: #000;
    text-align: center;
}

.addUber a{
    color: #0373c5;
}

.errTip{
    width: 100%;
    height: 800px; 
    position: relative;
}

.errTip .txt{
    width: 56%;
    height: 64px;
    background: url(../img/qike/unit.png) no-repeat left center;
    /* background-size: 32px 32px; */
    font-size: 30px;
    color: #000;
    padding-left: 85px;
    line-height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* 使用条款 */
.terms{
    width: 90%;
    margin: 0 auto;
}

.terms .title{
    width: 100%;
    font-size: 33px;
    color: #5A1F20;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.terms .colBule{
    width: 100%;
    font-size: 24px;
    color: #8C1F20;
    margin: 30px 0;
    display: block;
}

.terms .colBlack{
    width: 100%;
    font-size: 24px;
    color: #000;
    margin: 30px 0;
    display: block;
    line-height: 36px;
}

.terms .txtBox{
    width: 100%;
    margin: 20px 0;
}

.terms .txtBox .tit{
    width: 100%;
    font-size: 26px;
    color: #5A1F20;
    display: block;
    line-height: 36px;
    margin-bottom: 10px;
}

.terms .txtBox .txt{
    width: 100%;
    font-size: 24px;
    color: #000;
    display: block;
    line-height: 36px;
}

.terms .blue{
    color: #8C1F20;
    font-style: normal;
}

i{
    font-style: normal;
}