﻿@charset "utf-8";
/* CSS Document */
/* body */
*{padding: 0; margin: 0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
:before, :after{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
::selection{background: #b3d4fc; text-shadow: none;}
html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote{margin: 0; padding: 0; list-style-type: none;}
html, body{margin: 0; padding: 0; background-color: rgba(255, 255, 255, 1);}
body{background: #fff; font-size: 12px; color: #707070; font-family: "Microsoft yahei",sans-serif; text-decoration: none;overflow-x: hidden;}
.animated{-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.e_link{height: inherit;}
a{color: #707070; text-decoration: none;}
img{vertical-align: middle; border: 0;}
/* main */
.main{padding:0; margin:0; width:100%; height:auto; background:#fff; position:relative; }
.pagebox, #-remove--flag{width: 1200px; margin: 0px auto;}
.pagebox{position: relative; background-color: rgba(255, 255, 255, 1);}
.w_wbox-001{position: relative;width:100%;height:auto;background-color:#fff;}
.ht_animation_right{animation-name: fadeInRight; animation-duration: 0.5s; animation-delay: 1s; animation-fill-mode: both;}
.ht_animation_left{animation-name: fadeInLeft; animation-duration: 0.5s; animation-delay: 1s; animation-fill-mode: both;}
.e_wbox{margin: 0; padding: 0; width: inherit; height: inherit; background-repeat: no-repeat; background-position: center center; background-size: auto auto;}
.w_wbox-001 .p_wbox{background-color: rgba(255,255,255,1);}
.w_img{margin: 0; padding: 0; width: inherit; height: inherit;}
.logo{position: absolute; width: 320px; height: 100px; left:10px; top:10px; z-index:999;}
.w_img-002{float:left; position: relative; width: 260px; height: 100px;}
.w_img-002 .animated{width: 100%; height: 100%;}
.w_img-002 >div{animation-fill-mode: both;}
.w_img-002 .p_box{margin: 0; padding: 0;width: 100%; height: 100%; text-align: center; border-width: 1px; border-style: none; border-color: rgba(228,228,228,0); background-color: transparent; overflow: hidden;}
.w_img-002 .p_link001{width: 100%; height: calc(100%);}
.w_img-002 .p_dimage{height: inherit; overflow: hidden; font-size: 0;padding: 0; border-width: 0px; border-style: solid; border-color: rgba(228,228,228,1); background-color: transparent;}
.c_nav_main{float:right;width: 850px; height: 100px;}

.iconfont:before {
    content: "";
}

.c_ebizads_banner{
    position: relative;
    width: 100%;
    height: 600px;
	margin:0 auto;
    overflow: hidden;
}
.box_skitter_large {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}
.box_skitter ul {
    display: none;
}
.skitter-clean .prev_button, .skitter-clean .next_button, .skitter-clean .play_pause_button, .skitter-clean .focus_button {
    display: block;
    background: url(../images/btn.png) no-repeat;
}
.skitter-clean .prev_button {
    background-position: 0px 0px;
    width: 47px;
    height: 46px;
}
.skitter-clean .next_button {
    background-position: 0px -46px;
    width: 47px;
    height: 46px;
}
.box_skitter .info_slide_dots {
	bottom: 10px;
    background: rgba(255,255,255,0.8);
    box-shadow: rgba(0,0,0,0.3) 1px 1px 0;
    position: absolute;
    z-index: 151;
    padding: 5px 0 5px 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}
.box_skitter img {
    max-width: none;
}
.box_skitter .image {
	width:100%;
    overflow: hidden;
}
.box_skitter .image img {
    display: none;
}

.skitter-clean .info_slide_dots .image_number {
    width: 14px;
    height: 14px;
    background: #999;
}
.skitter-clean .info_slide_dots .image_number_select, .skitter-clean .info_slide_dots .image_number_select:hover {
    background: #111;
}

.box_skitter .preview_slide {
    display: none;
    position: absolute;
    z-index: 152;
    bottom: 30px;
    left: -40px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #222;
    -moz-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    box-shadow: rgba(0,0,0,0.7) 2px 2px 5px;
    overflow: hidden;
}
.box_skitter .preview_slide ul {
    height: 100px !important;
    overflow: hidden !important;
    margin: 0 !important;
    list-style: none !important;
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
}
.box_skitter .preview_slide ul li {
    width: 100px !important;
    height: 100px !important;
    overflow: hidden !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: block !important;
}
.zoomImage {
    width:100%;
    height:0;
    padding-bottom: 100%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
.skitter-clean .progressbar {
    top: 5px;
    left: 5px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.5) 1px 1px 0;
	position: absolute;
    height: 5px;
    width: 200px;
    z-index: 99;
    border-radius: 20px;
}
.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}


.companyinfo{
	position: relative;
	float:left;
    width: 450px;
    height:303px;
	margin-right:50px;
	overflow:hidden;
}
.comanyinfo2{float:left; width: 152px;
    height: 303px; margin-left:50px;}
.comanyinfo2 >div {
    animation-name: fadeInRight;
    animation-duration: 0.5s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
    transition: all 0.6s;
    top: 0px;
    position: relative;
	
}
.comanyinfo2 >div:hover {
	position:relative;
	top:-10px;
	transition:all 0.6s;
	box-shadow:10px 10px 5px #aaaaaa;
}
.comanyinfo2 .p_MatteIcon .iconfont:before {
	content:'\e602';
}
.companyinfo_img{
	position: relative;
	float:left;width: 410px; height: 90px; overflow:hidden;
}
.companyinfo_txt {
    position: relative;
	float:left;
	margin-top:33px;
	padding:0 5px;
    width: 450px;
    height: 168px;
}
.companyinfo_txt p {
	text-indent:2em;
	font-size:14px;
	line-height:30px;
	}
.w_rbox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.w_rbox-001 >div {
    animation-fill-mode: both;
}
.e_rbox {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
}
.ht_index_box1{ float:left; width:152px; border:1px solid #CCC; height:303px;}
.ht_index_box1_img{ float:left; width:150px; border-bottom:1px solid #CCC; height:150px;}
.ht_index_box1_img img{width:150px; height:150px;}
.ht_index_box1_txt{float:left; width:150px; height:150px; position:relative;}
.ht_index_box1_txt_cn{ position: absolute; top:35px; left:30px; width:100px; line-height:30px; color:#000000; font-size: 16px; text-align:left;}
.ht_index_box1_txt_en{ position: absolute; top:65px; left:30px; width:100px; line-height:30px; color:#000000; font-size: 13px; text-align:left;}
.ht_index_box1_txt_gt{ position: absolute; bottom:20px; right:50px; width:50px; line-height:30px; text-align:right; color:#000000; font-size: 14px;}



.newsinfo_top{ float:left; position:relative; width:100%; margin-top:37px; }
.newsinfo_main{float:left; position:relative; width:100%; margin-top:22px;}
.newsinfo_title{ float:left; position:relative; width:150px; height:50px; }

.newsinfo >div {
    animation-name: zoomIn;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.e_box {
    position: relative;
    border: 0;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
}

.c_news_category-01001 .p_succ {
	width: auto;
	height: auto;
	min-width: 255px;
	min-height: 113px;
	max-width: 500px;
	background-color:#F7FBFB;
	border: 2px solid #65beba;
	font-size: 22px;
	position: absolute;
	z-index: 9999999999;
}
.c_news_category-01001 .p_articlesA:hover .p_info {
	color:#fff;
}
/*鼠标滑过文字变色*/
	.c_news_category-01001 .p_succ .iconfont {
	height: auto;
	color: #A2D465;
	margin-right:20px;
	display: inline-block;
	margin-left: 40px;
}
.c_news_category-01001 .p_succ .iconfont:before {
	content: "\e648";
}
.c_news_category-01001 .p_succ .fontbox {
	display: inline-block;
	vertical-align:top;
	max-width: 386px;
	margin-right: 20px;
}
.c_news_category-01001 .p_succ .promptbox {
	width: auto;
	height: auto;
	margin-top: 35px;
	margin-bottom: 35px;
}
.c_news_category-01001 .p_succ .assistfont {
	display: none;
}
.c_news_category-01001 .p_succ .closebtn {
	display: none;
}
.c_news_category-01001 .p_fail {
	width: auto;
	height: auto;
	min-width: 255px;
	min-height: 113px;
	max-width: 500px;
	background-color:#FDFCF3;
	border: 2px solid #FFDC90;
	font-size: 22px;
	position: absolute;
	z-index: 99999999999;
}
.c_news_category-01001 .p_fail .iconfont {
	height: auto;
	color: #FF0000;
	margin-right:20px;
	display: inline-block;
	margin-left: 40px;
}
.c_news_category-01001 .p_fail .iconfont:before {
	content: "\e641";
}
.c_news_category-01001 .p_fail .fontbox {
	display: inline-block;
	vertical-align:top;
	max-width: 386px;
	margin-right: 20px;
}
.c_news_category-01001 .p_fail .promptbox {
	width: auto;
	height: auto;
	margin-top: 35px;
	margin-bottom: 35px;
}
.c_news_category-01001 .p_fail .assistfont {
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
}
.c_news_category-01001 .p_fail .closebtn {
	font-size: 14px;
	color: #65beba;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.c_news_category-01001 .p_fail .closebtn:hover {
	cursor: pointer;
}
.c_news_category-01001 .p_PromptNoneData {
	width: auto;
	background-color: inherit;
	text-align: center;
}
.c_news_category-01001 .p_PromptNoneData .prompt_title .iconfont:before {
	content: "";
}
.c_news_category-01001 .p_PromptNoneData .prompt_title .first {
	height: auto;
	display: table-cell;
	font-size: 32px;
	position: relative;
	color: #09bb07;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.c_news_category-01001 .p_PromptNoneData .prompt_title {
	display: inline-table;
	padding: 0 30px;
	min-height: 200px;
	height: 100%;
}
.c_news_category-01001 .p_PromptNoneData .prompt_title .first:before {
	content: "\e6b4";
}
.c_news_category-01001 .p_PromptNoneData .prompt_title .font {
	font-size: 18px;
	display: table-cell;
	line-height: normal;
	vertical-align: middle;
	color: rgba(51,51,51,1);
	font-weight: bold;
	text-align: left;
}
.c_news_category-01001 .p_PromptNoneData .promptbox {
	width: auto;
	height: 100%;
}
.c_news_category-01001 .p_PromptNoneData .prompt_content {
	font-size: 14px;
	color: rgba(105, 105, 105,1);
	padding-left: 65px;
}
/*无子分类图标*/
	.c_news_category-01001 .p_CategoryIconA {
	display:table-cell;
	vertical-align:middle;
	background-color:rgba(255,255,255,0);
	border-color:rgba(255,255,255,0);
	border-style: solid;
	border-width: 0;
	color:rgba(101, 190, 186,1);
	height:auto;
	width:20px;
	padding-left:0;
	padding-right:0;
	position:static;
	padding-top:0;
	text-align: center;
	font-size:14px;
	color:rgba(217,217,217,1);
}
.c_news_category-01001 .p_CategoryIconA:hover {
	border-width: 0;
	border-style: solid;
	color:rgba(101, 190, 186,1);
	border-color:rgba(255,255,255,0);
	background-color:rgba(255,255,255,0);
	box-shadow:none;
}
.c_news_category-01001 .p_CategoryIconA:active {
	border-width: 0;
	border-style: solid;
	color:rgba(101, 190, 186,1);
	border-color:rgba(255,255,255,0);
	background-color:rgba(255,255,255,0);
	box-shadow:none;
}
.c_news_category-01001 .p_CategoryIconA .iconfont {
	display:inline-block;
}
.c_news_category-01001 .p_CategoryIconA .iconfont:before {
	content:"\e669";
}
/*列表分隔线*/
	.c_news_category-01001 .p_ListlineA {
	height:0;
	width:100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:rgba(240,240,240,1);
	opacity:1;
	filter:alpha(opacity:100);
}
/*次要短链接*/
	.c_news_category-01001 .p_infoA {
	display:inline-block;
	margin:0;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	color:rgba(0, 0, 0,1);
	font-size:14px;
	text-align:left;
}
.c_news_category-01001 .p_infoA .font {
	vertical-align:middle;
	line-height: 19px;
}
a>.c_news_category-01001 .p_infoA:hover {
	color:rgba(87, 178, 173,1);
	cursor:pointer;
}
.c_news_category-01001 .p_infoA .iconfont:before {
	content:"";
}
/*无效果/分组*/
	.c_news_category-01001 .p_articlesD {
	margin:0;
	width: 236px;
	height:317px;
	padding:0;
	border-width:1px;
	border-style: none;
	border-color:rgba(228,228,228,0);
	background-color:transparent;
	overflow: hidden;
}

	/*通用图片边框*/
	.c_news_category-01001 .p_imageA {
	padding:0;
	border-width:1px;
	border-style:solid;
	border-color:rgba(228,228,228,1);
	background-color: transparent;
	overflow: hidden;
}
.c_news_category-01001 .p_imageA:hover {
	border-width:1px;
	border-style:solid;
	border-color:rgba(228,228,228,1);
	background-color: transparent;
}
.c_news_category-01001 .p_imageA:active {
	border-width:1px;
	border-style:solid;
	border-color:rgba(228,228,228,1);
	background-color: transparent;
}
/*有子分类图标*/
	.c_news_category-01001 .p_CategoryIconZ {
	display:table-cell;
	position:relative;
	z-index:3;
	vertical-align:middle;
	background-color:rgba(255,255,255,0);
	border-color:rgba(255,255,255,0);
	border-style: solid;
	border-width: 0;
	color:rgba(101, 190, 186,1);
	width:20px;
	height:auto;
	padding-left:0;
	padding-right:0px;
	padding-top:0;
	text-align: center;
	font-size:14px;
}
.c_news_category-01001 .p_CategoryIconZ:hover {
	border-width: 0;
	border-style: solid;
	color:rgba(101, 190, 186,1);
	border-color:rgba(255,255,255,0);
	background-color:rgba(255,255,255,0);
	box-shadow:none;
}
.c_news_category-01001 .p_CategoryIconZ:active {
	border-width: 0;
	border-style: solid;
	color:rgba(101, 190, 186,1);
	border-color:rgba(255,255,255,0);
	background-color:rgba(255,255,255,0);
	box-shadow:none;
}
.c_news_category-01001 .p_CategoryIconZ .iconfont {
	display:inline-block;
}
.c_news_category-01001 .p_CategoryIconZ .iconfont:before {
	content:"\e6b2";
}
.c_news_category-01001 .p_CategoryIconZ.active .iconfont:before {
	content:"\e6b5";
}
/*无效果/分组*/
.c_news_category-01001 .p_articlesC {
	margin:0;
	width: 236px;
	height:317px;
	padding:0;
	border-width:1px;
	border-style: none;
	border-color:rgba(228,228,228,0);
	background-color:transparent;
	overflow: hidden;
}
/*列表分隔线*/
.c_news_category-01001 .p_Listline {
	height:0;
	width:100%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color:rgba(240,240,240,1);
	opacity:1;
	filter:alpha(opacity:100);
}
/*次要短链接*/
.c_news_category-01001 .p_info {
	display:inline-block;
	margin:0;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	color:rgba(55, 55, 55,1);
	font-size:14px;
	text-align:left;
}
.c_news_category-01001 .p_info .font {
	/*white-space:nowrap;
	overflow:visible;*/
	vertical-align:middle;
	line-height: 19px;
}
a>.c_news_category-01001 .p_info:hover {
	color:rgba(87, 178, 173,1);
	cursor:pointer;
}
.c_news_category-01001 .p_info .iconfont:before {
	content:"";
}
/*普通短链接*/
	.e_title.c_news_category-01001 .p_link {
	display:inline-block;
	padding:0;
	color:#707070;
	font-size:14px;
	text-align:left;
}
.e_title.c_news_category-01001 .p_link {
	white-space:nowrap;
	vertical-align:middle;
	line-height: 19px;
}
a>.e_title.c_news_category-01001 .p_link:hover {
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
	color: #60a9d7;
}
a>.e_title.c_news_category-01001 .p_link:active {
	color:#60a9d7;
	font-weight:400;
}
a>.e_title.c_news_category-01001 .p_link:active {
	text-decoration:none;
	margin-top:0;
}
.e_title.c_news_category-01001 .p_link .iconfont:before {
	display: inline-block;
	content:"";
}
/*无效果/分组*/
.c_news_category-01001 .p_articlesB {
	margin:0;
	width: 236px;
	height:317px;
	padding:0;
	border-width:1px;
	border-style: none;
	border-color:rgba(228,228,228,0);
	background-color:transparent;
	overflow: hidden;
}

/*通用图片边框*/
.c_news_category-01001 .p_image {
	padding:0;
	border-width:1px;
	border-style:solid;
	border-color:rgba(228,228,228,1);
	background-color: transparent;
	overflow: hidden;
}
.c_news_category-01001 .p_image:hover {
	border-width:1px;
	border-style:solid;
	border-color:rgba(228,228,228,1);
	background-color: transparent;
}
.c_news_category-01001 .p_image:active {
	border-width:1px;
	border-style:solid;
	border-color:rgba(228,228,228,1);
	background-color: transparent;
}
/*有子分类图标*/
.c_news_category-01001 .p_CategoryIcon {
	display:table-cell;
	position:relative;
	z-index:3;
	vertical-align:middle;
	background-color:rgba(255,255,255,0);
	border-color:rgba(255,255,255,0);
	border-style: solid;
	border-width: 0;
	color:rgba(101, 190, 186,1);
	width:20px;
	height:auto;
	padding-left:0;
	padding-right:0px;
	padding-top:0;
	text-align: center;
	font-size:14px;
}
.c_news_category-01001 .p_CategoryIcon:hover {
	border-width: 0;
	border-style: solid;
	color:rgba(101, 190, 186,1);
	border-color:rgba(255,255,255,0);
	background-color:rgba(255,255,255,0);
	box-shadow:none;
}
.c_news_category-01001 .p_CategoryIcon:active {
	border-width: 0;
	border-style: solid;
	color:rgba(101, 190, 186,1);
	border-color:rgba(255,255,255,0);
	background-color:rgba(255,255,255,0);
	box-shadow:none;
}
.c_news_category-01001 .p_CategoryIcon .iconfont {
	display:inline-block;
}
.c_news_category-01001 .p_CategoryIcon .iconfont:before {
	content:"\e6b2";
}
.c_news_category-01001 .p_CategoryIcon.active .iconfont:before {
	content:"\e6b5";
}
/*无效果/分组*/
.c_news_category-01001 .p_articlesA {
	margin:0;
	width: 236px;
	height:317px;
	padding:0;
	border-width:1px;
	border-style: none;
	border-color:rgba(228,228,228,0);
	background-color:#eee;
	overflow: hidden;
}

/*无效果/分组*/
.c_news_category-01001 .p_articles {
	margin:0;
	width: 100%;
	height:317px;
	float:left;
	padding:0;
	border-width:1px;
	border-style: none;
	border-color:rgba(228,228,228,0);
	background-color:transparent;
	overflow: hidden;
}
.c_news_category-01001 .p_articles:hover {
	border-width:1px;
	border-style: none;
	border-color:rgba(228,228,228,0);
	background-color:transparent;
}
.c_news_category-01001 .p_articles:active {
	border-width:1px;
	border-style: none;
	border-color:rgba(228,228,228,0);
	background-color:transparent;
}
/*主要内容区容器*/
.c_news_category-01001 .p_category {
	margin:0;
	width: 880px;
	height:auto;
	padding:0;
	border-width:1px;
	border-style:none;
	border-color:rgba(255, 255, 255,1);
	background-color:transparent;
	white-space:nowrap;
}
.c_news_category-01001 {
	position:absolute;
	width:100%;
	height:360px;
	overflow: hidden;
}
/*p_category*/
.c_news_category-01001 .p_category {
	width:auto;
	height:auto;
	background-color:#fff;
}
/*p_articlesBox*/
	.c_news_category-01001 .p_articlesBox {
	height:auto;
	width:auto;
}
/*p_articles*/
.c_news_category-01001 .p_articles {
	height:auto;
	width:auto;
}
/*p_articlesA*/
.c_news_category-01001 .p_articlesA {
	height:auto;
	width:100%;
	padding-bottom:8px;
	padding-left:50px;
	padding-right:50px;
	padding-top:8px;
	/*line-height:24px;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:center;
}
.c_news_category-01001 .p_articlesA:hover {
	background-color:rgba(0, 120, 194,1);
	color:rgba(255,255,255,1)!important;
	cursor:pointer;
}
.c_news_category-01001 .p_articlesA.active {
	background-color:rgba(0, 120, 194,1);
	color: rgba(255,255,255,1)!important;
	cursor:pointer;
}
.c_news_category-01001 .active {
	background-color:rgba(0, 120, 194,1);
	color: rgba(255,255,255,1)!important;
	cursor:pointer;
}
/*p_articlesC*/
.c_news_category-01001 .p_articlesC {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display:flex;
	height:auto;
	width:100%;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	align-items:center;
}
.c_news_category-01001 .p_articlesC:hover {
	background-color:rgba(200, 200, 200,1);
	color:rgba(101,190,186,1);
	cursor:pointer;
}
.c_news_category-01001 .p_articlesC.active {
	background-color:rgba(200, 200, 200,1);
	color:rgba(101,190,186,1);
	cursor:pointer;
}
/*p_CommonBtn*/
	.c_news_category-01001 .p_CommonBtn {
	display:table-cell;
	height:auto;
	width:14px;
	vertical-align:middle;
	margin-right:10px;
}
/*图片 p_image*/
.c_news_category-01001 .p_image {
	background:none;
	display:inline-block;
	width:27px;
	height:auto;
}
/*图片 p_imageA*/
.c_news_category-01001 .p_imageA {
	background:none;
	display:inline-block;
	width:27px;
	height:auto;
	vertical-align:middle;
}
/*p_articlesB*/
.c_news_category-01001 .p_articlesB {
	display:block;
	height:auto;
	width:auto;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	flex:1;
}
.c_news_category-01001 .p_articlesB .font {
	white-space: normal;
	overflow: hidden;
}

.c_news_category-01001 .p_articlesD {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	flex:1;
	display:block;
	height:auto;
	width:auto;
}
/*p_link*/
.c_news_category-01001 .p_link {
	color:inherit;
	display:block;
	vertical-align: middle;
	overflow:hidden;
	width:inherit;
}
.c_news_category-01001 .active .p_link {
    color: rgba(255,255,255,1)!important;
}
.c_news_category-01001 .p_linkA {
	color:inherit;
	display:table-cell;
	margin-top:5px;
}
/*p_info*/
.c_news_category-01001 .p_info {
	display:block;
	height:auto;
	width: inherit;
	padding-top: 2px;
}
.c_news_category-01001 .p_articles .p_info .font {
	color:inherit;
	height:auto;
	overflow: hidden;
	white-space: normal;
}
.c_news_category-01001 .p_articles:hover .p_info .font {
	color:inherit;
}
/*p_infoA*/
.c_news_category-01001 .p_infoA {
	display:block;
	height:auto;
	width: inherit;
	padding-top: 2px;
}
.c_news_category-01001 .p_articles .p_infoA .font {
	white-space: normal;
	overflow: hidden;
}
.c_news_category-01001 .p_articles:hover .p_infoA .font {
	color:inherit;
}
/*p_num*/
.c_news_category-01001 .p_num {
	display:table-cell;
	height:auto;
	width:50px;
	vertical-align:middle;
	/*text-align:left;*/
}
/*p_numA*/
.c_news_category-01001 .p_numA {
	display:table-cell;
	height:auto;
	width:50px;
	vertical-align:middle;
	/*text-align:left;*/
}
.c_news_category-01001 .p_articlesD .p_Listline {
	margin-left:-31px;
}
.c_news_category-01001 .p_articlesD .p_articlesB {
	padding-left:31px;
}
.c_news_category-01001 .p_articlesE {
	height:auto;
	width:auto;
}
.c_news_category-01001 .p_articlesE .p_Listline {
	margin-left:-51px;
}
.c_news_category-01001 .p_articlesE .p_articlesB {
	padding-left:42px;
}
.c_news_category-01001 .p_CategoryIcon .iconfont:before {
	content: '\e6b2';
}
.c_news_category-01001 .p_CategoryIconZ .iconfont:before {
	content: '\e6b5';
}
.c_news_category-01001 .p_CategoryIconA .iconfont:before {
	content: '\e669';
}
.c_news_category-01001 .p_CategoryIcon {
	display: inline-block;
}
.c_news_category-01001 .p_CategoryIconA {
	display: inline-block;
}
.c_news_category-01001 .p_CategoryIconZ {
	display: inline-block;
}
.htheader{position:relative; margin:0 auto; width:100%; height:100px; z-index:1;}
.newsinfo{ overflow:hidden;}
.newsinfo_nav{float:right; position:relative; width:830px; height:44px; margin-top:3px;}
.htfooter{ position:relative; margin:0 auto; width:100%; height:70px; overflow:hidden;}
.htfooter .p_wbox {
    background-color: rgba(0, 120, 194, 1);
}
.htfooter_txt{
	position: relative;
    margin: 0 auto;
	padding-top: 25px;
    width: 854px;
    height: 20px;
}


.nybanner{ position:relative; margin:0 auto; width:100%; height:300px;}
.nymbx{ position:relative; margin:0 auto; width:100%; height:55px;}

.w_wbox-001 .p_wbox {
    background-color: rgba(255,255,255,1);
}
.nycategorylist {
    position: relative;
	margin:0 auto;
	margin-top:54px;
    width: 100%;
    height: 69px;
}
.nycategorylist >div {
    animation-fill-mode: both;
}
.nycategorylist .p_articles {
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
}
.nycategorylist .active {
    background-color: rgba(0, 120, 194,1);
    color: rgba(255,255,255,1)!important;
    cursor: pointer;
}
.nycontent{position: relative;
	margin:0 auto;
    width: 1200px;
    height: auto;
}
.nynewslist{
	position: relative;
	margin:0 auto;
	margin-top:20px;
    width: 1202px;
    height: auto;
	padding-bottom:50px;
	}
.c_news_category-01001 .active .p_info .font {
    color: #fff;
}
.nyleft{ float:left; width:250px; height:auto; position:relative;}
.nyright{ float:right; width:930px; height:auto; position:relative;}
.nymain{ position:relative; margin:0px auto; width:100%; margin-top:50px;}
.nylefttitle{float:left; width: 100%; background-color: rgba(0, 119, 191, 1); height:80px; line-height:80px; color:#fff; font-size:24px; padding-left:30px}
.suckerdiv{width: 100%; float:left; margin-bottom:30px;}
.suckerdiv ul{
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 250px;
	height:auto;
	border-bottom: 1px solid #F0F0F0;
	z-index:999;
}
.suckerdiv ul li{
	float: left;
	position: relative;
	width:100%;
	height:60px;
	line-height:60px;
}
.suckerdiv ul li a { height: 60px; line-height:60px;  }
.suckerdiv ul li ul{
	left: 248px;
	position: absolute;
	width: 260px;
	top: 0;
	display: none;
}
.suckerdiv ul li ul li ul{
left: 259px;
}
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
background: #fff;
padding: 0px 30px;
border: 1px solid #F0F0F0;
border-bottom: 0;
    color: rgba(0, 0, 0,1);
    font-size: 16px;
    font-family: "Microsoft Yahei";
}
.suckerdiv ul li a:visited{
color: black;
}
.suckerdiv ul li a:hover{
color: #65beba;
background-color: rgba(239, 248, 248,1);;
}
.suckerdiv .subfolderstyle{
background: url(../images/icon-arrow.png) no-repeat 200px center;
background-size:14px 14px;
}

.c_employ_list-01001 .p_aboutSort, .p_aboutSortA, .p_aboutSortB, .p_aboutSortC, .p_aboutSortD, .p_aboutSortE, .p_aboutSortF, .p_aboutSortG, .p_aboutSortH {
    display: inline-block;
    width: calc(100% / 3);
    height: auto;
    border-width: 0;
    background-color: transparent;
    margin-bottom: 10px;
    vertical-align: top;