@charset "utf-8";
/* CSS Document */

.xtgnContainer { position: relative; }
.xtgnContainer .floorNav {padding: 260px 20px 0 0;width: 210px;min-height: 200px;/*background: rgb(0 4 11 / 70%);*/ background: url("img/bg.png");position: fixed;z-index: 4;top: 0;text-align: right;}
.xtgnContainer .floorNav.on { top: 0; padding: 160px 20px 0 0; }
.xtgnContainer .floorNav.on2 { position: absolute!important; bottom: 0!important; top: inherit!important; }
.xtgnContainer .floorNav h2 {color: #fff;font-size: 22px;/* font-weight: bold;*/line-height: 1;padding: 0 0 20px;}
.xtgnContainer .floorNav ul { }
.xtgnContainer .floorNav li {float: none;width: 100%;padding: 0;text-align: right;}
.xtgnContainer .floorNav li a {display: block;line-height: 50px;position: relative;font-size: 16px;color: #fff;height: auto;border: none;padding: 0;}
.xtgnContainer .floorNav li a:hover {color: #00b8b8;}
.xtgnContainer .floorNav li a:before { content: ''; width: 25px; height: 44px; background: url(img/icon.png?v20220815) no-repeat; position: absolute; top: 2px; right: -45px; opacity: 0 }
.xtgnContainer .floorNav li.on a {color: #00b8b8;font-size: 20px;/* border: none; */}
.xtgnContainer .floorNav li.on a:before { opacity: 1 }
.xtgnContainer .floorItem { }
.section_main{ background-position: 50% 50%; background-size: cover; background-repeat: no-repeat;}
.section_main .wrap{position: relative;}
.section_main .desc{position:absolute;width: 100%;left: 0;top: 55px;color: #393a3b;}
.section_main .desc h2{font-size: 38px; line-height: 1;}
.section_main .desc p{ font-size: 26px; line-height: 40px; padding: 24px 0 0 0; }
.section_main img{vertical-align: top;}




.floorItem11 { height: 500px; background: url(img/011.jpg?v20220815) no-repeat 50% 50%; background-size: cover; color: #fff; }
.floorItem11 p {font-size: 40px;line-height: 60px;/* text-shadow: 0.5px 0.866px 8px rgb( 0, 0, 0 ); */padding: 120px 0 60px;}
.floorItem11 a,.floorItem11 span { display: block; width: 450px; line-height: 70px; background: #fff; border-radius: 5px; font-size: 30px; text-align: center; color: #555; }


@media(max-width:1800px) {
    .xtgnContainer .floorNav{width: 170px;}
}

@media(max-width:1600px) {
    .xtgnContainer .floorNav{width: 120px;}
    .xtgnContainer .floorNav h2{font-size: 16px;}
}


@media (max-device-width: 1024px) {
.xtgnContainer .floorNav{padding-top: 100px!important;width: 140px;}
.xtgnContainer .floorItem .wrap { padding: 0 60px 0 220px!important; }

.floorItem11 { height: 400px; }
.floorItem11 p { font-size: 33px; padding: 70px 60px 60px; }
.floorItem11 a,.floorItem11 span { margin-left: 60px; }
 .xtgnContainer .floorNav li a{font-size: 12px;line-height: 34px;}    
    .xtgnContainer .floorNav li.on a{font-size: 12px;}
    .xtgnContainer .floorNav li a:before{
    width: 12px;
    height: 24px;
    background-size: cover;
    right: -32px;
    top: 50%;
    margin-top: -12px;
}
.xtgnContainer .floorNav h2{
    font-size: 18px;
}
    
}

@media (max-device-width:770px) {
.xtgnContainer .floorNav.on3 { padding-top: 1030px; }
}