@font-face {
    font-family: T;
    font-style: normal;
    font-weight: 400;
    /*src: url(https://cdn.teyes.cn/cc4/ys.otf) format("opentype")*/
    src: url(https://cdn1.teyes.cn/font/YS%20Text-Regular.woff2) format("opentype")

    
}

@font-face {
    font-family: N;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.teyes.cn/cc4/no.TTF) format("opentype")
}


* {
    margin: 0;
    padding: 0;
    font-family: T;
}

.en * {
    margin: 0;
    padding: 0;
    font-family: N;
}

*{
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.page-v2{
	height: 100vh;
	width: 100vw;
	background-image: url('https://cdn1.teyes.cn/r1/image/pcbgv3.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.page-v2 .content{
	text-align: center;
	font-weight: bold;
}
.page-v2 .content .r1{
	background-image: url('https://cdn1.teyes.cn/r1/image/r1.svg');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 119px;
	height: 82px;
	margin: auto;
	color: #fff;
	margin-bottom: 40px;
}
.page-v2 .content .r2{
	background-image: url('https://cdn1.teyes.cn/r1/image/r2.svg');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 119px;
	height: 82px;
	margin: auto;
	color: #fff;
	margin-bottom: 40px;
}
.page-v2 .content .t1{
	font-size: 60px;
	line-height: 100%;
	color: #fff;
}
.page-v2 .content .t2{
	line-height: 100%;
	font-size: 60px;
	color: #fff;
	margin-bottom: 40px;
}
.page-v2 .content .t3 a{
	display: inline-block;
	cursor: pointer;
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.page-v2 .content .t3 .sj-ru{
	background-image: url('../image/pc/sj-ru-1.png');
	width: 200px;
	height: calc(200px / 321 * 89);
	background-size: cover;
	background-position: center;
}
.page-v2 .content .t3 .sj-ru:hover{
	background-image: url('../image/pc/sj-ru.png');
}
.page-v2 .content .t3 .xz-ru{
	background-image: url('../image/pc/xz-ru-1.png');
	width: 200px;
	height: calc(200px / 321 * 89);
	background-size: cover;
	background-position: center;
}
.page-v2 .content .t3 .xz-ru:hover{
	background-image: url('https://cdn1.teyes.cn/r1//image/pc/xz-ru.png');
}
.page-v2 .content .t3 a:nth-child(1){
	margin-right: 10px;
}

.page-v2 .content .t3 .sj-en{
	background-image: url('https://cdn1.teyes.cn/r1/image/pc/sj-en-1.png');
	width: 200px;
	height: calc(200px / 321 * 89);
	background-size: cover;
	background-position: center;
}
.page-v2 .content .t3 .sj-en:hover{
	background-image: url('https://cdn1.teyes.cn/r1/image/pc/sj-en.png');
}
.page-v2 .content .t3 .xz-en{
	background-image: url('https://cdn1.teyes.cn/r1/image/pc/xz-en-1.png');
	width: 200px;
	height: calc(200px / 321 * 89);
	background-size: cover;
	background-position: center;
}
.page-v2 .content .t3 .xz-en:hover{
	background-image: url('https://cdn1.teyes.cn/r1/image/pc/xz-en.png');
}
.page-v2 .content .t3 a:nth-child(1){
	margin-right: 50px;
}
.imgs img{
	max-width: 100%;
	width: 100%;
}
.down1{
    width: 21vw;
    height: 6vw;
    position: absolute;
    top: calc(100vw / 0.7276 - 18vw);
    left: 49%;
    /*background-color: #fff;*/
}
.down2{
    width: 15vw;
    height: 6vw;
    position: absolute;
    bottom: 2%;
    left: 23%;
    /*background-color: #fff;*/
}
.t32{
    display: flex;
    justify-content: center;
}
.t31{
    background: #0173ff;
    color: #fff;
    padding: 20px 40px;
    border-radius: 40px;
    font-size: 22px;
    cursor: pointer;
    margin: 40px;
    display: flex;
    align-items: center;
}
.t31 span {
    content: "";
    display: inline-block;
    width: 30px;
    height: 37px;
    background-image: url('https://cdn1.teyes.cn/r1/image/update.svg');
    background-size: 100% auto;
    margin-right: 12px; /* 如需图标与文字之间的间距可添加 */
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
}
.t31:hover{
    color: #0173ff;
    background-color: #fff;
}
.t31:hover span {
    background-image: url('https://cdn1.teyes.cn/r1/image/updata-a.svg');
}
@media (max-width: 767px){
    
    .t32{
        display: block;
    
    }
    .t31::before{
        background-size: 20px 25px;
    }
    .t31 span {
        width: 20px;
        height: 25px;
    }
    .t31{
        justify-content: center;
        background: #0173ff;
        color: #fff;
        padding: 20px 40px;
        border-radius: 40px;
        font-size: 16px;
        cursor: pointer;
        margin: 40px;
        display: flex;
        align-items: center;
    }
    .page-v2 .content .r2{
        width: 90px;
    }
    .page-v2 .content .r1{
        width: 90px;
    }
	.page-v2{
		height: 100vh;
		width: 100%;
		background-image: url('https://cdn1.teyes.cn/r1/image/mbbg.jpg');
		background-size: cover;
		background-position: center;
	        overflow: hidden;
	}
	.down1{
        width: 21vw;
        height: 16vw;
        position: absolute;
        top: calc(100vw / 0.7276 - 20px);
        left: 49%;
        /*background-color: #fff;*/
    }
	.page-v2 .content{
		max-width: 80%;
	}
	.page-v2 .content .t1{
		font-size: 50px;
	}
	.page-v2 .content .t2{
		font-size: 50px;
	}
	.page-v2 .content .t3 a:nth-child(1){
		margin-right: 0px;
		margin-bottom: 40px;
	}
}