body{
    background:#fff;
    margin:0;
    padding:0;
}
.body{
    width:1080px;
    margin:0 auto;
}
.flexAround{
    display: flex;
    justify-content: space-around;
}
.flexBetween{
    display: flex;
    justify-content: space-between;
}
.Text1{
    text-align: center;
    font-size: 41px;
    font-family: AlibabaSansVietBold;
    font-weight: bold;
    color: #000000;
    padding-top:45px;
}
a:hover,a:link,a:visited,a:active,a:focus{
	color: #000000;
	text-decoration: none;
}


.navber{
    height:45px;
    line-height: 45px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    position: fixed;
    top:0;
    left:50%;
    margin-left:-540px;
    width:1080px;
    z-index: 2;
    background:#A2228F;
}
.navber a{
    display: inline-block;
    padding:0 20px;
}


.bannerNavber{
    height:45px;
    line-height: 45px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    width:1080px;
}
.bannerNavber a{
    display: inline-block;
    padding:0 20px;
}
.banner{
    height:500px;
    background-image:url(../images/img1.png);
    background-size:100% 100%;
    position: relative;
    margin-top:44px;
    background-color:#A2228F;
}
.loadBtn{
    position: absolute;
    bottom:100px;
    right:300px;
    width:155px;
}
.loadBtn a{
    padding-right:5px;
}
.bannerText{
    font-size: 35px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width:60%;
    padding-top:40px;
    padding-left: 40%;
}


.myrow{
    margin:0px 80px 0;
    display: flex;
    justify-content: space-around;
}
.myCol{
    margin:0 20px;
    border-radius:8px;
    background:#fff;
    padding:20px 40px;
    text-align: center;
    z-index: 1;
    font-weight: bold;
}
.myCol img{
    width:80px;
}
.myCol div{
    padding-top:20px;
}


.aboutUs{
    height:300px;
    background-image: url(../images/img22.png);
    background-repeat:no-repeat;
    background-size: 100% 100%;
    color:#fff;
    padding-left:45%;
}
.aboutUs>div{
    padding-top:80px;
}
.aboutUs span{
    display: block;
    font-size: 30px;
}


.buzhou{
    padding:20px 0;
    background-image: url(../images/img11.png);
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
.buzhouBox{
    padding:20px;
    display: flex;
    justify-content: space-around;
}
.buzhouwenzi{
    width:40%;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    text-align: right;
    padding-top:100px;
}
.buzhouwenzi span{
    color:#A2228F;
}
.buzhoutupian{
    width:30%;
}
.buzhouBox1 .buzhoutupian{
    text-align: left;
}
.buzhoutupian img{
    width:200px;
}





.footer{
    padding:60px 170px 20px;
    background-color: #A2228F;
    color:#fff;
}
.footer .weight{
    font-weight: bold;
}
.footerHeader{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
}
.footerHr{
    height:1px;
    border-top:1px solid #fff;
    margin:10px;
}
.flexAround>div{
    margin:0 20px;
}
.flexAround>div>div{
    margin-bottom:10px;
}


