@charset "utf-8";
.white,.white a:link, .white a:visited, .white a:hover {
    color: #fff;
}
body {
    max-height: 100%;
}
html {
    overflow: hidden;
}
html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.main {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
}
.open-an{
    text-align: center;
    position: fixed;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 999;
}
.obg {
    animation: move 2.5s ease-in-out backwards;
    background: transparent;
    background-image: linear-gradient(-60deg, #cc2a27 50%, transparent 50%);
    bottom: 0;
    left: -85%;
    position:fixed;
    right: -85%;
    top: 0;
    z-index: -1;
    animation-delay: 0.5s;
    animation-duration: 5s;
}
.youth{
    width: 160px;
    position: absolute;
    left: 60%;
    top: 10%;
	transform:  translate(-50%, -50%) ;
}
.yAni{
    animation: yAni 3.5s ease-in-out forwards;
}
@keyframes yAni {
    0% {
        transform: scale(2.5) translate(-100px,-10vh);
    }
    30% {
        transform: scale(2.5) translate(-100px,10vh);
    }
    60% {
        transform: scale(2.5) translate(-100px,10vh);
        opacity: 1;
    }
    100% {
        transform: scale(1) translate(100px,0) ;
        opacity: 0;
    }
}

@keyframes move {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}
.yh-right {
	position: fixed;
	right: 9.2%;
	top: 20%;
	z-index: 99;
}
.yh-right .share li {
    text-align: center;
	line-height: 120%; /*20220407*/
    margin-bottom: 2px;  /*20220407*/
}
/* p1 */
.swiper-container-p1 {
    width: 100%;
    height: 100%;
}
.swiper-container-p1 .swiper-slide {
    width: 100%;
    height: 100% !important; /* 20220408 */
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10%;  /* 20220408 */
}
.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    margin: 14px auto !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
    width: 17px;
    height: 17px;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
.header {
    height: 37px;
    background-color: #f6f6f6;
    width: 100%;
}
#copyright {
    color: #fff;
	margin-top: 20px;
	font-size: 14px;
}

/*cover*/
.page-cover {
    background: url(../images/bg1.jpg) no-repeat !important;  /*20220408*/
    background-size: cover !important;  /*20220408*/
}
.page-cover .content-box {
    position: absolute;
    width: 1200px;
    height: 100vh;  /*20220408*/
    top: 0;
	transform: translate(-50%,0);
	left: 50%;
	margin-top: 37px; /*20220408*/
}
.page-cover .item1 {
    margin: 0 auto; /* 20220318 */
    width: 85%;  /* 20220408 */
}
.page-cover .item1 .left {
    width: 65%;
	float: left;
	margin-top: 0.8em;
}
.page-cover .item1 .left p {
    font-size: 16px;
    text-align: left;
    text-indent: 2em;
    line-height: 1.9;
    width: 90%;
	font-weight: 500; /* 20220407 */
}
.page-cover .item1 .right {
    float: right;
	margin-top: 15px;
}
.page-cover .item1 .right img.tit0 {
    vertical-align: bottom;
	margin-right: 25px;  /* 20220408 */
}
.page-cover .item1 .txt {
    width: 60px;
    float: right;
}
.page-cover .item1 .txt span {
    width: 20px;
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 19px;  /* 20220408 */
}
.page-cover .item1 .txt span:first-child {
    font-size: 18px;
    line-height: 20px;
}
.page-cover .item2 {
    margin: 0 auto 0 6%; /* 20220408 */
    text-align: center;
}
.page-cover .item2 .left {
    width: 80%;
	float: left;
}
.page-cover .item2 .left video {
    width: 100%;
    height: auto;
    margin-top: 30px;  /*20220407*/
}
.page-cover .item2 .right {
    width: 88px;  /*20220408*/
    vertical-align: top;
    text-align: center;
	float: left;
	margin-left: 5px;  /*20220407*/
    margin-top: 30px;  /*20220407*/
}

/* one */
.swiper-container-p2 {
    width: 100%;
    height: 100%;
}
.swiper-container-p2 .swiper-slide {
    position: relative;
}
.swiper-button-prev,
.swiper-button-next {
	width: 46px; /* 20220316 */
    height: 156px; /* 20220316 */
	top: 47%; /* 20220318 */
	cursor: pointer;
}
.swiper-button-prev {
    background: url(../images/prev1.png) no-repeat;
    background-size: 50% auto;
    left: 0%; /* 20220316 */
}
.swiper-button-next {
    background: url(../images/next1.png) no-repeat;
    background-size: 50% auto;
    right: -1.1%; /* 20220408 */
}
.page-one {
    background: url(../images/bg2.jpg) no-repeat;  /* 20220408 */
    background-size: cover; /* 20220408 */
}
.page-one .content-box {
    position: relative;
    width: 1200px;
    height: 100vh;
    margin: 0 auto;
    top: 0;
}
.page-one .item1 {
    text-align: left;
    margin-top: 0em;
    margin-left: 0em;
    width: 92%;
	margin-left: -20px; /* 20220408 */
}
.page-one .item1 img {
    width: auto;
    height: 100vh;
	margin-top: 8%;
}
.page-one .item-box {
    position: absolute;
    right: 0;
    top: 3vh;
}
.page-one .item3 {
    text-align: right;
}
.page-one .item3 img.tit0 {
    vertical-align: top;
    margin-top: 3%;
	margin-right: 25px; /* 20220408 */
}
.page-one .item3 .txt {
    width: 60px;
    float: right;
}
.page-one .item3 .txt span {
    width: 20px;
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 19px;  /* 20220408 */
}
.page-one .item3 .txt span:first-child {
    font-size: 18px;
    line-height: 19px;  /* 20220408 */
}
.page-one .item4 {
    color: #fff;
	margin-top: 20px;  /*20220407*/
}
.page-one .item4 h3 {
    font-size: 41px;
    line-height: 1.1;
    text-align: right;
}
.page-one .item4 p {
    text-align: right;
    font-size: 20px;
    margin-top: 0.5em;
    line-height: 1.2;
}
.page-one .item4 span {
    display: block;
    text-align: right;
    font-size: 19px;
    margin-top: 0.5em;
}
.page-one .item5 {
    text-align: right;
    width: 72px;
    color: #fff;
    float: right;
    margin-top: 15px;
}
/*20220407*/
.page-one .item5 li {
    text-align: center;
    line-height: 120%;
    margin-bottom: 2px;
}
.page-one .item5 li.white img {
    margin-bottom: 8px; 
}
.page-one .item5 img {
	display: block;
	margin: 5px auto 0 auto;
}

/* two 20220316 */
.page-two {
    background: url(../images/bg4.jpg) no-repeat;  /* 20220408 */
    background-size: cover; /* 20220408 */
}
.page-two .content-box {
    position: relative;
    width: 1200px;
    height: 100vh;
    margin: 0 auto;
    top: 0;
}
.page-two .content-box img.title {
    margin-top: 25px;
}
.page-two .view {
    position: relative;
    width: 1200px;
}
.page-two .swiper-button-next5,
.page-two .swiper-button-prev5 {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 999;
    cursor: pointer;  /*20220407*/
}
.page-two .swiper-button-prev5 {
    background: url(../images/prev2.png) no-repeat;
    left: -50px;  /*20220407*/
}
.page-two .swiper-button-next5 {
    background: url(../images/next2.png) no-repeat;
    right: -50px; /*20220407*/
}
.page-two .view .swiper-slide {
    position: relative;
    background: none;
}
.page-two .view .swiper-slide .items {
    background: rgb(250, 235, 235);
    width: 292px; /*20220407*/
    padding: 12px;
    margin-left: 10px; /*20220408*/
    margin-top: 10px; /*20220408*/
    font-size: 16px;
    float: left;
    height: 330px; /*20220407*/
}
.page-two .view .swiper-slide .pic-list .title {
    line-height: 32px;
    text-align: center; /*20220323*/
}
.page-two .view .swiper-slide .pic-list .title span {
    font-size: 30px;
}
.page-two .view .swiper-slide .pic-list .items:nth-child(4n+1) {
    margin-left: 0;
}
.page-two .view .swiper-slide .pic-list img.pic {
    display: block;
    margin-bottom: 4px;  /*20220407*/
    margin-top: 10px;
}
.page-two .view .swiper-slide .pic-list p.text {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 270px;  /*20220407*/
	font-size: 18px;
	line-height: 140%;
}
/* rotate 90 */
.rotate-tip-wrap {
    display: none;
    position: relative;
    height: 100%;
}
.rotate-img {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}
.rotate-tip-text {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}
.btn-enter.active {
	display: none !important;
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .swiper-container-p1 .swiper-slide {
        display: inline;
    }
    .swiper-container-p2 .swiper-slide {
        display: inline;
    }
}
@media screen and (min-width:0\0) { 
    .swiper-container-p1 .swiper-slide {
        display: inline
    }
    .swiper-container-p2 .swiper-slide {
        display: table;
    }
}

/* pc */
@media (min-width: 1400px) {
	.page-cover .content-box {
		width: 69%;
        margin-top: 0px;
    }
	.yh-right {
		right: 8.8%;
	}
	.yh-right .share li img.mouse1 {
		width: 60%;
	}
	.page-cover .item2 .left video {
		margin-top: 0;
	}
	.page-one .content-box {
		width: 65%;
	}
	.page-one .item1 {
		margin-left: -200px;
	}
	.page-one .item4 h3 {
		font-size: 34px;
	}
	.swiper-button-next {
		right: -1.7%;
	}
	.page-two .content-box {
		transform: scale(0.7);
    	top: -10vh;
	}
	.page-two .swiper-button-next5,
	.page-two .swiper-button-prev5 {
		top: 65%;
	}
}
@media (min-width: 1440px) {
    .page-cover .content-box {
		width: 85%;
        margin-top: 25px;
    }
    .page-cover .item1 {
        width: 68%;
    }
    .page-cover .item2 {
        width: 75%;
		margin: 0 auto 0 18%;
    }
    .page-cover .item1 .right img.tit0 {
        margin-right: 10px;
        width: 45%;
    }
    .page-cover #copyright {
        margin-top: 0;
    }
    .page-cover .item1 .txt {
        margin-right: 40px;
        transform: scale(0.9);
    }
	.page-cover .item1 .left {
		width: 60%;
	}
    .page-cover .item1 .left p {
        line-height: 1.4;
		margin: 10px 0 0 50px;
    }
	.page-cover .item1 .txt span {
		line-height: 15px;
	}

    .page-one .content-box {
        transform: scale(0.9);
        margin-top: -15px;
    }
    .page-one .item1 {
        margin-left: -200px;
    }
	.page-one .item-box {
		right: 6%;
	}
	.page-one .item3 img.tit0 {
		width: 30%;
	}
	.page-one .item3 .txt span {
		line-height: 15px;
	}
    .page-two .content-box {
        transform: scale(0.75);
        margin-top: -5px;
    }
    .swiper-button-next {
        right: -1.6%; /* 20220408 */
    }
    .page-two .swiper-button-next5, .page-two .swiper-button-prev5 {
        top: 58%;
    }
	.yh-right {
		right: 8.8%;
		top: 18%;
	}
	.yh-right .share li img.mouse1 {
		width: 55%;
	}
    
}

@media (min-width: 1680px) {
    .page-cover .content-box {
		width: 72%;
        margin-top: 35px;
    }
    .page-cover .item1 {
        width: 70%;
    }
    .page-cover .item2 {
        width: 90%;
		margin: 0 auto 0 12%;
    }
    .page-cover .item1 .right img.tit0 {
        width: 65%;
    }
	.page-cover .item2 .left video {
		margin-top: 5px;
	}
    .page-cover #copyright {
        margin-top: 40px;
    }
	.page-cover .item1 .left {
		width: 66%;
	}
    .page-cover .item1 .txt {
        transform: scale(1.0);
		margin-right: 0;
    }
    .page-cover .item1 .left p {
        line-height: 1.5;
		margin: 10px 0 0 0px;
    }
	.page-cover .item1 .txt span {
		line-height: 18px;
	}
	
    .page-one .content-box {
        transform: scale(0.9);
        margin-top: -15px;
    }
    .page-one .item1 {
        margin-left: -200px;
    }
	.page-one .item-box {
		right: -4%;
	}
	.page-one .item3 img.tit0 {
		width: 40%;
	}
	.page-one .item3 .txt span {
		line-height: 17px;
	}
	
    .page-two .content-box {
        transform: scale(0.9);
        margin-top: 50px;
    }
    .swiper-button-next {
        right: -1.3%; /* 20220408 */
    }
    .page-two .swiper-button-next5, .page-two .swiper-button-prev5 {
        top: 51%;
    }
	.yh-right {
		right: 9%;
		top: 22%;
	}
	.yh-right .share li img.mouse1 {
		width: 70%;
	}
}

@media (min-width: 1920px) {
    .page-cover .content-box {
        margin-top: 0px;
    }
    .page-cover .item1 {
        width: 80%;
    }
	.page-cover .item1 .left p {
		margin: 25px 0 0 60px;
		line-height: 1.7;
	}
    .page-cover .item2 {
        width: 100%;
		margin: 0 auto 0 9%;
    }
    .page-cover .item1 .right img.tit0 {
        width: 65%;
    }
    .page-cover #copyright {
        margin-top: 40px;
    }
	.page-cover .item1 .left {
		width: 65%;
	}
    .page-cover .item1 .txt {
        transform: scale(1.0);
    }
	.page-cover .item1 .txt span {
		line-height: 18px;
	}

    .page-one .content-box {
        transform: scale(1.0);
        margin-top: -15px;
    }
	.page-one .item-box {
		right: -4%;
		top: 10%;
	}
    .page-one .item1 {
        margin-left: -300px;
    }
    .page-one .item3 img.tit0 {
		width: 40%;
        margin-right: 25px;
		margin-top: 0;
    }
	.page-one .item3 .txt span {
		line-height: 19px;
	}
	.page-one .item4 h3 {
		line-height: 1.4;
	}
	
    .page-two .content-box {
        transform: scale(1.0);
        margin-top: 100px;
    }
    .swiper-button-next {
        right: -1.1%; /* 20220408 */
    }
    .page-two .swiper-button-next5, .page-two .swiper-button-prev5 {
        top: 45%;
    }
	.yh-right {
		right: 9.1%;
	}
	.yh-right ul.yh-share li img.mouse1 {
		width: 70%;
	}
}
