@charset "utf-8";
@-webkit-keyframes mk_scale {
    0% {
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes mk_scale {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes mk_fade {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mk_fade {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes mk_left_to_right {
    0% {
        -webkit-transform: translate(-20px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes mk_left_to_right {
    0% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes mk_right_to_left {
    0% {
        -webkit-transform: translate(20px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes mk_right_to_left {
    0% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes mk_bottom_to_top {
    0% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes mk_bottom_to_top {
    0% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes mk_top_to_bottom {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes mk_top_to_bottom {
    0% {
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@font-face {
    font-family: hanyi45;
    src: url(font/hanyi45.ttf);
    /*src: url(http://jubons.cn/wordpress/wp-content/themes/jubons/fonts/Novecentosanswide-Normal-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/Novecentosanswide-Normal-webfont.woff2) format('woff2'), url(../fonts/Novecentosanswide-Normal-webfont.woff) format('woff'), url(../fonts/Novecentosanswide-Normal-webfont.ttf) format('truetype'), url(http://jubons.cn/wordpress/wp-content/themes/jubons/fonts/Novecentosanswide-Normal-webfont.svg#novecento_sans_widenormal) format('svg');*/
    font-weight: 400;
    font-style: normal;
}


/* 头部导航 */

.menu_btn img {
    padding: 15px 0 0 15px;
}

.m {
    display: none;
}

.pc {
    display: block;
}


/* 服务 */

.topBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 19vh;
    padding-bottom: 2%;
}

.textBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    zoom: 1;
}


/* 红色背景盒子 */

.redBox {
    display: block;
    background-image: url(../img/fuwu02_1.png);
    position: absolute;
    top: 0px;
    left: calc(50% - 6px);
    transform: translate(-50%, 10px);
    height: calc(100% - 30px);
    background-size: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: calc(100% - 6px);
    padding: 20px;
    padding-top: 30px;
    border-radius: 20px;
    height: 110%;
    top: -10%;
    opacity: 0;
    z-index: -1;
}

.redBox_2 {
    background-image: url(../img/fuwu03_1.png);
}

.redBox_3 {
    background-image: url(../img/fuwu04_1.png);
}

.redBox_4 {
    background-image: url(../img/fuwu05_1.png);
}

.red_img:hover+.redBox,
.redBox:hover {
    opacity: 1;
    z-index: 2;
}

.col-lg-4 {
    width: 25%;
    display: flex;
}

.textBox ul {
    margin: 30px 0;
}

.textBox li {
    position: relative;
    display: inline-block;
    /* float: left;

  width: 25%; */
    padding: 3px;
    transition: 300ms;
}


/*.textBox li:hover {*/


/*  transform: rotateY(0deg);*/


/*  -webkit-transform-style: preserve-3d;*/


/*  transform-style: preserve-3d;*/


/*}*/

.textBox li a img {
    width: 100%;
    height: auto;
}

.caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.1s ease;
}

.imageBox .image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.image>img {
    width: 100%;
}

.caption:before {
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: 0 100%;
    content: '';
    display: inline-block;
    width: 100%;
    height: 160px;
}

.caption-title {
    position: relative;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    z-index: 999;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

.btnBox {
    width: 100%;
    display: flex;
    padding-top: 5%;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 4vh;
    display: none;
}


/* 项目 */

.titleBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titleBox>.img_1 {
    position: absolute;
    height: 9vh;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.centerImageBox {
    position: relative;
    padding-top: 6vh;
}

.centerImageBox .icons {
    position: absolute !important;
    top: -2vh;
    width: 80%;
}

#cardd {
    width: 100%;
}

#carddcardd {
    /* height: 2vw !important; */
}

#carddcardd video {
    width: 100%;
}

.position {
    position: absolute;
}

.position>img {
    height: 22px;
}

.item {
    height: 800px;
    /* overflow-x: hidden;

overflow-y: scroll; */
}

.icons {
    padding-bottom: 300px;
}

.item::-webkit-scrollbar {
    display: none;
}

.box_1,
.box_2,
.box_3,
.box_4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 11vh;
    align-items: center;
}

.col-5 {
    width: 45%;
}

.col-5:nth-child(2) {
    padding-bottom: 7%;
}

.marketing-about-thumb {
    position: relative;
    margin-bottom: 0;
}

.marketing-about-thumb::before {
    background-color: rgba(0, 0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* 关于我们 */

.hwrapAbout {
    width: 100%;
    padding-bottom: 120pc;
}

.About {
    width: 100%;
    background-color: rgb(148, 23, 31);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 6vh;
    padding-bottom: 7vh;
}

.About>.img_1 {
    position: absolute;
    height: 13vh;
}

.text-box {
    width: 100%;
    padding-top: 2%;
}

.text-box h5 {
    font-size: 18px;
    font-weight: 600px;
    color: #333;
    line-height: 4.4vh;
    /* font-family: STHeiti;*/
    text-align: center;
    /*font-family: 'hanyi45';*/
    font-family: 'Microsoft YaHei'
    /*font-family: Helvetica Neue;*/
    /*font-family: Microsoft JhengHei;*/
    /*font-family: HiraginoSansGB-W3;*/
}


/* 联系我们 */

.contactBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    height: 100%;
}

.top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 5%; */
    background-color: rgb(148, 23, 31);
    box-sizing: border-box;
    height: 100%;
}

.centerImageBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-bottom: 4%; */
    align-items: center;
}

.centerImageBox img {
    /* height: 60vh; */
}

.frame {
    padding-right: 10%;
    width: 50%;
    overflow: hidden;
    display: flex;
    padding-top: 1vh;
    padding-bottom: 4vh;
    justify-content: space-around;
    align-items: center;
    zoom: 1;
}

.box_info {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_info:nth-child(2) {
    padding-left: 19%;
}

.box_info:nth-child(3) {
    padding-left: 28%;
}

.box_info span {
    color: #fff !important;
    font-weight: 500;
   /* padding-left: 4%;*/
}

.position {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15vh;
}

.position h5 {
    padding-left: 1%;
    color: #93161e;
    font-size: 16px;
    font-weight: bold;
    font-family: STHeiti;
}

.bottom {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 8vh;
    line-height: 8vh;
}

footer .bottom li {
    display: inline-block;
    margin: 5px 10px;
}

footer .bottom li span {
    font-size: 12px;
    color: #fff;
}

.no-touch.cssanimations .anim_emt {
    visibility: hidden;
    z-index: 999;
}

.no-touch.cssanimations .anim_emt.start-animation {
    visibility: visible;
}

.anim_emt.start-animation.scale_up {
    -webkit-animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    animation: mk_scale 0.5s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.anim_emt.start-animation.fade_in {
    -webkit-animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
    animation: mk_fade 0.7s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.anim_emt.start-animation.r_to_l {
    -webkit-animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: mk_right_to_left 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.anim_emt.start-animation.l_to_r {
    -webkit-animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: mk_left_to_right 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.anim_emt.start-animation.t_to_b {
    -webkit-animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: mk_top_to_bottom 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.anim_emt.start-animation.b_to_t {
    -webkit-animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.desktop_full .flex-viewport,
.desktop_full .flexslider,
.full .flex-viewport,
.full .flexslider,
.full .slide-item,
.full .slides {
    position: relative;
    height: 100% !important;
    min-height: 100%;
    max-height: 100%;
}

.flex-direction-nav li {
    float: left;
    margin-right: -1px;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    color: #c9caca;
    cursor: pointer;
}

.no-touch .flex-direction-nav a:hover {
    color: #c8161e;
}

.flex-control-nav {
    position: relative;
    float: left;
    height: 30px;
    margin-right: 10px;
}

.flex-control-nav li {
    display: inline-block;
}

.flex-control-nav li:first-child {
    margin-left: -5px;
}

.flex-control-nav a {
    display: inline-block;
    width: 24px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #c9caca;
    cursor: pointer;
    zoom: 1;
}

.control_b .flex-control-nav {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}

.control_b .flex-control-nav a {
    height: 50px;
    line-height: 50px;
}

.control_center .flex-control-nav {
    background-color: transparent;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.control_center2 .flex-control-nav {
    background-color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    text-align: center;
}

.control_center2 .flex-control-nav a {
    height: 40px;
    line-height: 40px;
}

.flex-control-nav a.flex-active,
.flex-control-nav a:active,
.flex-control-nav a:hover,
.flex-direction-nav a.flex-active,
.flex-direction-nav a:active,
.flex-direction-nav a:hover {
    color: #c8161e;
    zoom: 1;
}

.flex-control-nav a.flex-active,
.flex-direction-nav a.flex-active {
    cursor: default;
}

@media (max-width: 960px) {
    .control_center2 .flex-control-nav {
        position: relative;
        height: 30px;
    }
    .control_center2 .flex-control-nav a {
        height: 30px;
        line-height: 30px;
    }
}

@media (min-width: 768px) {
    .btm_cont .flexslider {
        margin-bottom: -20px;
    }
}

@font-face {
    font-family: novecento_sans_widelight;
    src: url(../fonts/Novecentosanswide-Light-webfont.eot);
    src: url(http://jubons.cn/wordpress/wp-content/themes/jubons/fonts/Novecentosanswide-Light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/Novecentosanswide-Light-webfont.woff2) format('woff2'), url(../fonts/Novecentosanswide-Light-webfont.woff) format('woff'), url(../fonts/Novecentosanswide-Light-webfont.ttf) format('truetype'), url(http://jubons.cn/wordpress/wp-content/themes/jubons/fonts/Novecentosanswide-Light-webfont.svg#novecento_sans_widelight) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: novecento_sans_widenormal;
    src: url(../fonts/Novecentosanswide-Normal-webfont.eot);
    src: url(http://jubons.cn/wordpress/wp-content/themes/jubons/fonts/Novecentosanswide-Normal-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/Novecentosanswide-Normal-webfont.woff2) format('woff2'), url(../fonts/Novecentosanswide-Normal-webfont.woff) format('woff'), url(../fonts/Novecentosanswide-Normal-webfont.ttf) format('truetype'), url(http://jubons.cn/wordpress/wp-content/themes/jubons/fonts/Novecentosanswide-Normal-webfont.svg#novecento_sans_widenormal) format('svg');
    font-weight: 400;
    font-style: normal;
}

div,
footer,
header,
hgroup,
main,
nav,
section {
    position: relative;
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #666;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    min-width: 320px;
    position: relative;
    left: 0;
}

::-moz-selection {
    color: #fff;
    background: #c8161e;
}

::selection {
    color: #fff;
    background: #c8161e;
}

::-moz-selection {
    color: #fff;
    background: #c8161e;
}

a,
body,
h1,
h2,
h3,
h4,
h5,
p,
span {
    font-family: novecento_sans_widenormal, HiraginoSansGB-W3, STHeiti, 'Microsoft YaHei', 'Microsoft JhengHei', tahoma;
    color: #666;
    position: relative;
}

h1,
h1 span,
h2,
h3 {
    font-family: novecento_sans_widelight, HiraginoSansGB-W3, STHeiti, 'Microsoft JhengHei', 'Microsoft YaHei', tahoma;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

a,
span {
    line-height: 1;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

.p18,
h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

p {
    font-size: 14px;
    margin: 24px 0;
}

.pmt0 p {
    margin-top: 0;
}

a p {
    line-height: 1.5;
}

a {
    color: #c8161e;
    display: block;
    cursor: pointer;
}

a,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_text li {
    list-style: disc;
    margin-left: 15px;
}

.list_text2 li {
    list-style: decimal;
    margin-left: 15px;
}

img {
    display: block;
    border: 0;
}

img.middle {
    vertical-align: middle;
}

img.fullw {
    width: 100%;
    height: auto;
}

*,
 :after,
 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.scrollbg {
    background-image: url(../img/bj.jpg);
    background-position: 100% 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.scrollbg.pos_t {
    background-position: center top;
}

.scrollbg.pos_b {
    background-position: center bottom;
}

.fixedbg {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.touch .fixedbg {
    background-attachment: scroll;
}

.imgbg_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.15;
    filter: alpha(opacity=15);
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #c8161e;
    border: 0;
    width: 30px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 0;
}

.title_hr {
    width: 100%;
    height: 10px;
    margin-top: 15px;
    background-color: #fff;
    float: left;
}

.full_hr {
    width: 100%;
    height: 2px;
    margin: 20px 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hide_on_desktop {
    display: none;
}

.proloader {
    visibility: hidden;
    opacity: 0;
}

.loading_icon {
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 100%; */
    background-image: url(../images/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 10px;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.c_white,
.c_white h1,
.c_white h2,
.c_white h3,
.c_white h4,
.c_white h5,
.c_white p {
    color: #fff;
}

.c_gray {
    color: #666;
}

.c_dark {
    color: #333;
}

.c_red {
    color: #c8161e;
}

.bg_white {
    background-color: #fff;
}

.bg_red {
    background-color: #c8161e;
}

.btn_red,
.btn_white {
    display: inline-block;
    float: left;
    padding: 15px 20px;
    margin: 0 10px 10px 0;
    line-height: 1;
    font-size: 12px;
}

.btn_red {
    border: 1px solid #c8161e;
}

.btn_white {
    background-color: #fff;
}

.no-touch .btn_red:hover,
.no-touch .btn_white:hover {
    background-color: #c8161e;
    color: #fff;
}

.center_btn {
    float: none;
    margin: auto;
}

.btn_arrow:after {
    content: '\e60e';
    font-size: 14px;
    margin-left: 10px;
    vertical-align: text-top;
}

.btn_text {
    float: left;
    padding: 5px 0;
    margin: 0 30px 0 0;
    line-height: 1;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}

.btn_red:before,
.btn_text:before,
.btn_white:before {
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}

.no-touch .btn_text:hover {
    border-bottom-color: #c8161e;
}

.icon_btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #c8161e;
}

.no-touch .icon_btn:hover {
    background-color: #c8161e;
    color: #fff;
}

.close_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.btn_more {
    width: 110px;
}

.btn_more span {
    color: #c8161e;
}

.no-touch .btn_more:hover span {
    color: #fff;
}

.btn_more:after {
    float: right;
    font-size: 12px;
    content: '\e115';
}

.btn_more.collapsed:after {
    content: '\e114';
}

.btn_more .more {
    display: none;
}

.btn_more.collapsed .more {
    display: inline;
}

.btn_more .less {
    display: inline;
}

.btn_more.collapsed .less {
    display: none;
}

.position_a {
    position: absolute;
    top: 0;
    left: 0;
}

.position_r {
    position: relative;
}

#banner {
    height: 100%;
}

.align_c {
    text-align: center;
}

.desktop_full {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../img/fubj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}

.full {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.wrap {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
    padding-top: 5%;
    zoom: 1;
}

.hwrap {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}

.vertical_obj {
    /* display: table; */
}

.vertical_obj .vertical_cont {
    /* display: table-cell; */
    vertical-align: middle;
    height: 100%;
}

.vertical_cont>.container {
    width: 100%;
}

.btm_cont {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.btm_cont>.title {
    float: left;
}

.btm_cont .info {
    float: left;
    width: 100%;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.lr_layout .left_img {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
}

.lr_layout .right_cont {
    padding: 30px 0;
    float: right;
    width: 50%;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.collapse p,
.collapsing p {
    margin-top: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    background-color: #91151f;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    overflow: visible;
    z-index: 999;
}

#logo {
    float: left;
    height: 100%;
    width: auto;
    padding: 6px 0px 0px 17px;
}

#logo img {
    width: 100%;
    height: 46px;
    width: auto;
}

#logo h5 {
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    text-align: center;
    color: #c8161e;
    visibility: hidden;
    opacity: 0;
}


/* .no-touch #logo:hover img {

    visibility: hidden;

    opacity: 1

} */

.no-touch #logo:hover h5 {
    visibility: visible;
    opacity: 1;
}

nav {
    float: left;
    background-color: #79141b;
    cursor: default;
}

nav .menu_btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    background-color: #79141b;
    color: #fff;
    cursor: default;
}

#nav {
    position: absolute;
    width: 180px;
    display: none;
}

#nav li {
    background-color: rgb(214, 214, 214);
    height: 0;
    opacity: 1;
    overflow: hidden;
    height: 70px;
    font-family: hanyi45;
}


/*.csstransforms3d #nav li {*/


/*  -webkit-transform: perspective(100px) rotateX(-90deg);*/


/*  transform: perspective(100px) rotateX(-90deg);*/


/*  -webkit-transform-origin: center top 0;*/


/*  transform-origin: center top 0;*/


/*}*/

#nav li a {
    height: 74px;
    line-height: 74px;
    padding-left: 0px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
    font-family: 'hanyi45'
}

#nav li a.active {
    background-color: #9b161c;
    color: #eb2830;
}

nav:hover #nav {
    display: block;
}

.no-touch #nav li:hover {
    background-color: #ededed;
    color: #c8161e;
    /*padding-left: 30px;*/
}

.no-touch #nav li:hover a {
    background: none;
    color: #2c2c2c;
}

.nav-open #nav li {
    height: 70px;
    opacity: 1;
}

.csstransforms3d .nav-open #nav li {
    -webkit-transform: perspective(100px) rotateX(0);
    transform: perspective(100px) rotateX(0);
}

header .title {
    height: 100%;
    padding: 0 20px;
    background-color: #fff;
    border-left: 1px solid #f0f0f0;
    float: left;
    overflow: hidden;
}

header .title h4 {
    line-height: 60px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-nav {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.right-nav .nav {
    height: 100%;
    float: right;
    margin-right: 20px;
}

.right-nav li {
    height: 100%;
    float: left;
}

.right-nav li a {
    height: 100%;
    line-height: 60px;
    padding: 0 10px;
    color: #666;
}

.no-touch .right-nav li a:hover {
    background-color: #f0f0f0;
}

.right-nav li.active a {
    color: #c8161e;
    cursor: default;
}

.share_btns {
    float: right;
}

.share_btns .btns {
    position: absolute;
    background-color: #fff;
    right: -60px;
}

.sharenav-open .share_btns .btns {
    right: 0;
}

.tags_btn {
    width: auto;
    height: 100%;
    padding: 0 20px;
    cursor: default;
}

.tags_btn span {
    float: left;
    margin-right: 10px;
    line-height: 60px;
    font-size: 12px;
}

.no-touch .tags_btn:hover,
.tags_btn.active {
    background-color: #f0f0f0;
    color: #c8161e;
}

.tags_nav {
    float: right;
}

.tags_nav ul {
    position: absolute;
    top: 60px;
    right: 0;
    width: 320px;
    padding: 20px;
    background-color: #f0f0f0;
    overflow: hidden;
    opacity: 0;
    display: none;
}

.tags_nav ul li {
    height: auto;
}

.right-nav .tags_nav li a {
    height: auto;
    line-height: 1;
    padding: 10px;
    margin: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.no-touch .tags_nav li a:hover {
    background-color: #c8161e;
    color: #fff;
}

.csstransforms3d #banner .slide-item {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(5deg) rotateY(-10deg) scale(0.8);
    transform: perspective(600px) rotateX(5deg) rotateY(-10deg) scale(0.8);
    -webkit-transform-origin: center center 0;
    transform-origin: center center 0;
    -webkit-transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 2s ease;
    transition: opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 2s ease;
    transition: transform 2s ease, opacity 0.8s ease, visibility 0.8s ease;
    transition: transform 2s ease, opacity 0.8s ease, visibility 0.8s ease, -webkit-transform 2s ease;
}

.csstransforms3d #banner .flex-active-slide {
    visibility: visible;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0) rotateY(0) scale(1);
    transform: perspective(600px) rotateX(0) rotateY(0) scale(1);
}

#banner .btm_cont .title hr {
    width: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s;
}

#banner .flex-active-slide .btm_cont hr,
.no-csstransitions #banner .btm_cont .title hr {
    width: 100%;
}

#banner .btm_cont .info {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    float: left;
    -webkit-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s;
}

#banner .flex-active-slide .btm_cont .info,
.no-csstransitions #banner .btm_cont .info {
    height: 180px;
}

#banner .btm_cont .info .bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#banner .btm_cont .info .title {
    padding-top: 30px;
}

#banner .btm_cont .info span {
    float: right;
    padding: 30px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1.2;
    background-color: rgba(255, 255, 255, 0.8);
    color: #c8161e;
}

#banner .btm_cont .info span:after {
    content: '\e619';
    font-size: 14px;
    margin-left: 10px;
    vertical-align: top;
}

#banner .btm_cont .info:hover .bg {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#banner .btm_cont .info:hover h2 {
    color: #c8161e;
}

#banner .btm_cont .info:hover span {
    background-color: #c8161e;
    color: #fff;
}

.direction_nav {
    position: absolute;
    top: 60px;
    bottom: 60px;
    width: 40%;
    z-index: 99;
}

.lt-ie9 .direction_nav {
    background-image: url(../images/alpha-bg.png);
}

.direction_nav div {
    position: absolute;
    width: 0;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    background-color: #fff;
    font-size: 30px;
    color: #c8161e;
    overflow: hidden;
}

.direction_nav.next_btn {
    right: 0;
}

.direction_nav.next_btn div {
    right: 0;
}

.no-touch .direction_nav:hover div {
    width: 50px;
}

#banner .direction_nav {
    bottom: 230px;
}

@-webkit-keyframes down_arrow {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes down_arrow {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.down_arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #c8161e;
    z-index: 30;
}

.down_arrow:before {
    position: absolute;
    left: 14px;
    -webkit-animation: down_arrow 1.5s infinite;
    animation: down_arrow 1.5s infinite;
}

.home_grid {
    width: 100%;
    display: flex;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    text-align: center;
}

.home_grid ul {
    margin: 30px 0;
}

.home_grid li {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 3px;
}

.home_grid li a img {
    width: 100%;
    height: auto;
}

.home_grid li a .title {
    width: 100%;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_grid li a .title h5 {
    line-height: 1;
}

.home_grid li a:hover {
    background-color: #fff;
}

.home_grid li a:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.home_grid li a:hover h5 {
    color: #c8161e;
}

.home_grid li a:hover hr {
    width: 100%;
}

.home_grid .btn_red {
    margin: 0;
    float: none;
}

.thumbs_title {
    padding: 0 10px;
    margin-bottom: 30px;
}

.thumbs li {
    float: left;
    width: 33.3%;
    padding: 10px;
}

.thumbs li a {
    background-color: #fff;
    overflow: hidden;
}

.thumbs li img {
    width: 100%;
}

.thumbs li .title {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumbs li a:hover span {
    color: #c8161e;
}

.thumbs li a:hover hr {
    width: 100%;
}

.project_title {
    top: 50%;
    margin-top: -110px;
    text-align: center;
}

.project_info>li {
    float: left;
    width: 33.3%;
    padding: 0 20px;
    border-left: 1px solid #dcdcdc;
}

.project_info li li {
    margin-top: 15px;
}

.project_info li li:first-child {
    margin-top: 0;
}

.project_info li li h5 {
    float: left;
}

.project_info li li p {
    line-height: 1.2;
    margin: 0 0 0 70px;
}

.project_info .item3 p {
    line-height: 1.4;
    margin: 10px 0 0 0;
}

#photos .slide-item {
    overflow: hidden;
    text-align: center;
}

#photos img {
    position: absolute;
}

.job_desk_cont {
    padding: 9vh 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 875px;
    margin: 0 auto;
}

footer .contact {
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

footer .contact h2 {
    margin-bottom: 30px;
}

footer .contact li {
    display: inline-block;
    /* float: left;

  width: 25%; */
    /* height: 200px;

  background-color: #F0F0F0 */
}

footer .contact li a {
    padding: 0 30px;
    height: 100%;
    border: 2px solid #fff;
}

footer .contact li a .icon {
    display: block;
    top: 50%;
    font-size: 40px;
    margin-top: -40px;
    margin-bottom: 10px;
    line-height: 1;
}

footer .contact li a h5 {
    display: block;
    top: 50%;
    text-transform: none;
}

.no-touch footer .contact li a:hover {
    border-bottom-color: #c8161e;
}

.no-touch footer .contact li a:hover h5 {
    color: #c8161e;
}

footer .qqbtn {
    float: none;
    margin-top: 20px;
}

footer .btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

footer .btm li {
    display: inline-block;
    margin: 5px 10px;
}

footer .btm a,
footer .btm span {
    font-size: 12px;
    color: #fff;
}

.no-touch footer .btm .wrap a {
    border-bottom: 1px solid transparent;
}

.no-touch footer .btm .wrap a:hover {
    border-bottom-color: #fff;
}

#botm_nav {
    padding-top: 40px;
    padding-bottom: 30px;
}

#botm_nav a {
    line-height: 1.4;
}

footer .icp {
    background-color: rgb(148, 23, 31);
    padding-top: 0;
    padding-bottom: 0;
}

footer .icons {
    width: 100%;
    position: absolute;
    top: -44px;
    padding: 10px 0;
}

footer .icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.no-touch footer .icons a:hover,
footer .icons a.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

footer .qrcode {
    position: absolute;
    width: 160px;
    height: 160px;
    top: -160px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #c8161e;
    visibility: hidden;
    opacity: 0;
}

footer .qrcode img {
    width: 100%;
    height: 100%;
}

footer .qrcode.show {
    visibility: visible;
    opacity: 1;
}

.pop_window {
    position: fixed;
    top: 80px;
    bottom: 80px;
    left: 80px;
    right: 80px;
    visibility: hidden;
    opacity: 0;
    z-index: 1001;
}

.pop_window .pop_bg {
    display: block;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.pop_window .box {
    max-width: 1200px;
    height: 100%;
    margin: auto;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.pop_window .box .cont {
    height: 100%;
    padding: 40px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pop_window.pop-show {
    visibility: visible;
    opacity: 1;
}

.pop_window.pop-show .box {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pop_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}

#bg_mask {
    z-index: 998;
    display: none !important;
}

.touch #bg_mask {
    cursor: pointer;
}

.overflow_v {
    overflow: visible;
}

.nav-open #nav li.trans4,
.trans {
    /*-webkit-transition: all 0.4s ease;*/
    /*transition: all 0.4s ease;*/
    transition: all 0.1s ease;
}

.nav-open #nav li.trans3,
.trans1 {
    /*-webkit-transition: all 0.4s ease 0.1s;*/
    /*transition: all 0.4s ease 0.1s;*/
    transition: all 0.1s ease;
}

.trans2 {
    /*-webkit-transition: all 0.4s ease 0.2s;*/
    /*transition: all 0.4s ease 0.2s;*/
    transition: all 0.4s ease;
}

.nav-open #nav li.trans1,
.trans3 {
    /*-webkit-transition: all 0.4s ease 0.3s;*/
    /*transition: all 0.4s ease 0.3s;*/
    transition: all 0.4s ease;
}

.nav-open #nav li.trans,
.trans4 {
    /*-webkit-transition: all 0.4s ease 0.4s;*/
    /*transition: all 0.4s ease 0.4s;*/
    transition: all 0.1s ease;
}

.box_shadow {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.box_shadow.trans:hover,
.box_shadow2 {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.box_shadow.trans:hover {
    z-index: 99;
}

@-webkit-keyframes mk_3d_top {
    0% {
        -webkit-transform: perspective(600px) rotateX(60deg);
        transform: perspective(600px) rotateX(60deg);
        -webkit-transform-origin: center top 0;
        transform-origin: center top 0;
    }
    100% {
        -webkit-transform: perspective(600px) rotateX(0);
        transform: perspective(600px) rotateX(0);
        -webkit-transform-origin: center top 0;
        transform-origin: center top 0;
    }
}

@keyframes mk_3d_top {
    0% {
        -webkit-transform: perspective(600px) rotateX(60deg);
        transform: perspective(600px) rotateX(60deg);
        -webkit-transform-origin: center top 0;
        transform-origin: center top 0;
    }
    100% {
        -webkit-transform: perspective(600px) rotateX(0);
        transform: perspective(600px) rotateX(0);
        -webkit-transform-origin: center top 0;
        transform-origin: center top 0;
    }
}

.animation_3d_top {
    -webkit-animation: mk_3d_top 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: mk_3d_top 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes mk_3d_bottom {
    0% {
        -webkit-transform: perspective(600px) rotateX(-30deg);
        transform: perspective(600px) rotateX(-30deg);
        -webkit-transform-origin: center bottom 0;
        transform-origin: center bottom 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(600px) rotateX(0);
        transform: perspective(600px) rotateX(0);
        -webkit-transform-origin: center bottom 0;
        transform-origin: center bottom 0;
        opacity: 1;
    }
}

@keyframes mk_3d_bottom {
    0% {
        -webkit-transform: perspective(600px) rotateX(-30deg);
        transform: perspective(600px) rotateX(-30deg);
        -webkit-transform-origin: center bottom 0;
        transform-origin: center bottom 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: perspective(600px) rotateX(0);
        transform: perspective(600px) rotateX(0);
        -webkit-transform-origin: center bottom 0;
        transform-origin: center bottom 0;
        opacity: 1;
    }
}

.animation_3d_bottom {
    -webkit-animation: mk_3d_bottom 0.8s 1 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    animation: mk_3d_bottom 0.8s 1 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
}

@media (min-width: 1600px) {
    .wrap {
        padding-left: 15%;
        padding-right: 15%;
    }
    .btm_cont .info {
        min-height: 200px;
    }
    #banner .btm_cont .info {
        min-height: 0;
    }
    #banner .flex-active-slide .btm_cont .info {
        height: 200px;
    }
    #banner .btm_cont .info .title {
        padding-top: 40px;
    }
}

@media (max-width: 1200px) {
    .hwrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .wrap {
        padding-left: 8%;
        padding-right: 8%;
    }
    .thumbs_title {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    footer .contact li {
        width: 20%;
        height: 140px;
    }
    footer .contact li.add {
        width: 30%;
    }
    footer .contact li.mail {
        width: 30%;
    }
}

@media (min-width: 961px) {
    .desktop_full .vertical_cont.hwrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 960px) {
    .desktop_full {
        height: auto;
    }
    .desktop_full .vertical_cont,
    .desktop_full .vertical_obj {
        display: block;
    }
    .desktop_full .scrollbg {
        height: 400px;
    }
    .desktop_full .btm_cont {
        position: relative;
        margin-top: -100px;
    }
    .desktop_full .btm_cont.mini_title {
        margin-top: -60px;
    }
    .desktop_full .down_arrow {
        display: none;
    }
    .lr_layout .left_img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .lr_layout .vertical_cont {
        display: block;
    }
    .lr_layout .right_cont {
        width: 100%;
    }
    .home_grid {
        text-align: left;
    }
    .home_grid li {
        width: 50%;
    }
    .thumbs li {
        width: 50%;
    }
    .project_title {
        margin-top: -40px;
    }
    .job_desk_cont {
        padding: 60px 20%;
    }
    footer.full {
        display: block;
        height: auto;
    }
    footer .contact.vertical_cont {
        display: block;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    footer .contact li,
    footer .contact li.add,
    footer .contact li.mail,
    footer .contact li.qq {
        width: 50%;
    }
    footer .btm {
        position: relative;
    }
}

@media (max-width: 767px) {
    body,
    h5,
    p {
        font-size: 12px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    .p18,
    h4 {
        font-size: 14px;
    }
    .hide_in_mobile {
        display: none;
    }
    .icon_btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    .hwrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wrap.fullw_on_mobile {
        padding-left: 0;
        padding-right: 0;
    }
    .desktop_full .scrollbg {
        height: 240px;
    }
    .desktop_full .btm_cont {
        margin-top: -80px;
    }
    .desktop_full .btm_cont.mini_title {
        margin-top: -50px;
    }
    .textBox li .trans {
        padding: 5px;
    }
    .textBox ul {
        display: block;
    }
    .hide_on_desktop {
        display: block;
    }
    .anim_emt t_to_b .hide_on_mobile {
        display: none;
    }
    .mobile_mt50 {
        margin-top: 50px;
    }
    .btm_cont .info {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    header {
        height: 50px;
        width: 100%;
        background-color: #91151f;
    }
    nav .menu_btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    #logo img {
        height: 40px;
    }
    .right-nav li a,
    header .title h4 {
        line-height: 50px;
        font-size: 12px;
    }
    .tags_nav ul {
        top: 50px;
    }
    #banner .btm_cont .title hr {
        height: 5px;
        margin-top: 10px;
    }
    #banner .btm_cont .info .title {
        padding-top: 20px;
    }
    #banner .btm_cont .info span {
        position: absolute;
        bottom: 50px;
        padding: 10px;
        margin-left: 0;
    }
    .thumbs li {
        width: 100%;
    }
    .project_title {
        top: 30px;
        margin-top: 0;
        text-align: left;
    }
    .project_info>li {
        width: 100%;
        margin-top: 30px;
    }
    .project_info>li:first-child {
        margin-top: 0;
    }
    #job-post.full {
        height: auto;
    }
    #job-post .vertical_obj {
        display: block;
        background-color: #f0f0f0;
    }
    #job-post .vertical_cont {
        display: block;
    }
    .job_desk_cont {
        padding: 40px 8% 80px;
        width: 100%;
    }
    .job_desk_cont h3 {
        font-size: 16px;
    }
    footer .contact.vertical_cont {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    footer .contact h2 {
        margin-bottom: 20px;
    }
    footer .contact li,
    footer .contact li.add,
    footer .contact li.mail,
    footer .contact li.qq {
        width: 100%;
        height: 60px;
    }
    footer .contact li a {
        padding: 0 20px;
    }
    footer .contact li a .icon {
        font-size: 20px;
        top: 0;
        margin: 0;
        line-height: 60px;
        float: left;
    }
    footer .contact li a h5 {
        top: 0;
        line-height: 60px;
        float: right;
    }
    footer .btm li a,
    footer .btm li span {
        font-size: 10px;
    }
    .pop_window {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .pop_window .box .cont {
        padding: 30px;
    }
}

#bsBox,
#bsBox:after,
#bsBox:before,
#bsBox>div>div>div,
#bsBox>div>div>div:after,
#bsBox>div>div>div:before,
#bsWXBox,
#bsWXBox:after,
#bsWXBox:before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#bsBox {
    width: 320px !important;
    height: 400px !important;
    margin-left: -160px !important;
    margin-top: -200px !important;
    background: 0 0 !important;
    padding: 0 !important;
    border: 2px solid #666 !important;
}

#bsBox .bsTop {
    width: 320px !important;
}

#bsBox .bsClose {
    top: 3px !important;
    right: 10px !important;
}

#bsBox #bsMorePanel {
    width: 320px !important;
    height: 376px !important;
}

#bsBox .bsPlatDiv {
    width: 320px !important;
    height: 316px !important;
}

#bsBox .bFind {
    width: 200px !important;
}

.bsTop span {
    font-size: 12px;
    line-height: 24px;
}

.bsBox {
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

@media all and (max-height: 400px) {
    #bsBox {
        height: 224px !important;
        margin-top: -112px !important;
    }
    #bsBox #bsMorePanel {
        height: 200px !important;
    }
    #bsBox .bsPlatDiv {
        height: 140px !important;
    }
}

.blog_cont {
    float: left;
    padding-right: 280px;
}

.blog_list_item {
    margin-bottom: 30px;
}

.blog_list_item img,
.body img {
    width: 100%;
    height: auto;
}

.blog_list_item .info {
    padding: 40px;
}

.blog_list_item .info hr {
    margin-left: 0;
    margin-bottom: 16px;
}

.no-touch .blog_list_item a:hover .title {
    color: #c8161e;
}

.no-touch .blog_list_item a:hover hr {
    width: 100px;
}

.sidebar {
    position: fixed;
    top: 120px;
    right: 10%;
    width: 240px;
}

.tags li {
    float: left;
}

.tags a {
    padding: 10px;
    margin: 0 4px 4px 0;
    background-color: #fff;
    color: #666;
    border-radius: 4px;
}

.no-touch .tags a:hover {
    background-color: #c8161e;
    color: #fff;
}

.body {
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1600px) {
    .sidebar {
        right: 15%;
    }
}

@media (max-width: 1200px) {
    .blog_top {
        margin-top: 20px;
    }
    .blog_list_item .info {
        padding: 30px;
    }
    .sidebar {
        top: 100px;
        right: 8%;
    }
    .body {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .blog_top {
        margin-top: 30px;
    }
    .blog_cont {
        padding-right: 0;
    }
    .blog_list_item .info {
        padding: 20px;
    }
    .body {
        padding: 8%;
    }
}


/*修改*/

.container-fuwu {
    height: 100%;
    position: relative;
}

.next {
    position: absolute;
    bottom: 3vh;
    text-align: center;
}

.fuwutxt {
    width: 900px;
    margin: 0 auto 4%;
}

.fuwutxt h3 {
    font-size: 20px;
    letter-spacing: 0.6px;
}

.fuwutxt h4 {
    font-size: 14px;
}

.fuwutxt p {
    font-size: 14px;
    width: 859px;
}

.box_info img {
    margin: 0 15px;
}

.aboutlogo {
    height: 13vh;
    margin-bottom: 2vh;
}

.lianxitit {
    height: 13vh;
    margin: 2vh;
}


/*.video-btn{*/


/*  display: none;*/


/*}*/

.container-fan {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    padding-right: 0px;
    padding-left: 0px;
}

.front,
.back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 213px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
}

.back {
    background: #b22429;
    background: -webkit-linear-gradient(45deg, #b22429 0%, #C7C1F5 100%);
    background: -o-linear-gradient(45deg, #b22429 0%, #C7C1F5 100%);
    background: linear-gradient(45deg, #b22429 0%, #C7C1F5 100%);
    background-image: url(../img/fuwu02_1.png);
}


/*.front:after{*/


/*    position: absolute;*/


/*    top: 0;*/


/*    left: 0;*/


/*    z-index: 1;*/


/*    width: 100%;*/


/*    height: 100%;*/


/*    content: '';*/


/*    display: block;*/


/*    opacity: .6;*/


/*    background-color: #000;*/


/*    -webkit-backface-visibility: hidden;*/


/*    backface-visibility: hidden;*/


/*    border-radius: 10px;*/


/*}*/

.container-fan:hover .front,
.container-fan:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(0) translateZ(60px) scale(0.94);
    transform: translateY(0) translateZ(60px) scale(0.94);
    /*top: 50%;*/
    /*position: absolute;*/
    left: 0;
    width: 100%;
    padding-top: 40px;
    font-size: 24px;
    /*-webkit-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*outline: 1px solid transparent;*/
    /*-webkit-perspective: inherit;*/
    perspective: inherit;
    z-index: 2;
    text-align: center;
}

.inner img {
    margin: 0 auto;
}

.container-fan .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container-fan .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container-fan:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container-fan:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 33px;
    margin-bottom: 2rem;
    position: relative;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 0px 5px grey;
    margin: 0;
}

.front .inner div {
    font-size: 12px;
    color: #000000;
    margin-top: 15px;
}

.back .inner {
    padding-top: 0px;
    font-size: 16px;
}

.back .inner p {
    text-align: left;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
}

.cols {}

.sercon ul li {
    width: calc(25% - 1rem);
    margin: 0.5rem;
    cursor: pointer;
}

.sercon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*@media (min-width: 1600px) {*/


/*  .textBox ul{*/


/*    margin-top: 2%;*/


/*  }*/


/*  .topBox{*/


/*    padding-top: 5%;*/


/*    padding-bottom: 4%;*/


/*  }*/


/*}*/

.topBox img {
    height: 9vh;
}

.sercon {
    margin-top: 7vh;
}

.About .img_2 {
    height: 21vh;
}

.ditu {
    height: 65vh;
    width: 100vw;
}


/*@media (max-width:1600px) {*/


/*  .topBox img{*/


/*    height: 50px;*/


/*  }*/


/*  .fuwutxt{*/


/*    margin-bottom: 0;*/


/*  }*/


/*  .textBox ul{*/


/*    !* margin: 0; *!*/


/*    margin-top: 1%;*/


/*  }*/


/*  .btnBox{*/


/*    bottom: 10px;*/


/*  }*/


/*  !*.About{*!*/


/*  !* padding: 1% 0;*!*/


/*  !*}*!*/


/*  .About img{*/


/*    height: 84px;*/


/*  }*/


/*  .lianxitit {*/


/*    height: 103px;*/


/*    margin: 28px;*/


/*    margin-top: 93px;*/


/*  }*/


/*  .About > .img_1{*/


/*    height: 100px;*/


/*  }*/


/*  .titleBox img{*/


/*    height: 100px;*/


/*  }*/


/*  .titleBox .img_1{*/


/*    height: 80px;*/


/*  }*/


/*  .box_1, .box_2, .box_3, .box_4{*/


/*    padding-bottom: 10px;*/


/*  }*/


/*  #cardd{*/


/*    width: 70%;*/


/*  }*/


/*  .bottom {*/


/*    width: 100%;*/


/*    text-align: center;*/


/*    position: absolute;*/


/*    bottom: 27px;*/


/*    height: 36px;*/


/*    line-height: 36px;*/


/*  }*/


/*  .centerImageBox .icons{*/


/*    width: 70%;*/


/*  }*/


/*  .position {*/


/*    position: relative;*/


/*    top: -12.5vw;*/


/*  }*/


/*}*/
/*
.swiper-button-prev {
    position: absolute;
    top: 110%;
    left: -8%;
    background: url("../img/pre.png") no-repeat right;
    right: 0;
    width: 48%;
    text-align: center;
    z-index: 100;
}
*/

.swiper-button-prev {
    position: absolute;
    top: 110%;
    background: url("../img/pre.png") no-repeat right;
   right: 0;
    width: 48%;
    text-align: center;
    z-index: 100;
}


.swiper-button-next {
    position: absolute;
    top: 110%;
    background: url("../img/next.png") no-repeat left;
    right: 0;
    width: 48%;
    text-align: center;
    z-index: 100;
}

.swiper-slide {
    height: 100%;
}

.a1 {
     height: 23vh; 
}

.a2 {
    height: 12vh;
}

.wsp {
    width: 90%;
}

@media (max-width: 768px) {
    .leftnav {
        display: none;
    }
    .no-touch.cssanimations .anim_emt {
        z-index: -;
    }
    .m {
        display: block;
    }
    .pc {
        display: none;
    }
    .fuwutxt {
        display: none;
    }
    .textBox ul {
        display: flex;
        margin: 0 auto;
    }
    .btnBox {
        display: none;
    }
    .redBox {
        /*display: none;*/
    }
    .aboutlogo {
        height: 46px;
    }
    .full {
        height: auto;
    }
    .bottom {
        position: relative;
        height: 36px;
        line-height: 36px;
        bottom: 0px;
        padding: 0;
    }
    .box_info img {
        margin: 0 3px;
    }
    .text-box h5 {
        font-size: 12px;
    }
    .box_1,
    .box_2,
    .box_3,
    .box_4 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10%;
        align-items: flex-start;
    }
    #carddcardd {
        height: auto !important;
    }
    footer .icp {
        padding: 0;
    }
    footer .bottom li {
        margin: 0px;
    }
    .centerImageBox img {
        width: 100%;
        height: 140px;
    }
    .centerImageBox .icons img {
        height: 170px;
    }
    .redBox {
        display: block;
        /* background-image: url(../img/fuwu02_1.png); */
        position: absolute;
        /* top: 0px; */
        left: -94%;
        transform: inherit;
        height: calc(100% - 30px);
        background-size: 100%;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        width: 200px;
        line-height: 13px;
        padding: 20px;
        padding-top: 30px;
        border-radius: 6px;
        height: 143%;
        top: -27%;
        opacity: 0;
        z-index: -1;
    }
    .textBox {
        padding: 4vh 0;
    }
    .textBox ul li:first-child .redBox {
        left: 0 !important;
    }
    .textBox ul li:last-child .redBox {
        right: 0 !important;
        left: -129%;
    }
    #nav li {
        background-color: rgba(214, 214, 214, .5);
    }
    #nav li a {
        color: #fff;
    }
    .titleBox .img_1 {
        height: 36px;
    }
}