/* PC */
.introductionbox {
    text-align:justify;
    width: 100%;
    background-color: #fff;
    padding-bottom: 60px;
}

.introductionbox .topbox {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 60px;
    margin-bottom: 20px;
}

.introductionbox .topbox .lefttext {
    width: 593px;
}

.introductionbox .topbox .lefttext .title {
    margin-bottom: 25px;
    font-size: 35px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 35px;
}

.introductionbox .topbox .lefttext p {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
}

.introductionbox .topbox .rightimg {
    width: 600px;
    height: 375px;
    margin-left: 28px;
}

.introductionbox .topbox .rightimg img {
    width: 100%;
    height: 100%;
}

.introductionbox .middlebox {
    width: 1220px;
    margin: 0 auto;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
}

.regionallayout {
    width: 100%;
    background: #FBFBFB;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 115px;
}

.regionallayout .title {
    font-size: 38px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #222222;
    line-height: 35px;
    margin-bottom: 26px;
}

.regionallayout p {
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 42px;
}

.banner {
    width: 100%;
    height: 620px;
    background: url("/images/pc/companyintroduction.jpg")no-repeat center top;
    background-size: cover;
    position: relative;
}

.addressbox {
    width: 100%;
}

.addressbox .chairmanmsg {
    width: 1220px;
    margin: 0 auto;
    text-align: center;
}

.addressbox .chairmanmsg .chairmanname {
    font-size: 36px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 54px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.addressbox .chairmanmsg .chairmantext {
    font-size: 18px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #222222;
    line-height: 27px;
    margin-bottom: 20px;
}

.addressbox .chairmanaddress {
    width: 100%;
    padding-bottom: 86px;
    padding-top: 60px;
    background: #FBFBFB;
}

.addressbox .chairmanaddress .chairmanaddressbox {
    width: 1220px;
    margin: 0 auto;
    text-align: center;
}

.addressbox .chairmanaddress .chairmanaddressbox .title {
    font-size: 24px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
}

.addressbox .chairmanaddress .chairmanaddressbox .line {
    width: 37px;
    height: 3px;
    background: #E60113;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 60px;
}

.addressbox .chairmanaddress .chairmanaddressbox .addresscontent {
    display: flex;
    margin-top: 57px;
}

.addressbox .chairmanaddress .chairmanaddressbox .addresscontent .leftimg {
    width: 488px;
    height: 478px;
}

.addressbox .chairmanaddress .chairmanaddressbox .addresscontent .leftimg img {
    width: 100%;
}
.addressbox .chairmanaddress .chairmanaddressbox .addresscontent .leftimg .bg-desc{
    width: 100%;
    height: 120px;
    padding: 10px 0;
    text-align: center;
    background: url("/images/pc/bg-desc.jpg")no-repeat center top;
    background-size: 100% 100%;
    overflow: hidden;
}
.bg-desc h5{
    font-size: 22px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 33px;
    letter-spacing: 1px;
    margin-top: 15px;
}
.bg-desc p{
    font-size: 17px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.addressbox .chairmanaddress .chairmanaddressbox .addresscontent .righttext {
    width: 707px;
    font-size: 19px;
    color: #222222;
    margin-left: 25px;
}
.addressbox .chairmanaddress .chairmanaddressbox .addresscontent .righttext p{
    font-weight: 400;
    line-height: 44px;
    text-align: justify;
    margin-top: 25px;
}
.addressbox .chairmanaddress .chairmanaddressbox .addresscontent .righttext p:first-child{
    margin: 0;
}

.addressbox .chairmanaddress .chairmanaddressbox .bottommsg {
    font-size: 20px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 50px;
    text-align: center;
}

.culturebox {
    width: 100%;
    text-align: center;
    background: #F7FAFF;
    padding-top: 60px;
}

.culturebox .cultureboxtitle {
    font-size: 38px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #333333;
    line-height: 57px;
    margin-bottom: 40px;
}

.culturebox .culturebanner {
    margin-bottom: 60px;
    text-align: center;
}

.culturebox .culturebanner p {
    font-size: 36px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #E60113;
    line-height: 54px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.culturemsg {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 150px;
}

.culturemsg .title {
    font-size: 38px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #333333;
    line-height: 57px;
    text-align: center;
    margin-bottom: 60px;
}

.culturemsg .zuofengbox {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.culturemsg .zuofengbox .zuofengboxitem {
    width: 25%;
    height: 150px;
    text-align: center;
}

.culturemsg .zuofengbox .zuofengboxitem .top {
    font-size: 40px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #E60113;
    line-height: 60px;
    letter-spacing: 2px;
}

.culturemsg .zuofengbox .zuofengboxitem .bottom {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    margin-top: 24px;
}

.culturemsg .longxinjingshen {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.culturemsg .longxinjingshen .longxinjingshenitem {
    width: 33%;
    height: 150px;
}

.culturemsg .longxinjingshen .longxinjingshenitem .top {
    font-size: 40px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #E60113;
    line-height: 60px;
    letter-spacing: 2px;
}

.culturemsg .longxinjingshen .longxinjingshenitem .bottom {
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    margin-top: 24px;
}



/* H5 */
.mobile .mobilebanner {
    width: 100%;
    height: 8rem;
    margin-top: 1.2rem;
    position: relative;
}

.mobile .mobilebanner img {
    width: 100%;
    height: 8rem;
    position: absolute;
    left: 0;
    top: 0;
}

.mobile .mobilebanner .mobiletitle {
    width: 100%;
    font-size: 0.64rem;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 0.96rem;
    position: absolute;
    text-align: center;
    bottom: 0.8rem;
}

.mobilecontent {
    display: none;
}

.mobilecontent:first-child {
    display: block;
}

.mobilecontent .mobilecontentmsg {
    font-size: 0.35rem;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 0.69rem;
    padding-bottom: 1.07rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    text-align: justify
}

.mobilecontent .mobilecontentmsg p {
    margin-bottom: 0.4rem;
}

.mobilecontent .title {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 0.48rem;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #222222;
    padding-left: 0.4rem;
}
.mobile .bottmbox{
    width: 100%;
    height: 4.99rem;
    background: #FBFBFB;
    padding-top: 0.8rem;
    text-align: center;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}
.mobile .bottmbox .title{
    font-size: 0.43rem;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #222222;
}
.mobile .bottmbox .msg{
    font-size: 0.35rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 0.69rem;
}
.mobile .mobilecontent .name{
    font-size: 0.53rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 0.8rem;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 1.33rem;
    margin-bottom: 0.53rem;
}
.mobile .mobilecontent .dongshizhangmsg{
    width:100%;
    padding: 1.33rem .4rem;
}
.mobile .mobilecontent .dongshizhangmsg .zhicititle{
    font-size: 0.43rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 0.64rem;
    text-align: center;
}
.mobile .mobilecontent .dongshizhangmsg .line{
    width: 0.88rem;
    height: 0.05rem;
    background: #E60113;
    margin: .27rem auto 0;
}
.mobile .mobilecontent .dongshizhangmsg .bottombox{
    margin-top: .53px;
}
.mobile .mobilecontent .dongshizhangmsg .bottombox img{
    width: 100%;
}
.mobile .mobilecontent .dongshizhangmsg .bottombox .bg-desc{
    height: 2.99rem;
    width: 100%;
    padding: 0.4rem 0;
    overflow: hidden;
    text-align: center;
    background: url(/images/pc/bg-desc.jpg)no-repeat center top;
    background-size: 100% 100%;
}
.mobile .mobilecontent .dongshizhangmsg .bottombox .bg-desc h5{
    margin-top: .4rem;
    font-size: 0.43rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.64rem;
    letter-spacing: 1px;
}
.mobile .mobilecontent .dongshizhangmsg .bottombox .bg-desc p{
    font-size: 0.35rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.53rem;
}

.mobile .mobilecontent .dongshizhangmsg .dszimg{
    font-size: 0.35rem;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
}
.mobile .mobilecontent .dongshizhangmsg .dszimg p{
    margin-top: .5rem;
    line-height: 0.69rem;
}
.mobile .mobilecontent .dongshizhangmsg .dszimg img{
    width: 100%;
    height: 100%;
}
.mobile .mobilecontent .dongshizhangmsg .bottomtext{
    width: 9.2rem;
    text-align: center;
    font-size: 0.35rem;
    padding-top: 1.6rem;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 0.69rem;
    position: absolute;
    left: 50%;
    margin-left: -4.6rem;
    bottom: 1.6rem;
}
.mobile .mobilecontent .dongshizhangmsg .bottomtext p{
    margin-bottom: 0.4rem;
}
.mobile .mobilecontent .middlebox{
    width: 100%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mobile .mobilecontent .middlebox .middleboxitem{
    width: 4rem;
    text-align: center;
    margin-bottom: 1.33rem;
}
.mobile .mobilecontent .middlebox .middleboxitem .title{
    font-size: 0.53rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #E60113;
    line-height: 0.8rem;
    margin-bottom: 0.53rem;
}
.mobile .mobilecontent .middlebox .middleboxitem .msg{
    font-size: 0.35rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
}
.mobile .mobilecontent .bottomboxcul{
    width: 100%;
    text-align: center;
    padding-bottom: 1.33rem;
}
.mobile .mobilecontent .bottomboxcul .title{
    font-size: 0.53rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #E60113;
    line-height: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 0.53rem;
}
.mobile .mobilecontent .bottomboxcul .msg{
    font-size: 0.35rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 0.53rem;
}
