@charset "utf-8";

/* Frame */
/*---------------------------------------------*/

.oneColFixCtrHdr {
	background-image: url(#);
	background-position: center top;
	background-repeat: repeat-y;
}

.oneColFixCtrHdr #container {
	width: auto;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
}

.contBox {
	width: 1160px;
	margin: 0 auto;
	padding: 15px 0;
}

/*-Header--------------------------------------------*/

.upperBox {
	width: auto;
	margin: 0 auto;
	background-color: #DA5002;
}

.upperBox > div {
	width: 1160px;
	height: 30px;
	margin: 0 auto;
	padding-top: 10px;
}

.upperBox div > div {
	width: 135px;
	float: left;
	background-image: url(../imgs/login-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
}

.upperBox div > ul {
	width: auto;
	padding-left: 910px;
}

.upperBox div > ul li {
	width: auto;
	display: block;
	margin-right: 15px;
	text-align: right;
}

.upperBox span a,
.upperBox ul li a
{
	color: #FFFFFF;
	font-size: 13.5px;
	font-weight: bold;
	border: 2px solid #DA5002;
}

.upperBox span a:hover,
.upperBox ul li a:hover
{
	color: #DA5002;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
}

.u01,
.u02,
.u03
{
	float: left;
}

/*-Menu--------------------------------------------*/

.menuBox {
	width: 1160px;
	margin: 0 auto;
	background-image: url(../imgs/ae-logo.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.menuBox ul {
	height: 130px;
	margin: 0 auto;
	display: block;
	border-bottom: 2px solid #e6e6e6;
	padding: 5px 5px;
}

.menuBox ul li {
	display: block;
	margin: 50px 0 0 0;
	text-align: center;
}

.menuBox ul li  {
	font-size: 18px;
}

.menuBox ul li a {
	height: 30px;
	color: #535353;	
	display: block;
	padding-bottom: 33px;
}

.menuBox ul li a:hover {
	color: #007cb7;
	font-weight: bold;
	top: -5px;
	position: relative;
}

.menuBox ul li span {
	height: 30px;
	color: #007cb7;
	font-weight: bold;
	display: block;
	border-bottom: 5px solid #007cb7;
	padding-bottom: 33px;
}

.m00 {
	width: 0%;
	height: 0%;
	display: none;
}

.m01 {
	width: 180px;
}

.m02 {
	width: 125px;
	height: 40px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.m03 {
	width: 185px;
}
.m04 {
	width: 185px;
}

.m05 {
	width: 170px;
	height: 40px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.m06 {
	width: 130px;
}

.mlogo {
	width: 170px;
	height: 60px;
}

.m00,
.m01,
.m02,
.m03,
.m04,
.m05,
.m06,
.mlogo
{
	padding-top: 20px;
	float: left;
}

/*-Footer--------------------------------------------*/

.footer {
	width: auto;
	margin: 20px 0 0 0;
	background-color: #007cb7;
}

.footer > .copyrights {
	width: 1160px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	background-image: url(../imgs/ae-s-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.copyrights {
	text-align: right;
}

.copyrights span {
	color: #FFFFFF;
	font-size: 11px;
}

.gototop {
	width: 1160px;
	margin: 0 auto;
}

.gototop a {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background-image: url(../imgs/top.jpg);
	background-repeat: no-repeat;
	top: -15px;
	right: 0px;
	position: relative;
	float: right;
 }

.gototop a:hover {
	top: -18px;
}

/*---------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:640px) and (min-width:481px), screen and (orientation: landscape) and (max-width: 736px) and (min-width: 667px) {  /* iphone 6/6+ landscape */

.contBox {
	width: 95%;
	margin: 0 ;
	padding: 10px ;
	clear: both;
}

/*-Header--------------------------------------------*/

.upperBox {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	position: relative;
}

.upperBox > div {
	width: auto;
	height: 45px;
	margin: 0 auto;
}

.upperBox div > div {
	width: 145px;
	background-image: url(../imgs/login-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin-left: 15px;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 98;
}

.upperBox div > ul {
	width: 260px;
	margin-right: 0px;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 88;
}

.upperBox div > ul li {
	display: block;
	margin-right: 15px;
	text-align: right;
}

.upperBox span a,
.upperBox ul li a
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #DA5002;
}

.upperBox span a:hover,
.upperBox ul li a:hover
{
	color: #DA5002;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
}

.u01,
.u02,
.u03
{
	float: left;
}

/*-Menu--------------------------------------------*/

.menuBox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(#);
	background-position: center top;
	background-repeat: no-repeat;
}

.menuBox ul {
	height: auto;
	margin: 0;
	display: block;
	border-top: 0px solid #e6e6e6;
	border-bottom: 0px solid #e6e6e6;
	padding: 5px 10px;
}

.menuBox ul li {
	display: block;
	margin: 15px 0 0 0;
	text-align: center;
}

.menuBox ul li  {
	font-size: 21px;
}

.menuBox ul li a {
	height: 30px;
	color: #535353;	
	display: block;
	padding-bottom: 20px;
}

.menuBox ul li a:hover {
	color: #007cb7;
	font-weight: bold;
	top: -5px;
	position: relative;
}

.menuBox ul li span {
	height: 30px;
	color: #007cb7;
	font-weight: bold;
	display: block;
	border-bottom: 5px solid #007cb7;
	padding-bottom: 10px;
}

.m00 {
	width: 99%;
	min-height: 125px;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 10px;
	background-image: url(../imgs/ae-logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

.m00 > a {
	width: 25%;
	min-height: 100px;
	display: block;
	margin: 0 auto;
}

.m01 {
	width: 32.666%;
}

.m02 {
	width: 32.666%;
	border-left: 0px;
	border-right: 0px;
}

.m03 {
	width: 32.666%;
	clear: right;
}
.m04 {
	width: 32.666%;
}

.m05 {
	width: 32.666%;
	border-left: 0px;
	border-right: 0px;
}

.m06 {
	width: 32.666%;
}

.mlogo {
	width: 0px;
	height: 0px;
	font-size: 0px;
	display: none;
	margin: 0;
	padding: 0;
}

.m00,
.m01,
.m02,
.m03,
.m04,
.m05,
.m06,
.mlogo
{
	height: 45px;
	padding-top: 10px;
	float: left;
}

/*-Footer--------------------------------------------*/

.footer {
	width: 100%;
	margin: 20px 0 0 0;
	background-color: #007cb7;
}

.footer > .copyrights {
	width: auto;
	height: 30px;
	margin: 0 auto;
	padding: 40px 15px 20px 0px;
	background-image: url(../imgs/ae-s-logo.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.copyrights {
	text-align: right;
}

.copyrights span {
	color: #FFFFFF;
	font-size: 13px;
}

.gototop {
	width: 100%;
	margin: 0 auto;
}

.gototop a {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background-image: url(../imgs/top.jpg);
	background-repeat: no-repeat;
	top: -15px;
	right: 10px;
 }

.gototop a:hover {
	top: -18px;
}

}

/*---------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:480px) and (min-width:415px){

.contBox {
	width: 95%;
	margin: 0 ;
	padding: 10px ;
	clear: both;
}

/*-Header--------------------------------------------*/

.upperBox {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	position: relative;
}

.upperBox > div {
	width: auto;
	height: 45px;
	margin: 0 auto;
}

.upperBox div > div {
	width: 155px;
	background-image: url(../imgs/login-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin-left: 15px;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 98;
}

.upperBox div > ul {
	width: 290px;
	margin-right: 0px;
	position: absolute;
	top: 15px;
	right: -15px;
	z-index: 88;
}

.upperBox div > ul li {
	display: block;
	margin-right: 10px;
	text-align: right;
}

.upperBox span a,
.upperBox ul li a
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #DA5002;
}

.upperBox span a:hover,
.upperBox ul li a:hover
{
	color: #DA5002;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
}

.u01,
.u02,
.u03
{
	float: left;
}

/*-Menu--------------------------------------------*/

.menuBox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(#);
	background-position: center top;
	background-repeat: no-repeat;
}

.menuBox ul {
	height: auto;
	margin: 0;
	display: block;
	border-top: 0px solid #e6e6e6;
	border-bottom: 0px solid #e6e6e6;
	padding: 5px 10px;
}

.menuBox ul li {
	display: block;
	margin: 15px 0 0 0;
	text-align: center;
}

.menuBox ul li  {
	font-size: 18px;
}

.menuBox ul li a {
	height: 30px;
	color: #535353;	
	display: block;
	padding-bottom: 20px;
}

.menuBox ul li a:hover {
	color: #007cb7;
	font-weight: bold;
	top: -5px;
	position: relative;
}

.menuBox ul li span {
	height: 30px;
	color: #007cb7;
	font-weight: bold;
	display: block;
	border-bottom: 5px solid #007cb7;
	padding-bottom: 10px;
}

.m00 {
	width: 99%;
	min-height: 125px;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 10px;
	background-image: url(../imgs/ae-logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

.m00 > a {
	width: 25%;
	min-height: 100px;
	display: block;
	margin: 0 auto;
}

.m01 {
	width: 32.666%;
}

.m02 {
	width: 32.666%;
	border-left: 0px;
	border-right: 0px;
}

.m03 {
	width: 32.666%;
	clear: right;
}
.m04 {
	width: 32.666%;
}

.m05 {
	width: 32.666%;
	border-left: 0px;
	border-right: 0px;
}

.m06 {
	width: 32.666%;
}

.mlogo {
	width: 0px;
	height: 0px;
	font-size: 0px;
	display: none;
	margin: 0;
	padding: 0;
}

.m00,
.m01,
.m02,
.m03,
.m04,
.m05,
.m06,
.mlogo
{
	height: 45px;
	padding-top: 10px;
	float: left;
}

/*-Footer--------------------------------------------*/

.footer {
	width: 100%;
	margin: 40px 0 0 0;
	background-color: #007cb7;
}

.footer > .copyrights {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 20px 0px 20px 20px;
	background-image: url(../imgs/ae-s-logo.png);
	background-repeat: no-repeat;
	background-position: 20px 60px;
}

.copyrights {
	text-align: left;
}

.copyrights span {
	color: #FFFFFF;
	font-size: 11px;
}

.gototop {
	width: 100%;
	margin: 0;
}

.gototop a {
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	background-image: url(../imgs/top2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: -25px;
	right: 15px;
 }

.gototop a:hover {
	top: -18px;
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-4+5--------------------------------------------------------------------------------------------------*/
@media screen and (max-width:330px) and (min-width:320px){

.contBox {
	width: 95%;
	margin: 0 ;
	padding: 10px ;
	clear: both;
}

/*-Header--------------------------------------------*/

.upperBox {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.upperBox > div {
	width: 100%;
	margin: 0 auto;
}

.upperBox div > div {
	width: 130px;
	background-image: url(../imgs/login-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 90px;
	z-index: 98;
}

.upperBox div > ul {
	width: 100%;
	margin: 0;
	position: absolute;
	padding: 15px 0;
	top: 45px;
	right: 0px;
	z-index: 88;
	border-top: 1px solid #FFFFFF;
}

.upperBox div > ul li {
	display: block;
	margin: 0 14px 0 22px;
	text-align: left;
}

.upperBox span a,
.upperBox ul li a
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #DA5002;
}

.upperBox span a:hover,
.upperBox ul li a:hover
{
	color: #DA5002;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
}

.u01,
.u02,
.u03
{
	float: left;
}

/*-Menu--------------------------------------------*/

.menuBox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(#);
	background-position: center top;
	background-repeat: no-repeat;
}

.menuBox ul {
	height: auto;
	margin: 0;
	display: block;
	border-top: 0px solid #e6e6e6;
	border-bottom: 0px solid #e6e6e6;
	padding: 5px 10px;
}

.menuBox ul li {
	display: block;
	margin: 5px 0 0 0;
	text-align: center;
}

.menuBox ul li  {
	font-size: 14px;
	line-height: 18px;
}

.menuBox ul li a {
	color: #535353;	
	display: block;
	padding-bottom: 0px;
}

.menuBox ul li a:hover {
	color: #007cb7;
	font-weight: bold;
	top: -5px;
	position: relative;
}

.menuBox ul li span {
	color: #007cb7;
	font-weight: bold;
	display: block;
	border-bottom: 0px solid #007cb7;
	padding-bottom: 0px;
}

.m00 {
	width: 99%;
	min-height: 125px;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 10px;
	background-image: url(../imgs/ae-logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

.m00 > a {
	width: 25%;
	min-height: 100px;
	display: block;
	margin: 0 auto;
}

.m01 {
	width: 32.888%;
}

.m02 {
	width: 32.888%;
	border-left: 0px;
	border-right: 0px;
}

.m03 {
	width: 32.888%;
	clear: right;
}
.m04 {
	width: 32.888%;
}

.m05 {
	width: 32.888%;
	border-left: 0px;
	border-right: 0px;
}

.m06 {
	width: 32.888%;
}

.mlogo {
	width: 0px;
	height: 0px;
	font-size: 0px;
	display: none;
	margin: 0;
	padding: 0;
}

.m00,
.m01,
.m02,
.m03,
.m04,
.m05,
.m06,
.mlogo
{
	height: 20px;
	padding-top: 10px;
	float: left;
}

/*-Footer--------------------------------------------*/

.footer {
	width: 100%;
	margin: 40px 0 0 0;
	background-color: #007cb7;
}

.footer > .copyrights {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 20px 0px 20px 20px;
	background-image: url(../imgs/ae-s-logo.png);
	background-repeat: no-repeat;
	background-position: 20px 60px;
}

.copyrights {
	text-align: left;
}

.copyrights span {
	color: #FFFFFF;
	font-size: 8px;
	line-height: 15px;
	display: block;
	width: 60%;
}

.gototop {
	width: 100%;
	margin: 0;
}

.gototop a {
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	background-image: url(../imgs/top2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: -25px;
	right: 15px;
 }

.gototop a:hover {
	top: -18px;
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-6----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:390px) and (min-width:375px){

.contBox {
	width: 95%;
	margin: 0 ;
	padding: 10px ;
	clear: both;
}

/*-Header--------------------------------------------*/

.upperBox {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.upperBox > div {
	width: 100%;
	margin: 0 auto;
}

.upperBox div > div {
	width: 140px;
	background-image: url(../imgs/login-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 115px;
	z-index: 98;
}

.upperBox div > ul {
	width: 100%;
	margin: 0;
	position: absolute;
	padding: 15px 0;
	top: 45px;
	right: 0px;
	z-index: 88;
	border-top: 1px solid #FFFFFF;
}

.upperBox div > ul li {
	display: block;
	margin: 0 17px 0 30px;
	text-align: left;
}

.upperBox span a,
.upperBox ul li a
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #DA5002;
}

.upperBox span a:hover,
.upperBox ul li a:hover
{
	color: #DA5002;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
}

.u01,
.u02,
.u03
{
	float: left;
}

/*-Menu--------------------------------------------*/

.menuBox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(#);
	background-position: center top;
	background-repeat: no-repeat;
}

.menuBox ul {
	height: auto;
	margin: 0;
	display: block;
	border-top: 0px solid #e6e6e6;
	border-bottom: 0px solid #e6e6e6;
	padding: 5px 10px;
}

.menuBox ul li {
	display: block;
	margin: 5px 0 0 0;
	text-align: center;
}

.menuBox ul li  {
	font-size: 14px;
	line-height: 18px;
}

.menuBox ul li a {
	color: #535353;	
	display: block;
	padding-bottom: 0px;
}

.menuBox ul li a:hover {
	color: #007cb7;
	font-weight: bold;
	top: -5px;
	position: relative;
}

.menuBox ul li span {
	color: #007cb7;
	font-weight: bold;
	display: block;
	border-bottom: 0px solid #007cb7;
	padding-bottom: 0px;
}

.m00 {
	width: 99%;
	min-height: 125px;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 10px;
	background-image: url(../imgs/ae-logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

.m00 > a {
	width: 25%;
	min-height: 100px;
	display: block;
	margin: 0 auto;
}

.m01 {
	width: 32.888%;
}

.m02 {
	width: 32.888%;
	border-left: 0px;
	border-right: 0px;
}

.m03 {
	width: 32.888%;
	clear: right;
}
.m04 {
	width: 32.888%;
}

.m05 {
	width: 32.888%;
	border-left: 0px;
	border-right: 0px;
}

.m06 {
	width: 32.888%;
}

.mlogo {
	width: 0px;
	height: 0px;
	font-size: 0px;
	display: none;
	margin: 0;
	padding: 0;
}

.m00,
.m01,
.m02,
.m03,
.m04,
.m05,
.m06,
.mlogo
{
	height: 20px;
	padding-top: 10px;
	float: left;
}

/*-Footer--------------------------------------------*/

.footer {
	width: 100%;
	margin: 40px 0 0 0;
	background-color: #007cb7;
}

.footer > .copyrights {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 20px 0px 20px 20px;
	background-image: url(../imgs/ae-s-logo.png);
	background-repeat: no-repeat;
	background-position: 20px 60px;
}

.copyrights {
	text-align: left;
}

.copyrights span {
	color: #FFFFFF;
	font-size: 8px;
	line-height: 15px;
	display: block;
	width: 60%;
}

.gototop {
	width: 100%;
	margin: 0;
}

.gototop a {
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	background-image: url(../imgs/top2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: -25px;
	right: 15px;
 }

.gototop a:hover {
	top: -18px;
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPhone-6-Plus-----------------------------------------------------------------------------------------------*/
@media screen and (max-width:425px) and (min-width:414px){

.contBox {
	width: 95%;
	margin: 0 ;
	padding: 10px ;
	clear: both;
}

/*-Header--------------------------------------------*/

.upperBox {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.upperBox > div {
	width: 100%;
	margin: 0 auto;
}

.upperBox div > div {
	width: 155px;
	background-image: url(../imgs/login-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -78px;
	z-index: 98;
}

.upperBox div > ul {
	width: 100%;
	margin: 0;
	position: absolute;
	padding: 15px 0;
	top: 45px;
	right: 0px;
	z-index: 88;
	border-top: 1px solid #FFFFFF;
}

.upperBox div > ul li {
	display: block;
	margin: 0 22px 0 32px;
	text-align: left;
}

.upperBox span a,
.upperBox ul li a
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #DA5002;
}

.upperBox span a:hover,
.upperBox ul li a:hover
{
	color: #DA5002;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
}

.u01,
.u02,
.u03
{
	float: left;
}

/*-Menu--------------------------------------------*/

.menuBox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(#);
	background-position: center top;
	background-repeat: no-repeat;
}

.menuBox ul {
	height: auto;
	margin: 0;
	display: block;
	border-top: 0px solid #e6e6e6;
	border-bottom: 0px solid #e6e6e6;
	padding: 5px 10px;
}

.menuBox ul li {
	display: block;
	margin: 5px 0 0 0;
	text-align: center;
}

.menuBox ul li  {
	font-size: 16px;
	line-height: 20px;
}

.menuBox ul li a {
	color: #535353;	
	display: block;
	padding-bottom: 0px;
}

.menuBox ul li a:hover {
	color: #007cb7;
	font-weight: bold;
	top: -5px;
	position: relative;
}

.menuBox ul li span {
	color: #007cb7;
	font-weight: bold;
	display: block;
	border-bottom: 0px solid #007cb7;
	padding-bottom: 0px;
}

.m00 {
	width: 99%;
	min-height: 125px;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 10px;
	background-image: url(../imgs/ae-logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

.m00 > a {
	width: 25%;
	min-height: 100px;
	display: block;
	margin: 0 auto;
}

.m01 {
	width: 32.888%;
}

.m02 {
	width: 32.888%;
	border-left: 0px;
	border-right: 0px;
}

.m03 {
	width: 32.888%;
	clear: right;
}
.m04 {
	width: 32.888%;
}

.m05 {
	width: 32.888%;
	border-left: 0px;
	border-right: 0px;
}

.m06 {
	width: 32.888%;
}

.mlogo {
	width: 0px;
	height: 0px;
	font-size: 0px;
	display: none;
	margin: 0;
	padding: 0;
}

.m00,
.m01,
.m02,
.m03,
.m04,
.m05,
.m06,
.mlogo
{
	height: 20px;
	padding-top: 10px;
	float: left;
}

/*-Footer--------------------------------------------*/

.footer {
	width: 100%;
	margin: 40px 0 0 0;
	background-color: #007cb7;
}

.footer > .copyrights {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 20px 0px 20px 20px;
	background-image: url(../imgs/ae-s-logo.png);
	background-repeat: no-repeat;
	background-position: 20px 60px;
}

.copyrights {
	text-align: left;
}

.copyrights span {
	color: #FFFFFF;
	font-size: 8px;
	line-height: 15px;
	display: block;
	width: 60%;
}

.gototop {
	width: 100%;
	margin: 0;
}

.gototop a {
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	background-image: url(../imgs/top2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: -25px;
	right: 15px;
 }

.gototop a:hover {
	top: -18px;
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---iPad+Mini---------------------------------------------------------------------------------------------------*/
@media screen and (max-width:780px) and (min-width:768px){

.contBox {
	width: 95%;
	margin: 0 auto;
	padding: 15px 0;
}

/*-Header--------------------------------------------*/

.upperBox {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	position: relative;
}

.upperBox > div {
	width: auto;
	height: 45px;
	margin: 0 auto;
}

.upperBox div > div {
	width: 145px;
	background-image: url(../imgs/login-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin-left: 15px;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 98;
}

.upperBox div > ul {
	width: 260px;
	margin-right: 0px;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 88;
}

.upperBox div > ul li {
	display: block;
	margin-right: 15px;
	text-align: right;
}

.upperBox span a,
.upperBox ul li a
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #DA5002;
}

.upperBox span a:hover,
.upperBox ul li a:hover
{
	color: #DA5002;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
}

.u01,
.u02,
.u03
{
	float: left;
}

/*-Menu--------------------------------------------*/

.menuBox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(#);
	background-position: center top;
	background-repeat: no-repeat;
}

.menuBox ul {
	height: auto;
	margin: 0;
	display: block;
	border-top: 0px solid #e6e6e6;
	border-bottom: 0px solid #e6e6e6;
	padding: 5px 10px;
}

.menuBox ul li {
	display: block;
	margin: 15px 0 0 0;
	text-align: center;
}

.menuBox ul li  {
	font-size: 21px;
}

.menuBox ul li a {
	height: 30px;
	color: #535353;	
	display: block;
	padding-bottom: 20px;
}

.menuBox ul li a:hover {
	color: #007cb7;
	font-weight: bold;
	top: -5px;
	position: relative;
}

.menuBox ul li span {
	height: 30px;
	color: #007cb7;
	font-weight: bold;
	display: block;
	border-bottom: 5px solid #007cb7;
	padding-bottom: 10px;
}

.m00 {
	width: 99%;
	min-height: 125px;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 10px;
	background-image: url(../imgs/ae-logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

.m00 > a {
	width: 25%;
	min-height: 100px;
	display: block;
	margin: 0 auto;
}

.m01 {
	width: 32.666%;
}

.m02 {
	width: 32.666%;
	border-left: 0px;
	border-right: 0px;
}

.m03 {
	width: 32.666%;
	clear: right;
}
.m04 {
	width: 32.666%;
}

.m05 {
	width: 32.666%;
	border-left: 0px;
	border-right: 0px;
}

.m06 {
	width: 32.666%;
}

.mlogo {
	width: 0px;
	height: 0px;
	font-size: 0px;
	display: none;
	margin: 0;
	padding: 0;
}

.m00,
.m01,
.m02,
.m03,
.m04,
.m05,
.m06,
.mlogo
{
	height: 45px;
	padding-top: 10px;
	float: left;
}

/*-Footer--------------------------------------------*/

.footer {
	width: 100%;
	margin: 20px 0 0 0;
	background-color: #007cb7;
}

.footer > .copyrights {
	width: auto;
	height: 30px;
	margin: 0 auto;
	padding: 40px 15px 20px 0px;
	background-image: url(../imgs/ae-s-logo.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.copyrights {
	text-align: right;
}

.copyrights span {
	color: #FFFFFF;
	font-size: 13px;
}

.gototop {
	width: 100%;
	margin: 0 auto;
}

.gototop a {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	background-image: url(../imgs/top.jpg);
	background-repeat: no-repeat;
	top: -15px;
	right: 10px;
 }

.gototop a:hover {
	top: -18px;
}

}

/*---------------------------------------------------------------------------------------------------------------*/
/*---Android-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:370px) and (min-width:360px){

.contBox {
	width: 95%;
	margin: 0 ;
	padding: 10px ;
	clear: both;
}

/*-Header--------------------------------------------*/

.upperBox {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.upperBox > div {
	width: 100%;
	margin: 0 auto;
}

.upperBox div > div {
	width: 140px;
	background-image: url(../imgs/login-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 105px;
	z-index: 98;
}

.upperBox div > ul {
	width: 100%;
	margin: 0;
	position: absolute;
	padding: 15px 0;
	top: 45px;
	right: 0px;
	z-index: 88;
	border-top: 1px solid #FFFFFF;
}

.upperBox div > ul li {
	display: block;
	margin: 0 15px 0 30px;
	text-align: left;
}

.upperBox span a,
.upperBox ul li a
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #DA5002;
}

.upperBox span a:hover,
.upperBox ul li a:hover
{
	color: #DA5002;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
}

.u01,
.u02,
.u03
{
	float: left;
}

/*-Menu--------------------------------------------*/

.menuBox {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url(#);
	background-position: center top;
	background-repeat: no-repeat;
}

.menuBox ul {
	height: auto;
	margin: 0;
	display: block;
	border-top: 0px solid #e6e6e6;
	border-bottom: 0px solid #e6e6e6;
	padding: 5px 10px;
}

.menuBox ul li {
	display: block;
	margin: 5px 0 0 0;
	text-align: center;
}

.menuBox ul li  {
	font-size: 14px;
	line-height: 18px;
}

.menuBox ul li a {
	color: #535353;	
	display: block;
	padding-bottom: 0px;
}

.menuBox ul li a:hover {
	color: #007cb7;
	font-weight: bold;
	top: -5px;
	position: relative;
}

.menuBox ul li span {
	color: #007cb7;
	font-weight: bold;
	display: block;
	border-bottom: 0px solid #007cb7;
	padding-bottom: 0px;
}

.m00 {
	width: 99%;
	min-height: 125px;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 10px;
	background-image: url(../imgs/ae-logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

.m00 > a {
	width: 25%;
	min-height: 100px;
	display: block;
	margin: 0 auto;
}

.m01 {
	width: 32.888%;
}

.m02 {
	width: 32.888%;
	border-left: 0px;
	border-right: 0px;
}

.m03 {
	width: 32.888%;
	clear: right;
}
.m04 {
	width: 32.888%;
}

.m05 {
	width: 32.888%;
	border-left: 0px;
	border-right: 0px;
}

.m06 {
	width: 32.888%;
}

.mlogo {
	width: 0px;
	height: 0px;
	font-size: 0px;
	display: none;
	margin: 0;
	padding: 0;
}

.m00,
.m01,
.m02,
.m03,
.m04,
.m05,
.m06,
.mlogo
{
	height: 20px;
	padding-top: 10px;
	float: left;
}

/*-Footer--------------------------------------------*/

.footer {
	width: 100%;
	margin: 40px 0 0 0;
	background-color: #007cb7;
}

.footer > .copyrights {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 20px 0px 20px 20px;
	background-image: url(../imgs/ae-s-logo.png);
	background-repeat: no-repeat;
	background-position: 20px 60px;
}

.copyrights {
	text-align: left;
}

.copyrights span {
	color: #FFFFFF;
	font-size: 8px;
	line-height: 15px;
	display: block;
	width: 60%;
}

.gototop {
	width: 100%;
	margin: 0;
}

.gototop a {
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	background-image: url(../imgs/top2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: -25px;
	right: 15px;
 }

.gototop a:hover {
	top: -18px;
}

}

/*---------------------------------------------------------------------------------------------------------------*/

