@charset "ISO-8859-1";

html,body{
    font-family: Microsoft JhengHei,arial,helvetica;
    color: #fff;
    background-color: #f1f1f1;
}

#Head{
	padding-top:100px;
	text-align: center;
}
#Head h1{
	width: 400px;
	margin: 0 auto;
	font-size: 28px;
	color: #6140a8;
	border-bottom: #6140a8 solid 1px;
	padding:0 20px;
	letter-spacing: 15px;
	font-weight: bold;
}
#Head h2{
	margin-top:5px;
	font-size: 18px;
	font-weight: bold;
	color: #6140a8;
}

 #div_Head{
    position:fixed;
    width: 100%;
    z-index: 998;
    display: block;
    background: rgba(171, 46, 124, .8);
    padding: 0 10% 0 10%;
 }

 #div_Head a{
 	color: #fff;
 }

 #Img_mouse{
    position: absolute;
    top: 85%;
    left: 48%;
 }

 #aMenu{
    margin-left: 50%;
    display: block-inline;
 }


 #MenuList{
    z-index: 999;
    position: fixed;
    top:89px;
    height: 100%;
    width: 100%;
    background: rgba(171, 46, 124, .8);
    display: none;
 }

  #MenuList li a{
  	color: #fff;
    text-align: center;;
    display: block;
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
    height: 50px;
    padding: 10px 0;
  }

  #MenuList li a:hover{
    background-color: #fff;
    color: #ab2e7c;
  }

#Head_Menu{
	width: 800px;
	margin: 30px auto 0 auto;
	height: 50px;
	text-align:center;
}
#Head_Menu li{
	float: left;
	border-right: 1px solid #a6a6a6;
}
#Head_Menu a{
	float: left;
	color: #a6a6a6;
	display: block;
	padding:1px 15px;
}
#Head_Menu li:last-child {
	border-right: none;
}
#Head_Menu a:hover{
	color: #6140a8;
}
#Head_Menu a:hover svg{
    fill:#6140a8 !important;
}
.HM_active{
	color: #6140a8 !important;
}
.HM_active svg{
    fill:#6140a8 !important;
}
#Head_Menu:after,.Article_List:after{
	content: "";
	clear: both;
	display: block;
}


#Foot{
    background-color: #fff;
}

#div_Link{
    text-align: left;
    width: 100%;
    margin: 10px auto;
    padding: 20px 0;
}

.div_Link_1{
    width: 250px;
    margin: 0 15px 0 0;
    float: right;
    overflow: hidden;
    color: #999;
    line-height: 24px;
    font-size: 12px;
}

.div_Link_1 span{
    color:#ab2e7c;
    font-size: 16px;
    font-weight: bold;
}

.div_Link_2{
    width: 163px;
    margin: 0 1%;
    float: right;
    overflow: hidden;
    color: #999;
}

.div_Link_2 h1{
    font-size: 22px;
}

.div_Link_2 h1 a{
    color: #444;
}

.div_Link_2 p{
    font-size: 14px;
    padding-left: 10px;
    line-height: 22px;
}

.div_Link_2 p a{
	color: #8b8b8b;
}

.div_Link_2 p a:hover{
	color: #ac2d7b;
	border-bottom: 1px solid #ac2d7b;
}

.div_BorderBottom{
    border-bottom: #999 solid 1px;
    height: 10px;
    margin-bottom: 10px;
}

#div_Foot{
    background-color: #ab2e7c;
    padding:10px 0;
    text-align: center;
}

.Middle{
    vertical-align: middle;
}
.ClearBth{
    clear: both;
}


#Content{
	margin: 40px 0;
}

#div_Customer{
	width: 1200px;
	margin: 0 auto;
}

.div_Customer{
	height: 170px;
	width: 170px;
	border:15px solid ;
	border-color: #187ac1;
	float: left;
}
.div_Customer img{
}

.txt_Customer{
	display: none;
	cursor: pointer;
	color: #6140a8;
	height: 100%;
	background-color: #fff;
}

.txt_Customer label{
	cursor: pointer;
	position: relative;
	top: 30%;
	font-weight: bold;
	font-size: 25px;
}
.txt_Customer span{
	cursor: pointer;
	color: #6140a8;
	font-size: 20px;
}

.Customer_Color1{
	border-color: #187ac1;
}

.Customer_Color2{
	border-color: #0f3193;
}

.Customer_Color3{
	border-color: #ea5903;
}

.Customer_Color4{
	border-color: #cc271b;
}

.Customer_Color5{
	border-color: #de137e;
}

.MF20{
	margin-left: 20px;
}

.MF40{
	margin-left: 40px;
}

#Content_Left{
    float: left;
    width: 229px;
    height: 100%;
    padding:20px 10px;
}
#Content_Right{
    float: left;
    border-left: 1px solid #666;
    width: 670px;
    padding:20px 20px;
    color: #666666;
}
#Left_Menu{
    margin-top: 10px;
    margin-left: 30px;
    width: 100%;
}
#Left_Menu li{
    margin:25px 0;
    width: 100%;
}
#Left_Menu li a{
    display: block;
    color: #666666;
    padding:3px 10px;
    border-left: 3px solid #d50000;
}
.Article_Block{
    width: 315px;
    height: 200px;
    float: left;
    margin:15px 0;
    padding-right: 20px;
}
.Article_Block_sTitle{
    font-size: 14px;
}
.Article_Block_sTitle span{
    display: inline-block;
    width: 20px;
    background-color: #d50000;
    border-radius: 50%;
}
.Article_Block_Body{
    margin-top: 5px;
    padding-left: 22px;
}
.Article_Block_Title{
    font-size: 20px;
    font-weight: bold;
}
.Article_Block_Content{
    margin-top: 10px;
    font-size: 14px;
}
.A_More{
    color: #522ca3;
}
#Article_Link{
    margin-top: 8px;
    font-size: 14px;
}
#Article_Link a{
    color: #838383;
}
.Article_List{
    padding-top: 15px;
}
.Article_List span{
    display: inline-block;
    width: 20px;
    background-color: #d50000;
    border-radius: 50%;
}
.Article_List img{
    float: left;
    margin:10px 10px 0 0;
}
.Article_List h1{
    color: #666666 !important;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 5px;
}
.Article_List p{
    color: #5c5c5c;
    font-size: 14px;
    line-height: 22px;
}
#Article_Detail{
    margin-top: 10px;
}
#Article_Detail h1{
    font-weight: bolder;
}
#Article_Detail h2 span{
    color: #828282;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
}
#Article_Detail_Content {
    padding:20px 0;
}
#Article_Detail_Content p{
    font-size: 16px;
    line-height: 30px;
    margin:6px 0;
}
#Article_Detail_Content a{
    margin-right:6px;
}
#Pager{
    margin: 10px 0;
    text-align: right;
}
#Pager a{
    border: 1px solid #6140a8;
    color: #6140a8;
    padding:2px 9px;
}
#Pager a:hover{
    background-color: #6140a8;
    color: #fff;
}