@charset "utf-8";
@import url('fonts.css');
@import url('/static/fonts/iconfont.css');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
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,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased
}

html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased
}

body {
    /* font: 12px/1.8 "SourceHanSansCN", Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif; */
    font: 12px/1.8 PingFang SC, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Source Han Sans, Noto Sans CJK Sc, Microsoft YaHei, Microsoft Jhenghei, sans-serif;
    margin: 0 auto;
    color: #454545;
    background-color: #fff;
    _background-attachment: fixed;
    _background-image: url(about:blank);
    overflow-y: visible\9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
    background-position: center;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: #e2e2e2
}

::-webkit-scrollbar-track {
    border-radius: 6px;
    border-radius: 3px;
    background-color: #e2e2e2
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #6cccdc
}

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

input,
select {
    vertical-align: middle
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

strong {
    font-weight: bold
}

input {
    outline: none;
    padding: 0
}

img {
    border: 0
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
    -webkit-appearance: none;
    border-radius: 0
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background: none;
    outline: none;
    padding: 0;
    margin: 0;
    border: none
}

::-moz-selection {
    background: #f7a300;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #f7a300;
    color: #fff;
    text-shadow: none
}

a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:link,
a:visited {
    text-decoration: none;
    color: inherit
}

a:active,
a:hover {
    text-decoration: none;
    color: inherit
}

.fc {
    text-align: center
}

.fr {
    text-align: right
}

.fl {
    float: right
}

.vt {
    vertical-align: top
}

.vm {
    vertical-align: middle
}

.inner {
    width: 1200px;
    margin: 0px auto
}

.innerWidth {
    width: 1440px;
    margin: auto
}

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body,
.has-scroll-smooth html {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
    overflow: hidden
}

.home-wrap .header {
    opacity: 0;
    visibility: hidden;
    transition: 2s
}

.home-wrap .header.show {
    opacity: 1;
    visibility: visible
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 99999;
}

.header .navs {
    width: 100%;
    height: 0.66rem;
    line-height: 0.66rem;
    box-sizing: border-box;
    padding: 0 3.8rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15);
    position: relative;
}

.header .navs .logo {
    width: 1.62rem;
    overflow: hidden;
    position: absolute;
    top: -0.26rem;
    left: 0.3rem;
}

.header .navs .logo img {
    width: 1.62rem;
    margin-top: 0.26rem;
}

#logo_default {
    padding-top: 0.05rem;
}

.header .navs .menu {
    box-sizing: border-box;
    margin: 0;
    display: flex;
    justify-content: space-between
}

.header .navs .menu li {
    margin: 0;
    padding: 0 0.32rem;
}

.header .navs .menu li a {
    color: #fff;
    font-size: 0.18rem;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap
}

.header .navs .menu li a:hover {
    color: #049993
}

.header .navs .tel {
    min-width: 1.45rem;
    font-size: 0.28rem;
    font-family: 'BebasNeue';
    font-weight: 300;
    text-align: center;
    color: #fff;
    display: flex;
    margin: 0;
    padding: 0 0 0 0;
    position: absolute;
    top: 0rem;
    right: 0.3rem;
}

.header .navs .tel i {
    font-size: 0.24rem;
    margin-right: 0.1rem;
    display: inline-block;
}

.header .navs .tel span {
    display: inline-block;
    width: 1.45rem;
    min-width: 1.45rem;
}

.header.scrollfix .navs {
    opacity: 0;
    visibility: hidden
}

.bt_more {
    width: 1.35rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    text-align: left;
    padding-left: 0.3rem;
    color: #037F7A;
    font-size: 0.18rem;
    margin-top: 0.4rem;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.bt_more i {
    margin-left: 0.08rem !important
}

.bt_more:hover {
    color: #fff;
    background-color: #037F7A
}


/*****/

.footer {
    padding: 0.64rem 0.64rem 0;
    background-color: #F7F7F7;
}

.foot_main {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.foot_logo {
    width: 20%;
    height: 0.68rem;
}

.foot_logo img {
    width: auto;
    height: 0.68rem;
}

.foot_menu {
    width: 79%;
    height: 2rem;
    display: flex;
    justify-content: space-between;
}

.foot_menu dl {
    width: 13%;
    padding-right: 0.24rem;
    box-sizing: border-box;
}

.foot_menu dl.foot_link {
    padding-right: 0;
}

.foot_menu dt {
    font-weight: bold;
    font-size: 16px;
    color: #66676E;
    line-height: 0.26rem;
    text-align: left;
    font-style: normal;
    padding-bottom: 0.2rem;
}

.foot_menu dd {
    font-weight: 400;
    font-size: 14px;
    color: #66676E;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
    padding-bottom: 0.2rem;
}

.foot_menu dd a {
    color: #66676E;
}

.foot_menu dd a:hover {
    color: #037F7A;
}

.foot_info {
    color: #888A91;
    border-top: 0.01rem solid #DADADA;
    margin-top: 0.4rem;
    font-size: 14px;
}

.foot_info p {
    display: inline-block;
    float: left;
    padding: 0.16rem 0;
}

.foot_info a {
    color: #888A91;
    padding-left: 0.04rem;
}

.foot_info a:hover {
    color: #037F7A;
}

.foot_info span {
    float: right;
    display: inline-block;
    padding: 0.16rem 0;
}


/****/

.clb {
    clear: both
}

.fix_box_pc {
    width: 0.64rem;
    position: fixed;
    right: 0.4rem;
    bottom: 0.6rem;
    z-index: 9
}

.weixin_main,
.douyin_main,
.top_main {
    margin-top: 12px;
    cursor: pointer;
    position: relative
}

.weixin_main .bubble {
    position: absolute;
    z-index: 2;
    right: 80px;
    top: -100px;
    opacity: 0
}

.douyin_main .bubble {
    position: absolute;
    z-index: 2;
    right: 80px;
    top: -100px;
    opacity: 0
}

.top_main {
    opacity: 0
}


/*****/

.xq_main {
    width: 9.6rem;
    margin: 0 auto;
    padding-top: 1rem;
}

.mbx {
    padding: 0.16rem 0;
    font-size: 0.18rem;
}

.mbx a {
    position: relative;
    padding: 0 0.2rem 0 0.12rem;
    width: 0.56rem;
    color: #66676E;
    line-height: 0.2rem;
    font-style: normal;
}

.mbx a:hover {
    color: #037F7A;
}


/* .mbx a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.06rem;
    width: 0.06rem;
    height: 0.1rem;
    min-width: 10px;
    min-height: 10px;
    background: url(../img/news/arrowmbx_grey.svg) no-repeat 0.08rem center;
    background-size: 60%;
} */

.mbx a:after {
    content: "";
    position: absolute;
    right: -0.26rem;
    top: 50%;
    margin-top: -0.06rem;
    width: 0.26rem;
    height: 0.26rem;
    background: url(../img/news/arrowmbx_grey.svg) no-repeat;
}

.mbx span {
    padding-left: 0.1rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #66676E;
    line-height: 0.2rem;
    font-style: normal;
}

.content h2 {
    padding-top: 0.4rem;
    padding-bottom: 0.24rem;
    font-size: 0.4rem;
    color: #222636;
    line-height: 0.58rem;
    font-style: normal;
}

.xq_info {
    border-bottom: 0.01rem solid #DADADA;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    font-weight: 400;
    font-size: 0.18rem;
    color: #DADADA;
    line-height: 0.24rem;
    font-style: normal;
}

.xq_info span {
    padding-right: 0.08rem;
    color: #66676E;
}

.xq_info span.last {
    padding-left: 0.08rem;
}

#show .pro_img {
    margin-bottom: 0.24rem;
}

.editor p {
    padding: 0.1rem 0;
    font-weight: 400;
    font-size: 0.18rem;
    color: #66676E;
    line-height: 0.32rem;
    text-align: justify;
    font-style: normal;
}

.editor img {
    padding: 0.1rem 0 0;
    max-width: 100%;
}

.fenye_ny {
    padding-top: 0.4rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8rem;
}

.fenye_box {
    flex: 0 0 auto;
    width: 50%;
    height: auto;
}

.fenye_box a {
    display: block;
    width: 100%;
    padding: 0.24rem 0.4rem;
    box-sizing: border-box;
    background-color: #F7F7F7;
    border-right: 0.01rem solid #dadada;
}

.fenye_box a.last {
    border: none;
    text-align: right;
}

.fenye_box a:hover {
    background-color: #049993;
    color: #fff;
}

.fenye_box p {
    padding-top: 0.12rem;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.32rem;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.44rem;
}

.fenye_box span {
    position: relative;
    padding-left: 0.12rem;
    font-size: 0.18rem;
}

.fenye_box a.first span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 9px;
    height: 14px;
    background: url(../img/news/arrowleft_grey.svg) no-repeat;
}

.fenye_box a.last span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 9px;
    height: 14px;
    background: url(../img/news/arrow_grey.svg) no-repeat;
}

.fenye_box a.last span {
    position: relative;
    padding-right: 0.4rem;
}

.fenye_box a.first:hover span::before {
    background: url(../img/news/arrow_white.svg) no-repeat;
}

.fenye_box a.last:hover span::after {
    background: url(../img/news/arrowright_white.svg) no-repeat;
}

.honor_pic {
    max-width: 100%;
    text-align: center
}

.honor_pic img {
    max-width: 100%
}

.title_ny {
    padding: 0.64rem 0;
    font-weight: bold;
    font-size: 0.48rem;
    color: #222636;
    line-height: 0.7rem;
    text-align: left;
    font-style: normal
}

.more {
    width: 160px;
    height: 48px;
    border: 1px solid #037F7A;
    color: #037F7A;
    line-height: 48px;
    text-align: center;
    border-radius: 24px
}

.fenye {
    background-color: #eee;
    display: block;
    width: 100%;
    text-align: center
}

.more_ny {
    flex: 0 0 auto;
    width: 20%
}

.more_ny span {
    position: relative;
    display: block
}

.more_ny span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    margin-top: -7px;
    width: 20px;
    height: 14px;
    background: url(../img/arrow_grey.svg) no-repeat
}

.pro_info a:hover span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    margin-top: -7px;
    width: 20px;
    height: 14px;
    background: url(../img/arrow_green.svg) no-repeat
}

.value_module {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.value_main {
    flex: 0 0 auto;
    width: 33.33%;
    height: auto;
    position: relative
}

.value_main img {
    width: 100%;
    display: block
}


/*sub*/

.sub_banner {
    width: 100%;
    height: 6.17rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.sub_banner .cn {
    height: 0.88rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 0.64rem;
    color: #FFFFFF;
    line-height: 0.88rem;
    text-shadow: 0px 2px 4px rgba(11, 44, 0, 0.45);
    text-align: center;
    padding-bottom: 0.3rem;
}

.sub_banner .en {
    height: 0.57rem;
    font-family: BebasNeue;
    font-size: 0.48rem;
    color: #FFFFFF;
    line-height: 0.57rem;
    text-shadow: 0px 2px 4px rgba(11, 44, 0, 0.45);
    text-align: center;
    text-transform: uppercase;
}


/*分页*/

.pagination {
    list-style-type: none;
    padding: 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    margin: 0 0.15rem;
}

.pagination a {
    text-decoration: none;
    padding: 0.05rem 0.11rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    font-family: monospace;
    font-size: 0.24rem;
}

.pagination li.active a,
.pagination li:hover a {
    background-color: #037F7A;
    color: white;
    border-color: #037F7A;
}

.pagination li:first-child a {
    /* border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; */
}

.pagination li:last-child a {
    /* border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; */
}

#mapc {
    height: 6.76rem;
}

.showBox {
    width: 2rem;
    height: 2rem;
    position: fixed;
    z-index: 10;
    top: -2rem;
    /*30%*/
    opacity: 0;
    left: 45%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    padding: 0.5rem;
    border-radius: 0.1rem;
    overflow: hidden;
    border: 1px solid #dadada;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.showBox img {
    width: 100%;
    height: 100%;
}

.showBox .showClose {
    width: 0.3rem;
    height: 0.25rem;
    background-color: red;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 0.16rem;
    font-size: 0.3rem;
    font-family: 'sans-serif';
    cursor: pointer;
}

@keyframes an_show_box {
    0% {
        top: 0;
        opacity: 0;
    }
    100% {
        top: 30%;
        opacity: 1;
    }
}