html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:0 0 0 0 !important;
  font:15px/1.5 Microsoft YaHei,PingFang SC,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN,sans-serif !important;
  color:#271E1F;
  background-color: #000000;
}
input,select,textarea,button{
  font:12px/1.25 Microsoft YaHei,PingFang SC,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Source Han Sans CN, sans-serif;
}
@font-face {
    font-family: 'Palatino Linotype';
    src: url('../font/Palatino-Linotype.ttf') format('truetype');
}
@font-face {
    font-family: 'Mini Hotpot';
    src: url('../font/Mini-Hotpot.ttf') format('truetype');
}
@font-face {
    font-family: 'New Press Eroded';
    src: url('../font/New-Press-Eroded.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
        url('../font/iconfont.woff?t=1658727552670') format('woff'),
        url('../font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    margin-right: 8px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
.wrap{
  display: block;
  width: 100%;
}
.wrapper{
  display: block;
  padding: 0 60px;
}
.w100{
  display: block;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#1b1b1b;
  text-decoration:none;
  outline: none;
  transition: All 0.3s ease-in-out;
}
a:hover {
  color:#e7161a;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#BBB;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#BBB;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#BBB;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
    color:#BBB;
}
.line:last-child{
  border-bottom: none;
}
.red{
    color: #EF813A;
}
.pc{
    display: block !important;
}
.h5{
    display: none !important;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.abr{
    position: relative;
}
.m20{
    margin-top: 20px;
}
.m30{
    margin-top: 30px;
}
.m40{
    margin-top: 40px;
}
.mb100{
    margin-bottom: 120px;
}
/*header*/
.page-guide{
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.page-guide h1 {
    all: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 4;
    width: 16.5vw;
    max-width: 269px;
    min-width: 164px;
    pointer-events: none;
}
.page-guide .item{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 50%;
    background-color: #F5F5F5;
    position: relative;
}
.page-guide .item .logo{
    position: absolute;
    left: 50%;
    top: 50%;
    padding-bottom: 110px;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.page-guide .item .logo img{
    display: block;
    width: 214px;
    height: auto;
}
.page-guide .item:last-child .logo img{
    display: block;
    width: 367px;
    height: auto;
}
.page-guide .text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    transition: all .3s ease-in-out;
}
.page-guide .text-box:hover{
    background-color: rgba(0,0,0,0.0);
}
.page-guide .text-box .link{
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: auto;
    transform: translateX(-50%);
}
.page-guide .link .title{
    display: block;
    width: 100%;
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
    letter-spacing: 8px;
    text-align: center;
    font-family: 'Mini Hotpot';
}
.page-guide .link .icon{
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 8px;
    transition: all 0.45s cubic-bezier(0.65,0.32,0.16,1.01);
}
.page-guide .item .link .icon{
    background: url('../img/icon-arrow-left.svg') center center no-repeat;
    background-size: 45px 8px;
}
.page-guide .item .link:hover .icon{
    transform: translateX(-50%);
}
.page-guide .item:last-child .link .icon{
    background: url('../img/icon-arrow-right.svg') center center no-repeat;
    background-size: 45px 8px;
}
.page-guide.item:last-child .link:hover .icon{
    transform: translateX(50%);
}
.page-guide .video-box{
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.page-guide .video-box video{
    position: absolute;
    object-fit: cover;
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-position: center;
}
/*footer*/
.footer{
    display: block;
    width: 100%;
    height: 675px;
    color: #FFF;
    background: url("../img/bg-footer.jpg") no-repeat center center;
    background-size: cover;
}
.footer .wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 50px 100px;
    flex-direction: column;
}
.footer .foot-nav{
    display: flex;
    width: 1090px;
    justify-content: space-between;
    padding: 22px 0;
    border-bottom: 1px solid rgba(189,189,189,0.4);
}
.footer .foot-nav a{
    display: block;
    font-size: 24px;
    width: calc(100%/5);
    text-align: center;
    color: #FFF;
    font-family: 'Mini Hotpot';
}
.footer .foot-nav a:hover{
    color: #e7161a;
}
.footer .foot-contact{
    margin-top: 40px;
    line-height: 1.66;
    font-size: 18px;
}
.footer .foot-contact label{
    font-family: 'Mini Hotpot';
    font-size: 20px;
    padding-right: 5px;
}
.footer .foot-contact span{
    padding-left: 5px;
}
.foot-social{
    display: block;
    margin-top: 30px;
}
.footer .social-list{
	display: flex;
	padding-top: 0;
	justify-content: flex-start;
}
.footer .social-list li{
	display: block;
	width: 29px;
	height: 29px;
	margin: 0 10px 0 10px;
	padding-top: 0;
	transition: all .3s;
}
.footer .social-list li:hover{
	transform: scale(1.2);
}
.footer .social-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.footer .social-list li.icon-facebook{
	background: url("../img/icon-facebook.png") no-repeat center center;
	background-size: 29px 29px;
}
.footer .social-list li.icon-instagram{
	background: url("../img/icon-instagram.png") no-repeat center center;
	background-size: 29px 29px;
}
.footer .social-list li.icon-weixin{
	background: url("../img/icon-weixin.png") no-repeat center center;
	background-size: 29px 29px;
}
.footer .footer-copyright{
    margin-top: 90px;
    font-size: 15px;
    text-align: center;
}
.footer .footer-copyright a{
    color: #fff;
}
.footer .footer-copyright a:hover{
    color: #e7161a;
}
.fadeSlideRight{
    -webkit-animation: slideRightBlurAnimation 0.75s 0.45s ease-in-out both;
    animation: slideRightBlurAnimation 0.75s 0.45s ease-in-out both;
}
.fadeSlideLeft{
    -webkit-animation: slideLeftBlurAnimation 0.75s 0.45s ease-in-out both;
    animation: slideLeftBlurAnimation 0.75s 0.45s ease-in-out both;
}
.fadeSlideUp{
    -webkit-animation: slideUpBlurAnimation 0.75s 0.45s ease-in-out both;
    animation: slideUpBlurAnimation 0.75s 0.45s ease-in-out both;
}
.fadeSlideDown{
    -webkit-animation: slideDownBlurAnimation 0.75s 0.45s ease-in-out both;
    animation: slideDownBlurAnimation 0.75s 0.45s ease-in-out both;
}
.slideUpAnimation{
    -webkit-animation: slideUpAnimation 0.75s 0.45s ease-in-out both;
    animation: slideUpAnimation 0.75s 0.45s ease-in-out both;
}
.jitter{
    -webkit-animation: jitter 0.75s 0.45s ease-in-out both;
    animation: jitter 0.75s 0.45s ease-in-out both;
}
.bottom-nav{
    display: none;
}

/* PC*/
@media (min-width: 1441px) and (max-width: 1800px) {
    
}

/* PC */
@media (max-width: 1440px) { 
.footer .foot-nav{
    width: 75%;
}
}

@media (max-width: 1495px) { 
}

/* PC */
@media (max-width: 1200px) {

}

/* iPad竖屏 */
@media (min-width: 768px) and (max-width: 834px) and (orientation: portrait) {
.page-guide {
    flex-direction: column;
}
.page-guide .item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 100%;
}
.page-guide .item .logo {
    padding-bottom: 30px;
}
.page-guide .text-box .link {
    bottom: 30px;
}
.page-guide .link .title {
    font-size: 16px;
    padding-bottom: 15px;
    letter-spacing: 3px;
}
.page-guide .item .logo img {
    width: 180px;
}
.page-guide .item:last-child .logo img {
    width: 260px;
}
}

/* iPad横屏 */
@media (min-width: 1024px) and (max-width: 1194px) and (orientation: landscape) {
.page-guide .link .title {
    font-size: 20px;
    letter-spacing: 5px;
}
}

/* 手机 */
@media only screen and (max-width:767px){
.page-guide {
    flex-direction: column;
}
.page-guide .item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 100%;
}
.page-guide .item .logo {
    padding-bottom: 30px;
}
.page-guide .text-box .link {
    bottom: 30px;
}
.page-guide .link .title {
    font-size: 16px;
    padding-bottom: 15px;
    letter-spacing: 3px;
}
.page-guide .item .logo img {
    width: 180px;
}
.page-guide .item:last-child .logo img {
    width: 260px;
}

}