﻿@charset "utf-8";
/* CSS Document */
body,input,h1,h2,h3,h4,h5,p,textarea,table,div,ul,li,select{font-family:Microsoft YaHei;margin:0;padding:0;}
img{border:0;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a{ text-decoration:none; color:inherit;}
:focus{outline:none;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h4,h5{font-weight: normal;}
.auto{width: 1200px;margin:0 auto;}
.auto1100{width: 1100px;margin:0 auto;}
em,i{font-style:normal;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.p-ellipsis{position: relative;overflow: hidden;}
.p-ellipsis::after{position: absolute; bottom: 0; right: 0; padding-left: 40px;}
body{min-width:1200px;}
/**头部**/

.head_t{ width:1205px; height:100px; text-align:center; margin:auto; display: flex; justify-content: space-between }
.t_left{width:auto; height:100px; line-height:55px; float:left; display: flex; align-items: center}
.t_left img{max-height: 55px;}
.t_right{ width:auto; height:100px; margin-top:0px;display: flex; align-items: center; }
.banner_nav{width:auto; height:100px;  margin:auto; margin-right: 20px;}
.banner_nav li{ width:auto; height:100px; float:left; line-height:100px;  color: #333; text-align:center;
	position:relative; display:block;
}
.banner_nav li a{line-height:100px;
	display:block; width:auto; padding: 0 12px; height:100px;  font-weight: bold; color: #333; text-align:center; font-size:16px}
.banner_nav li a:hover{ color: #fff; background: #1b2d79 }
.banner_nav li .cur{ color: #fff; background: #1b2d79 }


.banner_nav li .li_nav{ width:110px; height:auto; display: none;   position:absolute; z-index:9999; left:0; top:100px;
	margin:0px;padding:0px;}
.banner_nav li:hover .li_nav{
	display: block;
}



@font-face {
	font-family: "iconfont3"; /* Project id 4849905 */
	src: url('//at.alicdn.com/t/c/font_4849905_8qtdfchl5k.woff2?t=1741348639743') format('woff2'),
	url('//at.alicdn.com/t/c/font_4849905_8qtdfchl5k.woff?t=1741348639743') format('woff'),
	url('//at.alicdn.com/t/c/font_4849905_8qtdfchl5k.ttf?t=1741348639743') format('truetype');
}

.iconfont3 {
	font-family: "iconfont3" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-gongchengzixun:before {
	content: "\e611";
}

.icon-zhaobiaodaili:before {
	content: "\e69a";
}

.icon-gongchengjianli:before {
	content: "\e647";
}

.icon-zhengfucaigou:before {
	content: "\e6f9";
}

.icon-gongchengzaojia:before {
	content: "\e642";
}

.icon-dianhua:before {
	content: "\e605";
}





.dianhua{
	display: flex;
	height: 40px; align-items: center;
}
.dianhua .icon-dianhua{
	font-size: 24px;
	font-weight: bold;
	display: flex;
	color: #1b2d79;
}
.dianhua text{
	font-size: 18px;
	font-weight: bold;
	display: flex;
	padding-left: 5px;
	color: #1b2d79;
}
/*----------
.banner_nav li:nth-child(3) .li_nav{ width:620px; height:180px;  border-left: solid 1px #089BC7;border-right: solid 1px #089BC7;border-bottom: solid 1px #089BC7;  position:absolute; z-index:9999; left:0px; top:45px;  margin:0px;padding:0px;}
.banner_nav li:nth-child(3) .li_nav span{ display:block; width:124px; height:45px;  float:left }
.banner_nav li:nth-child(3) .li_nav span a{ float:left;display:block;width:124px;height:45px; line-height:45px; font:bold; color: #FFF; text-align:center; font-size:16px;position:absolute; z-index:9999;}

-------------*/

.banner_nav li .li_nav span{ display:block; width:135px;height:30px; background: #C2C2C2;  }
.banner_nav li .li_nav span a{ display:block;width:120px;height:30px; line-height:30px;  color: #333; text-align:center; font-size:14px;position:absolute; z-index:9999; letter-spacing:2px}
.banner_nav li .li_nav span a:hover{ color: #fff; background:#2a47bf}

.shouye{ width:80px; height:45px; display:block; float:left;  position:relative; }
.shouye a{line-height:45px; color: #333; text-align:center; font-size:14px;width:80px; height:45px; display:block;}
.shouye a:hover{  color:#0091A5}


/**
幻灯
**/

.home_slide {
	width: 100%;
	height: 550px;
	position: relative;
	background-color: #fec7a7;
	position: relative;
	overflow: hidden
}
.home_slide i.bg {
	display: block;
	width: 100%;
	height: 90px;
	background-color: #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3
}
.home_slide .bd {
	position: relative;
	height: 480px;
	z-index: 2;
}
.home_slide .bd li {
	height: 550px;
}
.home_slide .bd li a {
	display: block;
	height: 550px;
}
.home_slide a.prev, .home_slide a.next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	z-index: 5;
	width: 40px;
	height: 60px;
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in
}
.home_slide a.prev {
	left: 15%;
	background: #000 url(../pics/goleft.png) center center no-repeat
}
.home_slide a.next {
	right: 15%;
	background: #000 url(../pics/goright.png) center center no-repeat
}
.home_slide:hover a.prev, .home_slide:hover a.next {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.home_slide .guide {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 70px;
	text-align: center;
	z-index: 4;
}
.home_slide .guide a {
	display: inline-block;
	width: 162px;
	height: 70px;
	margin: 0 19px;
}

/**中部大图**/
.midd{ width:100%; margin:auto; text-align:center; height:658px; background:url(../pics/middle_bg.jpg) center center;}
.midd_tit{ padding-top:40px; font-size:26px;color:#FFF; letter-spacing:1px}
.midd_des{width:1160px; margin:auto; height:120px; margin-top:180px; }
.des_left{ width:420px; height:120px; float:left;  font-size:12px; color:#FFF; text-align:left; letter-spacing:1px}
.des_right{ width:420px; height:120px; float:right; }
.right_1{width:420px; float:right;  font-size:12px; color:#FFF; text-align:left; letter-spacing:1px}
.right_2{width:116px; height:33px; background:url(../pics/coin.jpg); float:right;
	margin-top:10px; font-size:12px; text-align:left; line-height:33px; padding-left:20px; color: #fff }
.right_2:hover{ background:url(../pics/coin1.jpg); color:#fff;}
/**底部**/
.footer-links{height: 52px;border-bottom:1px solid #ddd;}
.footer-links span{font-size: 18px;color:#2c3e50;font-weight: bold; line-height: 50px;float: left;}
.footer-links a{font-size: 14px;color:#666666;padding-left:30px;line-height: 52px;
    float: left; display:block;}
.footer-links a:hover{color:#000;}

.footer-info{background:#ececec;padding:20px 0 15px;z-index: 10005;}
.footer-info .leftbox{width: 840px; height:317px;padding:0px;}
.f_daohang{ height:149px; border-bottom:1px solid #999; line-height:149px; }
.lanmu a{ display:block;height:33px; width:76px; float:left; margin-left:10px; color:#FFF; text-align:center; font-size:14px; }
.f_p{ font-size:12px; line-height:22px; color:#FFF}
.lanmu a:hover{ color:#FC0;}
.h_gao{ height:45px; width:100%}
.link_gao{ height:70px; width:100%}
.zhengshu{width:174px; height:49px; float:right; margin-top:120px;}

.footer-info li{font-size: 13px;color:#666;float: left;}
.footer-info li img{width: 21px;height: 16px;vertical-align:baseline;margin-right: 10px;}
.footer-info li.li5{margin-left: 60px;}
.footer-info .rightbox{width: 360px; height:317px;}
.footer-info .rightbox img.pic{margin-right: 15px;}
.footer-info .rightbox p{font-size: 15px;color:#666;margin-top: 20px;}
.footer-info .rightbox h3{font-size: 18px;color:#2c3e50;margin-top: 10px;}
.footer-info li.li1{margin-bottom: 10px; width: 190px;}
.footer-info li.li2{margin-left: 60px;margin-bottom: 10px;}
.footer-info li.li3{margin-left: 55px;margin-bottom: 10px;}
.footer-info li.li4{width: 190px;}
.footer-info li.li4 img{vertical-align: bottom;}

.footer-copyright{font-size: 12px;color:#9a9a9a;background:#d9d9d9;height: 45px;line-height: 45px;z-index: 10005;}

.c_1200_5 .t_1200_5 .r_215 {
	float: right;
	width: 215px;
}
.pz_select_2 {
	float: right;
	width: 215px;
	height: 35px;
	background-color: #1b2d79;
	cursor: pointer;
	position: relative;
	line-height: 35px;
	z-index: 1;
}
.pz_select_2 span {
	float: left;
	width: 215px;
	height: 35px;
	padding: 0px;
	line-height: 35px;
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
	background: url(../pics/down_img2.jpg) right no-repeat;
}
.pz_select_2:hover span {
	background: url(../pics/down_img2.jpg) right no-repeat;
	color: #fff;
}
.pz_select_2 ul {
	width: 215px;
	background: #e0f1f7;
	position: absolute;
	display: none;
	left: 0px;
	top: 35px;
	z-index: 200;
	overflow-y: hidden;
	box-sizing: border-box;
}
.pz_select_2 li {
	float: left;
	width: 215px;
	padding: 0 17px 0 17px;
}
.pz_select_2 li a {
	width: 100%;
	display: block;
	line-height: 32px;
	font-size: 13px;
	color: #424242;
	border-bottom: #f5f5f5 solid 1px;
}
.pz_select_2 .option {
	background: #fff
}
.pz_select_2 .option a {
	color: #424242;
	font-size: 13px;
}
.pz_select_2 .option a:hover {
	color: #0091a5;
}
.pz_select_2:hover {
	background-color: #1b2d79;
}

/**二级页二级导航**/
.pz_SideLayer {
	float: left;
	height: 32px;
	margin-top:385px
}
.pz_SideLayer .l1 {
	float: left;
	padding: 0 8px;
	padding-bottom: 25px;
}
.pz_SideLayer .l1 a {
	float: left;
	height: 32px;
	border: #cfcfcf solid 1px;
	padding: 0 3px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s easet 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background:rgba(25, 31, 30, 0.61);
}
.pz_SideLayer .l1 a .l_abs {
	float: left;
	width: 8px;
	height: 30px;
}
.pz_SideLayer .l1 a .c_abs {
	float: left;
	width: 110px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.pz_SideLayer .l1 a .r_abs {
	float: left;
	width: 8px;
	height: 30px;
}
.pz_SideLayer .l1 .hover, .pz_SideLayer .l1 a:hover {
	background-color: #1b2d79;
	border: #1b2d79 solid 1px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s easet 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

/**二级页二级导航**/
.pzz_SideLayer {
	float: left;
	height: 32px;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top:285px
}
.pzz_SideLayer .l1 {
	float: left;
	padding: 0 8px;
	padding-bottom: 25px;
}
.pzz_SideLayer .l1 a {
	float: left;
	height: 32px;
	border: #cfcfcf solid 1px;
	padding: 0 8px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s easet 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background:rgba(25, 31, 30, 0.61);
	
}
.pzz_SideLayer .l1 a .l_abs {
	float: left;
	width: 8px;
	height: 30px;
}
.pzz_SideLayer .l1 a .c_abs {
	float: left;
	width: 100px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.pzz_SideLayer .l1 a .r_abs {
	float: left;
	width: 8px;
	height: 30px;
}
.pzz_SideLayer .l1 .hover, .pzz_SideLayer .l1 a:hover {
	background-color: #1b2d79;
	border: #1b2d79 solid 1px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s easet 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}


/**二级页二级导航左侧**/
.p_SideLayer {
	float: left;
	height: 32px;
	margin-top:35px;
	width:160px
}
.p_SideLayer .l1 {
	float: left;
	padding: 0px;
	padding-bottom: 5px;
}
.p_SideLayer .l1 a {
	float: left;
	height: 40px;
	border: #cfcfcf solid 1px;
	padding: 0 8px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s easet 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	background:rgba(88, 107, 105, 0.61)
}
.p_SideLayer .l1 a .l_abs {
	float: left;
	width: 8px;
	height: 30px;
}
.p_SideLayer .l1 a .c_abs {
	float: left;
	width: 160px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}
.p_SideLayer .l1 a .r_abs {
	float: left;
	width: 8px;
	height: 30px;
}
.p_SideLayer .l1 .hover, .pz_SideLayer .l1 a:hover {
	background-color: #1b2d79;
	border: #1b2d79 solid 1px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s easet 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}



/**二级栏目名称**/
.lanmu_name{
	height:49px; width:100%; color:#3b63bb; border-bottom:1px solid #999; font-size:24px; margin:auto; line-height:49px; text-align:center;
	}

.t_1200_18 {
    margin:auto;
	width: 1130px;
	padding: 45px 0 20px 0;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	text-align:left;
	min-height:500px;
}


.pz_main {
	float: left;
	width: 100%;
	min-width: 1200px;
}
.w_1200 {
	margin: 0 auto;
	max-width: 1200px;
}
.c_0100_3 {
	display: none;
}
.c_0100_3.kuan1 {
	width: 85%;
	margin: 4% 7.5% 0 7.5%;
}
.pz_SideLayer_phone {
	float: left;
	width: 100%;
}
.pz_SideLayer_phone .l1 {
	float: left;
	width: 33.3333%;
	padding: 20px 2.5% 0 2.5%;
}
.pz_SideLayer_phone .l1 a {
	float: left;
	width: 100%;
	height: 32px;
	border: #cfcfcf solid 1px;
	padding: 0 8px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s easet 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.pz_SideLayer_phone .l1 a .l_abs {
	float: left;
	width: 10%;
	height: 30px;
}
.pz_SideLayer_phone .l1 a .c_abs {
	float: left;
	width: 80%;
	color: #666666;
	font-size: 14px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
}
.pz_SideLayer_phone .l1 a .r_abs {
	float: right;
	width: 10%;
	height: 30px;
}
.pz_SideLayer_phone .l1 .hover, .pz_SideLayer_phone .l1 a:hover {
	background-color: #1b2d79;
	border: #1b2d79 solid 1px;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s easet 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.pz_SideLayer_phone .l1 .c_abs:hover, .pz_SideLayer_phone .l1 .hover .c_abs {
	color: #fff;
}

/*222加入内页标题*/
.c_1200_7 {
	padding: 30px 2% 0 2%;
}
/*333加入内页内容*/
.t_1200_7 {
	margin: 25px 0 0 0;
}
.t_1200_7 .l_657 {
	width: 100%;
}
.t_1200_7 .r_543 {
	width: 100%;
	height: auto;
	padding: 20px 5% 24px 5%;
}
.t_1200_7 .r_543 .t_543_2 {
	height: auto;
}
.title_4 {
	float: left;
	width: 100%;
}
.title_4 .m_tit_con {
	float: left;
	height: 54px;
	text-align: center;
}
.title_4 .m_tit_con span {
	display: block;
	color: #333333;
	font-size: 24px;
	text-align: center;
	line-height: 35px;
}
.title_4 .m_tit_con .tit_eng {
	float: left;
	width: 100%;
	height: 19px;
	background: url(../pics/join_img5.png) repeat-x;
	padding: 0 30px;
}
.title_4 .m_tit_con .tit_eng .engcon {
	float: left;
	width: 100%;
	padding: 0 20px;
	background-color: #f6f6f6;
	color: #1b2d79;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
}

/*大华团队*/
.t_1200_19 {
	float: left;
	width: 100%;
	margin: 55px 0 80px 0;
}
.slide_team {
	float: left;
	width: 100%;
}
.slide_team .bd {
	float: left;
	width: 100%;
	position: relative;
}
.slide_team .bd_ipad {
	display: none;
}
.slide_team .bd_phone {
	display: none;
}
.slide_team .bd ul {
	float: left;
	width: 100%;
}
.slide_team .bd ul .team_show {
	float: left;
	width: 100%;
	background-color: #fff;
	min-height: 408px;
}
.slide_team .bd ul .team_show .l_345 {
	float: left;
	width: 245px;
	padding-left:100px;
	padding-top:90px;
}
.slide_team .bd ul .team_show .l_345 img {
	display: block;
	width: 215px;
}
.slide_team .bd ul .team_show .r_851 {
	float: right;
	width: 800px;
	
}
.slide_team .bd ul .team_show .r_851 .t_621_1 {
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
}
.slide_team .bd ul .team_show .r_851 .t_621_1 .name_621 {
	float: left;
	width: 100%;
	color: #1b2d79;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}
.slide_team .bd ul .team_show .r_851 .t_621_1 .tit_621 {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}
.slide_team .bd ul .team_show .r_851 .text_621 {
	
	width: 80%;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	padding: 100px 0 0 100px;
	margin:auto;
	margin-top:10px;
}
.slide_team .bd .l_prev {
	position: absolute;
	left: 33.3333%;
	top: 30%;
	width: 16px;
	height: 31px;
	background: url(../pics/team_img2.png) 0 0 no-repeat;
	z-index: 20;
}
.slide_team .bd .l_prev:hover, .slide_team .bd .prevStop {
	background-position: -25px 0;
}
.slide_team .bd .r_next {
	position: absolute;
	right: 4.25%;
	top: 30%;
	width: 16px;
	height: 31px;
	background: url(../pics/team_img2.png) 0 -35px no-repeat;
	z-index: 20;
}
.slide_team .bd .r_next:hover, .slide_team .bd .nextStop {
	background-position: -25px -35px;
}
.slide_team .hd {
	float: left;
	width: 100%;
	margin: 37px 0 0 0;
	background-color: #fff;
	position: relative;
}
.slide_team .hd .team_boxpad {
	display: none;
}
.slide_team .hd .team_boxphone {
	display: none;
}
.slide_team .hd .team_box {
	float: left;
	width: 1122px;
	margin: 33px 39px 30px 9px;
}
.slide_team .hd .team_box ul {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}
.slide_team .hd .team_box ul li {
	float: left;
	width: 159px;
	margin: 0 14px;
}
.slide_team .hd .team_box ul li .img_team {
	float: left;
	width: 100%;
}
.slide_team .hd .team_box ul li .img_team img {
	display: block;
	width: 159px;
	height: 213px;
}
.slide_team .hd .team_box ul li .tit_team {
	float: left;
	width: 100%;
	height: 22px;
	margin: 9px 0 0 0;
	text-align: center;
	line-height: 22px;
}
.slide_team .hd .team_box ul li .tit_team a {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis
}
.slide_team .hd .team_box ul li .tit_team a:hover {
	color: #1b2d79;
}
.slide_team .hd .team_box ul li .text_team {
	float: left;
	width: 100%;
	color: #838383;
	text-align: center;
	line-height: 17px;
}
.slide_team .hd .d_prev {
	position: absolute;
	width: 25px;
	height: 50px;
	left: 0;
	top: 37%;
	background: url(../pics/team_img9.png) 0 0 no-repeat;
	z-index: 20;
	cursor: pointer;
}
.slide_team .hd .d_prev:hover {
	background: url(../pics/team_img9.png) 0 -55px no-repeat;
}
.slide_team .hd .d_next {
	position: absolute;
	width: 25px;
	height: 50px;
	right: 0;
	top: 37%;
	background: url(../pics/team_img9.png) -35px 0 no-repeat;
	z-index: 20;
	cursor: pointer;
}
.slide_team .hd .d_next:hover {
	background: url(../pics/team_img9.png) -35px -55px no-repeat;
}
.slide_team .hd .d_prev2 {
	position: absolute;
	width: 25px;
	height: 50px;
	left: 0;
	top: 37%;
	background: url(../pics/team_img9.png) 0 0 no-repeat;
	z-index: 20;
	cursor: pointer;
}
.slide_team .hd .d_next2 {
	position: absolute;
	width: 25px;
	height: 50px;
	right: 0;
	top: 37%;
	background: url(../pics/team_img9.png) -35px 0 no-repeat;
	z-index: 20;
	cursor: pointer;
}
.slide_team_pad {
	display: none;
}
.slide_team_phone {
	display: none;
}

/**新闻列表**/

.w_0100 {
	
	width: 1230px;
	margin:auto;
	background:#f9f9f9;
}

.ul_new {
	float: left;
	width: 100%;
	margin: 55px 0 0 0;
	background:#fffcfc;
}
.ul_new .li_new {
	float: left;
	width: 100%;
	padding: 10px 0 20px 0;
}
.ul_new .li_new.nbg1 {
	background-color: #f3f3f3;
}
.new_1200 {
	margin: 0 auto;
	max-width: 1200px;
}
.c_1200_8 {
	float: left;
	width: 100%;
}
.c_1200_8 .l_630 {
	float: left;
	width: 70.5%;
}
.c_1200_8 .l_630 .t_630_1 {
	float: left;
	width: 100%;
	height: 22px;
	margin: 17px 0 0 0;
	color: #808080;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}
.c_1200_8 .l_630 .t_630_2 {
	float: left;
	width: 100%;
}
.c_1200_8 .l_630 .t_630_2 a {
	float: left;
	width: 100%;
	height: 32px;
	color: #333;
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	text-align:left;
}
.c_1200_8 .l_630 .t_630_2 a:hover {
	color: #1b2d79;
}
.c_1200_8 .l_630 .t_630_3 {
	float: left;
	width: 100%;
	height: 44px;
	overflow: hidden;
	color: #808080;
	line-height: 22px;
	margin: 7px 0 0 0;
	text-align:left;
}
.c_1200_8 .r_265 {
	float: right;
	width: 265px;
}
.c_1200_8 .r_265 img {
	display: block;
	width: 215px;
	height: 132px;
}
/*新闻中心内页*/
.t_1200_16 {
	float: left;
	width: 100%;
	margin: 55px 0 0 0;
	background-color: #fff;
	padding: 30px 42px 50px 42px;
}
.t_1200_16 .tit_newn {
	float: left;
	width: 100%;
	color: #323232;
	font-size: 24px;
	text-align: center;
	line-height: 31px;
}
.t_1200_16 .time_newn {
	float: left;
	width: 100%;
	color: #979797;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 14px 0 18px 0;
	border-bottom: #e1e0e0 solid 1px;
}
.t_1200_16 .text_newn {
	float: left;
	width: 100%;
	padding: 40px 0;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	border-bottom: #e1e0e0 solid 1px;
}
.t_1200_16 .share_newn {
	float: left;
	width: 100%;
	margin: 45px 0 0 0;
}
.t_1200_16 .share_newn .l_share {
	float: left;
}
.t_1200_16 .share_newn .r_back {
	float: right;
}
.t_1200_16 .share_newn .r_back .a_back {
	float: left;
	width: 117px;
	height: 48px;
	color: #ffffff;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	background-color: #1b2d79;
}
.t_1200_17 {
	float: left;
	width: 100%;
	margin: 40px 0 60px 0;
	background-color: #fff;
	padding: 28px 0 35px 0;
}
.t_1200_17 .tt_1200_2 {
	float: left;
	width: 100%;
	padding: 0 42px;
	color: #1b2d79;
	font-size: 24px;
	line-height: 40px;
}
.t_1200_17 .tt_1200_3 {
	float: left;
	width: 100%;
	padding: 23px 21px 0 21px;
}
.t_1200_17 .tt_1200_3 .ul_newdown {
	float: left;
	width: 100%;
}
.t_1200_17 .tt_1200_3 .li_newdown {
	float: left;
	width: 33.3333%;
	padding: 0 18px;
}
.t_1200_17 .tt_1200_3 .li_newdown .tit_newd {
	float: left;
	width: 100%;
	height: 59px;
	padding: 0 0 10px 0;
	border-bottom: #1b2d79 solid 1px;
}
.t_1200_17 .tt_1200_3 .li_newdown .tit_newd a {
	float: left;
	width: 100%;
	height: 48px;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.t_1200_17 .tt_1200_3 .li_newdown .tit_newd a:hover {
	color: #1b2d79;
}
.t_1200_17 .tt_1200_3 .li_newdown .text_newd {
	float: left;
	width: 100%;
	height: 48px;
	overflow: hidden;
	margin: 13px 0 0 0;
	color: #808080;
	line-height: 24px;
}
.t_1200_17 .tt_1200_3 .li_newdown .time_newd {
	float: left;
	width: 100%;
	color: #808080;
	line-height: 24px;
}
.t_1200_15 {
	float: left;
	width: 100%;
	padding: 55px 0 45px 0;
}
.pz_fy a {
	PADDING: 5px 9px;
	font-size: 14px;
	margin: 0 1px;
}

/**应聘**/
.yingpin { width:120px; height:33px; background:#F60; border-radius:8px; margin:auto; line-height:33px;}
.yingpin a{ color:#FFF;}
.yingpin a:hover{ color:#333}
.form_tj{ width:90%; margin:auto; text-align:center; background:#F2F2F2; height:700px; padding-top:10px; padding-bottom:10px}
.form_tjt{ width:99%;; margin:auto; text-align:center; background: #F5F5F5; padding-bottom:30px  }
.form_tjtt{ width:98%; margin:auto; text-align:center;   }
#form_t td{ height:30px; line-height:30px; }
.put_style{ border:none; border-bottom:1px solid #CCC; background:none;}
.put_style:hover{ border-bottom:1px solid #1b2d79; background:#F7FDFD;}

/**分页**/
.pagelist {
  text-align: center;
  overflow: hidden;
  display: table;
  margin: 28px auto;
  border-collapse: separate;
  border-spacing: 3px;
  color: #9f9f9f;
}
.pagelist a{
     box-sizing:border-box;
       border: 1px solid #e5e5e4;
    line-height: 34px;
    font-size: 16px;
    min-width: 32px;
    display: table-cell;
    cursor: pointer;
   
}

.pagelist a.prev,.pagelist a.next{width: 73px;height: 34px;}
.pagelist a.cur{color:#fff;background:#0068b7;border:1px solid #0068b7;}
.pagelist a:hover{color:#fff;background:#0068b7;border:1px solid #0068b7;}
.pagelist .hhh:hover{background:#fff; color: #666}
/*.module{ display: none;}*/

::-webkit-scrollbar{width: 2px;} 
::-webkit-scrollbar-track {background-color: #d8d8d8;} 
::-webkit-scrollbar-thumb { background-color:#ababab;} 
::-webkit-scrollbar-button { display:none;}	
::-webkit-scrollbar-resizer {display:none;}

.yuankuang {width:900px; height:900px; margin:auto; margin-top:10px; position:relative; z-index:1;}

.yuanquan_y{width:275px; height:275px; border-radius:106px; position:absolute; left:304px; top:340px; z-index:10;}
.y_a {width:275px; height:275px; background:url(../pics/xmgl_r.png) no-repeat; background-size:contain; display:block}
.y_a:hover {background:url(../pics/xmgl_b.png) no-repeat; background-size:contain;}

.yuanquan_s{width:250px; height:250px; border-radius:106px; position:absolute; left:319px; top:0px; z-index:10;}
.y_s {width:250px; height:250px; background:url(../pics/gczj_b.png) no-repeat; background-size:contain;  display:block}
.y_s:hover {background:url(../pics/gczj_r.png) no-repeat;background-size:contain; }

.yuanquan_x{width:250px; height:250px; border-radius:106px; position:absolute; left:55px; top:615px; z-index:10;}
.y_x {width:250px; height:250px; background:url(../pics/zbdl_b.png) no-repeat; background-size:contain;  display:block}
.y_x:hover {background:url(../pics/zbdl_r.png) no-repeat;background-size:contain; }

.yuanquan_zs{width:250px; height:250px; border-radius:138px; position:absolute; left:60px; top:100px; z-index:10;}
.y_zs {width:250px; height:250px; background:url(../pics/gczx_b.png) no-repeat; display:block;background-size:contain;}
.y_zs:hover {background:url(../pics/gczx_r.png) no-repeat;background-size:contain;}


.yuanquan_ys{width:250px; height:250px; border-radius:138px; position:absolute; left:580px; top:100px; z-index:10;}
.y_ys {width:250px; height:250px; background:url(../pics/gcjl_b.png) no-repeat; display:block;background-size:contain;}
.y_ys:hover {background:url(../pics/gcjl_r.png) no-repeat;background-size:contain;}


.yuanquan_zx{width:250px; height:250px; border-radius:138px; position:absolute; left:-50px; top:355px; z-index:10;}
.y_zx {width:250px; height:250px; background:url(../pics/zfcg_b.png) no-repeat; display:block;background-size:contain;}
.y_zx:hover {background:url(../pics/zfcg_r.png) no-repeat;background-size:contain;}



.yuanquan_yx{width:250px; height:250px; border-radius:138px; position:absolute; right:-40px; top:355px; z-index:10;}
.y_yx {width:250px; height:250px; background:url(../pics/fdc_b.png) no-repeat; display:block;background-size:contain;}
.y_yx:hover {background:url(../pics/fdc_r.png) no-repeat;background-size:contain;}

.yuanquan_7{width:250px; height:250px; border-radius:138px; position:absolute; left:580px; top:615px; z-index:10;}
.y_7 {width:250px; height:250px; background:url(../pics/xmgl_8.png) no-repeat; display:block;background-size:contain;}
.y_7:hover {background:url(../pics/xmgl_81.png) no-repeat;background-size:contain;}

.yuanquan_8{width:250px; height:250px; border-radius:138px; position:absolute; left:319px; bottom:-65px; z-index:10;}
.y_8 {width:250px; height:250px; background:url(../pics/xmgl_7.png) no-repeat; display:block;background-size:contain;}
.y_8:hover {background:url(../pics/xmgl_71.png) no-repeat;background-size:contain;}

.yhsl {
	width: 100%; /* 设置容器的宽度 */
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 显示省略号来表示溢出的内容 */
}