*{
    margin: 0;
    padding: 0;
}
.xhxw{
	background-color: #FFFFFF;
}

.tabBarWrap{
    height: 88px;
    background: #fff;
    box-shadow: 0px 1px 20px 0px #0000001A;
}
@media screen and (max-width: 1350px) {
    .tabBarWrap{
        box-shadow: none;
    }
    .tabBarContent{
        box-shadow: 0px 1px 20px 0px #0000001A;
    }
}

.tabBarContent{
    width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.headerMenu{
    display: none;
    width: 30px;
    height: 30px;
    background: url(../icon/menu.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin-right: 20px;
    margin-left: auto;
}
.tabBarContent >div{
    flex: 1;
    text-align: center;
    height: 88px;
    line-height: 88px;
    position: relative;
    font-size: 20px;
    cursor: pointer;
}
.tabBarContent >div.isSelect{
    color: #1778D6;
}
.tabBarContent >div.isSelect::after{
    content: '';
    width: 100%;
    height: 6px;
    background: #1778D6;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 3px;
}

.commonContentWrap{
    width: 1350px;
    margin: 0 auto;
}
.mgt50{
    margin-top: 50px;
}
.commonTitle{
    width: 100%;
    border-bottom: 1px solid #C8C8C8;
    position: relative;
    height: 56px;
}
.commonTitleText{
    width: 175px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background: #1778D6;
}
.contactWrap{
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
    box-sizing: border-box;
}
.contactLeft{
    width: 1085px;
    height: 400px;
    background: url(../images/contactBg1.png) no-repeat center;
    background-size: 100% 100%;
    padding: 60px 30px;
    box-sizing: border-box;
    display: flex;
}
.contactLeft .phone{
    width: 54px;
    height: 54px;
    background: url(../images/contactPhone.png) no-repeat center;
    background-size: 100% 100%;
}
.contactDetail{
    margin-left: 30px;
}
.contactTitle{
    color: #272727;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.contactText{
    font-size: 20px;
    margin-bottom: 20px;
}
.contactLine{
    width: 410px;
    height: 1px;
    background: #000;
    margin-bottom: 20px;
}
.contactRight{
    width: 360px;
    height: 400px;
    background: url(../images/contactBg2.png) no-repeat center;
    background-size: 100% 100%;
    padding: 60px 30px;
    box-sizing: border-box;
}
.contactRight{
    width: 318px;
    height: 400px;
    background: #f0f0f0;
    padding: 30px;
    box-sizing: border-box;
}

.earPhone{
    width: 40px;
    height: 40px;
    background: url(../icon/contactEarphone.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
}
.rightTitle{
    font-size: 24px;
    color: #272727;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
.rightText{
    color: #272727;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.erCode{
    width: 148px;
    height: 148px;
    margin: 10px auto;
    background: url(../images/20240619151530.jpg) no-repeat center;
    background-size: 100% 100%;
}
.erCodeWrap{
    width: 1490px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
}
.rightTips{
    padding-left: 55px;
    box-sizing: border-box;
    font-size: 13px;
}
.bottomZw{
    height: 300px;
}
.mgt30{
    margin-top: 30px;
}
.formTitle{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 7px solid #1778D6;
}
.qaFormContent{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formLeft{
    width: 830px;
}
.formRight{
    width: 242px;
    margin-right: 60px;
}
.formRight img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 812px) {
    .tabBarWrap{
        height: 60px;
        display: flex;
        align-items: center;
    }
    .tabBarWrap .headerMenu{
        display:block;
    }
    .tabBarContent{
        display: none;
    }
    
    #app .descWrap img{
        object-fit: cover;
    }
    #app .mgt50{
        margin-top: 20px;
    }
    #app .commonContentWrap{
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .commonTitle{
        height: 36px;
    }
    .commonTitle .commonTitleText{
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        width: 130px;
    }
    .contactWrap{
        flex-direction: column;
    }
    .contactLeft{
        width: 100%;
       
    }
    .contactRight{
        width: 100%;
        margin-top: 30px;
    }
    .rightTips{
        padding-left: 0;
        text-align: center;
    }
    .headerPopupWrap{
        display: inherit;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .popupMenuWrap{
        width: 50%;
        height: 360px;
        background: #fff;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .popupMenuWrap >div{
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 16px;
        border-bottom: 1px solid #e5e5e5;
        color: #2c2c2c;
        cursor: pointer;
    }
    .popupMenuWrap >a:last-of-type{
        border-bottom: none;
    }
}

.noData{
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
}

.lixinWechat{
	margin-left: 150px;
}

.lixinWechatTitle{
    color: #272727;
    font-size: 20px;
    margin-bottom: 30px;
}

.divLinks{
	text-align: center;
	padding: 20px 0px 0px 0px;
	overflow: hidden;
}

.divLinkslogo{
	text-align: center;
	width: 21%;
	margin: 20px;
	float: left;
	border: 1px solid #E4E4E4;
}

.divLinks img{
	margin: 10px;
}



.ej_tail {
    width: 100%;
    height: 10rem;
    background: #b4292c;
    position: relative;
    text-align: right;
    color: white;
    font-size: 1.2rem;
	margin-top: 2.5rem;
}

.containFoot{
    width: 100%;
    max-width: 115rem;
    margin: 0 auto;
}

.logo {
    width: 40rem;
	float: left;
	margin-top: 3rem;
	margin-right: 2rem;
}

.logo img {
    width: 80%;
}

.ej_tail1 {
    width: 50%;
	float: left;
    line-height: 9.5rem;
	font-size: 1.0rem;
}


.divMainKV{
	width: 100%;
}

.divMainKV img{
	width: 100%;
}

