body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei"!important;
}
.arrow {
    border-radius: 5px;
    background: #fff;
    position: relative;
    margin: 50px;
    padding: 10px;
    overflow: hidden;
}
.arrow:before,
.arrow:after {
    content: "";
    position: absolute;
    top: 40px;
    left: -48px;
    width: 0px;
    height: 0px;
    border: 1px solid transparent;
    border-right-color: rgb(255, 255, 255);
}
.arrow:before {
    top: 39px;
    border: 24px solid transparent;
    border-right-color: #fff;
}

/** 设置默认字体 **/


/* line 22, ../sass/_base.scss */

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Microsoft Yahei";
}

/* line 28, ../sass/_base.scss */

body,
button,
input,
select,
textarea {
    font-family: "microsoft yahei" sans-serif, Arial, Verdana;
}

/* line 33, ../sass/_base.scss */

img {
    border: none;
    vertical-align: middle;
}

/* line 36, ../sass/_base.scss */

body {
    font-size: 12px;
    overflow-x: hidden;
}

/* line 37, ../sass/_base.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

/* line 38, ../sass/_base.scss */

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */


/* line 39, ../sass/_base.scss */

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */


/* line 40, ../sass/_base.scss */

small {
    font-size: 10px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */


/** 重置列表元素 **/


/* line 43, ../sass/_base.scss */

ul,
ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

/* line 44, ../sass/_base.scss */

button,
input {
    line-height: normal;
}

/* line 45, ../sass/_base.scss */

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    vertical-align: baseline;
}

/* line 46, ../sass/_base.scss */

em,
cite,
u {
    font-style: normal;
}

/** 重置文本格式元素 **/


/* line 49, ../sass/_base.scss */

a {
    text-decoration: none !important;
    margin: 0;
    padding: 0;
    color: #000;
}

/* line 50, ../sass/_base.scss */

a:hover {
    text-decoration: none;
}

/* line 52, ../sass/_base.scss */

sup {
    vertical-align: text-top;
}

/* 重置，减少对行高的影响 */


/* line 53, ../sass/_base.scss */

sub {
    vertical-align: text-bottom;
}

/** 重置表单元素 **/


/* line 56, ../sass/_base.scss */

legend {
    color: #000;
}

/* for ie6 */


/* line 57, ../sass/_base.scss */

fieldset,
img {
    border: 0;
    padding: 0;
    margin: 0;
}

/* img 搭车：让链接里的 img 无边框 */


/* line 58, ../sass/_base.scss */

button,
input,
select,
textarea {
    font-size: 100%;
}

/* 使得表单元素在 ie 下能继承字体大小 */


/* line 59, ../sass/_base.scss */

textarea {
    resize: none;
}

/* 注：optgroup 无法扶正 */


/** 重置表格元素 **/


/* line 63, ../sass/_base.scss */

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

/* 重置 HTML5 元素 */


/* line 66, ../sass/_base.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}

/* line 73, ../sass/_base.scss */

.mark {
    background: #ff0;
}

/* line 75, ../sass/_base.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

/* line 79, ../sass/_base.scss */

blockquote,
q {
    quotes: none;
}

/* line 82, ../sass/_base.scss */

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

/* 常用的通用样式 Common Style */


/* 隐藏 */


/* line 91, ../sass/_base.scss */

.hide {
    display: none;
}

/* line 92, ../sass/_base.scss */

.show {
    display: block !important;
}

/* 清除浮动 */


/* line 95, ../sass/_base.scss */

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

/* line 96, ../sass/_base.scss */

.clear {
    *zoom: 1;
    float: none !important;
    clear: both;
}

/* inline block */


/* line 100, ../sass/_base.scss */

.inline-block {
    display: inline-block;
    *display: inline;
}
.curr a {
    display: inline-block;
    width: 100%;
    color: #fff;
    background: #178ff2;
    border-radius: 3px 3px 3px 3px;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
}
.curr2 a {
    display: inline-block;
    color: #fff;
    background: #178ff2;
    border-radius: 3px 3px 3px 3px;
    width: 75%;
    text-align: center;
    line-height: 25px;
}
.language a {
    display: inline-block;
    width: 100%;
    border-radius: 3px 3px 3px 3px;
    padding: 0 5px;
    text-align: center;
    line-height: 25px;
}

/* star */

.top {
    width: 100%;
    margin-bottom: 3px;
}
.logobar {
    width: 1200px;
    margin: 20px auto 45px;
}
.nav {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.logo-left {
    float: left;
}
.logo-left img {
    margin-right: 30px;
}
.logo-right {
    float: right;
    margin-top: 20px;
    line-height: 35px;
}
.searchbar {
    float: left;
    border: 1px solid #2897f2;
    border-radius: 12px 12px 12px 12px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    text-align: center;
    width: 170px;
    position: relative;
    overflow: hidden;
}
.searchbar img {
    position: absolute;
    left: 12px;
    top: 5px;
}
.searchBox {
    border: none;
    height: 25px;
    line-height: 25px;
    padding-left: 35px;
}
.searchBtn {
    background: none;
    border: none;
    color: #303030;
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
    float: left;
    cursor: pointer;
}
.weChatBox img {
    width: 100%;
}
.weChatBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    transform: translate(0, 30px);
    transition: all 0.3s;
    width: 100px;
    border: 1px solid #d1d1d1;
    opacity: 0;
    display: none;
}
.wachatShow:hover .weChatBox {
    transform: translate(0, 50px);
    opacity: 1;
    display: block;
}
.shareIcon {
    height: 35px;
    width: 35px;
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    position: relative;
}
.share {
    float: left;
    margin-left: 35px;
    display: none;
}
.shareIcon {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.language {
    float: left;
    line-height: 35px;
}
.language li {
    float: left;
    padding: 0 10px;
    margin-right: 3px;
}
.nav >ul >li {
    float: left;
    width: 16.666%;
    text-align: center;
    position: relative;
}
.nav >ul >li:after {
    position: absolute;
    top: 22px;
    left: 0;
    content: "";
    height: 10px;
    width: 1px;
    background: #000;
}
.nav >ul >li:first-of-type:after {
    background: none;
}
.nav >ul >li >a {
    font-size: 16px;
    line-height: 48px;
    display: inline-block;
    width: 75%;
}
.companyTitle {
    font-size: 20px;
    line-height: 90px;
    text-align: center;
}
.tc1 {
    color: #2897f2;
}
.tc2 {
    color: #737373;
    font-size: 16px;
}
.inf >p {
    line-height: 38px;
    color: #737373;
    text-indent: 24px;
    font-size: 14px;
    width: 920px;
    margin: 0 auto;
    position: relative;
}
.infP:after {
    position: absolute;
    top: -10px;
    left: -90px;
    content: "";
    background: url(../images/icon1.png) no-repeat;
    height: 63px;
    width: 78px;
}
.infP:before {
    position: absolute;
    bottom: -10px;
    right: -90px;
    content: "";
    background: url(../images/icon2.png) no-repeat;
    height: 63px;
    width: 78px;
}
.infP:hover {
    text-shadow: 5px 5px 15px #b1b1b1;
    transition: all 0.35s;
}
.section {
    padding-bottom: 65px;
}
.section1 {
    width: 1200px;
    ;
    margin: 0 auto;
}
.toptitle {
    font-size: 34px;
    text-align: center;
    margin: 100px 0 20px;
}
.line {
    width: 50px;
    height: 1px;
    background: #000;
    margin: 0 auto;
}
.line2 {
    width: 153px;
    height: 5px;
    text-align: center;
    line-height: 5px;
    color: #000;
    margin: 0 auto;
    position: relative;
}
.line2:after {
    width: 153px;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/line.png)no-repeat center;
    content: "";
}
.bg1 {
    background: #f4f3f3;
    overflow: hidden;
}
.listGroup >li {
    float: left;
    width: 239px;
    margin-bottom: 20px;
    cursor: pointer;
}
.listbox li {
    text-align: center;
    padding: 0 5%;
}
.imgbox {
    height: 90px;
    width: 90px;
    border: 2px solid #d6d6d6;
    border-radius: 50%;
    display: inline-block;
    line-height: 90px;
    text-align: center;
    transition: all 0.3s;
}
.titleN {
    font-size: 22px;
    line-height: 80px;
}
.titleP {
    font-size: 14px;
    color: #737373;
    line-height: 30px;
}
.listGroup >li:hover .imgbox {
    border: 2px solid #4f9eff;
    box-shadow: 5px 5px 10px rgba(79, 158, 255, 0.37);
    transition: all 0.3s;
}
.listGroup {
    margin: 100px 0 50px;
    overflow: hidden;
}
.Btn1 {
    display: inline-block;
    float: left;
    color: #fff;
    background: #52a6ee;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    width: 85px;
    height: 30px;
    border-radius: 2px;
}
.newImg {
    width: 100%;
    height: 182px;
    overflow: hidden;
}
.newImg img {
    width: 100%;
}
.newTitle {
    font-size: 16px;
    line-height: 30px;
    width: 95%;
    margin: 0 auto;
}
.newInf {
    color: #737373;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dataTime {
    font-size: 14px;
    color: #737373;
    line-height: 30px;
    float: right;
}
.newGroup li {
    display: inline-block;
    width: 358px;
    margin-right: 57px;
    background: #fff;
    min-height: 350px;
    text-align: center;
    transition: all 1s;
}
.hovershow {
    text-align: center;
}
.hovershow >li:hover {
    box-shadow: 0px 5px 25px #b1b1b1;
    transform: scale(1.1, 1.1);
    transition: all 1s;
}
.newGroup li:last-of-type {
    margin-right: 0;
    ;
}
.newBox {
    margin: 15px 0;
    overflow: hidden;
}
.newBottm {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}
.PersonalImg {
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
    box-shadow: 1px 1px 1px #b1b1b1;
    margin: 0 auto;
    margin-top: 130px;
    position: relative;
    z-index: 2;
}
.Personal li {
    border: 1px solid #f2f2f2;
    box-shadow: 1px 1px 1px #b1b1b1;
    padding-bottom: 30px;
    display: inline-block;
    width: 335px;
    background: #fff;
    min-height: 350px;
    text-align: center;
    margin-right: 88px;
    position: relative;
}
.Personal li:last-of-type {
    margin-right: 0;
}
.Personal li:first-of-type {
    margin-left: 0;
}
.maskbg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
}
.Personal li:hover .maskbg {
    background: rgb(7, 70, 240);
    color: #fff;
    transform: translate(15px, 15px);
    transition: all 1s;
}
.Personal li:hover .box {
    color: #fff;
}
.Personal li:hover .boxImg {
    background: #fff;
    transition: all 2.3s;
}
.box {
    font-size: 20px;
    color: #4d4d4d;
    margin: 30px 0;
    line-height: 30px;
    position: relative;
    z-index: 2;
}
.department {
    font-size: 14px;
}
.boxImg {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #cacaca;
    margin: 10px 0;
}
.job {
    width: 300px;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.time {
    font-size: 35px;
    color: #2897f2;
    float: left;
    line-height: 50px;
}
.year {
    font-size: 18px;
    color: #9e9e9e;
    float: right;
    line-height: 50px;
}
.jobTime {
    overflow: hidden;
    margin: 25px 0;
}
.jobBox li {
    background: #fff;
    display: inline-block;
    margin-right: -5px;
}
.jobtitle {
    font-size: 20px;
    line-height: 30px;
}
.jobinf {
    color: #858585;
    font-size: 14px;
    line-height: 35px;
    margin: 10px 0;
    height: 95px;
}
.jobImg {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.jobImg img {
    width: 100%;
    height: 100%;
}
.jobgroup,
.jobTime {
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
}
.jbshow {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #2897f2;
    text-align: center;
    color: #fff;
    transform: translate(0, -300px);
    transition: all 0.5s;
}
.show:hover .jbshow {
    transform: translate(0, 0px);
    transition: all 0.5s;
}
.jbshowName {
    font-size: 34px;
    line-height: 75px;
    display: inline-block;
    height: 75px;
}
.jbshow img {
    margin-top: 70px;
}
.showMBtn {
    display: block;
    width: 220px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #2897f2;
    font-size: 18px;
    margin: 80px auto 20px;
    position: relative;
    overflow: hidden;
}
.showMBtn a {
    z-index: 99;
    position: relative;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: 100%;
}
.showMBtn:hover .maskin {
    transform: translate(0);
    transition: all 0.3s;
}
.showMBtn:hover a {
    color: #fff;
    transition: all 0.3s;
}
.maskin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(-222px);
    transition: all 0.3s;
    background: rgba(19, 107, 220, 0.85);
}
.foot {
    width: 100%;
    text-align: center;
    background: #222227;
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0;
}
.foot p {
    color: #5a5a5a;
}
.foot a {
    display: inline-block;
    padding: 0 2px;
    color: #5a5a5a;
}
.foot img {
    margin: 20px 0;
}
.map {
    text-align: center;
}
.map p {
    line-height: 50px;
    margin-bottom: 50px;
}
.map li {
    display: inline-block;
    font-size: 16px;
    padding: 0 65px;
    cursor: pointer;
}
.mapImg {
    height: 80px;
    width: 79px;
    display: inline-block;
    overflow: hidden;
    line-height: 80px;
    position: relative;
}
.img1 {
    position: absolute;
    top: 23px;
    left: 20px;
    opacity: 1;
    transition: all 0.3s
}
.img2 {
    opacity: 0;
    transition: all 0.3s
}
.img3-1 {
    position: absolute;
    top: 4px;
    left: 2px;
    opacity: 0;
    transition: all 0.3s
}
.img4-1 {
    position: absolute;
    top: 3px;
    left: 2px;
    opacity: 0;
    transition: all 0.3s
}
.map li:hover .img1 {
    opacity: 0;
    transition: all 0.3s
}
.map li:hover .img2 {
    opacity: 1;
    transition: all 0.3s
}
.map li:hover .img3-1 {
    opacity: 1;
    transition: all 0.3s
}
.map li:hover .img4-1 {
    opacity: 1;
    transition: all 0.3s
}
.companybox {
    width: 1200px;
    margin: 0 auto;
}
.nBaner {
    width: 100%;
}
.nBaner img {
    width: 100%;
}
.bannerbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
}
.banner {
    width: 3000px;
    /*图片宽度*/
    position: absolute;
    left: 50%;
    margin-left: -1500px;
    /*图片宽度的一半*/
}
.companyboxInf {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 130px 0;
}
.companyboxNew {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    overflow: hidden;
}
.infshow {
    line-height: 50px;
    text-indent: 24px;
    font-size: 20px;
    width: 1200px;
    margin: 0 auto;
}
.curr3 a {
    background: #2897f2;
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
}
.selectBtn {
    text-align: center;
}
.selectBtn li {
    display: inline-block;
    height: 50px;
    width: 170px;
    line-height: 50px;
    color: #2897f2;
    font-size: 22px;
    border: 1px solid #2897f2;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin: 70px 10px;
}
.selectBtn li a {
    color: #2897f2;
    display: block;
}
.newlist {
    text-align: center;
}
.newlist li {
    display: inline-block;
}
.newInfbox {}
.newlistbox {
    border: 1px solid #d1d1d1;
    width: 336px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
}
.newlistbox:last-of-type {
    margin-right: 0;
}
.newlistTop {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-weight: bold;
}
.newlistInf {
    font-size: 12px;
    line-height: 20px;
    width: 90%;
    color: #525252;
    margin: 0 auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.addresstop {
    font-size: 28px;
    color: #2897f2;
    position: relative;
    overflow: hidden;
    line-height: 50px;
}
.addresstop:after {
    position: absolute;
    top: 27px;
    left: 140px;
    width: 50%;
    height: 1px;
    background: #d1d1d1;
    content: "";
}
.address {
    width: 1200px;
    margin: 0 auto;
}
.addressinf {
    width: 80%;
    margin: 60px auto;
    overflow: hidden;
}
.addressinf p {
    line-height: 40px;
    font-size: 20px;
    color: #585858;
}
.traffic {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}
.trafficimg {
    float: left;
    width: 75px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    margin-right: 20px;
}
.addressRoat {
    float: left;
    font-size: 20px;
    line-height: 30px;
}
.yellow {
    color: #ff6519;
}
.cooperbox {
    background: #fff;
    width: 470px;
    height: 100%;
    box-shadow: 0px 5px 15px #b1b1b1;
    margin: 0 auto;
}
.cooperboxImf {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 2px 2px 2px #b1b1b1;
    overflow: hidden;
    border-radius: 50%;
}
.cooperlist {
    float: left;
    width: 49%;
    text-align: center;
    margin-top: 60px;
}
.boxImg img {
    display: inline-block !important;
}
.mingz {
    font-size: 28px;
    line-height: 30px;
}
.bumen {
    color: #9a9a9a;
    line-height: 30px;
    font-size: 18px;
}
.selectGroup {
    text-align: center;
    margin-bottom: 70px;
}
.selectGroup1 {
    text-align: center;
    margin-bottom: 70px;
}
.selectGroup li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}
.selectGroup1 li {
    display: inline-block;
    margin-right: 20px;
}
.selectGroup li:last-of-type {
    margin-right: 0;
    border: none;
    background: #2897f2;
    width: 214px;
    border: 1px solid #2897f2;
    text-align: left;
}
.selectGroup input {
    height: 45px;
    width: 160px;
    border: none;
    line-height: 45px;
    padding-left: 10px;
}
.selectGroup img {
    margin-left: 5px;
}
.selectGroup li {
    display: inline-block;
    height: 45px;
    width: 125px;
    border-radius: 3px;
    border: 1px solid #2897f2;
    color: #2897f2;
    font-size: 22px;
    text-align: center;
    line-height: 45px;
}
.selectGroup1 li {
    display: inline-block;
    height: 45px;
    width: 125px;
    border-radius: 3px;
    border: 1px solid #2897f2;
    color: #2897f2;
    font-size: 21px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.curr4 {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #2897f2;
    color: #fff !important;
    background: #2897f2;
    font-size: 22px;
    text-align: center;
    line-height: 45px;
}
.jobgoruplist {
    width: 100%;
    background: #f5f5f5;
    height: auto;
    position: relative;
}
.jobgorupUl {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}
.jobgorupUl li {
    display: inline-block;
    border-radius: 5px;
    width: 24.5%;
    background: #fff;
    text-align: left;
    margin: 10px 0;
}
.jobgorupUlbox {
    padding: 25px 30px;
}
.bottomEmail {
    font-size: 12px;
    color: #4d4d4d;
    margin-top: 20px;
}
.jobgorupUlbox {
    color: #4d4e4e;
}
.jobgorupUlboxTop {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
}
.infUlbox P {
    line-height: 20px;
    font-size: 12px;
    color: #4d4e4e;
}
#wrapper .topboxTitle {
    font-size: 20px;
    line-height: 35px;
    color: #2897f2;
    font-weight: bold;
}
.adress {
    font-size: 16px;
    color: #8a8a8a;
    line-height: 50px;
}
.adress img {
    margin-right: 15px;
}
.jobgorupUlbox {
    background: #fff;
    /*	float: left;*/
    /*	width: 24%;*/
    margin: 10px;
}
.jobgorupUlb {
    width: 1200px;
    margin: 0 auto;
}
.pin {
    padding: 15px 0 0 15px;
    float: left;
}
.box1 {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 6px #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.companyboxTop {
    overflow: hidden;
}
.infUlbox ul li {
    list-style-type: decimal;
    margin-left: 15px;
}
.l2,
.l3,
.l4,
.l5,
.l6,
.l7,
.l8 {
    display: none;
}
.cultureList {
    margin: 50px auto;
    width: 50%;
    position: relative;
    text-align: left;
    text-indent: 36px;
    line-height: 30px;
}

/*
.infP {
    display: none;
}
.infP:nth-child(n+3) {
    display: block;
}
*/

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.bgbt {
    background: #c1c1c1;
}
.navMune {
    display: none;
    position: absolute;
    z-index: 2;
    top: 47px;
    right: 5px;
    background: #fff;
    border: 1px solid #b1b1b1;
    border-bottom: none;
}
.navMune ul li {
    text-align: center;
    line-height: 30px;
    /* text-align: center; */
    width: 100px;
    font-size: 16px;
    border-bottom: 1px solid #c1c1c1;
}
.navbar-toggle {
    display: none;
}
.poster-item {
    overflow: hidden;
}
.hero-gallery__cell__content {
    background: #ddd;
    overflow: hidden;
}
.flickity-enabled.is-draggable {
    display: none;
}
#container {
    font-size: 18px;
}
.mapbox {
    padding: 0 20%;
    overflow: hidden;
}
.cooperboxImf img {
    width: 100%;
}
