body {
    background-color: #fff;
}
.layui-fluid {
    padding: 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.mg20 {
    margin-top: 20px;
}
.mg10 {
    margin-top: 10px;
}
/*头部区域样式开始*/
.header {
    height: 500px;
    position:relative;
    background-image: url("../img/header/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header .content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-40%);
    color: #fff;
    text-align: center;
}
.header .content .downloadBtn a {
    color: inherit;
}
.header .content .downloadBtn {
    margin-top: 30px;
    background-color: #fff;
    font-size: 18px;
    color: #0072e4;
}
.header .content .downloadBtn:hover {
    opacity: .8;
}
.header .content .logo {
    width: 300px;
}
.header .content .title {
    font-size: 36px;
    letter-spacing: 3px;
    margin-top: 30px;
}
.header .content .desc {
    margin-top: 30px;
    font-size: 24px;
    letter-spacing: 3px;
}
/*头部区域样式结束*/
/*内容模块区域样式开始*/
.main .content {
    padding: 3vw 0 2.5vw 0;
}
.main .container>.title {
    text-align: center;
    font-size: 32px;
    color: #545454;
    font-weight: bold;
}
.main .container>.desc {
    text-align: center;
    font-size: 22px;
    color: #545454;
}
.tybj {
    background-image: url("../img/commonBg/tybj.png");
}
.domesticContainer .domeContent {
    display: flex;
    justify-content:space-between;
}
.domesticContainer .domeContent .domeItem .domeTitle {
    font-size: 20px;
}
.domesticContainer .domeContent .domeItem .domeTitle .domeDesc {
    font-size: 18px;
}
.domesticContainer .domeContent .domeItem .imgBox img {
    width: 350px;
    height: 230px;
    object-fit: cover;
}
.coreContainer .coreContent .topTab .topTabList {
    display: flex;
    justify-content:space-evenly;
    font-size: 20px;
    width: 100%;
    margin: 20px auto 40px auto;
}
.coreContainer .coreContent .topTab .topTabList li {
    background-color:#fff;
    color: #000;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}
.coreContainer .coreContent .topTab .topTabList li img {
    vertical-align: -5px;
    width: 24px;
    height: 24px;
}
.coreContainer .coreContent .topTab .topTabList li img.smallImg {
    width: 20px;
    height: 20px;
}
.coreContainer .coreContent .topTab .topTabList li.active {
    background-color: #0072e4;
    color: #fff;
}
.coreContainer .coreContent .tabContent .tabContentList li {
    width: 800px;
    height: 450px;
    margin: 10px auto 0 auto;
    display: none;
}
.coreContainer .coreContent .tabContent .tabContentList li img {
    width: 100%;
    height: 100%;
}
.coreContainer .coreContent .tabContent .tabContentList li.active {
    display: block;
}
.documentContainer .documentContent {
    text-align: center;
}
.documentContainer .documentContent .swiper img {
    width: 780px;
    height: 450px;
    object-fit: cover;
}
.communicationContainer .communicationContent {
    display: flex;
    justify-content:space-between;
}
.communicationContainer .communicationContent .communicationLeft {
    width: 45%;
}
.communicationContainer .communicationContent .communicationLeft .comTitle {
    font-size: 20px;
    color: #1e9fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #1e9fff;
}
.communicationContainer .communicationContent .communicationLeft .comList {
    display: flex;
    flex-wrap: wrap;
}
.communicationContainer .communicationContent .communicationLeft .comList .comItem {
    width: 45%;
    display:flex;
    align-items: center;
    margin: 19px 0;
}
.communicationContainer .communicationContent .communicationLeft .comList .comItem .dot {
    width: 40px;
    height: 40px;
    background-color: #1e9fff;
    text-align: center;
    line-height:40px;
    color: #fff;
    border-radius: 50%;
}
.communicationContainer .communicationContent .communicationLeft .comList .comItem .text {
    font-size: 20px;
    margin-left: 5px;
}
.communicationContainer .communicationContent .communicationRight {
    width: 600px;
    display: flex;
    justify-content: space-between;
}
.communicationContainer .communicationContent .communicationItem1,.communicationContainer .communicationContent .communicationItem2 {
    width: 280px;
    height: 570px;
    background-image: url("../img/communication/tx1.png");
    background-repeat: no-repeat;
    position: relative;
}
.communicationContainer .communicationContent .communicationItem1 img,.communicationContainer .communicationContent .communicationItem2 img {
    position: absolute;
    left: 22px;
    top: 69px;
}
.frameWorkContainer .frameWorkContent img {
    width: 1200px;
}
.secureContainer .secureContent {
    text-align: center;
}
.secureContainer .secureContent img {
    width: 80%;
    object-fit: cover;
}
.showContainer .showContent .showTop {
    display: flex;
    justify-content:space-between;
}
.showContainer .showContent .showTop .item {
    width: 18%;
}
.showContainer .showContent .showTop .item .topBox {
    width: 92%;
    height: 80px;
    background-color: orange;
    margin-left: 4%;
    position: relative;
    color: #fff;
    text-align: center;
    /*line-height:80px;*/
    font-size: 20px;
    box-sizing: border-box;
    padding-top: 14px;
    z-index: 2;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.showContainer .showContent .showTop .item .topBox:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 40px solid orange;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%) translateY(-11px) rotate(-45deg);
    border-radius: 50%;
    border-top-color: transparent;
    border-right-color: transparent;
    z-index: 1;
}
.showContainer .showContent .showTop .item .bottomBox {
    width: 100%;
    height: 130px;
    background-color: #1e9fff;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 6px 0;
    color: #fff;
    font-size: 14px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.showContainer .showContent .showCenter {
    display: flex;
    flex-wrap: wrap;
}
.showContainer .showContent .showCenter img {
    width: 20%;
}
.showContainer .showContent .showBottom {
    display:flex;
    flex-wrap: wrap;
    gap: 15px;
}
.showContainer .showContent .showBottom img {
    width: 19%;
}
.clientContainer .clientContent {
    display: flex;
    justify-content:center;
    gap: 150px;
}
.clientContainer .clientContent .clientLeft {
    width: 200px;
}
.clientContainer .clientContent .clientLeft img {
    width: 100%;
    height: 100%;
}
.clientContainer .clientContent .clientRight {
    width: 620px;
}
.clientContainer .clientContent .clientRight .clientTitle {
    color: #fff;
    background-color: #1e9fff;
    padding: 10px;
    font-size: 20px;
}
.clientContainer .clientContent .clientRight .clientList .clientItem {
    padding: 9px;
    font-size: 14px;
    background-color: rgba(234,239,247);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #1e9fff;
}
.clientContainer .clientContent .clientRight .clientList .clientItem:nth-child(2n) {
    background-color: rgb(208, 222, 245)
}
.clientContainer .clientContent .clientRight .rightDow a {
    color: #436EE6;
    font-size:22px;
}
.clientContainer .clientContent .clientRight .rightDow a:hover {
    text-decoration: underline;
}
.hmContainer .hmContent {
    display: flex;
    justify-content:center;
    gap: 100px;
}
.hmContainer .hmContent .hmLeft img{
    width: 400px;
}
.hmContainer .hmContent .hmRight img {
    display: block;
}
.hmContainer .hmContent .hmRight div:nth-child(2n) {
    position: relative;
    margin-top: 70px;
}
.hmContainer .hmContent .hmRight div .nextImg {
    position: absolute;
    left: 50px;
    top: 20px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.purchaseContainer .purchaseContent .purList {
    display: flex;
    justify-content:center;
    gap: 100px;
}
.purchaseContainer .purchaseContent .purList .purItem {
    display:flex;
    align-items: center;
    justify-content:space-around;
    width: 400px;
    height: 150px;
    border-radius: 15px;
    border: 1px solid #1e9fff;
    background-color: #F2F2F2;
    padding: 0 20px;
    box-sizing: border-box;
}
.purchaseContainer .purchaseContent .purList .purItem .purRight .purTitle {
    color: #3775B6;
    margin-bottom: 10px;
}
.purchaseContainer .purchaseContent .purList .purItem .purRight .purText {
    font-size: 14px;
    letter-spacing:2px;
}
.purchaseContainer .purchaseContent .purList .purItem .purRight .purText:nth-child(1n) {
    margin-bottom: 5px;
}
/*内容区域模块样式结束*/
/*footer样式开始*/
.footer {
    height: 254px;
    background-color: #3a3c45;
}
.footer a {
    color: inherit;
}
.footer .container {
    display: flex;
    align-items: center;
    color: #fff;
    height: 100%;
}
.footer .container ul {
    width: 25%;
}
.footer .container ul li {
    margin: 15px 0;
}
#iframe_footer {
    overflow: hidden;
    width: 100%;
    height: 254px;
    border: 0px;
}