*{
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration: none;
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4;
	/* ΢?w */
}

body{
	background-color: #FCFBF9;
}

img{
	border: 0;
}

/* top button */
.topbtn{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #485676;
	color: #fff;
	position: fixed;
	right: 1vw;
	bottom: 1vw;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

/* header */

.h_edit{
	max-width: 1280px; 
	margin: 0 auto;
	padding: 20px 10px 10px; 
	box-sizing: border-box;

}

.logo1{
	width: 275px;
}

.logo2{
	display: none;
}

.menu{
	margin-top: 45px; 
	float: right; 
	text-align: right; 
	display: inline-block;
}

/* _.menu */
.menu:after, .m_menu:after{
	 content: '';
	 display: block;
	 clear: both;
}

.search{
	padding: 5px;
	width: 300px; 
	position: relative; 
	display: inline-block; 
	vertical-align: top; 
	margin-right: 20px;
	
}

.search input{
	width: 100%; 
	font-size: 16px; 
	color: #444; 
	height: 50px; 
	border-radius: 10px;
	border: 1px solid #2E385A; 
	padding: 0 50px 0 10px; 
	background: none; 
	box-sizing: border-box;
	float: left;
	outline: none;
}

.search input::-webkit-input-placeholder { /* WebKit browsers */ direction: rtl;}

.search input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */ direction: rtl;}

.search input::-moz-placeholder { /* Mozilla Firefox 19+ but I'm not sure about working */ direction: rtl;}

.search input:-ms-input-placeholder { /* Internet Explorer 10+ */ direction: rtl;}

.l_search_img{	
	cursor: pointer;
	width: 35px;
	height: auto;
	position: absolute; 
	top: 15px; 
	right: 15px;
}

.m_search, .m_search_img{
	display: none;
}

.l_menu{
	display: inline-block;
}

.mt{
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}

.mt a{
	color: #495575;
}

.mt:hover .sub_menu{
	display: block;
}

.mt_cata > a:first-of-type:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	z-index: 300;
}

.mt span.mt_en{
	color: #727171;
	display: block;
	font-size: 14px;
}

.mt span.mt_arrow{
	display: none;
}

.sub_menu{
	display: none;
	position: absolute;
	background-color: rgba(46, 56, 90, 0.9);
	text-align: left;
	width: 200px;
	padding: 10px 20px 15px 30px;
	top: 80px;
	right: 30px;
	z-index: 100;
}

.sub_menu:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width:  0 10.5px 18px 10.5px;
	border-color: transparent transparent rgba(46, 56, 90, 0.9) transparent;
	position: absolute;
	top: -18px;
	right: 20px;
}

.sub_menu:after{
	content: '';
	display: block;
	width: 130px;
	height: 500px;
	position: absolute;
	top: -60px;
	right: -40px;
}

.sub_menu a{
	color: #fff;
	display: block;
	margin-top: 5px; 
	width: 200px;
	position: relative;
}	


@media screen and (min-width: 1024px) {

	
	.sub_menu a:hover:before{
		content: '';
		position: absolute;
		top: 6px;
		left: -15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 10.4px;
		border-color: transparent transparent transparent #ffffff;
	}

	.sub_menu a:hover:after{
		content: '';
		position: absolute;
		top: 24px;
		left: 0;
		height: 1px;
		width: 100%;
		border-bottom: 1px solid #fff;
	}


}

.m_menu{
	display: none;
}


.line1{
	height: 9px;
	border-bottom: 3px solid #2E385A;	
}

.line2{
	height: 5px;
	border-bottom: 1px solid #2E385A;	
}


@media screen and ( max-width: 1024px) {

	.h_edit{
		padding: 15px; 
	}

	.logo1{
		display: none;
	}

	.logo2{
		width: 280px;
		display: inline-block;
		margin-top: 5px;
	}
	
	/* hx */
	.menu{
		margin-top: 20px; 
	}

	.m_menu{
		cursor: pointer;
		display: inline-block;
		width: 30px;
		height: 100%;
		position: relative;
		margin-right: 10px;
		transition: all 300ms ease-in-out; 
	}
	
	.m_menuline{
		width: 100%;
		height: 2px;
		background-color: #2E385A;
		margin-top: 10px;
		transition: all 300ms ease-in-out; 
	}

	.active div:nth-of-type(1){
        transform: rotate(45deg) translate(10px, 8px);
    }

    .active div:nth-of-type(2){
        opacity: 0;

    }

    .active div:nth-of-type(3){
        transform: rotate(-45deg) translate(9px, -7px);
    }

	.l_menu{
		display: none;
		width: 100%;
		position: absolute;
		top: 102px;
		right: 0;
		padding: 0px 15px;
		box-sizing: border-box;
		overflow: hidden;
		background-color: #FCFBF9;
		z-index: 100;
	}

	.mt{
		display: block;
		text-align: left;
		padding: 15px;	
		border-bottom: 1px solid  #2E385A;	
	}

	.mt:hover .sub_menu{
		display: none;
	}

	.mt a{
		display: block;
		width: 100%;
	}

	.mt span.mt_en{
		display: inline-block;
		margin-left: 15px;
	}

	.mt span.mt_arrow{
		float: right;
		display: block;
		transition: .5s;

	}

/* ֙Cxμ^D	 */
	.rotate{
		transform: rotate(90deg) translate(5px , 5px);
		transition: .5s;
	}

	.sub_menu{
		display: none;
		position: relative;
		width: 100%;
		top: 16px;
		right: 30px;
		padding: 10px 10px 15px 50px;

	}

	.sub_menu:before{
		display: none;
	}
	
	.sub_menu a{
		margin-top: 10px;
		
	}
	

	


	/* PIь */
	
	.search{
		width: 0px;
	}

	.search input{
		display: none;

	}

	.l_search_img{
		display: none;
	}

	.m_search_img{
		display: block;
		width: 30px;	
		top: 8px; 
		right: 15px;
		position: absolute;
	    
	}

	.m_search{
		display: none;
		padding: 5px;
		width: 300px; 
		vertical-align: top; 
		margin-right: 20px;
		position: relative;
		top: -10px;
		left: -35px;
	}

	.m_search_x{
		position: absolute;
		width: 40px;
		height: 40px;
		top: 8px;
    	right: -40px;
	}

	.m_search_x:after{
		content: '';
		display: block;
		clear: both;
	}

	.msx_1, .msx_2{
		position: absolute;
		width: 30px;
		height: 2px;
		background-color: #2E385A;
		right: 5px;
    	top: 20px;
	}

	.msx_1{
		transform: rotate(45deg);
	}

	.msx_2{
        transform: rotate(-45deg);
	}

	.m_search input{
		width: 100%; 
		font-size: 16px; 
		color: #444; 
		height: 45px; 
		border-radius: 10px;
		border: 1px solid #2E385A; 
		padding: 0 10px 0 50px; 
		background-color: #FCFBF9;
		box-sizing: border-box;
		outline: none;
	}

	.m_search img{
		width: 30px;
		height: auto;
		position: absolute; 
		top: 15px; 
		left: 15px;
	}

}


@media screen and (max-width: 1023px){
	/* top button */
	.topbtn{
		display: block;
		width: 50px;
		height: 50px;
		background-color: #485676;
		color: #fff;
		position: fixed;
		right: 1vw;
		bottom: 1vw;
		text-align: center;
		display: flex;
		align-items: center;
    	justify-content: center;
	}
}

@media screen and ( max-width: 767px){

	.h_edit{
		padding: 10px; 
	}

	.logo2{
		width: 190px;
	}

	.menu{
		margin-top: 5px;
	}

	.search{
		margin-right: 0px;
	}

	.l_menu{
		top: 78px;
	}

	/* top button */
	.topbtn{
		width: 40px;
		height: 40px;
	}
}

@media screen and ( max-width: 600px){

	.mt_45{
		margin-top: -45px;
	}


	.m_search{
	    width: 76vw;
	    margin-right: 0px;
	    top: -5px;
	    left: -15%;
	}

}


/* footer */

.footer{
	color: #727171;
	font-size: 12px;
	padding: 15px 10px 10px 10px;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer a{
	color: #727171;
}

.footer a:hover{
	color: #2E385A;
	text-decoration: underline;
}

.f_text{
	display: inline-block;
}

.f_textright{
	float: right;
}


@media screen and ( max-width: 1230px) {

	.f_textright{
	  float: none;
	}

	
}

@media screen and ( max-width: 1024px) {

	.footer{
		padding: 15px 10px 10px 15px;
	}

	.f_text{
		display: block;
	}

	.f_text span{
		display: none;
	}
}

@media screen and ( max-width: 767px) {

	.footer{
		padding: 15px 10px 10px 10px;
	}

}