* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
html,
body {
	font-family: "MicrosoftYaHei", "MFYanSong_Noncommercial-Regular",
		Arial, sans-serif;
	font-size: 100%;
	width: 100%;
	overflow-x: hidden;
    /* background: linear-gradient(to right, #F5ECE6 , #FFFFFF,#F5ECE6); 标准的语法 */
   
}
div {
	margin: 0;
	border: 0;
	padding: 0;
}
/* 内容区 */
.fat{
    width: 100%;
    /* height: 9905px; */
    overflow: hidden;
    background: url("../images/fat/fat-bg.jpg") repeat-y;
    background-size: 100% ;
    position: relative;
    /* background-color: red; */
}
.banner{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
     margin-bottom: -3px; 
    /* width: 1200px; */
}
.banner-text{
    width: 1200px;
    font-size: 81px;
    color: #FFFFFF;
    line-height: 120px;
    background: linear-gradient(-43deg, #6A3906 0%, #D28A28 49.21875%, #6A3906 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* position: absolute; */
    /* top: 325px; */
    /* margin-left: calc(50% - 550px); */
    margin: 0 auto;
    text-align: start;
    font-weight: 200;
    /* height: 700px; */
    padding-top: 20%;
    padding-bottom: 15%;
    /* margin-left: 10%; */
    z-index: 1;
    position: relative;

}
.banner-text em{
    font-style: normal;
    font-weight: bold;
    display: inline;
    
}
.banner img{
    width: 100vw;
    height: auto;
    /* position: absolute; */
    top: 0;
    left: 0;
    /* z-index: 1; */
}

.banner-title{
    margin-top: 146px;
    /* margin-bottom: 61px; */
    font-size: 48px;
    font-weight: bold;
    color: #01A8AA;
    line-height: 40px;
}
.thr-1{
    margin: 0 auto;
    width: 0;            
    height: 0;           
    border: 32px solid #01A8AA; 
    border-color: #01A8AA transparent transparent transparent;
    position: absolute;
    opacity: .15;
    top:94px;
    left: 568px;
}
.thr{
    margin: 0 auto;
    width: 0;            
    height: 0;           
    border: 32px solid #01A8AA; 
    border-color: #01A8AA transparent transparent transparent;
    margin-top: 61px;
    margin-bottom: 102px;
    z-index: 1;
}
.contain{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    /* top:-268px; */
}
.contain>.title_content>hr{
    position: absolute;
    width: 100vw;
    height: 1px;
    border: none;
    background: #01A8AA;
    top:38px;
    /* z-index: -1; */
}
/* part1 */
.part1{
    /* height: 814px; */
    width: 100%;
    margin: 0 auto;
}

.title_content{
    width: 671px;
    height: 76px;
    background: #01A8AA;
    margin: 0 auto;
    display: flex;
    align-items: center; 
    justify-content: center;
    position: relative;
}
.title_content img{
    position: absolute;
    z-index: 2;
    margin-right: 10px;
    left: 170px;
}
.title_content  h4{
    /* display: flex;
    align-items: center; 
    justify-content: center; */
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 40px;
    font-weight: 300; 
    position: absolute;
    z-index: 2;
	margin-left: 25px;
}
.content{
    width: 1200px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
}
.content p{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-top: 100px;
    
}
.part1 .content>p{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-top: 100px;
    margin-bottom: 59px;
    text-align: center;
}
.img{
    width: 1200px;
    margin: 0 auto;
    /* background-color: #333333; */
    /* margin-top: 61px; */
    /* height: 334px; */
    display: flex;
    justify-content: space-around;
}
.img-left, .img-right{
  width: 820px;
  height: 679.5px;
  margin-bottom: 194px;
}

/* part2 */
.part2 .content{
    width: 1200px;
    height: 847px;
    position: relative;
}
.circle0{
    width: 564px;
    height: 564px;
    border-radius: 50%;
    position: absolute;
    top: 142px;
    left: 326px;
    
}

.img2{
    width: 323.5px;
    height: 323.5px;
    border-radius: 50%;
    background: none;
    position: absolute;
    top:523px;
    left:237px;
}
.pop{
    width: 300px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pop-title{
    font-size: 24px !important;
    font-weight: bold;
    color: #01A8AA !important;
    margin-top: 0 !important;
    line-height: 65px !important;
}
.pop-content{
    font-size: 24px;
    color: #010101;
    line-height: 36px;
    text-align: center;
}
.pop1{
    top: 165px;
    left: 2px;
}
.pop2{
    top: 100px;
    right: 4px;
}
.pop3{
    bottom: -70px;
    right: 87px;
}
.part2-img{
    height: 50px;
    width: 50px;
    color: #EAF4FC;
    background: #01A8AA;
    border-radius: 50%;
    position:absolute;
    top: 18px;
    left: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.part2-img>img{
    width: 38px;
    height: 29px;
}

/* part3 */
.case{
    position: relative;
}
.case>h4{
    width: 501px;
    height: 69px;
    border: 1px solid #01A8AA;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 86px;
    /* margin-bottom: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #01A8AA;
    line-height: 46px;
    
}
.card-case{
    width: 1201px;
    height: 495px;
    background: #FFFFFF;
    border: 1px solid #999999;
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    position: relative;
}
.card-case>img{
    width: 563px;
    margin-left: 49px;
    height: 279px;
    margin-right: 50px;
    /* display: flex; */
    /* justify-content: space-around; */
    /* align-items: center; */
    margin-top: 46px;
}
.card-text{
    width:468px;
    height: fit-content;
    margin-right: 38px;
    padding-left: 32px;
    border-left: 1px solid #999999;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}
.card-text>p{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-top: 0;
    text-align: justify;
}
.card-text>span{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-top: 0;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
.card-case>hr{
    background-color: #999999;
    border: #999999;
    width: 8px;
    height: 8px;
    top: 35px;
    position: absolute;
    right: 534px;
    border-radius: 50%;
}
.thr0{
    position: absolute;
    margin: 0 auto;
    top: 156px;
    left: 48.45%;
    width: 0;
    height: 0;
    border: 18.5px solid #ffffff;
    border-color: #ffffff transparent transparent transparent;
}
.thr1{
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 20px solid #01A8AA;
    border-color: #01A8AA transparent transparent transparent;
}
.part3 .content .case>p{
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    margin-top: 96px;
    margin-bottom: 37px;
    text-align: center;
}
/* part4 */
.part4 .content{
    height: 572px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}
.box-4{
    width: 381px;
    height: 224px;
    background: #FFFFFF;
    border: 1px solid #999999;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-4 img{
    position: absolute; 
    top :-50px;
    left:137px; 
}
.box-4 p{ 
    margin-top: 40px;
}
/* part 5 */
.part5 .contain{
    text-align: center;
}
.part5 .content{
    height: 1184px;
    margin: 0 auto;
    position: relative;
}
.part5 .content>p{
    margin-top: 46px;
    text-align: center;
}
.title-5{
    width: 100px;
    border-bottom: 12px solid #C5E8ED;
    margin: 0 auto;
    margin-bottom: 95px;
}
.title-5 p{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
}
.border-5{
    width: 983px;
    height: 455px;
    border-top: 1px solid #01A8AA;
    border-right: 1px solid #01A8AA;
    border-bottom: 1px solid #01A8AA;
    position: absolute;
    top: 425px;
    right: 52px;
}
.row{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 95px;
}
.circle{
    width: 184px;
    height: 184px;
    background: #C5E8ED;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 17px solid #ffffff;
}
.item{
    width: 290px;
    height: 370px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.item>p{
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #01A8AA;
    line-height: 36px;
    margin-top: 35px;
}
.item>span{
    margin-top: 15px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    color: #333333;
    line-height: 36px;
}

/* part6 */
.part6 .title_content{
    width: 1200px;
    margin-top: 146px;
}
.part6 .content{
    height: 2148px;
}
.part6 .content>p{
    margin-top: 46px;
    text-align: center;
}
.img-6-1{
    width: 1200px;
    height: 745px;
    background: #FFFFFF;
    border: 1px solid #999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 115px;
    margin-bottom: 18px;
}
.img-6-1 p,.paper p{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-top: 40px;
}
.img-6-1 span,.paper span{
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    line-height: 36px;
    margin-top: 18px;
}
.img-6{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.paper{
    width: 380px;
    height: 494px;
    background: #FFFFFF;
    border: 1px solid #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 18px;
    margin-bottom: 18px;
}
.paper span{
    text-align: center;
}
/* footer */
.footer{
    width: 100%;
    height: 440px;
    background: url("../images/fat/fat-footer.png") no-repeat;
    background-size: 100% 100%; 
    /* position: absolute; */
    bottom: 0;
}
.footer p{
    font-size: 36px;
    color: #FFFFFF;
    line-height: 61px;
    text-align: center;
    bottom: -200px;
    position: relative;
    
}
/* 动画设置 */
.fadenone{
    opacity: 0;
  }
  @keyframes fadeInUp {
      from {
          opacity: 0;
          -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
      }
  
      to {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
      }
  }
  .fadeInUp {
      animation-duration: 1s;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp;
  }
  

