@charset "utf-8";

/* css document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "pingfang sc", "lantinghei sc", helvetica, arial, "microsoft yahei", sans-serif;
    text-align: left;
    min-width: 1250px;
}

.pcwrapper {
    background: url(/uploads/image/zximages/jhbtbanner.jpg) no-repeat center top;
    background-color: #001d3b;
    overflow: hidden;
    font-size: 20px;
    line-height: 2.2;
    color: #fff;
}

.con1200 {
    width: 1200px;
    height: auto;
    margin: 0px auto;
}

a:hover {
    text-decoration: none;
    /* cursor: ,auto; */
}

h3 {
    font-size: 22px;
    font-weight: bolder;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

.fp_title {
    display: none;
}

.fp_subtitle {
    display: inline;
}


/* pc正文 */

.logo {
    height: 60px;
    line-height: 60px;
    background-color: black;
}

.logo img {
    height: 56px;
    float: left;
}

.banner {
    height: 700px;
}

.main {
    text-align: left;
    padding: 0.5rem;
}

.main .con1200 {
    position: relative;
    overflow: hidden;
}

.main .con1200 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.main .con1200 .pcsp {
    display: block;
    width: 100%;
    height: 680px;
    border-radius: 10px;
    overflow: hidden;
}

.main .con1200 .phonesp {
    display: none;
}

.main .con1200 .swiper-slide {
    border: 3px solid #b3845b;
    border-radius: 10px;
}

.main .con1200 .topic {
    margin-top: 20px;
    background: url(/uploads/image/zximages/jhbt_tit.png) no-repeat;
    height: 150px;
    line-height: 180px;
    /* margin: 30px 0; */
}

.main .con1200 .topic h3 {
    display: inline-block;
    font-size: 32px;
    font-weight: bolder;
    color: #95bff1;
    text-shadow: 0 2px 4px #000;
    padding: 0 30px;
}

.main .con1200 .intro .con {
    border: 3px #b3845b solid;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 120px;
}

.main .con1200 .intro .con h3 {
    margin-bottom: 40px;
}

.main .con1200 .intro .con h3 span {
    /* background-color: #b3845b; */
    color: #95bff1;
    border-bottom: 3px solid #95bff1;
    padding-bottom: 15px;
}

.main .con1200 .intro .con_slide {
    display: none;
}

.main .con1200 .intro .con_slide.show {
    display: block;
}

.main .con1200 .swiper-slide video {
    width: 100%;
    max-height: 680px;
}

.myswiper2 {
    height: 80%;
    width: 100%;
    background-color: #b3845b;
    border-radius: 10px;
}

.myswiper {
    height: 20%;
    box-sizing: border-box;
}

.myswiper .swiper-slide {
    width: 33.3%;
    height: 100%;
    opacity: 0.4;
}

.myswiper .swiper-slide img {
    width: 100%;
    /* height: 180px; */
    object-fit: cover;
}

.myswiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mainfooter {
    margin-top: 0!important;
}