html,body,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
html{font-size: 15px;height: 100%;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;color: #44596d;}
a{text-decoration:none;}
ul,li{list-style:none;}
.lf{float:left;}
.rt{float:right;}
img{vertical-align: middle;border:none;}
#aboutContainer{
    width: 1260px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.aboutMain{
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px #d9e1ec;
}
.aboutMain ul{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    padding: 15px 0px;
    font-size: 20px;
}
.aboutMain ul li{
    margin: 0 30px;
    cursor: pointer;
}
.aboutMain ul li:hover{
    color: #0369de;
}
.aboutMain ul li.active{
    color: #0369de;
    font-weight: bold;
    position: relative;
}
.aboutMain ul li.active:after{
    content: "";
    display: table;
    clear: both;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0369de;
    top: 36px;
}
.about-1{
    margin: 35px;
    font-size: 18px;
}
.about-1 p{
    text-indent: 2em;
    line-height: 45px;
}
.about-1 h1{
    font-size: 20px;
    color: #242c37;
}
.about-1 h5{
    font-size: 20px;
    color: #0369de;
}
.about-1 h6{
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    background-color: #e8ebed;
    padding: 5px 15px;
    margin: 10px 0px;
}
.about-2,.about-3{text-align: center;}
.about-2 img,.about-3 img{
    width: 70%;
    margin:50px auto;
}
.about-4 .mySwiper{
    width: 100%;
    height: 270px;
    margin: 35px 0px;
}
.about-4 .mySwiper .swiper-slide{
    width: auto;
}
.about-4 .mySwiper .swiper-slide img{
    height: 270px;
}
.about-4 .yjInfos>div{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 15px #d6dadd;
    margin: 45px 0px;
}
.about-4 .yjInfos>div div{
    margin-right: 55px;
    padding: 15px;
    box-sizing: border-box;
}
.about-4 .yjInfos>div p{
    font-size: 18px;
    line-height: 45px;
    text-indent: 2em;
    padding: 25px;
    box-sizing: border-box;
}
.about-4 .yjInfos>div:nth-child(even){
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.about-4 .yjInfos>div:nth-child(even) div{
    margin-right:0px;
    margin-left: 55px;
}
.about-5{}
.about-5 table{
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 16px;
    text-align: center;
    margin: 35px 0px;
}
.about-5 table tr td,.about-5 table tr th{
    border: 1px solid #97b8de;
    padding: 10px 8px;
}
.about-5 table tr th{
    background-color: #0369de;
    color: #fff;
}
.about-5 table tr:hover{
    background-color: #cedff3;
    color: #000;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}