@charset "utf-8";

html,
body {
    font-family: "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
em,
strong,
a,
button {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

textarea {
    resize: none;
}

em,
i {
    font-style: normal;
}

i {
    display: inline-block;
}

.test {
    display: none;
}


.full {
    width: 100%;
    height: 100%;
    display: inline-block;
}





.BMap_Marker>div {
    width: 39px !important;
}

.BMap_bubble_title {
    color: #2FB6E0;
    font-size: 14px;
    margin-bottom: 4px;
    white-space: normal !important;
    padding-top: 10px;
}

.BMap_bubble_content {
    color: #999999;
    font-size: 14px;
}

.anchorBL a img {
    display: none;
}

.BMap_cpyCtrl {
    display: none;
}



.wrap {
    width: 1200px;
    margin: 0 auto;
    word-break: break-all;
    overflow: hidden;
}



.leftColor {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #16A8F3;
    z-index: -1;
}

.rightColor {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /* background-color: #4DC3FF; */
    z-index: -1;
    background: url(../img/nav_con_bg.png) no-repeat right bottom / 772px 442px #4DC3FF;
}




.slick-list {
    height: 100%;
}

.slick-track {
    height: 100%;
}
.slick-dots {
    width: auto !important;
    height: 40px;
    top: 268px;
    left: 440px;
    transform: translateX(-50%);
    position: relative;
    z-index: 991;
    display: none !important;
}
.slick-dots li {
    /* background-color: rgba(255, 255, 255, .3) !important; */
    width: 24px !important;
    height: 50px !important;
    margin: 0 15px !important;
    background-color: transparent !important;
    position: relative;
    z-index: 991;
}

.slick-dots li:nth-of-type(1) {
    margin-left: 0px !important;
}

.slick-dots li:nth-last-of-type(1) {
    margin-right: 0px !important;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.slick-dots li.slick-active {
    /* width: 24px; */
    /* height: 8px; */
    /* border-radius: 4px 4px 4px 4px; */
    /* background-color: #0B1788 !important; */
}

.slick-dots li.slick-active::before {
    content: "";
    width: 100%;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 4px 4px 4px 4px;
    background-color: #0B1788 !important;
    transition: .35s;

}

.in_banner .ban_lb a .btn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #0B1788;
    border: 1px solid #0B1788;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 200px;
    left: 360px;
    z-index: 98;
}



.dot_num {
    position: absolute;
    left: 440px;
    top: 280px;
    z-index: 98;
    font-size: 12px;
    transform: translateX(-50%);
    color: #0B1788;
    padding-top: 8px;
    border-top: 1px solid #0B1788;
    display: none;
}

.dot_num span {
    display: inline-block;
    /* margin: 0 20px; */
    width: 24px;
    margin: 0 15px;
    text-align: center;
}

.dot_num span:nth-of-type(1) {
    margin-left: 0px;
}

.dot_num span:nth-last-of-type(1) {
    margin-right: 0px;
}


.BMap_bubble_title {
    font-weight: bold;
}

.BMapLib_sendToPhone {
    display: none;
}

.o1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.o2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o5 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o6 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o7 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.o8 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/* 头部 */


.nav .wrap {
    overflow: unset;
}







@keyframes myfirst {
    0% {
        background: red;
    }

    25% {
        background: yellow;
    }

    50% {
        background: blue;
    }

    100% {
        background: green;
    }
}



.detail_main {}



.detail_main .swiper {
    width: 352px;
    height: 300px;
    position: relative;
}

.detail_main .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.detail_main .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}


.detail_main .swiper-slide {
    background-size: cover;
    background-position: center;
}

.detail_main .mySwiper2 {
    height: 226px;
    width: 352px;
    margin-bottom: 10px;
}

.detail_main .mySwiper {
    width: 352px;
    height: 80px;
    box-sizing: border-box;
    /* padding: 10px 40px; */
}
.detail_main .mySwiper .testbox {
    width: 276px;
    margin: 20px 40px;
    overflow: hidden;
}
.detail_main .mySwiper .swiper-wrapper {
    /* justify-content: center; */
    /* transform: none !important; */
}

.detail_main .mySwiper .swiper-slide {
    width: 72px !important;
    height: 48px !important;
    opacity: 0.4;
    margin: 0 10px;
}

.detail_main .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.detail_main .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_main .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -65px;
}

.detail_main .swiper-button-prev::after {
    width: 40px !important;
    height: 40px !important;
    content: '';
    font-family: 'Courier New', Courier, monospace;
    background: url(../img/pro_det_icon8.png) no-repeat center center / 100% 100%;
}

.detail_main .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -65px;
}

.detail_main .swiper-button-next::after {
    width: 40px !important;
    height: 40px !important;
    content: '';
    font-family: 'Courier New', Courier, monospace;
    background: url(../img/pro_det_icon7.png) no-repeat center center / 100% 100%;
}


/* 

body::-webkit-scrollbar-track {
    background-color: transparent;
        background-color: rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

body::-o-scrollbar-track {
    background-color: transparent;
        background-color: rgba(0, 0, 0, 0.3);
}

body::-o-scrollbar {
    width: 5px;
}

body::-o-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

body::-moz-scrollbar-track {
    background-color: transparent;
        background-color: rgba(0, 0, 0, 0.3);
}

body::-moz-scrollbar {
    width: 5px;
}

body::-moz-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
} */















.case_list {
    width: 1200px;
    box-sizing: border-box;
    height: 495px;
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
}

.case_list .box {
    width: 1032px;
    height: 495px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.case_list .left_img,
.case_list .right_img {
    width: 64px;
    height: 64px;
}

.case_list .left_img img,
.case_list .right_img img {
    width: 100%;
}

.case_list .left_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.case_list .right_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.case_list .box .wrapper {
    height: 495px;
    display: flex;
    position: absolute;
    top: 0;
}

.case_list .case_slide {
    width: 304px !important;
    height: 495px !important;
    margin: 0 20px;
    font-size: 18px;
    transition: .35s;
    position: relative;
    flex-shrink: 0;
}

.case_list .case_slide:nth-last-of-type(1) {
    margin-right: 0;
}

.case_list .case_slide a {
    display: inline-block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.case_list .case_slide a:hover img {
    transform: scale(1.05);
}

.case_list .case_slide .item_title {
    width: 304px;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #333 transparent;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: absolute;
    bottom: 0;
}

.case_list .case_slide a .text {
    width: 304px;
    height: 136px;
    box-sizing: border-box;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0061AE 100%);
    position: absolute;
    bottom: 0;
}

.case_list .case_slide a .text h6 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.case_list .case_slide a .text p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.case_list .case_slide a img {
    width: 100%;
    transition: .35s;
}

.case_list .swiper-button-prev,
.case_list .swiper-button-next {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    border: 3px solid rgb(153, 153, 153);
    color: rgb(153, 153, 153) !important;
    transition: .35s;
}

.case_list .swiper-button-prev::after,
.case_list .swiper-button-next::after {
    font-weight: bold;
}

.case_list .swiper-button-prev:hover,
.case_list .swiper-button-next:hover {
    /* border: 3px solid #000; */
    border-color: #333;
    color: #333 !important;
}

.case_list .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
}

.case_list .swiper-button-next {
    position: absolute;
    right: 0;
    top: 50%;
}











.case_list2 {
    width: 1200px;
    box-sizing: border-box;
    height: 495px;
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
}

.case_list2 .box {
    /* width: 1032px; */
    height: 495px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.case_list2 .left_img,
.case_list2 .right_img {
    width: 64px;
    height: 64px;
    display: none;
}

.case_list2 .left_img img,
.case_list2 .right_img img {
    width: 100%;
}

.case_list2 .left_img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.case_list2 .right_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.case_list2 .box .wrapper {
    height: 495px;
    display: flex;
    position: absolute;
    top: 0;
}

.case_list2 .case_slide {
    width: 304px !important;
    height: 495px !important;
    margin: 0 20px;
    font-size: 18px;
    transition: .35s;
    position: relative;
    flex-shrink: 0;
}

.case_list2 .case_slide:nth-last-of-type(1) {
    margin-right: 0;
}

.case_list2 .case_slide a {
    display: inline-block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.case_list2 .case_slide .item_title {
    width: 304px;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #333 transparent;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: absolute;
    bottom: 0;
}

.case_list2 .case_slide a .text {
    width: 304px;
    height: 136px;
    box-sizing: border-box;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0061AE 100%);
    position: absolute;
    bottom: 0;
}

.case_list2 .case_slide a .text h6 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.case_list2 .case_slide a .text p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.case_list2 .case_slide a img {
    width: 100%;
    transition: .35s;
}

.case_list2 .case_slide a:hover img {
    transform: scale(1.1);
}

.case_list2 .swiper-button-prev,
.case_list2 .swiper-button-next {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    border: 3px solid rgb(153, 153, 153);
    color: rgb(153, 153, 153) !important;
    transition: .35s;
}

.case_list2 .swiper-button-prev::after,
.case_list2 .swiper-button-next::after {
    font-weight: bold;
}

.case_list2 .swiper-button-prev:hover,
.case_list2 .swiper-button-next:hover {
    /* border: 3px solid #000; */
    border-color: #333;
    color: #333 !important;
}

.case_list2 .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
}

.case_list2 .swiper-button-next {
    position: absolute;
    right: 0;
    top: 50%;
}











.swiper-container {
    width: 1200px;
    box-sizing: border-box;
    min-height: 400px;
    display: flex;
    justify-content: center;
    position: relative;
}

.swiper-container .box1 {
    width: 1032px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container .box .swiper-wrapper {
    margin-top: 0px;
    /* height: 400px; */
    position: relative;
    display: flex;
}

.swiper-container .swiper-slide {
    width: 304px !important;
    height: 495px !important;
    margin: 0 20px;
    font-size: 18px;
    transition: .35s;
    position: relative;
    flex-shrink: 0;
}

.swiper-container .swiper-slide:nth-last-of-type(1) {
    margin-right: 0;
}

.swiper-container .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.swiper-container .swiper-slide .item_title {
    width: 304px;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #333 transparent;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    position: absolute;
    bottom: 0;
}

.swiper-container .swiper-slide a .text {
    width: 304px;
    height: 136px;
    box-sizing: border-box;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #0061AE 100%);
    position: absolute;
    bottom: 0;
}

.swiper-container .swiper-slide a .text h6 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.swiper-container .swiper-slide a .text p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.swiper-container .swiper-slide a img {
    width: 100%;
    transition: .35s;
}

.swiper-container .swiper-slide a:hover img {
    transform: scale(1.1);
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    border: 3px solid rgb(153, 153, 153);
    color: rgb(153, 153, 153) !important;
    transition: .35s;
    cursor: pointer;
    position: relative;
    font-size: 18px;
}

.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
    font-weight: bold;
    font-size: 32px;
}

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-button-next:hover {
    border-color: #333;
    color: #333 !important;
}

.swiper-container .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
}

.swiper-container .swiper-button-next {
    position: absolute;
    right: 0;
    top: 50%;
}