@charset "utf-8";
/* CSS Document */
/* 新闻类 */
.n_right {
	width: 840px;
	float: right;
}

.n_news ul {
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 0px;
}

.n_news li {
	display: block;
	border: 1px solid #eeeeee;
	position: relative;
	margin: 20px 0;
	background: #fff;
}

.n_news li .box {
	padding: 15px;
	position: relative;
}

.n_news li .box .more {
	display: block;
	height: 30px;
	color: #3b3b3b;
	line-height: 30px;
	width: 80px;
	position: absolute;
	z-index: 3;
	right: 15px;
	top: 15px;
	text-align: center;
	display: block;
	background: #bfbfbf;
	font-size: 12px;
}

.n_news li .box .more:hover {
	background: #2B76E7;
	color: #fff;
}

.n_news li .line {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	height: 2px;
	width: 0;
	background: #2B76E7;
}

.n_news .fl {
	width: 210px;
	height: 140px;
}

.n_news .fl img {
	display: block;
	width: 210px;
	height: 140px;
}

.n_news .fr {
	width: 734px;
}

.n_news .fr h1 {
	color: #333;
	display: block;
	padding-top: 5px;
}

.n_news .fr strong {
	font-size: 21px;
}

.n_news .fr span {
	color: #646464;
}

.n_news .fr i {
	display: block;
	height: 1px;
	width: 60px;
	background: #2B76E7;
}

.n_news .fr h2 a {
	font-size: 16px;
	color: #2d2d2d;
	margin-bottom: 10px;
	margin-top: 15px;
	display: block;
}

.n_news .fr h2 a:hover {
	color: #2B76E7;
}

.n_news .fr p {
	font-size: 12px;
	color: #909096;
	line-height: 20px;
	margin-top: 10px;
}

.n_news li:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF');
	background: rgba(255,255,255,0.8);
}

.n_news li:hover .line {
	width: 100%;
}

.n_news li:hover .fr i {
	width: 30px;
} 


/* 新闻详情 */

.n_article {
	margin-bottom: 20px;
}

.n_article .ar_title {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dcdcdc;
}

.n_article .ar_title h1 {
	font-size: 26px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #222;
}

.n_article .ar_title h2 {
	font-size: 14px;
	display: block;
	text-align: center;
	color: #666;
	line-height: 30px;
	margin-top: 15px;
}

.n_article .ar_title h2 span {
	margin-left: 25px;
}

.n_article .article {
	/*padding: 40px 0;*/
	padding: 10px 20px 90px 20px;
}

.n_article .ar_fot {
	position: relative;
	padding-top: 15px;
	border-top: 1px solid #124A8F;
}

.n_article .ar_fot h3 {
	display: block;
	line-height: 26px;
	font-size: 14px;
	color: #222;
	float: left;
	margin-right: 35px;
}

.n_article .ar_fot h3 a {
	color: #222;
}

.n_article .ar_fot h3 a:hover {
	color: #0b94d7;
	text-decoration: underline;
}

.n_article .back_box {
	margin: 20px auto 0 auto;
	padding-bottom: 80px;
}

#j_shart_s_24 {
	/*position: absolute !important;*/
	right: 0;
	/*bottom: 40px;*/
	bottom: 15px;
	width: 640px;
}

.img,.n_main_box li {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.n_left img,.n_main_box .mark,.n_main_box li,.n_main_box span,.n_main_box img,.n_main_box strong,.n_main_box .more,.n_main_box  .line,.n_main_box i,.n_main_box .text_box {
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
} 



{-moz-transition: background-position 0.6s ease-in-out;

-webkit-transition: background-position 0.6s ease-in-out;

-o-transition: background-position 0.6s ease-in-out;

-ms-transition: background-position 0.6s ease-in-out;

transition: background-position 0.6s ease-in-out;
}

/* 分页 */

.page {
	margin: 30px auto 0px auto;
	text-align: right;
}

.page a {
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background: #f9f9f9;
	margin-left: 10px;
	color: #353535;
	font-size: 14px;
}

.page .on {
	background: #2b76e7;
	color: #fff !important;
}

.page span {
	background: #2b76e7;
	color: #fff !important;
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin-left: 10px;
}

.page a:hover {
	background: #2b76e7;
	color: #fff !important;
	text-decoration: none;
}

.page a.u_bnt {
	transition: all 1s;
	-moz-transition: all 1s;
 /* Firefox 4 */
	-webkit-transition: all 1s;
 /* Safari 和 Chrome */
	-o-transition: all 1s;
 /* Opera */
}

/* 内页 */

.n_main_box {
	margin-bottom: 50px;
	position: relative;
}

.n_banenr {
	height: 280px;
	width: 100%;
	overflow: hidden;
}

.n_banenr h1 {
	font-size: 30px;
	color: #f36825;
	display: block;
	font-weight: bold;
	padding-top: 50px;
	text-transform: uppercase;
}

.n_banenr h2 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #fff;
	display: block;
}

.n_banenr strong {
	font-size: 14px;
	color: #797a7c;
	display: block;
}

/* 当前位置 */

.position {
	height: 34px;
	position: absolute;
	line-height: 34px;
	right: 0px;
	top: 0px;
	color: #0f0f0f;
	border-bottom: 1px solid #124A8F;
	padding-left: 655px;
	text-align: right;
}

.position label {
	width: 5px;
    height: 15px;
    background: #124A8F;
    display: block;
    float: left;
    margin: 11px 5px 0 0;
}

.position span, .position a, .position i {
	font-size: 12px;
	color: #0f0f0f;
}

.position em {
	font-size: 12px;
	color: #0f0f0f;
	font-style: normal;
}

.position a:hover {
	color: #2B76E7;
}



/* n_content_left */

.n_left {
	width: 300px;
	float: left;
	position: relative;
	margin-top: 3px;
	overflow: hidden;
}

.n_left .title {
	height: 84px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#EA034170', endColorstr='#EA034170');
	background: rgba(255,0,0,1);
}

.n_left .title h1 {
	padding-left: 25px;
	display: inline-block;
	padding-top: 23px;
	text-align: left;
}

.n_left .title strong {
	display: block;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
}

.n_left .title span {
	display: block;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.n_left .content {
	margin-bottom: 22px;
}

.n_left .content .about {
	background: url(../../../../../statics/images/fcg_touzi/a_41.png) no-repeat;
	transition: all 0.2s;
}

.n_left .content .about:hover {
	background: url(../../../../../statics/images/fcg_touzi/a_43.png) no-repeat;
}

.n_left .content .organ {
	background: url(../../../../../statics/images/fcg_touzi/a_42.png) no-repeat;
	transition: all 0.2s;
}

.n_left .content .organ:hover {
	background: url(../../../../../statics/images/fcg_touzi/a_44.png) no-repeat;
}

.n_left .content a {
	display: block;
	border-top: none;
	height: 60px;
}

.n_left .content .gover {
	background: url(../../../../../statics/images/fcg_touzi/a_41.png) no-repeat;
	transition: all 0.2s;
}

.n_left .content .gover:hover {
	background: url(../../../../../statics/images/fcg_touzi/a_43.png) no-repeat;
}

.n_left .content .group {
	background: url(../../../../../statics/images/fcg_touzi/a_42.png) no-repeat;
	transition: all 0.2s;
}

.n_left .content .group:hover {
	background: url(../../../../../statics/images/fcg_touzi/a_44.png)no-repeat;
}

.n_left .content a strong {
	width: 175px;
	margin: 0 auto;
	display: block;
	position: relative;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	font-weight: normal;
}

.n_left .content a:hover strong {
	font-weight: bold;
	color: #222;
}

.n_left a.on strong {
	font-weight: bold;
	color: #222;
}

.n_left .link_box a {
	display: block;
	margin-bottom: 10px;
}

.n_left .md {
	margin-top: 30px;
}

.n_left .md h1 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #303031;
	display: block;
	height: 58px;
	padding-left: 30px;
	background: #fff;
	border: 1px solid #e0e1e4;
}

.n_left .md a {
	display: block;
	background: url(../../../../../statics/images/fcg_touzi/icon_left1.png) 25px center no-repeat #f28f00;
	padding-left: 90px;
	height: 60px;
	margin-bottom: 10px;
}

.n_left .md a.li2 {
	background: url(../../../../../statics/images/fcg_touzi/icon_left2.png) 25px center no-repeat #2B76E7;
}

.n_left .md a.li3 {
	background: url(../../../../../statics/images/fcg_touzi/yeji.png) 25px center no-repeat #2B76E7;
}

.n_left .md a strong {
	padding: 14px 0 0px 0px;
	font-size: 15px;
	color: #303031;
	display: block;
}

.n_left .md a span {
	color: #424a59;
	text-transform: uppercase;
	padding: 0px 0 5px 0px;
	display: block;
	font-family: "Arial";
	font-size: 10px;
}

.n_left .md a:hover h1 {
	background: #f5f2f2;
}

.n_left .md a.li2:hover {
}

 
/* n_content_right */

.n_right {
	width: 950px;
	float: right;
	margin-top: 35px;
}

.n_title {
	position: relative;
	background: url(../../../../../statics/images/fcg_touzi/a_39.png) left 5px no-repeat;
	height: 40px;
	line-height: 40px;
}

.n_title h1 {
	line-height: 36px;
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	color: #124A8F;
}


/* 企业荣誉资质 */

#n_zizhi {
	margin-top: 0px;
}

#n_zizhi ul {
	margin: -11px -11.5px -30px -9px;
	overflow: hidden;
}

#n_zizhi li {
	display: block;
	float: left;
	width: 200px;
	background: #f5f2f2;
	padding: 7px;
	margin: 11.5px;
	margin-bottom: 30px;
}

#n_zizhi li.last {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

#n_zizhi li a {
	display: block;
}

#n_zizhi li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #555555;
	line-height: 40px;
}

#n_zizhi li img {
	width: 200px;
	height: 130px;
	display: block;
}

#n_zizhi li:hover a span {
	color: #004377;
}

#n_zizhi li:hover img {
	box-shadow: none;
}


/* n_content */

.n_content {
	min-height: 360px;
	/*padding-top: 40px;*/
}

#n_team  ul {
	margin-bottom: -10px;
}

#n_team  li {
	display: block;
	position: relative;
	padding-top: 22px;
	height: 275px;
	margin-bottom: 10px;
}

#n_team  li .pic_box {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 2;
}

#n_team  li img {
	width: 210px;
	height: 295px;
}

#n_team  li .text_box {
	margin-left: 195px;
	margin-top: 30px;
	height: 100px;
	padding: 48px 28px 45px 45px;
	background: #f5f2f2;
	position: relative;
	z-index: 1;
}

#n_team  li .text_box h1 {
	display: block;
	padding-bottom: 10px;
}

#n_team  li .text_box h1 a {
	font-size: 15px;
	color: #3177cd;
	display: block;
}

#n_team  li .text_box h1 a strong {
	display: block;
	padding-top: 8px;
	color: #777777;
	font-size: 12px;
}

#n_team  li .text_box span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	color: #b8b8b8;
}

#n_team  li .text_box h1 a:hover {
	color: #cb0606;
}

#n_team  li .text_box .more {
	position: absolute;
	right: 34px;
	bottom: 48px;
	height: 25px;
	line-height: 25px;
	width: 15px;
	color: #666666;
	display: block;
	background: url(../../../../../statics/images/fcg_touzi/bnt_more_case.png) right center no-repeat;
}

#n_team  li .text_box .more:hover {
	color: #3177cd;
	background: url(../../../../../statics/images/fcg_touzi/bnt_more_case_on.png) right center no-repeat;
}

#n_team  li .text_box p {
	line-height: 22px;
	color: #777777;
	height: 44px;
	font-size: 12px;
}

.ar_article p {
	font-size: 13px;
	color: #888888;
	line-height: 30px;
	padding-bottom: 20px;
}

.ar_article img {
	max-width: 100%;
}

/* 分享功能 */
.shart_box {
	position: absolute;
	right: 0;
	top: 25px;
}

#j_shart_s_24 .bds_count {
	font-size: 12px;
}

#j_shart_s_24 {
	padding-left: 45px;
	position: relative;
}

#j_shart_s_24 strong {
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: #a3a0a9;
}

#j_shart_s_24 a,#j_shart_s_24 span {
	width: 140px;
    height: 40px;
	padding-left: 0;
    background-repeat: no-repeat;
    background-position: 26px center;
    font: 14px/40px Microsoft YaHei;
    color: #222;
    float: left;
    margin: 0 8px;
    text-indent: 64px;
    border-radius: 5px;
    cursor: pointer;
    display: inline;
}

#j_shart_s_24 .sina-2ztnf2B8 {
    background-image: url(../../../../../statics/images/fcg_touzi/sina.png);
    border: 1px solid #f56467;
}

#j_shart_s_24 .wechat-ABpm21Oq {
    background-image: url(../../../../../statics/images/fcg_touzi/wx.png);
    border: 1px solid #8dc81b;
}

#j_shart_s_24 .wechat-ABpm21Oq:hover .wx {
	display: block;
	z-index: 99999;
}

#j_shart_s_24 .cof-3NsbpgBT {
    background-image: url(../../../../../statics/images/fcg_touzi/wxq.png);
    border: 1px solid #71c8d6;
}

#j_shart_s_24 .cof-3NsbpgBT:hover .wxq {
	display: block;
	z-index: 99999;
}

#j_shart_s_24 .qqzone-1gXumzwn {
    background-image: url(../../../../../statics/images/fcg_touzi/qq.png);
    border: 1px solid #f5be3f;
}

#j_shart_s_24 .wx {
	width: 230px;
	height: 100px;
	background: url(../../../../../statics/images/fcg_touzi/a_52.png) no-repeat;
	position: absolute;
    top: -105px;
    left: 130px;
	display: none;
}

#j_shart_s_24 .wxq {
	width: 230px;
	height: 100px;
	background: url(../../../../../statics/images/fcg_touzi/a_52.png) no-repeat;
	position: absolute;
    top: -105px;
    left: 310px;
	display: none;
}

#j_shart_s_24 .bds_qzone {
	background: url(../../../../../statics/images/fcg_touzi/shart.png) center -224px no-repeat;
}

#j_shart_s_24 .bds_tsina {
	background: url(../../../../../statics/images/fcg_touzi/shart.png) center -311px no-repeat;
}

#j_shart_s_24 .bds_tqq {
	background: url(../../../../../statics/images/fcg_touzi/shart.png) center -195px no-repeat;
}

#j_shart_s_24 .bds_renren {
	background: url(../../../../../statics/images/fcg_touzi/shart.png) center -340px no-repeat;
}

#j_shart_s_24 .bds_weixin {
	background: url(../../../../../statics/images/fcg_touzi/shart.png) center -253px no-repeat;
}

#j_shart_s_24 .bds_count {
	font-size: 12px;
}


/* 分页 */
.page {
	margin: 30px auto 0px auto;
	text-align: right;
}

.page a {
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background: #f9f9f9;
	margin-left: 10px;
	color: #353535;
	font-size: 14px;
}

.page .on {
	background: #2b76e7;
	color: #fff !important;
}

.page span {
	background: #2b76e7;
	color: #fff !important;
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin-left: 10px;
}

.page a:hover {
	background: #2b76e7;
	color: #fff !important;
	text-decoration: none;
}

.page a.u_bnt {
	transition: all 1s;
	-moz-transition: all 1s;
 /* Firefox 4 */
	-webkit-transition: all 1s;
 /* Safari 和 Chrome */
	-o-transition: all 1s;
 /* Opera */
}

.piaofu {
	position: fixed;
	right: 0px;
	top: 15%;
	position: fixed;
	z-index: 99999999;
	background: #fff;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.piaofu_box {
	position: relative;
	width: 140px;
}

.piaofu  #pf_bnt {
	position: absolute;
	left: -27px;
	top: 30px;
}

.piaofu #pf_content {
	position: absolute;
	right: 0;
	padding: 10px;
	width: 120px;
	border-radius: 5px 0 0 5px;
	background: #f39800;
}

.piaofu #pf_content .up {
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}

.piaofu #pf_content .up h1 {
	font-size: 14px;
	color: #f39800;
	font-weight: normal;
	line-height: 40px;
}

.piaofu #pf_content .up li a {
	display: block;
	border-bottom: 1px solid #dcdcdc;
	width: 100px;
	height: 40px;
	line-height: 40px;
}

.piaofu #pf_content .up .last_child a {
	border: none;
}

.piaofu #pf_content .up li i {
	display: block;
	float: left;
	width: 30px;
	height: 40px;
	background: url(../../../../../statics/images/fcg_touzi/icon_qq.png) center no-repeat;
}

.piaofu #pf_content .up li span {
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #565656;
}

.piaofu #pf_content .up li a:hover {
	color: #ff3f47;
}

.piaofu #pf_content .un {
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	margin-top: 5px;
}

.piaofu #pf_content .un img {
	height: 100px;
	width: 100px;
	display: block;
	margin: 0 auto;
}

.piaofu #pf_content .up li:last-child a {
	border: none !important;
}

.pf_zk {
	right: 0px !important;
}

.piaofu:hover {
	right: 0px !important;
}

.pf_zk {
	right: 0px !important;
}

.pf_zk .piaofu_box {
	width: 0px;
}

.pf_zk #pf_content {
	right: -140px;
}

.pf_zk #pf_bnt {
	right: 0;
}

/* box_ol */
.box_ol { 
	margin: 30px auto;
}

.box_ol h2 {
	font-size: 18px;
    height: 40px;
    line-height: 40px;
    background: #D9D9D9;
}

.box_ol h2 i {
	width: 5px;
	height: 20px;
	background: #124A8F;
	display: block;
	margin: 10px 8px 0 5px;
	float: left;
}

.box_ol h2 a {
	font-size: 12px;
	color: #333333;
	float: right;
	margin-right: 5px;
}

.box_ol ul { 
	margin: 15px 0;
}

.box_ol ul li {
	height: 45px;
    padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 15px;
    font-size: 14px;
	background: url(../../../../../statics/images/fcg_touzi/a_38.png) no-repeat;
}

.box_ol ul li .list_ex {
	height: 27px;
	padding-left: 35px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box_ol ul li #box0 {
	background: url(../../../../../statics/images/fcg_touzi/a_53.png) no-repeat;
}

.box_ol ul li #box1 {
	background: url(../../../../../statics/images/fcg_touzi/a_54.png) no-repeat;
}

.box_ol ul li #box2 {
	background: url(../../../../../statics/images/fcg_touzi/a_55.png) no-repeat;
}

.box_ol ul li #box3 {
	background: url(../../../../../statics/images/fcg_touzi/a_50.png) no-repeat;
}

.box_ol ul li #box4 {
	background: url(../../../../../statics/images/fcg_touzi/a_51.png) no-repeat;
}

.box_ol ul li p {
	font-size: 12px;
	color: #BCBCBC;
	padding-left: 36px;
}

.box_ol ul li a {
	width: 88%;
	height: 26px;
	line-height: 26px;
	color: #0f0f0f;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: block;
	float: left;
}

.box_ol ul li a:hover {
	text-decoration: underline;
}

/* now */
.now {
	height: 180px;
	margin: 30px 0;
}

.now img {
	width: 100%;
	display: block;
}























