@charset "utf-8";
.html{
	line-height: 1.7;
    letter-spacing: 1px
}

/*header*/
header{
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 75px;
	z-index: 15;
	position: fixed;
    top: 0;
}
header div.header_box.phone{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
	height: 130px;
}
header div.header_box.phone .phone_nav{
	float: left;
	display: block;
    margin: 23px 0 0 20px;
    cursor: pointer;
   	width: 28px;
}
header div.header_box.phone .logo{
	width: 145px;
	margin: 14px auto 0;
}
nav.phone_menu{
  width: 100%;
  max-height: 70vh;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 15;
	position: fixed;
  top: 75px;
  display: none;
  overflow-y: auto;
}
nav.phone_menu .ul_parents{
	width: 85%;
	margin: 0 auto;
	font-size: 17px;
}
nav.phone_menu .li_parents{
	border-bottom:solid 1px #666666;
	margin-bottom: 25px;
    padding-bottom: 25px;
}
nav.phone_menu .li_parents:nth-child(7) a{
	font-family: var(--title-text);
  width: auto;
  height: 27px;
  display: flex;
  align-items: center;
}
nav.phone_menu .li_parents:nth-child(7) p{
	width: 1px;
  height: 27px;
  background: #666666;
}
nav.phone_menu .li_parents:nth-child(7){
	font-family: var(--title-text);
  height: 68px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  column-gap: 12px;
  align-items: center;
  padding-bottom: 0px;
}
nav.phone_menu .li_parents:nth-child(6){
	font-family: var(--titlen-text);
  margin-bottom: 0px;
}
nav.phone_menu .li_parents.c span:nth-child(2){
	font-family: var(--title-text);
}
nav.phone_menu .li_parents:nth-child(1){
	padding-top: 30px;
}
 nav.phone_menu .li_parents a{
	color: #fff;
  font-family: var(--title-text);
}

nav.phone_menu .ul_child{
	width: 90%;
  margin: 0 auto 30px;
  font-size: 17px;
  display: none;
}
nav.phone_menu .li_child a{
	color: #999999;
  font-family: var(--title-text);
}
nav.phone_menu .li_child{
	margin-bottom :30px;
}
nav.phone_menu .li_child:nth-child(1){
	/*margin-top :30px;*/
}
header div.header_box.desk,
header.desk{
	display: none !important;
}/*//header*/

/*footer*/
footer{
	background-color: #E6E6E6;
	color:#666666;
}
footer .footer_up{
	width: 90%;
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 17px;
	margin: 0 auto;
	overflow: hidden;
  font-family: var(--main-text);
}
footer .footer_up_list{
    width: 100%;
    margin-bottom: 60px;
}
footer .footer_up ul:nth-child(1) li:nth-child(1){
	margin-bottom: 16px;
}
footer .footer_up ul:nth-child(1) li:nth-child(2){
	margin-bottom: 16px;
}
footer .footer_up ul:nth-child(1) li:nth-child(3){
	margin-bottom: 16px;
}
footer .footer_up ul:nth-child(1) li:nth-child(4){
	margin-bottom: 16px;
  /*font-family:"Raleway-Medium", 'NotoSansTC-Regular';*/
}
footer .footer_up ul:nth-child(1) li:nth-child(5){
  /*font-family: var(--main-text);*/
}
footer .footer_up ul:nth-child(2) li:nth-child(1){
	margin-bottom: 4px;
	font-family: var(--title-text);
  letter-spacing: 0px;
  /*font-weight: bold;*/
}
footer .footer_up ul:nth-child(2) li.line:nth-child(2){
	margin-bottom: 16px;
	width: 28px;
	height: 3px;
	background-color: #666666;
}
footer .footer_up ul:nth-child(2) li:nth-child(3){
	margin-bottom: 16px;
}
footer .footer_up ul:nth-child(2) li:nth-child(4){
	margin-bottom: 16px;
}
footer .footer_up ul:nth-child(2) li:nth-child(5){
	margin-bottom: 16px;
}

footer .footer_up ul:nth-child(3) li:nth-child(1){
	margin-bottom: 4px;
	font-family: var(--title-text);
  letter-spacing: 0px;
  /*font-weight: bold;*/
}
footer .footer_up ul:nth-child(3) li.line:nth-child(2){
	margin-bottom: 16px;
	width: 28px;
	height: 3px;
	background-color: #666666;
}
footer .footer_up ul:nth-child(3) li:nth-child(3),
footer .footer_up ul:nth-child(3) li:nth-child(4),
footer .footer_up ul:nth-child(3) li:nth-child(5){
	float: left;
}
footer .footer_up ul:nth-child(3) li:nth-child(3):hover,
footer .footer_up ul:nth-child(3) li:nth-child(4):hover,
footer .footer_up ul:nth-child(3) li:nth-child(5):hover{
	opacity: 0.6;
}
footer .footer_up ul:nth-child(3) li:nth-child(4){
	margin: 0 10px;
}
footer .footer_down{
    text-align: center;
    font-size: 10px;
    padding: 10px 0;
    line-height: 1.7;
    width: 90%;
    margin: 0 auto;
}/*//footer*/