@charset "utf-8";

/**/
body {background-color:#e9e9e9; color:#2f2f2f; min-width:1280px; font-family:Arial, Helvetica, "微軟正黑體"; font-size:17px;  }
.box {width:1100px; margin:0 auto;}
/**/
.topmenu{ height:73px; background:url(../Images/base/topmenu.png) no-repeat center bottom;}
	.menu{ padding-top:15px;}
	.menu li{ float:left;}
	.menu li a{display:block; color:#2f2f2f; width:155px; text-align:center;}
	.menu li a em{ display:inherit; font-size:10px; color:#999797;}
	.menu li a:hover,.menu li a.in{ color:#0064d4;}

.topnav{ height:200px; background: #e9e9e9; /* Old browsers */
background: -webkit-linear-gradient(top, #e9e9e9 3%,#ffffff 22%,#ffffff 54%,#e9e9e9 77%,#e9e9e9 77%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e9e9e9 3%,#ffffff 22%,#ffffff 54%,#e9e9e9 77%,#e9e9e9 77%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */}
.topbg{ height:202px; background-image:url(../Images/base/topbg.png);}

/**/
.subLeft{ width:180px; min-height:100px; background-color:#FFF; border:#18679a solid 3px; border-radius:15px; padding:20px; float:left;}
	.subLeft h3{color:#18679a;}
	.subLeft p{ display:block; margin-bottom:10px; font-size:8px; color:#18679a; }
	.subLeft .leftmenu li {text-align:center; font-size:17px; border-bottom:#d4d4d4 solid 1px; line-height:35px;}
	.subLeft .subleftmenu{margin:10px 0 0 15px;}
	.subLeft .subleftmenu li{ list-style:inside; color:#18679a; font-size:15px; line-height:25px; text-align:left; border-bottom:none; }
	.subLeft .subleftmenu li a, .leftmenu li a{ color:#000;}
	.subLeft .subleftmenu li a:hover,.leftmenu li a:hover,.leftmenu li a.on{ color:#0064d4;}
	
/**/
.subRight{ width:780px; margin:0 20px 20px 0; padding:20px 30px; min-height:610px; background-color:#FFF; border-radius:15px; box-shadow:0px 2px 6px #666;  float:right; position:relative;}

/**/
.footerBOX{height:70px; background-color:#c3c3c3; padding-top:15px; clear:both;}
.footer{ font-size:12px; letter-spacing:1px; padding:10px 0 10px 30px; line-height:18px;  clear:both; display: flex; gap: 20px; justify-content: space-between;align-items: center;}
	.footer .footer-l{display: flex; gap: 20px;}
	.footer .footer-l.fc-w p{color: #fff;}
	.footer .footer-r{margin-right: 36px;margin-top: 8px;}
	/* .footer p{color:#FFF; } */
	.footer span{ display:table;  color:#000;}
	.footer em a{color:#2f2f2f;}
	.footer em a:hover{color:#0064d4; text-decoration:underline;}
	.footer .OO{ width:274px; height:21px; line-height:21px; padding: 5px 10px; border-radius:15px; background-color:#FFF; }
   
