* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    overflow: visible;
    overflow-x: hidden;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}


/* 头部 */

.dropdown-menu>li {
    position: relative;
}

.dropdown-menu>li>a:hover {
    color: #3764af;
}


/* .dropdown-menu>li>a:hover+.dropdown-menu3 {
    display: block;
} */

.dropdown-menu3 {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: calc(100% + 8px);
    background-color: #fff;
    border-left: 2px solid #106ab9;
    display: none;
}

.dropdown-menu3::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #106ab9;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 10px;
    left: -7px;
    margin-left: -5px;
    z-index: 2999;
    transform: rotate(89deg);
}

.dropdown-menu3::before {
    content: "";
    width: 10px;
    min-height: 100px;
    position: absolute;
    top: 0px;
    left: -10px;
}

.dropdown-menu3 a {
    display: block;
    color: #717071;
    padding: 6px 20px;
    white-space: nowrap;
}

.dropdown-menu3 a:hover {
    color: #3764af;
}

.nav>li>a {
    padding: 15px 35px;
}


/* .navG:hover {
    position: relative;
    border-bottom: 1px solid #3764af;
} */

.navbar-right .ewmLi .nav-ewm::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #106ab9;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    z-index: 2999;
}

.navG>li>a {
    padding: 15px 20px;
    color: #000 !important;
}

.navG>li>a:hover {
    color: #2564b4 !important;
}

.navbar-inverse {
    background-color: transparent;
    border-color: #106ab9;
}

.navbar-inverse .index-nav-ul>li>a {
    color: #106ab9;
    font-size: 16px;
}

.navbar-inverse .index-nav-ul>li:hover {
    background-color: #106ab9;
}

.navbar-inverse .index-nav-ul>li:hover::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #106ab9;
    border-bottom: 0px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    z-index: 2999;
}

.navbar-inverse .index-nav-ul>li:nth-child(1):hover::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    z-index: 2999;
}

.navbar-form {
    margin-left: 9%;
}

.nav>li>a>img {
    /* width: 20px; */
    height: 20px;
}

.logo-none img {
    width: auto;
    height: 30px;
    display: none;
}

.form-groups img {
    width: auto;
    height: 17px;
    margin-top: 8px;
}

.navbar-brand {
    padding: 10px 15px;
}

.navbar-right {
    margin-right: 20px !important;
}

.navbar-right .ewmLi {
    position: relative;
}

.navbar-right .ewmLi:hover .nav-ewm {
    display: block;
}

.navbar-right .ewmLi .nav-ewm {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -37px;
}

.navbar-right .ewmLi .nav-ewm img {
    width: 100%;
    height: 100%;
}

.csimg {
    width: 100%;
}

.csimg img {
    width: 100%;
    /* max-height: 800px; */
}


/* 产品 */

.fgx {
    width: 100%;
    height: 50px;
    margin: 60px auto;
    background-color: #edeeee;
}

.products {
    width: 100%;
    padding: 100px 0 80px;
    min-height: 100px;
}

.products-if {
    width: 100%;
    margin: 50px 0;
    height: 400px;
}

.products-box {
    width: 1200px;
    margin: 0 auto;
}

.products-title {
    width: 300px;
    border-bottom: 1px solid #333;
}

.mAuto {
    text-align: center;
    margin: 0 auto;
}

.tCenten {
    text-align: center;
}

.products-title-h2 {
    font-size: 26px;
    font-weight: bold;
}

.products-title-t {
    font-size: 16px;
    /* font-weight: bold; */
}

.products-fuTitle {
    font-size: 12px;
    padding-top: 5px;
}

.products-fuTitle a {
    padding: 0 5px;
}

.products-fuTitle a:hover {
    color: #2564b4;
}

.products-fuTitle span {
    margin-right: 5px;
}

.products-content {
    margin: 30px;
    line-height: 30px;
}

.mbs-nav {
    width: 1200px;
    text-align: right;
    margin: 0 auto;
    margin-top: 30px;
}

.mbs-nav a {
    color: #106ab9;
}

.products-List {
    width: 1200px;
    margin: 80px auto 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
}

.products-List-item {
    display: block;
    width: 20%;
    margin-right: calc(20% / 3);
    margin-bottom: 60px;
}

.products-List-item2 {
    width: 26%;
    margin-right: calc(22% / 2);
}


/* .products-List-item:nth-child(4n) {
    margin-right: 0;
} */

.item-top {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-top img {
    height: 200px;
}

.item-top2 {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.item-top2-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-top2-video img {
    width: 32px;
    height: 32px;
}

.item-top2>img {
    width: 100%;
    max-height: 100%;
}

.item-bottom {
    width: 100%;
    height: 60px;
    text-align: center;
    /* background-color: #004581; */
    background-color: #cacaca;
    border-radius: 10px;
    border-top-left-radius: 0;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-bottom2 {
    background-color: transparent;
}

.products-List-item:hover .item-bottom {
    color: #fff;
    background-color: #2564b4;
}

.products-List-item:hover .item-bottom2 {
    color: #2564b4;
    background-color: transparent;
}

.products-List-item:hover .item-bottom-title {
    border-color: #fff;
}

.item-bottom-title {
    font-size: 14px;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 2px;
    border-bottom: 1px solid #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}

.borBt {
    border-bottom: 0;
}

.borBt2 {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    border-bottom: 1px solid #9fa3a6;
}

.item-bottom-desc {
    padding-top: 2px;
    font-size: 12px;
}

.page {
    margin: 30px auto 60px;
    text-align: center;
}

.mt {
    margin-top: 50px;
}

.the-news {
    display: none !important;
    width: 1200px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s;
}

.the-news-item {
    width: 32%;
    padding-bottom: 10px;
}

.the-news-item a:hover {
    color: #106ab9;
}

.item-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s;
}

.item-img img {
    width: 100%;
    transition: all 0.5s;
}

.item-title {
    margin: 10px 0;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-centent {
    width: 100%;
    height: 36px;
    color: #aaaaaa;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-time {
    width: 100%;
    margin-top: 20px;
    padding-top: 5px;
    border-top: 1px solid #a8a8a8;
    text-align: right;
}

.the-news-more a {
    display: block;
    width: 120px;
    margin: 50px auto 60px;
    padding: 8px 0;
    color: #106ab9;
    text-align: center;
    letter-spacing: 2px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 12px #70aadd;
}

.main-img {
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.main-img img {
    width: 100%;
    height: auto;
}

.msgBox {
    width: 100%;
    /* padding: 50px 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url('../imgs/banner1.jpg');
    background-repeat: no-repeat; */
    position: relative;
}

.msgBox-img {
    width: 100%;
    position: relative;
    z-index: 10;
}

.msgBox-img img {
    width: 100%;
}

.msgBox-mbox {
    /* width: 500px; */
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -325px;
    margin-top: -40px;
    z-index: 11;
}

.mbox-left {
    margin-right: 30px;
    line-height: 26px;
    font-size: 12px;
    padding: 10px 20px;
    color: rgb(238, 238, 238);
    background-color: #3764af;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}

.mbox-right {
    color: #fff;
}

.mbox-right-item {
    display: flex;
    align-items: center;
}

.mbox-right-text {
    padding-top: 10px;
    font-size: 12px;
    padding-left: 44px;
    text-align: left;
    letter-spacing: 2.5px;
}

.mbox-right img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.mbox-right span {
    letter-spacing: 2.5px;
    width: 441px;
    font-size: 32px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}


/* 底部 */

.footerBg {
    width: 100%;
    background-color: #a2a2a2;
}

.footerBox {
    width: 1200px;
    /* height: 400px; */
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footerBox-left>img {
    width: 100px;
    height: 100px;
}

.f-left-icon {
    margin: 20px 0;
    width: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f-left-icon img {
    width: 30px;
}

.footerBox-left h3 {
    font-weight: bold;
    margin-bottom: 8px;
}

.f-right-ul {
    width: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.f-right-ul>li {
    /* margin-right: 20px; */
}

.f-right-ul>li:nth-child(1) {
    display: none;
}

.f-right-ul>li h4 {
    width: 100px;
    margin-bottom: 10px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid #232323;
}

.f-right-img {
    width: 500px;
    margin-bottom: 80px;
    display: flex;
    justify-content: flex-end;
}

.f-right-img img {
    width: 150px;
    height: auto;
}

.item-ul li a {
    display: block;
    line-height: 24px;
    color: #5c5d5d;
    font-size: 12px;
}

.item-ul li a:hover {
    color: #106ab9;
}

.Lbg {
    display: block;
}

.lxg {
    display: none;
}

.lmg {
    display: none;
}

.currency-box {
    width: 1200px;
    margin: 80px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.currency-new {
    flex-direction: column;
}

.currency-new .c-box-left2 {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
}

.currency-new .c-box-right2 {
    width: 100%;
}

.currency-new .c-box-left2 .c-b-lTiele {
    text-align: center;
}

.currency-new .c-box-left2 .c-b-content {
    margin-top: 30px;
    line-height: 25px;
}

.c-box-left {
    width: 20%;
    background-color: #f8f8f8;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.c-box-left .c-left-title {
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 20px;
    background-color: #106ab9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.c-box-left .c-left-title span {
    font-size: 16px;
}

.c-box-left .zl {
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #106ab9;
}

.c-box-left .left-tel {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #106ab9;
    line-height: 60px;
}

.c-box1-title {
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.c-box1-subtitle {
    width: 100%;
    color: #a8a8a8;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.c-box1-content {
    line-height: 35px;
}

.c-box1-content a {
    text-decoration: none !important;
}

.c-box1-content a:hover {
    text-decoration: none;
    color: #106ab9;
}

.c-left-ul {
    width: 100%;
    padding: 8px 0;
}

.c-left-ul li {
    width: 100%;
    border-bottom: 1px solid #eae6e6;
}

.c-left-ul li a {
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.c-left-ul li a:hover {
    background-color: #106ab9;
}

.left-ewm {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
}

.left-ewm img {
    width: 100%;
}

.c-box-right {
    width: 78%;
}

.c-box-right2 {
    width: 100%;
    margin-bottom: 60px;
}

.c-box-right .c-box-title {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.c-box-right .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #a8a8a8;
}

.c-box-right .list .list-img {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
}

.c-box-right .list .list-img img {
    width: 100%;
}

.c-box-right .list .list-text {
    flex: 1;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-box-right .list .list-text h2 {
    font-size: 20px;
    font-weight: bold;
}

.c-box-right .list .list-text h2 a:hover {
    color: #106ab9;
}

.c-box-right .list .list-text h4 {
    width: 100%;
    height: 47px;
    color: #6e6e6e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.c-box-content {
    width: 100%;
    margin: 20px 0;
}

.c-box-content h1 {
    width: 100%;
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.c-box-content p img {
    max-width: 100%;
}

.page a {
    padding: 4px 13px;
    color: #fff;
    background-color: #a8a8a8;
}

.page a:hover {
    background-color: #106ab9;
}


/* 操作视频列表页 */

.san-a {
    width: 1000px;
    margin: -33px auto 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.san-a a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24%;
    height: 68px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 10px #c5c4c4;
    font-size: 28px;
    padding: 10px 0;
    color: #717071;
}

.san-a a img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.bac {
    color: #fff !important;
    background-color: #3764af !important;
}


/* 右边漂浮 */

.floatRight {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -25px;
    z-index: 10;
}

.floatRight a {
    display: block;
    width: 100%;
    height: 100%;
}

.floatRight a img {
    width: 100%;
    height: 100%;
}

.floatRight a:hover {
    cursor: context-menu;
}


/* .floatRight a:hover+.ahover {
    display: block;
} */

.ahover {
    position: absolute;
    top: 0;
    right: 100px;
    width: 175px;
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px #b3b3b3;
}

.titleImg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px;
}

.titleImg .tImg {
    width: 25px;
    height: 25px;
    margin-right: 2px;
}

.titleImg .tTxt {
    font-size: 16px;
    color: #727171;
}

.fg-xian {
    width: 100%;
    height: 1px;
    background-color: #837c7a;
}

.holdTel {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.titleImg .tImg2 {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.titleImg .tTxt2 {
    font-size: 12px;
    color: #727171;
}


/* 联系我们 */

.c-box-left2 {
    width: 42%;
    margin-top: 50px;
}

.c-box-right2 {
    width: 56%;
    margin-top: 50px;
}

.c-box-left2 .c-b-lTiele {
    font-size: 20px;
    font-weight: bold;
}

.c-box-left2 .c-b-lTxt {
    font-size: 12px;
    line-height: 24px;
    margin: 10px 0 30px;
}

.c-b-lfTiele {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.c-b-lFlez {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.flar {
    align-items: flex-start;
}

.lFlex-left img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.lf-lmt {
    margin-top: 2px;
}

.lFlex-right {
    font-size: 12px;
}

.lFlex-right span {
    font-weight: bold;
}

.c-b-rTiele {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.c-b-rFlez {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.c-b-rFlez>div {
    width: 32%;
}

.c-b-rFlez>div>p {
    font-size: 12px;
    margin-bottom: 5px;
}

.c-b-rFlez>div>p span {
    font-weight: bold;
}

.c-b-rFlez>div>input {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
    border: none;
    background-color: #e8e8e8;
}

.teBox {
    width: 100%;
    margin-top: 30px;
}

#Content {
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    border: none;
    background-color: #e8e8e8;
}

.btnBoxsd {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

#btn01 {
    border: none;
    display: block;
    padding: 3px 30px;
    color: #fff;
    border-radius: 6px;
    background-color: #2564b4;
    letter-spacing: 5px;
    text-align: center;
}

.btmLogo {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.btmLogo img {
    height: 30px;
}

.btmImg {
    width: 100%;
}

.btmImg #ifra {
    width: 100%;
    min-width: 300px;
}




/* 五、多列左右滚动演示 */

.domo-pic-scroll-lr {
    width: 1200px;
    /* height: 200px; */
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 15px;
}

.domo-pic-scroll-lr a {
    text-decoration: none
}

.domo-pic-scroll-lr .conts li {
    width: 390px !important;
    /* height: 120px; */
    color: #317bac;
    padding: 0 10px;
    border-radius: 8px;
    vertical-align: top;
}

.domo-pic-scroll-lr .conts:hover {
    color: #317bac !important;

}

.domo-pic-scroll-lr .conts li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.domo-pic-scroll-lr .conts li .s1 {
    width: 100%;
    /* height: 120px; */
}

.domo-pic-scroll-lr .prev,
.domo-pic-scroll-lr .next {
    z-index: 1;
    position: absolute;
    top: 52%;
    margin-top: -20px;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 22px;
    color: #fff;
    border-radius: 50px;
    background: #b2d5ed;
    text-align: center;
    font-family: "Comic Sans MS", cursive;
    cursor: pointer;
}

.domo-pic-scroll-lr .prev {
    left: -50px;
    /* background: #212121; */
    background-color: rgba(0, 0, 0, 0.5);
    /* 设置背景颜色为半透明黑色 */
}

.domo-pic-scroll-lr .prev:hover,
.domo-pic-scroll-lr .next:hover {
    background: #3d3d3d;
    color: #fff;
}

.domo-pic-scroll-lr .next {
    right: -50px;
    /* background: #212121; */
    background-color: rgba(0, 0, 0, 0.5);
    /* 设置背景颜色为半透明黑色 */
}

.domo-pic-scroll-lr .conts .s1 .shijian {
    width: 100%;
    margin-top: 22px;
    padding-top: 5px;
    border-top: 1px solid #a8a8a8;
    text-align: right;
    font-size: 15px;
}

.domo-pic-scroll-lr .conts .s1 .biaoti {
    margin: 10px 0;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.domo-pic-scroll-lr .conts .s1 a:hover {
    color: #317bac !important;
    text-decoration: none
}

ul,
li {
    padding: 0;
}

/* end */