@charset "utf-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

#bsWXBox {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

html,
body {
    position: relative
}

body {
    font-family: arial, "microsoft yahei";
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background: #fff
}

.bodyHIdden {
    overflow: hidden;
    height: 100%;
    width: 100%
}

a:link,
a:visited {
    text-decoration: none;
    outline: #333;
    color: #333
}

a:hover,
a:active,
a:focus {
    color: #000
}

ul,
li {
    list-style: none
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%
}

table {
    border-collapse: collapse;
    width: 100%
}

input[type=text],
textarea {
    font-family: arial, "microsoft yahei";
    font-size: 14px;
    -webkit-appearance: none
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: none
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    padding: 0;
    color: #666;
    outline: none
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.font20 {
    font-size: 20px
}

.textCenter {
    text-align: center
}

.color333 {
    color: #333
}

.hide {
    overflow: hidden
}

.rel {
    position: relative
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.middleRight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto
}

.middleLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto
}

.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:1280px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.indent2 {
    text-indent: 2em
}

@keyframes slide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(0)
    }
}

.mobile-footer-menu {
    display: none;
    height: 54px
}

@media (max-width:1023px) {
    .mobile-footer-menu {
        display: none;
        width: 100%;
        background: #222;
        padding: 5px 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        list-style: none;
        font-size: 12px
    }
    .mobile-footer-menu li {
        width: 25%;
        float: left;
        position: relative
    }
    .mobile-footer-menu li:after {
        content: "";
        position: absolute;
        height: 42px;
        width: 1px;
        background: rgba(255, 255, 255, 0.05);
        right: 0;
        top: 2px
    }
    .mobile-footer-menu li .icon {
        width: 24px;
        height: 24px;
        display: block;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }
    .mobile-footer-menu li .bt {
        font-style: normal;
        text-align: center;
        display: block;
        color: #fff;
        height: 20px;
        line-height: 20px;
        overflow: hidden
    }
    .mobile-footer-menu li:last-child:after {
        display: none
    }
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #666
}

.page em {
    font-style: normal;
    font-size: 12px
}

.page a,
.page span {
    color: #666 !important;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    min-width: 35px;
    line-height: 35px;
    height: 37px;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 2px;
    border: 1px #fff solid;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s
}

.page a.first,
.page span.first,
.page a.prev,
.page span.prev,
.page a.next,
.page span.next,
.page a.last,
.page span.last {
    border: 1px #e4e4e4 solid
}

.page a.prev,
.page span.prev,
.page a.next,
.page span.next {
    min-width: 100px
}

.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
    background: #e05a3f;
    border-color: #e05a3f;
    color: #fff !important;
    font-weight: 700
}

.page em {
    font-size: 12px;
    font-style: initial
}

@media (max-width:767px) {
    .page {
        text-align: center
    }
    .page a,
    .page em {
        display: none
    }
    .page a.first,
    .page em.first,
    .page a.prev,
    .page em.prev,
    .page a.next,
    .page em.next,
    .page a.last,
    .page em.last {
        display: inline-block
    }
}

.indent2 {
    text-indent: 2em
}

.navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    float: right;
    position: absolute;
    z-index: 11;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: right;
    display: none
}

.navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ff8228;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.navPhoneBtn span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.navPhoneBtn span:last-child {
    margin-bottom: 0
}

.navPhoneBtn.close,
.navPhoneBtn.closeMember {
    opacity: 1;
    z-index: 10
}

.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
    width: 0;
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s;
    transition: width .5s
}

.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
    margin-bottom: 0
}

@media (max-width:1023px) {
    .navPhoneBtn {
        display: block
    }
}

#menu .mm-menu {
    background: #8e2424;
    color: rgba(255, 255, 255, 0.9)
}

#menu .mm-navbar.mm-hasbtns {
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px #dadada solid
}

#menu .mm-menu .mm-btn:after,
#menu .mm-menu .mm-btn:before {
    border-color: #fff
}

#menu .mm-clear:before,
#menu .mm-close:before {
    right: 14px
}

#menu .mm-clear:after,
#menu .mm-close:after {
    right: 25px
}

#menu .mm-close:after,
#menu .mm-close:before {
    width: 10px;
    height: 10px
}

#menu .mm-menu .mm-navbar a,
#menu .mm-menu .mm-navbar>* {
    color: rgba(255, 255, 255, 0.9)
}

#menu .mSearch {
    padding: 10px 10px;
    text-align: left;
    overflow: hidden;
    height: 56px;
    border-bottom: #f3f3f3 1px solid;
    position: relative
}

#menu .mSearch .btn {
    width: 25px;
    height: 25px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    right: 15px;
    text-align: center;
    line-height: 25px;
    color: #545454;
    font-size: 14px
}

#menu .mSearch input {
    height: 35px;
    border: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #333;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    opacity: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    position: static;
    left: 0;
    right: 0
}

#menu .other {
    padding: 10px
}

#menu .languageBtn {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff8228;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
    margin-left: 5px
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 99999;
    background: #fff;
    filter: alpha(opacity=90);
    opacity: 80
}

.prompt a {
    color: #000
}

.prompt span {
    position: absolute;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    display: block;
    line-height: 24px;
    color: #000
}

.prompt span a {
    text-decoration: underline
}

.prompt_close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer
}

.prompt_close:hover {
    background: #f00;
    color: #fff
}

#allmap img {
    max-width: none;
    max-height: none
}

.bottomFloatT {
    display: none;
    background: #ff8228;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%
}

.bottomFloatT a {
    color: #fff
}

.bottomFloatM {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #8d8d8d;
    color: #fff
}

.bottomFloatM .container {
    height: 110px;
    position: relative
}

.bottomFloatM .container:before {
    content: "";
    display: block;
    background: #ff8228;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%
}

.bottomFloatM .pic {
    float: left;
    margin-top: -50px;
    margin-right: 10px
}

.bottomFloatM .bigTitle {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    float: left;
    width: 35%;
    background: #ff8228;
    height: 110px;
    padding: 10px 0;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
    padding-left: 2%
}

.bottomFloatM .bigTitle .span-01 {
    display: block
}

.bottomFloatM .form {
    width: 65%;
    float: left;
    background: #8d8d8d;
    position: relative;
    z-index: 1;
    padding-left: 20px
}

.bottomFloatM .list {
    padding: 25px 0
}

.bottomFloatM .list li {
    width: 20%;
    float: left;
    padding: 0 5px
}

.bottomFloatM .list li:nth-child(1) {
    width: 17.5%
}

.bottomFloatM .list li:nth-child(2) {
    width: 22.5%
}

.bottomFloatM .list li:nth-child(3) {
    width: 22.5%
}

.bottomFloatM .list li:nth-child(4) {
    width: 22.5%
}

.bottomFloatM .list li:nth-child(5) {
    width: 15%
}

.bottomFloatM .list .box {
    position: relative
}

.bottomFloatM .list .box .icon {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #666
}

.bottomFloatM .list input {
    border: 0;
    width: 100%;
    color: #666;
    border-radius: 3px;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 40px;
    height: 60px;
    padding: 10px 15px;
    padding-left: 45px;
    background: #fff
}

.bottomFloatM .list select {
    border: 0;
    width: 100%;
    color: #666;
    border-radius: 3px;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 40px;
    height: 60px;
    padding: 10px 15px;
    background: #fff
}

.bottomFloatM .list .btns a {
    display: block;
    background: #ff8228;
    width: 100%;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 40px;
    height: 60px;
    padding: 10px 5px;
    text-align: center
}

@media screen and (max-width:1599px) {
    .bottomFloatM .container {
        height: 100px
    }
    .bottomFloatM .bigTitle {
        height: 100px;
        font-size: 20px;
        line-height: 30px;
        padding: 20px 0
    }
    .bottomFloatM .form .list {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width:1279px) {
    .bottomFloatM .container {
        height: 90px
    }
    .bottomFloatM .bigTitle {
        height: 90px;
        font-size: 20px;
        line-height: 30px;
        padding: 15px 0 15px 10px;
        width: 20%
    }
    .bottomFloatM .bigTitle .pic {
        display: none
    }
    .bottomFloatM .form {
        width: 80%
    }
    .bottomFloatM .form .list {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .bottomFloatM .form input,
    .bottomFloatM .form select {
        font-size: 14px
    }
}

@media screen and (max-width:1023px) {
    .copyright {
        padding-bottom: 55px !important
    }
    .bottomFloatM {
        display: none
    }
    .bottomFloatT {
        display: block
    }
}

.floatRight {
    position: fixed;
    top: 50%;
    margin-top: -162px;
    right: 2px;
    z-index: 999;
    font-size: 14px;
    line-height: 28px
}

.floatRight li {
    width: 64px;
    height: 64px;
    border: 2px;
    margin-bottom: 1px;
    position: relative
}

.floatRight li .icon {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #4c4c4c;
    transition: All .2s ease-in-out;
    -webkit-transition: All .2s ease-in-out;
    -moz-transition: All .2s ease-in-out;
    -o-transition: All .2s ease-in-out
}

.floatRight li .icon>a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 30px;
    line-height: 34px;
    overflow: hidden
}

.floatRight li:hover .icon {
    background-color: #ff5c01
}

.floatRight li:hover .item {
    display: block
}

.floatRight li .item {
    bottom: 0;
    right: 64px;
    width: 185px;
    padding-right: 5px;
    color: #fff;
    display: none;
    text-align: center;
    position: absolute;
    z-index: 9999
}

.floatRight li .item .div-01 {
    padding: 12px 10px;
    background-color: #4c4c4c
}

.floatRight li .item .p-1 {
    font-size: 18px;
    font-family: 'century gothic'
}

.floatRight li .item .p-1 img {
    float: left
}

.floatRight li .item:before {
    content: "";
    right: -5px;
    bottom: 20px;
    position: absolute;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #4c4c4c;
    border-width: 5px;
    width: 0;
    height: 0
}

.floatRight .tel .div-01 {
    padding-top: 12px;
    line-height: 40px
}

.floatRight .tel .div-01 img {
    vertical-align: middle
}

@media screen and (max-width:768px) {
    .floatRight {
        display: none
    }
}

#returnTop {
    position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    width: 50px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    padding: 10px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: none
}

#returnTop span {
    display: block
}

#returnTop:hover {
    background: #f45f1d
}