* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
html,
body {
	font-family: "MicrosoftYaHei", "MFYanSong_Noncommercial-Regular",
		Arial, sans-serif;
	font-size: 10px;
	width: 100%;
	overflow-x: hidden;
    background: linear-gradient(to right, #c2d5e4 , #ffffff,#c2d5e4);
   
}
div {
	margin: 0;
	border: 0;
	padding: 0;
}
/* 内容区 */
.immune{
    width: 100%;
    /* height: 9905px; */
    overflow: hidden;
    background: url("../images/immune/immune-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;
}


.banner img{
    width: 100vw;
    height: auto;
    /* position: absolute; */
    top: 0;
    left: 0;
    /* z-index: 1; */
}
.box-shaw{
    position: relative;
    box-shadow: 0px 50px -1px rgba(0,0,0,0.3), 0px 0px 20px rgba(0,0,0,0.1) inset;
}
.box-shaw::before,
.box-shaw::after{
    content: "";
    position: absolute;
    z-index: -1;
}
.card{
    width: 90%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border-radius: 10px; */
    background-color: #ffffff;
    border: 1px solid;
    border-image: linear-gradient(0deg, #FFFFFF, #D18928) 1 1;
}
.card-content{
    width: 250px; 
    height: 214px; 
}
.card-up{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 23px;
    background: linear-gradient(-43deg, #33A6DF 0%, #D28A28 49.21875%, #33A6DF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.card-content hr{
    width: 100%;
    height: 1px;
    background: linear-gradient(-43deg, #33A6DF, #D28A28, #33A6DF);
    margin-top: 27px;
    margin-bottom: 25px;
    border: none;
}
.card-down{
    font-size: 12px;
    line-height: 27px;
    margin-top: 10px;
    background: linear-gradient(-43deg, #33A6DF 0%, #D28A28 49.21875%, #33A6DF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-title{
    margin-top: 51px;
    /* margin-bottom: 61px; */
    font-size: 24px;
    font-weight: bold;
    color: #33A6DF;
    line-height: 40px;
}
.thr-1{
    margin: 0 auto;
    width: 0;            
    height: 0;           
    border: 18px solid #33A6DF; 
    border-color: #33A6DF transparent transparent transparent;
    position: absolute;
    opacity: .15;
    top: 60px;
    left: 44.5%;
}
.thr{
    margin: 0 auto;
    width: 0;            
    height: 0;           
    border: 16px solid #33A6DF; 
    border-color: #33A6DF transparent transparent transparent;
    margin-top: 30px;
    margin-bottom: 44px;
    z-index: 1;
}
.contain{
    width: 90%;
    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: #33A6DF;
    top:-6px;
    /* z-index: -1; */
}
/* part1 */
.part1{
    /* height: 814px; */
    width: 100%;
    margin: 0 auto;
}

.title_content{
    width: 243px;
    height: 30px;
    background: #33A6DF;
    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:20px;
    height: 20px;
}
.title_content  h4{
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: 300; 
    position: absolute;
    z-index: 2;
	top: -4px;
}
.content{
    width: 100%;
    text-align: justify;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
}

.content p{
    font-size: 12px;
    color: #333333;
    line-height: 23px;
    margin-top: 40px;
    text-align: justify;
}
.img{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.img-down-1{
    width: 100vw;
    /* height: 242px; */
    /* margin-bottom: 60px; */
    margin-top: 30px;
}
.img-up-1{
    width: 100vw;
    /* height: 242px; */
    /* margin-bottom: 60px; */
    margin-top: 30px;

}
.text{
    position:absolute;
    top: 0;
    left: 0;
    
}
.text>p{
    text-align: center !important;
}
.txt4{
    width: 288px;
    position: absolute;
    font-size: 12px !important;
    font-weight: bold;
    color: #0172AA !important;
    line-height: 15px !important;
    top: 86px;
    left: 23px;
}
.txt1{
    width: 240px;
    position: absolute;
    top: -30px;
    left: 60px;
    font-size: 12px;
    color: #333333;
}
.txt2{
    width: 170px;
    position: absolute;
    top: 70px;
    left: -60px;
    font-size: 6px;
    color: #333333;
}
.txt3{
    width: 170px;
    position: absolute;
    top: 70px;
    left: 230px;
    font-size: 6px;
    color: #333333;
}
.txt1 em ,.txt2 em,.txt3 em{
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: #83AC47;
    line-height: 23px;
}
.txt5{
    font-weight: 300;
    margin-top: 45px !important;
}
.img-right{
    margin-top: 213px;
    margin-bottom: 126px;
}
.part1 .img p{
    /* margin-top: 0 !important; */
    line-height: 16px;
}
.txt6 em ,.txt7 em,.txt8 em,.txt9 em,.txt10 em{
    
    font-style: normal;
    font-size: 26px;
    font-weight: bold;
    color: #353535;
    line-height: 7px;
    width: 100%;
}

.txt6 ,.txt7,.txt8,.txt9,.txt10{
    width: 250px !important;
    font-size: 24px;
    font-weight: bold;
    color: #353535;
    line-height: 7px;
    position: absolute;
}
.txt6 span,.txt7 span,.txt8 span,.txt9 span,.txt10 span{
    font-size: 24px;
    font-weight: bold;
    color: #959595;
    line-height: 7px;
}
.txt6{
    top:1254px;
    left: 5px;
}
.txt7{
    top:1064px;
    left: 855px;
}
.txt8{
    top:1964px;
    left: 5px;
}
.txt9{
    top:1900px;
    left: 825px;
}
.txt10{
    top:1700px;
    left: 950px;
}
.t0{
    width: 155px;
    position: absolute;
    font-weight: bold;
    color: #FEFEFE !important;
    line-height: 32px;
    font-size: 38px !important;
    top:1655px !important;
    left: 475px !important;
}
.t1,.t2,.t3,.t4,.t5{
    width: 30px;
    position: absolute;
    font-weight: bold;
    color: #FEFEFE !important;
    line-height: 32px;
    font-size: 30px !important;
}
.t1{
    top:359px;
    left: 88px;
}
.t2{
    top:321px;
    left: 426px;
}
.t3{
    top:453px;
    left: 56px;
}
.t4{
    top:437px;
    left: 425px;
}
.t5{
    top:386px;
    left: 480px;
}
/* part 2 */
.part2 .contain{
    height: 435px;
}
.part2 .card-case{
    height: 230px !important;
    height: 203px !important;
    margin-top: 40px;
    border: 1px solid rgba(153,153,153,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    /* opacity: 0.5; */
}
.part2 .card-case img{
    width: 305px;
    height: 182px;
    
    border: 1px solid #999999;

}
.part2 .card-text{
    text-align:justify !important;
    border: none !important;
}
.part2 .card-text>p{
    text-align:left !important;
    margin-top: 31px !important;
}
/* part3 */

.part3 .content{
    /* width: 90%; */
    height: 400px;
    position: relative;
}
.circle0{
    width: 282px;
    height: 282px;
    border-radius: 50%;
    position: absolute;
    top: 77px;
    left: 69px;
    
}
.t-top{
    position: absolute;
    z-index: 4;
    color: #EAF4FC !important;
    top: 118px;
    left: 70px;
    font-size: 18px !important;
    margin-top: 0 !important;
}
.line{
    position: absolute;
    top: 91px;
    left: 66px;
    height: 2px;
    width: 80px;
    border: none;
    opacity: .75;
    background: linear-gradient(to right, #529fc5 , #ffffff,#027dbb);
}
.img2{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: none;
    position: absolute;
    top: 256px;
    left: 25px;
}
.center{
    font-weight: bold;
    color: #EAF4FC !important;
    top: 84px;
    left: 70px;
}
.pop{
    width: 135px;
    height: 135px;
    background: #DBEFFB;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pop-title{
    font-size: 14px !important;
    font-weight: bold;
    color: #0172AA !important;
    margin-top: 0 !important;
    line-height: 32px !important;
}
.pop-content{
    font-size: 8px;
    color: #010101;
    line-height: 14px;
    text-align: center;
}
.pop1{
    top: 20px;
    left: 8px;
}
.pop2{
    bottom: 25px;
    right: 8px;
}
.part2-img{
    height: 25px;
    width: 25px;
    color: #EAF4FC;
    background: #2596C3;
    border-radius: 50%;
    position:absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #ffffff 3px solid;
}
.part2-img>p{
    color: #ffffff;
    font-size: 12px;
    margin-top: 0;
    font-weight: bold;
}
.part2-img>img{
    width: 19px;
    height: 15px;
}


/* part3 */
.case{
    position: relative;
}
.case-img>h4{
    width: 100%;
    height: 25px;
    text-align: center;
    margin: 0 auto;
    /* margin-top: 41px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #33A6DF;
    /* line-height: 46px; */
    position: absolute;
    top: 0;
    left: 0;
    
}
.case-img{
    /* margin-top: 122px; */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    position: relative;
    
}
.case-img>img{
    height: 35px !important;
    width: auto;
}
.new{
    margin: 0 auto;
    width: 100%;
    height: 194px;
    border: 1px solid #999999;
    text-align: center;
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    /* background: #f7ebd9; */
}
.case p{
    margin-top: 0 !important;
}
.new h4{
    font-size: 12px;
    color: #333333;
    line-height: 23px;
    font-weight: 400;
    margin-top: 14px;
}
.part03-down{
    /* margin-top: 200px; */
    position: relative;
}
.part03-down p{
    font-size: 12px;
    color: #33A6DF;
    text-align: center;
}
.part03-down img{
    width: 110px;
    height: auto;
}
.mask{
    width: 110px;
    height: 72.48px;
    position: absolute;
    background: #1E719A;
    background: rgba(30,113,154,.3);
    /* background: none; */
    display: flex;
    align-items: center;
    /* opacity: 0; */
    justify-content: center;
    
}
.mask p{
    font-size: 18px;
    color: #ffffff ;
    border-bottom: none !important;
}
.part03-down p{
    width: fit-content;
    margin: 32px auto;
    border-bottom: 5px solid #C5E2ED;
    line-height: 0;
}
.down{
    /* height: 547px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.thr0{
    position: absolute;
    margin: 0 auto;
    top: 82.6px;
    left: 44.3%;
    width: 0;
    height: 0;
    border: 20px solid #ffffff;
    border-color: #ffffff transparent transparent transparent;
}
.thr1{
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 20px solid #33A6DF;
    border-color: #33A6DF transparent transparent transparent;
}

/* part5 */
.part5 .content{
    height: 213px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}
.box-4{
    width: 104px;
    height: 94px;
    background: #FFFFFF;
    border: 1px solid #33A6DF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-4 .icon-svg{
    position: absolute; 
    width: 35px;
    height: 35px;
    top :-17px;
    /* left:35px;  */
    border-radius: 50%;
    border: 1px solid #33A6DF;
    background: #FFFFFF;
   
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-4 .icon-svg img{
    height: 22px;
    width: auto;
    color: #33A6DF;
}
.box-4 p{ 
    margin-top: 27px;
    text-align: center;
	
}
/* part 6 */
.part6 .contain{
    text-align: center;
}
.part6 .content{
    /* height: 1184px; */
    margin: 0 auto;
    position: relative;
}
.part6 .content>p{
    margin-top: 40px;
    text-align: center;
}
.title-5{
    width: 48px;
    border-bottom: 3px solid #DBEFFB;
    margin: 0 auto;
    margin-bottom: 28px;
}
.title-5 p{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 10px;
	margin-bottom: 0 !important;
	margin-top: 15px;
}
/* .border-5{
    width: 983px;
    height: 460px;
    border-top: 1px solid #168BB8;
    border-right: 1px solid #168BB8;
    border-bottom: 1px solid #168BB8;
    position: absolute;
    top: 425px;
    right: 52px;
} */
.row1{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 23px;
    position:relative;
}
.div1{
    position: absolute;
    /* background-color: #D28A28; */
    height: 155.5px;
    width: 54px;
    top: 27px;
    left: 0;
    border: 2px dashed #DBEFFB;
    border-right: none;
}
.div2{
    position: absolute;
    /* background-color: #D28A28; */
    height: 155.5px;
    width: 109px;
    top: 27px;
    left: 114px;
    border: 2px dashed #DBEFFB;
    border-right: none;
    border-left: none;
}
.div3{
    position: absolute;
    /* background-color: #D28A28; */
    height: 155.5px;
    width: 54px;
    top: 27px;
    right: 0;
    border: 2px dashed #DBEFFB;
    border-left: none;
}
.circle{
    width: 52px;
    height: 52px;
    background: #DBEFFB;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #ffffff;
}
.circle img{
    width: auto;
    height: 30px;
}
.item{
    width: 50%;
    height: 133px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.item>p{
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #33A6DF;
    line-height: 16px;
    margin-top: 10px;
}
.item>span{
    margin-top: 15px;
    font-size: 10px;
    font-family: Source Han Sans CN;
    color: #333333;
    line-height: 16px;
    text-align: center;
}

/* part7 */

.part7{
    margin-bottom: 43px;
}
.part7 .title_content{
    width: 90%;
    margin-top: 38px;
}
.title2{
    text-align: center;
    font-size: 18px;
    color: #33A6DF;
    line-height: 40px;
}
.part7 .content{
    /* height: 2148px; */
}
.part7 .content p{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 28px;
	white-space: nowrap;
	padding-left: 0;
}

.img-6{
    /* height: auto; */
    display: flex;
    justify-content: space-between;
}
.img-up{
 width: 141px;
 height: auto;
}
.paper{
    width: 100%;
    height: 104px;
    background: #FFFFFF;
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-direction: column; */
    margin-top: 4px;
    margin-bottom: 4px;

}
#triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #33A6DF;
    border-bottom: 5px solid transparent;
    margin-right: 6px;
}
.title3{
    display: flex;
    flex-direction: row;
}
.right{
    width: 42%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
/* .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 p {
    font-size: 9px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #33A6DF;
    line-height: 10px;
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.paper span{
    text-align: justify;
    font-size: 9px;
    line-height: 15px;
    margin-top: 10px;
}
/* footer */
.footer{
    width: 100%;
    height: 103px;
    background: url("../images/immune/immune-footer.png") no-repeat;
    background-size: 100% 100%; 
    /* position: absolute; */
    bottom: 0;
}
.footer p{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    bottom: -52px;
    position: relative;
    
}

 
