.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: #333333;
    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;
}
.el-header{
}
.yw-top-menu-link{
    text-decoration: none;
}
.el-menu-yw .el-menu-item{
    margin: 0 20px;
    font-weight: bold;
    font-size: 1.0em;
    letter-spacing: 1px;
}
.el-menu-yw .el-submenu .el-submenu__title{
    font-weight: bold;
    font-size: 1.0em;
    letter-spacing: 1px;
}
.el-menu-yw .el-submenu .el-menu-item{
    font-weight: bold;
    font-size: 1.0em;
    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{
   /* width: 30%;*/
    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;
}
/** news **/
.yw-news{
   /* margin: 50px 0;*/
}
.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 img{
    /*width: 242px;
    height: 120px;*/
}
.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: #333333;
}
.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: #666666;
    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: #999999;
}
.yw-news-flex .yw-news-flex-body .yw-news-flex-item:nth-child(1) .news-more{
    left: 40%;
}


/** news end*/
/** product-service */
.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: #ffffff;
    margin: 10px 0;
}
.product-service .product-detail{
    padding: 10px 30px;
    text-align: justify;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
}
.product-service .product-service-img{
    /*width: 200px;
    height: 200px;*/
    max-height: 300px;
    max-width: 300px;
    border-radius: 50%;
    /*background-color: #fff;*/
}
.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;
}
/**product-service end*/

/****/
.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;
}
/****/
/**footer**/
.el-footer{
    background-color: #f8f7f7;
    font-size: 14px;
    color: #666666;
}
.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: 0.75;
    line-height: 300px;
    margin: 0;
}
/**cahnnel */
.channel-banner{
    margin: 10px 0;
}
.channel-banner img{
    width: 100%;
    max-height: 400px;
    /*object-fit: contain;*/
}
/**channel end*/
/*******手机端适配**********/
@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;
}