/**
@charset "UTF-8";
ol, ul, li{list-style: none;padding: 0;margin: 0;}
body{min-width: auto;}
**/

.CHW_menu1{cursor: pointer;position:absolute;background:url(ico_menu2.png) no-repeat center center;width:46px;height:46px;-webkit-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s}
/****ÂúÆÁµ¼º½****/
.CHW_menu1:hover{transform:rotate(180deg);-webkit-transform:rotate(180deg)}

.CHW_menu1_nav{position:fixed;z-index:99999999;top:0;left:0;right:0;width:100%;height:100%;margin:0 auto;text-align:center;background:url(nav_bg.jpg) center top repeat;visibility:hidden;opacity:0;-webkit-transition:all 0.2s ease-out 0s;transition:all 0.2s ease-out 0s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.CHW_menu1_nav.s{visibility:visible;opacity:1}
.CHW_menu1_nav .close{cursor: pointer;position:absolute;right:250px;top:250px;background:url(ico_close.png) no-repeat center center;width:50px;height:50px;-webkit-transition:all 0.3s ease-out 0s;transition:all 0.3s ease-out 0s}
.CHW_menu1_nav .close:hover{transform:rotate(180deg);-webkit-transform:rotate(180deg)}
.CHW_menu1_nav .logo{padding-top:125px;margin-bottom:82px}
.CHW_menu1_nav .list{overflow:hidden;}
.CHW_menu1_nav .item{float:left;min-width:160px;color:#fff;text-align:center}
.CHW_menu1_nav .item h1{font-size:26px;font-weight:normal;position:relative;margin:0;padding-bottom:20px}
.CHW_menu1_nav .item h1::after{content:"";background:url(nav_liststyle.png) center bottom no-repeat;position:absolute;bottom:0;margin-top:10px;width:18px;height:11px;left:50%;margin-left:-9px}
.CHW_menu1_nav .item h1 a{color:#fff}
.CHW_menu1_nav .item dl{margin-top:15px}
.CHW_menu1_nav .item dt{font-size:16px;margin-bottom:2px}
.CHW_menu1_nav .item dd{font-size:16px;padding:4px 0;margin: 0;line-height:34px;}
.CHW_menu1_nav .item a{color:#eaa1a1;width:100%;height:30px;display:block;}
.CHW_menu1_nav .item a:hover{color:#fbc3c3;}

