* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
.layui-fluid {
    padding: 2vw 0;
}
body {
    background-color: rgb(245,245,247);
    /*height: 2000px;*/
    overflow-x: hidden;
}
.header {
    width: 100%;
    height: 100%;
    position: relative;
}
.headTitle {
    font-size:48px;
}
.headerContent {
    width: 100%;
    height: 100%;
    /*-webkit-box-shadow:13px 29px 11px 3px rgba(62,66,66,0.22);*/
    /*-moz-box-shadow: 13px 29px 11px 3px rgba(62,66,66,0.22);*/
    /*box-shadow: 13px 29px 11px 3px rgba(62,66,66,0.22);*/
    position: relative;
}
.headInfo {
    position:absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.headerContent>div {
    /*margin-left: 10%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.headerContent .btn {
    display: inline-block;
    width: 200px;
    height: 48px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    color: #fff;

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-size: 22px;
}
.headerContent .downloadBtn{
    margin-right: 50px;
    background-image: linear-gradient(110.6deg, rgb(179, 157, 219) 7%, rgb(150, 159, 222) 47.7%, rgb(24, 255, 255) 100.6%);
}
.headerContent .resBtn {
    margin-left: 50px;
    color: #0072e4;
    background-color: #fff;
}
.headerContent .originBtn:hover {
    opacity: .8;
}
.imgContainer {
    position:absolute;-
left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    margin-left: 0;
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.honeContainer {
    text-align: center;
    background-image: url(../img/tybj.png);
    color: #fff;
    /*padding: 20px 0;*/
}
.swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo img {
    width: 140px;
    height: 40px;
    position:absolute;
    z-index: 2;
    left: 10%;
    top: 0;
}
.logo {
    width: 180px;
    height: 46px;
    position: absolute;
    left: 30px;
    top: 20px;
}
.swiper2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.swiper2 img {
    height: 450px;
    object-fit: cover;
}
.swiper .swiper-slide {
    margin: 0 20px;
}
.sales_card {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
}
.sales_card h2 {
    font-size: 26px;
    color: #467af0;
    margin-bottom: 14px;
    font-weight: 400;
}
.sales_card h4 {
    font-size: 14px;
    color: #444353;
    font-weight: 400;
}
.sales_card p {
    font-size: 14px;
    color: #353535;
    margin-bottom: 18px;
}
.footer {
    background: #3a3c45;
    color: #f2f2f2;
    position: relative;
    padding: 0;
}
.footer .container {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content:center;
    align-items:center;
}
.footer .container h4, .footer .container h5 {
    margin-top: 25px;
    margin-bottom: 10px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #2b7fe0;
}
.ldItem {
    background-color: #fff;
    box-sizing: border-box;
    /*padding: 0 20px 20px 20px;*/
    text-align:center;
    border-radius: 7px;
    /*height: 250px;*/
}

.ldItem .ldImg {
    background-color: #2b7fe0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.ldItem .txt {
    padding: 10px 20px;
    box-sizing: border-box;
}
.ldItem .info {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}
.ldItem .desc {
    font-size: 12px;
}
.mgBot {
    margin-bottom: 30px;
}
.bgimgs {
    height: 800px;
    padding: 0;
}
.bodyimgone {
    background-image: url(../img/tybj.png);
    position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2vw 0;
}
.wrapper {
    text-align: center;
}
.bodyimgone .wrapper {
    text-align: center;
    width: 86%;
    margin: 0 auto;
    /*height: 600px;*/
    /*background-color: #fff;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
}
.bodyimgone .wrapper .cont {
    margin: 2vw auto 0 auto;
    background-color: #fafafa;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    height: 540px;
    width: 1200px;
}
.bodyimgone .wrapper .cont .tab-list {
    background-color: #fff;
    border-right: 1px solid #eaedf0;
}

.bodyimgone .wrapper .cont .tab-list  .item {
    width: 100%;
    height: 90px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #eceff1;
    cursor: pointer;
    line-height: 90px
}
.bodyimgone .wrapper .cont .tab-list .item.active {
    background-color: #0052d9;
    color: #fff;
}
.bodyimgone .wrapper h3,.mgBot h3,.wrapper h3 {
    font-size: 32px;
    color: #545454;
}
.bodyimgone .wrapper p,.mgBot p,.wrapper p {
    color: #545454;
    letter-spacing: 2px;
}
.bodyimgone .wrapper .cont .tab-cont {
    flex: 1 1 auto;
    padding: 3vw;
}
.bodyimgone .wrapper .cont .tab-cont .child {
    width: 100%;
    height: 100%;
    display: none;
    transition: .3s;
}
.bodyimgone .wrapper .cont .tab-cont .child.active {
    display:flex;
}
.bodyimgone .wrapper .cont .tab-cont .child .left-cont {
    vertical-align: middle;
    width: 100%;
    position: relative;
    padding-right: 2vw;
    display: flex;
    flex-direction: column;
    justify-content:center;
    text-align:left;
}
.bodyimgone .wrapper .cont .tab-cont .child .left-cont .item {
    margin-bottom: 40px;
}
.bodyimgone .wrapper .cont .tab-cont .child .left-cont .item span {
    font-size: 20px;
    user-select: none;
}
.bodyimgone .wrapper .cont .tab-cont .child .right-cont img {
    width: 100%;
}
.bodyimgone .wrapper .cont .tab-cont .child .right-cont {
    vertical-align: middle;
    width: 100%;
}
.ydContainer {
    background-image: url(../img/tybj.png);
    position:relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4.5vw 0;
    height: 600px;
    position:relative;
}
.pcAndMobImgContainer {
    text-align: center;
    background-image: url(../img/jqbj.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.pcAndMobImgContainer .pcandmob {
    margin: auto;
    display: flex;
    justify-content:center
}
.pcAndMobImgContainer .pcandmob .pro_mob {
    width: 28%;
}
.pcAndMobImgContainer .pcandmob .pro_pc {
    width: 70%;
}
.mFooter {
    display:none;
    padding: 10px 20px;
    background-color: #445178;
    color: #fff;
    /*margin-bottom: 80px;*/
}
.mFooter .footerTitle {
    padding: 15px 0 10px;
    opacity: 0.5;
}
.mFooter ul {
    display: flex;
    flex-wrap: wrap;
}
.mFooter ul li {
    width: 25%;
    margin: 10px 0;
}
.xtbg {
    background-color: rgb(247, 248, 251);
    /*padding: 20px 0;*/
}
.xtbg .wrapper {
    margin: 0 auto 2vw auto;
}
.xtbg .topTab .topTabList {
    display: flex;
    justify-content:space-evenly;
    font-size: 20px;
    width: 80%;
    margin: 20px auto 40px auto;
}
.xtbg .topTab .topTabList li {
    background-color:#fff;
    color: #000;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}
.xtbg .topTab .topTabList li img {
    vertical-align: -5px;
    width: 24px;
    height: 24px;
}
.mhcontainer {
    margin: 0 auto 2vw auto;
}
.xtbg .topTab .topTabList li img.smallImg {
    width: 20px;
    height: 20px;
}
.xtbg .topTab .topTabList li.active {
    background-color: #0072e4;
    color: #fff;
}
.vipContainer {
    display: flex;
    justify-content:center;
    margin-bottom: 20px;
    position: relative;
}

.vipContainer .popContainer {
    position:absolute;
    top: -250px;
    left: -95px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: .3s;
}
.vipContainer .vipItem {
    height: 420px;
    position: relative;
    width: 380px;
    background-color: #f7f8fa;
    border-radius: 15px;
    margin: 0 20px;
    padding: 20px 30px;
}
.vipContainer .vipItem:hover{
    box-shadow: 0 2px 10px 0 rgba(44, 50, 83, .01), 0 4px 48px 0 rgba(44, 50, 83, .16);
}
.vipContainer .vipItem .vipHead {
    display:flex;
    justify-content:left;
    font-size: 18px;
    letter-spacing: 2px;
}
.vipContainer .vipItem .vipHead h3 {
    font-weight: normal;
}
.vipChildList {
    margin-left: 20px;
    margin-top: 30px;
}
.vipChildList .vipChildItem {
    text-align: left;
    margin: 10px auto;
    font-size: 18px;
}
.vipBtn {
    outline:none;
    border: none;
    width: 144px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
    background-image: linear-gradient(110.6deg, rgb(179, 157, 219) 7%, rgb(150, 159, 222) 47.7%, rgb(24, 255, 255) 100.6%);
}
.vipBtn:hover {
    opacity: .7;
}
.tabContentList li {
    width: 800px;
    height: 450px;
    margin: 10px auto 0 auto;
    display: none;
}
.tabContentList li img {
    width: 100%;
    height: 100%;
}
.tabContentList li.active {
    display: block;
}
.swiper-button-prev {
    left: 150px;
}
.swiper-button-next {
    right: 150px;
}
.vipBtnContainer{
    position:absolute;
    bottom: 20px;
    left:110px;

}
.jgcontainer {
    display:flex;
    justify-content:center;
}
.jgcontainer img {
    width: 1200px;
    height: 700px;
    object-fit: cover;
}
.jgWrapper {
    margin: 0 auto 2vw auto;
}
.vipWrapper {
    margin: 0 auto 2vw auto;
    margin-top: 30px;
}
.vipContainerBox {
    background-color: #fff;
    padding: 20px 0;
}
.popBox {
    display: none;
    position:fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    height: 400px;
    padding: 30px;
    background-color: #EEEEEE;
    text-align: center;
}
.popBox img {
    width: 200px;
    height: 200px;
}
.popBox p {
    margin-top: 50px;
}
.popBox span {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.popBox button {
    margin-top: 20px;
}
.clientImg {
    /*background-color: #fff;*/
    width: 80px;
    transition: .3s;
}
.clientImg:hover {
    transform: scale(1.1);
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.vipContainerBox .detailContainer {
    text-align: center;
    padding: 50px 0;
    border-radius: 5px;
}
.vipContainerBox .detailContainer .detailLink {
    padding: 10px 15px;
    background-color: #4B8EE5;
    font-size: 20px;
    color: #fff;
}
#iframe_footer {
    overflow: hidden;
    width: 100%;
    height: 253px;
    border: 0;
}