﻿@charset "utf-8";
/* CSS Document */
html,body,p{ width:100%; margin:0; padding:0; font-family:Arial,Helvetica,sans-serif; font-size:14px;}
body{ min-width:1200px;}
a,a:hover{ text-decoration:none; color:#000;}
ul,li,img{ list-style:none; margin:0; padding:0;}
a{ border:none;}
img{ border:none;}

.clear{ 
	clear: both;
   	display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
/*------------------------clearfix----------------*/
.clearFix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* MSIE6- */
* html .clearFix
{
    height: 1%;
}

/* MSIE7- */
.clearFix
{
    zoom: 1;
}
.clearFix
{
    display: block;
}

/*头部*/

.head{
	background:url(../images/head_bg.jpg) repeat-x;
	height:90px;
	position:relative;
	font-weight:700;
	box-shadow:0 1px 8px 1px #222;
	text-shadow:0 1px 0 #fff;
    z-index:1000;
}
.head .nav{
	width:1050px;
	margin:0 auto;
}
.head img{
	position:absolute;	
	z-index:999999;
}
.head ul{ 
	padding-left:86px;
	position:relative;
	}
.head ul .up{ 
	padding:0 25px;/*0 33.5px*/
	height:auto;
	line-height:78px;
	color:#727272;
	float:left;
	position:relative;
}
.head .up:hover{
	color:#c90000;	
}
.head .up a:hover{
	color:#c90000;	text-decoration: none;
}
.head ul li .down{
	position:absolute;
	width:100%;
	background:url(../images/nav_sliding_back.jpg);
	background-size:100% 100%;
	top:60px;
	left:0;
	padding:0;
	color:#666;
	text-align:center;
	display:none;
	border-radius:0 0 5px 5px;
	text-shadow:none;
	z-index:999;
	/*font-family:"proxima-nova-1","proxima-nova-2","Lato",sans-serif;*/
}
.head ul li .down li{
	height:30px;
	line-height:30px;
}
.head ul li .down li a{
font-size: 12px;
color: #666;
text-transform: uppercase;
text-decoration: none;
}

.head ul li .down li:hover{
	color:#c90000;
}
.head a{
	color:#727272;
}

/*头部微博&二维码*/
.head_social{
	position:absolute;
	width:132px;
	top:25px;
	right:5px;
}
.head_social .weibo{
	background:url(../images/head_wb.png) 0 -26px no-repeat;
	width:26px;
	height:26px;
	display:block;
	float:left;
}
.head_social .weibo:hover{
	background:url(../images/head_wb.png) no-repeat;
}
.head_social .wechat{
	background:url(../images/head_wechat.png) 0 -26px no-repeat;
	width:100px;
	height:26px;
	display:block;
	float:right;
	position:relative;
}
.head_social .wechat:hover{
	background:url(../images/head_wechat.png) no-repeat;
}

.head_social .wechat_ewm{
	position:absolute;
	top:40px;
	left:-8px;
	background:#fff;
	width:110px;
	height:110px;
	display:none;
}

.head_social .wechat_ewm img{
	display:block;
	width:100%;
}
.head_social .wechat_ewm:before {  
	position: absolute;  
	display: inline-block;  
	border-left: 10px solid transparent;  
	border-bottom: 10px solid #EEE;  
	border-right: 10px solid transparent;  
	border-bottom-color: #EEE;  
	top: -10px;  
	left: 46px;  
	content: '';  
}
.head_social .wechat_ewm:after {  
	position: absolute;  
	display: inline-block;  
	border-left: 10px solid transparent;  
	border-bottom: 10px solid #fff;  
	border-right: 10px solid transparent;  
	top: -8px;  
	left: 46px;  
	content: ''; 
}
.head_social .wechat:hover .wechat_ewm{
	display:block;
}
/*.head{
	background:url(../images/head_bg.jpg) repeat-x;
	height:90px;
	position:relative;
	font-weight:700;
}
.head .nav{
	width:960px;
	margin:0 auto;
}
.head img{
	position:absolute;
	z-index:9999;
}
.head ul{ 
	padding-left:86px;
	}
.head ul .up{ 
	padding:0 33.5px;
	height:auto;
	line-height:60px;
	color:#727272;
	float:left;
	position:relative;
}
.head ul li .down{
	position:absolute;
	width:100%;
	top:70px;
	left:0px;
	padding-left:0;
	text-align:center;
	z-index:999;
	display:none;
}
.head ul li .down li{
	width:100%;
	height:22px;
	line-height:22px;
	font-size:12px;
	font-weight:600;
	color:#666;
}
.head ul li .down li:hover{
	color:#000;
}
.head .down_bg{
	width:100%;
	height:0px;
	overflow:hidden;
	background:url(../images/nav_sliding_back.jpg) repeat-x;
	position:absolute;
	left:0;
	top:60px;
}
.head a{
	color:#727272;
	text-shadow:0 1px 0 #fff;
}*/


/*横幅*/

.adv{
	/*background:url(../images/microtile.png) repeat;*/
	box-shadow:0 1px 2px 0 #585656;
	width:100%;
	background-color:#e0e0e0;
}
.adv .adv_site{
	max-width:1728px;
	min-width:960px;
	margin:0 auto;
	height:auto;
}
.adv .adv_site img{
	display:block;
	width:100%;
	height:auto;
}

/*首页*/

.index{ 
	width:100%; 
	padding-bottom:70px;
	background:#f7f7f7;
}
.p_list{
	width:972px;
	margin:0 auto;
	}
.p_list li{
	float:left;
	width:309px;
	height:200px;
	margin-right:12px;
	margin-top:20px;
}
.p_list li img{
	width:100%;
	height:100%;
}
.p_list .last{
	margin-right:0;
}

/*关于北鼎*/
.about_us{
	width:100%;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#f7f7f7;
	padding-bottom:70px;
}
.about_us h2{ 
	margin:0 auto;
	width:960px;
	font-size:32.42px;
	color:#6f6f6f;
	font-weight:normal;
	line-height:90px;
}
.about_us .con{
	width:960px;
	margin:0 auto;
	background:#fff;	
	padding-bottom:100px;
	box-shadow:1px 1px 3px #ddd;
}
.about_us .con .map{
	margin:0 auto;	
	width:820px;
	height:512px;
	padding-top:70px;
}

.about_us .con .title{
	color:#000;
	line-height:100px;
	text-align:left;
}
.about_us .con .title span{
	font-size:26px;
	text-align:left;
	padding-left:90px;
	display:block;
	float:left;
	width:390px;
}
.about_us .con .title span a{
	height:50px;
	line-height:50px;
	font-size:14px;
	margin-right:15px;
}
.about_us .con .address{
	width:960px;
	color:#000;
	font-weight:normal;	
	
}
.about_us .con .address ul{
	float:left;
	width:390px;
	padding-left:90px;
	height:120px;
	overflow:hidden;
}
.about_us ul li span{
	color:#c90000;
}
.about_us ul li p{
	padding:9px 0;
	line-height:1em;
}
.about_us .li_1{
	width:70px;
	float:left;
}
.about_us .li_2{
	width:300px;
	float:left;
}
.about_us .search{
	width:560px;
	margin:0 auto;
	margin-top:34px;
	clear:both;
}.about_us .con .map {
margin: 0 auto;
width: 820px;
height: 582px;
padding-top: 50px;
}.about_us .con .map{
	margin:0 auto;	
	width:820px;
	padding-top:70px;
}

.about_us .con .title{
	color:#000;
	line-height:100px;
	text-align:left;
}

.about_us .con .title span{
	font-size:26px;
	text-align:left;
	padding-left:90px;
	display:block;
	float:left;
	width:390px;
}
.about_us .con .title span a{
	height:50px;
	line-height:50px;
	font-size:14px;
	margin-right:14px;
	display:block;
	float:left;
	margin-top:30px;
}

.about_us .con .address{
	width:960px;
	color:#000;
	font-weight:normal;
	padding-left:90px;
}
.about_us .con .address ul{
	float:left;
	width:415px;
	padding-left:0px;
	height:120px;

}
.about_us .search input{
	float:left;
	width:400px;
	height:23px;
	border:1px solid #a6a6a6;
}
.about_us .search .button{
	float:right;
	width:80px;
	border:none;
	color:#fff;
	background:#4e4e4e;
	height:25px;
}
.about_us .search input {
float: left;
width: 400px;
height: 23px;
border: 1px solid #DDDDDD;
border-top: 1px solid #fbfbfb;
box-shadow: 1px 1px 1px #DDDDDD;
border-radius: 5px;
background: url(../images/search_bg.jpg) repeat-x;
text-indent: 8px;
}

/*2015招聘*/

		.panels {margin-top:20px;margin-left:50px;
			position: relative;
			width: 860px;
			background: #fff;
			border-radius: 0 10px 10px 10px;
			min-height: 515px;
		}

			.panel {
				width: 860px;
			 
				box-sizing: border-box;
			}

				.panel h2 {
					margin: 0;
				}

/*事件*/
.event{
	background:#f7f7f7;
	width:100%;
	padding-bottom:70px;
    min-height:480px;
}
.event .navigator h2 {
    margin: 0 auto;
    width: 480px;
    font-size: 32.42px;
    color: #8c8c8c;
    font-weight: normal;
    line-height: 90px;
    float: left;
}
.event h2{ 
	margin:0 auto;
	width:960px;
	font-size:32.42px;
	color:#8c8c8c;
	font-weight:normal;
	line-height:90px;
}
.event .con{
	width:960px;
	margin:0 auto;
	background:#fff;
	box-shadow:1px 1px 3px #ddd;	
}
.event .con li{
	padding:28px 0;
	margin:0 22px;
	border-bottom:1px solid #f7f7f7;	
}
.event .con p{
	
}
.event .con .blog{
	color:#999999;
	font-size:16px;
}
.event .con .title{
	color:#c90000;
	font-size:18px;
	margin-bottom:5px;
}
.event .con .author{
	color:#000;
	font-size:14px;
	margin-bottom:10px;
}
.event .con .time{
	color:#333333;
	font-size:12px;
	margin-bottom:5px;
}
.event .con .tag{
	color:#999999;
	font-size:12px;
	margin-bottom:5px;
}

.event .navigator {
    width: 960px;
    margin: 0 auto;
    /* background: #fff; */
    /* box-shadow: 1px 1px 3px #ddd; */
    /* margin-bottom: 10px; */
    /* padding-right: 10px; */
    height: 77px;
}

.columns {
    float: right;
    height: 100%;
}
.life .navigator{
    width: 960px;
    margin: 0 auto;
    /* background: #fff; */
    /* box-shadow: 1px 1px 3px #ddd; */
    /* margin-bottom: 10px; */
    /* padding-right: 10px; */
    height: 77px;
}
.life .navigator h2{
    margin: 0 auto;
    width: 480px;
    font-size: 32.42px;
    color: #8c8c8c;
    font-weight: normal;
    line-height: 90px;
    float: left;
}
.life h2{ 
	margin:0 auto;
	width:960px;
	font-size:32.42px;
	color:#8c8c8c;
	font-weight:normal;
	line-height:90px;
}
.navigator .columns a {
    position: relative;
    float: left;
    margin-left: 30px;
    /*font-weight: bold;*/
    line-height: 77px;
    color: #727272/*#63666b*/;
    font-size:14px;
    /* width: 57px; */
    /* font: 14px/5 "Microsoft Yahei", "微软雅黑"; */
}

.navigator .columns a span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #f63b2e;
    border-radius: 4px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
}

.navigator .columns a:hover span {
    width: 100%;
}

/*小北生活*/
.life{
	background:#f7f7f7;
	width:100%;
	padding-bottom:70px;
}
.life .con{
	width:960px;
	margin:0 auto;
	background:#fff;
	box-shadow:1px 1px 3px #ddd;	
}
.life .con .search{
	margin:0 26px;
	padding:35px 0;
	height:30px;
}
.life .con .search label{
	height:30px;
	line-height:30px;
	float:left;
}
.life .con .search .pull{
	width:200px;
	height:32px;
	float:left;
	overflow:hidden;
	margin-left:24px;
}
.life .con .search .search_text{
	height:28px;
	width:196px;
	background:#fff;
	color:#696969;
	border:1px solid #999;background:url(../images/bg_1.jpg);
background-size:100% 100%;
}
.life .con .search .pull_down{
	height:32px;
	width:200px;
	background:#F6F6F6;
	color:#696969;
	border:none;
	
}
.life .con .search option{
	background:#F6F6F6;
	color:#696969;
	border:none;
}
.life .con .search .btn_search{
	height:30px;
	width:60px;
	line-height:30px;
	border:1px solid #ececec;
	color:#696969;
	float:left;
	margin-left:24px;
	background:url(../images/bg_1.jpg);
    background-size:100% 100%;
}
.life .con .list li{
	color:#6e6e6e;
	border-bottom:1px solid #f7f7f7;	
	padding:26px 0;
	margin:0 26px;
}
.life .con .list .page{
	height:20px;
	line-height:20px;
	padding:28px 0 28px 270px;
}
.life .con .list .page a{
	color:#000;
	margin-right:10px;
}
.life .con .list li a{
	color:#6e6e6e;
}
.life .con .list li span{
	padding-right:26px;
	background:url(../images/jt.jpg) no-repeat;
	background-position:center right;
}
.life .con .ys_list{
	width:960px;
	margin:0 auto;
	background:#fff;	
}
.life .con .ys_list li{
	padding:28px 0;
	margin:0 22px;
	border-bottom:1px solid #f7f7f7;
	height:188px;
    width:920px;
	padding-left:240px;
	position:relative;	
}
.life .con .ys_list .page{
	height:20px;
	line-height:20px;
}
.life .con .ys_list .page a{
	margin-right:10px;
}
.life .con .ys_list .picture{
	position:absolute;
	width:212px;
	height:136px;
	top:28px;
	left:0;
}
.life .con .ys_list .picture img{
	width:100%;
	height:100%;
	display:block;
}
.life .con .ys_list p{
	
}
.life .con .ys_list .blog{
	color:#999999;
	font-size:16px;
	margin-bottom:7px;
}
.life .con .ys_list .title{
	color:#646464;
	font-size:18px;
	margin-bottom:7px;
}
.life .con .ys_list .author{
	color:#000;
	font-size:14px;
	margin-bottom:12px;
	
}
.life .con .ys_list .time{
	color:#595959;
	font-size:14px;
	margin-bottom:7px;
}
.life .con .ys_list .tag{
	color:#999999;
	font-size:12px;
	margin-bottom:7px;
}
.life .article{
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-top:60px;	
	box-shadow:1px 1px 3px #ddd;
}
.life .article .picture{
	width:820px;
	height:510px;
	margin:0 auto;
	margin-bottom:36px;
}
.life .article .picture img{
	width:820px;
	height:510px;
	display:block;
}
.life .article h3{
	color:#760A0A;
	width:820px;
	margin:0 auto;
	font-size:22px;
	margin-bottom:18px;
}
.life .article .explain{
	color:#760A0A;
	width:820px;
	margin:0 auto;
	font-size:16px;
	margin-bottom:60px;
}
.life .article .txt{
	width:820px;
	margin:0 auto;
}
.life .article .txt_left{
	float:left;
	width:400px;
	margin-right:40px;
	color:#676767;
	line-height:2em;	
}
.life .article .txt_right{
	float:left;
	width:380px;
}
.life .article .order_txt{
	line-height:2em;	
}
.life .article .order{
	color:#E90000;
	font-size:20px;
	padding-right:30px;
	background:url(../images/order.jpg) no-repeat;
	background-position:center right;
	width:40px;	
	float:left;
}
.life .article .ewm{
	width:200px;	
}
.life .article .ewm img{
	width:100px;
	float:right;
}
.product_page img{
	display:block;
}
.life .article .bottom{
	padding-bottom:100px;
}

.ys_article{
	width:960px;
	margin:0 auto;
	padding-bottom:50px;
}
.ys_article h5{
	font-size::14px;
	font-weight:bold;
	color:#333333;
}
.ys_article p{
	line-height:1.5em;
}

/*--小北食谱--*/
.life table{
	margin:0 auto;
	width:820px;
	border:1px solid #e5e5e5;
	border-right:none;
}
.life table tr{
	height:40px;
	line-height:40px;
}
.life table td{
	border-top:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	width:50px;
}
.life table .title{
	padding-left:10px;
	background:#F8F8F8;
	text-indent:10px;
	color:#000;
	font-weight:bold;
}
.life table .title td{
	border-top:none;
}
table .food{
	color:#676767;
	float:left;	
	padding-left:10px;
}
table .amount{
	color:#999999;
	float:right;
	padding-right:10px;	
}
.step{
	width:820px;
	margin:0 auto;
	padding:30px 0;
}
.step .title{
	color:#333;
	font-weight:bold;
}
.step li{
	with:100%;
	clear:both;
}
.step img{
	padding:18px 18px 18px 0;
	float:left;
	width:300px;
	/*height:210px;*/
}
.step p.recipe-txt{
	padding:18px 0;
	line-height:1.8em;
}
.step .tags{
	padding-top:30px;
	color:#E36C09;
	font-weight:bold;
}
.step .tag_txt{
	text-indent:2em;
}

/*----*/
/*照片和视频*/
.photo{
	width:100%;
	padding-bottom:70px;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#f7f7f7;
}
.photo .photo_img{
	width:1280px;
	margin:0 auto;
	position:relative;
	margin-bottom:40px;
}
.photo .photo_img img{
	width:100%;
	display:block;
}
.photo .photo_title{
	position:absolute;
	color:#fff;
	font-size:40px;
	bottom:40px;
	left:200px;
}
.photo .photo_list{
	width:960px;
	margin:0 auto;	
}
.photo .photo_list .title{
	width:100%;
	height:100px;
	background:#fff;
	box-shadow:1px 1px 3px #ddd;
}
.photo .photo_icon{
	display:block;
	float:left;
	width:700px;
	background:url(../images/header_photos_cn.png) no-repeat;
	background-position:20px center;
	height:100px;
}
.photo .void_icon{
	display:block;
	float:left;
	width:260px;
	background:url(../images/header_videos_cn.png) no-repeat;
	background-position:20px center;
	background-color:#EBEBEB;
	height:100px;
}
.photo_list ul{
	width:100%;
}
.photo_list ul li{
	background:url(../images/p_v_bg.jpg) repeat-x;
	height:200px;
	width:289px;
	float:left;
	padding-left:20px;
	padding-right:10px;
	border-right:1px solid #929292;
}
.photo_list ul .photo_list_title{
	font-size:22px;
	color:#fff;
	font-weight:300px;
	text-shadow:0 -1px 1px #929292;
	line-height:60px;
	height:60px;
}
.photo_list .floatLeft{
	float:left;
	width:149px;
	height:110px;
	background:url(../images/cat.png) no-repeat;
}
.photo_list .floatLeft img{
	width:135px;
	height:88px;
	padding:6px 7px 0;	
}
.photo_list .floatRight{
	float:left;
	width:130px;
	height:110px;
	overflow:hidden;
	color:#4C4C4C;
	font-size:13px;
	padding-left:10px;
}
.photo_list .triangle-arrow{
	background:url(../images/icn_arrow_red.png) no-repeat;
	background-position:right center;
	padding-right:15px;
	white-space:nowrap;
	color:#c90000;
	font-size:13px;
}



/*联系我们*/
.contact_us{
	width:100%;
	padding-bottom:70px;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#f7f7f7;
}
.contact_us h2{ 
	margin:0 auto;
	width:960px;
	font-size:32.42px;
	color:#6f6f6f;
	font-weight:normal;
	line-height:90px;
}
.contact_us .con{
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-top:60px;
	padding-bottom:10px;	
	box-shadow:1px 1px 3px #ddd;
}
.contact_us .con .list{
	width:480px;
	padding:0 10px;
	float:left;	
}
.contact_us .con .info{
	width:460px;
	float:left;
	background:#f2f2f2;
	margin:0 10px;
}
.contact_us .con .info form{
	margin-top:10px;
	padding-bottom:30px;
}
.contact_us .con .list li{
	width:225px;
	margin-right:10px;
	background:#f2f2f2;
	height:158px;
	margin-bottom:10px;
	float:left;
	padding:10px 8px;
	line-height:1.2em;
	font-size:13.5px;
}
.contact_us .con .list li .li_top{
	width:209px;
	height:85px;
	border-bottom:1px dashed #c9c9c9;
	padding-bottom:10px;
}
.contact_us .con .list li .li_bottom{
	width:209px;
	height:64px;
	padding-top:10px;
}
.contact_us .con .list li a{
	color:#666666;
}
.contact_us .con .list .title{
	color:#333333;
	font-weight:bold;
	margin:0px;line-height: 20px;
}
.contact_us .con .list .tag{
	color:#666666;
	margin:0px;line-height: 20px;
}
.contact_us .con .list .tel{
	color:#c90000;
	margin:0px;line-height: 20px;
}.contact_us .con .list .tel a {
color: #c90000;
margin-top: 7px;
}
.contact_us .con .list .last{
	margin-right:0px;
}
.contact_us .con .info li{
	width:200px;
	margin-left:16px;
	float:left;
	background:#f2f2f2;
}
.contact_us .con .info p{
	line-height:2em;
	color:#666666;	
}
.contact_us .con .info input{
	background:#fff;
	width:200PX;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	height:24px;
}
.contact_us .con .info .thems{
	clear:both;
	margin-left:16px;
}
.contact_us .con .info .thems .button{
color: #fff;
border: none;
background: url(../images/btn.jpg) repeat-x;
width: 140px;
height: 45px;
line-height: 45px;
border-radius: 5px;}
.contact_us .con .info textarea{
	height:200px;
	width:418px;
	border:none;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	margin-bottom:40px;
	resize: none;
}
.contact_us .con .info label{
	color:#666;
	margin-right:40px;
}
.contact_us .con .info button{
	color:#fff;
	border:none;
	background:url(../images/btn.jpg) repeat-x;
	width:140px;
	height:45px;
	line-height:45px;
	border-radius: 5px;
}

/*售后服务*/
.after_sale{
	width:100%;
	padding-bottom:70px;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#f7f7f7;
}
.after_sale h2{ 
	margin:0 auto;
	width:960px;
	font-size:32.42px;
	color:#6f6f6f;
	font-weight:normal;
	line-height:90px;
}
.after_sale .con{
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-top:60px;
	padding-bottom:10px;	
	box-shadow:1px 1px 3px #ddd;
}

.after_sale .txt{
	width:100%;
}
.after_sale .txt_left{
	width:780px;
	margin:0 auto;
	color:#676767;
	line-height:2em;
	margin-bottom:50px;	
}

/*活动报名*/
.register{
	width:100%;
	padding-bottom:70px;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#f7f7f7;
}
.register h2{ 
	margin:0 auto;
	width:960px;
	font-size:32.42px;
	color:#6f6f6f;
	font-weight:normal;
	line-height:90px;
}
.register .con{
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-top:60px;
	padding-bottom:10px;	
	box-shadow:1px 1px 3px #ddd;
}
.register .con .list{
	width:460px;
	padding:0 10px;
	float:left;	
}
.register .con .list p{
	line-height:1.8em;
	color:#333;
}
.register .con .info{
	width:460px;
	float:left;
	background:#f2f2f2;
	margin:0 10px;
}
.register .con .info form{
	margin-top:10px;
	padding-bottom:30px;
}
.register .con .info li{
	width:200px;
	margin-left:16px;
	float:left;
	background:#f2f2f2;
}
.register .con .info p{
	line-height:2em;
	color:#666666;	
}
.register .con .info input{
	background:#fff;
	width:200PX;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	height:24px;
}
.register .con .info .thems{
	clear:both;
	margin-left:16px;
}
.register .con .info .thems input{
	width:418PX;
}
.register .con .info textarea{
	height:200px;
	width:418px;
	border:none;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	margin-bottom:40px;
	resize: none;
}
.register .con .info label{
	color:#666;
	margin-right:40px;
}
.register .con .info button{
	color:#fff;
	border:none;
	background:url(../images/btn.jpg) repeat-x;
	width:140px;
	height:45px;
	line-height:45px;
	border-radius: 5px;
}



/*产品页*/
.product_page{
	width:100%;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#f7f7f7;
}
.product_page .product{
	width:50%;
	min-width:1200px;
	margin:0 auto;
	margin-bottom:60px;
}
.product_page .product img{
	width:100%;
	display:block;
}
.product_page .txt{
	width:790px;
	margin:0 auto;
}
.product_page .txt_left{
	float:left;
	width:485px;
	margin:0 20px;
	color:#676767;
	line-height:2em;	
}
.product_page .txt_right{
	float:left;
	width:225px;
	margin:0 20px;
}
.product_page .order_txt{
	line-height:2em;	
}
.product_page .order{
	color:#E90000;
	font-size:20px;
	padding-right:30px;
	background:url(../images/order.jpg) no-repeat;
	background-position:center right;
	width:80px;	
	float:left;
}
.product_page .ewm{
	width:200px;	
}
.product_page .ewm .down{
	width:440px;
	clear:both;
	float:left;
	line-height:50px;
}
.product_page .ewm img{
	width:100px;
	float:right;
}
.product_page img{
	display:block;
}
.product_page .bottom{
	padding-bottom:70px;
}
.product_page .product_img{
	margin:0 auto;
	width:960px;
	margin-top:60px;
}

/*产品集合页*/
.allproduct_bg{
	background:#fff;
	width:100%;
}
.allproduct_page{
	width:960px;
	margin:0 auto;
	padding-top:25px;
	Xpadding-bottom:70px;
}
.allproduct_page ul li{
	width:230px;
	border:1px solid #E2E2E2;
	margin:0 10px 10px 0;
	float:left;
	height:230px;
	position:relative;
}
.allproduct_page ul .last{
	margin:0;
}
.allproduct_page ul li img{
	width:100%;
	height:100%;
	display:block;
}
.allproduct_page ul li .dis_product{
	display:none;
}
.allproduct_page ul li .product_bg{
	position:absolute;
	width:230px;
	height:60px;
	background:#333;
	z-index:998;
	bottom:0;
	left:0;
	filter:alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
.allproduct_page ul li .product_txt{
	position:absolute;
	width:230px;
	background:none;
	z-index:999;
	bottom:0;
	left:0;
	padding-bottom:18px;
}
.allproduct_page ul li .product_txt p{
	width:230px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	color:#fff;
    font-weight:bold;
	line-height:18px;
}
.allproduct_page ul li .product_txt p.product_txt_title{    
	font-size:16px;
}

/*下载页*/
.download{
	width:100%;
	padding-bottom:70px;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#f7f7f7;
}
.download h2{ 
	margin:0 auto;
	width:960px;
	font-size:32.42px;
	color:#6f6f6f;
	font-weight:normal;
	line-height:80px;
}
.download .con{
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-top:40px;
	padding-bottom:10px;	
	box-shadow:1px 1px 3px #ddd;
}
.download .con .txt{
	width:864px;
	margin:0 auto;
	position:relative;
}
.txt_top{
	padding-left:433px;
	height:360px;
	position:relative;
}
.txt_topp{
	padding-left:433px;
	/*height:360px;*/
	position:relative;
}
.download .con .txt_top img{
	position:absolute;
	top:-1px;
	left:-1px;
	border:1px solid #cccccc;
}
.download .con .txt_top .name{
	padding:230px 0 0 50px;
	font-size:22px;
	color:#760a0a;
}
.download .con .txt_top .type{
	padding:16px 0 0 50px;
	font-size:16px;
	color:#760a0a;
}
.download .con .txt_top .button{
	margin:16px 0 0 50px;
	font-size:13px;
	color:#760a0a;
	width:160px;
	height:25px;display:inline-block;text-align:center;padding:1px 6px;
	border:1px solid #DDDDDD;
	border-top:1px solid #fbfbfb;
	box-shadow:1px 1px 1px #DDDDDD;
	border-radius:5px;
	background:url(../images/search_bg.jpg) repeat-x;
}
.download .con .txt_bottom{
	margin:30px 0 80px;
	color:#666666;
	line-height:2em;
}

/*产品帮助*/
.help{
	width:100%;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#f7f7f7;
	padding-bottom:70px;
}
.help h2{ 
	margin:0 auto;
	width:960px;
	font-size:32.42px;
	color:#6f6f6f;
	font-weight:normal;
	line-height:90px;
}
.help .con{
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-top:44px;
	padding-bottom:10px;	
	box-shadow:1px 1px 3px #ddd;
}
.help .con .txt{
	width: 748px;
margin-left: 40px;
}
.help .con .txt h4{
	font-size:20px;
	color:#AA4950;
	Xborder-top:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	padding:16px 0;	
    font-weight:bold;
}
.help .con .txt p{
	font-size:14px;
	color:#756B73;
	margin-bottom:0.5em;
}
.help .con .txt p span{
	color:#97565E;
}
.help .con .search{
	width: 734px;
margin-left: 40px;
padding-bottom: 30px;
margin-bottom: 34px;
border-bottom: 1px solid #e9e9e9;
}
.help .con .search .inp_1{
	width: 600px;
margin-left: 0px;
margin-top: 30px;
}
.help .con .search .inp_1 select{
width: 160px;
height: 23px;
border: 1px solid #DDDDDD;
border-top: 1px solid #fbfbfb;
box-shadow: 1px 1px 1px #DDDDDD;
border-radius: 5px;
background: url(../images/search_bg.jpg) repeat-x;}
.help .con .search .inp_1 input {
width: 300px;
height: 23px;
border: 1px solid #E3E3E3;
margin-left: 40px;
}
.help .con .search .inp_1 .button {
width: 70px;
border: none;
color: #fff;
background: #C2050C;
height: 25px;
margin-left: 10px;
}
.help .con .search .inp_2{
	width:400px;
	margin:0 auto;
	margin-top:34px;
}
.help .con .search .inp_2 input{
	float:left;
	width:300px;
	height:23px;
	border:1px solid #E3E3E3;
}
.help .con .search .inp_2 button{
	float:right;
	width:70px;
	border:none;
	color:#fff;
	background:#C2050C;
	height:25px;
}
.help .con .title{
	width:748px;
	height:30px;
	margin-left:40px;
	background:#eeeeee;
	line-height:30px;
	color:#63616F;
	padding-left:6px;
}
.help .con .title ul{
	float:right;
	color:#762631;
	padding-right:20px;
	font-size:14px;
}
.help .con .title ul li{
	display:inline-block;
}
.help .con .list{
	width:748px;
	margin-left:14px;
	padding-bottom:13px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:50px;
}
.help .con .list li{
	padding-left:30px;
	color:#949494;
	margin-top:13px;
}.help .con .list li a {
color: #97565e;
}
.help .con .list li span{
	color:#97565e;
}

/*公司简介*/
.company{
	width:100%;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#f7f7f7;
	padding-bottom:70px;
}
.company h2{ 
	margin:0 auto;
	width:960px;
	font-size:32.42px;
	color:#6f6f6f;
	font-weight:normal;
	line-height:90px;
}
.company .con{
	width:960px;
	margin:0 auto;
	background:#fff;
	padding-top:44px;
	padding-bottom:50px;
	box-shadow:1px 1px 3px #ddd;
}
.company .con p{
	/*text-indent:2em;*/
	width:860px;
	margin:0 auto;
	line-height:2em;
	font-size:14px;
	color:#666666;
}
/*产品详情*/
.img_con{
	width:790px;
	margin:0 auto;
}
.img_con img{
	width:790px;
	display:block;
}

/*工作机会*/
.job{
	background:#f7f7f7;
	width:100%;
	padding-bottom:70px;
}
.job h2{ 
	margin:0 auto;
	width:960px;
	font-size:32.42px;
	color:#8c8c8c;
	font-weight:normal;
	line-height:90px;
}
.job .search{
	margin:0 26px;
	padding:30px 0;
	height:30px;
}
.job .search label{
	height:30px;
	line-height:30px;
	float:left;
}
.job .search .pull{
	width:200px;
	height:32px;
	overflow:hidden;
	float:left;
	background-image:url(../images/down.jpg);
	background-position:center right;
	margin-left:24px;
}
.job .search .pull_down{
	height:32px;
	width:200px;
	background:#F6F6F6;
	color:#696969;
	border:none;
	
}
.job .search option{
	background:#F6F6F6;
	color:#696969;
	border:none;
}
.job .search .btn_search{
	height:30x;
	width:60px;
	line-height:30px;
	border:1px solid #A9A9A9;
	color:#696969;
	float:left;
	margin-left:24px;
}
.job .con{
	width:960px;
	margin:0 auto;
	background:#fff;
	box-shadow:1px 1px 3px #ddd;	
}
.job .job_list{
	width:100%;
}
.job .index-job-item{
	color: #9097a4;
    display: block;
    line-height: 24px;
    padding: 14px 20px;
    transition: background-color 0.4s ease 0s;
	border:1px solid #eceef1;;
}
.index-job-item .job-info{
	padding-left:70px;
	position:relative;
}
.index-job-item .job-info .avatar{
	position:absolute;
	left:0;
	top:0;
	height:50px;
	width:50px;
}
.avatar img{
	height:50px;
	width:50px;
	display:block;
	border-radius:2px;
}
.index-job-item .job-info b{
	color:#586276;
}
.index-job-item .job-info .author{
	height:28px;
	overflow:hidden;	
}
.index-job-item .job-info .author b{
	margin-right:5px;
}
.index-job-item .author b.job-creator-type{
	margin-right:0px;
}
.index-job-item .author .company-domain{
	margin-right:3px;
}
.index-job-item .author b.job-title{
	font-weight:700;
}
.index-job-item .location, .index-job-item .type, .index-job-item .salary-start, .index-job-item .stock-share{
	margin-right:20px;
}
.nsb-block-ctrl{
	border:1px solid #eceef1;
	padding:25px;
	text-align:center;	
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.pager {
    -moz-user-select: none;
    font-size: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pager a, .pager span {
    background-color: #ecedf0;
    border-radius: 3px;
    color: #6b7485;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    min-width: 14px;
    padding: 0 8px;
}
.pager span {
    background-color: #9097a4;
    color: #fff;
}

/*尾部*/

.footer{
	background:url(../images/footer_bg.jpg) repeat-x;
	width:100%;
	height:220px;
	min-width:960px;
}
.footer .footer_list{
	width:960px;
	margin:0 auto;
	height:180px;
	position:relative;
	font-size:12px;
}
.footer .footer_list li{
	float:left;
	width:160px;
	margin-top:24px;
	font-weight:700;
}
.footer .footer_list li a{
	color:#fff;
}
.footer .on_list{
	margin:0;
	font-weight:normal;
} 
.footer .on_list li{
	margin-top:4px;
	font-weight:normal;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	color:#ccc;
} 
.footer .on_list li a{
	color:#ccc;
}
.footer .brand{
	width:960px;
	height:40px;
	line-height:40px;
	margin:0 auto;
	color:#ccc;
	font-size:12px;
}
.foot_social{
	position:absolute;
	width:132px;
	top:136px;
	left:0;
}
.foot_social .weibo{
	background:url(../images/bg_weibo.png) no-repeat;
	width:27px;
	height:27px;
	display:block;
	float:left;
}
.foot_social .wechat{
	background:url(../images/bg_wechat.png) no-repeat;
	width:100px;
	height:27px;
	display:block;
	float:right;
	position:relative;
}
.foot_social .wechat_ewm{
	position:absolute;
	top:-130px;
	left:-8px;
	padding:3px;
	background:#fff;
	width:110px;
	height:110px;
	display:none;
}
.foot_social .wechat_ewm img{
	display:block;
	width:100%;
	height:100%;
}
.foot_social .wechat_ewm:before {  
	position: absolute;  
	display: inline-block;  
	border-left: 10px solid transparent;  
	border-top: 10px solid #EEE;  
	border-right: 10px solid transparent;  
	border-bottom-color: #EEE;  
	bottom: -10px;  
	left: 45px;  
	content: '';  
}
.foot_social .wechat_ewm:after {  
	position: absolute;  
	display: inline-block;  
	border-left: 9px solid transparent;  
	border-top: 9px solid #fff;  
	border-right: 9px solid transparent;  
	bottom: -8px;  
	left: 46px;  
	content: ''; 
}
.foot_social .wechat:hover .wechat_ewm{
	display:block;
}


/***联系我们***/
.contact_us_bg{
	background:url(../images/contact_us_bg.jpg) no-repeat;
	width:460px;
	height:276px;
	background-size:460px 276px;
	position:relative;
}
.btn_wechat{
	width:101px;
	height:34px;
	background:url(../images/btn_wechat.png) no-repeat;
	border:none;
	position:absolute;
	left:14px;
	top:166px;
}
