﻿@charset "utf-8";
@media only screen and (min-width: 800px) {
    body::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #fff;
    }
    /*定义滚动条轨道 内阴影+圆角*/
    body::-webkit-scrollbar-track {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: #fff;
    }
    /*定义滑块 内阴影+圆角*/
    body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #892323;
    }
}


/*=========
  基本默认值
  ==========*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}

html,
body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    /*苹果手机端滑动卡屏*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    /*手机端点击底部出现背景*/
    width: 100%;
    overflow-x: hidden;
    min-width: 320px;
    font-size: 12px;
}

body {
    color: #000;
    font-family: "Arial", "Microsoft YaHei";
}


/** Generated by FG **/

@font-face {
    font-family: 'ziti';
    src: url('/phone/fonts/DIN-Light.eot');
    src: local('☺'), url('/phone/fonts/DIN-Light.woff') format('woff'), url('/phone/fonts/DIN-Light.ttf') format('truetype'), url('/phone/fonts/DIN-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* @font-face {
	font-family: 'ziti1';
	src: url('/phone/fonts/FZSSJW_0.eot');
	src: local('☺'), url('/phone/fonts/FZSSJW_0.woff') format('woff'), url('/phone/fonts/FZSSJW_0.ttf') format('truetype'), url('/phone/fonts/FZSSJW_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */

@font-face {
    font-family: 'ziti1';
    src: url();
}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

::after,
::before {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    font-family: "Arial", "Microsoft YaHei";
    font-size: 12px;
    outline: none;
    appearance: none;
    /*清楚表单默认样式*/
    -moz-appearance: none;
    -webkit-appearance: none;
}


/*94%的内容*/

.wrap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    position: relative;
}

.wrap1 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    position: relative;
}


/*图片通用样式*/

.img-common {
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
}


/*清楚浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}


/*Flex居中样式*/

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}


/*动画*/

.donghua {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}


/*文字溢出*/

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../img/share/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.imgbox {
    overflow: hidden;
    position: relative;
}

.out-box {
    overflow: hidden;
    position: relative;
}


/* =========

    导航

 ========= */

.headerbox {
    height: 115px;
}

.headerbox .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 115px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    z-index: 1111;
}

.headerbox .header .logo {
    float: left;
    height: 115px;
    width: 310px;
}

.headerbox .header .logo .img1 {
    display: none;
}

.headerbox .header .hright {
    float: right;
}


/*顶部*/

.headerbox .header .hright .ntop {
    padding-top: 25px;
    height: 55px;
    position: relative;
}

.headerbox .header .hright .ntop .line {
    width: 100%;
    max-width: 600px;
    height: 1px;
    background-color: #dedede;
    background: -webkit-linear-gradient(left, #fff, #dedede);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fff, #dedede);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fff, #dedede);
    /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#dedede));
    background: -moz-linear-gradient(left, #fff, #dedede);
    background: -o-linear-gradient(left, #fff, #dedede);
    background: linear-gradient(to right, #fff, #dedede);
    /* 标准的语法 */
    position: absolute;
    right: 0;
    bottom: 0;
}

.headerbox .header .hright .ntop .nsearch {
    float: right;
    position: relative;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    border-left: 1px solid #e7e7e7;
}

.headerbox .header .hright .ntop .nsearch .word {
    padding-right: 25px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(/phone/images/srcivo_03.png);
    -moz-background-size: 14px 16px;
    background-size: 14px 16px;
    font-size: 13px;
    color: #b3b3b3;
    cursor: pointer;
}

.headerbox .header .hright .ntop .nsearch form {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 30px;
    background-color: #fff;
    z-index: 11;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.headerbox .header .hright .ntop .nsearch[data-on="on"] form {
    width: 200px;
}

.headerbox .header .hright .ntop .nsearch form input[type="text"] {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: none;
    height: 30px;
    background-color: #fff;
    padding: 0 10px;
}

.headerbox .header .hright .ntop .nsearch form input[type="submit"] {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/phone/images/srcivo_03.png);
    -moz-background-size: 14px 16px;
    background-size: 14px 16px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
}

.headerbox .header .hright .ntop .nlang {
    float: right;
    height: 16px;
    line-height: 16px;
    position: relative;
}

.headerbox .header .hright .ntop .nlang:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e0e0e0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.headerbox .header .hright .ntop .nlang .word {
    font-size: 13px;
    color: #787878;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}

.headerbox .header .hright .ntop .nlang .ll {
    padding: 0 10px;
    font-size: 13px;
    color: #787878;
}

.headerbox .header .hright .ntop .nlang .ll.on {
    color: #862225;
}


/*导航条*/

.headerbox .header .hright .nav {
    font-size: 0;
    text-align: right;
}

.headerbox .header .hright .nav .li1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 30px;
    position: relative;
}

.headerbox .header .hright .nav .li1:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #c70606;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.headerbox .header .hright .nav .li1.on:after {
    width: 100%;
}

.headerbox .header .hright .nav .li1 .a1 {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    position: relative;
    font-weight: bold;
}

.headerbox.down .header .nav .li1 .a1 {
    color: #191919;
}

.headerbox.down .header .nav .li1.on .a1 {
    color: #c70606;
}

.headerbox .header .hright .nav .li1 .sub {
    position: absolute;
    top: 100%;
    left: 50%!important;
    width: 120px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
    border-top: 1px solid #eeeeee;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none;
}

.headerbox .header .hright .nav .li1 .sub .list {
    padding: 10px 0;
}

.headerbox .header .hright .nav .li1 .sub .list .sub-a {
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}

.mm-nav-box {
    display: none;
}

@media only screen and (min-width: 601px) {
    .headerbox .header .top-link .word:hover {
        border: 1px solid #c70606;
        color: #c70606;
        background-image: url(/phone/images/hico1_03.png);
    }
    .headerbox .header .nav .li1 .sub .list .sub-a:hover {
        color: #c70606;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 1360px) {
    .headerbox {
        height: 100px;
    }
    .headerbox .header {
        height: 100px;
    }
    .headerbox .header .logo {
        height: 100px;
        width: 300px;
    }
    .headerbox .header .hright .ntop {
        height: 40px;
        padding-top: 10px;
    }
    .headerbox .header .hright .nav .li1 .a1 {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .headerbox {
        height: 90px;
    }
    .headerbox .header {
        height: 90px;
    }
    .headerbox .header .logo {
        height: 90px;
        width: 280px;
    }
    .headerbox .header .hright .ntop {
        height: 40px;
        padding-top: 12px;
    }
    .headerbox .header .hright .nav .li1 .a1 {
        height: 50px;
        line-height: 50px;
    }
    .headerbox .header .hright .nav .li1 {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .headerbox {
        height: 55px;
    }
    .headerbox .header {
        height: 55px;
    }
    .headerbox .header .logo {
        height: 55px;
        width: 55px;
    }
    .headerbox .header .logo .img {
        display: none;
    }
    .headerbox .header .logo .img1 {
        display: block;
    }
    .headerbox .header .hright .nav {
        display: none;
    }
    .headerbox .header .hright .ntop {
        height: 55px;
        padding-top: 0;
    }
    .headerbox .header .hright .ntop .line {
        display: none;
    }
    .headerbox .header .hright .ntop .nsearch {
        height: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }
    .headerbox .header .hright .ntop .nsearch form {
        height: 40px;
    }
    .headerbox .header .hright .ntop .nsearch form input[type="text"] {
        height: 40px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .headerbox .header .hright .ntop .nsearch form input[type="submit"] {
        width: 40px;
        height: 40px;
    }
    .headerbox .header .hright .ntop .nlang {
        height: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
    }
    .headerbox .header .mmbtn {
        float: right;
        width: 30px;
        height: 55px;
        margin-left: 20px;
        padding-left: 20px;
        position: relative;
    }
    .headerbox .header .mmbtn .line {
        width: 25px;
        height: 2px;
        background-color: #892323;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }
    .headerbox .header .mmbtn .line.l1 {
        margin-top: -8px;
    }
    .headerbox .header .mmbtn .line.l3 {
        margin-top: 8px;
    }
    .headerbox .header .mmbtn[data-on="on"] .line.l1 {
        margin-top: 0;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
    .headerbox .header .mmbtn[data-on="on"] .line.l2 {
        display: none;
    }
    .headerbox .header .mmbtn[data-on="on"] .line.l3 {
        margin-top: 0;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }
    .mm-nav-box {
        display: block;
        position: fixed;
        left: 0;
        top: 55px;
        width: 100%;
        z-index: 1111;
        overflow-y: auto;
        background-color: #fff;
        height: -webkit-calc(100vh - 50px);
        height: -moz-calc(100vh - 50px);
        height: calc(100vh - 50px);
        opacity: 0;
        visibility: hidden;
    }
    .mm-nav-box[data-on="active"] {
        opacity: 1;
        visibility: visible;
    }
    .mm-nav-box .mm-nav .li1 {
        background-color: #fff;
    }
    .mm-nav-box .mm-nav .li1 .mm-title {
        display: block;
        padding: 15px 30px;
        position: relative;
        border-bottom: 1px solid #e6e6e6;
    }
    .mm-nav-box .mm-nav .li1 .mm-title .a1 {
        font-weight: bold;
        color: #191919;
        font-size: 14px;
    }
    .mm-nav-box .mm-nav .li1[data-on="on"] .mm-title .a1 {
        color: #ab050b;
    }
    .mm-nav-box .mm-nav .li1 .mm-title .click {
        position: absolute;
        right: 30px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: transparent #ab050b #ab050b transparent;
        margin-top: -7px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mm-nav-box .mm-nav .li1 .mm-innav {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
        display: none;
    }
    .mm-nav-box .mm-nav .li1 .mm-innav li {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }
    .mm-nav-box .mm-nav .li1 .mm-innav li a {
        font-size: 14px;
        color: #292929;
    }
    .mm-nav-box .mm-nav .li1[data-on="on"] .mm-innav {
        display: block;
    }
}

@media only screen and (max-width: 414px) {
    .mm-nav-box .mm-nav .li1 .mm-title {
        padding: 3%;
    }
    .mm-nav-box .mm-nav .li1 .mm-innav {
        padding-left: 5%;
        padding-right: 5%;
    }
}


/* =========

    首页

 ========= */


/*首页大图轮播*/

.inbswiperbox {
    position: relative;
}

.inbswiperbox .inbanner-swiper .swiper-wrapper .swiper-slide .inbanner {
    padding-top: -webkit-calc(630 / 1925 * 100%);
    padding-top: -moz-calc(630 / 1925 * 100%);
    padding-top: calc(630 / 1925 * 100%);
    display: block;
    position: relative;
}

.inbswiperbox .inbanner-swiper .inbanner-pagination {
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    z-index: 11;
}

.inbswiperbox .inbanner-swiper .inbanner-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #fff;
    opacity: 1;
}

.inbswiperbox .inbanner-swiper .inbanner-pagination .swiper-pagination-bullet:after {
    display: none;
}

.inbswiperbox .inbanner-swiper .inbanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #862225;
}

.inbswiperbox .mmbanner-swiper {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .inbswiperbox .inbanner-swiper .inbanner-pagination {
        bottom: 3%;
    }
}

@media only screen and (max-width: 414px) {
    .inbswiperbox .inbanner-swiper {
        display: none;
    }
    .inbswiperbox .mmbanner-swiper {
        display: block;
    }
    .inbswiperbox .mmbanner-swiper .swiper-wrapper .swiper-slide .inbanner {
        padding-top: -webkit-calc(270 / 375 * 100%);
        padding-top: -moz-calc(270 / 375 * 100%);
        padding-top: calc(270 / 375 * 100%);
        display: block;
    }
}


/*打造*/

.inplay-bg {
    padding: 90px 0;
}

.inplay-bg .ptheme {
    text-align: center;
    margin-bottom: 70px;
}

.inplay-bg .ptheme .ww {
    padding: 0 30px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 22px;
    color: #8a292b;
    font-family: 'ziti1';
    font-weight: bold;
}

.inplay-bg .ptheme .ww:before {
    content: "";
    width: 124px;
    height: 4px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(/phone/images/ww_03.png);
}

.inplay-bg .ptheme .ww:after {
    content: "";
    width: 124px;
    height: 4px;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(/phone/images/ww_05.png);
}

.inplay-bg .inplay-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    cursor: pointer;
}

.inplay-bg .inplay-swiper .swiper-wrapper .swiper-slide .ico {
    width: 70px;
    height: 70px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 20px;
}

.inplay-bg .inplay-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 15px;
    color: #191919;
    font-weight: bold;
    margin-bottom: 10px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.inplay-bg .inplay-swiper .swiper-wrapper .swiper-slide .demo {
    font-size: 13px;
    color: #191919;
    line-height: 2;
    max-width: 240px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.inplay-pagination {
    display: none;
}

@media only screen and (min-width: 601px) {
    .inplay-bg .inplay-swiper .swiper-wrapper .swiper-slide:hover .ico {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    .inplay-bg .inplay-swiper .swiper-wrapper .swiper-slide:hover .title {
        color: #892323;
    }
}

@media only screen and (max-width: 1360px) {
    .inplay-bg {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .inplay-bg {
        padding: 50px 0;
    }
    .inplay-bg .ptheme {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .inplay-bg {
        padding: 30px 0;
    }
    .inplay-bg .ptheme {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .inplay-bg {
        padding: 6% 0;
    }
    .inplay-bg .ptheme {
        margin-bottom: 6%;
    }
    .inplay-bg .ptheme .ww:before {
        display: none;
    }
    .inplay-bg .ptheme .ww:after {
        display: none;
    }
    .inplay-bg .ptheme .ww {
        padding: 0;
        font-size: 16px;
    }
    .inplay-bg .inplay-swiper .swiper-wrapper .swiper-slide .demo {
        font-size: 12px;
    }
    .inplay-pagination {
        display: block;
    }
    .inplay-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: 1px solid rgba(137, 35, 35, .36);
    }
    .inplay-pagination .swiper-pagination-bullet:after {
        display: none;
    }
    .inplay-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #892323;
    }
    .inplay-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        display: block;
    }
}

.btbox {
    text-align: center;
}

.btbox .bt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 10px;
}

.btbox .msg {
    font-size: 18px;
    color: #8a292b;
}


/*沉香产品*/

.inpro-theme {
    height: 240px;
    position: relative;
}

.inpro-theme:after {
    content: "";
    border-style: solid;
    border-width: 10px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.inpro-theme .btbox .msg {
    color: #fff;
}


/*产品分类*/

.inpro-list {
    padding-top: 60px;
    padding-bottom: 80px;
}

.plist {
    overflow: hidden;
}

.plist .pitem {
    width: -webkit-calc((100% - 100px) / 3);
    width: -moz-calc((100% - 100px) / 3);
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 30px;
    float: left;
}

.plist .pitem:nth-child(3n) {
    margin-right: 0;
}

.plist .pitem .imgbox {
    border: 3px solid #fff;
}

.plist .pitem .imgbox .pimg {
    padding-top: -webkit-calc(330 / 424 * 100%);
    padding-top: -moz-calc(330 / 424 * 100%);
    padding-top: calc(330 / 424 * 100%);
}

.plist .pitem .classname {
    font-size: 18px;
    color: #191919;
    height: 75px;
    line-height: 75px;
    text-align: center;
}

.inmore {
    width: 280px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #892323;
    display: block;
}

.inmore .word {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    line-height: 14px;
    color: #8a292b;
    padding-left: 16px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(/phone/images/mm_01.png);
    -moz-background-size: 10px;
    background-size: 10px;
}

@media only screen and (min-width: 601px) {
    .plist .pitem:hover .imgbox {
        border: 3px solid #892323;
    }
    .plist .pitem:hover .classname {
        background-color: #892323;
        color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/phone/images/hh_03.png);
        -moz-background-size: cover;
        background-size: cover;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }
    .inmore:hover {
        background-color: #892323;
    }
    .inmore:hover .word {
        color: #fff;
        background-image: url(/phone/images/hmm_01.png);
    }
}

@media only screen and (max-width: 1360px) {
    .inpro-list {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .inpro-list {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .plist .pitem .classname {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .inpro-theme {
        height: 200px;
    }
    .plist .pitem {
        width: -webkit-calc((100% - 60px) / 3);
        width: -moz-calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    .inpro-theme {
        height: 150px;
    }
    .plist .pitem {
        width: -webkit-calc((100% - 30px) / 2);
        width: -moz-calc((100% - 30px) / 2);
        width: calc((100% - 30px) / 2);
    }
    .plist .pitem:nth-child(3n) {
        margin-right: 30px;
    }
    .plist .pitem:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 414px) {
    .btbox .bt {
        width: 80%;
    }
    .btbox .msg {
        font-size: 14px;
    }
    .inpro-list {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .plist .pitem {
        width: -webkit-calc((100% - 20px) / 2);
        width: -moz-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .plist .pitem:nth-child(3n) {
        margin-right: 20px;
    }
    .plist .pitem:nth-child(2n) {
        margin-right: 0;
    }
    .plist .pitem .classname {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .plist {
        padding-bottom: 3%;
    }
}


/*首页香城集团*/

.inxc-bg {
    border-top: 1px solid #d5d5d5;
    padding: 100px 0;
}

.inxc-bg .xcbox .xcleft {
    overflow: hidden;
    width: -webkit-calc(97% - 780px);
    width: -moz-calc(97% - 780px);
    width: calc(97% - 780px);
    float: left;
    padding-left: 160px;
    padding-top: 8px;
    position: relative;
    min-height: 480px;
}

.inxc-bg .xcbox .xcleft .xlogo {
    position: absolute;
    left: 0;
    top: 10px;
}

.inxc-bg .xcbox .xcleft .xbt {
    margin-bottom: 20px;
}

.inxc-bg .xcbox .xcleft .xcontent {
    font-size: 14px;
    color: #151515;
    line-height: 2;
    margin-bottom: 30px;
}

.inxc-bg .xcbox .xcleft .xmore {
    font-size: 14px;
    color: #892323;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 20px;
    position: relative;
}

.inxc-bg .xcbox .xcleft .xmore:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inxc-bg .xcbox .xcleft .xmore:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.inxc-bg .xcbox .xcright {
    width: 780px;
    float: right;
    position: relative;
    padding: 10px;
    border: 1px solid #892323;
}

.inxc-bg .xcbox .xcright:before {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #892323;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inxc-bg .xcbox .xcright:after {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #892323;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.inxc-bg .xcbox .xcright .lu {
    content: "";
    width: 3px;
    height: 70px;
    background-color: #892323;
    position: absolute;
}

.inxc-bg .xcbox .xcright .lu.l1 {
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.inxc-bg .xcbox .xcright .lu.l2 {
    top: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}

.inxc-bg .xcbox .xcright .videobox {
    padding-top: -webkit-calc(460 / 750 * 100%);
    padding-top: -moz-calc(460 / 750 * 100%);
    padding-top: calc(460 / 750 * 100%);
    position: relative;
    overflow: hidden;
}

.inxc-bg .xcbox .xcright .videobox .mejs-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 1000!important;
}

.inxc-bg .xcbox .xcright .videobox .mejs-container img {
    display: block;
}

.inxc-bg .xcbox .xcright .videobox .mejs-container .mejs-overlay-button {
    width: 76px;
    height: 76px;
    background-image: url(/phone/images/play_03.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-size: cover;
    background-size: cover;
}

.inxc-bg .xcbox .xcright iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}

@media only screen and (max-width: 1360px) {
    .inxc-bg {
        padding: 80px 0;
    }
    .inxc-bg .xcbox .xcleft {
        width: -webkit-calc(97% - 680px);
        width: -moz-calc(97% - 680px);
        width: calc(97% - 680px);
    }
    .inxc-bg .xcbox .xcright {
        width: 680px;
    }
}

@media only screen and (max-width: 1280px) {
    .inxc-bg {
        padding: 60px 0;
    }
    .inxc-bg .xcbox .xcleft {
        width: -webkit-calc(97% - 620px);
        width: -moz-calc(97% - 620px);
        width: calc(97% - 620px);
    }
    .inxc-bg .xcbox .xcright {
        width: 620px;
    }
}

@media only screen and (max-width: 1024px) {
    .inxc-bg {
        padding: 30px 0;
    }
    .inxc-bg .xcbox .xcleft {
        width: 100%;
        float: none;
        padding: 0;
        min-height: auto;
        margin-bottom: 5%;
    }
    .inxc-bg .xcbox .xcleft .xlogo {
        display: none;
    }
    .inxc-bg .xcbox .xcleft .xbt {
        width: 200px;
    }
    .inxc-bg .xcbox .xcright {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .inxc-bg .xcbox .xcleft .xbt {
        width: 160px;
    }
}

@media only screen and (max-width: 414px) {
    .inxc-bg {
        padding: 6% 0;
    }
    .inxc-bg .xcbox .xcleft .xbt {
        width: 120px;
        margin-bottom: 5%;
    }
    .inxc-bg .xcbox .xcleft .xcontent {
        margin-bottom: 6%;
    }
    .inxc-bg .xcbox .xcright .videobox .mejs-container .mejs-overlay-button {
        width: 56px;
        height: 56px;
        margin: -28px 0 0 -28px;
    }
}


/*首页产业布局*/

.inlay-bg {
    padding: 90px 0;
}

.inlay-bg .gallery-thumbs {
    margin-top: 45px;
}

.inlay-bg .gallery-thumbs .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.inlay-bg .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: auto!important;
    padding-bottom: 60px;
}

.inlay-bg .gallery-thumbs .swiper-wrapper .swiper-slide .class {
    min-width: 60px;
    margin: 0 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(/phone/images/ll_03.png);
    font-size: 16px;
    color: #191919;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.inlay-bg .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .class {
    background-image: url(/phone/images/ll_05.png);
    color: #8f4e50;
}

.inlay-bg .gallerybox {
    position: relative;
}

.inlay-bg .gallerybox .jt {
    border-style: solid;
    border-width: 10px 15px;
    border-color: transparent transparent rgba(0, 0, 0, .6) transparent;
    position: absolute;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner {
    height: 550px;
    position: relative;
}

.inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 50px solid rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

.inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lleft {
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lleft .llimg {
    display: none;
}

.inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lright {
    width: 500px;
    background-color: rgba(0, 0, 0, .6);
    ;
    padding-left: 70px;
    padding-top: 15px;
    padding-bottom: 30px;
    overflow-y: auto;
    color: #fff;
}

.inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lright .cn {
    font-size: 24px;
    margin-bottom: 5px;
}

.inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lright .en {
    font-size: 12px;
    margin-bottom: 30px;
}

.inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lright .content {
    font-size: 14px;
    line-height: 2;
}

.inlay-bg .gallerybox .gallery-top .btn {
    position: absolute;
    right: 400px;
    bottom: 50px;
    z-index: 111;
}

.inlay-bg .gallerybox .gallery-top .btn .bb {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, .2);
    position: relative;
    cursor: pointer;
}

.inlay-bg .gallerybox .gallery-top .btn .bb.inlay-prev:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .5) transparent transparent rgba(255, 255, 255, .5);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.inlay-bg .gallerybox .gallery-top .btn .bb.inlay-next:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, .5) transparent transparent rgba(255, 255, 255, .5);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media only screen and (min-width: 601px) {
    .inlay-bg .gallery-thumbs .swiper-wrapper .swiper-slide:hover .class {
        background-image: url(/phone/images/ll_05.png);
        color: #8f4e50;
    }
}

@media only screen and (max-width: 1360px) {
    .inlay-bg {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .inlay-bg {
        padding: 50px 0;
    }
    .inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox {
        border: 30px solid rgba(0, 0, 0, .6);
    }
    .inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lright {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .inlay-bg {
        padding: 30px 0;
    }
    .inlay-bg .gallery-thumbs .swiper-wrapper .swiper-slide {
        padding-bottom: 40px;
    }
    .inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner {
        height: auto;
        background-image: none!important;
    }
    .inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox {
        border: none;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        position: relative;
    }
    .inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lleft {
        width: 100%;
    }
    .inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lleft .llimg {
        padding-top: -webkit-calc(550 / 1400 * 100%);
        padding-top: -moz-calc(550 / 1400 * 100%);
        padding-top: calc(550 / 1400 * 100%);
        display: block;
    }
    .inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lright {
        width: 100%;
        padding: 30px;
        overflow: hidden;
        background-color: #fff;
        color: #000;
    }
    .inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lright .en {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 414px) {
    .inlay-bg {
        padding: 6% 0;
    }
    .inlay-bg .gallery-thumbs .swiper-wrapper {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }
    .inlay-bg .gallery-thumbs .swiper-wrapper .swiper-slide {
        padding-bottom: 6%;
    }
    .inlay-bg .gallery-thumbs .swiper-wrapper .swiper-slide .class {
        margin: 0;
        margin-right: 30px;
    }
    .inlay-bg .gallerybox .jt {
        display: none;
    }
    .inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lright {
        padding: 0;
        padding-top: 6%;
    }
    .inlay-bg .gallerybox .gallery-top .swiper-wrapper .swiper-slide .lanner .lbox .lright .cn {
        font-size: 20px;
    }
    .inlay-bg .gallery-thumbs {
        margin-top: 6%;
    }
}


/*品牌合作*/

.incloud {
    padding-top: 50px;
    padding-bottom: 70px;
    border-top: 1px solid #d5d5d5;
}

.inbrand-bg {
    margin-bottom: 60px;
}

.inbrand-bg .inbrand-swiper {
    margin-top: 40px;
}

.inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib {
    display: block;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib .title {
    font-size: 24px;
    color: #191919;
    height: 115px;
    line-height: 115px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib .imgbox:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib .imgbox .bimg {
    padding-top: -webkit-calc(150 / 260 * 100%);
    padding-top: -moz-calc(150 / 260 * 100%);
    padding-top: calc(150 / 260 * 100%);
}

.inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib .imgbox .bdemo {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    z-index: 11;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib .word {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #8a2a2c;
}

.inbrand-pagination {
    display: none;
}

@media only screen and (min-width: 601px) {
    .inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib:hover .title {
        color: #892323;
    }
    .inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib:hover .imgbox:after {
        opacity: 1;
        visibility: visible;
    }
    .inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib:hover .imgbox .bdemo {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 414px) {
    .inbrand-pagination {
        display: block;
    }
    .inbrand-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: 1px solid rgba(137, 35, 35, .36);
    }
    .inbrand-pagination .swiper-pagination-bullet:after {
        display: none;
    }
    .inbrand-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        border: 1px solid #892323;
    }
    .inbrand-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        display: block;
    }
}


/*合作快讯*/

.inmsg-bg .inmsg-swiper {
    margin-top: 50px;
}

.inmsg-bg .inmsg-swiper .swiper-wrapper .swiper-slide .lim {
    display: block;
    position: relative;
}

.inmsg-bg .inmsg-swiper .swiper-wrapper .swiper-slide .lim .mimg {
    padding-top: -webkit-calc(190 / 280 * 100%);
    padding-top: -moz-calc(190 / 280 * 100%);
    padding-top: calc(190 / 280 * 100%);
}

.inmsg-bg .inmsg-swiper .swiper-wrapper .swiper-slide .lim .demo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding: 10px 15px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.inmsg-bg .inmsg-swiper .swiper-wrapper .swiper-slide .lim .demo .text {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}

@media only screen and (min-width: 601px) {
    .inmsg-bg .inmsg-swiper .swiper-wrapper .swiper-slide .lim:hover .demo {
        background-color: rgba(128, 29, 30, .6);
    }
}

@media only screen and (max-width: 1280px) {
    .incloud {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {
    .inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib .title {
        height: 100px;
        line-height: 100px;
    }
}

@media only screen and (max-width: 414px) {
    .incloud {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib .title {
        height: 80px;
        line-height: 80px;
        font-size: 20px;
    }
    .inbrand-bg .inbrand-swiper .swiper-wrapper .swiper-slide .lib .word {
        height: 55px;
        line-height: 55px;
    }
    .btbox .bt.inmsg {
        width: 50%;
    }
    .inbrand-bg {
        margin-bottom: 6%;
    }
    .inbrand-bg .inbrand-swiper {
        margin-top: 5%;
    }
    .inmsg-bg .inmsg-swiper {
        margin-top: 6%;
    }
}


/*首页资讯中心*/

.innews-bg {
    padding: 90px 0;
    max-width: 1200px;
}

.innews-bg .nlist {
    padding-top: 40px;
    padding-bottom: 60px;
}

.innews-bg .nlist .lin {
    width: 50%;
    float: left;
    padding-right: 10px;
    border-bottom: 1px solid #e5e5e5;
    height: 70px;
    line-height: 70px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

.innews-bg .nlist .lin:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #892323;
    position: absolute;
    left: 0;
    bottom: 0;
}

.innews-bg .nlist .lin:nth-child(2n) {
    padding-right: 0;
    padding-left: 10px;
}

.innews-bg .nlist .lin .title {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    font-size: 18px;
    color: #191919;
}

.innews-bg .nlist .lin .time {
    width: 70px;
    font-size: 12px;
    color: #191919;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

@media only screen and (min-width: 601px) {
    .innews-bg .nlist .lin:hover:after {
        width: 100%;
    }
    .innews-bg .nlist .lin:hover .title {
        color: #892323;
    }
}

@media only screen and (max-width: 1360px) {
    .innews-bg {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .innews-bg {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .innews-bg {
        padding: 30px 0;
    }
    .innews-bg .nlist .lin .title {
        font-size: 16px;
    }
    .innews-bg .nlist {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .innews-bg .nlist .lin {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    .innews-bg .nlist .lin:nth-child(2n) {
        padding: 0;
    }
}

@media only screen and (max-width: 414px) {
    .innews-bg {
        padding: 6% 0;
    }
    .innews-bg .nlist {
        padding: 6% 0;
    }
}


/* =========

通用内页大图

 ========= */

.allpage-banner {
    position: relative;
}

.allpage-banner .abanner {
    padding-top: -webkit-calc(345 / 1920 * 100%);
    padding-top: -moz-calc(345 / 1920 * 100%);
    padding-top: calc(345 / 1920 * 100%);
}

.allpage-banner.news .abanner {
    padding-top: -webkit-calc(270 / 1920 * 100%);
    padding-top: -moz-calc(270 / 1920 * 100%);
    padding-top: calc(270 / 1920 * 100%);
}

.allpage-banner .word {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 36px;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* =========

	园区观赏大图

 ========= */

.showbanner-swiper .swiper-wrapper .swiper-slide .sbanner {
    padding-top: -webkit-calc(520 / 1920 * 100%);
    padding-top: -moz-calc(520 / 1920 * 100%);
    padding-top: calc(520 / 1920 * 100%);
}

.showbanner-swiper .showbanner-pagination {
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    z-index: 11;
}

.showbanner-swiper .showbanner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.showbanner-swiper .showbanner-pagination .swiper-pagination-bullet:after {
    display: none;
}

.showbanner-swiper .showbanner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #c70606;
}

@media only screen and (max-width: 1024px) {
    .allpage-banner .word {
        font-size: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .allpage-banner .abanner {
        padding-top: -webkit-calc(345 / 1920 * 200%);
        padding-top: -moz-calc(345 / 1920 * 200%);
        padding-top: calc(345 / 1920 * 200%);
    }
    .allpage-banner .word {
        font-size: 24px;
    }
    .showbanner-swiper .showbanner-pagination {
        bottom: 5%;
    }
    .showbanner-swiper .showbanner-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
}


/* =========

	路径

 ========= */

.pathbox {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #767676;
}

.pathbox a {
    color: #767676;
}

@media only screen and (min-width: 601px) {
    .pathbox a:hover {
        color: #892323;
    }
}

@media only screen and (max-width: 414px) {
    .pathbox {
        height: 50px;
        line-height: 50px;
        font-size: 12px;
    }
}


/* =========

	通用分页

 ========= */

.allfenye {
    text-align: center;
    font-size: 0;
}

.allfenye .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #e7e7e7;
    text-align: center;
    font-size: 14px;
    color: #892323;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 6px;
    vertical-align: top;
}

.allfenye .btn.on {
    background-color: #a7180e;
    color: #fff;
}

.allfenye .link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40px;
    height: 40px;
    background-color: #e7e7e7;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    margin: 0 6px;
}

.allfenye .link.prev {
    background-image: url(/phone/images/prev_03.png);
}

.allfenye .link.next {
    background-image: url(/phone/images/next_03.png);
}

@media only screen and (min-width: 601px) {
    .allfenye .btn:hover {
        background-color: #a7180e;
        color: #fff;
    }
    .allfenye .link.prev:hover {
        background-color: #a7180e;
        background-image: url(/phone/images/hprev_03.png);
    }
    .allfenye .link.next:hover {
        background-color: #a7180e;
        background-image: url(/phone/images/hnext_03.png);
    }
}


/* =========

    沉香产品

 ========= */


/*跟随菜单*/

.pspace {
    height: 65px;
    margin-bottom: 20px;
    position: relative;
}

.pspace .swiperbox {
    background-color: #892323;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.pspace[data-on="on"] .swiperbox {
    position: fixed;
    left: 0;
    top: 115px;
    width: 100%;
    z-index: 111;
}

.pspace .swiperbox .wrap {
    padding-left: 110px;
}

.pspace .swiperbox .wrap .word {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #d6aa62;
    font-weight: bold;
}

.pspace .swiperbox .wrap .pclass-swiper:after {
    content: "";
    width: 1px;
    height: 36px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pspace .swiperbox .wrap .pclass-swiper .swiper-wrapper .swiper-slide {
    width: auto!important;
}

.pspace .swiperbox .wrap .pclass-swiper .swiper-wrapper .swiper-slide .pp {
    display: block;
    height: 65px;
    line-height: 65px;
    padding: 0 35px;
    font-size: 14px;
    color: #fff;
}

.pspace .swiperbox .wrap .pclass-swiper .swiper-wrapper .swiper-slide .pp.on {
    color: #d6aa62;
}

.product-bg .psearch {
    max-width: 570px;
    margin-right: 0;
    margin-left: auto;
    border: 1px solid #892323;
    padding-left: 90px;
    position: relative;
}

.product-bg .psearch .tie {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    font-size: 14px;
    color: #872525;
    text-align: center;
}

.product-bg .psearch form {
    position: relative;
    padding-right: 45px;
}

.product-bg .psearch form:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #872525;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-bg .psearch form input[type="text"] {
    width: 100%;
    height: 45px;
    border: none;
    padding: 0 20px;
}

.product-bg .psearch form input[type="text"]:-moz-placeholder {
    color: #b1b1b1;
    font-size: 14px;
}

.product-bg .psearch form input[type="text"]:-ms-input-placeholder {
    color: #b1b1b1;
    font-size: 14px;
}

.product-bg .psearch form input[type="text"]::-webkit-input-placeholder {
    color: #b1b1b1;
    font-size: 14px;
}

.product-bg .psearch form input[type="submit"] {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/phone/images/sico_03.png);
    -moz-background-size: 19px;
    background-size: 19px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.product-bg .product-main {
    padding-top: 20px;
    padding-bottom: 80px;
}

.product-bg .product-main .pitem {
    margin-bottom: 30px;
}

.product-bg .product-main .pitem .ptheme {
    height: 70px;
    line-height: 70px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dadada;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.product-bg .product-main .pitem .ptheme .bt {
    font-size: 24px;
    color: #191919;
    padding-left: 50px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(/phone/images/iico_03.png);
}

.product-bg .product-main .pitem .ptheme .more {
    font-size: 16px;
    color: #892323;
    padding-right: 10px;
    position: relative;
}

.product-bg .product-main .pitem .ptheme .more:before {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-bg .product-main .pitem .ptheme .more:after {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}


/*搜索结果*/

.search-p {
    padding: 60px 0;
}

.search-p .nothing {
    text-align: center;
    font-size: 20px;
}

@media only screen and (min-width: 601px) {
    .pspace .swiperbox .wrap .pclass-swiper .swiper-wrapper .swiper-slide .pp:hover {
        color: #d6aa62;
    }
}


/* =========

    产品列表

 ========= */

.plistbox {
    padding-top: 70px;
    padding-bottom: 120px;
}

@media only screen and (max-width: 1360px) {
    .pspace[data-on="on"] .swiperbox {
        top: 99px;
    }
}

@media only screen and (max-width: 1280px) {
    .pspace[data-on="on"] .swiperbox {
        top: 89px;
    }
}

@media only screen and (max-width: 1024px) {
    .pspace[data-on="on"] .swiperbox {
        top: 54px;
    }
    .pspace .swiperbox .wrap {
        padding-left: 80px;
    }
    .pspace .swiperbox .wrap .pclass-swiper .swiper-wrapper .swiper-slide .pp {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 414px) {
    .pspace .swiperbox .wrap {
        padding-left: 0;
    }
    .pspace .swiperbox .wrap .word {
        display: none;
    }
    .pspace .swiperbox .wrap .pclass-swiper:after {
        display: none;
    }
    .pspace .swiperbox .wrap .pclass-swiper .swiper-wrapper .swiper-slide .pp {
        height: 45px;
        line-height: 45px;
        padding: 0;
    }
}

@media only screen and (max-width: 375px) {}


/* =========

    产品详情

 ========= */

.pview-bg {
    border-bottom: 1px solid #d6d6d6;
}

.pview-bg .wrap {
    max-width: 1300px;
}

.pview-bg .wrap img {
    display: block;
    margin: 0 auto;
}

.pview-bg .pv-top {
    padding: 30px 0;
}

.pview-bg .pv-top .pvleft {
    width: -webkit-calc(97% - 540px);
    width: -moz-calc(97% - 540px);
    width: calc(97% - 540px);
    max-width: 700px;
    float: left;
    padding: 0 40px;
    position: relative;
}

.pview-bg .pv-top .pvleft .pview-swiper .swiper-wrapper .swiper-slide .pvimg {
    padding-top: -webkit-calc(480 / 615 * 100%);
    padding-top: -moz-calc(480 / 615 * 100%);
    padding-top: calc(480 / 615 * 100%);
}

.pview-bg .pv-top .pvleft .pview-swiper .pview-pagination {
    margin-top: 15px;
    text-align: center;
}

.pview-bg .pv-top .pvleft .pview-swiper .pview-pagination .swiper-pagination-bullet:after {
    width: 8px;
    height: 8px;
}

.pview-bg .pv-top .pvleft .pview-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

.pview-bg .pv-top .pvleft .pview-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #b2b2b2 transparent transparent #b2b2b2;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pview-bg .pv-top .pvleft .pview-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

.pview-bg .pv-top .pvleft .pview-next:after {
    content: "";
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #b2b2b2 transparent transparent #b2b2b2;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.pview-bg .pv-top .pvright {
    width: 540px;
    float: right;
}

.pview-bg .pv-top .pvright .title {
    font-size: 24px;
    color: #191919;
    margin-bottom: 10px;
}

.pview-bg .pv-top .pvright .msgbox {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.pview-bg .pv-top .pvright .msgbox .mm {
    line-height: 30px;
    font-size: 14px;
    color: #8f8f8f;
}

.pview-bg .pv-top .pvright .msgbox .mm span {
    color: #191919;
}

.pview-bg .pv-top .pvright .msgbox .mm span.num {
    font-size: 18px;
    color: #862225;
}

.pview-bg .pv-top .pvright .demo {
    padding-top: 20px;
    padding-bottom: 70px;
    font-size: 14px;
    color: #191919;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.pview-bg .pv-top .pvright .btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    line-height: 40px;
}

.pview-bg .pv-top .pvright .btm .book {
    width: 190px;
    height: 40px;
    line-height: 40px;
    background-color: #8a2a2c;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.pview-bg .pv-top .pvright .btm .bdsharebuttonbox a {
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #892323;
    position: relative;
    padding-left: 25px;
    background-image: url(/phone/images/pshare_03.png);
    -moz-background-size: 20px;
    background-size: 20px;
    background-position: left;
}

.pview-bg .pv-content {
    padding-top: 50px;
    padding-bottom: 70px;
    font-size: 14px;
    color: #191919;
    overflow: hidden;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.bookbox {
    height: 100%;
    border: 1px solid #892323;
}

.bookbox .phone {
    border-top: 1px solid #892323;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #892323;
    padding-left: 60px;
    background-position: 16px;
    background-repeat: no-repeat;
    background-image: url(/phone/images/lphone_03.png);
    position: relative;
}

.bookbox .phone:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(137, 35, 35, .22);
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*畅销推荐*/

.ptj-box {
    padding: 40px 0;
}

.ptj-box .theme {
    margin-bottom: 40px;
    font-size: 24px;
    color: #5e0002;
    text-align: center;
    padding-top: 30px;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(/phone/images/sdgg_03.png);
}

.ptj-box .plist .pitem {
    width: -webkit-calc((100% - 75px) / 4);
    width: -moz-calc((100% - 75px) / 4);
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
}

.ptj-box .plist .pitem:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .pview-bg .pv-top .pvleft {
        width: 100%;
        max-width: none;
        float: none;
        padding: 0 40px;
    }
    .pview-bg .pv-top .pvright {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .ptj-box .plist .pitem {
        width: -webkit-calc((100% - 50px) / 3);
        width: -moz-calc((100% - 50px) / 3);
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
    }
    .ptj-box .plist .pitem:nth-child(4n) {
        margin-right: 25px;
    }
    .ptj-box .plist .pitem:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 414px) {
    .ptj-box .plist .pitem {
        width: -webkit-calc((100% - 10px) / 2);
        width: -moz-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
    .ptj-box .plist .pitem:nth-child(4n) {
        margin-right: 0;
    }
    .ptj-box .plist .pitem:nth-child(3n) {
        margin-right: 10px;
    }
    .ptj-box .plist .pitem:nth-child(2n) {
        margin-right: 0;
    }
    .pview-bg .pv-top .pvright .title {
        font-size: 20px;
    }
    .pview-bg .pv-top .pvright .demo {
        padding-top: 3%;
        padding-bottom: 6%;
    }
    .pview-bg .pv-content {
        padding: 6% 0;
    }
    .ptj-box {
        padding: 6% 0;
    }
    .ptj-box .theme {
        margin-bottom: 5%;
        font-size: 20px;
        padding-top: 25px;
    }
}


/* =========

    文化详情

 ========= */

.cview-bg {
    padding-top: 60px;
    padding-bottom: 80px;
    max-width: 966px;
}

.cview-bg .ctitle {
    font-size: 22px;
    color: #191919;
    text-align: center;
    margin-bottom: 10px;
}

.cview-bg .ctime {
    font-size: 14px;
    color: #888888;
    margin-bottom: 30px;
    text-align: center;
}

.cview-bg .cshare {
    margin-bottom: 30px;
    padding-left: 50px;
    position: relative;
}

.cview-bg .cshare .ww {
    font-size: 16px;
    color: #888888;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bdsharebuttonbox a {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../img/share/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.cview-bg .cshare .bdsharebuttonbox {
    border: 1px solid #d9d9d9;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.cview-bg .cshare .bdsharebuttonbox a {
    width: 41px;
    height: 41px;
    margin: 0;
    padding: 0;
    background-position: center;
    -moz-background-size: 25px;
    background-size: 25px;
    border-right: 1px solid #d9d9d9;
}

.cview-bg .cshare .bdsharebuttonbox a:last-child {
    border: none;
}

.cview-bg .cshare .bdsharebuttonbox a.bds_more {
    background-image: url(/phone/images/smore.png);
}

.cview-bg .cshare .bdsharebuttonbox a.bds_tsina {
    background-image: url(/phone/images/sweibox.png);
}

.cview-bg .cshare .bdsharebuttonbox a.bds_weixin {
    background-image: url(/phone/images/swx.png);
}

.cview-bg .cshare .bdsharebuttonbox a.bds_sqq {
    background-image: url(/phone/images/sqq.png);
}

.cview-bg .content {
    font-size: 16px;
    color: #191919;
    line-height: 2;
    overflow: hidden;
    padding: 60px 0;
    border-top: 1px solid #f2f2f2;
}

.cview-bg .back {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #8a2a2c;
    display: block;
    margin: 0 auto;
    padding-left: 40px;
    font-size: 14px;
    color: #fff;
    background-position: 8px;
    background-repeat: no-repeat;
    background-image: url(/phone/images/bb_03.png);
}

@media only screen and (min-width: 601px) {
    .cview-bg .cshare .bdsharebuttonbox a:hover {
        background-color: #892323;
    }
    .cview-bg .cshare .bdsharebuttonbox a.bds_more:hover {
        background-image: url(/phone/images/hsmore.png);
    }
    .cview-bg .cshare .bdsharebuttonbox a.bds_tsina:hover {
        background-image: url(/phone/images/hsweibox.png);
    }
    .cview-bg .cshare .bdsharebuttonbox a.bds_weixin:hover {
        background-image: url(/phone/images/hswx.png);
    }
    .cview-bg .cshare .bdsharebuttonbox a.bds_sqq:hover {
        background-image: url(/phone/images/hsqq.png);
    }
}

@media only screen and (max-width: 1360px) {
    .cview-bg {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .cview-bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 414px) {
    .cview-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .cview-bg .content {
        padding-top: 6%;
    }
}


/* =========

    悦香文化

 ========= */

.culture-theme {
    font-size: 30px;
    color: #191919;
    text-align: center;
    padding-bottom: 50px;
}


/*香道文化*/

.culture-bg .cleft {
    width: 950px;
    padding-bottom: 90px;
    float: left;
}

.culture-bg .cleft .clist {
    padding-bottom: 60px;
    border-top: 1px dashed #dcdcdc;
    overflow: hidden;
}

.culture-bg .cleft .clist .lic {
    padding-top: 35px;
    padding-bottom: 30px;
    display: block;
    border-bottom: 1px dashed #dcdcdc;
}

.culture-bg .cleft .clist .lic .main {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
    padding-right: 20px;
    float: left;
}

.culture-bg .cleft .clist .lic .main .time {
    display: none;
}

.culture-bg .cleft .clist .lic .main .title {
    font-size: 20px;
    color: #191919;
    margin-bottom: 20px;
}

.culture-bg .cleft .clist .lic .main .demo {
    font-size: 16px;
    color: #191919;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

.culture-bg .cleft .clist .lic .timebox {
    width: 130px;
    float: right;
    padding-left: 30px;
    border-left: 1px solid #eaeaea;
    color: #892323;
}

.culture-bg .cleft .clist .lic .timebox .date {
    font-size: 24px;
}

.culture-bg .cleft .clist .lic .timebox .year {
    font-size: 12px;
    margin-bottom: 25px;
}

.culture-bg .cleft .clist .lic .timebox .jt {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #892323;
    position: relative;
}

.culture-bg .cleft .clist .lic .timebox .jt:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #892323 #892323 transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.culture-bg .cright {
    width: -webkit-calc(97% - 950px);
    width: -moz-calc(97% - 950px);
    width: calc(97% - 950px);
    float: right;
    max-width: 410px;
}

.culture-bg .cright .rbox {
    margin-bottom: 30px;
}

.culture-bg .cright .rbox .rbbt {
    padding-left: 70px;
    height: 50px;
    line-height: 50px;
    background-color: #892323;
    font-size: 18px;
    color: #fff;
    background-position: 30px;
    background-repeat: no-repeat;
    -moz-background-size: 21px 23px;
    background-size: 21px 23px;
}

.culture-bg .cright .rbox:nth-child(2) .rbbt {
    -moz-background-size: 21px 22px;
    background-size: 21px 22px;
}

.culture-bg .cright .rbox .activity-swiper {
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
}

.culture-bg .cright .rbox .activity-swiper .swiper-wrapper .swiper-slide .aimg {
    padding-top: -webkit-calc(300 / 410 * 100%);
    padding-top: -moz-calc(300 / 410 * 100%);
    padding-top: calc(300 / 410 * 100%);
    display: block;
}

.culture-bg .cright .rbox .activity-swiper .activity-pagination {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 11;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    position: relative;
}

.swiper-pagination-bullet:after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #cbcbcb;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: #892323;
}

.culture-bg .cright .rbox .acttitle {
    font-size: 16px;
    color: #191919;
    text-align: center;
}

.culture-bg .cright .rbox .goods-list {
    padding: 0 30px 40px 30px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #c1c1c1 #c1c1c1 #c1c1c1;
}

.culture-bg .cright .rbox .goods-list .lig {
    display: block;
    border-bottom: 1px solid #cfcfcf;
    height: 60px;
    line-height: 60px;
}

.culture-bg .cright .rbox .goods-list .lig:last-child {
    border: none;
}

.culture-bg .cright .rbox .goods-list .lig .title {
    padding-left: 12px;
    position: relative;
    font-size: 16px;
    color: #191919;
}

.culture-bg .cright .rbox .goods-list .lig .title:after {
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #191919;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 601px) {
    .culture-bg .cleft .clist .lic:hover {
        border-bottom: 1px dashed #892323;
    }
    .culture-bg .cleft .clist .lic:hover .main .title {
        color: #892323;
    }
    .culture-bg .cleft .clist .lic:hover .timebox .jt {
        background-color: #892323;
    }
    .culture-bg .cleft .clist .lic:hover .timebox .jt:after {
        border-color: #fff #fff transparent transparent;
    }
    .culture-bg .cright .rbox .goods-list .lig:hover .title {
        color: #892323;
    }
    .culture-bg .cright .rbox .goods-list .lig:hover .title:after {
        background-color: #892323;
    }
}

@media only screen and (max-width: 1360px) {
    .culture-bg .cleft {
        width: 850px;
        padding-bottom: 70px;
    }
    .culture-bg .cright {
        width: -webkit-calc(97% - 850px);
        width: -moz-calc(97% - 850px);
        width: calc(97% - 850px);
    }
}

@media only screen and (max-width: 1280px) {
    .culture-theme {
        padding-bottom: 30px;
    }
    .culture-bg .cleft {
        width: 760px;
        padding-bottom: 50px;
    }
    .culture-bg .cright {
        width: -webkit-calc(97% - 760px);
        width: -moz-calc(97% - 760px);
        width: calc(97% - 760px);
    }
}

@media only screen and (max-width: 1024px) {
    .culture-bg .cleft {
        width: 100%;
        padding-bottom: 30px;
    }
    .culture-bg .cright {
        display: none;
    }
    .culture-bg .cleft .clist .lic {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .culture-bg .cleft .clist .lic .main .title {
        font-size: 20px;
        color: #191919;
    }
    .culture-bg .cleft .clist {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 414px) {
    .culture-theme {
        font-size: 24px;
        padding-bottom: 6%;
    }
    .culture-bg .cleft {
        padding-bottom: 6%;
    }
    .culture-bg .cleft .clist .lic .main {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .culture-bg .cleft .clist .lic {
        padding: 3% 0;
    }
    .culture-bg .cleft .clist .lic .timebox {
        display: none;
    }
    .culture-bg .cleft .clist .lic .main .time {
        display: block;
        font-size: 14px;
        color: #892323;
        margin-bottom: 2%;
    }
    .culture-bg .cleft .clist .lic .main .title {
        font-size: 16px;
        margin-bottom: 2%;
    }
    .culture-bg .cleft .clist .lic .main .demo {
        font-size: 14px;
    }
    .culture-bg .cleft .clist {
        padding-bottom: 6%;
    }
}


/*香悦生活*/

.live-bg {
    padding-bottom: 90px;
}

.live-bg .vlist {
    padding-bottom: 30px;
}

.live-bg .vlist .liv {
    display: block;
    width: -webkit-calc((100% - 80px) / 3);
    width: -moz-calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

.live-bg .vlist .liv:nth-child(3n) {
    margin-right: 0;
}

.live-bg .vlist .liv .imgbox {
    position: relative;
}

.live-bg .vlist .liv .imgbox:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .46);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.live-bg .vlist .liv .imgbox .vimg {
    padding-top: -webkit-calc(280 / 440 * 100%);
    padding-top: -moz-calc(280 / 440 * 100%);
    padding-top: calc(280 / 440 * 100%);
}

.live-bg .vlist .liv .imgbox .demo {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
}

.live-bg .vlist .liv .title {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    border: 1px solid #eaeaea;
}

.live-bg .vlist .liv .title .word {
    font-size: 18px;
    color: #333333;
    padding-right: 40px;
    position: relative;
}

.live-bg .vlist .liv .title .word span {
    width: 18px;
    height: 18px;
    border: 1px solid #892323;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.live-bg .vlist .liv .title .word span:after {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #892323 #892323 transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 601px) {
    .live-bg .vlist .liv:hover .imgbox:after {
        opacity: 1;
        visibility: visible;
    }
    .live-bg .vlist .liv:hover .imgbox .demo {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
        visibility: visible;
    }
    .live-bg .vlist .liv:hover .title .word {
        color: #892323;
    }
    .live-bg .vlist .liv:hover .title .word span {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width: 1360px) {
    .live-bg {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .live-bg {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .live-bg {
        padding-bottom: 30px;
    }
    .live-bg .vlist .liv {
        width: -webkit-calc((100% - 60px) / 3);
        width: -moz-calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .live-bg .vlist .liv {
        width: -webkit-calc((100% - 30px) / 2);
        width: -moz-calc((100% - 30px) / 2);
        width: calc((100% - 30px) / 2);
    }
    .live-bg .vlist .liv:nth-child(3n) {
        margin-right: 30px;
    }
    .live-bg .vlist .liv:nth-child(2n) {
        margin-right: 0;
    }
    .live-bg .vlist .liv .title .word {
        padding-right: 0;
    }
}

@media only screen and (max-width: 414px) {
    .live-bg {
        padding-bottom: 6%;
    }
    .live-bg .vlist .liv {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6%;
    }
    .live-bg .vlist .liv .title {
        height: 50px;
        line-height: 50px;
        padding: 0 3%;
    }
}


/*香道课程*/


/*香道课堂*/

.class-list .lic {
    padding: 40px;
    position: relative;
    border-bottom: 1px dashed #d9d9d9;
}

.class-list .lic:last-child {
    padding-bottom: 80px;
}

.class-list .lic .imgbox {
    width: 560px;
    float: left;
}

.class-list .lic .imgbox .cimg {
    padding-top: -webkit-calc(390 / 560 * 100%);
    padding-top: -moz-calc(390 / 560 * 100%);
    padding-top: calc(390 / 560 * 100%);
}

.class-list .lic .cright {
    width: -webkit-calc(97% - 560px);
    width: -moz-calc(97% - 560px);
    width: calc(97% - 560px);
    max-width: 725px;
    float: right;
    position: relative;
}

.class-list .lic .cright .title {
    font-size: 22px;
    color: #191919;
    margin-bottom: 20px;
}

.class-list .lic .cright .msg {
    line-height: 40px;
    font-size: 14px;
    color: #191919;
}

.class-list .lic .cright .msg.content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 120px;
    margin-bottom: 58px;
}

.class-list .lic .cright .msg .bt {
    color: #888888;
}

.class-list .lic .cright .msg .not {
    color: #892323;
}

.class-list .lic .cright .msg .num {
    font-size: 22px;
    color: #892323;
    position: relative;
}

.class-list .lic .cright .msg .num:after {
    content: "/人";
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    position: absolute;
    left: 100%;
    bottom: 0;
}

.class-list .lic .cright .jbtn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #892323;
    cursor: pointer;
    display: block;
}

.class-list .lic .cright .jbtn.view {
    right: 210px;
}

.class-list .lic .cright .jbtn .word {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 30px;
    font-size: 18px;
    color: #892323;
    background-position: left;
    background-repeat: no-repeat;
    -moz-background-size: 23px;
    background-size: 23px;
    background-image: url(/phone/images/clock_03.png);
}

.class-list .lic .cright .jbtn.view .word {
    background-image: url(/phone/images/view_06.png);
}


/*课程预约*/

.layui-layer-page .layui-layer-content {
    overflow: visible!important;
}

.order-layer {
    background-color: #fff;
    padding: 50px 70px;
}

.order-layer .order-close {
    width: 34px;
    height: 34px;
    background-color: #892323;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.order-layer .order-close:after {
    content: "";
    width: 60%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.order-layer .order-form {
    max-width: 470px;
    margin: 0 auto;
}

.order-layer .order-form .obbt {
    font-size: 30px;
    color: #4b4b4b;
    margin-bottom: 40px;
    text-align: center;
}

.order-layer .order-form form .my-item {
    margin-bottom: 20px;
    position: relative;
}

.order-layer .order-form form .my-item .my-label {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: bold;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
}

.order-layer .order-form form .my-item .my-input input[type="text"] {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
}

.order-layer .order-form form .sbtn {
    margin-top: 20px;
    text-align: center;
    background-color: #a62c27;
    height: 55px;
    line-height: 55px;
    width: 100%;
    border: none;
    cursor: pointer;
}

.order-layer .order-form form .sbtn .ww {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 30px;
    font-size: 20px;
    color: #ffffff;
    border: none;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(/phone/images/submit_03.png);
    -moz-background-size: 18px 19px;
    background-size: 18px 19px;
}

.orderbtm {
    padding: 20px;
    text-align: center;
    font-size: 0;
    background: -webkit-linear-gradient(top, #892323, #b93129);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #892323, #b93129);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #892323, #b93129);
    /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(#892323), to(#b93129));
    background: -moz-linear-gradient(top, #892323, #b93129);
    background: -o-linear-gradient(top, #892323, #b93129);
    background: linear-gradient(to bottom, #892323, #b93129);
    /* 标准的语法 */
}

.orderbtm .obtm {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    color: #ffffff;
    margin: 0 25px;
    line-height: 100px;
}

.orderbtm .obtm .code {
    width: 100px;
    height: 100px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

@media only screen and (min-width: 601px) {
    .class-list .lic .cright .jbtn:hover {
        background-color: #892323;
    }
    .class-list .lic .cright .jbtn:hover .word {
        color: #fff;
        background-image: url(/phone/images/hclock_03.png);
    }
    .class-list .lic .cright .jbtn.view:hover .word {
        background-image: url(/phone/images/view_03.png);
    }
}

@media only screen and (max-width: 1280px) {
    .class-list .lic {
        padding: 20px;
    }
    .class-list .lic:last-child {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .class-list .lic .imgbox {
        width: 100%;
        float: none;
        margin-bottom: 3%;
    }
    .class-list .lic .cright {
        width: 100%;
        max-width: none;
        float: none;
    }
    .class-list .lic {
        padding: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .class-list .lic:last-child {
        padding-bottom: 30;
    }
    .class-list .lic .cright .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .class-list .lic .cright .msg {
        line-height: 35px;
    }
    .class-list .lic .cright .jbtn {
        width: 150px;
        height: 50px;
        line-height: 50px;
        position: relative;
        margin-top: 30px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .class-list .lic .cright .jbtn.view {
        right: 0;
        margin-right: 30px;
    }
    .class-list .lic .cright .msg.content {
        margin-bottom: 0;
        height: auto;
    }
    .order-layer {
        padding: 30px 50px;
    }
}

@media only screen and (max-width: 414px) {
    .class-list .lic {
        margin-bottom: 6%;
    }
    .class-list .lic .cright .jbtn {
        margin-top: 3%;
        width: 45%;
        height: 40px;
        line-height: 40px;
    }
    .class-list .lic .cright .jbtn .word {
        font-size: 16px;
        -moz-background-size: 20px;
        background-size: 20px;
    }
    .orderbtm {
        display: none;
    }
    .order-layer {
        padding: 5%;
    }
    .order-layer .order-form .obbt {
        font-size: 20px;
        margin-bottom: 6%;
    }
    .order-layer .order-form form .my-item {
        margin-bottom: 5%;
    }
    .order-layer .order-form form .my-item .my-label {
        position: relative;
        width: auto;
        right: 0;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        font-weight: normal;
    }
    .order-layer .order-form form .my-item .my-input {
        margin-top: 3%;
    }
    .order-layer .order-form form .my-item .my-input input[type="text"] {
        height: 35px;
    }
    .order-layer .order-form form .sbtn {
        height: 40px;
        line-height: 40px;
    }
    .order-layer .order-close {
        width: 28px;
        height: 28px;
    }
}


/*精彩回顾*/

.lookback {
    padding-top: 40px;
    padding-bottom: 60px;
}

.lookback .themebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    line-height: 35px;
    height: 35px;
    margin-bottom: 30px;
}

.lookback .themebox .bt {
    padding: 0 14px;
    border: 1px solid #892323;
    margin: 0 5px;
    position: relative;
    font-size: 16px;
    color: #892323;
}

.lookback .themebox .bt:before {
    content: "";
    width: 5px;
    height: 80%;
    border-style: solid;
    border-width: 1px;
    border-color: #892323 #fff #892323 #892323;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -5px;
}

.lookback .themebox .bt:after {
    content: "";
    width: 5px;
    height: 80%;
    border-style: solid;
    border-width: 1px;
    border-color: #892323 #892323 #892323 #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -5px;
}

.lookback .themebox .all {
    font-size: 14px;
    color: #892323;
    padding-right: 10px;
    position: relative;
}

.lookback .themebox .all:before {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lookback .themebox .all:after {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.lookback .blist .lib {
    display: block;
    width: -webkit-calc((100% - 80px) / 3);
    width: -moz-calc((100% - 80px) / 3);
    width: calc((100% - 80px) / 3);
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

.lookback .blist .lib:nth-child(3n) {
    margin-right: 0;
}

.lookback .blist .lib .imgbox .bimg {
    padding-top: -webkit-calc(270 / 440 * 100%);
    padding-top: -moz-calc(270 / 440 * 100%);
    padding-top: calc(270 / 440 * 100%);
}

.lookback .blist .lib .title {
    margin-top: 20px;
    font-size: 18px;
    color: #191919;
    text-align: center;
}

@media only screen and (min-width: 601px) {
    .lookback .blist .lib:hover .imgbox .bimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .lookback .blist .lib:hover .title {
        color: #892323;
    }
}

@media only screen and (max-width: 1024px) {
    .lookback .blist .lib {
        width: -webkit-calc((100% - 60px) / 3);
        width: -moz-calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .lookback {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .lookback .blist .lib {
        width: -webkit-calc((100% - 30px) / 2);
        width: -moz-calc((100% - 30px) / 2);
        width: calc((100% - 30px) / 2);
    }
    .lookback .blist .lib:nth-child(3n) {
        margin-right: 30px;
    }
    .lookback .blist .lib:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 414px) {
    .lookback {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .lookback .blist .lib {
        width: 100%;
        margin-right: 6%;
    }
    .lookback .blist .lib .title {
        font-size: 18px;
        margin-top: 3%;
    }
}


/*香道团队*/

.team-bg {
    padding-bottom: 100px;
}

.team-bg .school-box {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

.team-bg .school-box .swiperbox {
    width: 640px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.team-bg .school-box .swiperbox .school-swiper .swiper-wrapper .swiper-slide .simg {
    padding-top: -webkit-calc(390 / 640 * 100%);
    padding-top: -moz-calc(390 / 640 * 100%);
    padding-top: calc(390 / 640 * 100%);
}

.team-bg .school-box .swiperbox .school-swiper .school-pagination {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 11;
}

.team-bg .school-box .main {
    width: -webkit-calc(100% - 640px);
    width: -moz-calc(100% - 640px);
    width: calc(100% - 640px);
    padding-left: 60px;
    padding-top: 60px;
    overflow: hidden;
}

.team-bg .school-box .main .title {
    font-size: 28px;
    color: #333333;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 40px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.team-bg .school-box .main .content {
    font-size: 16px;
    color: #212121;
    line-height: 2;
    overflow: hidden;
}


/*师资简介*/

.teacher-bg .btt {
    margin-bottom: 20px;
    text-align: center;
}

.teacher-bg .btt .word {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 28px;
    color: #333333;
    position: relative;
}

.teacher-bg .btt .word:before {
    content: "";
    width: 600px;
    height: 1px;
    background: -webkit-linear-gradient(left, #fff, rgba(137, 35, 35, .3));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fff, rgba(137, 35, 35, .3));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fff, rgba(137, 35, 35, .3));
    /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(137, 35, 35, .3)));
    background: -moz-linear-gradient(left, #fff, rgba(137, 35, 35, .3));
    background: -o-linear-gradient(left, #fff, rgba(137, 35, 35, .3));
    background: linear-gradient(to right, #fff, rgba(137, 35, 35, .3));
    /* 标准的语法 */
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 30px;
}

.teacher-bg .btt .word:after {
    content: "";
    width: 600px;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(137, 35, 35, .3), #fff);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(137, 35, 35, .3), #fff);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(137, 35, 35, .3), #fff);
    /* Firefox 3.6 - 15 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(137, 35, 35, .3)), to(#fff));
    background: -moz-linear-gradient(left, rgba(137, 35, 35, .3), #fff);
    background: -o-linear-gradient(left, rgba(137, 35, 35, .3), #fff);
    background: linear-gradient(to right, rgba(137, 35, 35, .3), #fff);
    /* 标准的语法 */
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 30px;
}

.teacher-bg .tlist .lit {
    padding: 50px 0;
    display: block;
}

.teacher-bg .tlist .lit .main {
    width: -webkit-calc(97% - 620px);
    width: -moz-calc(97% - 620px);
    width: calc(97% - 620px);
    max-width: 620px;
    float: left;
    padding-left: 50px;
}

.teacher-bg .tlist .lit .main .title {
    font-size: 24px;
    color: #362e2b;
    margin-bottom: 20px;
}

.teacher-bg .tlist .lit .main .job {
    font-size: 18px;
    color: #892323;
    margin-bottom: 10px;
}

.teacher-bg .tlist .lit .main .tcontent {
    font-size: 14px;
    color: #393939;
    overflow: hidden;
    line-height: 2;
    max-height: 280px;
}

.teacher-bg .tlist .lit .main .tcontent[data-on="on"] {
    max-height: none;
}

.teacher-bg .tlist .lit .main .more {
    margin-top: 10px;
    font-size: 14px;
    color: #892323;
    padding-right: 10px;
    border-bottom: 1px solid #892323;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    cursor: pointer;
}

.teacher-bg .tlist .lit .main .more[data-on="on"] {
    display: none;
}

.teacher-bg .tlist .lit .main .more:before {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.teacher-bg .tlist .lit .main .more:after {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.teacher-bg .tlist .lit .imgbox {
    width: 620px;
    float: right;
}

.teacher-bg .tlist .lit .imgbox .timg {
    padding-top: -webkit-calc(410 / 620 * 100%);
    padding-top: -moz-calc(410 / 620 * 100%);
    padding-top: calc(410 / 620 * 100%);
}

.teacher-bg .tlist .lit:nth-child(2n) .main {
    float: right;
    padding-left: 0;
    padding-right: 50px;
}

.teacher-bg .tlist .lit:nth-child(2n) .imgbox {
    float: left;
}

@media only screen and (max-width: 1360px) {
    .team-bg .school-box {
        margin-bottom: 60px;
    }
    .team-bg {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1280px) {
    .team-bg .school-box {
        margin-bottom: 40px;
    }
    .team-bg .school-box .swiperbox {
        width: 50%;
    }
    .team-bg .school-box .main {
        width: 50%;
        padding-left: 30px;
        padding-top: 30px;
    }
    .teacher-bg .tlist .lit .imgbox {
        width: 50%;
    }
    .teacher-bg .tlist .lit .main {
        width: 47%;
    }
    .team-bg {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .team-bg .school-box {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .team-bg .school-box .swiperbox {
        width: 100%;
    }
    .team-bg .school-box .main {
        width: 100%;
        padding: 3% 0;
    }
    .team-bg .school-box .main .title {
        font-size: 24px;
        padding-right: 30px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .teacher-bg .tlist .lit {
        padding: 30px 0;
    }
    .teacher-bg .tlist .lit .imgbox {
        width: 100%;
    }
    .teacher-bg .tlist .lit .main {
        width: 100%;
        padding: 0;
        margin-top: 3%;
    }
    .teacher-bg .tlist .lit .main .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .team-bg {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .team-bg .school-box {
        margin-bottom: 6%;
    }
    .team-bg .school-box .main .title {
        font-size: 20px;
        padding-right: 3%;
        padding-bottom: 3%;
        margin-bottom: 3%;
    }
    .teacher-bg .tlist .lit {
        padding: 6% 0;
    }
    .team-bg {
        padding-bottom: 6%;
    }
}


/* =========

    沉香检测

 ========= */

.test-bg {
    padding-top: 20px;
    padding-bottom: 80px;
    max-width: 1200px;
}

.test-bg .tcontent {
    font-size: 16px;
    color: #191919;
    line-height: 2;
    overflow: hidden;
    margin-bottom: 30px;
}

.test-bg .download-bg .dtheme {
    font-size: 16px;
    color: #892323;
    margin-bottom: 50px;
}

.test-bg .download-bg .dlist {
    border-width: 1px;
    border-style: solid;
    border-color: #e4e4e4 #e4e4e4 transparent #e4e4e4;
}

.test-bg .download-bg .dlist .lid {
    padding: 20px 30px;
    border-bottom: 1px solid #e4e4e4;
}

.test-bg .download-bg .dlist .lid .dbox {
    padding-left: 40px;
    padding-right: 60px;
    position: relative;
    height: 60px;
    line-height: 60px;
}

.test-bg .download-bg .dlist .lid .dbox .num {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #191919;
}

.test-bg .download-bg .dlist .lid .dbox .dimg {
    width: 200px;
    height: 60px;
    float: left;
}

.test-bg .download-bg .dlist .lid .dbox .title {
    width: -webkit-calc(97% - 200px);
    width: -moz-calc(97% - 200px);
    width: calc(97% - 200px);
    max-width: 810px;
    float: right;
    font-size: 18px;
    color: #191919;
}

.test-bg .download-bg .dlist .lid .dbox .btn {
    width: 36px;
    height: 36px;
    background-image: url(/phone/images/dd_06.png);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 601px) {
    .test-bg .download-bg .dlist .lid:hover .dbox .btn {
        background-image: url(/phone/images/dd_03.png);
    }
}

@media only screen and (max-width: 1280px) {
    .test-bg {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .test-bg {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 414px) {
    .test-bg {
        padding-top: 0;
        padding-bottom: 6%;
    }
    .test-bg .download-bg .dlist .lid {
        padding: 0 3%;
    }
    .test-bg .download-bg .dlist .lid .dbox .dimg {
        display: none;
    }
    .test-bg .download-bg .dlist .lid .dbox .title {
        width: 100%;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


/* =========

    品牌合作

 ========= */

.brand-content {
    padding: 60px 0;
    font-size: 16px;
    color: #191919;
    line-height: 2;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .brand-content {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 414px) {
    .brand-content {
        padding: 6% 0;
    }
}


/* =========

    通用结构

 ========= */

.setion-bg .setleft {
    width: 370px;
    float: left;
    padding: 90px 0;
    position: relative;
}

.setion-bg .setleft .menu-swiper {
    position: relative;
    width: 100%;
}

.setion-bg .setleft .menu-swiper[data-on="on"] {
    position: absolute;
    left: 0;
}

.setion-bg .setleft .menu-swiper .swiper-wrapper .swiper-slide {
    height: auto!important;
}

.setion-bg .setleft .menu-swiper .swiper-wrapper .swiper-slide .lic {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #191919;
    padding: 0 20px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}

.setion-bg .setleft .menu-swiper .swiper-wrapper .swiper-slide .lic.on {
    background-color: #862225;
    color: #fff;
}

.setion-bg .setright {
    width: -webkit-calc(97% - 370px);
    width: -moz-calc(97% - 370px);
    width: calc(97% - 370px);
    max-width: 970px;
    float: right;
    overflow: hidden;
}

.setion-bg .setright .stheme {
    font-size: 30px;
    color: #191919;
    height: 90px;
    position: relative;
}

.setion-bg .setright .stheme:after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (min-width: 601px) {
    .setion-bg .setleft .menu-swiper .swiper-wrapper .swiper-slide .lic:hover {
        background-color: #862225;
        color: #fff;
    }
}

@media only screen and (max-width: 1280px) {
    .setion-bg .setleft {
        width: 320px;
        padding: 70px 0;
    }
    .setion-bg .setright .stheme {
        height: 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .setion-bg .setright .stheme {
        font-size: 24px;
        height: auto;
        padding-bottom: 30px;
    }
    .setion-bg .setleft {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .setion-bg .setleft .menu-swiper .swiper-wrapper .swiper-slide {
        width: auto!important;
    }
    .setion-bg .setleft .menu-swiper .swiper-wrapper .swiper-slide .lic {
        height: 50px;
        line-height: 50px;
        border: none;
    }
    .setion-bg .setright {
        width: 100%;
        max-width: none;
        float: none;
    }
}

@media only screen and (max-width: 414px) {
    .setion-bg .setleft {
        margin-bottom: 6%;
    }
    .setion-bg .setleft .menu-swiper .swiper-wrapper .swiper-slide .lic {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }
    .setion-bg .setright .stheme {
        font-size: 20px;
        padding-bottom: 6%;
    }
    .setion-bg .setright .stheme:after {
        width: 50px;
    }
}


/* =========

    香业论道

 ========= */


/*专业团队*/

.people-list {
    padding-bottom: 50px;
}

.people-list .lip {
    padding-top: 150px;
    border-bottom: 1px solid #bfbfbf;
}

.people-list .lip:first-child {
    padding-top: 70px;
}

.people-list .lip .imgbox {
    width: 330px;
    float: left;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.people-list .lip:nth-child(2n) .imgbox {
    float: right;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.people-list .lip .pmain {
    width: -webkit-calc(97% - 330px);
    width: -moz-calc(97% - 330px);
    width: calc(97% - 330px);
    max-width: 570px;
    float: right;
    padding-top: 90px;
    padding-bottom: 70px;
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.people-list .lip:nth-child(2n) .pmain {
    float: left;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.people-list .lip .pmain .title {
    font-size: 22px;
    color: #8a2a2c;
    margin-bottom: 20px;
}

.people-list .lip .pmain .msg {
    font-size: 14px;
    color: #191919;
    margin-bottom: 20px;
}

.people-list .lip .pmain .pcontent {
    font-size: 14px;
    color: #191919;
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 15px;
}

.people-list .lip .pmain[data-on="on"] .pcontent {
    max-height: none;
}

.people-list .lip .pmain .more {
    font-size: 14px;
    color: #862225;
    position: relative;
    padding-right: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
}

.people-list .lip .pmain .more:before {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #862225 #862225 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.people-list .lip .pmain .more:after {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #862225 #862225 transparent;
    position: absolute;
    right: 0;
    bottom: 5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 1440px) {
    .people-list .lip {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1360px) {
    .people-list .lip {
        padding-top: 80px;
    }
    .people-list {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .people-list .lip {
        padding-top: 60px;
    }
    .people-list .lip:first-child {
        padding-top: 50px;
    }
    .people-list {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .people-list .lip .imgbox {
        width: 250px;
    }
    .people-list .lip .pmain {
        width: -webkit-calc(97% - 250px);
        width: -moz-calc(97% - 250px);
        width: calc(97% - 250px);
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .people-list {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .people-list .lip {
        padding-top: 6%;
    }
    .people-list .lip:first-child {
        padding-top: 6%;
    }
    .people-list .lip .imgbox {
        width: 100%;
        float: none;
    }
    .people-list .lip .imgbox img {
        width: 100%;
    }
    .people-list .lip .pmain {
        width: 100%;
        padding: 6% 0;
    }
    .people-list {
        padding-bottom: 6%;
    }
}


/*点评行业*/

.comment-bg {
    padding-top: 70px;
    padding-bottom: 90px;
}

.comment-bg .clist {
    padding-bottom: 65px;
    overflow: hidden;
}

.comment-bg .clist .lic {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

.comment-bg .clist.brand .lic {
    padding: 20px 0;
}

.comment-bg .clist .lic:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #892323;
    position: absolute;
    left: 0;
    bottom: 0;
}

.comment-bg .clist .lic .imgbox {
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: 270px;
    margin-right: 50px;
    position: relative;
}

.comment-bg .clist .lic .imgbox:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .45);
}

.comment-bg .clist .lic .imgbox .cimg {
    padding-top: -webkit-calc(180 / 270 * 100%);
    padding-top: -moz-calc(180 / 270 * 100%);
    padding-top: calc(180 / 270 * 100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.comment-bg .clist .lic .cmain {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

.comment-bg .clist .lic .cmain .title {
    font-size: 20px;
    color: #191919;
    margin-bottom: 10px;
}

.comment-bg .clist .lic .cmain .demo {
    font-size: 16px;
    color: #191919;
    line-height: 1.5;
}

.comment-bg .clist .lic .cmain .time {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (min-width: 601px) {
    .comment-bg .clist .lic:hover:after {
        width: 100%;
    }
    .comment-bg .clist .lic:hover .imgbox:after {
        opacity: 0;
        visibility: hidden;
    }
    .comment-bg .clist .lic:hover .cmain .title {
        color: #892323;
    }
    .comment-bg .clist .lic:hover .cmain .demo {
        color: #292929;
    }
    .comment-bg .clist .lic:hover .imgbox .cimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1360px) {
    .comment-bg {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .comment-bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .comment-bg .clist .lic {
        padding: 30px 0;
    }
    .comment-bg .clist {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .comment-bg .clist .lic .imgbox {
        width: 250px;
        margin-right: 30px;
    }
    .comment-bg .clist .lic .cmain {
        width: -webkit-calc(100% - 280px);
        width: -moz-calc(100% - 280px);
        width: calc(100% - 280px);
    }
}

@media only screen and (max-width: 640px) {
    .comment-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
}

@media only screen and (max-width: 414px) {
    .comment-bg .clist .lic {
        padding: 3% 0;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .comment-bg .clist .lic .imgbox {
        width: 100%;
    }
    .comment-bg .clist .lic .cmain {
        width: 100%;
        padding-top: 3%;
        padding-bottom: 30px;
    }
    .comment-bg .clist .lic .cmain .title {
        font-size: 16px;
    }
    .comment-bg .clist {
        padding-bottom: 5%;
    }
}


/*营销之道*/

.sale-bg {
    padding-top: 60px;
    padding-bottom: 85px;
}

.sale-bg .sbanner {
    margin-bottom: 50px;
}

.sale-bg .slist {
    padding-bottom: 30px;
    overflow: hidden;
}

.sale-bg .slist .lis {
    display: block;
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.sale-bg .slist .lis:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #892323;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sale-bg .slist .lis:last-child {
    border: none;
}

.sale-bg .slist .lis .title {
    font-size: 18px;
    color: #191919;
    margin-bottom: 10px;
}

.sale-bg .slist .lis .demo {
    font-size: 14px;
    color: #191919;
    line-height: 2;
    margin-bottom: 10px;
}

.sale-bg .slist .lis .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}

.sale-bg .slist .lis .more .word {
    color: #8a2a2c;
}

.sale-bg .slist .lis .more .time {
    color: #888888;
}

@media only screen and (min-width: 601px) {
    .sale-bg .slist .lis:hover:after {
        width: 100%;
    }
    .sale-bg .slist .lis:hover .title {
        color: #892323;
    }
}

@media only screen and (max-width: 1280px) {
    .sale-bg {
        padding-top: 40px;
        padding-bottom: 65px;
    }
}

@media only screen and (max-width: 1024px) {
    .sale-bg .sbanner {
        margin-bottom: 30px;
    }
    .sale-bg {
        padding-top: 30px;
        padding-bottom: 55px;
    }
    .sale-bg .slist .lis {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 414px) {
    .sale-bg .sbanner {
        margin-bottom: 6%;
    }
    .sale-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .sale-bg .slist .lis {
        padding: 5% 0;
    }
}


/*终端管理*/

.manage-bg {
    padding-top: 60px;
    padding-bottom: 80px;
}

.manage-bg .mlist {
    padding-bottom: 30px;
}

.manage-bg .mlist .lim {
    display: block;
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
}

.manage-bg .mlist .lim:nth-child(2n) {
    margin-right: 0;
}

.manage-bg .mlist .lim .imgbox {
    position: relative;
}

.manage-bg .mlist .lim .imgbox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
}

.manage-bg .mlist .lim .imgbox .mimg {
    padding-top: -webkit-calc(290 / 470 * 100%);
    padding-top: -moz-calc(290 / 470 * 100%);
    padding-top: calc(290 / 470 * 100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.manage-bg .mlist .lim .title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: #191919;
    border: 1px solid #d4d4d4;
}

@media only screen and (min-width: 601px) {
    .manage-bg .mlist .lim:hover .imgbox:after {
        opacity: 0;
        visibility: hidden;
    }
    .manage-bg .mlist .lim:hover .imgbox .mimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .manage-bg .mlist .lim:hover .title {
        color: #892323;
    }
}

@media only screen and (max-width: 1280px) {
    .manage-bg {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .manage-bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 414px) {
    .manage-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .manage-bg .mlist .lim {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 6%;
    }
    .manage-bg .mlist .lim .title {
        height: 60px;
        line-height: 60px;
    }
    .manage-bg .mlist {
        padding-bottom: 0;
    }
}


/* =========

    资讯中心

 ========= */

.news-bg {
    max-width: 1230px;
    padding-top: 40px;
    padding-bottom: 60px;
}


/*资讯分类*/

.news-bg .news-swiper {
    margin-bottom: 30px;
}

.news-bg .news-swiper .swiper-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.news-bg .news-swiper .swiper-wrapper .swiper-slide {
    width: auto!important;
}

.news-bg .news-swiper .swiper-wrapper .swiper-slide .nc {
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #e8e8e8 transparent transparent;
    font-size: 14px;
    color: #191919;
    display: block;
}

.news-bg .news-swiper .swiper-wrapper .swiper-slide .nc.on {
    background-color: #892323;
    border: 1px solid #741919;
    color: #fff;
}


/*列表*/

.news-bg .nlist {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.news-bg .nlist .lin {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.news-bg .nlist .lin .imgbox {
    width: 320px;
    border: 1px solid #e4e4e4;
}

.news-bg .nlist .lin .imgbox .nimg {
    padding-top: -webkit-calc(195 / 320 * 100%);
    padding-top: -moz-calc(195 / 320 * 100%);
    padding-top: calc(195 / 320 * 100%);
}

.news-bg .nlist .lin .nmain {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
    border-bottom: 1px solid #e4e4e4;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.news-bg .nlist .lin .nmain .inbox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    padding-right: 86px;
}

.news-bg .nlist .lin .nmain .inbox .timebox {
    width: 140px;
    padding-left: 40px;
    border-right: 1px solid #d3d3d3;
}

.news-bg .nlist .lin .nmain .inbox .timebox .year {
    font-size: 32px;
    height: 35px;
    color: #656565;
    font-family: "ziti";
}

.news-bg .nlist .lin .nmain .inbox .timebox .date {
    font-size: 14px;
    color: #656565;
    margin-bottom: 5px;
}

.news-bg .nlist .lin .nmain .inbox .timebox .class {
    font-size: 14px;
    color: #892323;
    display: block;
}

.news-bg .nlist .lin .nmain .inbox .textbox {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    position: relative;
}

.news-bg .nlist .lin .nmain .inbox .textbox .text {
    width: 96%;
    margin: 0 auto;
    max-width: 570px;
    position: relative;
}

.news-bg .nlist .lin .nmain .inbox .textbox .text .title {
    font-size: 20px;
    color: #191919;
    margin-bottom: 20px;
    display: block;
}

.news-bg .nlist .lin .nmain .inbox .textbox .text .demo {
    font-size: 16px;
    color: #191919;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

@media only screen and (min-width: 601px) {
    .news-bg .news-swiper .swiper-wrapper .swiper-slide .nc:hover {
        background-color: #892323;
        border: 1px solid #741919;
        color: #fff;
    }
    .news-bg .nlist .lin:hover {
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
        box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    }
    .news-bg .nlist .lin:hover .imgbox .nimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .news-bg .nlist .lin:hover .nmain .inbox .textbox .text .title {
        color: #892323;
    }
}

@media only screen and (max-width: 1024px) {
    .news-bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .news-bg .nlist .lin .imgbox {
        width: 280px;
    }
    .news-bg .nlist .lin .nmain {
        width: -webkit-calc(100% - 280px);
        width: -moz-calc(100% - 280px);
        width: calc(100% - 280px);
    }
}

@media only screen and (max-width: 768px) {
    .news-bg .nlist .lin .imgbox {
        width: 200px;
    }
    .news-bg .nlist .lin .nmain {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }
    .news-bg .nlist .lin .nmain .inbox {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .news-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .news-bg .news-swiper {
        margin-bottom: 6%;
    }
    .news-bg .news-swiper .swiper-wrapper {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }
    .news-bg .nlist {
        padding: 0;
    }
    .news-bg .nlist .lin {
        margin-bottom: 6%;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .news-bg .nlist .lin .imgbox {
        width: 100%;
    }
    .news-bg .nlist .lin .nmain {
        width: 100%;
        padding: 5% 0;
    }
    .news-bg .nlist .lin .nmain .inbox {
        padding-right: 0;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .news-bg .nlist .lin .nmain .inbox .timebox {
        padding-left: 0;
        margin-bottom: 3%;
        width: 100%;
    }
    .news-bg .nlist .lin .nmain .inbox .timebox .year {
        font-size: 24px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .news-bg .nlist .lin .nmain .inbox .timebox .date {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
    .news-bg .nlist .lin .nmain .inbox .textbox {
        width: 100%;
    }
    .news-bg .nlist .lin .nmain .inbox .textbox .text {
        width: 100%;
    }
    .news-bg .nlist .lin .nmain .inbox .textbox .text .title {
        margin-bottom: 3%;
    }
}


/* =========

    资讯详情

 ========= */

.nview-bg {
    max-width: 1200px;
    padding-top: 40px;
    padding-bottom: 100px;
}

.nview-bg .nleft {
    width: 780px;
    float: left;
}

.nview-bg .nleft .ntitle {
    font-size: 30px;
    color: #191919;
    margin-bottom: 20px;
}

.nview-bg .nleft .ntimebox {
    font-size: 14px;
    color: #191919;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding-right: 10px;
    margin-bottom: 20px;
}

.nview-bg .nleft .ntimebox .bdsharebuttonbox {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nview-bg .nleft .ntimebox .bdsharebuttonbox a {
    width: 20px;
    height: 20px;
    background-position: center;
    padding: 0;
    margin: 0;
    background-image: url(/phone/images/sw.png);
    background-repeat: no-repeat;
    -moz-background-size: 20px;
    background-size: 20px;
}

.nview-bg .nleft .ncontent {
    font-size: 14px;
    color: #191919;
    line-height: 2;
    padding-bottom: 60px;
}

.allpage-box {
    position: relative;
}

.allpage-box .btn {
    width: -webkit-calc((100% - 60px) / 2);
    width: -moz-calc((100% - 60px) / 2);
    width: calc((100% - 60px) / 2);
    float: left;
    height: 60px;
    line-height: 60px;
    border: 1px solid #dadada;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.allpage-box .btn.next {
    float: right;
}

.allpage-box .btn .text {
    width: 94%;
    max-width: 310px;
    margin: 0 auto;
    font-size: 14px;
    color: #191919;
    position: relative;
    padding-left: 40px;
}

.allpage-box .btn.next .text {
    padding-left: 0;
    padding-right: 35px;
}

.allpage-box .btn .text:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #89231e;
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.allpage-box .btn.next .text:after {
    left: auto;
    right: 35px;
}

.allpage-box .btn .text span {
    width: 26px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/phone/images/njt_03.png);
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.allpage-box .btn.next .text span {
    background-image: url(/phone/images/njt_05.png);
    left: auto;
    right: 0;
}

.allpage-box .all {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #892323;
}

.allpage-box .all .ww {
    padding-top: 20px;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.allpage-box .all .ww:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.allpage-box .all .ww:after {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 10px;
}

.nview-bg .nright {
    width: -webkit-calc(97% - 780px);
    width: -moz-calc(97% - 780px);
    width: calc(97% - 780px);
    max-width: 350px;
    float: right;
}

.nview-bg .nright .theme {
    font-size: 14px;
    color: #777777;
    margin-bottom: 25px;
}

.nview-bg .nright .classfor {
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.nview-bg .nright .classfor .cname {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    color: #191919;
    border: 1px solid #e7e7e7;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
}

.nview-bg .nright .rlist {
    padding-bottom: 30px;
}

.nview-bg .nright .rlist .li {
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.nview-bg .nright .rlist .li:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #892323;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nview-bg .nright .rlist .li .title {
    font-size: 18px;
    color: #191919;
    margin-bottom: 10px;
}

.nview-bg .nright .rlist .li .demo {
    font-size: 14px;
    color: #191919;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

@media only screen and (min-width: 601px) {
    .nview-bg .nleft .allpage-box .btn:hover {
        border: 1px solid #892323;
    }
    .nview-bg .nright .rlist .li:hover:after {
        width: 100%;
    }
    .nview-bg .nright .rlist .li:hover .title {
        color: #892323;
    }
}

@media only screen and (max-width: 1024px) {
    .nview-bg .nleft {
        width: 100%;
        float: none;
    }
    .nview-bg .nright {
        display: none;
    }
    .nview-bg .nleft .ntitle {
        font-size: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .nview-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
}


/* =========

    关于香城

 ========= */


/*集团介绍*/


/*集团简介*/

.intro-bg {
    padding: 60px 0;
    font-size: 14px;
    color: #767676;
    line-height: 2;
    overflow: hidden;
}

@media only screen and (max-width: 1280px) {
    .intro-bg {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 414px) {
    .intro-bg {
        padding: 6% 0;
    }
}


/*产品布局*/

.bus-list .lib {
    padding: 80px 0;
}

.bus-list .lib .imgbox {
    width: -webkit-calc(97% - 450px);
    width: -moz-calc(97% - 450px);
    width: calc(97% - 450px);
    max-width: 450px;
    float: left;
}

.bus-list .lib .bmain {
    width: 450px;
    float: right;
    padding-top: 10px;
}

.bus-list .lib .bmain .btitle {
    padding-left: 50px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    background-position: left;
    background-repeat: no-repeat;
}

.bus-list .lib .bmain .btitle .ww {
    font-size: 24px;
    color: #191919;
    padding-left: 18px;
    border-left: 1px solid #dedede;
}

.bus-list .lib .bmain .bdemo {
    font-size: 16px;
    color: #191919;
}

.bus-list .lib:nth-child(2n) .imgbox {
    float: right;
}

.bus-list .lib:nth-child(2n) .bmain {
    float: left;
}

@media only screen and (max-width: 1360px) {
    .bus-list .lib {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 1280px) {
    .bus-list .lib {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 768px) {
    .bus-list .lib .imgbox {
        width: 100%;
        max-width: none;
        float: none;
        margin-bottom: 3%;
    }
    .bus-list .lib .imgbox img {
        width: 100%;
    }
    .bus-list .lib .bmain {
        width: 100%;
        float: none;
        padding-top: 0;
    }
}

@media only screen and (max-width: 414px) {
    .bus-list .lib {
        padding: 6% 0;
    }
}


/*企业文化*/

.qyculture-bg {
    padding-top: 70px;
    padding-bottom: 90px;
}

.qyculture-bg .qimgbox .qycimg {
    padding-top: -webkit-calc(360 / 967 * 100%);
    padding-top: -moz-calc(360 / 967 * 100%);
    padding-top: calc(360 / 967 * 100%);
    display: none;
}

.qyculture-bg .qimgbox .qycimg[data-on="on"] {
    display: block;
}

.qyculture-bg .qylist {
    background-color: #fbfbfb;
    padding: 60px 70px;
}

.qyculture-bg .qylist .liq {
    cursor: pointer;
    padding: 36px 60px;
    border-bottom: 1px solid #f6f6f6;
    width: -webkit-calc(97% / 2);
    width: -moz-calc(97% / 2);
    width: calc(97% / 2);
    max-width: 360px;
    float: left;
}

.qyculture-bg .qylist .liq:nth-child(2n) {
    float: right;
}

.qyculture-bg .qylist .liq .ico {
    width: 40px;
    height: 40px;
    border: 2px solid #913638;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
}

.qyculture-bg .qylist .liq .ico1 {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
    display: none;
}

.qyculture-bg .qylist .liq .title {
    font-size: 20px;
    color: #191919;
    margin-bottom: 5px;
    font-weight: bold;
}

.qyculture-bg .qylist .liq .desc {
    font-size: 14px;
    color: #191919;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

@media only screen and (min-width: 601px) {
    .qyculture-bg .qylist .liq:hover {
        background-color: #892323;
    }
    .qyculture-bg .qylist .liq:hover .ico {
        display: none;
    }
    .qyculture-bg .qylist .liq:hover .ico1 {
        display: block;
    }
    .qyculture-bg .qylist .liq:hover .title {
        color: #fff;
    }
    .qyculture-bg .qylist .liq:hover .desc {
        color: #fff;
    }
}

@media only screen and (max-width: 1280px) {
    .qyculture-bg .qylist {
        padding: 40px 50px;
    }
    .qyculture-bg {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1024px) {
    .qyculture-bg .qylist {
        padding: 30px 40px;
    }
    .qyculture-bg {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 414px) {
    .qyculture-bg .qylist {
        padding: 6% 0;
    }
    .qyculture-bg .qylist .liq {
        padding: 3%;
        width: 100%;
        max-width: none;
    }
    .qyculture-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
}


/*发展历程*/

.history-bg {
    margin-bottom: 90px;
    padding-top: 70px;
    position: relative;
}

.history-bg .line {
    position: absolute;
    left: 260px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d5b2b3;
}

.history-bg .hlist .history-swiper {
    width: 260px;
    float: left;
}

.history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide {
    height: auto!important;
    margin-bottom: 180px;
}

.history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide .liy {
    display: block;
}

.history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide .liy.on:before {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #862225;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide .liy.on:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #862225;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide .liy .year {
    font-size: 36px;
    color: #191919;
    font-family: "ziti";
    margin-bottom: 5px;
}

.history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide .liy.on .year {
    color: #862225;
}

.history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide .liy .msg {
    font-size: 14px;
    color: #191919;
}

.history-bg .hlist .dlist {
    width: -webkit-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
    padding-top: 10px;
    float: right;
}

.history-bg .hlist .dlist .lid {
    margin-bottom: 80px;
    padding-left: 40px;
    position: relative;
}

.history-bg .hlist .dlist .lid:before {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb #dbdbdb transparent transparent;
    position: absolute;
    left: 10px;
    top: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.history-bg .hlist .dlist .lid:after {
    content: "";
    width: 16px;
    height: 16px;
    border: 3px solid #dbdbdb;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}

.history-bg .hlist .dlist .lid .title {
    font-size: 16px;
    color: #191919;
    margin-bottom: 5px;
    font-weight: bold;
}

.history-bg .hlist .dlist .lid .content {
    font-size: 14px;
    color: #191919;
    line-height: 24px;
}

@media only screen and (max-width: 1360px) {
    .history-bg {
        margin-bottom: 70px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1280px) {
    .history-bg {
        margin-bottom: 50px;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .history-bg .hlist .history-swiper {
        width: 200px;
    }
    .history-bg .hlist .dlist {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }
    .history-bg .line {
        left: 200px;
    }
    .history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .history-bg .hlist .history-swiper {
        width: 100%;
        float: none;
    }
    .history-bg .hlist .dlist {
        width: 100%;
        float: none;
    }
    .history-bg .line {
        display: none;
    }
    .history-bg .hlist .history-swiper {
        margin-bottom: 5%;
    }
    .history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide {
        margin-bottom: 0;
        margin-right: 5%;
        margin-left: 5%;
        width: auto!important;
    }
    .history-bg .hlist .dlist .lid {
        margin-bottom: 50px;
        padding-left: 0;
    }
    .history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide .liy.on:before {
        display: none;
    }
    .history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide .liy.on:after {
        display: none;
    }
    .history-bg .hlist .dlist .lid:after {
        display: none;
    }
    .history-bg .hlist .history-swiper .swiper-wrapper .swiper-slide .liy .year {
        font-size: 30px;
    }
}

@media only screen and (max-width: 414px) {
    .history-bg {
        margin-bottom: 6%;
        padding-top: 5%;
    }
    .history-bg .hlist .dlist .lid {
        margin-bottom: 6%;
    }
    .history-bg .hlist .dlist .lid:before {
        display: none;
    }
}


/*集团荣誉*/

.honor-bg {
    padding: 70px 0;
}

.honor-bg .hlist {
    padding-bottom: 20px;
}

.honor-bg .hlist .lih {
    width: -webkit-calc((100% - 20px) / 3);
    width: -moz-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.honor-bg .hlist .lih:nth-child(3n) {
    margin-right: 0;
}

.honor-bg .hlist .lih .imgbox {
    border-bottom: 1px solid #dcdcdc;
}

.honor-bg .hlist .lih .imgbox .himg {
    padding-top: -webkit-calc(220 / 310 * 100%);
    padding-top: -moz-calc(220 / 310 * 100%);
    padding-top: calc(220 / 310 * 100%);
}

.honor-bg .hlist .lih .title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: #191919;
}

.layui-layer {
    max-width: 930px;
}

.h-layerimg {
    width: 100%;
}

@media only screen and (min-width: 601px) {
    .honor-bg .hlist .lih:hover .imgbox .himg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .honor-bg .hlist .lih:hover .title {
        color: #892323;
    }
}

@media only screen and (max-width: 1280px) {
    .honor-bg {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .honor-bg {
        padding: 30px 0;
    }
    .honor-bg .hlist .lih .title {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 640px) {
    .honor-bg .hlist .lih {
        width: -webkit-calc((100% - 10px) / 2);
        width: -moz-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 5%;
    }
    .honor-bg .hlist .lih:nth-child(3n) {
        margin-right: 10px;
    }
    .honor-bg .hlist .lih:nth-child(2n) {
        margin-right: 0;
    }
    .honor-bg .hlist {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 414px) {
    .honor-bg {
        padding: 6% 0;
    }
    .honor-bg .hlist .lih {
        width: 100%;
        margin-right: 0;
    }
    .honor-bg .hlist .lih .title {
        height: 50px;
        line-height: 50px;
    }
}


/*企业相册*/

.photo-bg {
    padding-top: 20px;
    padding-bottom: 90px;
}

.photo-bg .pselect {
    margin-bottom: 25px;
    text-align: right;
}

.photo-bg .pselect .sbox {
    padding-left: 40px;
    height: 25px;
    line-height: 25px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    min-width: 80px;
}

.photo-bg .pselect .sbox:after {
    content: "筛选";
    font-size: 14px;
    color: rgba(0, 0, 0, .35);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.photo-bg .pselect .sbox .now {
    padding-left: 14px;
    padding-right: 40px;
    text-align: left;
    background-color: #f0f0f0;
    font-size: 14px;
    color: #862225;
    position: relative;
    cursor: pointer;
}

.photo-bg .pselect .sbox .now:after {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #862225 #862225 transparent transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.photo-bg .pselect .sbox .sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    z-index: 11;
    display: none;
}

.photo-bg .pselect .sbox .sub .sub-a {
    display: block;
    font-size: 14px;
    line-height: 30px;
}


/*列表*/

.photo-bg .plist .lip {
    width: -webkit-calc(97% / 2);
    width: -moz-calc(97% / 2);
    width: calc(97% / 2);
    float: left;
    max-width: 450px;
    margin-bottom: 40px;
    border: 1px solid #dbdbdb;
}

.photo-bg .plist .lip:nth-child(2n) {
    float: right;
}

.photo-bg .plist .lip .imgbox {
    border-bottom: 1px solid #dbdbdb;
}

.photo-bg .plist .lip .imgbox .pimg {
    padding-top: -webkit-calc(300 / 450 * 100%);
    padding-top: -moz-calc(300 / 450 * 100%);
    padding-top: calc(300 / 450 * 100%);
}

.photo-bg .plist .lip .pmain {
    padding: 20px 10px;
}

.photo-bg .plist .lip .pmain .time {
    font-size: 12px;
    color: #888888;
    margin-bottom: 10px;
}

.photo-bg .plist .lip .pmain .title {
    font-size: 16px;
    color: #191919;
    padding-right: 30px;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(/phone/images/pico_03.png);
    -moz-background-size: 22px 17px;
    background-size: 22px 17px;
}

@media only screen and (min-width: 601px) {
    .photo-bg .pselect .sbox .sub .sub-a:hover {
        background-color: #892323;
        color: #fff;
    }
    .photo-bg .plist .lip:hover .imgbox .pimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .photo-bg .plist .lip:hover .pmain .title {
        color: #892323;
        background-image: url(/phone/images/picoh_03.png);
    }
}


/*企业视频*/

.photo-bg .vlist {
    padding-bottom: 55px;
}

.photo-bg .vlist .liv {
    width: -webkit-calc(97% / 2);
    width: -moz-calc(97% / 2);
    width: calc(97% / 2);
    max-width: 465px;
    margin-bottom: 35px;
    float: left;
}

.photo-bg .vlist .liv:nth-child(2n) {
    float: right;
}

.photo-bg .vlist .liv .imgbox {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.photo-bg .vlist .liv .imgbox .vimg {
    padding-top: -webkit-calc(280 / 465 * 100%);
    padding-top: -moz-calc(280 / 465 * 100%);
    padding-top: calc(280 / 465 * 100%);
}

.photo-bg .vlist .liv .imgbox .play {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.photo-bg .vlist .liv .vmain {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.photo-bg .vlist .liv .vmain .title {
    font-size: 16px;
    color: #191919;
}

.photo-bg .vlist .liv .vmain .time {
    font-size: 12px;
    color: #191919;
}

@media only screen and (min-width: 601px) {
    .photo-bg .vlist .liv:hover .imgbox .vimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .photo-bg .vlist .liv:hover .vmain .title {
        color: #892323;
    }
    .photo-bg .vlist .liv:hover .imgbox .play {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@media only screen and (max-width: 414px) {
    .photo-bg .vlist .liv {
        width: 100%;
        max-width: none;
        margin-bottom: 6%;
        float: none;
    }
    .photo-bg .vlist .liv:nth-child(2n) {
        float: none;
    }
}


/*视频详情*/

.vview-bg {
    padding-top: 60px;
    padding-bottom: 120px;
}

.vview-bg .sharebox {
    padding-bottom: 40px;
    border-bottom: 1px solid #f4f4f4;
}

.vview-bg .sharebox .vshare {
    padding-left: 50px;
    position: relative;
    float: left;
}

.vview-bg .sharebox .vshare .ww {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #787878;
}

.vview-bg .sharebox .vshare .bdsharebuttonbox a {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    margin-right: 8px;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.vview-bg .sharebox .vshare .bdsharebuttonbox a.bds_weixin {
    background-image: url(/phone/images/vsico_03.png);
}

.vview-bg .sharebox .vshare .bdsharebuttonbox a.bds_tsina {
    background-image: url(/phone/images/vsico_05.png);
}

.vview-bg .sharebox .vshare .bdsharebuttonbox a.bds_qzone {
    background-image: url(/phone/images/vsico_07.png);
}

.vview-bg .sharebox .vshare .bdsharebuttonbox a.bds_sqq {
    background-image: url(/phone/images/vsico_09.png);
}

.vview-bg .sharebox .vshare .bdsharebuttonbox a.bds_more {
    background-image: url(/phone/images/vsico_11.png);
}

.vview-bg .sharebox .back {
    float: right;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #8a2a2c;
    padding-left: 40px;
    background-position: 10px;
    background-repeat: no-repeat;
    background-image: url(/phone/images/bb_03.png);
    font-size: 18px;
    color: #ffffff;
}

.vview-bg .vcontent {
    padding-top: 60px;
}

.vview-bg .vcontent .videobox {
    padding-top: -webkit-calc(680 / 960 * 100%);
    padding-top: -moz-calc(680 / 960 * 100%);
    padding-top: calc(680 / 960 * 100%);
    position: relative;
    overflow: hidden;
}

.vview-bg .vcontent .videobox .mejs-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}

.vview-bg .vcontent .videobox .mejs-container img {
    display: block;
}

.vview-bg .vcontent .videobox iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
}


/*相册详情*/

.vview-bg .vcontent .photo-swiper {
    background-color: #f6f6f6;
    padding-bottom: 70px;
}

.vview-bg .vcontent .photo-swiper .gallery-top {
    margin-bottom: 60px;
}

.vview-bg .vcontent .photo-swiper .gallery-top .swiper-wrapper .swiper-slide .pbimg {
    padding-top: -webkit-calc(520 / 966 * 100%);
    padding-top: -moz-calc(520 / 966 * 100%);
    padding-top: calc(520 / 966 * 100%);
}

.vview-bg .vcontent .photo-swiper .thumbsbox {
    max-width: 910px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.vview-bg .vcontent .photo-swiper .thumbsbox .gallery-thumbs .swiper-wrapper .swiper-slide .psimg {
    padding-top: calc(520 / 966 * 100%);
    position: relative;
}

.vview-bg .vcontent .photo-swiper .thumbsbox .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .psimg:after {
    content: "";
    position: absolute;
    border: 5px solid #862225;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.vview-bg .vcontent .photo-swiper .btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

.vview-bg .vcontent .photo-swiper .btn:after {
    content: "";
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #d5d5d5 transparent transparent #d5d5d5;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.vview-bg .vcontent .photo-swiper .btn.thumbs-prev {
    left: 0;
}

.vview-bg .vcontent .photo-swiper .btn.thumbs-prev:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vview-bg .vcontent .photo-swiper .btn.thumbs-next {
    right: 0;
}

.vview-bg .vcontent .photo-swiper .btn.thumbs-next:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media only screen and (min-width: 601px) {
    .vview-bg .vcontent .photo-swiper .btn:hover:after {
        border-color: #8d2e31 transparent transparent #8d2e31;
    }
}

@media only screen and (max-width: 1360px) {
    .vview-bg {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1280px) {
    .vview-bg .vcontent .photo-swiper {
        padding-bottom: 50px;
    }
    .vview-bg .vcontent {
        padding-top: 40px;
    }
    .vview-bg .vcontent .photo-swiper .gallery-top {
        margin-bottom: 40px;
    }
    .vview-bg {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 640px) {
    .vview-bg .vcontent .photo-swiper {
        padding-bottom: 6%;
    }
    .vview-bg .vcontent {
        padding-top: 6%;
    }
    .vview-bg .vcontent .photo-swiper .gallery-top {
        margin-bottom: 0;
    }
    .vview-bg .vcontent .photo-swiper .thumbsbox {
        display: none;
    }
    .vview-bg {
        padding-top: 4%;
        padding-bottom: 5%;
    }
    .vview-bg .sharebox {
        padding-bottom: 6%;
    }
}

.smd {
    position: absolute;
    top: -200px;
}


/*品牌介绍*/


/*品牌故事*/

.story-bg {
    padding-top: 60px;
    padding-bottom: 150px;
    position: relative;
}

.story-bg .lis {
    padding-bottom: 50px;
    margin-bottom: 70px;
}

.story-bg .lis .stext {
    width: -webkit-calc((100% - 50px) / 2);
    width: -moz-calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
    float: right;
    position: relative;
}

.story-bg .lis:nth-child(2n) .stext {
    float: left;
}

.story-bg .lis .stext .btn {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #898989;
    position: absolute;
    left: 40px;
    top: 100%;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.story-bg .lis:nth-child(2n) .stext .btn {
    left: 0;
}

.story-bg .lis .stext .btn.prev:after {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #898989 #898989 transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.story-bg .lis .stext .btn.next {
    left: 100px;
}

.story-bg .lis:nth-child(2n) .stext .btn.next {
    left: 60px;
}

.story-bg .lis .stext .btn.next:after {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #898989 #898989 transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.story-bg .lis .stext .scontent {
    max-height: 470px;
    overflow-y: auto;
}

.story-bg .stitle {
    font-size: 22px;
    color: #8a2a2c;
    margin-bottom: 15px;
}

.story-bg .scontent {
    font-size: 14px;
    color: #191919;
    line-height: 2;
}

@media only screen and (min-width: 800px) {
    .story-bg .lis .stext .scontent::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

.story-bg .lis .imgbox {
    width: -webkit-calc((100% - 50px) / 2);
    width: -moz-calc((100% - 50px) / 2);
    width: calc((100% - 50px) / 2);
    float: left;
}

.story-bg .lis:nth-child(2n) .imgbox {
    float: right;
}

.story-bg .lis .imgbox .simg {
    padding-top: -webkit-calc(500 / 430 * 100%);
    padding-top: -moz-calc(500 / 430 * 100%);
    padding-top: calc(500 / 430 * 100%);
}

@media only screen and (min-width: 601px) {
    .story-bg .lis .textbox .btn:hover {
        border: 1px solid #892323;
    }
    .story-bg .lis .textbox .btn:hover:after {
        border-color: #892323 #892323 transparent transparent;
    }
}

@media only screen and (max-width: 1360px) {
    .story-bg {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1280px) {
    .story-bg {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .story-bg .lis .stext {
        margin-right: 0;
        padding-left: 30px;
    }
    .story-bg .lis:nth-child(2n) .stext {
        margin-left: 0;
        padding-left: 0;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .story-bg .lis {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 414px) {
    .story-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .story-bg .lis {
        margin-bottom: 5%;
        padding: 0;
    }
    .story-bg .lis .imgbox {
        width: 100%;
        margin-bottom: 3%;
    }
    .story-bg .lis .stext {
        width: 100%;
        padding: 0;
        margin-bottom: 3%;
    }
    .story-bg .lis:nth-child(2n) .stext {
        padding: 0;
    }
    .story-bg .lis .stext .btn {
        display: none;
    }
}


/*品牌战略*/

.plan-content {
    font-size: 14px;
    color: #767676;
    line-height: 2;
    padding-top: 70px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1360px) {
    .plan-content {
        padding-top: 50px;
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 1280px) {
    .plan-content {
        padding-top: 30px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .plan-content {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .plan-content {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 414px) {
    .plan-content {
        padding-top: 5%;
        padding-bottom: 6%;
    }
}


/*合作伙伴*/

.parter-swiper {
    padding-top: 60px;
    padding-bottom: 150px;
    margin: 0 30px;
}

.parter-swiper .swiper-wrapper .swiper-slide .lip {
    padding-top: -webkit-calc(84 / 198 * 100%);
    padding-top: -moz-calc(84 / 198 * 100%);
    padding-top: calc(84 / 198 * 100%);
    margin-bottom: 30px;
}

.parter-swiper .parter-pagination {
    margin-top: 10px;
    text-align: center;
}

.parter-swiper .parter-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #d7d7d7;
    opacity: 1;
}

.parter-swiper .parter-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #892323;
}

@media only screen and (max-width: 1360px) {
    .parter-swiper {
        padding-top: 40px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 1280px) {
    .parter-swiper {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .parter-swiper {
        padding-bottom: 60px;
        margin: 0;
    }
}

@media only screen and (max-width: 414px) {
    .parter-swiper {
        padding-top: 6%;
        padding-bottom: 6%;
    }
}


/*社会责任*/

.duty-bg {
    padding-top: 70px;
    padding-bottom: 90px;
}

.duty-bg .duty-box {
    padding-right: 470px;
    position: relative;
    background-color: #f8f8f8;
}

.duty-bg .duty-box .picurlbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 470px;
    height: 100%;
}

.duty-bg .duty-box .picurlbox .picurl {
    width: 100%;
    height: 100%;
    display: none;
}

.duty-bg .duty-box .picurlbox .picurl[data-on="on"] {
    display: block;
}

.duty-bg .duty-box .inbox {
    padding: 50px 90px;
}

.duty-bg .duty-box .inbox .desc {
    font-size: 14px;
    color: #5e5e5e;
    line-height: 2;
    padding-bottom: 110px;
    position: relative;
}

.duty-bg .duty-box .inbox .desc:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #862225;
    position: absolute;
    left: -webkit-calc(100% + 150px);
    left: -moz-calc(100% + 150px);
    left: calc(100% + 150px);
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.duty-bg .duty-box .inbox .desc:after {
    content: "";
    width: -webkit-calc(100% + 150px);
    width: -moz-calc(100% + 150px);
    width: calc(100% + 150px);
    height: 1px;
    background-color: #862225;
    position: absolute;
    left: 0;
    bottom: 0;
}

.duty-bg .duty-box .inbox .duty-swiper {
    margin-bottom: 40px;
}

.duty-bg .duty-box .inbox .duty-swiper .swiper-wrapper .swiper-slide .lid {
    padding-top: 30px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.duty-bg .duty-box .inbox .duty-swiper .swiper-wrapper .swiper-slide .lid[data-on="on"]:after {
    content: "";
    border-style: solid;
    border-width: 5px;
    border-color: #862225 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.duty-bg .duty-box .inbox .duty-swiper .swiper-wrapper .swiper-slide .lid .ico {
    max-height: 60px;
    margin-bottom: 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    opacity: .5;
}

.duty-bg .duty-box .inbox .duty-swiper .swiper-wrapper .swiper-slide .lid[data-on="on"] .ico {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-filter: gray;
    filter: gray;
    opacity: 1;
}

.duty-bg .duty-box .inbox .duty-swiper .swiper-wrapper .swiper-slide .lid {
    font-size: 16px;
    color: #282828;
}

.duty-bg .duty-box .inbox .textbox {
    margin-bottom: 50px;
    border: 2px solid #862225;
}

.duty-bg .duty-box .inbox .textbox .text-swiper .swiper-wrapper .swiper-slide .text {
    padding: 20px 25px;
    position: relative;
    background-color: #f5f5f5;
}

.duty-bg .duty-box .inbox .textbox .text-swiper .swiper-wrapper .swiper-slide .text .title {
    font-size: 22px;
    color: #8a2a2c;
    font-weight: bold;
}

.duty-bg .duty-box .inbox .textbox .text-swiper .swiper-wrapper .swiper-slide .text .content {
    font-size: 14px;
    color: #191919;
    line-height: 2;
}

.duty-bg .duty-box .inbox .btnbox .btn {
    width: 30px;
    height: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    outline: none;
}

.duty-bg .duty-box .inbox .btnbox .btn.duty-prev {
    background-image: url(/phone/images/bbtn1.png);
}

.duty-bg .duty-box .inbox .btnbox .btn.duty-next {
    background-image: url(/phone/images/bbtn112.png);
}

@media only screen and (min-width: 601px) {
    .duty-bg .duty-box .inbox .btnbox .btn.duty-prev:hover {
        background-image: url(/phone/images/bbtn1_05.png);
    }
    .duty-bg .duty-box .inbox .btnbox .btn.duty-next:hover {
        background-image: url(/phone/images/bbtn_05.png);
    }
}

@media only screen and (max-width: 1360px) {
    .duty-bg .duty-box {
        padding-right: 400px;
    }
    .duty-bg .duty-box .picurlbox {
        width: 400px;
    }
    .duty-bg .duty-box .inbox {
        padding: 40px 60px;
    }
    .duty-bg {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .duty-bg .duty-box {
        padding-right: 350px;
    }
    .duty-bg .duty-box .picurlbox {
        width: 350px;
    }
    .duty-bg {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .duty-bg .duty-box {
        padding-right: 0;
    }
    .duty-bg .duty-box .picurlbox {
        display: none;
    }
    .duty-bg .duty-box .inbox {
        padding: 30px;
    }
    .duty-bg .duty-box .inbox .desc {
        padding-bottom: 60px;
    }
    .duty-bg .duty-box .inbox .desc:before {
        display: none;
    }
    .duty-bg .duty-box .inbox .desc:after {
        width: 100%;
    }
}

@media only screen and (max-width: 414px) {
    .duty-bg .duty-box .inbox {
        padding: 3%;
    }
    .duty-bg .duty-box .inbox .desc {
        padding-bottom: 6%;
    }
    .duty-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .duty-bg .duty-box .inbox .textbox .text-swiper .swiper-wrapper .swiper-slide .text .title {
        font-size: 18px;
        font-weight: normal;
    }
    .duty-bg .duty-box .inbox .textbox .text-swiper .swiper-wrapper .swiper-slide .text {
        padding: 3%;
    }
}


/*人才招聘*/

.join-bg {
    padding-bottom: 60px;
}

.join-bg .jhead {
    height: 60px;
    line-height: 60px;
    background-color: #892323;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.join-bg .jhead .hh {
    font-size: 16px;
    color: #fff;
    width: -webkit-calc((100% - 180px) / 5);
    width: -moz-calc((100% - 180px) / 5);
    width: calc((100% - 180px) / 5);
    text-align: center;
}

.join-bg .jhead .hh.h2 {
    width: 180px;
}

.join-bg .jbody .bitem .lib {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cacaca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.join-bg .jbody .bitem:nth-child(2n) .lib {
    background-color: #f7f4e9;
    border-bottom: 1px solid #e0ccab;
}

.join-bg .jbody .bitem .lib .bb {
    font-size: 16px;
    color: #444444;
    width: -webkit-calc((100% - 180px) / 5);
    width: -moz-calc((100% - 180px) / 5);
    width: calc((100% - 180px) / 5);
    text-align: center;
    position: relative;
}

.join-bg .jbody .bitem .lib .bb.click {
    cursor: pointer;
}

.join-bg .jbody .bitem .lib .bb.b2 {
    width: 180px;
}

.join-bg .jbody .bitem .lib .bb .jt {
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #892323 #892323 transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.join-bg .jbody .bitem .lib .bb .jt:after {
    content: "";
    border-width: 3px;
    border-style: solid;
    border-color: transparent #892323 #892323 transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.join-bg .jbody .bitem[data-on="on"] .lib .bb .jt {
    margin-top: -3px;
    border-color: #e4b973 transparent transparent #e4b973;
}

.join-bg .jbody .bitem[data-on="on"] .lib .bb .jt:after {
    border-color: #e4b973 transparent transparent #e4b973;
}

.join-bg .jbody .bitem .sub {
    padding: 30px 80px;
    font-size: 14px;
    color: #444444;
    line-height: 2;
    overflow: hidden;
    border-bottom: 1px solid #e0ccab;
    display: none;
}

@media only screen and (max-width: 414px) {
    .join-bg .jhead .hh:nth-child(1) {
        width: -webkit-calc(100% - 180px);
        width: -moz-calc(100% - 180px);
        width: calc(100% - 180px);
    }
    .join-bg .jhead .hh:nth-child(2) {
        display: none;
    }
    .join-bg .jhead .hh:nth-child(3) {
        display: none;
    }
    .join-bg .jhead .hh:nth-child(4) {
        display: none;
    }
    .join-bg .jhead .hh:nth-child(5) {
        display: none;
    }
    .join-bg .jbody .bitem .lib .bb:nth-child(1) {
        width: -webkit-calc(100% - 180px);
        width: -moz-calc(100% - 180px);
        width: calc(100% - 180px);
    }
    .join-bg .jbody .bitem .lib .bb:nth-child(2) {
        display: none;
    }
    .join-bg .jbody .bitem .lib .bb:nth-child(3) {
        display: none;
    }
    .join-bg .jbody .bitem .lib .bb:nth-child(4) {
        display: none;
    }
    .join-bg .jbody .bitem .lib .bb:nth-child(5) {
        display: none;
    }
    .join-bg .jbody .bitem .sub {
        padding: 3% 0;
    }
}


/*联系我们*/

.cotact-bg {
    padding-top: 60px;
    padding-bottom: 90px;
}

.cotact-bg .contact-box {
    padding-right: 500px;
    position: relative;
    margin-bottom: 30px;
    min-height: 280px;
}

.cotact-bg .contact-box .cleft .theme {
    padding-left: 50px;
    font-size: 22px;
    background-position: left;
    background-repeat: no-repeat;
    -moz-background-size: 30px 32px;
    background-size: 30px 32px;
    background-image: url(/phone/images/gg_03.png);
}

.cotact-bg .contact-box .cleft .citem {
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

.cotact-bg .contact-box .cleft .citem .text {
    padding-left: 50px;
    position: relative;
}

.cotact-bg .contact-box .cleft .citem .text .ico {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
}

.cotact-bg .contact-box .cleft .citem .text .title {
    font-size: 18px;
    color: #892323;
}

.cotact-bg .contact-box .cleft .citem .text .content {
    font-size: 14px;
    color: #a6a6a6;
}

.cotact-bg .contact-box .code {
    width: 430px;
    position: absolute;
    right: 0;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.cotact-bg .contact-box .code .cc {
    width: -webkit-calc(97% / 2);
    width: -moz-calc(97% / 2);
    width: calc(97% / 2);
    max-width: 180px;
}

.cotact-bg .contact-box .code .cc .title {
    font-size: 18px;
    color: #892323;
    margin-bottom: 5px;
}

.cotact-bg .contact-box .code .cc .msg {
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 10px;
}

.cotact-bg .contact-box .code .cc .cimg {
    padding-top: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #c0c0c0;
}


/*地图*/

.cotact-bg .mapbox {
    border: 1px solid #e0ccab;
    padding-top: -webkit-calc(620 / 1400 * 100%);
    padding-top: -moz-calc(620 / 1400 * 100%);
    padding-top: calc(620 / 1400 * 100%);
    position: relative;
}

.cotact-bg .mapbox .allmap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cotact-bg .mapbox .allmap img {
    max-width: none;
}

@media only screen and (max-width: 1360px) {
    .cotact-bg {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1280px) {
    .cotact-bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .cotact-bg .contact-box {
        padding-right: 0;
        min-height: auto;
    }
    .cotact-bg .contact-box .cleft {
        margin-bottom: 3%;
    }
    .cotact-bg .contact-box .code {
        position: relative;
        width: 100%;
        max-width: 430px;
    }
}

@media only screen and (max-width: 414px) {
    .cotact-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
}


/* =========

  园区赏析

 ========= */

.show-bg {
    overflow: hidden;
}

.show-bg .allshow-bt {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.show-bg .allshow-bt:before {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.show-bg .allshow-bt:after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*香博园*/

.show-bg .sintro-bg {
    padding-top: 30px;
    padding-bottom: 90px;
    text-align: center;
}

.show-bg .sintro-bg .sititle {
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #892323;
    font-size: 14px;
    color: #892323;
    position: relative;
}

.show-bg .sintro-bg .sititle .dd {
    width: 2px;
    height: 2px;
    background-color: #892323;
    position: absolute;
}

.show-bg .sintro-bg .sititle .dd.d1 {
    top: 2px;
    left: 2px;
}

.show-bg .sintro-bg .sititle .dd.d2 {
    top: 2px;
    right: 2px;
}

.show-bg .sintro-bg .sititle .dd.d3 {
    bottom: 2px;
    left: 2px;
}

.show-bg .sintro-bg .sititle .dd.d4 {
    bottom: 2px;
    right: 2px;
}

.show-bg .sintro-bg .sicontent {
    margin-bottom: 40px;
    font-size: 16px;
    color: #191919;
    line-height: 2;
}

.show-bg .sintro-bg .siimg {
    width: 100%;
}

@media only screen and (max-width: 1360px) {
    .show-bg .sintro-bg {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 1280px) {
    .show-bg .sintro-bg {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .show-bg .sintro-bg {
        padding-bottom: 30px;
    }
    .show-bg .allshow-bt {
        font-size: 24px;
    }
}

@media only screen and (max-width: 414px) {
    .show-bg .sintro-bg {
        padding-bottom: 6%;
    }
    .show-bg .sintro-bg .sititle {
        margin: 5% 0 0 0;
        margin-bottom: 4%;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        width: 100%;
    }
    .show-bg .sintro-bg .sicontent {
        margin-bottom: 6%;
    }
    .show-bg .allshow-bt {
        max-width: none;
    }
}


/*园区特色*/

.feature-bg {
    padding-bottom: 80px;
}

.feature-bg .flist.top {
    padding-top: 50px;
}

.feature-bg .flist .fitem {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.feature-bg .flist .fitem .fbox {
    position: relative;
    display: block;
    overflow: hidden;
}

.feature-bg .flist .fitem .fbox .fimg {
    padding-top: -webkit-calc(430 / 695 * 100%);
    padding-top: -moz-calc(430 / 695 * 100%);
    padding-top: calc(430 / 695 * 100%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.feature-bg .flist .fitem .fbox .bt {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 18px;
    color: #fff;
    z-index: 11;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.feature-bg .flist .fitem .fbox .titlebox {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.feature-bg .flist .fitem .fbox .titlebox .title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.feature-bg .flist .fitem .fbox .titlebox .ww {
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #892323;
    font-size: 14px;
    color: #ffffff;
}

.feature-bg .flist.top .fitem {
    width: -webkit-calc((100% - 20px) / 3);
    width: -moz-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
}

.feature-bg .flist.top .fitem:nth-child(3n) {
    margin-right: 0;
}

.feature-bg .flist.bottom .fitem {
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
}

.feature-bg .flist.bottom .fitem:nth-child(2n) {
    margin-right: 0;
}

.feature-bg .flist.bottom .fitem:nth-child(2) .inbox {
    padding-top: -webkit-calc(430 / 695 * 100%);
    padding-top: -moz-calc(430 / 695 * 100%);
    padding-top: calc(430 / 695 * 100%);
    position: relative;
}

.feature-bg .flist.bottom .fitem:nth-child(2) .inbox .fbox {
    position: absolute;
    width: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
    height: -webkit-calc((100% - 10px) / 2);
    height: -moz-calc((100% - 10px) / 2);
    height: calc((100% - 10px) / 2);
}

.feature-bg .flist.bottom .fitem:nth-child(2) .inbox .fbox:nth-child(1) {
    left: 0;
    top: 0;
}

.feature-bg .flist.bottom .fitem:nth-child(2) .inbox .fbox:nth-child(2) {
    right: 0;
    top: 0;
}

.feature-bg .flist.bottom .fitem:nth-child(2) .inbox .fbox:nth-child(3) {
    left: 0;
    bottom: 0;
}

.feature-bg .flist.bottom .fitem:nth-child(2) .inbox .fbox:nth-child(4) {
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 601px) {
    .feature-bg .flist .fitem .fbox:hover .bt {
        opacity: 0;
        visibility: hidden;
    }
    .feature-bg .flist .fitem .fbox:hover .titlebox {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
        visibility: visible;
    }
    .feature-bg .flist .fitem .fbox:hover .fimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1280px) {
    .feature-bg {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .feature-bg {
        padding-bottom: 40px;
    }
    .feature-bg .flist.top {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .feature-bg .flist.top .fitem {
        width: 100%;
        margin-bottom: 5%;
    }
    .feature-bg .flist.bottom .fitem {
        width: 100%;
        margin-bottom: 5%;
    }
    .feature-bg .flist .fitem .fbox .bt {
        display: none;
    }
    .feature-bg .flist .fitem .fbox .titlebox {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .feature-bg .flist .fitem .fbox .titlebox .title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 414px) {
    .feature-bg {
        padding-bottom: 3%;
    }
    .feature-bg .flist.top {
        padding-top: 6%;
    }
    .feature-bg .flist .fitem .fbox .titlebox .ww {
        display: none;
    }
}


/*园区活动*/

.huodong-bg {
    padding-top: 50px;
}

.huodong-bg .hdbox {
    padding-bottom: 50px;
}

.huodong-bg .hdbox .hdtheme {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    line-height: 35px;
    height: 35px;
}

.huodong-bg .hdbox .hdtheme .bt {
    padding: 0 14px;
    border: 1px solid #892323;
    margin: 0 5px;
    position: relative;
    font-size: 16px;
    color: #892323;
}

.huodong-bg .hdbox .hdtheme .bt:before {
    content: "";
    width: 5px;
    height: 80%;
    border-style: solid;
    border-width: 1px;
    border-color: #892323 #fff #892323 #892323;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -5px;
}

.huodong-bg .hdbox .hdtheme .bt:after {
    content: "";
    width: 5px;
    height: 80%;
    border-style: solid;
    border-width: 1px;
    border-color: #892323 #892323 #892323 #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -5px;
}

.huodong-bg .hdbox .hdtheme .ww {
    font-size: 14px;
    color: #444444;
}

.huodong-bg .hdbox .hdtheme .ww span {
    color: #892323;
}

.huodong-bg .hdbox .hdtheme .loadbtn {
    font-size: 14px;
    color: #892323;
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}

.huodong-bg .hdbox .hdtheme .loadbtn:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.huodong-bg .hdbox .hdtheme .loadbtn:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}


/*轮播*/

.huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd {
    display: block;
}

.huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .imgbox {
    width: 100%;
    overflow: hidden;
}

.huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .imgbox .hdimg {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-top: -webkit-calc(440 / 1400 * 100%);
    padding-top: -moz-calc(440 / 1400 * 100%);
    padding-top: calc(440 / 1400 * 100%);
}

.huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .hdmain {
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/phone/images/sbg_03.png);
    -moz-background-size: cover;
    background-size: cover;
    padding: 70px 40px;
    font-size: 14px;
    color: #5c5a5a;
}

.huodong-bg .hdbox .hd-swiper .hd-pagination {
    position: absolute;
    right: 50px;
    top: 35px;
    z-index: 11;
    text-align: right;
    height: 20px;
    left: auto;
    width: auto;
    bottom: auto;
    font-size: 0;
}

.huodong-bg .hdbox .hd-swiper .hd-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: auto;
    height: auto;
    padding-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
}

.huodong-bg .hdbox .hd-swiper .hd-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*color: #892323;*/
    /*border-bottom: 1px solid #892323;*/
    border-bottom: 1px solid #fff;
}

.huodong-bg .hdbox .hd-swiper .hd-pagination .swiper-pagination-bullet:after {
    display: none;
}

@media only screen and (min-width: 601px) {
    .huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd:hover .imgbox .hdimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1024px) {
    .huodong-bg {
        padding-top: 30px;
    }
    .huodong-bg .hdbox {
        padding-bottom: 30px;
    }
    .huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .hdmain {
        padding: 50px 30px;
    }
    .huodong-bg .hdbox .hd-swiper .hd-pagination {
        right: 3%;
        top: 5%;
    }
}

@media only screen and (max-width: 640px) {
    .huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .imgbox {
        width: 100%;
    }
    .huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .hdmain {
        padding: 3%;
        width: 100%;
        min-height: 100px;
    }
}

@media only screen and (max-width: 414px) {
    .huodong-bg {
        padding-top: 6%;
    }
    .huodong-bg .hdbox {
        padding-bottom: 6%;
    }
    .huodong-bg .hdbox .hdtheme {
        margin-bottom: 6%;
    }
}


/*精彩回顾*/

.huodong-bg .hdbox .hdlist .hditem {
    width: -webkit-calc((100% - 20px) / 3);
    width: -moz-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
}

.huodong-bg .hdbox .hdlist .hditem:nth-child(3n) {
    margin-right: 0;
}

.huodong-bg .hdbox .hdlist .hditem .imgbox .hdimg {
    padding-top: -webkit-calc(288 / 458 * 100%);
    padding-top: -moz-calc(288 / 458 * 100%);
    padding-top: calc(288 / 458 * 100%);
}

.huodong-bg .hdbox .hdlist .hditem .title {
    border-top: 1px solid #eaeaea;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #191919;
}

@media only screen and (min-width: 601px) {
    .huodong-bg .hdbox .hdlist .hditem:hover .imgbox .hdimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .huodong-bg .hdbox .hdlist .hditem:hover .title {
        color: #892323;
    }
}

@media only screen and (max-width: 768px) {
    .huodong-bg .hdbox .hdlist .hditem {
        width: -webkit-calc((100% - 10px) / 2);
        width: -moz-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
    }
    .huodong-bg .hdbox .hdlist .hditem:nth-child(3n) {
        margin-right: 10px;
    }
    .huodong-bg .hdbox .hdlist .hditem:nth-child(2n) {
        margin-right: 0;
    }
    .huodong-bg .hdbox .hdlist .hditem .title {
        height: 50px;
        line-height: 50px;
    }
    .huodong-bg .hdbox .hdlist .hditem .title {
        font-size: 14px;
        padding: 0 3%;
    }
}

@media only screen and (max-width: 414px) {
    .huodong-bg .hdbox .hdtheme {
        line-height: 30px;
        height: 30px;
    }
    .huodong-bg .hdbox .hdlist .hditem .title {
        height: 40px;
        line-height: 40px;
    }
}


/*活动招商*/

.zs-bg {
    padding-top: 50px;
    padding-bottom: 130px;
}

.zs-bg .zs-top {
    padding: 70px 50px;
    background-color: #f7f7f7;
    margin-bottom: 50px;
}

.zs-bg .zs-top .zstitle {
    padding-left: 60px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(/phone/images/laba_03.png);
    -moz-background-size: 43px 41px;
    background-size: 43px 41px;
    font-size: 24px;
    color: #892323;
    height: 41px;
    line-height: 41px;
    margin-bottom: 20px;
}

.zs-bg .zs-top .zsdemo {
    font-size: 18px;
    color: #191919;
    line-height: 2;
}

.zs-bg .zsbtm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

.zs-bg .zsbtm .imgbox {
    width: 50%;
}

.zs-bg .zsbtm .imgbox .zsimg {
    padding-top: -webkit-calc(400 / 700 * 100%);
    padding-top: -moz-calc(400 / 700 * 100%);
    padding-top: calc(400 / 700 * 100%);
}

.zs-bg .zsbtm .zsmain {
    width: 50%;
    font-size: 16px;
    color: #191919;
    line-height: 2;
}

@media only screen and (max-width: 1360px) {
    .zs-bg {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .zs-bg .zs-top {
        padding: 50px 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .zs-bg {
        padding-bottom: 80px;
    }
    .zs-bg .zs-top {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .zs-bg {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .zs-bg {
        padding-bottom: 40px;
    }
    .zs-bg .zsbtm {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .zs-bg .zsbtm .imgbox {
        width: 100%;
    }
    .zs-bg .zsbtm .zsmain {
        width: 100%;
        padding: 3% 0;
    }
}

@media only screen and (max-width: 414px) {
    .zs-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .zs-bg .zs-top {
        padding: 3%;
        margin-bottom: 6%;
    }
    .zs-bg .zs-top .zstitle {
        padding-left: 40px;
        -moz-background-size: 21px 20px;
        background-size: 21px 20px;
        font-size: 20px;
        height: 36px;
        line-height: 36px;
        margin-bottom: 6%;
    }
}


/* =========

    加载按钮

 ========= */

.loadmore {
    padding: 20px 0;
    text-align: center;
}

.loadmore .word {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 18px;
    color: #8a2a2c;
    padding-left: 40px;
    padding-right: 20px;
    background-position: left;
    background-repeat: no-repeat;
    -moz-background-size: 27px 16px;
    background-size: 27px 16px;
    background-image: url(/phone/images/eye_03.png);
    position: relative;
}

.loadmore .word:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loadmore .word:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}


/* =========

    页脚

 ========= */

.footer {
    position: relative;
    background-color: #8a2a2c;
}

.footer .footer-top {
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.footer .footer-top .flogo {
    width: 147px;
}

.footer .footer-top .middle {
    width: -webkit-calc(100% - 417px);
    width: -moz-calc(100% - 417px);
    width: calc(100% - 417px);
    max-width: 720px;
}

.footer .footer-top .middle .fnav-list {
    font-size: 0;
    width: 370px;
    float: left;
}

.footer .footer-top .middle .fnav-list .couml {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    float: left;
}

.footer .footer-top .middle .fnav-list .couml .lif {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    display: block;
}

.footer .footer-top .middle .fcontact {
    width: -webkit-calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: calc(100% - 370px);
    float: left;
}

.footer .footer-top .middle .fcontact .bbt {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer .footer-top .middle .fcontact .content {
    font-size: 14px;
    color: #fff;
}

.footer .footer-top .fcode {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.footer .footer-top .fcode .titem {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
}

.footer .footer-top .fcode .titem .title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer .footer-top .fcode .titem .wxcode {
    padding-top: 100%;
}

.footer .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer .footer-bottom .fcontent {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .3);
}

.footer .footer-bottom .fcontent a {
    color: rgba(255, 255, 255, .3);
}

.md {
    position: absolute;
    top: -130px;
}

@media only screen and (max-width: 1360px) {
    .footer .footer-top {
        padding: 50px 0;
    }
    .md {
        top: -120px;
    }
}

@media only screen and (max-width: 1280px) {
    .footer .footer-top {
        padding: 30px 0;
    }
    .footer .footer-top .flogo img {
        width: 80%;
    }
    .md {
        top: -100px;
    }
}

@media only screen and (max-width: 1024px) {
    .md {
        top: -55px;
    }
    .footer .footer-top {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .footer .footer-top .flogo {
        display: none;
    }
    .footer .footer-top .middle {
        width: 100%;
        max-width: none;
    }
    .footer .footer-top .middle .fnav-list {
        width: 50%;
    }
    .footer .footer-top .middle .fcontact {
        width: 50%;
    }
}

@media only screen and (max-width: 414px) {
    .footer .footer-top .middle .fnav-list {
        width: 100%;
        float: none;
    }
    .footer .footer-top .middle .fnav-list .couml .lif {
        margin-bottom: 20px;
    }
    .footer .footer-top .middle .fcontact {
        width: 100%;
        float: none;
        margin-bottom: 6%;
    }
}


/*加载动画*/

#loading-center-absolute {
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #c70606;
    text-transform: uppercase;
}

.object {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background-color: #892323;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    -moz-animation: object_one 1.5s infinite;
    -o-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    -moz-animation: object_two 1.5s infinite;
    -o-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    -moz-animation: object_three 1.5s infinite;
    -o-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes object_one {
    75% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-o-keyframes object_one {
    75% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes object_two {
    75% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-o-keyframes object_two {
    75% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes object_three {
    75% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-o-keyframes object_three {
    75% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}


/*网站地图*/

.site-bg {
    padding: 60px 0;
}

.site-bg .sitem {
    margin-bottom: 30px;
}

.site-bg .sitem .bt {
    margin-bottom: 15px;
    padding: 8px 12px;
    border: 1px solid #fff1c8;
    background-color: #fff9e6;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #582e09;
    display: block;
}

.site-bg .sitem .menu {
    padding: 0 0 15px 13px;
}

.site-bg .sitem .menu .mm {
    color: #666;
    font-size: 14px;
    margin: 0 20px 10px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/*搜索*/

.search-main .theme {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.search-main img {
    max-width: 100%;
    width: 100%;
}

.search-main {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 75px;
    padding: 30px 0;
    min-height: -webkit-calc(100vh - 260px);
    min-height: -moz-calc(100vh - 260px);
    min-height: calc(100vh - 260px);
}

.search-main .list {
    margin-bottom: 30px;
}

.search-main .type {
    line-height: 50px;
    font-size: 30px;
    color: #e00000;
    font-weight: bold;
    text-align: center;
}

.search-main .list ul li {
    display: block;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    float: left;
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}

.search-main .list ul li:nth-child(2n) {
    margin-right: 0;
}

.search-main .list ul li.nothing {
    width: 100%;
    text-align: center;
    border: 0px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.search-main .list ul li a .text .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.search-main .list ul li a .text .demo {
    font-size: 12px;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 20px;
    display: none;
}

.search-main .list ul li a .text .rq {
    font-size: 14px;
    opacity: .7;
    line-height: 1.8;
}

.search-main .list ul li a .tu {
    margin-bottom: 20px;
    display: none;
}

@media only screen and (min-width:600px) {
    .search-main .list ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -ms-box-orient: horizontal;
        box-orient: horizontal;
    }
    .search-main .list ul li:hover a .text .title {
        color: #da1428;
    }
    .search-main .list ul li a .tu {
        width: 200px;
        margin-right: 30px;
        margin-bottom: 0px;
        display: none;
    }
    .search-main .list ul li a .text {
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
        width: 100%;
    }
}

.search-main .list ul li a span {
    float: right;
    margin-right: 20px;
}

.search-main .list ul li a:hover {
    color: #21263f;
}

@media only screen and (max-width:1280px) {
    .search-main .list ul li {
        padding: 15px 0;
    }
}

@media only screen and (max-width:800px) {
    .search-main .type {
        font-size: 22px;
    }
    .search-main .list ul li {
        float: none;
        width: 100%;
        padding: 10px 0;
        margin-right: 0;
    }
    .search-main .list ul li a .text .demo {
        margin-bottom: 10px;
    }
    .search-main .list ul li a .text .title {
        font-size: 16px;
    }
    .search-main .theme {
        font-size: 24px;
        margin-bottom: 6%;
    }
    #loading-center-absolute {
        font-size: 20px;
    }
}

.mejs-container .mejs-controls div.mejs-button.mejs-fullscreen-button button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wrong-bg {
    height: 100vh;
    position: relative;
}

.wrong-bg .btnbox {
    position: absolute;
    left: 0;
    bottom: 25%;
    text-align: center;
    width: 100%;
}

.wrong-bg .btnbox .btn {
    margin: 0 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #862225;
    font-weight: bold;
    font-size: 14px;
    color: #862225;
}

.wrong-bg .btnbox .btn.home {
    background-color: #862225;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .wrong-bg {
        -webkit-background-size: auto 60%;
        background-size: auto 60%;
    }
}

huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .imgbox .hdimg {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-top: -webkit-calc(440 / 1400 * 100%);
    padding-top: -moz-calc(440 / 1400 * 100%);
    padding-top: calc(440 / 1400 * 100%);
}

.huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .hdmain {
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/phone/images/sbg_03.png);
    -moz-background-size: cover;
    background-size: cover;
    padding: 70px 40px;
    font-size: 14px;
    color: #5c5a5a;
}

.huodong-bg .hdbox .hd-swiper .hd-pagination {
    position: absolute;
    right: 50px;
    top: 35px;
    z-index: 11;
    text-align: right;
    height: 20px;
    left: auto;
    width: auto;
    bottom: auto;
    font-size: 0;
}

.huodong-bg .hdbox .hd-swiper .hd-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: auto;
    height: auto;
    padding-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
}

.huodong-bg .hdbox .hd-swiper .hd-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*color: #892323;*/
    /*border-bottom: 1px solid #892323;*/
    border-bottom: 1px solid #fff;
}

.huodong-bg .hdbox .hd-swiper .hd-pagination .swiper-pagination-bullet:after {
    display: none;
}

@media only screen and (min-width: 601px) {
    .huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd:hover .imgbox .hdimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1024px) {
    .huodong-bg {
        padding-top: 30px;
    }
    .huodong-bg .hdbox {
        padding-bottom: 30px;
    }
    .huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .hdmain {
        padding: 50px 30px;
    }
    .huodong-bg .hdbox .hd-swiper .hd-pagination {
        right: 3%;
        top: 5%;
    }
}

@media only screen and (max-width: 640px) {
    .huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .imgbox {
        width: 100%;
    }
    .huodong-bg .hdbox .hd-swiper .swiper-wrapper .swiper-slide .lihd .hdmain {
        padding: 3%;
        width: 100%;
        min-height: 100px;
    }
}

@media only screen and (max-width: 414px) {
    .huodong-bg {
        padding-top: 6%;
    }
    .huodong-bg .hdbox {
        padding-bottom: 6%;
    }
    .huodong-bg .hdbox .hdtheme {
        margin-bottom: 6%;
    }
}


/*精彩回顾*/

.huodong-bg .hdbox .hdlist .hditem {
    width: -webkit-calc((100% - 20px) / 3);
    width: -moz-calc((100% - 20px) / 3);
    width: calc((100% - 20px) / 3);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
}

.huodong-bg .hdbox .hdlist .hditem:nth-child(3n) {
    margin-right: 0;
}

.huodong-bg .hdbox .hdlist .hditem .imgbox .hdimg {
    padding-top: -webkit-calc(288 / 458 * 100%);
    padding-top: -moz-calc(288 / 458 * 100%);
    padding-top: calc(288 / 458 * 100%);
}

.huodong-bg .hdbox .hdlist .hditem .title {
    border-top: 1px solid #eaeaea;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #191919;
}

@media only screen and (min-width: 601px) {
    .huodong-bg .hdbox .hdlist .hditem:hover .imgbox .hdimg {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .huodong-bg .hdbox .hdlist .hditem:hover .title {
        color: #892323;
    }
}

@media only screen and (max-width: 768px) {
    .huodong-bg .hdbox .hdlist .hditem {
        width: -webkit-calc((100% - 10px) / 2);
        width: -moz-calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
    }
    .huodong-bg .hdbox .hdlist .hditem:nth-child(3n) {
        margin-right: 10px;
    }
    .huodong-bg .hdbox .hdlist .hditem:nth-child(2n) {
        margin-right: 0;
    }
    .huodong-bg .hdbox .hdlist .hditem .title {
        height: 50px;
        line-height: 50px;
    }
    .huodong-bg .hdbox .hdlist .hditem .title {
        font-size: 14px;
        padding: 0 3%;
    }
}

@media only screen and (max-width: 414px) {
    .huodong-bg .hdbox .hdtheme {
        line-height: 30px;
        height: 30px;
    }
    .huodong-bg .hdbox .hdlist .hditem .title {
        height: 40px;
        line-height: 40px;
    }
}


/*活动招商*/

.zs-bg {
    padding-top: 50px;
    padding-bottom: 130px;
}

.zs-bg .zs-top {
    padding: 70px 50px;
    background-color: #f7f7f7;
    margin-bottom: 50px;
}

.zs-bg .zs-top .zstitle {
    padding-left: 60px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(/phone/images/laba_03.png);
    -moz-background-size: 43px 41px;
    background-size: 43px 41px;
    font-size: 24px;
    color: #892323;
    height: 41px;
    line-height: 41px;
    margin-bottom: 20px;
}

.zs-bg .zs-top .zsdemo {
    font-size: 18px;
    color: #191919;
    line-height: 2;
}

.zs-bg .zsbtm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

.zs-bg .zsbtm .imgbox {
    width: 50%;
}

.zs-bg .zsbtm .imgbox .zsimg {
    padding-top: -webkit-calc(400 / 700 * 100%);
    padding-top: -moz-calc(400 / 700 * 100%);
    padding-top: calc(400 / 700 * 100%);
}

.zs-bg .zsbtm .zsmain {
    width: 50%;
    font-size: 16px;
    color: #191919;
    line-height: 2;
}

@media only screen and (max-width: 1360px) {
    .zs-bg {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .zs-bg .zs-top {
        padding: 50px 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .zs-bg {
        padding-bottom: 80px;
    }
    .zs-bg .zs-top {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .zs-bg {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .zs-bg {
        padding-bottom: 40px;
    }
    .zs-bg .zsbtm {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .zs-bg .zsbtm .imgbox {
        width: 100%;
    }
    .zs-bg .zsbtm .zsmain {
        width: 100%;
        padding: 3% 0;
    }
}

@media only screen and (max-width: 414px) {
    .zs-bg {
        padding-top: 5%;
        padding-bottom: 6%;
    }
    .zs-bg .zs-top {
        padding: 3%;
        margin-bottom: 6%;
    }
    .zs-bg .zs-top .zstitle {
        padding-left: 40px;
        -moz-background-size: 21px 20px;
        background-size: 21px 20px;
        font-size: 20px;
        height: 36px;
        line-height: 36px;
        margin-bottom: 6%;
    }
}


/* =========

    加载按钮

 ========= */

.loadmore {
    padding: 20px 0;
    text-align: center;
}

.loadmore .word {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 18px;
    color: #8a2a2c;
    padding-left: 40px;
    padding-right: 20px;
    background-position: left;
    background-repeat: no-repeat;
    -moz-background-size: 27px 16px;
    background-size: 27px 16px;
    background-image: url(/phone/images/eye_03.png);
    position: relative;
}

.loadmore .word:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loadmore .word:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #892323;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}


/* =========

    页脚

 ========= */

.footer {
    position: relative;
    background-color: #8a2a2c;
}

.footer .footer-top {
    padding: 70px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.footer .footer-top .flogo {
    width: 147px;
}

.footer .footer-top .middle {
    width: -webkit-calc(100% - 417px);
    width: -moz-calc(100% - 417px);
    width: calc(100% - 417px);
    max-width: 720px;
}

.footer .footer-top .middle .fnav-list {
    font-size: 0;
    width: 370px;
    float: left;
}

.footer .footer-top .middle .fnav-list .couml {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    float: left;
}

.footer .footer-top .middle .fnav-list .couml .lif {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    display: block;
}

.footer .footer-top .middle .fcontact {
    width: -webkit-calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: calc(100% - 370px);
    float: left;
}

.footer .footer-top .middle .fcontact .bbt {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer .footer-top .middle .fcontact .content {
    font-size: 14px;
    color: #fff;
}

.footer .footer-top .fcode {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.footer .footer-top .fcode .titem {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
}

.footer .footer-top .fcode .titem .title {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer .footer-top .fcode .titem .wxcode {
    padding-top: 100%;
}

.footer .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer .footer-bottom .fcontent {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .3);
}

.footer .footer-bottom .fcontent a {
    color: rgba(255, 255, 255, .3);
}

.md {
    position: absolute;
    top: -130px;
}

@media only screen and (max-width: 1360px) {
    .footer .footer-top {
        padding: 50px 0;
    }
    .md {
        top: -120px;
    }
}

@media only screen and (max-width: 1280px) {
    .footer .footer-top {
        padding: 30px 0;
    }
    .footer .footer-top .flogo img {
        width: 80%;
    }
    .md {
        top: -100px;
    }
}

@media only screen and (max-width: 1024px) {
    .md {
        top: -55px;
    }
    .footer .footer-top {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .footer .footer-top .flogo {
        display: none;
    }
    .footer .footer-top .middle {
        width: 100%;
        max-width: none;
    }
    .footer .footer-top .middle .fnav-list {
        width: 50%;
    }
    .footer .footer-top .middle .fcontact {
        width: 50%;
    }
}

@media only screen and (max-width: 414px) {
    .footer .footer-top .middle .fnav-list {
        width: 100%;
        float: none;
    }
    .footer .footer-top .middle .fnav-list .couml .lif {
        margin-bottom: 20px;
    }
    .footer .footer-top .middle .fcontact {
        width: 100%;
        float: none;
        margin-bottom: 6%;
    }
}


/*加载动画*/

#loading-center-absolute {
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #c70606;
    text-transform: uppercase;
}

.object {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background-color: #892323;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    -moz-animation: object_one 1.5s infinite;
    -o-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    -moz-animation: object_two 1.5s infinite;
    -o-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    -moz-animation: object_three 1.5s infinite;
    -o-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes object_one {
    75% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-o-keyframes object_one {
    75% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes object_two {
    75% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-o-keyframes object_two {
    75% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@-moz-keyframes object_three {
    75% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-o-keyframes object_three {
    75% {
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}


/*网站地图*/

.site-bg {
    padding: 60px 0;
}

.site-bg .sitem {
    margin-bottom: 30px;
}

.site-bg .sitem .bt {
    margin-bottom: 15px;
    padding: 8px 12px;
    border: 1px solid #fff1c8;
    background-color: #fff9e6;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #582e09;
    display: block;
}

.site-bg .sitem .menu {
    padding: 0 0 15px 13px;
}

.site-bg .sitem .menu .mm {
    color: #666;
    font-size: 14px;
    margin: 0 20px 10px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}


/*搜索*/

.search-main .theme {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.search-main img {
    max-width: 100%;
    width: 100%;
}

.search-main {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 75px;
    padding: 30px 0;
    min-height: -webkit-calc(100vh - 260px);
    min-height: -moz-calc(100vh - 260px);
    min-height: calc(100vh - 260px);
}

.search-main .list {
    margin-bottom: 30px;
}

.search-main .type {
    line-height: 50px;
    font-size: 30px;
    color: #e00000;
    font-weight: bold;
    text-align: center;
}

.search-main .list ul li {
    display: block;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    float: left;
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}

.search-main .list ul li:nth-child(2n) {
    margin-right: 0;
}

.search-main .list ul li.nothing {
    width: 100%;
    text-align: center;
    border: 0px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.search-main .list ul li a .text .title {
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.search-main .list ul li a .text .demo {
    font-size: 12px;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 20px;
    display: none;
}

.search-main .list ul li a .text .rq {
    font-size: 14px;
    opacity: .7;
    line-height: 1.8;
}

.search-main .list ul li a .tu {
    margin-bottom: 20px;
    display: none;
}

@media only screen and (min-width:600px) {
    .search-main .list ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -ms-box-orient: horizontal;
        box-orient: horizontal;
    }
    .search-main .list ul li:hover a .text .title {
        color: #da1428;
    }
    .search-main .list ul li a .tu {
        width: 200px;
        margin-right: 30px;
        margin-bottom: 0px;
        display: none;
    }
    .search-main .list ul li a .text {
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
        width: 100%;
    }
}

.search-main .list ul li a span {
    float: right;
    margin-right: 20px;
}

.search-main .list ul li a:hover {
    color: #21263f;
}

@media only screen and (max-width:1280px) {
    .search-main .list ul li {
        padding: 15px 0;
    }
}

@media only screen and (max-width:800px) {
    .search-main .type {
        font-size: 22px;
    }
    .search-main .list ul li {
        float: none;
        width: 100%;
        padding: 10px 0;
        margin-right: 0;
    }
    .search-main .list ul li a .text .demo {
        margin-bottom: 10px;
    }
    .search-main .list ul li a .text .title {
        font-size: 16px;
    }
    .search-main .theme {
        font-size: 24px;
        margin-bottom: 6%;
    }
    #loading-center-absolute {
        font-size: 20px;
    }
}

.mejs-container .mejs-controls div.mejs-button.mejs-fullscreen-button button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.wrong-bg {
    height: 100vh;
    position: relative;
}

.wrong-bg .btnbox {
    position: absolute;
    left: 0;
    bottom: 25%;
    text-align: center;
    width: 100%;
}

.wrong-bg .btnbox .btn {
    margin: 0 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #862225;
    font-weight: bold;
    font-size: 14px;
    color: #862225;
}

.wrong-bg .btnbox .btn.home {
    background-color: #862225;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .wrong-bg {
        -webkit-background-size: auto 60%;
        background-size: auto 60%;
    }
}