.ms-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 86px;
    z-index: 999;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 5px 10px -5px #ddd;
    /* opacity: 1; */
}
[v-cloak] {
    display: none;
}
.banner{
    margin-top: 86px !important;
}
.ms-nav .body {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ms-nav .logo img {
    width: 170px;
    height: 86px;
    background-size: 100% 100%;
}

.ms-nav .body .nav-item {
    /* width: 600px; */
    display: flex;
    align-items: center;
    line-height: 86px;
    /* justify-content: space-between; */
}

.ms-nav .body .nav-item a {
    font-size: 15px;
    padding: 0 40px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    -webkit-background-clip: text;
}
.ms-nav .body .nav-item a:last-child {
   margin-right: 0;
}
.item.hover:hover::after {
    display: none;
}

/* .item.hover:hover .hoverBack {
    display: block;
} */

/* .ms-nav_index .nav-item .item.hover:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
} */
.ms-nav .body .nav-item .item.hover:hover::after {
    content: "";
    display: block;
    position: absolute;
    left: 35%;
    bottom: 0px;
    width: 36px;
    height: 4px;
    background: #0045D3;
    border-radius: 0px 0px 0px 0px;
}
.footer {
    width: 100%;
    height: auto;
    margin-top: 135px;
}

.footer .top_footer {
    width: 100%;
    height: 362px;
    background: #141A24;
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
}

.footer .top_footer .top_main {
    width: 1360px;
    margin: 0 auto;
    color: #fff;
    margin-top: 73px;
}

.footer .top_footer .top_main .right_ .chat img {
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
}

.footer .bot_footer {
    width: 100%;
    height: 118px;
    background: #0C1018;
    border-radius: 0px 0px 0px 0px;
}

.footer .bot_footer .bot_main {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #fff;
    transform: translateY(25%);
}

.footer .top_main {
    display: flex;
    justify-content: space-between;
}

.footer .top_main .left_ {
    display: flex;
}

.footer .top_main .left_ .lefts {
    padding-right: 150px;
}

.footer .top_main .left_ .lefts:last-child {
    padding-right: 0px;
}

.footer .top_main .left_ .lefts .lefts_title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    -webkit-background-clip: text;
}

.footer .top_main .left_ .lefts .lefts_words {
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
    margin-top: 16px;
    -webkit-background-clip: text;
}

.footer .top_main .right_ .number {
    display: flex;
}

.footer .top_main .right_ .number img {
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
}

.footer .top_main .right_ .number p {
    display: flex;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 10px;
    /* line-height: 28px; */
    transform: translateY(-2px);
    -webkit-background-clip: text;
}

.footer .top_main .right_ .address {
    display: flex;
    margin-top: 12px;
    width: 220px;
}

.footer .top_main .right_ .address img {
    height: 14px;
    width: 14px;
    background-size: 100% 100%;
}

.footer .top_main .right_ .address p {
    font-size: 10px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 10px;
    width: 210px;
    line-height: 28px;
    transform: translateY(-8px);
    -webkit-background-clip: text;
}

.footer .top_main .right_ .chat {
    display: flex;
}

.footer .top_main .right_ .chat .chat_title {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer .top_main .right_ .chat span {
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    -webkit-background-clip: text;
}

/* 头部hover */
.item.hover {
    position: relative;

}

.item.hover:hover::after {
    display: none;
}

.item.hover:hover .hoverBack {
    display: block;
}

.ms-nav_index .nav-item .item.hover:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
}

.hoverBack {
    position: absolute;
    z-index: 99;
    top: 88px;
    left: -1000px;
    display: none;
    width: 1666px;
    height: 380px;
    background: #FFFFFF;
    box-shadow: 0px 7px 14px 0px rgba(30, 36, 53, 0.16);
    border-radius: 2px 2px 2px 2px;
}

.hoverBack_main {
    display: flex;
}

.hoverBack .right_hover {
    width: 100%;
    margin-left: 60px;
    padding-top: 30px;
    box-sizing: border-box;
    display: flex;
    padding-right: 36px;
    justify-content: space-between;
}

.right_hover .right_single {
    width: 205px;
}

.right_single .words.active {
    color: #0045D3;
}

.right_single:hover .right_single_title {
    color: #0045D3;
}

.right_single .right_single_title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #DFE2EB;
}

.right_single .right_single_words {
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 39px;
    margin-top: 10px;
    height: 39px;
}

.right_single_words .words:hover {
    /* background-image: url('{ms:global.host/}//upload/1/cms/content/arrow_b.png');
    height: 16px;
    height: 16px; */
    /* background-size: 100% 100%; */
    /* padding:  7px 0; */
    color: #0045D3;
    background: rgba(0, 69, 211, 0.1);
    border-radius: 0px 0px 0px 0px;
}

.right_single_words .words:hover .imgs {
    display: block;
}

.right_single_words .words:first-child {
    margin-top: 0;
}

.right_single_words .words{
    margin-top: 18px;
    padding: 0 10px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

/* .right_single_words .words.active {
    width: 205px;
    height: 39px;
    background: rgba(0, 69, 211, 0.1);
    border-radius: 0px 0px 0px 0px;
} */

.right_single_words .words .imgs {
    display: none;
    height: 16px;
    width: 16px;
    background-size: 100% 100%
}

.hoverBack .left_hover {
    height: 380px;
    width: 300px;
    overflow: hidden;
   
}

.left_hover_title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #0045D3;
    line-height: 20px;
    margin: 32px 35px 17px 76px;
    box-sizing: border-box;
    padding-bottom: 17px;
    -webkit-background-clip: text;
    border-bottom: 1px solid #DFE2EB;
}

.right_hover {
    color: #333333;
}
  /* 解决方案 */


.item.solve {
    position: relative;
}

.item.solve:hover .sloveHover {
    display: block;
}

.sloveHover_main {
    display: flex;
}

.ms-nav_index .nav-item .item.solve:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
}

.sloveHover {
    position: absolute;
    z-index: 999;
    top: 88px;
    display: none;
    left: -1100px;
    width: 1666px;
    height: 481px;
    background: #FFFFFF;
    color: #666;
    box-shadow: 0px 7px 14px 0px rgba(30, 36, 53, 0.16);
    border-radius: 2px 2px 2px 2px;
}

.sloveHover .left_slover {
    height: 481px;
    width: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    background-size: 100% 100%;
}

.sloveHover .left_slover .left_title {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    -webkit-background-clip: text;
    cursor: pointer;
    line-height: 30px;
    margin-top: 38px;
}

.sloveHover .left_slover .left_title:first-child {
    position: relative;
    margin-top: 0;
}

.sloveHover .left_slover .left_title:first-child::after {
    position: absolute;
    content: "";
    top: 47px;
    display: block;
    height: 1px;
    width: 193px;
    background: #DFE2EB;

}

.sloveHover .left_slover .left_title.active {
    font-weight: bold;
    color: #0045D3;
}

.right_slover {
    display: flex;
}

.right_slover_single {
    width: 205px;
    padding-top: 32px;
    margin-left: 60px;
}

.right_slover_single_title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    -webkit-background-clip: text;
    padding-bottom: 17px;
    border-bottom: 1px solid #DFE2EB;
}

.right_slover_single_words {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    margin-top: 10px;
    height: 45px;
    cursor: pointer;
}

.ms-nav .body .nav-item .item.solve:hover::after {
    content: "";
    display: block;
    position: absolute;
    left: 35%;
    bottom: 0px;
    width: 36px;
    height: 4px;
    background: #0045D3;
    border-radius: 0px 0px 0px 0px;
}

.right_slover_single_words .words:hover {
    color: #0045D3;
    background: rgba(0, 69, 211, 0.1);
    border-radius: 0px 0px 0px 0px;
}

.right_slover_single:hover .right_slover_single_title {
    color: #0045D3;
}

.right_slover_single_words .words {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;

}

.right_slover_single_words .imgs {
    display: none;
    height: 16px;
    width: 16px;
    background-size: 100% 100%
}

.right_slover_single_words .words:hover .imgs {
    display: block;
}

 /* winwontips */
 .windowTips {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 70px;
    height: 210px;
    z-index: 9999;
    background: #0045D3;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-direction: column;
    /* padding: 19px 0; */
    border-radius: 0px 0px 35px 0px;
    opacity: 1;
}

.windowTips img {
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-size: 100% 100%;
}

.windowTips .tel {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.windowTips .tel:hover .tel_number {
    display: block;
}

.tel_number {
    position: absolute;
    left: -182px;
    top: 0px;
    font-size: 22px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 72px;
    width: 182px;
    height: 72px;
    text-align: center;
    display: none;
    background: #0045D3;
    border-radius: 0px 0px 0px 35px;
}
.windowTips .address:hover .address_tips {
    display: block;
}
.windowTips .address {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.windowTips .address .address_tips img{
    width: 190px;
    height: 190px;
    background-size: 100% 100%;
}
.windowTips .address_tips {
    position: absolute;
    left: -225px;
    top: 1px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    width: 210px;
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0px 0px 37px 0px rgba(25,17,64,0.14);
    border-radius: 22px 22px 22px 22px;
    display: none;
}
.address_imgs{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.windowTips .goTop {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}