﻿.ms-ban
{
    max-height: 460px;
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
}
.ms-ban .slick-next, .ms-ban .slick-prev
{
    display: none;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    height: 32px;
    width: 32px;
    background: rgba(0,0,0,.5);
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    margin-top: -16px;
    cursor: pointer;
    transition: .2s;
}
.ms-ban .slick-next:hover, .ms-ban .slick-prev:hover
{
    background: #cf0e1e;
}
.ms-ban .slick-prev
{
    margin-left: -587px;
}
@media screen and (max-width: 1280px)
{
    .ms-ban .slick-prev
    {
        margin-left: 0;
        left: 60px;
    }
}
@media screen and (max-width: 568px)
{
    .ms-ban .slick-prev
    {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}
.ms-ban .slick-next
{
    margin-left: 556px;
}
@media screen and (max-width: 1280px)
{
    .ms-ban .slick-next
    {
        margin-left: 0;
        left: auto;
        right: 60px;
    }
}
@media screen and (max-width: 568px)
{
    .ms-ban .slick-next
    {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}
.ms-ban .slick-dots
{
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
    line-height: 0;
}
@media screen and (max-width: 1280px)
{
    .ms-ban .slick-dots
    {
        padding-right: 0;
        text-align: center;
        left: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 568px)
{
    .ms-ban .slick-dots
    {
        bottom: 10px;
    }
}
.ms-ban .slick-dots li
{
    display: inline-block;
    margin-left: 6px;
}
.ms-ban .slick-dots button
{
    font-size: 0;
    color: transparent;
    width: 10px;
    height: 4px;
    border: 0 none;
    background: rgba(0,0,0,.2);
}
.ms-ban .slick-active button
{
    background: #cf0e1e;
    width: 20px;
}
.ms-ban_item
{
    float: left;
    height: 460px;
    background-repeat: no-repeat;
    background-position: center 0;
}
@media screen and (max-width: 768px)
{
    .ms-ban_item
    {
        height: 37vw;
        background-size: cover;
    }
}
@media screen and (max-width: 568px)
{
    .ms-ban_item
    {
        padding: 0;
    }
}
.ms-ban_item img
{
    width: 100%;
    display: block;
}
.ms-ban .slick-center img
{
    opacity: 1;
}
.m-pro-cate
{
    background: #f2f2f2;
}
.m-pro-cate .pro-head
{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}
.m-pro-cate .pro-head img
{
    vertical-align: middle;
    margin-right: 8px;
}
.m-pro-cate .pro-ul
{
    margin-bottom: 20px;
    border-left: 1px solid #e0e0e0;
}
.m-pro-cate .pro-li
{
    float: left;
    text-align: center;
    color: #575757;
    border: 1px solid #e0e0e0;
    border-left: 0 none;
    margin-bottom: -1px;
}
.m-pro-cate .pro-li .pro-img
{
    width: 100%;
    background: #fff;
}
.m-pro-cate .pro-li img
{
    width: 100%;
    display: block;
}
.m-pro-cate .pro-a
{
    display: block;
    position: relative;
}
.m-pro-cate .pro-name
{
    height: 44px;
    line-height: 44px;
    background: #fafafa;
    position: relative;
    color: #575757;
    overflow: hidden;
}
@media screen and (max-width: 568px)
{
    .m-pro-cate .pro-name
    {
        height: 36px;
    }
}
.m-pro-cate .pro-name-text
{
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 568px)
{
    .m-pro-cate .pro-name-text
    {
        font-size: 12px;
        line-height: 36px;
    }
}
.m-pro-cate .pro-name:after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #cf0e1e;
    transition: height .36s;
}
.m-pro-cate .pro-li:hover .pro-img
{
    background: #fff;
}
.m-pro-cate .pro-li:hover .pro-name
{
    color: #fff;
}
.m-pro-cate .pro-li:hover .pro-name:after
{
    height: 44px;
}
.m-pro-cate .pro-cate-list
{
    overflow: hidden;
}
.ms-pcl_list
{
    margin-left: -10px;
    margin-right: -10px;
}
@media screen and (max-width: 568px)
{
    .ms-pcl_list
    {
        margin-left: -5px;
        margin-right: -5px;
    }
}
.ms-pcl_item
{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 568px)
{
    .ms-pcl_item
    {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.ms-pcl_wrap
{
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.ms-pcl_con
{
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media screen and (max-width: 568px)
{
    .ms-pcl_con
    {
        height: 100%;
    }
}
.ms-pcl_tit
{
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 48px;
    background: rgba(255,255,255,.1);
    overflow: hidden;
    font-weight: 500;
}
@media screen and (max-width: 568px)
{
    .ms-pcl_tit
    {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        background: none;
        line-height: 40px;
    }
}
.ms-pcl_more
{
    float: right;
    height: 24px;
    width: 24px;
    margin-top: 12px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #adadad;
}
@media screen and (max-width: 768px)
{
    .ms-pcl_more
    {
        display: none;
    }
}
.ms-pcl_img
{
    overflow: hidden;
}
.ms-pcl_img img
{
    width: 100%;
    display: block;
}
.ms-pcl_nav
{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(207,14,30,.94);
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 30px 20px 0;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,100%,0);
    transition: .5s cubic-bezier(.7,0,.3,1);
}
@media screen and (max-width: 768px)
{
    .ms-pcl_nav
    {
        display: none;
    }
}
.ms-pcl_wrap:hover .ms-pcl_nav
{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
}
.ms-pcl_name
{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.ms-pcl_name a:after
{
    background: #fff;
}
.ms-pcl_li
{
    margin-top: 16px;
    font-size: 16px;
}
.ms-pcl_a
{
    display: block;
}
.ms-pcl_a:after
{
    transition: transform .8s;
    background-color: #fff;
}
.ms-pcl_a .iconfont
{
    float: right;
}
.ms-pcl_text
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 20px 0;
}
@media screen and (max-width: 568px)
{
    .ms-pcl_text
    {
        text-align: center;
        padding: 0;
        position: static;
        margin-bottom: 10px;
    }
}
.ms-pcl_t
{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
@media screen and (max-width: 568px)
{
    .ms-pcl_t
    {
        margin-bottom: 4px;
        font-size: 13px;
    }
}
.ms-pcl_p
{
    line-height: 20px;
    color: #808080;
}
@media screen and (max-width: 768px)
{
    .ms-pcl_p
    {
        display: none;
    }
}
.ms-pcl_con-a
{
    transition: background .2s;
}
@media screen and (max-width: 568px)
{
    .ms-pcl_con-a
    {
        height: 24px;
        width: 120px;
        border: 1px solid #cf0e1e;
        top: 60px;
        bottom: auto;
        left: 50%;
        position: static;
        font-size: 9px;
        color: #cf0e1e;
    }
    .ms-pcl_con-a .ms-pcl_tit
    {
        line-height: 24px;
        text-align: center;
        height: 24px;
    }
}
.ms-pcl_con-a:hover
{
    color: #fff;
    background: #cf0e1e;
}
.ms-pcl_con-a:hover .ms-pcl_more
{
    background: #fff;
    border-color: #fff;
    color: #cf0e1e;
}
@media screen and (max-width: 568px)
{
    .ms-pcl_pro-more
    {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
}
.m-s-sol
{
    background: #2f2f2f url(/jpg/f65f3vhe.jpg) no-repeat center 0;
}
.m-s-sol .tit
{
    color: #fff;
}
.m-s-sol .des
{
    color: #adadad;
}
.m-s-sol .more
{
    color: #adadad;
}
.ms-sol_item
{
    float: left;
}
.ms-sol .item1
{
    width: 49.5%;
    padding-left: 0;
}
.ms-sol .item2, .ms-sol .item3, .ms-sol .item4, .ms-sol .item5
{
    width: 48.7%;
}
.ms-sol .item3, .ms-sol .item5
{
    float: right;
}
.ms-sol .item2, .ms-sol .item3
{
    margin-bottom: 2%;
}
.ms-sol_box
{
    float: left;
    width: 49.5%;
    margin-left: 1%;
}
.ms-sol_wrap
{
    position: relative;
}
.ms-sol_img img
{
    display: block;
    position: relative;
    width: 100%;
}
.ms-sol_con
{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    background-image: linear-gradient(to bottom,rgba(207,14,30,.96),rgba(207,14,30,.96));
    background-size: 100% 0;
    transform: translate3d(0,0,0);
    transition: .4s;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.ms-sol_tit
{
    color: #fff;
    padding-left: 20px;
    padding-bottom: 16px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,.1);
}
@media screen and (max-width: 568px)
{
    .ms-sol_tit
    {
        font-size: 14px;
        padding: 5px;
    }
}
.ms-sol_intro
{
    max-height: 0;
    overflow: hidden;
    transition: .3s .2s;
    color: #fff;
    opacity: 0;
    padding-right: 20px;
    padding-left: 20px;
}
@media screen and (min-width: 568px)
{
    .ms-sol_wrap:hover .ms-sol_con
    {
        background-size: 100% 100%;
    }
    .ms-sol_wrap:hover .ms-sol_intro
    {
        max-height: 80px;
        padding: 0 20px 20px;
        opacity: 1;
        margin-top: -14px;
    }
    .ms-sol_wrap:hover .ms-sol_tit:after
    {
        content: "";
        font-family: "iconfont";
        position: absolute;
        right: 30px;
    }
}
@supports(
display: flex)
{
.ms-sol_list
{
    display: flex;
}
.ms-sol_item
{
    float: none;
}
.ms-sol_box
{
    display: flex;
    flex-wrap: wrap;
    float: none;
    position: relative;
}
.ms-sol .item2, .ms-sol .item3, .ms-sol .item4, .ms-sol .item5
{
    position: absolute;
    transition: .3s cubic-bezier(.7,0,.3,1);
}
.ms-sol .item2:hover, .ms-sol .item3:hover, .ms-sol .item4:hover, .ms-sol .item5:hover
{
    width: 100%;
}
.ms-sol .item4
{
    bottom: 0;
}
.ms-sol .item5
{
    bottom: 0;
    right: 0;
}
.ms-sol .item3
{
    right: 0;
    top: 0;
}
.ms-sol .active
{
    z-index: 2;
}
}
@media screen and (max-width: 568px)
{
    .ms-sol
    {
        background-color: #2e2e2e;
    }
    .ms-sol_list
    {
        display: block;
    }
    .ms-sol_item
    {
        float: none;
    }
    .ms-sol .item1
    {
        width: 100%;
        margin-bottom: 10px;
    }
    .ms-sol .item2, .ms-sol .item3, .ms-sol .item4, .ms-sol .item5
    {
        position: static;
        width: 50%;
    }
    .ms-sol .item2:hover, .ms-sol .item3:hover, .ms-sol .item4:hover, .ms-sol .item5:hover
    {
        width: 50%;
    }
    .ms-sol .item2, .ms-sol .item4
    {
        padding-right: 5px;
    }
    .ms-sol .item3, .ms-sol .item5
    {
        padding-left: 5px;
    }
    .ms-sol_box
    {
        width: 100%;
        margin: 0;
    }
}
.m-s-about
{
    background: #f2f2f2;
    overflow: hidden;
}
.ms-about_list
{
    margin-right: -20px;
}
.ms-about_item
{
    padding-right: 20px;
}
.ms-about_item img
{
    width: 100%;
    display: block;
}
.ms-about_wrap
{
    position: relative;
    background: #fff;
    padding-bottom: 120px;
}
.ms-about_con
{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.ms-about_head
{
    padding-top: 22px;
    background: #fff;
    height: 120px;
}
.ms-about_nav
{
    background: #fff;
    display: none;
}
.ms-about_li
{
    height: 48px;
    line-height: 48px;
    border-top: 1px solid #eaeaea;
}
.ms-about_wrap:hover .ms-about_head
{
    background: rgba(255,255,255,.9);
}
.ms-about_a
{
    display: block;
    background-color: #fff;
    transition: background .2s,color .2s;
}
.ms-about_a:hover
{
    color: #fff;
    background-color: #cf0e1e;
}
.ms-about_tit
{
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 4px;
    font-weight: 600;
}
.ms-about_en
{
    margin-bottom: 15px;
    color: #cf0e1e;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.ms-about_intro
{
    color: #575757;
}
.ms-abn_list
{
    padding: 0 20px;
    background: #fff;
}
.ms-abn_wrap
{
    position: relative;
}
@media screen and (max-width: 568px)
{
    .ms-abn .item1
    {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.ms-abn .item1 .ms-abn_intro
{
    display: none;
}
.ms-abn .item1 .ms-abn_date
{
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: #cf0e1e;
    margin-right: 0;
}
.ms-abn .item1 .ms-abn_tit
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.ms-abn .item1 .ms-abn_a
{
    display: block;
    margin-bottom: 0;
    padding: 0 20px;
    line-height: 40px;
    background: rgba(46,46,46,.56);
    color: #fff;
    height: 40px;
    transition: .2s background;
}
.ms-abn .item1:hover .ms-abn_a
{
    background: #cf0e1e;
}
.ms-abn .item2
{
    padding-top: 20px;
    padding-bottom: 16px;
}
.ms-abn .item3
{
    padding-top: 16px;
    padding-bottom: 20px;
    border-top: 1px dotted #dcdfe1;
}
.ms-abn_date
{
    height: 57px;
    width: 57px;
    padding-top: 5px;
    text-align: center;
    background: #f2f2f2;
    color: #cf0e1e;
    font-weight: 700;
    float: left;
    margin-right: 13px;
}
@media screen and (max-width: 568px)
{
    .ms-abn_date
    {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        padding-top: 2px;
    }
}
.ms-abn_date .day
{
    font-size: 24px;
    line-height: 28px;
}
@media screen and (max-width: 568px)
{
    .ms-abn_date .day
    {
        font-size: 20px;
    }
}
.ms-abn_date .month
{
    font-size: 13px;
}
@media screen and (max-width: 568px)
{
    .ms-abn_date .month
    {
        font-size: 11px;
    }
}
.ms-abn_tit
{
    font-size: 16px;
}
.ms-abn_tit .ft-ellipsis
{
    margin-bottom: 9px;
    height: 24px;
}
.ms-abn_con
{
    overflow: hidden;
}
@media screen and (max-width: 568px)
{
    .ms-about_item
    {
        margin-top: 20px;
    }
    .ms-about_item:first-child
    {
        margin-top: 0;
    }
}
