.container
{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media(min-width: 768px)
{
    .container
    {
        width: 750px;
    }
}
@media(min-width: 992px)
{
    .container
    {
        width: 970px;
    }
}
@media(min-width: 1200px)
{
    .container
    {
        width: 1170px;
    }
}
.container-fluid
{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container
{
    max-width: 100%;
}
@media(min-width: 1600px)
{
    .container
    {
        width: 1310px;
    }
}
body
{
    font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}
body, .el-header, .el-main, h1, h2, h3, h4, h5, h6, ul, ol
{
    margin: 0;
    padding: 0;
}
section
{
    display: block;
}
.top-user
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-user>a
{
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.top-user .el-image
{
    margin: 0 5px;
}
.yw-login
{
    width: 100%;
    height: 60px;
    margin: 2px 10px;
}
.el-image.banner-img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.yw-top-menu-link
{
    text-decoration: none;
}
.el-menu-yw .el-menu-item
{
    margin: 0 20px;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 1px;
}
.el-menu-yw .el-submenu .el-submenu__title
{
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 1px;
}
.el-menu-yw .el-submenu .el-menu-item
{
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 1px;
}
.el-menu.el-menu--horizontal
{
    border-bottom: none;
}
.yw-top
{
    display: flex;
    height: 60px;
}
.yw-top .yw-top-menu
{
    flex: 1;
    margin-left: 10%;
}
.yw-top-log
{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yw-top-log img
{
    max-height: 38px;
    max-width: 280px;
}
.index-banner
{
    margin-top: 10px;
}
.yw-news-flex
{
    display: flex;
    flex-direction: column;
}
.yw-news-flex-header
{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.yw-news-flex-header .mores
{
    color: #444452;
    font-weight: 500;
    font-size: 1.3em;
    text-decoration: none;
}
.yw-news-flex-header .mores img
{
    width: 10px;
    height: 19px;
}
.yw-news-flex-body
{
    text-align: center;
    margin: 20px 0;
}
.yw-news-flex-item
{
    padding: 10px 20px;
}
.yw-news-flex-item:nth-child(1)
{
    display: flex;
    border-right: 1px solid #d2cbcb;
    padding: 10px 0;
}
.yw-news-flex-item:nth-child(2)
{
    border-right: 1px solid #d2cbcb;
}
.yw-news-flex-item:nth-child(1) img
{
    width: 40%;
    height: 100%;
    max-width: 290px;
    max-height: 250px;
    object-fit: contain;
}
.yw-news-flex .yw-news-flex-body .yw-news-flex-item
{
    height: 300px;
    max-height: 300px;
    position: relative;
}
.yw-news-flex .yw-news-flex-body .yw-news-flex-item>div
{
    padding: 0 20px;
    width: 60%;
}
.yw-news-flex .yw-news-flex-body .yw-news-flex-item span
{
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
    white-space: pre-wrap;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.yw-news-flex .yw-news-flex-body .yw-news-flex-item span>a
{
    text-decoration: none;
    color: #333;
}
.yw-news-flex .yw-news-flex-body .yw-news-flex-item p
{
    display: inline-block;
    text-align: left;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    max-height: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.yw-news-flex .yw-news-flex-body .yw-news-flex-item .news-more
{
    padding: 10px;
    position: absolute;
    bottom: 0;
    text-decoration: none;
    left: 0;
    color: #999;
}
.yw-news-flex .yw-news-flex-body .yw-news-flex-item:nth-child(1) .news-more
{
    left: 40%;
}
.product-service
{
    background-color: #c50018;
}
.product-service .yw-news-flex .yw-news-flex-header img
{
    height: 100%;
    width: 100%;
    max-width: 180px;
    max-height: 120px;
}
.product-service span.mores
{
    color: #fff;
}
.product-service .product-item h3
{
    color: #fff;
}
.product-service .product-title
{
    text-align: center;
    font-weight: 500;
    font-size: 1.2em;
    color: #fff;
    margin: 10px 0;
}
.product-service .product-detail
{
    padding: 10px 30px;
    text-align: justify;
    font-size: 12px;
    color: rgba(255,255,255,.5);
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
}
.product-service .product-service-img
{
    max-height: 300px;
    max-width: 300px;
    border-radius: 50%;
}
.product-service .product-service-img img
{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 300px;
    height: 300px;
}
.product-service .yw-news-flex-body
{
    margin: 20px 0 60px 0;
}
.customer-item
{
    list-style: none;
}
.customer-item li
{
    margin: 20px 0;
    line-height: 40px;
    float: left;
    width: 30%;
    text-align: center;
    height: 80px;
}
.customer-item li .el-image
{
    width: 100%;
    height: 100%;
    max-width: 340px;
    max-height: 80px;
}
.el-footer
{
    background-color: #f8f7f7;
    font-size: 14px;
    color: #666;
}
.footer
{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.footer .icon
{
    display: flex;
    justify-content: left;
}
.footer .icon img
{
    margin: 10px 20px;
}
.footer .icon img:nth-child(1)
{
    margin: 10px 20px 10px 0;
}
.footer .footer-left .copyright
{
    margin: 20px 0;
}
.footer .footer-left .conant p
{
    margin: 5px 0;
    padding: 0;
}
.footer .footer-right .about-me
{
    display: flex;
    justify-content: space-between;
}
.footer .footer-right .about-me div
{
    margin: 10px 20px 0 20px;
    text-align: center;
}
.footer .footer-right .about-me div>a
{
    font-size: 14px;
    color: #acacac;
    text-decoration: none;
}
.footer .footer-right .bottom-sy
{
    margin-top: -20px;
}
.el-carousel__item h3
{
    color: #475669;
    font-size: 18px;
    opacity: .75;
    line-height: 300px;
    margin: 0;
}
.channel-banner
{
    margin: 10px 0;
}
.channel-banner img
{
    width: 100%;
    max-height: 400px;
}
@media(min-width: 768px)
{
    .yw-top-log
    {
        display: none;
    }
    .el-menu-yw .el-menu-item
    {
        margin: 0;
    }
}
@media(min-width: 992px)
{
    .yw-top-log
    {
        display: none;
    }
    .el-menu-yw .el-menu-item
    {
        margin: 0;
    }
}
@media(min-width: 1200px)
{
    .yw-top-log
    {
        display: flex;
    }
}
@media(min-width: 1600px)
{
    .yw-top-log
    {
        display: flex;
    }
}
@media(min-width: 1900px)
{
    .yw-top-log
    {
        display: flex;
    }
}
ul.el-menu.el-menu--popup.el-menu--popup-bottom-start a
{
    color: #f94949;
}
ul.el-menu.el-menu--popup.el-menu--popup-bottom-start li:hover
{
    background-color: #ecf5ff;
}
.am-img-thumbnail
{
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}