@charset "utf-8";

/* CSS Document */

/************************************************************/
#banner{margin:0;padding:0;}
#banner .bannerImg{ overflow:hidden;}
#banner .bannerImg img {width:100%;border-bottom: #333333 5px solid;}
#banner .title {
	width: 500px;
	position:relative;
	left: 50%;
	margin-left: -250px;
	top: -6em;
	height: 0;
	border-bottom: 70px solid rgba(0, 0, 0, 0.6);
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
}
#banner .title span.en{
	padding-top: 13px;
	display: block;
	letter-spacing: 1px;
}
#banner .title span.cht{
	font-size: 26px;
	position: relative;
	display: block;
	color: #ffffff;
}
#banner .title span.cht:before, #banner .title span.cht:after{
	content:"\\\\";
	display: inline-block;
	margin-right: 15px;
	font-size: 13px;
	vertical-align: middle;
	margin-bottom: 3px;
}
#banner .title span.cht:after{
	content: '//';
	margin-right:0;
	margin-left: 15px;
}
#menu_box {
}
#main {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 50px;
}
@media all and (max-width:1310px) {
	.top_title_box {
		padding-left: 10px;
	}
	
}
@media all and (max-width:930px) {
	#main {
		margin-top: 0;
	}
}
@media all and (max-width:900px) {
	#banner {padding:0;	margin:0;}
	
	
	
}

@media all and (max-width:768px) {
	#banner {margin-bottom:-30px;}
	#banner .title {top:-45px;}
	}

@media all and (max-width:599px) {
	#banner .bannerImg img {border-color:#666666}
	#banner {margin-bottom:0;}
	#banner .title {top:-4px;width: 100%;
	left: 0;
	margin-left: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-color:#666666}
	}

#mask {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 4;
	display: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/************************************************************/
#breadcrumbs_box {
	width: 100%;
	height: 35px;
	background: rgba(0, 0, 0, 0.8);
	bottom: 0px;
}
#breadcrumbs {
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	height: 26px;
	display: inline-block;
	font-weight: normal;
	text-align: center;
	background: #000000;
	padding:0 15px;
	border: solid #CDCDCD 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
}
#breadcrumbs span {
	color:#ffffff;
	text-decoration: none;
}
#breadcrumbs img {
	vertical-align: middle;
	padding: 0px 0px;
	margin-bottom: 2px;
}
#breadcrumbs a, #breadcrumbs a:visited {
	color: #878787;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#breadcrumbs a:hover {
	color:#878787;
	text-decoration: none;
}

/**************************************************************/
#leftside_btn {
	position: fixed;
	width: 24px;
	line-height: 1.4;
	right: 0px;
	top: 300px;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	padding: 7px 5px;
	background: #1B2E4C;
	display: none;
	z-index: 20;
	cursor: pointer;
	letter-spacing: 1px;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#leftside_btn i {
	margin-bottom: 5px;
}
body.active #leftside_btn {
	right: 185px;
	background: #1B2E4C;
}
body.active #leftside_btn i {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
body.active {
	overflow: hidden;
}
body.active #mask {
	display: block;
}

/**************************************************************/
#leftside {
	width: 185px;
	float: left;
	position: relative;
	padding-top: 17px;
}
#leftside .title {
	font-size: 18px;
	font-weight: 800;
	border: #FFF 1px solid;
	text-align: center;
	line-height: 1;
	padding: 6px 8px 5px 8px;
}
body.active #leftside {
	right: 0px;
	top: 0px;
	padding: 0 0px;
	z-index: 10;
	overflow: auto;
}
#rightside {
	max-width: 1060px;
	width: calc(100% - 230px);
	float: right;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
ul.left_menu > li.search {
	padding: 25px;
}
@media all and (max-width:930px) {
	#leftside {
		width: 185px;
		background: #FFF;
		float: none;
		position: fixed;
		top: 0px;
		padding-top: 0;
		right: -185px;
		height: 100%;
		z-index: 10;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	#leftside_btn {
		display: block;
	}
	#rightside {
		width: 100%;
		float: none;
		position: relative;
	}
}

/**************************************************************/
.top_title_box {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 50px;
	padding-top: 55px;
}
.top_title {
	position: relative;
	font-size: 20px;
	color: #111111;
	line-height: 1.6;
}
.top_title:before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	background: url(../../images/71/title_icon2.png) no-repeat;
	vertical-align: middle;
	margin-bottom: 5px;
}
.top_title_box:after {
	content: '';
	height: 1px;
	display: block;
	background: #000000;
	position: absolute;
	bottom:13px;
	left: 150px;
	right: 0px;
}
@media all and (max-width:930px) {
	.top_title_box {
		margin-bottom: 20px;
	}
}
@media all and (max-width:700px) {
	.top_title_box {
		padding-top: 15px;
	}
}

/**************************************************************/
#con_title {
	max-width: 500px;
	width: 100%;
	color: #D90000;
	font-size: 20px;
	font-weight: bold;
	border: #FF7373 1px solid;
	padding: 3px 10px;
	line-height: 1.4;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}
#con_title a, #con_title a:visited {
	color: #666666;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#con_title a:hover {
	color: #0280A5;
	text-decoration: none;
}

/**************************************************************/
.info_title {
	text-align: center;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #dddddd;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	background: #333333;
}

/**************************************************************/
#conbody > .title {
	height: 38px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 35px;
	border: #D4D4D4 1px solid;
	letter-spacing: 1px;
	background: url(../../images/71/news/title.jpg) center top;
}
#conbody {
	color:#444444;
	line-height: 1.6;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
}
.content {
	min-height:250px;
}
p.line {
	position: relative;
}
p.line:after {
	content: '..........................................................................................................................................................................................................................................';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	line-height: 10px;
	color: #AAAAAA;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
}

/**************************************************************/
.bread {
	color:#868686;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.bread a, .bread a:visited {
	color: #555555;
	text-decoration: none;
}
.bread span {
	color:#333333;
	margin: 0 10px;
	font-size: 12px;
	font-weight: 700;
}
/*****************************************************************************/

.col3{
	width: 100%;
}
.txt.col3:after{
	clear: both;
	display: block;
	content: '';
}
.txt.col3 .col{
	float: left;
	width: 33.3%;
	padding: 0 5px;
	margin-bottom: 15px;
}
.txt.col3 .col .pic{
	margin-bottom: 20px;
}
@media all and (max-width:520px) {
.txt.col3 .col{
	float: left;
	width: 50%;
	padding: 0 5px;
}
}