.padding {
    padding: 0 calc(360 / 1920 * 100%);
    box-sizing: border-box;
}

.public-title {
    width: 480px;
    height: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.public-title .t-line {
    width: 120px;
    height: 4px;
    margin: 13px 0;
}

.public-title .t-line1 {
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #0455DC);
}

.public-title .t-line2 {
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #0455DC);
}

.public-title .t-txt {
    width: 120px;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.public-title .t-circle {
    width: 8px;
    height: 8px;
    background-color: #0455DC;
    border-radius: 50%;
    margin: 11px 17px;
}

.public-see-more {
    width: 140px;
    height: 42px;
    margin: 0 auto;
    background-color: #0455DC;
    padding: 0 10px;
    box-sizing: border-box;
}

.public-see-more a {
    display: flex;
    align-items: center;
}

.public-see-more .s-txt {
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    margin-right: 4px;
    transition: all .2s;
}

.public-see-more .s-img {
    width: 42px;
    height: 6px;
}

.public-see-more:hover {
    cursor: pointer;
}

.public-see-more:hover .s-txt {
    margin-right: 14px;
}

.pro-btn {
    width: 470px;
    margin: 0 auto;
    padding-top: 90px;
    font-size: 16px;
    font-weight: 400;
    color: #535864;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pro-btn span {
    color: #0455DC;
}

.pro-btn .pro-lt {
    font-size: 20px;
    cursor: pointer;
}

.pro-btn .pro-lt:hover {
    color: #0455DC;
}

.pro-btn .num {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    cursor: pointer;
}

.pro-btn .num:hover {
    background-color: #0455DC;
    color: #fff;
}

.pro-btn .btn-active {
    background-color: #0455DC;
    color: #fff;
}

.bshare-custom a {
    height: 18px;
}

.bshare-custom .bshare-weixin {
    background: url(../img/img-wx1.png) no-repeat !important;
}

.bshare-custom .bshare-weixin:hover {
    background: url(../img/img-wx2.png) no-repeat !important;
}

.bshare-custom .bshare-sinaminiblog {
    background: url(../img/img-wb1.png) no-repeat !important;
}

.bshare-custom .bshare-sinaminiblog:hover {
    background: url(../img/img-wb2.png) no-repeat !important;
}

.bshare-custom .bshare-qqim {
    background: url(../img/img-qq1.png) no-repeat !important;
}

.bshare-custom .bshare-qqim:hover {
    background: url(../img/img-qq2.png) no-repeat !important;
}

.bshare-custom .bshare-qzone {
    background: url(../img/img-kj1.png) no-repeat !important;
}

.bshare-custom .bshare-qzone:hover {
    background: url(../img/img-kj2.png) no-repeat !important;
}

#bigImgBox {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

#bigImgBox .box {
    width: 20%;
    margin: 200px auto;
}

#bigImgBox .box .span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 14px;
}

#bigImgBox .box #imgShow {
    width: 100%;
}

.html-body-overflow {
    overflow: hidden;
}

body {
    padding-top: 100px;
}

.main {
    width: 100%;
}

.main .nav {
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #0455DC;
    border-bottom: 1px solid #ddd;
}

.main .about-us .about-top {
    padding: 90px calc(360 / 1920 * 100%);
    box-sizing: border-box;
}

.main .about-us .about-top .img-title .img-top {
    margin-bottom: 30px;
}

.main .about-us .about-top .company {
    font-size: 24px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: justifyLeft;
    color: #333;
    line-height: 32px;
    padding: 30px 0 10px 0;
}

.main .about-us .about-top .art {
    font-size: 16px;
    text-align: justifyLeft;
    color: #666;
    line-height: 32px;
}

.main .about-us .about-top .belief {
    font-size: 16px;
    text-align: justifyLeft;
    color: #666;
    line-height: 32px;
    padding: 30px 0;
}

.main .about-us .about-top .belief span {
    font-weight: 700;
    color: #333;
}

.main .about-us .about-top .img {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main .about-us .about-top .img img {
    width: 32%;
}

.main .about-us .about-bot .company-honor {
    padding: 90px calc(360 / 1920 * 100%);
    box-sizing: border-box;
    background-color: #F8F9FB;
    position: relative;
}

.main .about-us .about-bot .company-honor .company-tlt {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #333;
    height: 30px;
    display: flex;
    line-height: 30px;
}

.main .about-us .about-bot .company-honor .company-tlt .t-left {
    width: 6px;
    height: 100%;
    background-color: #0455DC;
    margin-right: 12px;
    border-radius: 3px;
}

.main .about-us .about-bot .company-honor .swiper1 {
    width: 100%;
    padding: 58px 0;
    box-sizing: border-box;
}

.main .about-us .about-bot .company-honor .swiper1 ul {
    width: 100%;
}

.main .about-us .about-bot .company-honor .swiper1 ul li {
    width: 22%;
    margin-right: 4%;
}

.main .about-us .about-bot .company-honor .swiper1 ul li:last-child {
    margin-right: 0;
}

.main .about-us .about-bot .company-honor .swiper1 ul li .bg-img {
    width: 100%;
    background-color: #fff;
    transition: all .3s;
}

.main .about-us .about-bot .company-honor .swiper1 ul li .bg-img .img {
    width: 100%;
    cursor: pointer;
}

.main .about-us .about-bot .company-honor .swiper1 ul li .txt {
    padding-top: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    color: #333;
}

.main .about-us .about-bot .company-honor .swiper-bot1 {
    width: calc(600 / 1920 * 100%);
    height: 8px;
    position: absolute;
    left: 50%;
    margin-left: calc(-300 / 1920 * 100%);
    bottom: 60px;
    display: flex;
    justify-content: space-around;
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-pagination1 {
    margin-top: -8px;
    z-index: 1;
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-pagination1 .swiper-pagination-bullet {
    background-color: #a0a0a0;
    margin: 0 4px;
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-pagination1 .swiper-pagination-bullet-active {
    width: 36px;
    height: 8px;
    border-radius: 8px;
    background-color: #0455DC;
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-pagination1 .swiper-pagination-bullet:focus {
    outline: none;
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-pagination1 .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: auto;
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-prev1,
.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-next1 {
    width: 68px;
    height: 6px;
    cursor: pointer;
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-prev1 {
    background: url("../img/img-left02.png");
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-prev1:hover {
    background: url("../img/img-left01.png");
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-next1 {
    background: url("../img/img-right02.png");
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-next1:hover {
    background: url("../img/img-right01.png");
}

.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-prev1:focus,
.main .about-us .about-bot .company-honor .swiper-bot1 .swiper-next1:focus {
    outline: none;
}

.main .about-us .about-bot .company-certificate {
    padding: 90px calc(360 / 1920 * 100%);
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

.main .about-us .about-bot .company-certificate .company-tlt {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #333;
    height: 30px;
    display: flex;
    line-height: 30px;
}

.main .about-us .about-bot .company-certificate .company-tlt .t-left {
    width: 6px;
    height: 100%;
    background-color: #0455DC;
    margin-right: 12px;
    border-radius: 3px;
}

.main .about-us .about-bot .company-certificate .swiper2 {
    width: 100%;
    padding: 58px 0;
    box-sizing: border-box;
}

.main .about-us .about-bot .company-certificate .swiper2 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main .about-us .about-bot .company-certificate .swiper2 ul li {
    width: 22%;
    margin-right: 4%;
}

.main .about-us .about-bot .company-certificate .swiper2 ul li:last-child {
    margin-right: 0;
}

.main .about-us .about-bot .company-certificate .swiper2 ul li .bg-img {
    width: 100%;
    background-color: #fff;
    transition: all .3s;
}

.main .about-us .about-bot .company-certificate .swiper2 ul li .bg-img .img {
    width: 100%;
    cursor: pointer;
}

.main .about-us .about-bot .company-certificate .swiper2 ul li .txt {
    padding-top: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    color: #333;
}

.main .about-us .about-bot .company-certificate .swiper-bot2 {
    width: calc(600 / 1920 * 100%);
    height: 8px;
    position: absolute;
    left: 50%;
    margin-left: calc(-300 / 1920 * 100%);
    bottom: 60px;
    display: flex;
    justify-content: space-around;
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-pagination2 {
    margin-top: -8px;
    z-index: 1;
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-pagination2 .swiper-pagination-bullet {
    background-color: #a0a0a0;
    margin: 0 4px;
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 36px;
    height: 8px;
    border-radius: 8px;
    background-color: #0455DC;
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-pagination2 .swiper-pagination-bullet:focus {
    outline: none;
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-pagination2 .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: auto;
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-prev2,
.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-next2 {
    width: 68px;
    height: 6px;
    cursor: pointer;
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-prev2 {
    background: url("../img/img-left02.png");
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-prev2:hover {
    background: url("../img/img-left01.png");
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-next2 {
    background: url("../img/img-right02.png");
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-next2:hover {
    background: url("../img/img-right01.png");
}

.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-prev2:focus,
.main .about-us .about-bot .company-certificate .swiper-bot2 .swiper-next2:focus {
    outline: none;
}

.main .product-center {
    background-color: #F8F9FB;
}

.main .product-center .heart {
    padding: 90px 0;
}

.main .product-center .heart .product-l {
    width: calc(260 / 1920 * 100vw);
    margin-right: calc(100 / 1920 * 100vw);
}

.main .product-center .heart .product-l .pro-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0455DC;
    height: 70px;
}

.main .product-center .heart .product-l .pro-top .pro-tlt {
    font-size: 24px;
    font-weight: 700;
    color: #fefefe;
    margin-left: 20px;
}

.main .product-center .heart .product-l ul {
    margin-top: 12px;
    padding: 0 12px 12px 12px;
    box-sizing: border-box;
    background-color: #fff;
}

.main .product-center .heart .product-l ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    position: relative;
    overflow: hidden;
}

.main .product-center .heart .product-l ul li .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0455DC;
    left: -100%;
    bottom: 0;
    transition: all .4s;
}

.main .product-center .heart .product-l ul li:hover {
    cursor: pointer;
    color: #0455DC;
}

.main .product-center .heart .product-l ul li.active {
    cursor: pointer;
    color: #0455DC;
}

.main .product-center .heart .product-l ul li:hover .line {
    left: 0%;
}

main .product-center .heart .product-l ul li.active .line {
    left: 0%;
}

.main .product-center .heart .product-r {
    width: calc(100% - (360 / 1920 * 100vw));
}

.main .product-center .heart .product-r ul {
    width: 100%;
}

.main .product-center .heart .product-r ul li {
    width: 30%;
    background-color: #fff;
    padding: 30px 0;
    margin-right: 5%;
    margin-bottom: 20px;
}

.main .product-center .heart .product-r ul li .li-heart {
    width: 100%;
    transition: all .3s;
    padding: 0 10px;
    box-sizing: border-box;
}

.main .product-center .heart .product-r ul li .li-heart .img {
    width: 34%;
    margin: 0 auto;
    transition: all .3s;
}

.main .product-center .heart .product-r ul li .li-heart .txt {
    font-size: 14px;
    text-align: center;
    color: #333;
    padding: 30px 0 10px 0;
    transition: all .3s;
    border-bottom: 1px solid transparent;
}

.main .product-center .heart .product-r ul li:hover {
    box-shadow: 0px 4px 9.4px 0.6px rgba(0, 0, 0, 0.15);
}

.main .product-center .heart .product-r ul li:hover .li-heart .img {
    transform: scale(1.2);
}

.main .product-center .heart .product-r ul li:hover .li-heart .txt {
    color: #0455DC;
    border-bottom: 1px solid #0455DC;
}

.main .product-center .heart .product-r ul li:nth-child(3n) {
    margin-right: 0;
}

.main .product-details {
    background-color: #F8F9FB;
}

.main .product-details .prodet-tab1 .heart {
    padding: 90px 0;
}

.main .product-details .prodet-tab1 .heart .heart-left {
    width: 400px;
    margin-right: calc(100 / 1920 * 100vw);
}

.main .product-details .prodet-tab1 .heart .heart-left .swiper1 {
    width: 100%;
}

.main .product-details .prodet-tab1 .heart .heart-left .swiper-tab {
    padding-top: 20px;
    width: 100%;
}

.main .product-details .prodet-tab1 .heart .heart-left .swiper-tab .img {
    width: 80px;
}

.main .product-details .prodet-tab1 .heart .heart-left .swiper-tab .swiper-slide-thumb-active .img {
    border: 2px solid #0455DC;
}

.main .product-details .prodet-tab1 .heart .heart-right {
    width: calc(100% - (100 / 1920 * 100vw + 400px));
}

.main .product-details .prodet-tab1 .heart .heart-right .tlt {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #333;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

.main .product-details .prodet-tab1 .heart .heart-right .txt {
    padding-top: 24px;
    font-size: 16px;
    text-align: justifyLeft;
    color: #333;
    line-height: 32px;
    padding-bottom: 70px;
}

.main .product-details .prodet-tab1 .heart .heart-right .public-see-more {
    margin: 0;
}

.main .product-details .prodet-tab1 .heart .heart-right .share {
    padding-top: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.main .product-details .prodet-tab1 .heart .heart-right .share .bshare-custom {
    height: 18px;
    padding-left: 10px;
}

.main .product-details .prodet-tab1 .heart .heart-right .share .bshare-custom a {
    height: 18px;
}

.main .product-details .prodet-tab2 .tab-top {
    background-color: #fff;
    display: flex;
    border-bottom: 1px solid #0455DC;
}

.main .product-details .prodet-tab2 .tab-top .oTab {
    min-width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    cursor: pointer;
    padding: 0 28px;
    box-sizing: border-box;
}

.main .product-details .prodet-tab2 .tab-top .oTab:hover {
    background-color: #0455DC;
    color: #fff;
}

.main .product-details .prodet-tab2 .tab-top .o-active {
    background-color: #0455DC;
    color: #fff;
}

.main .product-details .prodet-tab2 .tab-btm {
    width: 100%;
    background-color: #fff;
}

.main .product-details .prodet-tab2 .tab-btm .uTab {
    padding: 42px 100px;
    padding-bottom: 0;
    box-sizing: border-box;
    display: none;
}

.main .product-details .prodet-tab2 .tab-btm .uTab:nth-child(3) {
    padding-bottom: 42px;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .art {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333;
    line-height: 32px;
    padding-bottom: 42px;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .art .tlt {
    font-weight: 700;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-img {
    width: 100%;
    margin-bottom: 30px;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-video {
    position: relative;
    border: 4px solid #EEE;
    width: 100%;
    margin-bottom: 40px;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-video img {
    width: 100%;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-video .v-media {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-video .video-popup {
    position: fixed;
    display: none;
    z-index: 11;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 200px 0;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-video .video-popup .vid {
    width: calc(800 / 1920 * 100vw);
    top: 200px;
    margin: 0 auto;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-video .video-popup .vid .vioClose {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #aaa;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-video .video-popup .vid video {
    width: 100%;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-load {
    padding-bottom: 42px;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-load p {
    line-height: 40px;
    cursor: pointer;
}

.main .product-details .prodet-tab2 .tab-btm .uTab .uTab-load p:hover {
    color: #0455DC;
    text-decoration: underline;
}

.main .product-details .prodet-tab2 .tab-btm .u-active {
    display: block;
}

.main .product-details .prodet-tab3 {
    position: relative;
    padding-top: 90px;
}

.main .product-details .prodet-tab3 .company-tlt {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #333;
    height: 30px;
    display: flex;
    line-height: 30px;
}

.main .product-details .prodet-tab3 .company-tlt .t-left {
    width: 6px;
    height: 100%;
    background-color: #0455DC;
    margin-right: 12px;
    border-radius: 3px;
}

.main .product-details .prodet-tab3 .swiper3 {
    width: 100%;
    padding: 58px 0;
    box-sizing: border-box;
}

.main .product-details .prodet-tab3 .swiper3 ul {
    width: 100%;
}

.main .product-details .prodet-tab3 .swiper3 ul li {
    width: 22%;
    margin-right: 4%;
}

.main .product-details .prodet-tab3 .swiper3 ul li:last-child {
    margin-right: 0;
}

.main .product-details .prodet-tab3 .swiper3 ul li .bg-img {
    width: 100%;
    height: calc(450 / 1920 * 100vw);
    background-color: #fff;
    transition: all .3s;
}

.main .product-details .prodet-tab3 .swiper3 ul li .bg-img .img {
    width: 34%;
    height: calc(300 / 1920 * 100vw);
    margin: 0 auto;
    padding-top: calc(75 / 1920 * 100vw);
    transition: all .3s;
}

.main .product-details .prodet-tab3 .swiper3 ul li .txt {
    padding-top: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    color: #333;
}

.main .product-details .prodet-tab3 .swiper3 ul li:hover .bg-img {
    box-shadow: 0px 4px 9.4px 0.6px rgba(0, 0, 0, 0.15);
}

.main .product-details .prodet-tab3 .swiper3 ul li:hover .bg-img .img {
    transform: scale(1.2);
}

.main .product-details .prodet-tab3 .swiper3 ul li:hover .txt {
    color: #0455DC;
}

.main .product-details .prodet-tab3 .swiper-bot .swiper-prev,
.main .product-details .prodet-tab3 .swiper-bot .swiper-next {
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    z-index: 1;
}

.main .product-details .prodet-tab3 .swiper-bot .swiper-prev {
    left: calc(270 / 1920 * 100%);
    background: url("../img/product-d(1).png");
}

.main .product-details .prodet-tab3 .swiper-bot .swiper-prev:hover {
    background: url("../img/product-d(3).png");
}

.main .product-details .prodet-tab3 .swiper-bot .swiper-next {
    right: calc(270 / 1920 * 100%);
    background: url("../img/product-d(2).png");
}

.main .product-details .prodet-tab3 .swiper-bot .swiper-next:hover {
    background: url("../img/product-d(4).png");
}

.main .product-details .prodet-tab3 .swiper-bot .swiper-prev:focus,
.main .product-details .prodet-tab3 .swiper-bot .swiper-next:focus {
    outline: none;
}

.main .solution {
    padding: 60px 0 90px 0;
}

.main .solution .heart ul {
    width: 100%;
}

.main .solution .heart ul li {
    background-color: #fff;
}

.main .solution .heart ul li .li-heart {
    padding: 36px 0;
}

.main .solution .heart ul li .li-heart .img {
    width: calc(340 / 1920 * 100vw);
    margin-right: calc(100 / 1920 * 100vw);
    float: left;
    overflow: hidden;
}

.main .solution .heart ul li .li-heart .img img {
    transition: all .2s;
}

.main .solution .heart ul li .li-heart .img:hover img {
    transform: scale(1.2);
}

.main .solution .heart ul li .li-heart .art {
    width: calc(100% - (440 / 1920 * 100vw));
    float: left;
}

.main .solution .heart ul li .li-heart .art .tlt {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #333;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.main .solution .heart ul li .li-heart .art .tlt .line {
    width: 100%;
    height: 1px;
    background-color: #0455DC;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: all .5s;
}

.main .solution .heart ul li .li-heart .art .tlt:hover {
    color: #0455DC;
    cursor: pointer;
}

.main .solution .heart ul li .li-heart .art .txt {
    font-size: 16px;
    text-align: left;
    color: #333;
    line-height: 32px;
    padding-top: 20px;
}

.main .solution .heart ul li .li-heart .art .txt:hover {
    color: #0455DC;
    cursor: pointer;
}

.main .solution .heart ul li .li-heart:hover .art .tlt .line {
    left: 0;
}

.main .solution .heart ul li:nth-child(2n) {
    background-color: #F8F9FB;
}

.main .solution .heart ul li:nth-child(2n) .li-heart .img {
    margin-right: 0;
    float: right;
}

.main .solution .heart ul li:nth-child(2n) .li-heart .art {
    width: calc(100% - (440 / 1920 * 100vw));
    margin-right: calc(100 / 1920 * 100vw);
    float: right;
}

.main .solution .heart .pro-btn .num {
    background-color: #eee;
}

.main .solution .heart .pro-btn .num:hover {
    background-color: #0455DC;
    color: #fff;
}

.main .solution .heart .pro-btn .btn-active {
    background-color: #0455DC;
    color: #fff;
}

.main .news-information {
    padding: 90px 0;
}

.main .news-information .heart {
    width: 100%;
}

.main .news-information .heart .tab-top {
    display: flex;
    justify-content: center;
}

.main .news-information .heart .tab-top .oTab {
    width: 140px;
    height: 44px;
    background: #fff;
    border: 1px solid #0455DC;
    font-size: 16px;
    text-align: center;
    color: #0455DC;
    line-height: 44px;
    margin: 0 5px;
}

.main .news-information .heart .tab-top .oTab:hover {
    cursor: pointer;
    background-color: #0455DC;
    color: #fff;
}

.main .news-information .heart .tab-top .o-active {
    background-color: #0455DC;
    color: #fff;
}

.main .news-information .heart .tab-btm {
    width: 100%;
}

.main .news-information .heart .tab-btm .uTab {
    display: none;
}

.main .news-information .heart .tab-btm .uTab ul li {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart {
    padding: 36px 0;
    border-bottom: 1px solid #ddd;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .img {
    width: calc(280 / 1920 * 100vw);
    margin-right: calc(100 / 1920 * 100vw);
    float: left;
    position: relative;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .img .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: all .5s;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .img:hover .mask {
    background-color: rgba(255, 255, 255, 0.4);
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art {
    width: calc(100% - (440 / 1920 * 100vw));
    float: left;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .tlt {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #333;
    line-height: 30px;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .tlt:hover {
    cursor: pointer;
    color: #0455DC;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .txt {
    font-size: 14px;
    text-align: left;
    color: #666;
    line-height: 24px;
    padding-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .txt:hover {
    cursor: pointer;
    color: #0455DC;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .more {
    display: flex;
    height: 14px;
    padding-top: 30px;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .more .time {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #999;
    line-height: 14px;
    padding-right: 36px;
    border-right: 1px solid #ddd;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .more .public-see-more {
    width: 160px;
    height: 14px;
    margin: 0;
    background-color: #fff;
    padding-left: 30px;
    box-sizing: border-box;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .more .public-see-more a {
    display: flex;
    align-items: center;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .more .public-see-more .s-txt {
    line-height: 14px;
    font-size: 14px;
    color: #666;
    margin-right: 4px;
    transition: all .2s;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .more .public-see-more .s-img {
    line-height: 14px;
    font-size: 20px;
    color: #666;
    height: 14px;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .more .public-see-more:hover {
    cursor: pointer;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .more .public-see-more:hover .s-txt {
    margin-right: 14px;
    color: #0455DC;
}

.main .news-information .heart .tab-btm .uTab ul li .li-heart .art .more .public-see-more:hover .s-img {
    color: #0455DC;
}

.main .news-information .heart .tab-btm .uTab ul li .li-line {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    z-index: 1;
    background-color: #0455DC;
    left: -100%;
    transition: all .5s;
}

.main .news-information .heart .tab-btm .uTab ul li:hover .li-line {
    left: 0;
}

.main .news-information .heart .tab-btm .u-active {
    display: block;
}

.main .news-information .heart .pro-btn .num {
    background-color: #eee;
}

.main .news-information .heart .pro-btn .num:hover {
    background-color: #0455DC;
    color: #fff;
}

.main .news-information .heart .pro-btn .btn-active {
    background-color: #0455DC;
    color: #fff;
}

.main .news-details {
    padding: 90px 0;
}

.main .news-details .heart {
    width: 100%;
}

.main .news-details .heart .title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.main .news-details .heart .t-day {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.main .news-details .heart .t-day .day-l,
.main .news-details .heart .t-day .day-r {
    padding: 0 20px;
    box-sizing: border-box;
}

.main .news-details .heart .share {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

.main .news-details .heart .share .bshare-custom {
    padding: 0 20px;
    height: 18px;
    box-sizing: border-box;
}

.main .news-details .heart .share .bshare-custom a {
    height: 18px;
}

.main .news-details .heart .share .line {
    flex: auto;
    height: 1px;
    background-color: #ddd;
    margin: 8px;
}

.main .news-details .heart .news-content .txt {
    font-size: 16px;
    font-weight: 400;
    text-align: justifyLeft;
    color: #333;
    line-height: 32px;
}

.main .news-details .heart .news-content .txt p {
    padding: 20px 0;
}

.main .news-details .heart .news-content .txt .img-txt {
    width: 100%;
}

.main .news-details .heart .news-content .txt .img-txt .img {
    width: calc(900 / 1920 * 100vw);
    margin: 0 auto;
}

.main .news-details .heart .news-content .txt .img-txt .i-txt {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #999;
    line-height: 32px;
}

.main .news-details .heart .pre-next {
    font-size: 16px;
    font-weight: 400;
    text-align: justifyLeft;
    color: #666;
    line-height: 48px;
    padding: 45px 0 70px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.main .news-details .heart .pre-next .pre,
.main .news-details .heart .pre-next .next {
    display: flex;
}

.main .news-details .heart .pre-next .pre a:hover,
.main .news-details .heart .pre-next .next a:hover {
    cursor: pointer;
    color: #0455DC;
    text-decoration: underline;
}

.main .news-details .heart .company-tlt {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #333;
    height: 30px;
    display: flex;
    line-height: 30px;
    padding-top: 90px;
}

.main .news-details .heart .company-tlt .t-left {
    width: 6px;
    height: 100%;
    background-color: #0455DC;
    margin-right: 12px;
    border-radius: 3px;
}

.main .news-details .heart ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 45px;
}

.main .news-details .heart ul li {
    width: 31%;
}

.main .news-details .heart ul li .n-img {
    width: 100%;
    position: relative;
}

.main .news-details .heart ul li .n-img .img-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: all .2s;
}

.main .news-details .heart ul li .n-img .img-mask:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.main .news-details .heart ul li .n-tlt {
    font-size: 16px;
    text-align: left;
    color: #333;
    line-height: 24px;
    padding-top: 20px;
    transition: all .2s;
}

.main .news-details .heart ul li .n-tlt:hover {
    color: #0455DC;
}

.main .news-details .heart ul li .line {
    width: 32px;
    height: 3px;
    background-color: #0455DC;
    margin: 20px 0;
}

.main .news-details .heart ul li .n-txt {
    font-size: 14px;
    text-align: justifyLeft;
    color: #666;
    line-height: 28px;
    transition: all .2s;
}

.main .news-details .heart ul li .n-txt:hover {
    color: #0455DC;
}

.main .contact-us .contact-top {
    padding: 90px 0;
}

.main .contact-us .contact-top .top-heart {
    width: 100%;
    display: flex;
}

.main .contact-us .contact-top .top-heart .map {
    width: 50%;
    height: calc(360 / 1920 * 100vw);
    position: relative;
    overflow: hidden;
}

.main .contact-us .contact-top .top-heart .map #map {
    width: 100%;
    height: 100%;
    overflow: visible !important;
}

.main .contact-us .contact-top .top-heart .map #map .anchorBL {
    display: none;
}

.main .contact-us .contact-top .top-heart .map #map .BMap_stdMpCtrl {
    /*display: none;*/
}

.main .contact-us .contact-top .top-heart .map-art {
    padding-left: calc(100 / 1920 * 100vw);
    box-sizing: border-box;
}

.main .contact-us .contact-top .top-heart .map-art .tlt {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #333;
    line-height: 32px;
}

.main .contact-us .contact-top .top-heart .map-art .txt {
    padding-top: 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333;
    line-height: 28px;
}

.main .contact-us .contact-bom {
    padding: 90px 0;
    background-color: #F8F9FB;
}

.main .contact-us .contact-bom .bom-heart {
    display: flex;
    width: 100%;
}

.main .contact-us .contact-bom .bom-heart .message-l {
    width: 50%;
    padding-right: calc(100 / 1920 * 100vw);
    box-sizing: border-box;
}

.main .contact-us .contact-bom .bom-heart .message-l .company-tlt {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #333;
    height: 24px;
    display: flex;
    line-height: 24px;
}

.main .contact-us .contact-bom .bom-heart .message-l .company-tlt .t-left {
    width: 6px;
    height: 100%;
    background-color: #0455DC;
    margin-right: 12px;
    border-radius: 3px;
}

.main .contact-us .contact-bom .bom-heart .message-l .txt {
    font-size: 16px;
    text-align: left;
    color: #666;
    line-height: 24px;
    padding: 16px 0;
}

.main .contact-us .contact-bom .bom-heart .message-l .input-box {
    width: 100%;
}

.main .contact-us .contact-bom .bom-heart .message-l .input-box .box-top input {
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 15px 0;
}

.main .contact-us .contact-bom .bom-heart .message-l .input-box .box-top input:focus {
    border: 1px solid #C3DAFE;
    box-shadow: 0px 4px 9.4px 0.6px rgba(0, 0, 0, 0.15);
}

.main .contact-us .contact-bom .bom-heart .message-l .input-box .box-bottom textarea {
    width: 100%;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 15px 0;
}

.main .contact-us .contact-bom .bom-heart .message-l .input-box .box-bottom textarea:focus {
    border: 1px solid #C3DAFE;
    box-shadow: 0px 4px 9.4px 0.6px rgba(0, 0, 0, 0.15);
}

.main .contact-us .contact-bom .bom-heart .message-l .input-box button {
    width: 120px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background-color: #0455DC;
    margin: 15px 0;
}

.main .contact-us .contact-bom .bom-heart .message-r {
    width: 50%;
}

.main .recruitment {
    background-color: #F8F9FB;
}

.main .recruitment .heart {
    padding: 90px 0;
}

.main .recruitment .heart .recruitment-l {
    width: calc(260 / 1920 * 100vw);
    margin-right: calc(100 / 1920 * 100vw);
}

.main .recruitment .heart .recruitment-l .pro-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0455DC;
    height: 70px;
}

.main .recruitment .heart .recruitment-l .pro-top .pro-tlt {
    font-size: 24px;
    font-weight: 700;
    color: #fefefe;
    margin-left: 20px;
}

.main .recruitment .heart .recruitment-l ul {
    margin-top: 12px;
    padding: 0 12px 12px 12px;
    box-sizing: border-box;
    background-color: #fff;
}

.main .recruitment .heart .recruitment-l ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    position: relative;
    overflow: hidden;
}

.main .recruitment .heart .recruitment-l ul li .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0455DC;
    left: -100%;
    bottom: 0;
    transition: all .4s;
}

.main .recruitment .heart .recruitment-l ul li:hover,
.main .recruitment .heart .recruitment-l ul .active {
    cursor: pointer;
    color: #0455DC;
}

.main .recruitment .heart .recruitment-l ul li:hover .line,
.main .recruitment .heart .recruitment-l ul .active .line {
    left: 0%;
}

.main .recruitment .heart .recruitment-r {
    width: calc(100% - (360 / 1920 * 100vw));
}

.main .recruitment .heart .recruitment-r ul {
    width: 100%;
}

.main .recruitment .heart .recruitment-r ul li {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    transition: all .4s;
}

.main .recruitment .heart .recruitment-r ul li:last-child {
    margin-bottom: 0;
}

.main .recruitment .heart .recruitment-r ul li:hover {
    box-shadow: 0px 4px 9.4px 0.6px rgba(0, 0, 0, 0.15);
}

.main .recruitment .heart .recruitment-r ul li .title {
    font-size: 18px;
    text-align: left;
    color: #0455DC;
    line-height: 32px;
    padding-bottom: 20px;
}

.main .recruitment .heart .recruitment-r ul li .r-label {
    font-size: 14px;
    text-align: left;
    color: #666;
    line-height: 14px;
    display: flex;
}

.main .recruitment .heart .recruitment-r ul li .r-label div {
    padding: 0 20px;
    box-sizing: border-box;
    border-right: 1px solid #666;
}

.main .recruitment .heart .recruitment-r ul li .r-label div:nth-child(1) {
    padding-left: 0;
}

.main .recruitment .heart .recruitment-r ul li .r-label div:last-child {
    border-right: none;
}

.main .recruitment .heart .recruitment-r ul li .label-r {
    width: 140px;
}

.main .job-details {
    padding: 90px 0;
}

.main .job-details .heart {
    width: 100%;
}

.main .job-details .heart .title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.main .job-details .heart .t-day {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.main .job-details .heart .t-day .day-l,
.main .job-details .heart .t-day .day-r {
    padding: 0 20px;
    box-sizing: border-box;
}

.main .job-details .heart .share {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

.main .job-details .heart .share .bshare-custom {
    padding: 0 20px;
    height: 18px;
    box-sizing: border-box;
}

.main .job-details .heart .share .bshare-custom a {
    height: 18px;
}

.main .job-details .heart .share .line {
    flex: auto;
    height: 1px;
    background-color: #ddd;
    margin: 8px;
}

.main .job-details .heart .job-content {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #333;
    line-height: 32px;
    padding-bottom: 90px;
}

.main .job-details .heart .job-content .job-tlt {
    padding: 40px 0;
}

.main .job-details .heart .job-content .job-art .cont-tlt {
    padding: 20px 0;
}

.main .job-details .heart .job-content .job-art .cont-txt {
    font-weight: 400;
}

.main .job-details .heart .public-see-more {
    margin: 0;
}

.main .data-download {
    padding: 90px 0;
}

.main .data-download .heart .tab-top {
    width: 100%;
    display: flex;
    padding-bottom: 30px;
}

.main .data-download .heart .tab-top .oTab {
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    color: #0455DC;
    background-color: #fff;
    border: 1px solid #0455DC;
    margin-right: 10px;
}

.main .data-download .heart .tab-top .oTab:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0455DC;
}

.main .data-download .heart .tab-top .o-active {
    color: #fff;
    background-color: #0455DC;
}

.main .data-download .heart .tab-btm .uTab {
    display: none;
}

.main .data-download .heart .tab-btm .uTab table {
    border: 1px solid #ddd;
}

.main .data-download .heart .tab-btm .uTab table tr {
    line-height: 56px;
}

.main .data-download .heart .tab-btm .uTab table tr th {
    border: 1px solid #ddd;
}

.main .data-download .heart .tab-btm .uTab table tr th .select-all {
    width: 100px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background-color: #0455DC;
    line-height: 36px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.main .data-download .heart .tab-btm .uTab table tr th .select-all #select-all {
    width: 100px;
    height: 36px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.main .data-download .heart .tab-btm .uTab table tr td {
    border: 1px solid #ddd;
    text-align: center;
}

.main .data-download .heart .tab-btm .uTab table tr td img {
    width: 16px;
    height: 16px;
    margin: 20px 0;
    cursor: pointer;
}

.main .data-download .heart .tab-btm .uTab table tr td input {
    cursor: pointer;
}

.main .data-download .heart .tab-btm .u-active {
    display: block;
}

.main .data-download .heart .bulk-download {
    width: 100%;
    padding-top: 24px;
}

.main .data-download .heart .bulk-download .download {
    cursor: pointer;
    width: 160px;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 44px;
    background-color: #0455DC;
}

.main .data-download .heart .popup {
    position: fixed;
    width: 700px;
    height: 380px;
    box-shadow: 0px 4px 9px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    top: 300px;
    left: 50%;
    margin-left: -350px;
    display: none;
}

.main .data-download .heart .popup .p-heart {
    padding: 20px;
    box-sizing: border-box;
}

.main .data-download .heart .popup .p-heart .close {
    font-size: 20px;
    cursor: pointer;
}

.main .data-download .heart .popup .p-heart .txt {
    padding-top: 60px;
    color: #333;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
}

.main .data-download .heart .popup .p-heart .inp {
    padding: 60px 50px 45px;
    box-sizing: border-box;
    width: 100%;
}

.main .data-download .heart .popup .p-heart .inp input {
    padding: 5px 10px;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    border: 1px solid #eee;
    margin: 0 auto;
    font-size: 16px;
}

.main .data-download .heart .popup .p-heart button {
    width: 160px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    background-color: #0455DC;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.main .data-download .heart .pro-btn .num {
    background-color: #eee;
}

.main .data-download .heart .pro-btn .num:hover {
    background-color: #0455DC;
    color: #fff;
}

.main .data-download .heart .pro-btn .btn-active {
    background-color: #0455DC;
    color: #fff;
}

.main .product {
    background-color: #F8F9FB;
}

.main .product .heart {
    padding: 90px 0;
}

.main .product .heart .product-r {
    width: 100%;
}

.main .product .heart .product-r ul {
    width: 100%;
}

.main .product .heart .product-r ul li {
    width: 30%;
    background-color: #fff;
    padding: 30px 0;
    margin-right: 5%;
    margin-bottom: 20px;
}

.main .product .heart .product-r ul li .li-heart {
    width: 100%;
    transition: all .3s;
    padding: 0 10px;
    box-sizing: border-box;
}

.main .product .heart .product-r ul li .li-heart .img {
    width: 34%;
    margin: 0 auto;
    transition: all .3s;
}

.main .product .heart .product-r ul li .li-heart .txt {
    font-size: 14px;
    text-align: center;
    color: #333;
    padding: 30px 0 10px 0;
    transition: all .3s;
    border-bottom: 1px solid transparent;
}

.main .product .heart .product-r ul li:hover {
    box-shadow: 0px 4px 9.4px 0.6px rgba(0, 0, 0, 0.15);
}

.main .product .heart .product-r ul li:hover .li-heart .img {
    transform: scale(1.2);
}

.main .product .heart .product-r ul li:hover .li-heart .txt {
    color: #0455DC;
    border-bottom: 1px solid #0455DC;
}

.main .product .heart .product-r ul li:nth-child(3n) {
    margin-right: 0;
}