@charset "utf-8";
html,body{
    overflow-x:hidden;
    color: #333;
}
h2{
    font-size: 60px;
    line-height: 60px;
    text-align: center;
}
.company-intro p{
    font-size: 32px;
    line-height: 54px;
    text-indent: 2em;
    margin-top: 64px;
}
.company-map{
    margin-top: 100px;
    padding-bottom: 342px;;
}
.company-map h2{
    text-align: left;
    margin-bottom: 110px;
}
.company-map p{
    font-size: 24px;
    line-height: 40px;
}
.company-map .map{
    height: 359px;
}
footer{
    height: 130px;
    width: 100%;
    background: #303030;
    color: #fff;
    font-size: 18px;
    line-height: 130px;
    text-align: center;
}
footer span:first-child{
    margin-right: 40px;
}
p{
    margin: 0;
}
.flex{display: -webkit-box; display: -moz-box;  display: -ms-flexbox;display: -webkit-flex;display: flex;  }
.flex-center{-webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;-o-justify-content: center;justify-content: center;}
.flex-between{-webkit-justify-content: space-between;-moz-justify-content: space-between;-ms-justify-content: space-between;-o-justify-content: space-between;justify-content: space-between;}
.flex-end{-webkit-justify-content: flex-end;-moz-justify-content: flex-end;-ms-justify-content: flex-end;-o-justify-content: flex-end;justify-content: flex-end;}
.flex-2{-webkit-flex: 2;-ms-flex: 2;flex: 2; -webkit-box-flex: 2 ; -moz-box-flex: 2; }
/* 常见问题 */
.problem-title{
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 34px;
}
.problem-intro{
    font-size: 26px;
}
.mask,.mask1{
    display: none;
}
.mask ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.mask-bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* margin: auto; */
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
.mask-main{
    width: 800px;
    padding: 10px;
    padding-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    z-index: 101;
}
.mask-main h3{
    margin: 0;
}
.mask-main .cont{
    display: none;
    font-size: 14px;
    line-height: 24px;
}
.mask-main .cont.on{
    display: block;
}
.mask-main li{
    padding: 10px 16px 0px 16px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}
.mask-main h3{
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.mask-main .arrow{
    font-size: 32px;
}
.mask-main .arrow.on{
    position: relative;
    top: -10px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);   /* IE 9 */
    -moz-transform:rotate(180deg);  /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);    /* Opera */
}
.mask-main .icon{
    position: relative;
    top: 6px;
    color: #000;
}
.mask-main .close{
    position: absolute;
    top: -25px;
    right: -17px;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: url('../images/index/close.png') no-repeat center;
}
.public-code{
    width: 156px;
    height: 156px;
}
.public-tip{
  width: 156px;
  text-align: center;
}
.public-tip p{
    padding-top: 10px;
    font-size: 18px;
}