@charset "UTF-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1;
    font-family: PingFang SC !important;
}

/* 去除iPhone中默认的input样式 */
input,
textarea,
button {
    -webkit-appearance: none;
    resize: none;
    border: none;
    background: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    border: 0;
}

/* 清除列表前的圆点 */
ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
    padding: 0;
}

.onek {
    width: 1200px;
    margin: 0 auto;
    /* padding:50px 0; */
}

/* banner */
.banner {
    padding: 100px 0;
    height: auto;
    background: url(https://s2.51cto.com/oss/202201/11/968c004a2863d10f0516b7137c67bd35.jpg) no-repeat center top;
    margin-top: 125px;
}

.banner .maintitle {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    line-height: 50px;
    margin-left: 100px;
    font-family: PingFang SC !important;
}

.banner .timeadr {
    margin-left: 100px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 36px;
    font-family: PingFang SC !important;
}

.banner .timeadr span {
    margin-right: 30px;
}

/*清除col边距*/
.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

body {
    background: #f1f1f5;
}

/* 中间的内容 */
.chpinfo {
    margin: 50px auto;
}

.chpinfo .perinfo .picinfo {
    width: 100%;
    text-align: center;
    border-right: 1px solid #eeeeee;
    padding-right: 10px;
}

.chpinfo .perinfo .picinfo img {
    width: 100%;
}

.chpinfo .perinfo .txtinfo {
    padding-left: 0px;
    padding-top: 10px;
}

.chpinfo .perinfo .txtinfo .name {
    color: #333333;
    line-height: 30px;
}

.chpinfo .perinfo .txtinfo .name span {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.chpinfo .perinfo .txtinfo .name #name {
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
}

.chpinfo .perinfo .txtinfo .ptext {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 25px;
    height: 175px;
}

.chpinfo .speech {
    margin-top: 50px;
    border-top: 1px solid #eeeeee;
}

.chpinfo .speech .spetit {
    margin: 40px 0 35px;
    font-size: 26px;
    font-weight: 400;
    color: #040922;
    line-height: 25px;
    text-align: center;
}

.chpinfo .speech .specon {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 25px;
}

.chpinfo .perlist {
    margin-top: 40px;
    position: relative;
    padding-bottom: 50px;
}

.chpinfo .perlist .swiperbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chpinfo .perlist .swiper-container {
    margin: 0 45px !important;
    overflow-x: hidden;
}

.chpinfo .perlist .swiper-slide {
    width: 33% !important;
}

.chpinfo .perlist .swiper-button-next:after,
.chpinfo .perlist .swiper-container-rtl .swiper-button-prev:after {
    content: "";
}

.chpinfo .perlist .swiper-button-prev:after,
.chpinfo .perlist .swiper-container-rtl .swiper-button-next:after {
    content: "";
}

.chpinfo .perlist .swiper-button-next,
.chpinfo .perlist .swiper-button-prev {
    background: none;
    border: 0;
    height: auto;
    top: 50%;
    appearance: none;
    resize: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.p4card {
    width: 350px;
    height: 338px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    border-radius: 20px;
    margin: 0px 10px 0;
}

.p4card img {
    width: 120px;
}

.p4card .perinfo {
    width: 100%;
    height: 180px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    border-radius: 20px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.p4card .perinfo a {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    box-shadow: 0px 3px 10px 0px rgba(0, 1, 46, 0.02);
    border-radius: 0px 0px 20px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #28b5df;
    line-height: 50px;
    text-align: center;
}

.p4card .perinfo .pertxt {
    margin-left: 21px;
}

.p4card .perinfo .pertxt .pername {
    font-size: 20px;
    font-weight: 400;
    color: #000030;
    line-height: 24px;
}

.p4card .perinfo .pertxt .perposi {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 24px;
}

.p4card .spee-tit {
    font-size: 16px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 24px;
    margin: 20px 30px 0;
}

.p4card .spee-name {
    font-size: 16px;
    font-weight: 400;
    color: #000030;
    line-height: 24px;
    margin: 13px 30px 0;
}

/* .swiper-button-next:focus,
.swiper-button-prev:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border: 0;
    background: none;
    outline: none;
}

.swiper-button-next img:focus,
.swiper-button-prev img:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border: 0;
    background: none;
    outline: none;
} */