* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
img {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    display: block; 
}
#page {
    font-family: "microsoft yahei";
}
.bg-grey {
    background: #faf7ef;
}
#head-banner {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
}
.concent-wrap {
    width: 100%;
    max-width: 1366px;
    background: #fff;
    margin: 0 auto;
}
#concent-text { 
    width: 73%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 100px;
    color: #4d4d4d; 
}
#concent-text h2 { 
    font-size: 32px;
    text-align: center;
    padding-top: 76px;
    color: #444;
    font-weight: 700;
}
#concent-text h3 { 
    text-align: left;
    margin-left: -8px;
    line-height: 2.4;
    font-size: 20px;
    font-weight: 700; 
}
#concent-text h4 { 
    font-weight: 700; 
}
#concent-text h4,
#concent-text p { 
    font-size: 20px;
    line-height: 2.4;
    text-align: justify; 
}
.fwb { 
    font-weight: 700; 
}
.headbanner-txtwrap {
    width: 50%;
    height: 69.5%;
    max-width: 500px;
    position: absolute;
}
.headbanner-txtwrap-lf {
    top: 20.5%;
    left: 13.3968%;
}
.headbanner-txtwrap-rh {
    top: 32.625%;
    right: 13.3968%;
}
.headbanner-txtwrap .txtwrap-lf-txt1,
.headbanner-txtwrap .txtwrap-lf-txt2 {
    line-height: 1.4;
}
.txtwrap {
    position: absolute;
}
.txtwrap1 {
    color: #f3f4cd;
    top: 0;
    right: 14px;
    text-align: right;
}
.txtwrap2 {
    top: 30.2%;
    left: 14px;
}
.txtwrap3 {
    top: 60%;
    right: 14px;
    text-align: right;
}
.txtwrap4 {
    bottom: 0;
    left: 14px;
}
.txtwrap2,
.txtwrap3,
.txtwrap4 {
    color: #5e73a6;
}
.txtwrap-rh-img {
    width: 100%;
}
.txtwrap-lf-txt1 {
    font-size: 26px;
    font-weight: 700;
}
.txtwrap-lf-txt2 {
    font-size: 18px;
}
.qrcode {
    margin-left: 47.5%;
    padding: 38px 0 0;
}
.qrcode-img {
    width: 136px;
    height: 136px;
    margin: 0 auto 10px;
    background: url(../images/qrcode.png) no-repeat;
    background-size: 100% 100%;
}
.qrcode-txt {
    font-size: 14px;
    color: #000;
    text-align: center;
}
.txtwrap-rh-txt1,
.txtwrap-rh-txt2 {
    color: #5e73a6;
    line-height: 1.6;
    text-align: right;
    padding-right: 22px;
}
.txtwrap-rh-txt1 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
}
.txtwrap-rh-txt1 span {
    font-size: 26px;
}
.txtwrap-rh-txt2 {
    font-size: 17px;
}
.headbanner-sign {
    display: inline-block;
    width: 26px;
    height: 20px;
    background-repeat: no-repeat;
    vertical-align: top;
    margin: 0 10px 0 6px;
}
.txtwrap1 .headbanner-sign {
    background-size: 100% 100%;
    background-image: url(../images/icon_sign1.png);
}
.txtwrap3 .headbanner-sign {
    background-size: 100% 100%;
    background-image: url(../images/icon_sign2.png);
}
.txtwrap2 .headbanner-sign,
.txtwrap4 .headbanner-sign {
    background-size: 100% 100%;
    background-image: url(../images/icon_sign3.png);
}