 	[data-dpr="1"] .global{
        font-size: 12px;
        line-height: 25px;
    }
    [data-dpr="2"] .global{
        font-size: 24px;
        line-height: 50px;
    }
    [data-dpr="3"] .global{
        font-size: 36px;
        line-height: 75px;
    }
    [data-dpr="1"] .default-title{
        font-size: 14px;
    }
    [data-dpr="2"] .default-title{
        font-size: 28px;
    }
    [data-dpr="3"] .default-title{
        font-size: 42px;
    }
    [data-dpr="1"] .bigtit{
        font-size: 20px;
    }
    [data-dpr="2"] .bigtit{
        font-size: 40px;
    }
    [data-dpr="3"] .bigtit{
        font-size: 60px;
    } 
    [data-dpr="1"] .mitit{
        font-size: 16px;
    }
    [data-dpr="2"] .mitit{
        font-size: 32px;
    }
    [data-dpr="3"] .mitit{
        font-size: 48px;
    } 
    [data-dpr="1"] .header p{
        margin-bottom: 5px;
    }
    [data-dpr="2"] .header p{
        margin-bottom: 20px;
    }
    [data-dpr="3"] .header p{
        margin-bottom: 30px;
    } 
    [data-dpr="1"] .info p{
    	font-size: 14px;
        margin-bottom:15px;
        line-height: 25px;
    }
    [data-dpr="2"] .info p{
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 40px;
    }
    [data-dpr="3"] .info p{
        margin-bottom:15px;
        font-size: 42px;
        line-height:60px;
    }
    [data-dpr="1"] .fenx h3{
    	font-size: 18px;

    }
    [data-dpr="2"] .fenx h3{
        font-size: 36px;
    }
    [data-dpr="3"] .fenx h3{
        font-size: 54px;
    }
hr{
    border: none;
    border-top: 1px solid #e1e1e1;
}
hr.short{
    border: none;
    margin: 15px 0;
    border-top: 1px solid #695b79;
    width: 10%;
}
.header{
	width: 80%;
	padding: 0.53rem 10% 0.2rem;
	background: #fff;
	text-align: center;
	color:#73c0c2;
	position: relative;
}
.header img{
    width: 50%;
    margin-bottom: 10px;
}
.header .default-title{
    color: #3ab9bc;
    text-align: left;
}
.peo{
	background:#f0f0f0;
	/*height:4.8rem;*/
	padding: 1.0rem .53333rem 0;
	position: relative;
}
.name{
	padding: .26666rem 0px;
	background: #fff;
	color: #666;
}
.fenx h3{
	color: #695b79;
}
.fenx{
	position: relative;
	padding:.8rem;
	width: 8.4rem !important;
}
.peo-img img{
    width: 100%;
}
.bg-white{
    background: #FFFFFF;
}
.bg-grey{
	background: #F0F0F0;
}
.video audio{
	width: 7.46rem;
		height: .48rem;
	margin: 0 auto;
}
.video .audio{
	width: 7.46rem;
	margin: .2rem auto;
}
.footer1{
	background: #fff;
	padding: .1rem 0;
	position: relative;
	height: 2.64rem;
}
.footer1 img{
	width: 8.8933rem;
	height: 2.64rem;
	margin: 0 auto;
	z-index: 9999;
}
.zc{
	padding: 1rem 0;
	margin-bottom: .1333rem;
}
.zc img{
	margin: 0 auto;
	width:6rem;
	
}
.footer-logo{
	padding: .6rem 0;
	background: #fff;
	height: 8.6rem;
}
.footer-logo img{
	margin: -0.5rem auto 0.5rem;
	width: 6.106rem;
}
.img_name{
	width: 40%;
    margin: 0 auto;
}
.info{
	width: 5.04rem;
    text-align: justify;
}
.info-sp{
    width: 6rem;
    margin: 20px auto;
    text-align: justify;
    color: #999999;
}
.arrow-down {
    width:0; 
    height:0; 
    border-left:.2rem solid transparent;
    border-right:.2rem solid transparent;
    border-top:.2666rem solid #FFFFFF;
    bottom: -.25rem;
    position: absolute;z-index:1;
    touch-action:initial;
}  
.arrow-down-g {
    width:0; 
    height:0; 
    border-left:.2rem solid transparent;
    border-right:.2rem solid transparent;
    border-top:.2666rem solid #f0f0f0;
    bottom: -.25rem;
    position: absolute;
    z-index:1;
    touch-action:inherit;
}  
.bigtit{
    font-weight: bold;
}    
.bigtit, .mitit{
    color: #6c5d7d;
}