body,p,div,ul,li,h2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {
	outline: none;
}

html { 
	width: 100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	 overflow-x: hidden; 
	}
body {
	width: 100%;
	/*overflow-x: hidden;*/
	font-family: "Microsoft JhengHei";
	font-size: 14px;
	color: #333;
	line-height: 1.7;
}
img{
	height: auto;
}
h2 {
	font-weight: normal;
	position: relative;
}
h3 {
	font-weight: normal;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/*header*/
header {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 5;
	width: 100%;
	transition: all 0.4s ease;
	display: none;
}
header .container{
	overflow: inherit;
}
header .search .main {
	width: 230px;
	height: 30px;
	border-radius: 30px;
	background-color: #5e666b;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px;
}
header .container .m-btn {
	display: flex;
	align-items: center;
	width: 70px;
	justify-content: space-between;
	display: none;
}
header .search input {
	background-color: #5e666b;
	border: none;
	height: 26px;
	width: 170px;
	margin-right: 5px;
	padding-left: 15px;
	color: #fff;
}
header .search img {
	cursor: pointer;
}
header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo{
	width: 235px;
}
.nav_btn, .search_btn {
	display: none;
}
.nav_list {
	height: 50px;
	font-size: 14px;
}
.nav_list_con1 > li {
	display: inline-block;
	position: relative;
	float: left;
}
.nav_list_con1 > li > a {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	padding: 0 18px;
	display: block;
	text-align: center;
	transition: ease-in-out .3s;
}
.nav_list_con1 > li.active::before{
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 3px;
	content: "";
	height: 3px;
	background-color: #f3921b;
	transition: all 1.4s;
}
.nav_list_con1 > li::before{
	position: absolute;
	left: 15px;
	right: 100%;
	bottom: 3px;
	content: "";
	height: 3px;
	background-color: #f3921b;
	transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.nav_list_con1 > li:hover::before{
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 3px;
	content: "";
	height: 3px;
	background-color: #f3921b;
}
.nav_list_con1 > li:hover > a,
.nav_list_con1 > li.active > a,
.nav_list_con2 > li:hover > a,
.nav_list_con2 > li.active > a, {
	color: #FFD21E;
}
.nav_list_con2 > li:hover > a,
.nav_list_con2 > li.active > a, {
	background: #db1011;
}
.nav_list_con1 > li i.nav_btn2 {
	display: none;
}
.nav_list_con1 > li:first-child > a::before {
	display: none;
}
.nav_list_con2 {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	min-width: 100%;
	display: none;
	padding: 16px 0 25px;
}
.nav_list_con2 > li {
	display: block;
	position: relative;
	
}
.nav_list_con2 > li:hover{
	border-bottom: 1px solid rgba(243, 146, 27, 0.6);
}
.nav_list_con2 > li > a {
	display: block;
	line-height: 35px;
	color: #000;
	white-space: nowrap;
	font-size: 14px;
	padding: 0 40px 0 15px;
}
.nav_list_con2 > li > i.nav_btn3 {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.nav_list_con2 > li > i.nav_btn3 img {
	display: block;
	height: 15px;
}
.pusher{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 40px;
  background-color: rgba(0,0,0,0.5);
  z-index: 4;
  transition:all ease-in-out .3s;
}
.pusher.on{
	left: 0;
}
/*footer*/
footer {
	width: 100%;
	background-color: #4a4a4a;
	color: #fff;
	font-size: 14px;
}
footer a:hover{
	color: #f79723;;
}
footer a {
	color: #fff;
}

footer .top {
	overflow: hidden;
	padding: 70px 0 100px;
}

footer .top .left li {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin-right: 46px;
}
footer .top .f-logo {
	margin-bottom: 50px;
	font-size: 18px;
}
footer .top .f-logo img{
	width: 143px;
}
footer .top .f-logo span {
	position: relative;
	padding-left: 20px;
	margin-left: 13px;
}
footer .top .f-logo span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 1px;
	height: 18px;
	background-color: #dbc2c2;
}
footer {
	background: url("../images/foot.jpg") no-repeat;
	background-size: 100% 100%;
}
footer .top .left li img {
	display: block;
	margin-bottom: 15px;
}
footer .top .list {
	float: left;
	margin-left: 60px;
}
footer .top .list h2 {
	font-size: 16px;
	position: relative;
	margin-bottom: 30px;
}
footer .top .list h2::before {
	content: "";
	position: absolute;
	left: 0%;
	bottom: -14px;
	width: 34px;
	height: 3px;
	background-color: #f7941c;
}
footer .top .list a {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
footer .left {
	float: left;
}
footer .right {
	float: right;
}
footer  .bottom {
	overflow: hidden;
	border-top: solid 1px #a5a5a5;
	padding: 25px 0 37px;
}
footer  .bottom .left a{
	display: inline-block;
	padding: 0 18px;
	position: relative;
	line-height: 15px;
}
footer  .bottom .left a:first-child{
	padding-left: 0px;
}
footer  .bottom .left a::before{
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #999;
	left: 0;
	top: 0;
}
footer  .bottom .right span{
	margin-right: 12px;
}
footer  .bottom .left a:first-child::before{
	width: 0;
}
@media only screen and (max-width: 991px) {
	footer .top .left {
		margin-bottom: 60px;
	}
	footer .top .left,footer .top .right,footer .bottom .left,footer .bottom .right {
		float: none;
	}
	footer .top .list:first-child {
		margin-left: 0;
	}
	footer .top .list {
		margin-left: 30px;
	}
	footer .top .left li {
		margin-right: 27px;
	}
	header .container{
		max-width: 95%;
	}

	header .container .m-btn {
		display: flex;
	}
	.nav_list_con1 > li::before{
		display: none;
	}
	.search.act {
		left: 0;
	}
	header .search .main {
		width: 96%;
		margin: 0 auto;
		position: absolute;
		top: 48%;
		transform: translateY(-50%);
		left: 2%;
		height: 40px;
	}
	.nav_btn, .search_btn {
		display: block;
		float: right;
	}
	header .search {
		position: fixed;
		left: 100%;
		top: 41px;
		height: calc(100vh - 60px);
		width: 100%;
		border-top: 1px solid #eee;
		box-sizing: border-box;
		transition: left ease-in-out .3s;
		background: rgba(255, 255, 255, 0.9);
        /*padding-top: 48%;*/
		z-index: 99;
	}
	header .search .main input[type="text"] {
		width: 70%;
		height: 38px;
		margin-left: 2%;
		line-height: 38px;
	}
	.search .main a {
		width: 25%;
		height: 38px;
		line-height: 38px;
	}
	.nav_list {
		position: fixed;
		left: 100%;
		width: 80%;
		top: 50px;
		height: calc(100vh - 60px);
		z-index: 99;
		background: rgba(0, 0, 0, 0.9);
		overflow-y: auto;
		transition: ease-in-out .3s;
	}
	.nav_list.act {
		left: 20%;
	}

	.nav_list_con1 {
		display: block;
		padding: 0 20px 40px;
	}

	.nav_list_con1 > li {
		float: none;
		width: 100%;
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	}

	.nav_list_con1 > li > a {
		display: inline-block;
		line-height: 20px;
		font-size: 14px;
		padding: 10px 0;
	}

	.nav_list_con1 > li:hover > a,
    .nav_list_con2 > li:hover > a, {
		color: #fff;
		background: transparent;
	}

	.nav_list_con2 > li:hover > a,
    .nav_list_con2 > li.active > a,
    .nav_list_con3 > li:hover > a, {
		background: transparent;
	}

	.nav_list_con1 > li.act > a,
    .nav_list_con2 > li.act > a, {
        /*background: #135A34;*/
		background: transparent;
		color: #FFD21E;
	}

	.nav_list_con1 > li > a::before {
		display: none;
	}

	.nav_list_con1 > li i.nav_btn2 {
		display: inline-block;
		float: right;
		padding-left: 50%;
		position: absolute;
		right: 0;
        /*top: 50%;*/
		margin-top: 13px;
	}

	.nav_list_con1 > li i.nav_btn2 img {
		height: 18px;
		display: block;
		transition: ease-in-out .3s;
		transform: rotateZ(0deg);
	}

	.nav_list_con1 > li.act i.nav_btn2 img {
		transform: rotateZ(90deg);
	}

	.nav_list_con2 {
		position: static;
		width: 100%;
		left: 0;
		background: transparent;
		padding: 0;
	}

	.nav_list_con2 > li {
		border-top: 1px solid rgba(255, 255, 255, 0.6);
		display: block;
		position: relative;
		float: none;
	}

	.nav_list_con2 > li > a {
		display: inline-block;
		line-height: 20px;
		white-space: unset;
		font-size: 14px;
		padding: 10px 20px;
		border-top: 0 solid transparent;
		color: #fff;
	}

	.nav_list_con2 > li i.nav_btn3 {
		display: inline-block;
		float: right;
		padding-left: 10%;
		position: absolute;
		right: 0;
        /*top: 50%;*/
		margin-top: 13px;
		top: 0;
		transform: translateX(0);
	}

	.nav_list_con2 > li i.nav_btn3 img {
		height: 18px;
		display: block;
		transition: ease-in-out .3s;
		transform: rotateZ(0deg);
	}

	.nav_list_con2 > li.act i.nav_btn3 img {
		transform: rotateZ(90deg);
	}
}
@media only screen and (max-width: 767px){
	.nav_list{
		top: 40px;
	}
	header{
		height: 40px;
		padding-top: 5px;
	}
	header .container {
    max-width: 100%;
	}
	header .logo{
		height: 30px;
		width: auto;
	}

	footer  .top .right{
		display: none;
	}
	footer .top{
		padding: 50px 0 0;
	}
	footer .top .left li{
		margin-right: 0;
	}
	footer .top .left ul,footer .top .f-logo,footer .bottom .left{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	footer .bottom{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer .bottom .left{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 574px){
	
	footer .bottom .left a{
		padding: 0 15px;
	}
	footer .top .f-logo{
		font-size: 16px;
	}
}