
.top-bar {
    height: 60px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #eee
}

.top-bar > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.i-container {
    width: 1200px;
    margin: 0 auto;
}

.home-part-header {
    padding: 70px 0 40px;
    font-size: 48px;
    line-height: 50px;
    text-align: center
}

.home-part-header .en {
    color: #666;
    font-size: 36px;
}

.home-part-header .zh:after {
    content: ' ';
    width: 116px;
    display: block;
    height: 3px;
    background: #3488EA;
    margin: 15px auto;
}

.prise-body {
    display: flex;
    justify-content: space-between;
}

.prise-body p {
    padding: 0;
    margin: 0;
}

.prise-body > div {
    width: 280px;
    height: 350px;
    background-color: #127FEC;
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.prise-body > div .tip {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    padding: 10px 20px;
    text-align: justify;
    line-height: 24px;
    background-color: rgba(18, 127, 236, 0.9);
    opacity: 0;
    display: flex;
    align-items: center;
    font-weight: lighter;
}


.prise-body > div .tip > div {
    transition: all 1s;
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;

}

.prise-body > div:hover .tip > div {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}


.prise-body > div:hover .tip {
    opacity: 0.9;
}


.prise-body .prise-1 {
    background: url(/Public/p1.png);
    background-size: cover;
}

.prise-body .prise-2 {
    background: url(/Public/p2.png);
    background-size: cover;
}

.prise-body .prise-3 {
    background: url(/Public/p3.png);
    background-size: cover;
}

.prise-body .prise-4 {
    background: url(/Public/p4.png);
    background-size: cover;
}

.prise-body img {
    display: block;
    margin: 20px auto
}

.prise-body .prise-item-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.prise-body .prise-item-title > span {
    display: inline-block;
    line-height: 48px;
    font-size: 48px;
}

.prise-item-img {
    height: 164px;
    display: flex;
    align-items: center;
}


.profile-img {
    position: relative;

}

.profile-desc {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 550px;
    height: 540px;
    padding: 50px;
    color: #fff;
    background: rgba(18, 127, 236, 0.9)
}

.profile-desc p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 16px;
    text-align: justify;
}


.profile-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px auto;
}

.profile-body > div {
    width: 25%;
    color: #666;
    font-size: 24px;
    text-align: center;
}

.profile-body > div .up-count {
    font-size: 50px;
    color: #000;
}

.case-part {
    background: url('images/bg_case.jpg') no-repeat 0 0;
    background-size: 100% 100%;
    padding-top: 0px;
    height: 970px;
}

.title-white .home-part-header {
    color: #fff;
}

.title-white .home-part-header .en {
    color: #eee;
}

.title-white .home-part-header .zh:after {
    background: #eee;
}


.case-body {
    /* width: 33.33%; */
    /* height: 250px; */
    /* overflow: hidden; */
    width: 100%;
    overflow: hidden;
    position: relative;

}

.case-body .case-item {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    /* height:350px; */
}

.case-item-info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 270px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    color: #fff;
    transition: all 1s;
    line-height: 40px;
    opacity: 0

}

.case-item-info img {
    margin-right: 5px;
}

.case-body .case-item:hover .case-item-info {
    opacity: 1
}

.case-body .case-item-img {
    height: 270px;
}

.case-body .case-item-title {
    font-size: 20px;
    padding: 10px;
    height: 70px;
}

.case-body .swiper-button-next, .case-body .swiper-button-prev {
    /* color:#333 */
}

.prise-part, .product-part, .about-part, .solution-part, .focus-part {
    margin-bottom: 50px;

}

.about-part .profile-desc {
    font-weight: lighter;
}

.contact-part {
    background: #127FEC;
    padding-top: 150px;
    min-height: 1000px;
}

.contact-body {
    font-weight: lighter;
}

.footer {
    padding: 40px 0;
    text-align: center;
    background: #222222;
    color: #aaa;
    /* padding-bottom:200px; */
}

.solution-body {
    display: flex;
    flex-wrap: wrap;
}

.solution-body .solution-item {
    width: 50%;
    height: 250px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.solution-body .solution-item:nth-child(2), .solution-body .solution-item:nth-child(3) {
    background: #f1f1f1
}

.solution-body .solution-item:nth-child(1), .solution-body .solution-item:nth-child(4) {
    background: #f7f7f7
}

.solution-body .solution-item > div:first-child {
    padding-top: 50px;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
}

.solution-body .solution-item .solution-img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    transform: scale3d(1.0, 1.0, 1.0);
    opacity: 1;
}


.solution-body .solution-item:hover .solution-img {
    transform: scale3d(1, 1, 1);
    opacity: 0;
}

.solution-body .solution-item.show-img .solution-img {
    opacity: 0;
}

.solution-body .solution-item.show-img:hover .solution-img {
    opacity: 1;
}


.solution-body .icon {
    /*background: url(images/home/btn-c-bg.png) no-repeat 0 0;*/
    text-align: center;
    width: 125px;
    height: 70px;
    margin-top: -7px;
    padding-left: 68px;
    display: flex;
}

.solution-body .solution-item .icon {

}

.solution-body .icon img {
    height: 33px;
    margin: auto;
}

.solution-body .item-body {
    width: 480px;
    padding-right: 60px;
}

.solution-body .item-body .item-body-header {
    width: 150px;
    font-size: 28px;
    border-bottom: 1px solid #3488EA;
    line-height: 50px;
    margin-bottom: 20px;
    color: #333;
}

.solution-body .item-body .item-body-content {
    color: #666;
    font-size: 18px;
}

.nav-item + .nav-item {
    padding-left: 50px;
}

.nav-item .nav-link {
    color: #333;
    border-bottom: 2px solid #fff;
    padding: 0;
    border-radius: 0;
}

.nav-item .nav-link.active {
    background: transparent;
    color: #127FEC;
    border-color: #127FEC
}

/*.nav-item.on .nav-link {*/
/*    color: #127FEC;*/
/*    border-color: #127FEC*/
/*}*/
.contact-body {
    color: #fff;
    list-style: none;
    padding-bottom: 50px;
    background: url(/Public/home/images/contact_logo.png) no-repeat 0 0px;
    padding-left: 300px;
    margin: 0 auto;
}


.contact-body ul, .contact-body li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-body ul {
    border-left: 1px solid rgba(255, 255, 255, 0.50);
    padding-left: 100px;
}

.contact-body ul li {
    padding: 5px 0;
    font-size: 24px;
}

.contact-body ul li span {
    display: inline-block;

}

.contact-body ul li span:first-child {
    width: 170px;
    text-align: right;
    margin-right: 20px;
}

.product-body .nav {
    margin: 40px auto;
    display: flex;
    width: 800px;
}

.product-body .nav li {
    width: 200px;
}

.product-body .nav li a {
    display: block;
    background: transparent;
    width: 181px;
    height: 59px;
    line-height: 59px;
    font-size: 30px;
    text-align: center;
    color: #333
}

.product-body .nav li a.active {
    background: url(images/home/btn-1-bg.png) no-repeat 0 0;
    color: #fff;
}

.product-body .nav li a:hover {
    text-decoration: none;
}

.product-part .btn-more {
    display: block;
    width: 181px;
    height: 59px;
    line-height: 59px;
    font-size: 30px;
    background: #127FEC;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    margin: 20px auto;
    cursor: pointer
}

.product-part .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap

}

.product-part .product-list .product-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: 0.5s all;
}

.product-part .product-list .product-title {
    opacity: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: rgba(18, 127, 236, 0.95);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    transition: 0.5s all;
}

.product-part .product-list .product-item:hover {
    border-color: #127FEC;

}

.product-part .product-list .product-item:hover .product-title {
    opacity: 1;
}


.product-part .product-list {
    display: none
}

.product-part .product-list.active {
    display: flex;
}


.product-page {
    display: flex;
    padding-top: 20px;
}

.product-page .product-page-left {
    width: 216px;
}

.product-page .product-page-right {
    width: 984px
}

.product-page-list {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.product-page-list .product-item {
    width: 312px;
    overflow: hidden;
    height: 355px;
    margin-right: 24px;
}

.product-page-list .product-item:nth-child(3n) {
    margin-right: 0;
}

.product-page-list .product-item img {
    height: 241px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    width: 305px;
    box-sizing: border-box;
    transition: 0.5s all;
}

.product-page-list .product-item:hover img {
    border-color: #127FEC;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}

.product-filter {
    margin-bottom: 20px;
}

.product-filter .filter-item {
    display: flex;
    align-items: flex-start;
    padding-top: 5px;
    border-bottom: 1px solid #eee;
}

.filter-item > div:first-child {
    width: 80px;
}



.filter-list {
    width:904px;
    display: flex;
    flex-wrap: wrap;
}

.filter-list span {
    display: block;
    padding: 0px 6px;
    margin: 0px 8px 6px 0;
    cursor: pointer
}

.filter-list span.active {
    background: #127FEC;
    color: #fff;
}

.product-class-list {

}

.product-class-list .list-item {
    padding-left: 30px;
    border-left: 6px solid #fff;
    margin-bottom: 50px;
    cursor: pointer;
}

.product-class-list a:active, .product-class-list a:hover {
    text-decoration: none;
}

.product-class-list .list-item.active {
    border-color: #127FEC
}

.product-class-list .type-icon {
    height: 62px;
    text-align: center;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-class-list span {
    display: block;
    line-height: 28px;
    color: #333;
}

.diy-tooltip .tooltip-inner {
    text-align: left;
    max-width: 280px;
    background-color: #127FEC;
    padding: 10px;
}

.bs-tooltip-auto.diy-tooltip .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #127FEC;
}

.prise-part .tip-title {
    margin-bottom: 20px;
}

.table tr td, .table tr th {

}

.profile-title {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-bottom: 30px;
}

.modal-backdrop {
    width: 100%;
    height: 100%;
}

#productModel {
    padding-right: 0 !important
}

#productModel .modal-dialog {
    max-width: 1366px;
}

.product-body .table {
    text-align: center
}

#productModel .swiper-slide img {
    border: 1px solid #ccc;
    border-radius: 5px

}

#productModel .td-label, .td-label {
    background-color: rgb(241, 241, 241);
    text-align: center;
    vertical-align: middle
}

#productModel .td-content, .td-content {
    color: rgb(0, 112, 192);
    text-align: center;
    vertical-align: middle
}


.swiper-button-next, .swiper-button-prev {
    -webkit-text-stroke: 1px #fff;
}

.solution-body .solution-img-title {
    position: absolute;
    left: 88px;
    top: 55px;
    display: flex;
    align-items: center;
    height: 44px;
    width:220px;
    background: rgba(255, 255, 255, 0.9)
}

.solution-body .solution-item .solution-img-title .icon{height: 40px;
    width: 62px;
    padding-left: 10px;
    margin-top: 0;
}
.solution-body .solution-item .solution-img-title .icon-title{
    font-size:28px;
    padding-bottom:6px;
}