* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
    vertical-align: baseline;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.line {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    word-break: break-all;
    text-decoration: none;
}

.line._l8 {
    -webkit-line-clamp: 8;
}

.line._l7 {
    -webkit-line-clamp: 7;
}

.MessageBox>.message-box.error {
    background-color: #ff6221;

}

.MessageBox>.message-box {
    background-color: #33c676;
    color: #fff;
    display: flex;
    position: fixed;
    top: 50px;
    z-index: 30000;
    left: 50%;
    transform: translate(-50%);
    padding: 10px 20px;
}

.MessageBox>.message-box.error {
    background-color: #ff6221;

}

.MessageBox>.message-box {
    background-color: #33c676;
    color: #fff;
    display: flex;
    position: fixed;
    top: 50px;
    z-index: 30000;
    left: 50%;
    transform: translate(-50%);
    padding: 10px 20px;
}

.ModelBox {
    background-color: #3333;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30000;
}

.ModelBox>* {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    padding: 20px 40px;
    position: absolute;
    top: 15%;
    min-width: 378px;
    transform: translate(-50%);
}

.ModelBox>*>i {
    border-radius: 50%;
    color: #ff6221;
    font-size: 40px;
    margin-bottom: 10px;
}

.ModelBox>*>.content {
    margin-bottom: 16px;
}

.ModelBox>*>.model-btn-list {
    display: flex;
    justify-content: center;
}

#common-fixed .FlexRow {
    display: flex;
    flex-direction: row;
}

#common-fixed .fiexd-image {
    width: 60px;
    height: 60px;
    margin-right: 30px;
}

.tel_box {
    max-width: none;
    width: 392px;
    box-shadow: 0 0 10px 6px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 5px;
    color: #212529;
    position: absolute;
    right: calc(100%);
    top: 50%;
    transform: translateY(-50%);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
    box-sizing: border-box;
    z-index: 9 !important;
}

.fiexd-text h2 {
    line-height: 2rem;
}

.fiexd-text>div {
    font-size: 12px;
}

.fiexd-content {
    margin: 30px 0 0 90px;
    font-size: 16px;
}

#common-fixed .sanjiao {
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

#common-fixed .left .item:hover>.tel_box {
    display: flex;
}

#common-fixed {
    position: fixed;
    width: fit-content;
    height: calc(100% - 112px * 2);
    display: flex;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    justify-content: center;
}

#common-fixed .box {
    height: 100%;
}

#common-fixed .left {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.shopping-box>.content {
    height: calc(100% - 56px);
    overflow: auto;
}

.shopping-box>.content::-webkit-scrollbar {

    width: 8px;

    height: 8px;

    background-color: #F5F5F5;

}

.shopping-box .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    margin-bottom: 6px;
    padding: 10px;
    width: 100%;
    border-radius: 0;
}

.shopping-box .card .image {
    height: 50px;
    margin: 0 10px 0 0;
    position: relative;
    width: 50px;
}

.shopping-box .card .image img {
    height: 50px;
    width: 50px;
}

.shopping-box .card .image i {
    align-items: center;
    background-color: #999c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 50px;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 50px;

}

.shopping-box .card .image:hover>i {
    opacity: 1;
}

.shopping-box .card .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 12px;
}

.shopping-box .card .right .model {
    color: #4066b8;
    font-size: 12px;

}

.shopping-box .card .right>.maker {
    color: #333;
}

.shopping-box>.title {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 50px;
    margin-bottom: 6px;
    padding-left: 10px;
    width: 100%;
}

.shopping-box>.title>i {
    color: #4066b8;
    font-size: 20px;
    margin-right: 10px;
}

.shopping-box>.content .empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#page_box .layui-laypage a,
#page_box .layui-laypage span {
    padding: 0 10px;
}

.shopping-box>.content .empty i {
    font-size: 50px;
}

.shopping-box>.content .empty div {
    color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 15px 0 0;
}

.shopping-box>.content>.primary.btn {
    width: calc(100% - 20px);
    margin: auto;
    background-color: #4066b8;
    color: #fff;
    text-align: center;
    display: block;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
}

.shopping-box {
    width: 0;
    transition: all .3s;
    background-color: #f6f8fc;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.shopping-box.active {
    width: 250px;
    height: 100%;
    transition: all .3s;
}

/*定义滚动条轨道

内阴影+圆角*/

.shopping-box>.content::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    border-radius: 10px;

    background-color: #F5F5F5;

}

/*定义滑块

内阴影+圆角*/

.shopping-box>.content::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    background-color: #555;

}

.dropdown-item {
    font-size: 12px;
}

#common-fixed .left .item {
    padding: 8px;
    position: relative;
    background-color: #214c96;
    margin-bottom: 10px;
    /* border-top-left-radius: 31px; */
    border-radius: 31px;
    opacity: .4;
}
#common-fixed .left .item:hover {
    opacity: 1;
}
#common-fixed .left .item:lase-child {
    margin-bottom: 0;
}

#common-fixed .left .item>.box {
    color: #fff;
    align-items: center;
    display: flex;
}
#common-fixed .left .item>.box >span {
    display: none;
}
#common-fixed .left .item>.box i {
    display: flex;
    cursor: pointer;
    width: 46px;
    height: 46px;
    background-color: #fff;
    color: #214c96;
    border-radius: 50%;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.ModelBox>*>.model-btn-list .btn {
    color: #333;
    font-family: unset;
    font-size: 14px;
    position: relative;
    transition: all .2s;
    border-radius: 19px !important;
    margin: 0 10px;
    min-width: 60px;
    overflow: hidden;
    padding: 6px 16px !important;
    background: #f0f0f0;
    line-height: 16px;
}

.ModelBox>*>.model-btn-list>.btn:first-child {
    background-color: #4066b8;
    color: #fff;
}

.l2 {
    -webkit-line-clamp: 2;
    word-break: break-word;
}

.l3 {
    -webkit-line-clamp: 3;
    word-break: break-word;
}

.l4 {
    -webkit-line-clamp: 4;
    word-break: break-word;
}

._row {
    display: flex;
    flex-wrap: wrap;
}

.f_r {
    justify-content: flex-end;
}

.f_c {
    justify-content: center;
}

.f_s {
    justify-content: space-between;
}

.a_c {
    align-items: center;
}

.a_e {
    align-items: flex-end;
}

.w1200 {
    width: 1220px;
    margin: 0 auto;
}

.w1460 {
    width: 1460px;
    margin: 0 auto;
}

.w1350 {
    width: 1350px;
    margin: 0 auto;
}

._p10 {
    padding: 10px;
}
.span10 {
    width: 48%;
}
#title-imageBox {
    position: relative;
    width: 100%;
    padding: calc(100% / 19 * 4) 0;
    overflow: hidden;
}

#title-imageBox img {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 头部 */
#Header {
    padding: 50px 0px 0px;
    z-index: 2000;
}

#Header>.header-box {
    background-color: #214c96;
    color: #fff;

}

.navbar {
    position: relative;
    padding: 11px 0;
}

.navbar>.container-fluid {
    padding: 0 0 0 260px;
    position: relative;
}

.navbar #background_logo {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 260px;
    height: auto;
    display: flex;
    overflow: auto;
    z-index: 3;
}

.navbar #logo {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 51px;
    width: 158px;
    /* height: auto; */
    height: 79px;
    display: flex;
    overflow: auto;

}
#searchbtn i {
    color: #fff;
}
.navbar #logo .i-image  {
    object-fit: contain;
}
.i-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-light .navbar-nav .nav-link {
    color: unset;
}

.navbar-light .navbar-nav .nav-link:hover {
    background-color: #4d70ab;
    border-radius: 4px;
    color: #0000008c;
}

.navbar-expand-lg .navbar-collapse {
    position: relative;
}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #0000008c;
}

.navbar .info {
    position: absolute;
    bottom: calc(100% + 11px);
    height: 50px;
    color: #333;
    font-size: 12px;
    padding-left: 75px;
    font-weight: 600;
}

.navbar .info>div:last-child {
    padding-left: 150px;
}

body a,
body a:hover {
    color: unset;
    text-decoration: none;
}

.navbar .navbar-nav {
    flex: 1;
    justify-content: space-between;
    z-index: 3000;
}

.t_c {
    text-align: center;
}

.t_l {
    text-align: left;
}

.t_r {
    text-align: right;
}

._title {
    font-size: 38px;
    font-weight: 600;
}

/* 底部样式 */
#Footer {
    background-color: #245198;
    color: #fff;
    padding: 40px 0 0 0;
}

#Footer .menu_list {
    padding-bottom: 15px;

}

#Footer .menu_list .menu {
    width: calc((100% - 60px) / 4);

}
#Footer .menu_list .menu:not(:last-child) {
    margin-right: 20px;
}
#Footer .menu_list .menu .content .item {
    display: block;
    font-size: 15px;
    line-height: 1.8;
}

#Footer .menu_list .menu .title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 2px solid #0068b7;
    position: relative;
    margin-bottom: 10px;
}

#Footer .menu_list .menu .title::after {
    position: absolute;
    width: 33.33%;
    height: 2px;
    left: 0;
    bottom: -2px;
    content: '';
    background-color: #fedf00;
}

.top_box {
    padding: 0 10px;
}

.footer_box {
    background-color: #083584;
    padding: 10px;
    line-height: 1.8;
}
.footer_box  .share-list a {
    margin-right: 15px;
    font-size: 28px;
    color: #fff;
}
.footer_box  .share-list a:not(:last-child) {
    margin-right: 15px;
}
.d-flex {
    position: relative;
}

.d-flex input {
    margin-right: 0 !important;
    padding: 10px 85px 10px 12px;
    border-radius: 23px;
}

#Header .d-flex input {
    margin-right: 0 !important;
    padding: 6px 85px 6px 12px;
    border-radius: 23px;
}

.serbox {
    position: absolute;
    bottom: calc(100% + 17px);
    right: 0;
    z-index: 3000;
}

#searchbtn {
    border-radius: 0 0.25rem 0.25rem 0;
    width: 80px;
    height: 38px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    display: flex;
    position: absolute;
    right: 0;
    background-color: #1e51ad;
    align-items: center;
    justify-content: center;
}

r #searchbtn>i {
    color: #fff;
    font-size: 20px;
}
.skiptranslate *{
  height: 0 !important;
  overflow: hidden !important;
}
#google_translate_element *,
#google_translate_element {
  height: initial !important;
  overflow: auto !important;
  
}
#J_lang_switch {
    color: #fff;
    padding: 0px 4px;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #444444;
    margin-left: 40px;
 
}
#google_translate_element  {
    margin-left: 40px;
}
.form-box {
    width: 100%;
    padding: 0px;
    margin: auto;
    margin-top: 0px;
}

.form-item {
    margin-bottom: 10px;
}

.form-box .i-input {
    width: 100%;
    height: 36px;
    padding: 0 20px;
    outline: none;
    border: 1px #aaaaaa solid;

}

.form-box textarea.i-input {
    min-height: 80px;
    padding: 10px 20px;
    display: block;
}

.form-box .btn {
    background-color: #1312bf;
    border: 1px solid #1312bf;
    border-radius: 0;
    padding: 10px 30px;
    color: #fff;
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .serbox {
        width: 100%;
        position: relative;
        bottom: unset;
        right: unset;
    }
    #google_translate_element,
    #J_lang_switch {
        margin-left: 0;
    }
    .footer_box .span50 {
        width: 100%;
    }
    .footer_box ._row {
        flex-wrap: wrap;
    }
    .d-flex {
        width: 100%;
    }

    #Header .d-flex {
        margin-bottom: 20px;
    }

    #Header {
        padding: 10px;
        background-color: #f8f8f9;
    }

    #Header>.header-box {
        color: #333;
        background-color: #f8f8f9;
    }
        .span10 {
            width: 100%;
        }
    .navbar {
        padding: 0;
        position: relative;
    }

    #common-fixed {
        display: none !important;

    }

    .navbar #background_logo {
        display: none;
    }

    .navbar #logo {
        position: relative;
        max-width: 100px;
        top: 0;
        left: 0;
        height: 50px;
        overflow: hidden;
    }

    .navbar-brand {
        padding: 0;
    }

    .navbar #logo .i-image {
        width: auto;
        height: 45px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .navbar>.container-fluid {
        padding: 0;
    }

    .navbar .info {
        display: none;
    }

    .navbar .navbar-nav {
        padding-top: 20px;
    }

    #Footer {
        padding: 10px 0 0;
    }

    #Footer .menu_list .menu {
        width: 100%;
        
    }
}
.w1220 {
    width: 1220px;
    margin: auto;
}
.amicizia-text-list,
.amicizia-logo-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.amicizia-text-list >a {

    display: block;
    color: inherit;
    margin: 0 10px 10px;
}
.amicizia-logo-list > a{
    display: block;
    color: inherit;
    width: calc(100% / 6 - 20px);

    margin: 10px;
}
.amicizia-logo-list > a >div{
    padding: 15% 0 ;
    position: relative;
}
.amicizia-logo-list > a img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e8e8e8;
    object-fit: contain;
}
.w1370 {
    width: 1370px;
    margin: auto;
}
@media (max-width:991px) {
    .amicizia-logo-list > a{
        
        width: calc(100% / 4 - 20px);

        
    }
    #Footer .menu_list .menu:not(:last-child) {
        margin-right: 0px;
    }
}
@media (max-width:666px) {

    .amicizia-logo-list > a{
        
        width: calc(100% / 2 - 20px);

        
    }
}