@charset "utf-8";
/* CSS Document */

/* css reset */
body
{
	
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
ul { list-style-type: none; }

    /* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */  dl, dt, dd, ul, ol, li, /* list elements 列表元素 */  pre, /* text formatting elements 文本格式元素 */  fieldset, legend, button, input, textarea, /* form elements 表单元素 */  th, td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
	border: 0px;
}
/* 设置默认字体 */
body,  button, input, select, textarea {
	font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #333;
	/* [disabled]outline:none;
*/
}
button, input, select, textarea {
	outline: none;
}
html {
	line-height: 1;
}
address, cite, em, var, i {
	font-style: normal;
} /* 将斜体扶正 */
h1 {
	font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
/* 重置列表元素 */
ul, ol, li {
	list-style: none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #005C58;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}
/* 重置图片元素 */	
img {
	border: 0px;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
.bx_fl, .fl {
	float: left;
}
.bx_fr, .fr {
	float: right;
}
.container {
	
	margin: 0 auto;
}
.clear {
	clear: both;
}
.c10 {
	height: 10px;
	width: 100%;
}
.c20 {
	height: 20px;
	width: 100%;
}
.c30 {
	height: 30px;
	width: 100%;
}
.dis {
	display: block;
	margin: 0px;
	padding: 0;
}







@media ( min-width : 992px) {
.container {
	width: 960px
}
}

@media ( min-width : 1200px) {
.container {
	width: 1170px
}
}

@media ( min-width : 1440px) {
.container {
	width: 1440px
}
}

@media print {
.container {
	width: auto
}
}
.row.cl {
}
.row {
	box-sizing: border-box;
	margin-left: -10px;
	margin-right: -10px
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 1px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.col-1 {
	width: 8.33333%
}
.col-2 {
	width: 16.66667%
}
.col-3 {
	width: 25%
}
.col-4 {
	width: 33.33333%
}
.col-5 {
	width: 41.66667%
}
.col-6 {
	width: 50%
}
.col-7 {
	width: 58.33333%
}
.col-8 {
	width: 66.66667%
}
.col-9 {
	width: 75%
}
.col-10 {
	width: 83.33333%
}
.col-11 {
	width: 91.66667%
}
.col-12 {
	width: 100%
}
.col-offset-0 {
	margin-left: 0
}
.col-offset-1 {
	margin-left: 8.33333%
}
.col-offset-2 {
	margin-left: 16.66667%
}
.col-offset-3 {
	margin-left: 25%
}
.col-offset-4 {
	margin-left: 33.33333%
}
.col-offset-5 {
	margin-left: 41.66667%
}
.col-offset-6 {
	margin-left: 50%
}
.col-offset-7 {
	margin-left: 58.33333%
}
.col-offset-8 {
	margin-left: 66.66667%
}
.col-offset-9 {
	margin-left: 75%
}
.col-offset-10 {
	margin-left: 83.33333%
}
.col-offset-11 {
	margin-left: 91.66667%
}
.col-push-0 {
	position: relative;
	left: 0;
	right: auto
}
.col-pull-0 {
	right: 0;
	left: auto
}
.col-push-1 {
	left: 8.33333%;
	right: auto
}
.col-pull-1 {
	right: 8.33333%;
	left: auto
}
.col-push-2 {
	left: 16.66667%;
	right: auto
}
.col-pull-2 {
	right: 16.66667%;
	left: auto
}
.col-push-3 {
	left: 25%;
	right: auto
}
.col-pull-3 {
	right: 25%;
	left: auto
}
.col-push-4 {
	left: 33.33333%;
	right: auto
}
.col-pull-4 {
	right: 33.33333%;
	left: auto
}
.col-push-5 {
	left: 41.66667%;
	right: auto
}
.col-pull-5 {
	right: 41.66667%;
	left: auto
}
.col-push-6 {
	left: 50%;
	right: auto
}
.col-pull-6 {
	right: 50%;
	left: auto
}
.col-push-7 {
	left: 58.33333%;
	right: auto
}
.col-pull-7 {
	right: 58.33333%;
	left: auto
}
.col-push-8 {
	left: 66.66667%;
	right: auto
}
.col-pull-8 {
	right: 66.66667%;
	left: auto
}
.col-push-9 {
	left: 75%;
	right: auto
}
.col-pull-9 {
	right: 75%;
	left: auto
}
.col-push-10 {
	left: 83.33333%;
	right: auto
}
.col-pull-10 {
	right: 83.33333%;
	left: auto
}
.col-push-11 {
	left: 91.66667%;
	right: auto
}
.col-pull-11 {
	right: 91.66667%;
	left: auto
}
/*局部模块平分*/
.col-1-1 {
	width: 100%
}
.col-2-1 {
	width: 50%
}
.col-3-1 {
	width: 33.333333%
}
.col-3-2 {
	width: 66.666667%
}
.col-4-1 {
	width: 25%
}
.col-4-3 {
	width: 75%
}
.col-5-1 {
	width: 20%
}
.col-5-2 {
	width: 40%
}
.col-5-3 {
	width: 60%
}
.col-5-4 {
	width: 80%
}
.col-6-1 {
	width: 16.666667%
}
.col-6-5 {
	width: 83.333333%
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%

}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}

@media (max-width:767px) {
.responsive [class^="col-"], .responsive [class*=" col-"] {
	float: none!important;
	width: auto!important
}
.responsive [class^="col-offset-"], .responsive [class*=" col-offset-"] {
	margin-left: 0!important
}
}

@media(min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666666666666%
}
.col-sm-10 {
	width: 83.33333333333334%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666666666666%
}
.col-sm-7 {
	width: 58.333333333333336%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666666666667%
}
.col-sm-4 {
	width: 33.33333333333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.666666666666664%
}
.col-sm-1 {
	width: 8.333333333333332%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666666666666%
}
.col-sm-pull-10 {
	right: 83.33333333333334%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666666666666%
}
.col-sm-pull-7 {
	right: 58.333333333333336%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666666666667%
}
.col-sm-pull-4 {
	right: 33.33333333333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.666666666666664%
}
.col-sm-pull-1 {
	right: 8.333333333333332%
}
.col-sm-pull-0 {
	right: 0
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666666666666%
}
.col-sm-push-10 {
	left: 83.33333333333334%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666666666666%
}
.col-sm-push-7 {
	left: 58.333333333333336%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666666666667%
}
.col-sm-push-4 {
	left: 33.33333333333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.666666666666664%
}
.col-sm-push-1 {
	left: 8.333333333333332%
}
.col-sm-push-0 {
	left: 0
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666666666666%
}
.col-sm-offset-10 {
	margin-left: 83.33333333333334%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666666666666%
}
.col-sm-offset-7 {
	margin-left: 58.333333333333336%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666666666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.666666666666664%
}
.col-sm-offset-1 {
	margin-left: 8.333333333333332%
}
.col-sm-offset-0 {
	margin-left: 0
}
}

@media(min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666666666666%
}
.col-md-10 {
	width: 83.33333333333334%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666666666666%
}
.col-md-7 {
	width: 58.333333333333336%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666666666667%
}
.col-md-4 {
	width: 33.33333333333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.666666666666664%
}
.col-md-1 {
	width: 8.333333333333332%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666666666666%
}
.col-md-pull-10 {
	right: 83.33333333333334%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666666666666%
}
.col-md-pull-7 {
	right: 58.333333333333336%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666666666667%
}
.col-md-pull-4 {
	right: 33.33333333333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.666666666666664%
}
.col-md-pull-1 {
	right: 8.333333333333332%
}
.col-md-pull-0 {
	right: 0
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666666666666%
}
.col-md-push-10 {
	left: 83.33333333333334%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666666666666%
}
.col-md-push-7 {
	left: 58.333333333333336%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666666666667%
}
.col-md-push-4 {
	left: 33.33333333333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.666666666666664%
}
.col-md-push-1 {
	left: 8.333333333333332%
}
.col-md-push-0 {
	left: 0
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666666666666%
}
.col-md-offset-10 {
	margin-left: 83.33333333333334%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666666666666%
}
.col-md-offset-7 {
	margin-left: 58.333333333333336%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666666666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.666666666666664%
}
.col-md-offset-1 {
	margin-left: 8.333333333333332%
}
.col-md-offset-0 {
	margin-left: 0
}
}

@media(min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666666666666%
}
.col-lg-10 {
	width: 83.33333333333334%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666666666666%
}
.col-lg-7 {
	width: 58.333333333333336%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666666666667%
}
.col-lg-4 {
	width: 33.33333333333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.666666666666664%
}
.col-lg-1 {
	width: 8.333333333333332%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666666666666%
}
.col-lg-pull-10 {
	right: 83.33333333333334%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666666666666%
}
.col-lg-pull-7 {
	right: 58.333333333333336%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666666666667%
}
.col-lg-pull-4 {
	right: 33.33333333333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.666666666666664%
}
.col-lg-pull-1 {
	right: 8.333333333333332%
}
.col-lg-pull-0 {
	right: 0
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666666666666%
}
.col-lg-push-10 {
	left: 83.33333333333334%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666666666666%
}
.col-lg-push-7 {
	left: 58.333333333333336%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666666666667%
}
.col-lg-push-4 {
	left: 33.33333333333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.666666666666664%
}
.col-lg-push-1 {
	left: 8.333333333333332%
}
.col-lg-push-0 {
	left: 0
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666666666666%
}
.col-lg-offset-10 {
	margin-left: 83.33333333333334%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666666666666%
}
.col-lg-offset-7 {
	margin-left: 58.333333333333336%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666666666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.666666666666664%
}
.col-lg-offset-1 {
	margin-left: 8.333333333333332%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
/*2.2 响应式隐藏显示
	Name:			style_Layout
	Explain:		左右两栏|左中右三栏|上中下
	Last Modify:	guojunhui
*/








.undis {
	display: none;
	margin: 0px;
	padding: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0
}
.hot .item .img img, .hot .item .pic img {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}
.hot .item .img img:hover, .hot .item .pic img:hover {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform: scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform: scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform: scale(1.2, 1.2); 	/* Opera */
}
/*top*/
.top {
	width: 100%;
	height: 3px;
}
.top > div {
	width: 20%;
	float: left;
	height: 3px;
}
.top > div.yellow {
	background-color: #ffb400;
}
.top > div.red {
	background-color: #005C58;
}
.top > div.blue {
	background-color: #1e8dff;
}
/*head*/
.header {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: right 0%;
}
.header .logo {
	display: inline-block;
	width: 100%;
	
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header .logofb {
	display: inline-block;
	float: left;
	width: 326px;
	height: 61px;
	margin-top: 24px;
	background-image: url(../images/logobhxx.png);
	background-repeat: no-repeat;
}
.rel {
	position: relative;
}
.header-jf {
	position: absolute;
	top: 8px;
	right: 0;
}
.header-rss {
	position: absolute;
	top: 29px;
	right: 0;
}
.header-tag {
	position: absolute;
	top: 50px;
	right: 0;
}
.header-jf .jf-btn, .header-rss .rss-btn, .header-tag .tag-btn {
	width: 36px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	background-color: #24a5ff;
	border: 1px solid #24a5ff;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-top-left-radius: 9px;
	-moz-border-top-left-radius: 9px;
	-o-border-top-left-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-bottom-left-radius: 9px;
	-o-border-bottom-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
}
.header-rss .rss-btn {
	background-color: #ff9000;
	border: 1px solid #ff9000;
}
.header-tag .tag-btn {
	background-color: #a500b9;
	border: 1px solid #a500b9;
}
.header-jf .jf-btn:hover {
	background-color: #fff;
	color: #24a5ff;
}
.header-rss .rss-btn:hover {
	background-color: #fff;
	color: #ff9000;
}
.header-tag .tag-btn:hover {
	background-color: #fff;
	color: #a500b9;
}
/*nav*/
.nav {
	float: left;
	margin-left: 35px;
	
}
.nav > .menu li {
	float: left;
	line-height: 32px;
	margin-right: 50px;
}
.nav > .menu li a {
	font-size: 18px;
	cursor: pointer;
	color: #333;
	transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.nav > .menu li a:hover {
	color: #005C58;
	transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
}
.nav > .menu li.on a {
	color: #005C58;
}
.nav > .menu li.more {
	position: relative;
	margin-right: 0;
}
.nav > .menu li.more:before {
	content: '';
	position: absolute;
	right: -20px;
	top: 13px;
	display: inline-block;
	width: 12px;
	height: 7px;
	background-image: url(/images/tubiao.png);
	background-repeat: no-repeat;
	background-position: -10px -69px;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}
.nav > .menu li.more:hover:before {
	background-position: -10px -86px;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}
.nav > .menu li > .menu-child {
	display: none;
	background: #fff;
	filter: alpha(opacity=90);
	background: rgba(255,255,255,0.9);
	position: absolute;
	width: 120px;
	z-index: 9999;
	left: -20px;
}
.nav > .menu li > .menu-child li {
	float: none;
	margin-right: 0;
	line-height: 40px;
	text-indent: 20px;
}
.nav > .menu li.more:hover > .menu-child {
	display: block;
}
/*search*/
.header-r {
	float: right;
	padding-top: 24px;
}
.header-r .search {
	width: 242px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #c2c2c2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	float: left;
}
.header-r .search .searchCon {
	width: 206px;
	float: left;
	background: none;
	line-height: 30px;
	text-indent: 5px;
	outline: none;
	font-size: 12px;
}
.header-r .search .searchMenu {
	float: left;
	width: 34px;
	height: 30px;
	background: url(/images/tubiao.png) -102px -40px no-repeat;
	outline: none;
	cursor: pointer;
}
.header-r .login {
	float: left;
	line-height: 30px;
	margin-left: 20px;
	color: #979797;
	font-size: 12px;
}
.header-r .login a {
	color: #444;
	font-size: 16px;
}
.header-r .login a:hover {
	text-decoration: underline;
}
/*新闻样式开始*/

/*main*/
.main {
	padding: 32px 0 50px;
	position: relative;
}
.w860 {
	width: 860px;
	float: left;
}
.w1200 {
	width: 1200px;
	float: left;
}
/*footer*/
.footer {
	width: 100%;
	background: #005C58;
}
.footer .footer-link {
	line-height: 54px;
	border-bottom: 1px solid #005C58;
	text-align: center;
}
.footer .footer-link a {
	margin-left: 66px;
	color: #fff;
	font-size: 14px;
}
.footer .footer-link a:hover {
	text-decoration: underline;
}
.footer .copyright {
	line-height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #747474;
}
/*right-fixed*/
.right-fixed {
	position: fixed;
	right: 0px;
	bottom: 150px;
}
.right-fixed li {
	width: 50px;
	height: 50px;
	background-color: #cacaca;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}
.right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .app-logo, .weixin-logo {
	background-image: url(../images/tubiao.png);
	background-repeat: no-repeat;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}
.right-fixed .app:hove, .right-fixed .weixin:hover, .right-fixed .wap:hover {
background-image:url(../images/tubiao.png);
background-repeat:no-repeat;
transition-duration:400ms;
-moz-transition-duration:400ms;
-webkit-transition-duration:400ms;
-o-transition-duration:400ms;
}
.right-fixed .back-top {
	background-image: url(/images/tubiao.png);
	background-repeat: no-repeat;
}
.right-fixed .back-top:hover {
	background-image: url(/images/tubiao.png);
	background-repeat: no-repeat;
}
.right-fixed .app {
	background-position: -10px -170px;
}
.right-fixed .weixin {
	background-position: -65px -170px;
}
.right-fixed .wap {
	background-position: -120px -170px;
}
.right-fixed .back-top {
	display: none;
	background-position: -175px -170px;
}
.right-fixed .app:hover {
	background-position: -10px -114px;
}
.right-fixed .weixin:hover {
	background-position: -65px -114px;
}
.right-fixed .wap:hover {
	background-position: -120px -114px;
}
.right-fixed .back-top:hover {
	background-position: -175px -114px;
}
.app-logo, .weixin-logo, .wap-logo {
	width: 162px;
	display: none;
	position: absolute;
	bottom: 0;
	left: -162px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.app-logo {
	height: 180px;
	background-position: -180px -229px;
}
.weixin-logo {
	height: 200px;
	background-position: -10px -229px;
}
.right-fixed .app:hover .app-logo {
	display: block;
}
.right-fixed .weixin:hover .weixin-logo {
	display: block;
}
.right-fixed .wap:hover .wap-logo {
	display: block;
}
/*新闻样式结束*/

/*首页*/
.home-header {
	border: none;
	box-shadow: 0 2px 2px rgba(10,2,4,0.1);
}
.home-main, .home-main a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #4c4c4c;
}
.home-main {
	
}
.toptext a{
	font-size: 28px;color: #8186F0;font-weight: 600
}
.home-main a:hover {
	color: #8186F0;
}
.top-ad {
	width: 100%;
	background-color: #f7f7f7;
}
.top-ad-pic {
	width: 100%;
	display: inline-block;
	position: relative;
}
.top-ad-pic img {
	width: 100%;
}
.top-ad-pic i {
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 36px;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	background: #000000;
	background: -moz-linear-gradient(top, #9c9d9d 0%, #606061 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c9d9d), color-stop(100%, #606061));
	background: -webkit-linear-gradient(top, #9c9d9d 0%, #606061 100%);
	background: -o-linear-gradient(top, #9c9d9d 0%, #606061 100%);
	background: -ms-linear-gradient(top, #9c9d9d 0%, #606061 100%);
	background: linear-gradient(to bottom, #9c9d9d 0%, #606061 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9d9d', endColorstr='#606061', GradientType=0 );
}
:root .gradient {
	filter: none;
}
.top-ad .home-tag {
	line-height: 44px;
	height: 44px;
}
.top-ad .home-tag a {
	color: #566478;
	font-size: 12px;
	margin-left: 37px;
}
.top-ad .home-tag a:first-child {
	margin-left: 0;
}
.top-ad .home-tag a:hover {
	text-decoration: underline;
}
.home-top {
	margin-top: 18px;
	width: 100%;
}
.home-top .left-two {
	padding: 18px 14px 10px 14px;
	
	
}
.left-two .rmht {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 5px;
}
.left-two .rmht .left-nav {
	color: #1b1b1b;
}
.left-two .rmht .left-nav span {
	display: inline-block;
	position: relative;
}
.left-two .rmht .left-nav span:before {
	width: 12px;
	height: 12px;
	display: inline-block;
	content: "";
	position: absolute;
	right: -18px;
	bottom: 0;
	background: url(/images/rmht-pic.png);
}
.rmht .rmht-list .first {
	margin: 10px 0 8px;
}
.rmht .rmht-list .title {
	color: #1b4a7f;
	font-size: 13px;
	display: block;
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
}
.rmht .rmht-list .title:hover {
	color: #005C58;
}
.rmht .first-des {
}
.rmht .first-des a {
	display: inline-block;
	float: left;
}
.rmht .first-des img {
	width: 80px;
	height: 48px;
	margin-right: 10px;
}
.rmht .first-des span {
	color: #777777;
	font-size: 12px;
	line-height: 18px;
}
.jcpl {
	margin-top: 15px;
}
.left-two .jcpl .left-nav {
	color: #1b1b1b;
}
.left-two .jcpl .left-nav span {
	
}
.left-two .jcpl .left-nav span:before {
	width: 12px;
	height: 12px;
	display: inline-block;
	content: "";
	position: absolute;
	right: -18px;
	bottom: 0;
	background: url(/images/jcpl-pic.png);
}
.jcpl-list .item {
	padding: 12px 0 9px;
	border-top: 1px dotted #e3e3e3;
}
.jcpl-list .item:first-child {
	border-top: none;
}
.jcpl-list a {
	color: #1b4a7f;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
	width: 100%;
	height: 36px;
	overflow: hidden;
}
.jcpl-list a:hover {
	color: #005C58;
}
.jcpl-list span {
	color: #989898;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
	height: 12px;
}
.rdjj {
	
	width: 100%;
	min-height: 420px;
	
}
.rdjj1{
	width: 100%;
	min-height: 420px;
	border: 1px solid #F2F2F2;
}
.rdjj2{
	width: 100%;
	
	border: 1px solid #F2F2F2;
}
.pb40{
	padding-bottom: 40px;
}
.mb40{
	margin-bottom: 40px;
}
.nav-link {
	height: 48px;
	line-height: 48px;
	border-bottom: 2px solid #E3E3E3;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
}
.nav-link a {
	color: #8186F0;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	padding:0  20px ;
	font-weight: 600;
	border-bottom: 2px solid #8186F0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.nav-link a:before {
	content: "";
	width: 1px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: -2px;
	right: -1px;
}
.rdjj-top-news {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 20px;
}
.rdjj-top-news a {
	font-size: 16px;
	font-weight: bold;
}
.rdjj-list li {
	line-height: 40px;
	padding: 0 20px;
	position: relative;
}
.rdjj-list li:before {
	
	display: inline-block;
	position: absolute;
	content: "";
	left: 0;
	top: 13px;
	background-color: #c0c0c0;
}
.rdjj-list li .bold {
	font-weight: bold;
}
.right-fr {
	width: 260px;
}
.navbar-wrapper {
    
    background-color: #8982ED;
    border-bottom: solid rgba(211, 211, 211, 1.00) 1px;
    background-repeat: repeat-x;
    background-position: center center;
}
.navbar {
    position: relative;
    z-index: 1030;
}
.logo {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
	color: #fff;
}
.nav-toggle, a.nav-toggle {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 20px;
    color: #999;
    padding: 6px 11px;
    background-color: #0038A7;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
	user-select: none;
}
.navbar .container {
	position: relative;
}
/*新闻样式*/
.news {
	width: 100%;
	max-height: 420px;
}
.news .banner {
	float: left;
	width: 420px;
	height: 267px;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
}
.toptext{
	float: left;
	padding: 10px 0;
	width: 100%;
}
.time{
	text-align: right;
	padding: 10px 0;
	width: 100%;
}
.news .banner .banner_pre, .news .banner .banner_next {
	display: none;
	position: absolute;
	top: 130px;
	width: 20px;
	height: 24px;
	overflow: hidden;
	z-index: 10;
	background-image: url(/images/tubiao.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.banner_pre {
	left: 15px;
	background-position: -10px -10px;
}
.banner_pre:hover {
	background-position: -40px -10px;
}
.banner_next {
	right: 15px;
	background-position: -70px -10px;
}
.banner_next:hover {
	background-position: -100px -10px;
}
.news .banner .bd {
	width: 100%;
	height: 255px;
	overflow: hidden;
}
.news .banner .bd a {
	width: 100%;
	height: 255px;
	display: block;
	position: relative;
}
.news .banner .bd img {
	width: 100%;
	height: 100%;
}
.news .banner .bd h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 46px;
	background: #000;
	filter: alpha(opacity=80);
	background: rgba(0,0,0,0.7);
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.news .banner .hd {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.news .banner .hd ul {
	display: inline-block;
}
.news .banner .hd li {
	width: 8px;
	height: 8px;
	float: left;
	margin: 10px;
	position: relative;
	cursor: pointer;
	background: #dbdbdb;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.news .banner .hd li:hover {
	background: #005C58;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}
.news .banner .hd li.on {
	background: #005C58;
	transition-duration: 400ms;
	-moz-transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
	-o-transition-duration: 400ms;
}
.home-banner {
	
	height: 260px;
	position: relative;
	overflow: hidden;
}
.home-banner .bd {
	
	height: 260px;
}
.home-banner .bd li {
	position: absolute;
	top: 0;
	
	height: 260px;
}
.home-banner .bd a {
	width: 100%;
	height: 260px;
	display: block;
	position: relative;
	font-family: "宋体";
}
.home-banner .bd img {
	width: 100%;
	height: 100%;
}
.home-banner .bd .banner-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	background: #000;
	filter: alpha(opacity=80);
	background: rgba(0,0,0,0.8);
	line-height: 34px;
}
.home-banner .bd .banner-title i {
	width: 44px;
	height: 100%;
	background-color: #005C58;
	display: inline-block;
	float: left;
}
.Cpic {
	background: url(/images/Cpic.png) center center no-repeat;
}
.home-banner .bd .banner-title span {
	line-height: 34px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding-left: 15px;
}
.home-banner .hd {
	position: absolute;
	bottom: 11px;
	right: 15px;
}
.home-banner .hd b {
	color: #005C58;
	display: none;
	font-size: 16px;
}
.home-banner .hd b.down {
	display: inline-block;
}
.home-banner .hd span {
	color: #fff;
	font-size: 12px;
}
.home-banner .controler2 a {
	display: block;
	width: 16px;
	position: absolute;
	top: 120px;
	height: 27px;
}
.home-banner .controler2 a i {
	cursor: pointer;
	display: block;
	width: 16px;
	height: 27px;
	background: url(/images/home-banner-btn.png) no-repeat;
}
.home-banner .controler2 .prev {
	left: 10px;
}
.home-banner .controler2 .prev i {
	background-position: -60px 0;
}
.home-banner .controler2 .prev:hover i {
	background-position: 0 0;
}
.home-banner .controler2 .next {
	right: 10px;
}
.home-banner .controler2 .next i {
	background-position: -88px 0;
}
.home-banner .controler2 .next:hover i {
	background-position: -28px 0;
}
/*重新定义滚动图片*/
.index-banner {
	width: 100%;
	height: 467px;
	position: relative;
	overflow: hidden;
}
.index-banner .bd {
	width: 100%;
	height: 467px;
}
.index-banner .bd li {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 467px;
}
.index-banner .bd a {
	width: 100%;
	height: 467px;
	display: block;
	position: relative;
	font-family: "宋体";
}
.index-banner .bd img {
	width: 100%;
	height: 100%;
}
.index-banner .bd .banner-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	background: #000;
	filter: alpha(opacity=80);
	background: rgba(0,0,0,0.8);
	line-height: 34px;
}
.index-banner .bd .banner-title i {
	width: 44px;
	height: 100%;
	background-color: #005C58;
	display: inline-block;
	float: left;
}
.Cpic {
	background: url(/images/Cpic.png) center center no-repeat;
}
.index-banner .bd .banner-title span {
	line-height: 34px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding-left: 15px;
}
.index-banner .hd {
	position: absolute;
	bottom: 11px;
	right: 15px;
}
.index-banner .hd b {
	color: #005C58;
	display: none;
	font-size: 16px;
}
.index-banner .hd b.down {
	display: inline-block;
}
.index-banner .hd span {
	color: #fff;
	font-size: 12px;
}
.index-banner .controler2 a {
	display: block;
	width: 16px;
	position: absolute;
	top: 233px;
	height: 27px;
}
.index-banner .controler2 a i {
	cursor: pointer;
	display: block;
	width: 16px;
	height: 27px;
	background: url(/images/home-banner-btn.png) no-repeat;
}
.index-banner .controler2 .prev {
	left: 10px;
}
.index-banner .controler2 .prev i {
	background-position: -60px 0;
}
.index-banner .controler2 .prev:hover i {
	background-position: 0 0;
}
.index-banner .controler2 .next {
	right: 10px;
}
.index-banner .controler2 .next i {
	background-position: -88px 0;
}
.index-banner .controler2 .next:hover i {
	background-position: -28px 0;
}
.home-video {
	margin-top: 0px;
}
.home-video .item {
	margin-top: 10px;
	overflow: hidden;
	height: 86px;
}
.home-video .item .video-pic {
	margin-right: 15px;
	width: 142px;
	height: 86px;
}
.home-video .item .video-pic img {
	width: 142px;
	height: 86px;
}
.home-video .item .video-pic a {
	display: inline-block;
	position: relative;
}
.home-video .item .video-pic a span {
	width: 142px;
	height: 28px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.home-video .item .video-pic a:before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(/images/video-btn.png) no-repeat;
	left: 60px;
	top: 20px;
	position: absolute;
}
.video-txt li {
	line-height: 30px;
}
.video-list {
	margin-top: 8px;
}
.video-list li {
	line-height: 28px;
	padding-left: 25px;
	background: url(/images/video-icon.png) left center no-repeat;
}
.home-ad02 {
	width: 100%;
	height: 96px;
	margin: 20px 0;
}
.home-ch {
	width: 100%;
}
.home-ch-left {
	width: 290px;
}
.jczt .jczt-nav {
	width: 100%;
	color: #1a1a1a;
	font-size: 14px;
	border-bottom: 2px solid #e7e7e7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.jczt .jczt-nav .change {
	right: 0;
	bottom: 5px;
	position: absolute;
	color: #999999;
	font-size: 12px;
	line-height: 14px;
}
.jczt .jczt-nav .change:hover i {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.jczt .jczt-nav .change i {
	width: 14px;
	height: 14px;
	display: block;
	background: url(/images/change.png) no-repeat;
	-webkit-transition: -webkit-transform .5s ease-out;
	-moz-transition: -moz-transform .5s ease-out;
	-o-transition: -o-transform .5s ease-out;
	-ms-transition: -ms-transform .5s ease-out;
	float: left;
	margin-right: 5px;
}
.jczt-list {
	padding-top: 7px;
}
.jczt-list a {
	width: 100%;
	display: inline-block;
	margin-top: 8px;
}
.jczt-list img {
	width: 100%;
}
.zxly {
	padding: 18px 14px 10px 14px;
	border: 1px solid #eaeaea;
	width: 260px;
	margin-top: 18px;
}
.zxly .left-nav {
	color: #1b1b1b;
}
.zxly .left-nav span {
	display: inline-block;
	position: relative;
}
.zxly .left-nav span:before {
	width: 12px;
	height: 12px;
	display: inline-block;
	content: "";
	position: absolute;
	right: -18px;
	bottom: 0;
	background: url(/images/zxly-pic.png);
}
.zxly .jcpl-list .item {
	padding: 10px 0 6px;
}
.zxly .message {
	margin: 12px 0 2px;
	text-align: center;
}
.zxly .message img {
	width: 260px;
	height: 48px;
}
.job-list {
	margin-top: 10px;
}
.job-list a {
	font-family: "宋体";
}
.job-list span {
	color: #ef6738;
}
.doc-list li {
	padding-left: 22px;
}
.doc-list li:before {
	width: 16px;
	height: 16px;
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	background-color: #fff;
}
.doc-list li.doc:before {
	background: url(/images/word.gif) no-repeat;
}
.doc-list li.ppt:before {
	background: url(/images/PPT.gif) no-repeat;
}
.doc-list li.pdf:before {
	background: url(/images/PDF.gif) no-repeat;
}
.dl-list {
	height: 300px;
	width: 100%;
	margin-top: 4px;
}
.dl-list .item {
	float: left;
	width: 33.3333333%;
	padding: 16px 0 10px;
}
.dl-list .item .dl-pic {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 5px;
}
.dl-list .item .dl-pic img {
	width: 100%;
	height: 100%;
}
.dl-list .item .dl-txt {
	color: #282828;
	font-size: 13px;
	line-height: 26px;
	font-family: "宋体";
}
.dl-list .item .dl-txt:hover {
	color: #005C58;
}
.dl-list .item .dl-btn {
	display: inline-block;
}
.job-list .wldc-top {
	padding-left: 0;
	margin: 15px 0 7px;
}
.job-list .wldc-top:before {
	display: none;
}
.job-list .wldc-top .wldc-top-pic {
	float: left;
	margin-right: 14px;
}
.wldc-top-txt a {
	font-weight: bold;
	line-height: 30px;
}
.wldc-top-txt p {
	color: #5f5f5f;
	font-size: 12px;
	line-height: 20px;
}
.tssj {
	margin-left: 0;
	width: 100%;
	margin-top: 16px;
}
.tssj .nav-link {
	border-bottom: 2px solid #e7e7e7;
}

