/* reset */
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: 0;
    border: 0;
    font: inherit;
    font-weight: normal;
    vertical-align: baseline;
    font-family: Microsoft YaHei;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

/* ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 1);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
} */
html,
body {
    width: 100%;
    font-family: 'Microsoft YaHei', '微软雅黑', '黑体', '宋体', sans-serif;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    overflow-y: scroll;
}

.container {
    width: 100%;
    max-width: 750px;
    margin: auto;
}

.head {
    width: 100%;
    height: 1rem;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 0 3px 5px rgba(9, 10, 12, 0.15);
}

.head .head-content {
    position: relative;
    height: 1rem;
    max-width: 7.5rem;
    margin: auto;
}

.head .head-content .icon1 i {
    color: #c3a260;
    font-size: 0.4rem !important;
    position: absolute;
    left: 0.2rem;
    top: 0.3rem;
}

.head .head-content .icon2 i {
    color: #c3a260;
    font-size: 0.5rem !important;
    position: absolute;
    right: 0.2rem;
    top: 0.25rem;
}

.head img {
    display: block;
    margin: auto;
    width: 4.43rem;
    padding-top: 0.2rem;
}

.menu {
    width: 5rem;
    overflow: auto;
    background: #324157;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: calc(100vh);
    display: none;
    overflow-x: hidden;
}

.menu .menu-logo {
    position: relative;
}

.menu .menu-logo i {
    font-size: 0.36rem;
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    color: #ffffff;
}

.menu .menu-logo img {
    display: block;
    width: 5rem;
    height: 1.5rem;
}

.menu > ul {
    padding-top: 0.2rem;
}

.menu > ul > li {
    /* padding:0 0.2rem; */
    /* height: 0.8rem; */
    font-size: 0;
    position: relative;
}

.menu > ul > li.active {
    background: #2f5582;
    border-left: 5px solid #c3a260;
}

.menu > ul > li:active {
    background: #2f5582;
}

.menu > ul > li a {
    display: block;
    /* height: 0.8rem; */
    font-size: 0.28rem;
    line-height: 0.8rem;
    padding-left: 0.6rem;
    color: #ffffff;
}

.menu > ul > li > i {
    font-size: 0.3rem;
    color: #c3a260;
    position: absolute;
    left: 0.15rem;
    top: 0.24rem;
}

.menu > ul > li > i.arrow {
    font-size: 0.28rem;
    color: #c3a260;
    position: absolute;
    left: 4.55rem !important;
    top: 0.24rem;
}

.menu > ul > li.active > i.arrow {
    left: calc(4.55rem - 5px) !important;
}

.menu > ul > li.active a,
.menu > ul > li.active i,
.menu > ul > li:active a,
.menu > ul > li:active i {
    color: #ffffff;
}

.menu > ul > li.active > i.arrow {
    color: #ffffff;
}

.menu > ul > li ul {
    background: #2f5582;
    display: none;
}

.menu > ul > li ul li a {
    background: url(../images/point01.png) no-repeat 0.2rem 0.3rem;
    background-size: 0.15rem 0.15rem;
}

.menu > ul > li ul li:hover a {
    background: url(../images/point02.png) no-repeat 0.2rem 0.3rem;
    background-size: 0.15rem 0.15rem;
}

.menu > ul > li.active ul li a {
    color: #ffffff;
}

.cover1 {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: calc(100vh);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 88888;
    display: none;
}

.cover2 {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: calc(100vh);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 888888;
    display: none;
}

.wechat {
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    display: none;
}

.banner {
    padding-top: 1rem;
    height: 2.4rem;
}

.banner .banner-content {
    height: 2.4rem;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}

.intro {
    padding: 0.2rem 0;
}

.intro .intro-content {
    width: 6.8rem;
    margin: auto;
    padding: 0 0 0.2rem;
    border-bottom: 1px solid #ededed;
}

.intro .intro-content h2 {
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-align: center;
}

.intro .intro-content p {
    font-size: 0.24rem;
    line-height: 0.34rem;
    text-indent: 2em;
    text-align: justify;
}

.person-1 {
    padding: 0 0.35rem 0.2rem;
}

.person-1 .person-1-content {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ededed;
}

.person-1 .person-x {
    width: 6.8rem;
    height: 2.5rem;
    margin-bottom: 0.2rem;
}

.person-1 .person-x div {
    float: left;
}

.person-1 h2 {
    text-align: center;
    font-size: 0.3rem;
}

.person-1 .h5-bg {
    display: block;
    width: 0.9rem;
    height: auto;
    margin: auto;
    padding: 0.15rem;
}

.person-1 .person-x div.img img {
    display: block;
    width: 2.2rem;
    height: 2.5rem;
}

.person-1 .person-x div.person-intro {
    width: 4.6rem;
    height: 2.5rem;
    color: #ffffff;
}

.person-1 .person-x div.person-intro h5 {
    font-size: 0.28rem;
    font-weight: bold;
    padding-left: 0.2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.15rem;
}

.person-1 .person-x div.person-intro h5 a {
    font-size: 0.28rem;
    font-weight: bold;
    color: #ffffff;
}

.person-1 .person-x div.person-intro p {
    font-size: 0.24rem;
    line-height: 0.3rem;
    padding-left: 0.2rem;
}

.person-1 .person-x div.bg1 {
    background-color: #c3a260;
}

.person-1 .person-x div.bg2 {
    background-color: #2f5582;
}

.person-1 .person-x div.bg3 {
    background-color: #669abc;
}

.person-3 {
    padding: 0 0.35rem;
}

.person-3 .person-3-content {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ededed;
}

.person-3 .person-3-content h2 {
    text-align: center;
    font-size: 0.3rem;
}

.person-3 .person-3-content .h5-bg {
    display: block;
    width: 0.9rem;
    height: auto;
    margin: auto;
    padding: 0.15rem;
}

.person-3 .person-3-content .part-1 {
    text-align: center;
    font-size: 0;
}

.person-3 .person-3-content .part-1 > h5 {
    font-size: 0.24rem;
    display: inline-block;
    height: 0.36rem;
    line-height: 0.36rem;
    background: #2f5582;
    color: #ffffff;
    border-radius: 0.36rem;
    padding: 0.06rem 0.2rem;
    text-align: center;
    margin: 0 0 0.15rem 0;
}

.person-3 .person-3-content .part-1 .part-1-persons {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    margin: 0 auto;
}

.person-3 .person-3-content .part-1 .part-1-persons.hasone {
    width: 2.2rem;
}

.person-3 .person-3-content .part-1 .part-1-persons.hastwo {
    width: 4.5rem;
    margin: 0 auto;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx {
    width: 2.2rem;
    height: 3.84rem;
    padding-bottom: 0.15rem;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx img {
    display: block;
    width: 2.2rem;
    height: 2.35rem;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div {
    width: 2.2rem;
    height: 1.4rem;
    color: #ffffff;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div.bg1 {
    background: #c3a260;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div.bg2 {
    background: #2f5582;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div.bg3 {
    background: #669abc;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div .p1 {
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    padding: 0.15rem 0 0.15rem 0;
}

.person-3 .person-3-content .part-1 .part-1-persons .part-1-personx div .p2 {
    font-size: 0.2rem;
    text-align: center;
}

.hosts {
    padding: 0 0.35rem;
}

.hosts .hosts-content {
    padding: 0.2rem 0;
}

.hosts .hosts-content h2 {
    text-align: center;
    font-size: 0.3rem;
}

.hosts .hosts-content .h5-bg {
    display: block;
    width: 0.9rem;
    height: auto;
    margin: auto;
    padding: 0.15rem 0 0.3rem 0;
}

.hosts .hosts-content div.companys {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0;
}

.hosts .hosts-content div.companys img {
    width: 1rem;
    height: 1rem;
    padding: 0 0.1rem;
}

.footer {
    width: 100%;
    background: #669abc;
    padding: 0.15rem 0;
}

.footer .footer-content {
    padding: 0 0.10rem;
    /* height: 0.8rem; */
    max-width: 7.5rem;
    margin: auto;
}

.footer p {
    color: #ffffff;
    font-size: 0.14rem;
    /* height: 0.8rem; */
    line-height: 0.26rem;
    text-align: center;
}

.footer .gongan {
    color: #ffffff;
    padding-left: 0.3rem;
    background: url('../../../images/gongan.png') no-repeat 0.05rem center;
    background-size: 0.2rem 0.2rem;
}

.tongzhi {
    height: 0.8rem;
    background: #edeff2;
    padding-left: 0.45rem;
    background: url('../../images/background/laba.png') no-repeat 0.15rem center #edeff2;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.tongzhi a {
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.20rem;
    padding-left: 0.35rem;
    background-size: 0.2rem 0.2rem;
}

.tongzhi a:hover {
    text-decoration: underline;
}


.tj {
    text-align: justify;
}

.fs14 {
    font-size: 0.2rem;
}

.fs16 {
    font-size: 0.24rem;
}

.fwb {
    font-weight: bold;
}

.ti20 {
    text-indent: 0.28rem;
}

.pdl20 {
    padding-left: 0.2rem;
}

.pdl20 p {
    padding-right: 0.55rem !important;
}

.content-x p {
    line-height: 0.36rem !important;
}


.iconshouye:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/sy.png');
    background-size: 100% 100%;

}

.iconzuweihui:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/zwh.png');
    background-size: 100% 100%;

}

.iconteyaobaogao:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/tybg.png');
    background-size: 100% 100%;

}

.iconzhengwentongzhi:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/zwtz.png');
    background-size: 100% 100%;

}

.iconhuiyichengxu:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/hyyc.png');
    background-size: 100% 100%;

}

.iconzhuantiyantaohui:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/ztyth.png');
    background-size: 100% 100%;

}

.iconworkshop:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/workshop.png');
    background-size: 100% 100%;

}

.iconxinxingluntan1:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/xxybj.png');
    background-size: 100% 100%;

}

.iconjiaotongzhusu:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/jtzs.png');
    background-size: 100% 100%;

}

.iconhuiyizhuce:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/hyzc.png');
    background-size: 100% 100%;

}

.iconliniantulingjiang:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/tlhyls.png');
    background-size: 100% 100%;

}

.icontulinghuiyilishi:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/lntlj.png');
    background-size: 100% 100%;

}

.iconlianxifangshi:before {
    content: "" !important;
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url('../../images/icon/lxfs.png');
    background-size: 100% 100%;

}
