.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .slide-heart {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.home-banner .slide-heart .img {
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    margin-left: -960px;
}

.home-banner .swiper-pagination {
    position: absolute;
    bottom: 35px;
    z-index: 1;
    width: 138px;
    left: 50%;
    margin-left: -69px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: relative;
    margin: 0 12px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 5px;
    margin-left: -5px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #0093DD;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active::after {
    background-color: #0093DD;
}

.home-banner .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
}

.home-banner .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: auto;
}

.home-banner .swiper-bot {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    opacity: 0;
    transition: all .3s;
}

.home-banner .swiper-bot .swiper-prev,
.home-banner .swiper-bot .swiper-next {
    width: 72px;
    height: 100px;
    opacity: 0.8;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.home-banner .swiper-bot .swiper-prev img,
.home-banner .swiper-bot .swiper-next img {
    width: 20px;
    height: 36px;
}

.home-banner .swiper-bot .swiper-prev:focus,
.home-banner .swiper-bot .swiper-next:focus {
    outline: none;
}

.home-banner:hover .swiper-bot {
    opacity: 1;
}

.home-footer {
    width: 100%;
    background-color: #fff;
}

.home-footer .footer-heart .f-top {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 28px;
}

.home-footer .footer-heart .f-top .top-l {
    display: flex;
}

.home-footer .footer-heart .f-top .top-l .txt {
    font-size: 18px;
    text-align: left;
    color: #333;
    line-height: 28px;
}

.home-footer .footer-heart .f-top .top-l .add {
    display: flex;
    padding-right: 34px;
}

.home-footer .footer-heart .f-top .top-l .add .add-img {
    margin-right: 14px;
}

.home-footer .footer-heart .f-top .top-l .phone {
    display: flex;
}

.home-footer .footer-heart .f-top .top-l .phone .phone-img {
    margin-right: 14px;
}

.home-footer .footer-heart .f-top .top-r {
    position: relative;
}

.home-footer .footer-heart .f-top .top-r .share {
    display: flex;
    margin-right: 260px;
}

.home-footer .footer-heart .f-top .top-r .share a {
    margin-right: 24px;
}

.home-footer .footer-heart .f-top .top-r .pro {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 260px;
    border: 1px solid #eee;
    padding: 12px;
    box-sizing: border-box;
    padding-top: 64px;
}
.home-footer{
position: relative;
z-index:2;
}
.home-footer .footer-heart .f-top .top-r .pro .tlt {
    font-size: 22px;
    text-align: right;
    color: #333;
    font-family: "YouSheBiaoTiHei";
    font-style: italic;
}

.home-footer .footer-heart .f-top .top-r .pro .pro-btn {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 5px 0 8px;
}

.home-footer .footer-heart .f-top .top-r .pro .pro-btn .btn {
    width: 110px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 32px;
    background-color: #0093DD;
}

.home-footer .footer-heart .f-top .top-r .pro .code {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.home-footer .footer-heart .f-bom {
    border-top: 1px solid #ddd;
    font-size: 14px;
    text-align: left;
    color: #666;
    line-height: 14px;
    padding: 20px 0 40px;
}

.main {
    width: 100%;
    position: relative;
}

.main .banner {
    padding: 310px 0;
    position: absolute;
    z-index: -1;
    width: 100%;
}

.main .box {
    padding-top: 360px;
}

.main .box .box-heart {
    width: 100%;
    background-color: #F9F9F9;
    padding: 40px 62px 100px 38px;
    box-sizing: border-box;
    display: flex;
}

.main .box .box-heart .m-left {
    width: 240px;
    margin-right: 80px;
}

.main .box .box-heart .m-left .l-title {
    padding: 13px 24px 18px 24px;
    box-sizing: border-box;
    background-color: #0093DD;
}

.main .box .box-heart .m-left .l-title .tlt1 {
    font-size: 24px;
    font-family: Arial, Arial Bold, Arial Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #fff;
    line-height: 34px;
}

.main .box .box-heart .m-left .l-title .tlt2 {
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 18px;
    padding: 4px 0;
}

.main .box .box-heart .m-left .l-title .tlt3 {
    width: 24px;
    height: 3px;
    background-color: #fff;
    margin-top: 18px;
}

.main .box .box-heart .m-left .l-list {
    width: 100%;
    box-shadow: 0px 2px 6px 5px rgba(0, 0, 0, 0.1);
    padding: 24px 24px 64px;
    box-sizing: border-box;
    background-color: #fff;
}

.main .box .box-heart .m-left .l-list li {
    position: relative;
    overflow: hidden;
}

.main .box .box-heart .m-left .l-list li .li-heart {
    border-bottom: 1px solid #ddd;
}

.main .box .box-heart .m-left .l-list li .li-heart .list-top a {
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.main .box .box-heart .m-left .l-list li .li-heart .list-top a .tlt-r2,
.main .box .box-heart .m-left .l-list li .li-heart .list-top a .tlt-r3 {
    display: none;
}

.main .box .box-heart .m-left .l-list li .li-heart .list-top a .tlt-r1,
.main .box .box-heart .m-left .l-list li .li-heart .list-top a .tlt-r2 {
    width: 6px;
    height: 12px;
}

.main .box .box-heart .m-left .l-list li .li-heart .list-top a .tlt-r3 {
    width: 12px;
    height: 6px;
}

.main .box .box-heart .m-left .l-list li .li-heart .list-show {
    display: none;
    color: #666;
    padding-left: 28px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
}

.main .box .box-heart .m-left .l-list li .li-heart .list-show a:hover {
    color: #0093DD;
}

.main .box .box-heart .m-left .l-list li .line {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #0093DD;
    bottom: 0px;
    left: -100%;
    transition: all .3s;
}

.main .box .box-heart .m-left .l-list li:hover .li-heart .list-top a {
    color: #0093DD;
}

.main .box .box-heart .m-left .l-list li:hover .li-heart .list-top a .tlt-r1 {
    display: none;
}

.main .box .box-heart .m-left .l-list li:hover .li-heart .list-top a .tlt-r2 {
    display: block;
}

.main .box .box-heart .m-left .l-list li:hover .line {
    left: 0;
}

.main .box .box-heart .m-left .l-list .m-active .li-heart .list-top a {
    color: #0093DD;
}

.main .box .box-heart .m-left .l-list .m-active .li-heart .list-top a .tlt-r1 {
    display: none;
}

.main .box .box-heart .m-left .l-list .m-active .li-heart .list-top a .tlt-r2 {
    display: block;
}

.main .box .box-heart .m-left .l-list .m-active .line {
    left: 0;
}

.main .box .box-heart .m-left .l-list .li-active .li-heart .list-top a {
    color: #0093DD;
}

.main .box .box-heart .m-left .l-list .li-active .li-heart .list-top a .tlt-r1,
.main .box .box-heart .m-left .l-list .li-active .li-heart .list-top a .tlt-r2 {
    display: none;
}

.main .box .box-heart .m-left .l-list .li-active .li-heart .list-top a .tlt-r3 {
    display: block;
}

.main .box .box-heart .m-left .l-list .li-active .li-heart .list-show {
    display: block;
}

.main .box .box-heart .m-left .l-list .li-active .line {
    left: 0;
}

.main .box .box-heart .m-left .l-list .li-active:hover .li-heart .list-top a .tlt-r2 {
    display: none;
}

.main .box .box-heart .m-left .l-list .a-active {
    color: #0093DD;
}

.main .box .box-heart .m-right {
    width: calc( 100% - 320px);
}

.main .box .box-heart .m-right .r-title {
    display: flex;
    justify-content: space-between;
}

.main .box .box-heart .m-right .r-title .tlt1 {
    font-size: 30px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #333;
    line-height: 32px;
    padding-bottom: 67px;
}

.main .box .box-heart .m-right .r-title .tlt2 {
    width: 32px;
    height: 4px;
    background-color: #0093DD;
}

.main .box .box-heart .m-right .r-title .tlt3 {
    display: flex;
}

.main .box .box-heart .m-right .r-title .tlt3 .txt {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding-right: 21px;
}

.main .box .box-heart .m-right .r-title .tlt3 select {
    width: 260px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    overflow: auto;
}

.main .box .box-heart .m-right .r-title .tlt3 option {
    border: 1px solid red;
}

.main .box .box-heart .m-right .r-txt {
    width: 100%;
    font-size: 14px;
    text-align: justifyLeft;
    color: #333;
    line-height: 28px;
}

.main .box .box-heart .m-right .r-txt2 {
    font-size: 16px;
    text-align: justifyLeft;
    color: #333;
    line-height: 30px;
}

.main .box .box-heart .m-right .r-img {
    width: 100%;
    padding-top: 20px;
}

.main .box .box-heart .m-right .r-img img {
    width: 100%;
}

.main .about-enterprise {
    width: 100%;
}

.main .about-honor {
    width: 100%;
}

.main .about-honor .box .m-right ul {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.main .about-honor .box .m-right ul li {
    width: 33.3%;
     margin-bottom: 30px;
    display: flex;
    justify-content: center;
 }

.main .about-honor .box .m-right ul li a{
    position: relative;
    overflow: hidden;
    width: 240px;
}

.main .about-honor .box .m-right ul li .li-heart {
    border: 4px solid #a40000;
}

.main .about-honor .box .m-right ul li .li-heart img {
    width: 100%;
}

.main .about-honor .box .m-right ul li .li-heart p {
    display: none;
}

.main .about-honor .box .m-right ul li .mask {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.main .about-honor .box .m-right ul li .mask img {
    width: 26px;
    height: 26px;
}

.main .about-honor .box .m-right ul li:hover .mask {
    top: 0;
}

.main .about-honor .box .m-right .page {
    padding-top: 50px;
}

.main .product {
    width: 100%;
}

.main .product .box .box-heart {
    padding-bottom: 68px;
}

.main .product .box .m-right ul {
    padding-top: 60px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.main .product .box .m-right ul li {
    width: 25%;
    margin-bottom: 32px;
}

.main .product .box .m-right ul li .li-heart .li-img {
    width: 100%;
    display: flex;
    justify-content: center;
}
.main .product .box .m-right ul li .li-heart .change_wh img {
    width: 180px;
    height: 160px;
}
.main .product .box .m-right ul li .li-heart .name {
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 14px;
    padding: 16px 0;
}

.main .product .box .m-right ul li .li-heart .see-details {
    margin: 0 auto;
    width: 80px;
    background-color: #0093DD;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    transition: background-color .3s;
}

.main .product .box .m-right ul li .li-heart .see-details:hover {
    background-color: #0879B1;
}

.main .product .box .m-right ul li .details {
    display: none;
}

.main .product .box .m-right #bigImgBoxs {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 11;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 {
    width: 860px;
    margin: 150px auto;
    padding: 20px 20px 48px 48px;
    box-sizing: border-box;
    background-color: #fff;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .close1 {
    cursor: pointer;
    width: 16px;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con {
    padding-top: 30px;
    display: flex;
    align-items: flex-start;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con .imgBox {
    width: 340px;
    border: 2px solid #0093dd;
    margin-right: 80px;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con .imgBox img {
    width: 100%;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con #textShow1 .tlt {
    font-size: 24px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #333;
    line-height: 32px;
    padding-bottom: 10px;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con #textShow1 .txt {
    font-size: 16px;
    text-align: left;
    color: #333;
    line-height: 32px;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con #textShow1 .txt .t-load {
    display: flex;
    padding-top: 10px;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con #textShow1 .txt .t-load .load-img {
    width: 30px;
    margin-right: 10px;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con #textShow1 .txt .t-load .load-art {
    background-color: #E1E1E1;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con #textShow1 .txt .t-load .load-art p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con #textShow1 .btn {
    margin: 20px 0;
    width: 120px;
    background-color: #0093DD;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
    transition: background-color .3s;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart1 .con #textShow1 .btn:hover {
    background-color: #0879B1;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 {
    display: none;
    width: 1000px;
    margin: 150px auto;
    padding: 20px 20px 60px;
    box-sizing: border-box;
    background-color: #fff;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .close2 {
    cursor: pointer;
    width: 16px;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-title {
    padding-top: 40px;
    font-size: 20px;
    text-align: center;
    color: #333;
    line-height: 20px;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con {
    padding: 45px 30px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con .block {
    width: 400px;
    padding-bottom: 30px;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con .block .b-tlt {
    font-size: 16px;
    text-align: left;
    color: #333;
    line-height: 16px;
    padding-bottom: 12px;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con .block .b-tlt span {
    color: red;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con .block .inp,
.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con .block input {
    width: 400px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #dfe4ee;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all .3s;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con .block .inp:focus,
.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con .block input:focus {
    border: 1px solid #0093DD;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.12);
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con .block .inp1 {
    display: flex;
    justify-content: space-between;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con .block .inp1 .inp-con {
    width: 250px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #dfe4ee;
    transition: all .3s;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .b-con .block .inp1 .inp-con:focus {
    border: 1px solid #0093DD;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.12);
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .btn2 {
    margin: 0px auto;
    width: 160px;
    background-color: #0093DD;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    transition: background-color .3s;
}

.main .product .box .m-right #bigImgBoxs .imgBox-heart2 .btn2:hover {
    background-color: #0879B1;
}

.main .product-market {
    width: 100%;
}

.main .product-market .banner {
    background: url(../img/banner2.png) center center;
    background-size: cover;
}

.main .product-market .box .m-right .r-tab {
    padding-top: 80px;
}

.main .product-market .box .m-right .r-tab .tab-tlt .txt {
    font-size: 30px;
    text-align: left;
    color: #333;
    line-height: 30px;
    padding-bottom: 15px;
}

.main .product-market .box .m-right .r-tab .tab-tlt .line {
    width: 32px;
    height: 2px;
    background-color: #0093DD;
}

.main .product-market .box .m-right .r-tab .book {
    padding-top: 32px;
    position: relative;
}

.main .product-market .box .m-right .r-tab .book .b-con .txt {
    font-size: 14px;
    text-align: left;
    color: #333;
    line-height: 17px;
    padding-top: 15px;
}

.main .product-market .box .m-right .r-tab .owl-nav {
    width: 100%;
}

.main .product-market .box .m-right .r-tab .owl-nav .owl-prev,
.main .product-market .box .m-right .r-tab .owl-nav .owl-next {
    width: 36px;
    height: 42px;
    position: absolute;
    text-indent: 10000px;
    cursor: pointer;
    content: none;
    overflow: hidden;
    top: 50%;
    margin-top: -36px;
}

.main .product-market .box .m-right .r-tab .owl-nav .owl-prev {
    background: url(../img/cd-left.png);
    background-size: cover;
    left: 0;
}

.main .product-market .box .m-right .r-tab .owl-nav .owl-prev:hover {
    background: url(../img/cd-left1.png);
}

.main .product-market .box .m-right .r-tab .owl-nav .owl-next {
    background: url(../img/cd-right.png);
    background-size: cover;
    right: 0;
}

.main .product-market .box .m-right .r-tab .owl-nav .owl-next:hover {
    background: url(../img/cd-right1.png);
}

.main .RDcenter {
    width: 100%;
}

.main .RDcenter .box .m-right .r-tab {
    padding-top: 80px;
}

.main .RDcenter .box .m-right .r-tab .tab-tlt .txt {
    font-size: 30px;
    text-align: left;
    color: #333;
    line-height: 30px;
    padding-bottom: 15px;
}

.main .RDcenter .box .m-right .r-tab .tab-tlt .line {
    width: 32px;
    height: 2px;
    background-color: #0093DD;
}

.main .RDcenter .box .m-right .r-tab .swiper {
    padding-top: 32px;
}

.main .RDcenter .box .m-right .r-tab .swiper .slide-heart .img {
    width: 100%;
}

.main .RDcenter .box .m-right .r-tab .swiper .slide-heart .img img {
    width: 100%;
}

.main .RDcenter .box .m-right .r-tab .swiper .slide-heart .txt {
    font-size: 14px;
    font-family: Arial Regular, Arial Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #333;
    line-height: 28px;
}

.main .RDcenter .box .m-right .r-tab .swiper .slide-heart .line {
    width: 100px;
    height: 1px;
    background-color: #0093DD;
}

.main .RDcenter .box .m-right .r-tab .swiper-bot {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0;
    position: relative;
}

.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-prev,
.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-next {
    width: 36px;
    height: 42px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-prev .img2,
.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-next .img2 {
    display: none;
}

.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-prev:hover .img1,
.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-next:hover .img1 {
    display: none;
}

.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-prev:hover .img2,
.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-next:hover .img2 {
    display: block;
}

.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-prev:focus,
.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-next:focus {
    outline: none;
}

.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-prev {
    left: 35%;
}

.main .RDcenter .box .m-right .r-tab .swiper-bot .swiper-next {
    right: 35%;
}

.main .RDcenter .box .m-right .r-tab .swiper-pagination-fraction {
    width: 100%;
    font-size: 14px;
    font-family: Arial Regular, Arial Regular-Regular;
    text-align: center;
    line-height: 42px;
    z-index: 7;
}

.main .RDcenter .box .m-right .r-tab .swiper-pagination-fraction .swiper-pagination-current {
    color: #0093DD;
}

.main .social {
    width: 100%;
}

.main .news {
    width: 100%;
}

.main .news .box .m-right ul {
    width: 100%;
}

.main .news .box .m-right ul li {
    width: 100%;
    background-color: #fff;
    transition: all .3s;
    margin-bottom: 20px;
}

.main .news .box .m-right ul li:last-child {
    margin-bottom: 0;
}

.main .news .box .m-right ul li a {
    display: flex;
    align-items: stretch;
}

.main .news .box .m-right ul li a .li-left {
    width: 200px;
    position: relative;
}

.main .news .box .m-right ul li a .li-left img {
    object-fit: cover;
}

.main .news .box .m-right ul li a .li-left .mask {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transition: all .3s;
}

.main .news .box .m-right ul li a .li-left:hover .mask {
    opacity: 1;
}

.main .news .box .m-right ul li a .li-right {
    width: calc(100% - 200px);
    padding: 15px 34px;
    box-sizing: border-box;
}

.main .news .box .m-right ul li a .li-right .tlt {
    font-size: 18px;
    text-align: left;
    color: #333;
    line-height: 36px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main .news .box .m-right ul li a .li-right .tlt:hover {
    color: #0093DD;
}

.main .news .box .m-right ul li a .li-right .art {
    font-size: 14px;
    text-align: left;
    color: #666;
    line-height: 28px;
    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 .box .m-right ul li a .li-right .day {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.main .news .box .m-right ul li a .li-right .day .day-l {
    font-size: 14px;
    text-align: left;
    color: #999;
    line-height: 28px;
}

.main .news .box .m-right ul li a .li-right .day .line {
    width: 1px;
    height: 14px;
    background-color: #ddd;
    margin: 0 35px;
}

.main .news .box .m-right ul li:hover {
    box-shadow: 0px 6px 6px 5px rgba(0, 0, 0, 0.1);
}

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

.main .news-details .box .m-right .content .con-title {
    font-size: 24px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: center;
    color: #333;
    line-height: 38px;
}

.main .news-details .box .m-right .content .day {
    line-height: 14px;
    font-size: 14px;
    color: #999;
    padding: 37px 0 23px;
    display: flex;
    justify-content: center;
}

.main .news-details .box .m-right .content .day p {
    padding: 0 25px;
    box-sizing: border-box;
}

.main .news-details .box .m-right .content .share {
    display: flex;
    justify-content: space-between;
}

.main .news-details .box .m-right .content .share .line {
    flex: auto;
    height: 1px;
    background-color: #ddd;
    margin-top: 8px;
}

.main .news-details .box .m-right .content .share .bshare-custom {
    height: 24px;
    display: flex;
    margin: 0 30px;
}

.main .news-details .box .m-right .content .share .bshare-custom a {
    height: 24px;
    margin: 0 12px;
}

.main .news-details .box .m-right .content .article {
    padding-top: 60px;
    font-size: 14px;
    text-align: justifyLeft;
    color: #333;
    line-height: 28px;
    text-indent: 2rem;
}

.main .news-details .box .m-right .content .article p {
    padding-bottom: 40px;
}

.main .news-details .box .m-right .content .article p:last-child {
    padding-bottom: 0;
}

.main .news-details .box .m-right .content .img {
    padding: 25px 0 80px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.main .news-details .box .m-right .content .upORdown {
    padding-top: 35px;
    font-size: 14px;
    text-align: justifyLeft;
    color: #666;
    line-height: 36px;
}

.main .news-details .box .m-right .content .upORdown a:hover {
    color: #0093DD;
}

.main .network-international,
.main .network-domestic {
    width: 100%;
}

.main .network-international .box .m-right .r-txt,
.main .network-domestic .box .m-right .r-txt {
    padding: 36px 0 54px;
    font-size: 16px;
}

.main .network-international .box .m-right ul,
.main .network-domestic .box .m-right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main .network-international .box .m-right ul li,
.main .network-domestic .box .m-right ul li {
    padding-top: 26px;
    width: 33%;
}

.main .network-international .box .m-right ul li a,
.main .network-domestic .box .m-right ul li a {
    display: flex;
}

.main .network-international .box .m-right ul li a .li-img,
.main .network-domestic .box .m-right ul li a .li-img {
    width: 28px;
    margin-right: 25px;
}

.main .network-international .box .m-right ul li a .txt,
.main .network-domestic .box .m-right ul li a .txt {
    font-size: 16px;
    text-align: left;
    color: #333;
    line-height: 28px;
}

.main .investor {
    width: 100%;
}

.main .contact-us,
.main .online-message {
    width: 100%;
}

.main .contact-us .box .m-right .block,
.main .online-message .box .m-right .block {
    width: 100%;
}

.main .contact-us .box .m-right .block .title,
.main .online-message .box .m-right .block .title {
    display: flex;
    padding-bottom: 20px;
}

.main .contact-us .box .m-right .block .title .line,
.main .online-message .box .m-right .block .title .line {
    width: 6px;
    height: 16px;
    background-color: #0093DD;
    margin-right: 10px;
    margin-top: 8px;
}

.main .contact-us .box .m-right .block .title .txt,
.main .online-message .box .m-right .block .title .txt {
    font-size: 16px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #333;
    line-height: 32px;
}

.main .contact-us .box .m-right .block .art,
.main .online-message .box .m-right .block .art {
    font-size: 14px;
    text-align: left;
    color: #333;
    line-height: 30px;
}

.main .contact-us .box .m-right .block .art span,
.main .online-message .box .m-right .block .art span {
    color: #999;
}

.main .contact-us .box .m-right .map,
.main .online-message .box .m-right .map {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.main .contact-us .box .m-right .map #map,
.main .online-message .box .m-right .map #map {
    width: 100%;
    height: 100%;
    overflow: visible !important;
}

.main .contact-us .box .m-right .map #map .anchorBL,
.main .online-message .box .m-right .map #map .anchorBL {
    display: none;
}


/* .main .contact-us .box .m-right .map #map .BMap_stdMpCtrl,
.main .online-message .box .m-right .map #map .BMap_stdMpCtrl {
  display: none;
} */

.main .contact-us .box .m-right .map #map .BMap_Marker img,
.main .online-message .box .m-right .map #map .BMap_Marker img {
    width: 100%;
}

.main .contact-us .box .m-right .lines,
.main .online-message .box .m-right .lines {
    width: 100%;
    height: 1px;
    background-color: #0093DD;
    margin: 60px 0 50px;
}

.main .contact-us .box .m-right .blocks,
.main .online-message .box .m-right .blocks {
    display: flex;
    flex-wrap: wrap;
}

.main .contact-us .box .m-right .blocks .block,
.main .online-message .box .m-right .blocks .block {
    width: 50%;
}

.main .contact-us .box .m-right .online-table,
.main .online-message .box .m-right .online-table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.main .contact-us .box .m-right .online-table .tab-li,
.main .online-message .box .m-right .online-table .tab-li {
    width: 370px;
    padding-bottom: 30px;
}

.main .contact-us .box .m-right .online-table .tab-li .tlt,
.main .online-message .box .m-right .online-table .tab-li .tlt {
    font-size: 16px;
    text-align: left;
    color: #333;
    line-height: 16px;
    padding-bottom: 12px;
}

.main .contact-us .box .m-right .online-table .tab-li .tlt span,
.main .online-message .box .m-right .online-table .tab-li .tlt span {
    color: red;
}

.main .contact-us .box .m-right .online-table .tab-li input,
.main .online-message .box .m-right .online-table .tab-li input {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #dfe4ee;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all .3s;
}

.main .contact-us .box .m-right .online-table .tab-li input:focus,
.main .online-message .box .m-right .online-table .tab-li input:focus {
    border: 1px solid #0093DD;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.12);
}

.main .contact-us .box .m-right .online-table .tab-li .tab-con,
.main .online-message .box .m-right .online-table .tab-li .tab-con {
    display: flex;
    justify-content: space-between;
}

.main .contact-us .box .m-right .online-table .tab-li .tab-con input,
.main .online-message .box .m-right .online-table .tab-li .tab-con input {
    width: 220px;
}

.main .contact-us .box .m-right .online-table .tab-li1,
.main .online-message .box .m-right .online-table .tab-li1 {
    width: 100%;
}

.main .contact-us .box .m-right .online-table .tab-li1 textarea,
.main .online-message .box .m-right .online-table .tab-li1 textarea {
    width: 100%;
    min-height: 200px;
    font-size: 14px;
    line-height: 32px;
    background: #fff;
    border: 1px solid #dfe4ee;
    padding: 5px 10px;
    box-sizing: border-box;
    transition: all .3s;
}

.main .contact-us .box .m-right .online-table .tab-li1 textarea:focus,
.main .online-message .box .m-right .online-table .tab-li1 textarea:focus {
    border: 1px solid #0093DD;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.12);
}

.main .contact-us .box .m-right .btn,
.main .online-message .box .m-right .btn {
    margin: 40px 0 130px;
    width: 160px;
    background-color: #0093DD;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    transition: background-color .3s;
}

.main .contact-us .box .m-right .btn:hover,
.main .online-message .box .m-right .btn:hover {
    background-color: #0879B1;
}