@charset "UTF-8";
/* CSS caidan */
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav,
/* 菜单页大小 */
nav ul {
    position: fixed;
    top:0px;
    right:0px;
    width: 100%;
    height: 100%;
}
nav {
    background: #f0cacf;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: translateX(100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media screen and (max-width: 680px){
    nav,
    nav ul {
        width: 100%;
    }
}
#toggle {
    display: none;
}
#toggle + #toggle-btn,
/* 点击触发区域定位 */
.nav-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 3px;
    cursor: pointer;
}
#toggle + #toggle-btn {
    height: 40px;
    width: 40px;
    z-index: 1000;
    background: rgba(0, 0, 0,);
}

.nav-icon,
.nav-icon:before,
.nav-icon:after {
    position: absolute;
    height: 2px;
    width: 24px;
    margin: 0 0;
    z-index: 900;
    border-radius: 3px;
    background: #000000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.nav-icon:before {
    content: "";
    margin-top: -8px;
}
.nav-icon:after {
    content: "";
    margin-top: 8px;
}
/* 展开&关闭转换 */
#toggle:checked ~ nav {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: translate(0.0);
}
#toggle:checked ~ .nav-icon {
    background: rgba(255, 0, 0, 0);
}
#toggle:checked ~ .nav-icon:before {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: 0;
    background: #2a2a2a;
}
#toggle:checked ~ .nav-icon:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: 0;
    background: #2a2a2a;
}
/* 首页菜单背景 */
.menu{
    width: 100%; height: 60px;
    z-index: 6;
    position: sticky;
    top: 0;
    background-color: #ffffff;
}
/* 其它页面菜单背景 */
.menu2{
    width: 100%; height: 60px;
    z-index: 9;
    position: fixed;
    background-color: #ffffff;
}
/* 菜单icon定位 */
.menu-icon{
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 25px;
}



/* 集团手机端菜单 */
.group_menu{background-color: #000000;}
.group_nav-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 3px;
    cursor: pointer;
}
.group_nav-icon,
.group_nav-icon:before,
.group_nav-icon:after {
    position: absolute;
    height: 2px;
    width: 24px;
    margin: 0 0;
    z-index: 9999;
    border-radius: 3px;
    background: #838383;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.group_nav-icon:before {
    content: "";
    margin-top: -8px;
}
.group_nav-icon:after {
    content: "";
    margin-top: 8px;
}

/* 展开&关闭转换 */
#toggle:checked ~ nav {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: translate(0.0);
}
#toggle:checked ~ .group_nav-icon {
    background: rgba(255, 0, 0, 0);
}
#toggle:checked ~ .group_nav-icon:before {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: 0;
    background: #838383;
}
#toggle:checked ~ .group_nav-icon:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: 0;
    background: #838383;
}
.group_menu{
    position: fixed; z-index: 9999;
    top: 10px; right: 10px;
}
.group_menu-icon{
    position: absolute;
    z-index: 9999;
    right: 20px;
    top: 25px;
}

/*  */
.group_phone_menu{
    margin-top: 20vh;
    text-align: center; 
    font-size: 20px; line-height: 60px;
    font-family: syl;
}
.group_phone_menu a:link {text-decoration: none;color: #616161;}
.group_phone_menu a:visited {text-decoration: none;color: #616161;}
.group_phone_menu a:hover {text-decoration: none;color: #ffffff;}
.group_phone_menu a:active {text-decoration: none;color: #616161;}

/* 菜单内容 */
.caidanye a:link {text-decoration: none;color: #413f40;}
.caidanye a:visited {text-decoration: none;color: #413f40;}
.caidanye a:hover {text-decoration: none;color: #ffffff;}
.caidanye a:active {text-decoration: none;color: #413f40;}
.dibu a:link {text-decoration: none;color: #5b595a;}
.dibu a:visited {text-decoration: none;color: #5b595a;}
.dibu a:hover {text-decoration: none;color: #ffffff;}
.dibu a:active {text-decoration: none;color: #5b595a;}

.caidanye{
    z-index: 5;
    font-family: ceg, hxbl, sans-serif; 
    font-size: 1.6vh; color: #413f40;
    line-height:300%;
    padding-top: 20vh; padding-left: 20%;
}
.xiaozi{
    padding: 0px 30px 0 0;
    font-family: ceg, hxbl, sans-serif;
    font-size: 2.4vh;
}

.dibu{
    width: 100%; 
    padding: 10px;
    font-family: ceg, hxbl, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 16px; color: #413f40;
    background-color: #f0cacf;
}

.dibu1{
    padding: 20px 0px 20px 20px;

}
.dibucd{
    padding-right: 20px;
}
.dibuslogan{
    padding-left: 10px;padding-top: 200px;
    font-family: bms;
    width: 100%; /* 设置文字宽度为浏览器窗口宽度的百分之百 */
    max-width: 100%;
    font-size: 10vw; line-height: 100%;
}
.dibubq{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    padding-left: 20px;padding-bottom: 10px;
}
.dibusj{
    width: 100px;
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    right: 30px;
}
/* 弹窗 (background) */
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 999; /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100vh;
    overflow: auto;  
    background-color: rgba(0,0,0,0.8); 
}

/* 弹窗内容 */
.modal-content {
    background-color: #fefefe;
    margin: 20vh auto 0 auto; 
    padding: 40px 20px;
    width: 340px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px; text-align:center; color: rgb(97, 97, 97);
}
.modal-content img{margin-bottom: 20px;}
.hello{font-size: 20px;font-family: "BMS";margin-bottom: 20px;}

/* 关闭按钮 */
.close {
    color: rgb(255, 255, 255);
    float: right;
    font-size: 50px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    margin: 0 10px 0 20px;
}

.close:hover,
.close:focus {
    color: rgb(192, 192, 192);
    text-decoration: none;
    cursor: pointer;
}

#phone_menu {
    display: none; /* 默认隐藏div */
  }

@media screen and (max-width: 680px){
    #pc_menu {
        display: none; /* 默认隐藏div */
      }
    #phone_menu {
        display: block; /* 显示div */
      }
    .modal{background-color: rgba(0,0,0,0.9);}
    .modal-content {
        position:absolute; bottom:0;
        padding: 40px;
        width: 100%; height: 86vh;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .close {
        font-size: 70px;
        font-weight: 100;
    }
    .caidanye{
        padding-left: 20px;
    }
    .xiaozi{
        font-size: 2vh;
    }
    .dibu{font-size: 14px;}
    .dibusj{
        position: relative;
        left: 0px;top: 30px;
    }
    .dibuslogan{font-size: 8vh;}
}

