html{
    font-size: 27px;
}
*{
    padding: 0;
    margin: 0;
    outline: none;
    border: 0;
    text-decoration: none;
    box-sizing: border-box;
}
a{
    cursor: pointer;
}
ol, ul {
    list-style-type: none;
}
img{
    object-fit: cover;
    width: 100%;
    height: auto;
}
body{
    background-color: #f5f5f5;
}
#root{
    width: 100vw;
    height: auto;
}
.logo-container{
    display: flex;
    flex-direction: row;
    padding: 0.5rem;
    width: calc(100% - 1rem);
}
.logo-container .logo{
    height: 1rem;
    width: auto;
}
.gallery-wrapper{
    display: flex;
    flex-direction: row;
}
.gallery-wrapper img{
    padding: 1px;
    width: calc(100% - 1px);
    height: calc(100% - 2px);
}
.paddingleftzero{
    padding-left: 0 !important;
}
.paddingrightzero{
    padding-right: 0 !important;
}
.gallery-wrapper .gallery-left{
    flex: 6;
}
.gallery-wrapper .gallery-right{
    flex: 5;
    display: flex;
    flex-direction: column;
}
.gallery-wrapper .gallery-right .right-up{
    flex: 1;
    display: flex;
    flex-direction: row;
}
.gallery-wrapper .gallery-right .right-down{
    flex: 1;
}
.gallery-wrapper .gallery-right .right-up .small-item{
    flex: 1;
}
.fengtao-footer{
    background: #003DA5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.fengtao-footer .footer-content,.news-content{
    width: 100%;
    max-width: 40rem;
    padding: 1rem 0 3rem;
}
.news-content{
    margin: 0 auto;
    font-size: 0.8rem;
}
.news-content h1{
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 1rem 0;
}
.news-content ul{
    list-style-type: disc;
    padding-left: 1rem;
}
.news-content ul.num{
    list-style-type: decimal;
}
.news-content ul li{
    padding: 1rem 0 0;
}
.news-content .newstxt{
    font-size: 0.8rem;
    padding: 0.5rem 0 1rem 0.5rem;
    text-indent: 1.6rem;
}
.news-content p{
    text-indent: 1.2rem;
    padding: 0.6rem 0;
}
.fengtao-footer .footer-content .wwyg{
    padding: 2rem 0 0;
}
.key-figures-icon .key-figure--element-container {
    height: 100%;
    transition: 0.4s border ease-in-out;
    border: 0px solid #d7d7d7;
    padding: 15px 10px;
    display: block;
}
.key-figure--title {
    margin-bottom: 10px;
    font-size: 43px;
    text-align: left;
    color: white;
}
.key-figure--description {
    text-align: left;
    color: white;
}
.key-figures-icon{
    text-align: center;
    position: relative;
}
.key-figure {
    display: flex;
    justify-content: space-between;
}
.key-figures-icon.key-figure--element {
    margin: 0 20px 0 0;
}
.key-figures-icon .key-figure--element {
    margin: 0 20px 0 0;
    max-width: 290px;
}
.key-figures-icon h3 {
    font-size: 20px;
}
.key-figure--title span {
    font-size: 17px;
    margin-left: 5px;
    margin-top: 17px;
}
.key-figures-icon .key-figure--description {
    font-size: 15px;
    transition: 0.4s all ease-in-out;
}
.key-figures-icon img {
    height: 80px;
    width: auto;
    margin: 0 auto 20px;
    display: block;
}
.key-figure img {
    height: 80px;
    width: auto;
    margin: 0 auto 20px;
    display: block;
    transition: 0.4s transform ease-in-out;
}
.key-figure img {
    margin: 20px 0 20px;
}
.nav-menu{
    font-size: 0.6rem;
    padding: 0.1rem 0 0 1rem;
}
.nav-menu a{
    color: #262626;
    text-transform: uppercase;
}
.nav-menu a:hover{
    color: #0062a3;
}