* {
  font-family: "微软雅黑", "黑体", "等线", "思源黑体";
}
body {
	background: url("style_res/BG_Gradient.jpg") repeat-x;
}
/*---------ÃƒÂ§Ã‚Â½Ã¢â‚¬ËœÃƒÂ§Ã‚Â«Ã¢â€žÂ¢ÃƒÂ©Ã‚Â¡Ã‚Â¶ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾logoÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ÃƒÂ¦Ã‚ÂÃ…â€œÃƒÂ§Ã‚Â´Ã‚Â¢ÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â ÃƒÂ§Ã‚Â­Ã¢â‚¬Â°ÃƒÂ¤Ã‚Â¿Ã‚Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¯---------------*/
#headerWrap .container {
	width: 1440px;
	height: 186px;
	margin: 0 auto;
	background: url("style_res/header_bgimg.png") no-repeat center;
	background-clip: border-box;
}
#headerWrap .logo {
	float: left;
	margin: 46px;
	width: 884px;
}
#header_Right {
	/* margin: 70px 0px auto 0px;*/
	position: relative;
	top: 100px;
}
#header_Right .seach {
	width: 196px;
	height: 32px;
	margin-right: 20px;
	background-color: #f7f9fb;
	border-radius: 8px;
	border: solid 1px #8d98bc;
}
#header_Right .seachText {
	width: 145px;
	margin-left: 12px;
	font: 500 14px;
	color: #999999;
	background: transparent;
	position: relative;
	top: -10px;
}
#header_Right span {
	float: left;
}
/*------ÃƒÂ¤Ã‚Â¸Ã‚Â»ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¥Ã‚Â¸Ã†â€™ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬-------------*/
#navWrap {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	z-index: 99;
}
/*-------ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â---------*/
.mainNav {
	width: 1440px;
	height: 72px;
	margin: 0 auto;
	background-color: RGBA(2,13,121,0.35);
	margin-bottom: 16px;
}
.mainNav ul li {
	float: left;
	position: relative;
}
.mainNav ul li a {
	width: 128px;
	height: 72px;
	text-align: center;
	display: block;
	margin-right: 2px;
	text-decoration: none;
	line-height: 72px;
	font-size: 18px;
	font-weight: 300;
	color: #f8f9fc;
}
.indexLink:link {
	width: 130px;
	background-color: #020d79;
	font-size: 20px;
	font-weight: 600;
}
.indexLink img {
	margin-right: 8px;
	width: 30px;
	height: auto;
}
.mainNav ul li ul, .mainNav ul li ul li ul {
	display: none;
}
.mainNav ul li:hover {
	background-color: #020d79;
}
.mainNav ul li:hover a {
	font-size: 20px;
	font-weight: 600;
}
/*--------ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª-----------*/
.mainNav ul li:hover ul {
	display: block;
	position: absolute;
	background: #020d79;
}
.mainNav ul li:hover ul li a {
	display: block;
	color: #CCD6F1;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
}
.mainNav ul li:hover ul li a:hover {
	background-color: #4e56a1;
	font-weight: 600;
	color: #FFFFFF;
}
.mainNav ul li:hover ul li:hover {
	background-color: #4e56a1;
}
.mainNav ul li:hover ul li:hover a {
	color: #FFFFFF;
}
/*--------ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â°ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª--------------------*/
.mainNav ul li:hover ul li ul {
	display: none;
}
.mainNav ul li ul li:hover ul {
	display: block;
	top: 0px;
	left: 120px;
	position: absolute;
	background: #030D6E;
}
/*------------ end! ÃƒÂ¤Ã‚Â¸Ã‚Â»ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â----------*/

/*---------------ÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¹ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ÃƒÂ¦Ã…Â½Ã‚Â¥ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â--------------*/
.linkWrap {
	clear: both;
	float: none;
	width: 1440px;
	height: 90px;
	margin: 0 auto;
	padding-top: 12px;
	vertical-align: middle;
}
.linkWrap img {
	position: relative;
	top: 20px;
}
.linkWrap h1 {
	float: left;
	margin-left: 12px;
	font-size: 24px;
	font-weight: normal;
	line-height: 72px;
	text-align: center;
	color: #2036b6;
	margin-right: 8px;
}
.linkWrap ul li {
	width: 252px;
	height: 72px;
	display: inline-block;
	background: url("style_res/link_Bg.png") center no-repeat;
	text-align: center;
	line-height: 72px;
	font-weight: bold;
}
/*------------ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¨Ã¢â‚¬Å¾Ã…Â¡ÃƒÂ¥Ã‚Â¸Ã†â€™ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â---------------*/
.footerWrap {
	width: 1440px;
	height: 195px;
	margin: 0 auto;
	padding: 0px;
	background: url("style_res/foot_BG.png") top left no-repeat;
	position: relative;
	z-index: 1;
}
.footerWrap .contact_Info {
	padding: 20px 120px;
}
.footerWrap .contact_Info ul {
	display: block;
	float: left;
	width: auto;
	margin-right: 80px;
	color: #E5EBF0;
	font-size: 12px;
}
.footerWrap .contact_Info ul li {
	line-height: 22px;
	letter-spacing: 0.03em;
}
.footerWrap .contact_Info ul li strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
.footerWrap .contact_Info .qr_Code {
	width: 100px;
	height: auto;
	text-align: center;
	margin: 0px 0px auto 5px;
}
.footerWrap .contact_Info .qr_Code img {
	width: 75%;
	height: 75%;
	margin-bottom: 5px;
}
.footerWrap .contact_Info .qr_Code li {
	line-height: 18px;
}
.footerWrap .copyright_Info {
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #c6d8e4;
}
/*-------endÃƒÂ¯Ã‚Â¼Ã‚ÂÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¨Ã¢â‚¬Å¾Ã…Â¡ÃƒÂ¥Ã‚Â¸Ã†â€™ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â-----------------*/



/*-----------ÃƒÂ¦Ã‚Â­Ã‚Â¤ÃƒÂ¥Ã‚Â¤Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â¼Ã¢â€šÂ¬ÃƒÂ¥Ã‚Â§Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â-------------*/
/*-----------------ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾----------------------*/
.bannerWrap {
	position: relative; /*ÃƒÂ§Ã¢â‚¬ÂºÃ‚Â¸ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¤Ã‚Â½Ã‚Â ÃƒÂ§Ã‚Â»Ã¢â€žÂ¢ÃƒÂ§Ã‚Â»Ã‚ÂÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ§Ã‚Â½Ã‚Â®ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¨Ã¢â€šÂ¬Ã†â€™*/
	background-color: #E5E5E5;
	width: 1440px;
	height: 542px;
	margin: 0px auto;
}
.bannerWrap .item {
	display: none; /*ÃƒÂ©Ã…Â¡Ã‚ÂÃƒÂ¨Ã¢â‚¬â€Ã‚ÂÃƒÂ¥Ã¢â‚¬Â¦Ã†â€™ÃƒÂ§Ã‚Â´Ã‚Â */
	position: absolute; /* ÃƒÂ§Ã‚Â»Ã‚ÂÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¤Ã‚Â½Ã‚Â*/
	width: 1440px;
	height: 542px;
	top: 0;
	left: 0;
}
.item:first-child {
	display: block;
}
.bannerWrap .item img {
	width: 1440px;
	height: 542px;
}
/*ÃƒÂ¥Ã…â€œÃ¢â‚¬Â ÃƒÂ¥Ã‚Â½Ã‚Â¢ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®ÃƒÂ¥Ã‚Â±Ã…Â¾ÃƒÂ¦Ã¢â€šÂ¬Ã‚Â§ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ¥Ã‚Â®Ã…Â¡*/
.bannerWrap .tab-btn {
	position: absolute;
	right: 40px;
	bottom: 20px;
	width: 120px;
	height: 30px;
}
.bannerWrap .tab-btn .btn {
	float: left;
	width: 10px;
	height: 10px;
	background: #868686;
	margin-left: 10px;
	border-radius: 50%;
	font-size: 0;
	
}
/*ÃƒÂ¥Ã…â€œÃ¢â‚¬Â ÃƒÂ¥Ã‚Â½Ã‚Â¢ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®ÃƒÂ¨Ã‚Â§Ã‚Â¦ÃƒÂ§Ã‚Â¢Ã‚Â°ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Â¹ÃƒÂ¤Ã‚Â»Ã‚Â¶*/
.bannerWrap .tab-btn .btn:hover {
	background: #EC2811;
}
.bannerWrap .tab-btn .active {
	background: #EC2811;
}
/*----------------ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®ÃƒÂ¥Ã‚Â¸Ã†â€™ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬----------------*/
.columnWrap {
	width: 1470px;
	height: auto;
	margin: 25px auto;
}
.columnWrap .content {
	width: 457px;
	height: 257px;
	margin: 20px 16px;
	float: left;
}
/*---------------ÃƒÂ¥Ã‚Â­Ã‚Â¦ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¢ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã¢â€šÂ¬Ã‚ÂÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾---------------*/
.news_Pic {
	position: relative; /*ÃƒÂ§Ã¢â‚¬ÂºÃ‚Â¸ÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¤Ã‚Â½Ã‚Â ÃƒÂ§Ã‚Â»Ã¢â€žÂ¢ÃƒÂ§Ã‚Â»Ã‚ÂÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ§Ã‚Â½Ã‚Â®ÃƒÂ¥Ã‚ÂÃ¢â‚¬Å¡ÃƒÂ¨Ã¢â€šÂ¬Ã†â€™*/
	background-color: #E5E5E5;
	width: 457px;
	height: 257px;
}
.news_Pic .item {
	display: none; /*ÃƒÂ©Ã…Â¡Ã‚ÂÃƒÂ¨Ã¢â‚¬â€Ã‚ÂÃƒÂ¥Ã¢â‚¬Â¦Ã†â€™ÃƒÂ§Ã‚Â´Ã‚Â */
	position: absolute; /* ÃƒÂ§Ã‚Â»Ã‚ÂÃƒÂ¥Ã‚Â¯Ã‚Â¹ÃƒÂ¥Ã‚Â®Ã…Â¡ÃƒÂ¤Ã‚Â½Ã‚Â*/
	width: 457px;
	height: 257px;
	top: 0;
	left: 0;
}
.news_Pic .item:first-child {
	display: block;
}
.news_Pic .item img {
	width: 457px;
	height: 257px;
}
/*ÃƒÂ¥Ã…â€œÃ¢â‚¬Â ÃƒÂ¥Ã‚Â½Ã‚Â¢ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®ÃƒÂ¥Ã‚Â±Ã…Â¾ÃƒÂ¦Ã¢â€šÂ¬Ã‚Â§ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ¥Ã‚Â®Ã…Â¡*/
.news_Pic .tab-btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 120px;
	height: 15px;
}
.news_Pic .tab-btn .btn {
	float: left;
	width: 10px;
	height: 10px;
	background: #868686;
	margin-left: 10px;
	border-radius: 50%;
	font-size: 0;
	
}
/*ÃƒÂ¥Ã…â€œÃ¢â‚¬Â ÃƒÂ¥Ã‚Â½Ã‚Â¢ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®ÃƒÂ¨Ã‚Â§Ã‚Â¦ÃƒÂ§Ã‚Â¢Ã‚Â°ÃƒÂ¤Ã‚ÂºÃ¢â‚¬Â¹ÃƒÂ¤Ã‚Â»Ã‚Â¶*/
.news_Pic .tab-btn .btn:hover {
	background: #EC2811;
}
.news_Pic .tab-btn .active {
	background: #EC2811;
}
/*-----------------ÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â-----------------*/
.columnWrap .column_Title {
	height: 40px;
	background: url("style_res/line.png") bottom no-repeat;
	vertical-align: middle;
}
.columnWrap .column_Title h1 {
	float: left;
	margin-left: 14px;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	color: #2036b6;
}
.columnWrap .column_Title .more_Icon {
	position: relative;
	top: 12px;
}
.columnWrap .articles_List ul {
	margin-left: 8px;
	margin-top: 16px;
	position: relative;
}
.columnWrap .articles_List ul li {
	width: 315px;
	height: 30px;
	background: url("style_res/libiao_Icon.png") left no-repeat;
	padding-left: 24px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.columnWrap .articles_List ul li span {
	position: absolute;
	right: 0px;
	letter-spacing: 0.05em;
}
.columnWrap .articles_List ul li span:link {
	color: #999999;
}
/*------------ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚ÂÃƒÂ¥Ã‹â€ Ã‚Â°ÃƒÂ¦Ã‚Â­Ã‚Â¤ÃƒÂ§Ã‚Â»Ã¢â‚¬Å“ÃƒÂ¦Ã‚ÂÃ…Â¸-----------*/




/*------------ ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â  --------------*/

/*--ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²--*/
/*.bule_BG {
  background: #F2F6F9;
}*/
/*-----------ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚Â¸Ã†â€™ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â-------------*/
.subPage_Wrap {
	width: 1440px;
	margin: 16px auto 0px auto;
	position: relative;
}
/*---------ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ ÃƒÂ¦Ã¢â‚¬â€Ã‚Â ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â¸Ã†â€™ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬---------*/
.subPage_Wrap .container .content {
	background-color: #FFFFFF;
	padding: 60px 120px;
	/*min-height:800px;
  max-height: inherit;*/
	border: solid 1px #D3DCE5;
	margin-bottom: 10px;
}
/*----------ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¥Ã‚Â¸Ã†â€™ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬-------------*/
.sideBar {
	width: 315px;
	height: auto;
	background-color: #ffffff;
	border: solid 1px #D3DCE5;
	float: left;
	margin-right: 30px;
	padding-bottom: 55px;
}
/*--ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â--*/
.subNav_Title {
	width: 273px;
	height: 120px;
	background: url("style_res/subNav_TitBG.png") no-repeat;
	padding-top: 36px;
	padding-left: 44px;
}
.subNav_Title h1 {
	width: auto;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 6px;
	color: #f8f9fc;
}
/*--ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¥Ã‚ÂÃ‚Â«ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â°ÃƒÂ§Ã‚ÂºÃ‚Â§--*/
.subNav ul {
	width: 240px;
	height: auto;
	margin: 0 36px;
	position: relative;
	top: -30px;
}
.subNav ul li a {
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 22px;
	letter-spacing: 2px;
	background: url("style_res/subPage_List_style01.png") no-repeat left;
	padding-left: 32px;
	position: relative;
	border-bottom: dashed 1px #8abff4;
}
.subNav ul li a:hover {
	font-size: 22px;
	font-weight: bold;
	background: url("style_res/subPage_List_style02.png") no-repeat left;
	color: #4762c8;
}
.subNav ul li ul {
	display: none;
}
.subNav ul li:hover ul {
	width: 205px;
	display: block;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-left: -20px;
}
/*--------end ÃƒÂ¯Ã‚Â¼Ã‚ÂÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â--------------*/


/*-----------ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹---------------*/

.right_container {
	width: 1090px;
	/* min-height: 780px;
  max-height: inherit;*/
	float: left;
	margin-bottom: 15px;
}
/*--ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã…â€™Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â±Ã¢â‚¬ËœÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â--*/
.breadcrumbs {
	margin-bottom: 20px;
	padding-left: 32px;
	background: url("style_res/breadcrumbs_Icon.png") left top no-repeat;
}
.breadcrumbs li {
	display: inline;
	line-height: 32px;
	text-align: center;
	color: #FCFCFC;
}
.breadcrumbs li a {
	color: #FCFCFC;
}

/*--end ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã…â€™Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â±Ã¢â‚¬ËœÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â--*/

/*--ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â--*/
.right_container .content {
	background-color: #FFFFFF;
	border: solid 1px #D3DCE5;
	padding: 60px 100px;/*min-height: 700px;
  max-height: inherit;*/
}
/*--ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ ÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ§Ã¢â‚¬ÂºÃ‚Â®ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“--*/
.subPage_Wrap .column_Title {
	height: 90px;
	background: url("style_res/subPage_line.png") no-repeat bottom;
}
.subPage_Wrap .column_Title h1 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
}
/*--ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨--*/
.subPage_Wrap .articles_List {
	margin-top: 20px;
}
.subPage_Wrap .articles_List ul {
	position: relative;
}
.subPage_Wrap .articles_List ul li a {
	font-size: 18px;
	font-weight: normal;
	line-height: 54px;
}
.subPage_Wrap .articles_List ul li a:hover {
	color: #4762c8;
}
.subPage_Wrap .articles_List ul li a span {
	position: absolute;
	right: 0px;
}
/*--ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ©Ã‚Â¢Ã‹Å“ÃƒÂ¥Ã‚ÂÃ…Â ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ¥Ã‚ÂÃ¢â‚¬ËœÃƒÂ¥Ã‚Â¸Ã†â€™ÃƒÂ¤Ã‚Â¿Ã‚Â¡ÃƒÂ¦Ã‚ÂÃ‚Â¯--*/

.articles_Title {
	height: 110px;
	border-bottom: solid 1px #666666;
}
.articles_Title h1 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	color: #333333;
	line-height: 1.5;
}
.articles_Info {
	text-align: center;
	color: #999999;
	margin-top: 10px;
}
/*--ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â  ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â--*/
.articles_Body {
	margin: 20px 0px;
	text-align: center;
}
.articles_Body p {
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 0.05em;

	text-align: justify;
	margin: 14px 0px;
}
.articles_Body img {
	margin: 7px 0px;
}
/*--ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ©Ã‚Â¡Ã‚Âµ ÃƒÂ¤Ã‚Â¸Ã…Â ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ©Ã¢â‚¬Å“Ã‚Â¾ÃƒÂ¦Ã…Â½Ã‚Â¥ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â--*/
.other_Articles {
	margin: 30px 0px;
	font-size: 16px;
	line-height: 32px;
}
/*--------ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ ÃƒÂ¦Ã‚ÂÃ…â€œÃƒÂ§Ã‚Â´Ã‚Â¢ÃƒÂ©Ã‚Â¡Ã‚Âµ--------*/
.subPage_Wrap .seach {
	margin: 0;
	padding: 48px 105px;
	text-align: center;
	background-color: #e3ebf1;
}
.subPage_Wrap .seach form {
	height: 64px;
	line-height: 64px;
}
.subPage_Wrap .seach input {
	float: left;
}
.subPage_Wrap .seach .seachText {
	width: 1040px;
	height: 63px;
	margin-right: 24px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 2px #8d98bc;
	font-size: 18px;
	letter-spacing: 1px;
	color: #bcbcbc;
}
.subPage_Wrap .seach_Results {
	font-size: 18px;
	border-bottom: solid 1px #666666;
	padding-bottom: 30px;
}
.subPage_Wrap .no_Seach_Results {
	margin: 50px 0px;
	font-size: 24px;
	color: #fe0000;
}
/*-----------ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â¸Ã†â€™ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â----------------*/
.pagination {
	text-align: center;
	margin-top: 40px;
}
.pagination ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.pagination ul li a {
	color: black;
	float: left;
	padding: 8px 16px;
	border: solid 1px #E3E3E3;
	text-decoration: none;
	transition: background-color .3s;
}
.pagination ul li a.active {
	background-color: #12339C;
	color: white;
	border: 1px solid #12339C;
}
.pagination ul li a:hover:not(.active) {
	background-color: #ddd;
}
/*---------endÃƒÂ¯Ã‚Â¼Ã‚ÂÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â¸Ã†â€™ÃƒÂ¥Ã‚Â±Ã¢â€šÂ¬ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â-------------*/





.selected1,.parent1 {background-color: #020d79 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}
.possplit {background: none;width: auto;text-align: center;text-indent: 0px;padding: 0 4px;}
.lby {min-height:350px; padding-bottom:50px;}
#wp_column_article {padding-top: 35px;}
#wp_column_article table {max-width: 885px;
}














