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: #fff;
	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: 1;
    background:#DF9300;
}
.navber img{
    width:30px;
    vertical-align: text-top;
    margin-right: 10px;
    margin-top: -5px;
    margin-left:20px;
}
.navber a{
    display: inline-block;
    padding:0 20px;
}


.banner{
    height:450px;
    background-image:url(../images/img1.png);
    background-size:100% 100%;
    position: relative;
    margin-top:45px;
}
.loadBtn{
    background-image:url(../images/img2.png);
    background-size:100% 100%;
    position: absolute;
    bottom:100px;
    left:200px;
    width:155px;
    height:71px;
    text-align: right;
    line-height: 70px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.loadBtn a{
    padding-right:5px;
}
.bannerText{
    font-size: 56px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #F6FF00;
    text-align: center;
    width:60%;
    padding-top:40px;
}
.bannerText span{
    color:#fff;
    font-size: 40px;
}


.Security{
    background:#F4F6F8;
}
.SecurityItem{
    width:170px;
    height:275px;
    position: absolute;
    text-align: center;
    color:#fff;
    font-size: 12px;
}
.flexAroundBox .SecurityItem:nth-child(1){
    background-image:url(../images/img16.png);
    background-size: 100% 100%;
    left:190px;
}
.flexAroundBox .SecurityItem:nth-child(2){
    background-image:url(../images/img17.png);
    background-size: 100% 100%;
    top:150px;
}
.flexAroundBox .SecurityItem:nth-child(3){
    background-image:url(../images/img18.png);
    background-size: 100% 100%;
    right:0;
    top:150px;
}
.flexAroundBox .SecurityItem:nth-child(4){
    background-image:url(../images/img19.png);
    background-size: 100% 100%;
    left:190px;
    top:300px;
}
.SecurityText2{
    font-size: 17px;
    font-weight: bold;
    margin:165px 0 0;
}
.flexAroundBox{
    position: relative;
    width:550px;
    margin:50px 0 0;
}


.AdvantageItem{
    font-size: 17px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #626161;
    line-height: 23px;
    text-align: center;
    padding:45px 20px 45px;
}
.AdvantageItem img{
    width: 240px;
    /* border-radius:50%; */
    display: block;
    margin:0 auto;
}
.AdvantageText2{
    font-size: 18px;
    font-weight: bold;
    margin-top:-56px;
    color:#fff;
}


.Process{
    padding-bottom:30px;
}
.ProcessItem{
    padding-top:30px;
}
.ProcessItem img{
    width:100%;
    height:350px;
}
.ProcessItemChild1{
    background-image:url(../images/img6.png);
}
.ProcessItemChild2{
    background-image:url(../images/img7.png);
}
.ProcessItemChild3{
    background-image:url(../images/img8.png);
}
.ProcessItemChild{
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    height:110px;
    border:3px solid #0C7C72;
    padding-left:175px;
    background-repeat: no-repeat;
    background-size: 75px 75px;
    background-position: top 17px left 30px;
    line-height: 110px;
    margin-bottom:10px;
    box-sizing: border-box;
}


.footer{
    height:740px;
    background-image:url(../images/img14.png);
    background-size:100% 100%;
}
.footerText2{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 52px;
    margin:40px 40px 0 588px;
    display: inline-block;
    padding:0 20px;
    background:#Fff;
    border-radius:8px;
}
.footerText2 span{
    font-weight: bold;
}


#yinsizhengce{
    position: fixed;
    top:0;
    left:0;
    background:rgba(0, 0, 0, 0.7);
    width:100vw;
    height:100vh;
    z-index: 1;
    display: none;
}
.contentBox{
    background:#fff;
    padding:20px;
    font-size:14px;
    width:1080px;
    margin:20px auto;
    border-radius:8px;
    height: calc(100vh - 80px);
    overflow: auto;
}
.header{
    font-size:16px;
    text-align: center;
    font-weight: bold;
    padding-top:30px;
    padding-bottom:15px;
}
.con{
    margin-bottom:20px;
    text-indent: 20px;
    line-height: 20px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}