*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
div,h1,h2,h3,h4,h5,h6,p,i,body,html,ul,li,ol,img,a,nav,button,input,form,b{
	margin:0;
	padding:0;
	border:none;
}
::selection {
	color:#FFF;
	background-color: #ff6000;
}
input, textarea, select{
	border: 0;
	background-color: transparent;
	margin: 0;
}
input,textarea,select,button,a:focus{
	outline: none;
}
button{
	cursor: pointer;
}
input::-moz-focus-inner{ border:0; padding:0; margin:0; }
html,body{
   overflow-x:hidden;
   height: 100%;
}
ul,li{
	list-style:none;
}
a,
a:hover{
	text-decoration: none;
	cursor:pointer;
}
a:active {
	color:#ff9966;
}
img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
}
.clearfix:after{
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.clearfix{
	zoom:1;
}
body{
	background-color: #ffffff;
	font-family: arial;
	margin: 0 ;
	color: #555;
	position: relative;
}
.header{
	height: 120px;
	width: 100%;
	border-bottom: 4px solid #dedddd;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
   
}
.syimg{
		width: 20px;
	display: inline-block;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}
.header .container{
  /*   max-width: 1560px; */
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
	height: 100%;
}
.header__wrap{
	overflow: hidden;
}
.header .container .header__left{
	width:180px;
	padding-top: 45px;
	float: left;
}
.header .container  .header__right{
	width:calc(100% - 234px);
	padding-top: 20px;
	float: right;
}



/*-------------------------------------------------------------移動端菜單------------------------------------------------------------------------*/

header>.list-menu{
	width: fit-content;
	height: 100%;
	position: fixed;
	background-color: white;
	margin-top: 2px;
	visibility: hidden;
	transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	right: -250px;
}
header>.active{
	visibility: visible;
	transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	right: 0;
}
header>.list-menu>.menu-ul{
	height: 100%;
	margin-left: 5px;
	background-color: #e6e5e4;
	float: right;
	overflow-y: scroll;
}
.menu-ul>li{
	padding: 0 34px;
}
.menu-ul>li:first-child{
	letter-spacing: 3px;
}
.menu-ul>li:nth-child(2){
	background-color: #595757;
}
.menu-ul>li:nth-child(3){
	background-color: #f39800;
}
.menu-ul>li>a{
	color: #313333;
	font-size: 14px;
	font-family: ArialMT;
	line-height: 50px;
}
.menu-ul>li:nth-child(2)>a,
.menu-ul>li:nth-child(3)>a{
	color: white;
}



.header .container  .header__right ul{
	
	padding-bottom: 20px;
   /*  width: auto; */
	 float: right; 
}
.header .container  .header__right ul li{
	float: left;
	margin-left: 30px;
}
.header .container  .header__right .btn-login{
	width: 100%;
   
	 height: 44px;
	 float: right;

}
.header .container  .header__right .btn-login .login-wrap{
	width: 100%;
	max-width: 400px;
	float: right;
}
.header .container .header__right ul li:hover a{
	color:#f39800;
}
.header .container .header__right ul li.active{
	border-bottom: 4px solid #f39800;
}
.header .container .header__right ul li.active a{
	color:#f39800;
}
.header .container .header__right ul li:hover{
	border-bottom: 4px solid #f39800;
}
.header .container  .header__right .btn-login span{
	float: right;
	width: 20%;
	line-height: 38px;
	font-weight: bold;
	font-size: 14px;
}
.header .container  .header__right .btn-login .login-main{
	float: right;
	/*width: 80%;*/
}
/*.header .container  .header__right .btn-login .login-main .login-left,.header .container  .header__right .btn-login .login-main .login-right{
	background: #dedddd;
	height: 44px;
	width: 50%;
	font-size: 21px;
	text-align: center;
	line-height: 44px;
	padding: 0px 5px;
	float: left;
}*/


.header .container  .header__right .btn-login .login-main a{
	border-radius: 20px 0px 0px 20px;
	padding: 0px 16px;
/*	 max-width: 31%; */
	color: #313333;
	float: left;
	display: block;
	background: #dedddd;
	height: 34px;
   
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	padding: 0px 15px;
	float: left;
}
.header .container  .header__right .btn-login .login-main .login-left i{
	float: left;
	font-size: 30px;
	margin:6px 12px 0px 4px;
	

}
.header .container  .header__right .btn-login .login-main a:last-child{
	background: #f39800;
	color: #fff;
	border-radius: 0px 20px 20px 0px;
   /*  max-width: 31%; */
}
.header .container  .header__right ul li{
	height: 44px;
	line-height: 44px;
}
.header .container  .header__right ul li a{
	font-size: 14px;
	color:#595757;
	font-weight: 500;

}
.header .container  .header__right .header__menu-main{
	width: 100%;
	overflow: hidden;
	float: right;
	
}
.home-main{
	margin-top: 120px;
} 


/*footer begin*/
#footer{
	background: #fff;
	padding: 32px 0px 48px;
	max-width: 1170px;
	margin: 0 auto;
	border-top: 1px solid #eee;
}
#footer .footer-main{
	width: 100%;
	max-width: 1560px;
	margin:0 auto;
	position: relative;
}
.footer-left{
	width: 100%;
	display: flex;

}
.footer-left img{
	height: 75px;
}
.footer-left ul{
	width: 100%;
	padding-left: 30px;
	line-height: 90px;


}
.footer-left ul li{
	width: auto;
	float: left;
	padding-top: 40px;
	font-size: 10px;
	line-height: 2;
	margin-right: 80px;
	color: #595757;
}
.footer-left ul li a{
	color: #555;

}
#footer .footer-main .gotop{
	position: absolute;
	right: 0px;
	top:50%;
	transform:translateY(-50%);
	-O-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-mod-transform:translateY(-50%);


}
#footer .footer-main .gotop img{
	max-width:80%;
	max-height:80%;
}
.menu-all-list{
	display: none;
}

/*module*/
.module{
	
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 9999;
	overflow: auto;
	position: fixed;
	right: 0;
	padding-top: 150px;
   
}
.module .module-layer{
	margin:0 auto;
	max-width: 878px;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.module .container{
   
	padding: 40px 20px 0px 20px;
}
.module .container .logo{
	max-width: 194px;
	width: 100%;
}
.module .container .des{
	margin-top: 40px;
	margin-bottom: 60px;
}
.module .container .des p{
	font-size: 30px;
	padding-bottom: 25px;
	color: #313333;
	text-align: center;
}
.module .bottom{
	background: rgba(205,205,204,0.5);
	padding: 20px 0px;
	overflow: hidden;
}
.module .bottom .img{
	float: right;
	text-align: right;
	width: 100%;
}
.module .bottom .img img{
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}
.header .container .header__right .btn-login .login-main{
   /*  margin-top: 6px; */
}
.header .container .header__right ul li{
		text-transform: uppercase;
}
@media(max-width: 1400px){
	.header .container .header__left {
		width: 180px;
		padding-top: 0px;
		float: none;
		position: absolute;
		left: 50px;
		top: 12px;
	}
	.header .container .header__right{
		width: calc(100% - 234px);
		padding-top: 20px;
		float: right;
	}
}
@media(max-width: 1024px){
	.header .container .header__left{
		width: 150px;
		padding-top: 0px;
		float: none;
		position: absolute;
		left: 80px;
		top: 26px;
	}
	.header__menu-main{
		display: none;
	}
	.menu-all-list{
		display: block;
	}
	.header{
		height:100px;
	}
	.home-main{
		margin-top: 100px;
	}
	.header .container .header__right{
		width: calc(100% - 234px);
		line-height: 68px;
		text-align: right;
		margin-right: 70px;
		float: right;
	}
	  /* 
		.header .container .header__left{
			left:44%;
			transform:translateX(-50%);
			-o-transform:translateX(-50%);
			-webkit-transform:translateX(-50%);
			-moz-transform:translateX(-50%);
			-mod-transform:translateX(-50%);
		} */
/*		 .i_memu{
	display: block;
} */
}
 @media (max-width: 770px) {
	.header .container .header__left{
		width: 150px;
		left: 70px;
		top: 26px;
	}
	.header .container .header__right .btn-login .login-main{
		width: 65%;
	}
	.header .container .header__right{
		line-height: 68px;
		text-align: right;
		margin-right: 60px;
	}
}
@media (max-width: 690px){
	.header .container .header__right ul{
		display: flex;
		overflow-x: auto;
		margin:0;
	}
	.header .container .header__right ul li{
		flex:0 0 auto;
	}
	.header .container .header__left{
		width: 125px;
		padding-top: 0px;
		float: none;
		position: absolute;
		left: 20px;
		top: 19px;
	}
	.header .container  .header__right{
		line-height: 46px;
		text-align: right;
		margin-right: 10px;

	}
	.header .container  .header__right .btn-login .login-main a{
		color: #313333;
		float: left;
		display: block;
		background: #dedddd;
		height: 34px;
	
		font-size: 16px;
		text-align: center;
		line-height: 34px;
		padding: 0px 2px;
		float: left;
	}
	.header .container .header__right .btn-login span{
		line-height:36px;
	}
	.header .container .header__right .btn-login .login-main .login-left i{
		float: left;
		font-size: 24px;
		margin: 4px 1px 0px 4px;
	}
}
@media(max-width: 414px){
	#footer .footer-main .gotop{
		/*width:36px;*/
		margin-top: 37px;
	}
	.footer-left ul li{
		margin-right:0;
	}
	.header .container .header__right{
	 width: calc(100% - 18px);
	padding-top: 20px;
	float: right;
	}
	.header__menu-main{
		display: none;
	}
	.menu-all-list{
		display: block;
	}
	.header{
		height: 80px;
	}
	.home-main{
		margin-top: 80px;
	}
	.header .container{
		height: auto;
	}
	/*.list-menu{
		width: 100%;
		height: 100%;
		min-height: 100%;
		position: fixed;
		background: #e0e0e0;
	}*/
	.footer-left{
		display: inline-block;
		position: relative;
	}
	.footer-left ul{
		position: absolute;
		line-height: 40px
	}
	.header .container .header__right .btn-login .login-main{
			width: 48%;
	}
	.header .container .header__right .btn-login .login-main a{
		font-size: 14px;
	}
	.header .container .header__right .btn-login span{
		width: 15%;
		font-size: 14px;
	}
	header>.list-menu{
		margin-top: 12px;
	}
}
@media (max-width: 375px){
	.header .container .header__right{
		width: calc(100% - 18px);
		padding-top: 20px;
		float: right;
	}
	.header .container .header__left{
		width: 125px;
		padding-top: 0px;
		float: none;
		position: absolute;
		left: 20px;
		top: 19px;
	}
	.header .container .header__right .btn-login .login-main{
		width: 46%;
	}
	.header .container .header__right .btn-login .login-main a{
		font-size: 12px;
		padding:0 2px;
		height: 34px;
		line-height: 34px;
	}
	.header .container .header__right .btn-login .login-main .login-left i{
			font-size: 23px;
		   margin: 5px 4px 0px 4px;
	}
	.header .container .header__right .btn-login span{
		font-size: 12px;
	}
}
@media (max-width: 320px){
	.header .container .header__right{
		width: calc(100% - 18px);
		padding-top: 20px;
		float: right;
	}
	.header .container .header__right .btn-login .login-main｛

	.header .container .header__left{
		width: 80px;
		padding-top: 0px;
		float: none;
		position: absolute;
		left: 9px;
		top: 20px;
	} 
	.header .container .header__right .btn-login .login-main .login-left i{
		font-size: 20px;
		margin: 5px 0px 0px 4px;
	}  
	.header .container .header__right .btn-login .login-main a{
			font-size: 12px;
		padding: 0 2px;
		height: 30px;
		line-height: 30px;
	} 
	.header .container .header__right .btn-login .login-main{
		width:48%;
	}
	.header .container .header__left{
		width: 125px;
		left: 20px;
		top: 19px;
	}
	/*.menu-ul>li>a{
		line-height: 40px;
	}*/
}
/* 
.header .container .header__right {
	width: 100%;
	padding-top: 10px;
	 float: none; 
	overflow: hidden;
} */
.header .container .header__right ul{
	padding: 10px 0px;
}
.header .container .header__right ul li{
	margin-left:20px;
}
.header .container .header__right ul li:first-child{
	margin-left: 0px;
}
.header .container{
	padding: 0px 10px;
}


}

.i_memu {
	width: 56px;
	height: 56px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 106;
	text-align: center;
	cursor: pointer;
	display: none;
	
}
.i_memu i, .remove i {
	width: 20px;
	height: 2px;
	position: absolute;
	background-color: rgba(0,0,0,0.54);
	top: 50%;
	left: 50%;
	margin-top: -2px;
	margin-left: -10px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.i_memu i:after, .i_memu i:before, .remove i:after, .remove i:before {
	content: "";
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	top: -7px;
	background-color: rgba(0,0,0,0.54);
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.i_memu i:after, .remove i:after {
	top: 7px;
}