/*@font-face {
  font-family: '思源黑体';
  src: url('font/SourceHanSansCN-Normal.otf');
  src: url('font/SourceHanSansCN-Regular.otf');
  src: url('font/SourceHanSansCN-Medium.otf');
  }
*/
@font-face{
  font-family: SourceHanSansRegular;
  src: url('./font/SourceHanSansCN-Regular.otf');
}
body {
	background-color: #fff;
	font-family: SourceHanSansRegular,"Microsoft Yahei";
	width:100%;
}
h2 {
	font-size: 26px;
	padding:0 30px;
	color:#444;
}
h2 small {
	font-size: 55%;
}
a {
	outline-style: none;
	text-decoration: none;
}
/* header  start! */
header{
	display:block;
	width: 100%;
	height:94px;
	background-image: url('../images/top.jpg');
}
img {
	max-width: 100%；
}
ul{margin:0 auto;padding:0;}
ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.nav {
	width:1200px;
	height:94px;
	margin:0 auto;
}
.nav .navlogo {
	width:200px;
	float: left;
}
.nav .navbartop {
	width:780px;
	margin-left: 0;
	float:left;
}
.nav .navlogo a{outline: none;}
.nav .navbartop ul{
	list-style: none;
	margin: 34px auto;
	padding-left: 70px;
}
.nav .navbartop ul li{
	width:85px;
	height:25px;
	float: left;
	margin-left: 15px;
/*	padding:10px;*/
	list-style: none;
}
.nav .navbartop ul li a{
	
	font-size: 15px;
	width:85px;
	height:25px;
	font-weight: medium;
	color:#232323;
	padding: 5px 12px;
	text-align: justify;
	outline: none;
}
.nav .navbartop ul li:hover a{
	background-color: #3D62AD;
	text-decoration:none;
	padding: 5px 12px;
	border-radius: 15px;
	color:#fff;
}
.nav .navbartop li.liactive a {
	background-color: #3D62AD;
	text-decoration:none;
	padding: 5px 12px;
	border-radius: 15px;
	color:#fff;
}
/* 当前导航的类状态 */
/*.nav .navbartop .liactive{
	background-color: #3D62AD;
	text-decoration:none;
	border-radius: 15px;
	color:#fff;
	width:85px;
	height:25px;
	float: left;
	margin-left: 15px;
	list-style: none;
}
.nav .navbartop .liactive a {
	font-family: '思源黑体';
	font-size: 15px;
	width:85px;
	height:25px;
	font-weight: medium;
	color:#000;
	padding: 5px 12px;
	text-align: center;
	border-radius: 15px;
	outline: none;
	color:#fff;
}
*/
.nav .navsearch {
	width:180px;
	float:right;
	margin:35px auto 0;
}
.nav .navsearch .search {
	margin: 0 auto;
	height:23px;
	border: 1px solid #f5f5f5;
	width: 180px;
	text-indent: 15px;
	padding: 0 ;
	margin: 0 auto;
	border-radius: 15px;	
	-moz-border-radius: 15px;	
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	background-image: url('../images/search.png');
	background-color: #fff;
	color:#777;
	cursor:pointer;
}
.nav .navsearch .search:onfocus {
	margin: 0 auto;
	height:23px;
	border: 1px solid #f5f5f5;
	width: 180px;
	text-indent: 15px;
	padding: 0 ;
	margin: 0 auto;
	border-radius: 15px;
    -moz-border-radius: 15px;	
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	background-image: url('../images/search.png');
	background-color: #fff;
	color:#777;
	cursor:pointer;
}
/* header  end! */
/* banner start! */
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 724px;
	overflow: hidden;
	zoom: 1;
}
.slides {
	margin-bottom: 0px;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	list-style: none;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(/style/images/banner/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav {
	list-style: none;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
/*	position: absolute;*/
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(/style/images/banner/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 724px;
	display: block;
}
/* banner end! */
/*main start!*/
.main {
	width: 100%;
	padding-top: 55px;
	text-align: center;
	background-color: #fff;
}
.more{
	width: 1050px;
	margin:0 auto;
	text-align: right;
}
.more a{
	text-decoration: none;
	padding:0 10px;
	font-size: 85%;
	background-color: #3D63AE;
	color: #eee;
}
.more a:hover{
	text-decoration: none;
	padding:0px 10px;
	background-color: #4290C1;
	color: #fff;
}
/*company about start!*/
.main .about{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}
.main .about h2{
	margin-bottom: 0;
	font-size:44px;
	color: #555;
}
.main .about h2 small{
	margin-bottom: 0;
	font-size:50%;
	color: #999;
}
.main .about_content {
	width:100%;
	background-color: #f4f4f4;
}
.main .about_main{
	width: 1200px;
	margin:0 auto;
	background-color: #F4F4F4;
	padding:0px 20px 10px;
}
.main .about_main .row>div>img {
	margin-top: -65px;
	margin-bottom: -25px;
/*	transform:scale(1.1);
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);*/
}
.main .about_main p {
	padding: 5px 55px;
	margin-top: 25px;
	text-indent: 0px;
	text-align: justify;
	color:#555;
	font-size: 105%;
}
.row div {
	margin: 0 auto;
	text-align: center;
}
.row p {
	margin: 0 auto;
	text-align: left;
	text-indent: 20px;
	padding: 10px 10px 10px 0;
}
.brand .row img {
	width: 100%;
	border-radius: 8px;
	vertical-align: middle;
}
/*company about start!*/
/*brand start!*/
.brand {
	width: 100%;
	height: 260px;
	text-align: center;
	background-color: #fff;
	margin-top:35px;
	padding: 5px;
    background: url(../images/brand/brand.jpg) no-repeat;
    background-position: center;
}
.brand_content {
	width: 1200px;
	margin:0 auto;
	height:260px;
}
.brand-main {
	width: 250px;
	float: left;
	padding-top:28px;
}
.brand-table {
	display: table;
	float: left;
	margin-top:65px; 
	max-width: 900px;
}
.brand-table .tr{
	display: table-row;
}
.brand-table .tr .cell{
	display: table-cell;
	padding: 8px 3px;
	margin: 5px 0;
	width:237px;
}
.brand-table .tr .cell img {
	max-width:100%;
	border-radius: 8px;
}
/*brand end!*/
/*product start!*/
.border_top {
	border-top: 1px solid #aaa;
	margin-bottom: 5px;
}
.main .product{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}
.main .product h2{
	margin-bottom: 0;
}
.main .productlist{
	width:1200px;
	text-align: center;
	margin: 0 auto;
	height: 350px;
}
.productlist ul {
	list-style: none;
}
.productlist ul li {
	margin:2px auto;
	padding: 5px 0;
	float:left;
	width:25%;
}
.productlist ul li  img{
	border: 1px solid #ddd;
	width:98%;
	max-width: 300px;
	max-height: 225px;
}
.productlist ul li p {
	margin-top: 5px;
	border-top-style: 1px solid #eee;
}
.product_name {
	font-size: 120%;
	color:#333;
}
.product_about {
	font-size: 110%;
	color:#999;
}
/*product end!*/
/*news start!*/
.news_content{
	background-color: #f4f4f4;
	padding: 20px 0;
/*	margin-top: 5px;*/
}
.main .news{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	background-color: #f4f4f4;
}
.main .news h2{
	margin-bottom: 0;
}
.main .news_main{
	width: 1200px;
	margin: 0 auto;
	height:330px;
	background-color: #F4F4F4;
	padding:10px 20px 0 ;
}
.main .news_main .news_left {
	width: 395px;
	height:auto;
	max-height:320px;
	float:left;
	margin-top:17px;
}
.main .news_main .news_left img {
	width: 395px;
	height:280px;
}
.news_left_float {
	position: relative;
	top: -50px;
	text-align: left;
	padding: 15px 30px;
	background-color:#333;
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;
	color: #fff;
	font-size:16px;
	width:394px;
	height:50px;
}
.news_left_float a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.news_left_float a:hover {
	color: #ccc;
}
.main .news_main .news_right {
	width:760px;
	float: right;
	height:auto;
	max-height:320px;
	margin-top:17px;
}
.main .news_main .news_right ul{
	padding-left: 10px;
	list-style: none;
	margin-left:10px;
	text-align: left;
}
.news_right ul li {
	display:block;
	background-color: #fff;
	height: 75px;
	margin-bottom:25px;
	padding: 0;
}
.news_right ul li:hover {
	background-color: #eee;
}
.news_right_img {
	width:75px;
	height:75px;
	float:left;
	background: url('../images/news_icon.jpg') no-repeat;
}
.news_right_img h4 {
	color:#fff;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0px;
}
.news_right .news_right_img p {
	color:#888;
	font-size: 28px;
	text-align: center;
}
.news_right_content {
	width: 665px;
	height:75px;
	float:right;
	padding: 15px 10px;
}
.news_right_content  a {
	color: #333;
	
    font-size: 15px;
    outline-style: none;
    padding:5px 10px;
    margin: 5px 0;
    text-decoration: none;
}
.news_right_content  a:hover {
	color:#4290c1;
}
.news_right_content p {
    color: #aaa;
    font-size: 14px;
    padding: 3px 10px;
}
/*news end!*/
/*main end!*/
/**
 ***foot  start!
 ****
 **/
/*footer  start!*/
.footer {
	width:100%;
	clear:both;
    background-color: #223762;
}
.footer_nav {
	width:1200px;
	height: 245px;
	margin: 0 auto;
	color: #eee;
}
.footer_nav ul.lt {
	margin-top: 30px;
	width: 160px;
	height:160px;
	text-align: left;
	float:left;
	list-style: none;
	padding-left:  0px ;
	border-right: 1px solid #516F91;
}
.footer_nav ul.lt li {
	padding: 0px 5px 5px 5px;
	text-align: center;
	font-size: 14px;
	color:#6D7B96;
}
.footer_nav ul.lt li a{
	color: #6D7B96;
	text-decoration: none;
	outline: none;
}
.footer_nav ul.lt li a:hover{
	color: #fff;
}
.footer_nav ul.lt li:first-child {
	padding: 0px 5px 5px 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: medium;
}
.footer_nav ul.lt li:first-child  a{
	color: #fff;
	font-weight: medium;
	text-decoration: none;
	outline: none;
}
.footer_nav ul.lt li:first-child  a:hover{
	color: #4290c1;
}
.footer_nav ul.lf {
	width: 350px;
	height:160px;
	text-align: left;
	border-right:0px;
	padding: 0 20px;
}
.footer_nav ul.lf li {
	text-align: left;
}
.footer_nav ul.lf li:first-child {
	padding: 0px 5px 5px 5px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: medium;
}
/*footer  end!*/
/*footer_powerby  start!*/
.footer_powerby {
	text-align: left;
	background-color: #06152C;
}
.footer_powerby .footer_main02 {
	font-size: 95%;
	text-align: left;
	margin: 0px auto;
	padding: 45px 0;
	color: #bbb;
}
.footer_powerby .footer_main02 span{
	color: #777;
}
.footer_powerby .footer_main02 span a{
	text-decoration: none;
	color: #777;	
}
.footer_powerby .footer_main02 span a:hover{
	color: #fff;
}
.footer_powerby .row .wx{
	padding: 10px;
}
/*footer_powerby  end!*/
/****
内容页面样式开始
***/
.banner01 {
	width:100%;
	height: 330px;
	position:relative;
	z-index: 3;
	background-image: url('../images/banner/banner_n01.jpg');
}
.banner02 {
	width:100%;
	height: 330px;
	position:relative;
	z-index: 3;
	background-image: url('../images/banner/banner_n02.jpg');
}
.banner03 {
	width:100%;
	height: 330px;
	position:relative;
	z-index: 3;
	background-image: url('../images/banner/banner_n03.jpg');
}
.banner04 {
	width:100%;
	height: 330px;
	position:relative;
	z-index: 3;
	background-image: url('../images/banner/banner_n04.jpg');
}
.banner05 {
	width:100%;
	height: 330px;
	position:relative;
	z-index: 3;
	background-image: url('../images/banner/banner_n05.jpg');
}
.banner06 {
	width:100%;
	height: 330px;
	position:relative;
	z-index: 3;
	background-image: url('../images/banner/banner_n06.jpg');
}
/*tab  start!*/
.tab {
	width: 1200px;
	height:55px;
	margin: 0 auto;
}
.tab ul {
	list-style: none;
	margin:8px auto;
	padding-left: 0px;
}
.tab ul li {
/*	width: 150px;*/
	float: left;
	height:42px;
	margin-right: 10px;
	padding:10px 15px;
	text-align: center;
	font-size:17px;
	background-color: #dedede;
	border: 1px solid #dedede;
}
.tab ul li:hover {
	border: 1px solid #6F94B1;
	background-color: #769BB6;
	background-image: url('../images/tab.jpg');
}
.tab ul li:hover a {
	color: #fff;
}
.tab ul li a{
	width:100%;
	color:#383838;
	outline:none;
	text-decoration: none;
}
.tab ul li a:hover{
	color:#fff; 
}
.tab .tab_active {
	border: 1px solid #6F94B1;
	background-color: #769BB6;
	background-image: url('../images/tab.jpg');
}
.tab .tab_active a {
	color: #fff;
}
/*tab  end!*/
hr {
	color:#dadada;
	margin:0 0 10px;
}
.main_n {
	width:1200px;
	padding:0px;
	margin: 0 auto;
	min-height: 600px;
}
.main_n h2 {
	
	font-size: 30px;
	color:#555;
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 0px 0px 12px; 
	border-bottom: 1px solid #dadada;
}
.main_n h2 i{font-style: normal;}
.main_n h2 span{
	
	font-size: 13px;
	color:#555;
	letter-spacing:2px ;
	float:right;
	width: 600px;
	text-align: right;
	margin-top:20px;
}
.main_n h2 span a{
	color:#555;
	outline: none;
	text-decoration: none;
}
.main_n h2 span a:hover{
	color:#4290c1;
}
.main_n .main_n_content {
	margin-top: 10px;
	background-color: #f9f9f9;
	padding:  55px 45px;
	height:auto;
}
.main_n_left {
	width: 410px;
	float:left;
}
.main_n_right {
	width: 665px;
	padding: 0 5px;
	height:auto;
	float:right;
	text-align: justify;
}
/*
***新闻列表页 开始！
 */
.main_n .main_n_newlist {
	background-color: #f9f9f9;
	padding:  60px 40px;
}
.main_n .main_n_news_ul {
	width: 1080px;
	margin: 0 auto;
	list-style: none;
}
.main_n_news_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.main_n .main_n_news_ul li{
	height: 150px;
	background-color: #fff;
	border:1px solid #ddd;
	margin-bottom: 15px;
	padding: 5px;
}
.main_n .main_n_news_ul li:hover{
	background-color: #eee;;
}
.news_list_img {
	width:190px;
	height:140px;
	float:left;
}
.news_list_img>a{
	outline: none;
}
.news_list_img a img {
	width:190px;
	height:140px;
}
.news_list {
	width:820px;
	height:140px;
	float:left;
	padding:5px;
	margin-left:15px;
}
.news_list h2 {
	
	font-size:20px;
	padding: 0 20px;
	margin-top:10px;
	margin-bottom: 20px;
	border:0px;
}
.news_list h2 a {
	color: #555;
	text-decoration:none;
	font-weight: bold;
/*	display: inline-block;
	float:left;
	width:710px;*/
}
.news_list h2 a:hover {
	color: #4290c1;
}
.news_list h2 span{
	
	font-size:12px;
	color:#aaa;
	float: right;
	margin-top: 10px;
	width: 100px;
}
.news_list p {
	
	font-size:13px;
	height:65px;
	color:#525252;
	padding: 0 20px;
	text-align: justify;
}
.main_n .page {
	width:1080px;
	margin: 10px auto;
	height:50px;
	text-align:center;
}
.main_n .page ul{
	list-style: none;
	margin:0 auto;
	text-align: center;
	padding: 10px 0;
}

.page {list-style: none;margin:50px auto 30px;text-align: center;padding:5px 0;}
.page ul>  a,.page ul> span{
	display: inline-block;text-decoration: none;outline: none;min-width:40px;height:35px;line-height: 35px;
	font-size: 13px;padding:0 10px;color:#ababab;background-color: #fff;border: 1px solid #ababab;margin:3px 1px;border-radius: 5px;transition: all .4s;}
.page ul> span{color:#fff;background-color: #555;border: 1px solid #555;}
.page ul>a:hover{color:#fff;background-color: #555;border: 1px solid #555;}



/*
***新闻列表页 结束！
 */
/*
***新闻内容页 开始！
 */
.main_n .main_n_newcontent {
	width:1200px;
	background-color: #f9f9f9;
	padding:  60px 80px 120px;
	margin: 0 auto;
}
.main_n_newcontent h1 {
	font-size: 20px;
	text-align: center;
	color: #565656;
	font-weight: medium;
}
.main_n_newcontent .new_p {
	text-align: center;
	font-size: 13px;
	color:#a7a7a7;
}
.main_n_newcontent p span {
	margin-right: 8px;
}
.main_n_new_content {
	margin-top:30px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 50px 0;
	font-size:14px;
}
/*
***新闻内容页 结束！
 */
/*
***产品列表页 开始！
 */
.main_n .main_n_productlist {
	background-color: #f9f9f9;
	padding:  60px 20px;
}
.productlist_n ul {
	list-style: none;
}
.productlist_n ul li {
	margin:2px auto 25px;
	padding: 5px 0;
	display:inline-block;
	width:33%;
}
.productlist_n ul li  img{
	border: 1px solid #ddd;
	width:98%;
	max-width: 362px;
	max-height:290px;
}
.productlist_n ul li p {
	text-align: center;
	margin-top: 5px;
	border-top-style: 1px solid #eee;
}
.product_name {
	font-size: 18px;
	padding:5px 0;
	color:#666;
}
.product_about {
	font-size: 12px;
    padding:5px 0;
    margin-top:20px;
	color:#aaa;
}
/*
***产品列表页 结束！
 */
/*
***产品内容页 开始！
 */
.productlist_head{
	margin: 10px auto 30px;
	padding: 10px 50px 30px;
	height:420px;
/*	background-color: #999;*/
}
.productlist_left {
	width: 500px;
	float:left;
}
.productlist_left img{
	width: 100%;
	width:500px;
	height:375px;
	border:1px solid #dadada;
}
.productlist_right {
	width:525px;
	height:375px;
	float:left;
	margin-left: 25px;
}
.productlist_right p {
	width:100%;
	height:60px;
	color:#00a0e1;
	font-size: 16px;
	margin-bottom: 10px;
	padding:15px 10px;
	background-color: #fff;
	border:1px solid #dadada;
}
.productlist_right p span {
	font-size: 18px;
	font-weight: medium;
	color:#434343;
}
.productlist_n h3 {
	
	color:#565656;
	font-size: 21px;
	clear:both;
}
.main_n_product_content {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 30px 50px;
    font-size: 14px;
}
/*
***产品内容页 结束！
 */
/*
***服务支持列表页 开始！
 */
.main_n .main_n_servicelist {
    background-color: #f9f9f9;
    padding: 60px 40px;
}
.main_n .main_n_service_ul {
    width: 1080px;
    margin: 0 auto;
    list-style: none;
}
.main_n .main_n_service_ul li {
    height: 65px;
    width:100%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 5px;
}
.main_n .main_n_service_ul li:hover {
    background-color: #f9f9f9;
}
.service_list_img {
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 15px;
    margin-left:15px;
}
.service_list {
    width: 800px;
    height: 53px;
    float: left;
    padding: 5px;
    margin-left: 15px;
}
.service_list h2{
	font-size: 20px;
	margin-top: 10px;
	border: 0px;
	width:550px;
}
.service_list h2 a{
	text-decoration: none;
	color:#555;
}
.service_list h2 a:hover{
	color: #4290c1;
}
.service_list h2 span {
	
	font-size: 12px;
	color: #aaa;
	float: right;
	width: 150px;
	text-align: right;
	margin-top: 5px;
}
.download {
	width:100px;
	float:right;
	margin-top: 15px;
}
.download a{
	outline: none;
}
/*
***服务支持列表页 结束！
 */
/*
***招聘信息列表页 开始！
 */
.main_n .main_n_joblist {
    background-color: #f9f9f9;
    padding: 60px 40px;
}
.main_n .main_n_job_ul {
    width: 1080px;
    margin: 0 auto;
    list-style: none;
}
.main_n .main_n_job_ul li {
    height: 85px;
    width:100%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 12px 5px;
}
.main_n .main_n_job_ul li:hover {
    background-color: #f9f9f9;
}
.job_list_img {
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 15px;
    margin-left:15px;
}
.job_list {
    width: 900px;
    height: 73px;
    float: left;
    padding: 5px;
    margin-left: 15px;
}
.job_list h2{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	height:43px;
	border: 0px;
	width:890px;
	text-align: left;
}
.job_list h2 a{
	text-decoration: none;
	color:#555;
}
.job_list h2 a:hover{
	color: #4290c1;
}
.job_list h2 span {
	
	font-size: 15px;
	color: #434343;
	width: 180px;
	float:left;
	text-align: left;
	margin-top: 5px;
	margin-right: 20px;
}
.job_list h2 span:first-child {
	
	font-size: 15px;
	color: #434343;
	width: 250px;
	float:left;
	text-align: left;
	margin-top: 5px;
	margin-left:10px;
	margin-right: 30px;
}
.job_download {
	width:50px;
	float:right;
	margin-top: 15px;
}
.job_download a{
	outline: none;
}
/*
***招聘信息列表页 结束！
 */
/*
***联系我们单页 start！
 */
.main_n_contact {
	width:975px;
	margin:10px auto;
	height:269px;
/*	background-color: #999;*/
}
#dituContent{width:100%;height:269px;margin:20px auto;}
.main_n_contact_left {
	width: 345px;
	height: 160px;
	float:left;
	margin-top: 0;
}
.main_n_contact_left  img{
	width:100%;
}
.main_n_contact_right {
	width: 580px;
	height: 160px;
	float:right;
	margin-bottom: 30px;
	margin-top: 0;
}
.main_n_contact_right p span {
	
	font-size: 16px;
	font-weight:bold;
	color:#434343;
}
/*
***联系我们单页 end！
 */
/*
***搜索结果单页 start！
 */
.search h2 {
	text-align: center;
}
.main_n .main_n_searchlist {
    background-color: #f9f9f9;
    padding: 60px 40px;
}
.searchout {
	text-align: center;
	margin:10px auto;
	padding:20px;
	background-color: #f5f5f5;
	font-size:16px;
}
.searchout .yanse {
	color:#B90404;
}
.main_n .main_n_search_ul {
    width: 1080px;
    margin: 0 auto;
    list-style: none;
}
.main_n .main_n_search_ul li {
    height: 65px;
    width:100%;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px 5px;
}
.main_n .main_n_search_ul li:hover {
    background-color: #f9f9f9;
}
.search_list_img {
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 10px;
    margin-left:15px;
}
.search_list {
    width: 950px;
    height: 43px;
    float: left;
    padding: 0 5px;
    margin-left: 15px;
}
.search_list h2{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	height:43px;
	border: 0px;
	width:950px;
	text-align: left;
}
.search_list h2 a{
	text-decoration: none;
	color:#555;
}
.search_list h2 a:hover{
	color: #4290c1;
}
.search_list h2 span {
	
	font-size: 15px;
	color: #434343;
	width: 180px;
	float:left;
	text-align: left;
	margin-top: 5px;
	margin-right:10px;
}
.search_list h2 span:first-child {
	
	font-size: 15px;
	color: #434343;
	width: 480px;
	float:left;
	text-align: left;
	margin-top: 5px;
	margin-right:10px;
}
/*
***搜索结果单页 end！
 */