/*内页大图公共部分*/
.mastermap{
	margin-top: 70px;
	padding-top: 50px;
	width: 100%;
	height: 395px;
	background: url(../images/newsmastermap.jpg) no-repeat;
	background-size: 100% 445px;
}
.mastermap_txt{
	margin: 0 auto;
	width: 1200px;
}
.mastermap_txt_title{
	margin-top: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 48px;
	color: #FFFFFF;
	padding: 21px;
}
.mastermap_txt_descript{
	margin: 0 auto;
	width: 600px;
	height: 37px;
	line-height: 37px;
	background: url(../images/css_sprite.png) 0 -348px;
}
.mastermap_txt_descript ul li{
	padding:0 20px;
	width: 260px;
	height: 37px;
	line-height: 37px;
	font-size: 24px;
	color: #FFFFFF;
	float: left;
	text-align: center;
}
.mastermap_txt_detail{
	margin: 0 auto;
	margin-top: 10px;
	width: 600px;
	height: 44px;
	text-align: center;
	line-height: 22px;
	color: #FFFFFF;
}
.mastermap_nav{
	position: absolute;
	margin-top: 102px;
	width: 100%;
	height: 62px;
	background: url(../images/mastermap_nav.png) repeat;
	z-index: 1;
}
.mastermap_nav ul{
	display: block;
	margin: 0 auto;
	width: 1182px;
	height: 62px;
}
.mastermap_nav ul li{
	height: 62px;
	line-height: 62px;
	font-size: 24px;
	color: #FFFFFF;
	float: left;
	text-align: center;
	cursor: pointer;
}
.mastermap_nav ul li.on{
	background: url(../images/mastermap_nav_on.png) repeat;
}
.mastermap_nav ul li.news{
	width: 50%;
}
.mastermap_nav ul li.case{
	width: 25%;
}
.mastermap_nav ul li i{
	position: relative;
	display: block;	
	margin-top: 16px;
	margin-left: -100px;
	left: 50%;	
	float: left;	
	width: 40px;
	height: 32px;
	background: url(../images/css_sprite.png)no-repeat;
}
.mastermap_nav ul li.case i{
	margin-left: -70px;
}
.mastermap_nav ul li i.news1{
	background-position:  -180px -77px;
}
.mastermap_nav ul li i.news2{
	background-position:  -180px -109px;
}
.mastermap_nav ul li i.case1{
	background-position:  -180px -141px;
}
.mastermap_nav ul li i.case2{
	background-position:  -180px -173px;
}
.mastermap_nav ul li i.case3{
	background-position:  -180px -205px;
}
.mastermap_nav ul li i.case4{
	background-position: -180px -300px;
}
.mastermap_nav ul li i.agriculture1{
	background-position:  -180px -237px;
}
.mastermap_nav ul li i.agriculture2{
	background-position:  -180px -269px;
}
.newslist .active,.content .active{
	display: block;
}
/*新闻、案例内容列表*/
.newslist{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url(../images/newsbg.jpg) repeat-y;
}
.newslists{
	display: none;
	margin: 0 auto;
	margin-top: 20px;
	width: 1182px;
	min-height: 700px;	
	height: 100%;
	overflow: auto;
}

.newslists ul li{
	padding: 15px 15px 0 15px;
	float: left;
	width: 354px;
	height: 350px;
	background: url(../images/newslistbg.png) no-repeat;
	margin-right: 15px;
	margin-bottom: 15px;
}
.newslists ul li:nth-child(3n+3){
	margin-right: 0;
}
.newslists ul li.mr0{
	margin-right: 0;
}
.newslists ul li p.newsimg{
	width: 355px;
	height: 199px;	
}
.newslists ul li p.newsimg img{
	width: 355px;
	height: 199px;	
}
.newslists ul li p.newstitle{
	height: 35px;
	line-height: 40px;
	font-size: 18px;
	color: #000000;
	padding: 0 5px;
}
.newslists ul li p.newsdescript{
	height: 72px;
	line-height: 24px;
	padding: 0 5px;
	color: #7C7C7C;
}
.newslists ul li p.newsbtn{	
	height: 28px;
	line-height: 28px;
}
.newslists ul li p.newsbtn a{
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #919191;
	text-decoration: none;
	font-weight: bold;
}
.newslists ul li.active{
	background: url(../images/newslistbg_h.png);
}
.newslists ul li.active p.newsbtn a{
	color: #1e75ff;
}
.newslists ul li p.casetitle{
	text-align: center;
}
/*新闻、案例 详情弹窗*/
.newsdetail{
	display: none;
	position:fixed !important; 
	position:absolute; 
	margin-left: -591px;
	left: 50%;
	padding: 30px 80px;
	width: 1022px;
	border-radius: 10px;
	background: #FFFFFF;
	z-index: 4;
}
.newsdetails{
	width: 1102px;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.casedetail{
	padding: 50px 35px 30px 45px;
	width: 1102px;
}
.newsdetail .newsdetail_tit{
	padding: 20px 0;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #111111;
	text-align: center;
}
.newsdetail .casedetailtitle{
	text-align: left;
}
#fullbg {/*遮罩层*/
    background-color: gray;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 3;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}
.close{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top:0;
	margin:20px 20px 0 0;
	background: url(../images/css_sprite.png) -137px -28px;
}
.casedetail .close{
	margin: 0;
	right: 10px;
	top: 10px;
}
/*内容页*/
.content{
	margin-top: 15px;
	width: 100%;
	min-height: 600px;
}
.contenta{
	display: none;
	width: 100%;
}
.content_imglist{
	margin: 0 auto;
	width: 1182px;	
	background: #FFFFFF;
}
.contenta .ch1{
	height: 302px;
}
.contenta .ch2{
	height: 608px;
}
.content_imglist ul li{
	position: relative;
	float: left;
	height: 302px;
	/*overflow: hidden;*/
}
.content_imglist ul li.w2{
	width: 588px;
}
.content_imglist ul li.w3{
	width: 390px;
}
.content_imglist ul li.mr6{
	margin-right: 4px;
}
.content_imglist ul li.mb6{
	margin-bottom: 4px;
}
.content_imglist ul li.w2 img{
	width: 588px;
	height: 302px;
}
.content_imglist ul li.w3 img{
	width: 390px;
	height: 302px;
}
.content_imglist ul li p{
	position: absolute;
	left: 50%;
	/*top: 50%;
	height: 100px;*/
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	color: #010101;
}
.content_imglist ul li.w2 p{
	margin-left: -294px;
	margin-top: -50px;
	width: 588px;
}
.content_imglist ul li.w3 p{
	margin-left: -195px;
	margin-top: -44px;
	width: 390px;
}
.content_imglist ul li p span{
	display: block;
	line-height: 25px;
	color: #000000;
}
.content_imglist ul li p.whitetxt{
	color: #FFFFFF;
	background-color:#666;
	/*filter:alpha(Opacity=80);-moz-opacity:0.5;opacity: 0.5;*/
}
.content_imglist ul li p.whitetxt span{
	color: #FFFFFF;
}
.contents{
	width: 100%;
	background: url(../images/contentbg1.jpg) repeat-y;
}
.content1{
	margin: 0 auto;
	padding-top: 50px;
	width: 1182px;
	height: 100%;
	overflow: auto;
}
.content1 .title{
	width: 1182px;
	height: 46px;
	padding: 15px 0;
	text-align: center;
}
.content1 .describe{
	line-height: 20px;
	text-indent: 24px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.content2{
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 35px;
	width: 1182px;
	height: 276px;
}
.content2 .img{
	margin-top: 20px;
	width: 375px;
	height: 256px;	
}
.content2 .txt{
	/*padding: 15px 0;*/
	width: 720px;
	height: 256px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.content2 .txt .title{
	height: 70px;
	line-height: 70px;
	font-size: 30px;
}
.content2 .txt .describe{
	line-height: 25px;
	font-size: 16px;
	text-indent: 28px;
	letter-spacing: 1px;
}
.content2 .fl{
	float: left;
}
.content2 .fr{
	float:right
}
.content3{
	width: 100%;
	height: 718px;
	background: url(../images/content3bg.jpg) no-repeat;
}
.content3 div{
	margin: 0 auto;
	width: 1182px;
	height: 688px;
	padding-top: 20px;
}
.casedetail_top{
	width: 1092px;
	/*height: 403px;*/
}
.casedetail_top_left{
	float: left;
	width: 300px;
	/*height: 397px;*/
	border: 3px solid #e0e0e0;
	border-radius: 3px;
}
.casedetail_top_right{
	float: left;
	margin-left: 24px;
	padding: 10px 0;
	width: 732px;
	/*height: 383px;*/
}
.casedetail_top_right .title{
	font-size: 20px;
	color: #111111;
	line-height: 60px;
}
.casedetail_top_right .detail{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	height: 170px;
	color: #7C7C7C;
	line-height: 24px;
	font-size: 16px;
}
.casedetail_top_right .casebtn{
	margin-top: 15px;
}
.casedetail_top_right .casebtn a{
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	text-align: center;
	border: 1px solid #bdbdbd;
	border-radius: 25px;
	color: #1e75ff;
	font-size: 16px;
	margin: 10px;
}
.casedetail_top_left img{
	width: 300px;
	/*height: 397px;*/
}
.casedetail_content{
	padding: 10px 0;
	text-indent: 2.6em;
}
.casedetail_content .title{
	font-size: 18px;
	line-height: 60px;
	color: #111111;
	text-align: center;
}
.casedetail_content p{
	color: #000;
	line-height: 28px;
	text-indent:2em;
	font-size: 14px;
}
.casedetail_content img{
	text-align: center;
	max-width: 1092px;
}
.cnt3{
	margin-top: 20px !important;
	height: 327px;
}
.cnt3 .img{
	margin-top: 0;
	width: 315px;
	height: 327px;
}
.cnt3 .txt{
	margin-top: 70px;	
}
.cnt3 .fl{
	padding-left: 10px;
}
.cnt3 .fr{
	padding-right: 40px;
}
.cnt3 .fl .title{
	text-align: right;
	padding-right: 20px;
}
.footer{
	width: 100%;
	height: 52px;
	background: url(../images/cooperativebottom.jpg) no-repeat;
}
.copyright{
	margin: 0 auto;
	width: 1100px;
	height: 52px;
	background: url(../images/cooperativebt1.jpg) no-repeat;
}
.copyright_txt{
	float: left;
	line-height: 52px;
	font-size: 14px;
	color: #383c4f;
}
.copyright_txt span{
	font-size: 14px;
	color: #5c658e;
}
.bottommap{
	float: right;
	line-height: 52px;
}
.bottommap a{
	margin-right: 30px;
	font-size: 14px;
	/*color: #383C4F;*/
	color:#888;
	
}

/*产品中心*/
.por{
	display: block;
	height: 700px;
}
.por .content_imglist ul li{
	margin-bottom: 6px;
	margin-right: 6px;
	width: 390px;
	height: 302px;
	
}
.por .content_imglist ul li:nth-child(3n+3){
	margin-right: 0;
}
.por .content_imglist ul li img{
	width: 100%;
	height: 100%;
}
.por .content_imglist ul li p {
    margin-left: -195px;
    margin-top: -50px;
    width: 390px;
}
.product{
	margin: 0 auto;
	margin-bottom: 20px;
    width: 1182px;
    height: 100%;
    overflow: auto;
    background: #FFFFFF;
}
.product .left{
	float: left;
	width: 222px;
	height: 100%;
	overflow: auto;
}
.product .left>ul>li{
	width: 222px;
	margin-top: 5px;
	cursor: pointer;
}
.product .left>ul>li:first-child{
	margin-top: 0;
}
.product .left>ul>li>h3{
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #3581ff;
}
.product .left>ul>li.show ul{
	display: block;
}
.product .left>ul>li>ul{
	display: none;
}
.product .left>ul>li>ul>li{
	margin-top: 5px;
	padding: 0 20px;
	width: 182px;
	height: 100%;
	line-height: 30px;
	overflow: auto;
	background: #ececec;
	text-align: left;
	font-size: 14px;
}
.product .left>ul>li>ul>li a{
	/*display: block;
	width: 100%;
	height: 30px;*/
	color: #4d5258;
}
/*.product .left>ul>li>ul>li{
	
}*/
.product .right{
	float: left;
	margin-left: 15px;
	width: 945px;
	height: 100%;
	overflow: hidden;
}
.product .right ul.productlist{
	width: 945px;
	height: 100%;
	overflow: hidden;
}
.product .right ul.productlist li{
	margin-bottom: 20px;
	margin-right: 15px;
	float: left;
	width: 305px;
	height: 335px;
	cursor: pointer;
}
.product .right ul.productlist li:nth-child(3n+3){
	margin-right: 0;
}
.product .right ul.productlist li a{
	font-size: 14px;
	color: #4f4f4f;
}
.product .right ul.productlist li img{
	width: 303px;
	height: 303px;
	border: 1px solid #999999;
}
.product .right ul.productlist li p{
	width: 305px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #4f4f4f;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product .right ul.productlist li:hover p{
	color: #3581ff;
}

.partner{
	margin:0 auto;
	width: 1070px;
	height: 100%;
	overflow: hidden;
}
.partner ul.productlist{
	margin:0 auto;
	height: 100%;
	overflow: hidden;
}
.partner ul.productlist li{
	margin-bottom: 20px;
	margin-right: 15px;
	float: left;
	width: 250px;
	height: 275px;
	cursor: pointer;
}
.partner ul.productlist li a{
	font-size: 14px;
	color: #4f4f4f;
}
.partner ul.productlist li img{
	width: 247px;
	height: 247px;
	border: 1px solid #999999;
}

.pages{
	margin-top: 30px;
	height: 40px;
	clear: both;
}
.pages li{
	margin: 0 8px;
	padding: 0 10px;
	float: left;
	min-width: 18px;
	height: 38px;
	line-height: 38px;	
	text-align: center;
	background: #eef9ff;
	border: 1px solid #6fc5fa !important;
}
.pages li a{
	display: block;
	padding-left: 0 !important;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #545454;
	background: none !important;
}
.pages li.c{
	background: #108BD6;
	color: #FFFFFF;	
}
/*招聘*/
.recruitlist{
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 1182px;
	height: 100%;
	overflow: auto;
}
.recruitlist ul li{
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #e0e0e0;	
}
.recruitlist ul li a{
	padding-left: 10px;
	color: #666666;	
	font-size: 14px;
	background: url(../images/left_li.gif) no-repeat left;
}
.recruitlist ul li span{
	float: right;
	color: #999999;
}
.recruit_article{
	margin: 0 auto;
	margin-top: 30px;	
	width: 1000px;
	height: 100%;
	overflow: auto;
}
.pos_info{
	padding: 30px;
	width: 940px;
	background: #fff;
}
.pos_info .pos_base_statistics{
	height: 20px;
	line-height: 20px;
    font-size: 12px;
    color: #979a9e;
}
.pos_info .pos_base_statistics .pos_base_num {
    display: inline-block;
    margin-right: 30px;
}
.pos_info .pos_base_info {
    margin-top: 35px;
    overflow: hidden;
}
.pos_info .pos_base_info .pos_title {
    font-size: 30px;
    color: #2e343b;
    font-weight: 700;
    float: left;
    margin-top: 4px;
}
.pos_info .pos_base_info .pos_salary {
    float: right;
    color: #ff552e;
    font-size: 36px;
    font-weight: 700;
}
.pos_info .pos_base_info .pos_salary .font18 {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -2px;
    left: 0;
    margin-left: 8px;
}
.pos_info .pos_name {
    line-height: 1;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-top: 18px;
    color: #2e343b;
}
.pos_info .pos_base_condition {
    width: 100%;
    margin-top: 30px;
}
.pos_info .pos_base_condition .item_condition {
    font-size: 14px;
    padding: 0 10px;
    display: inline-block;
    border-right: 1px solid #e9e7e7;
}
.pos_info .pos_base_condition .pad_left_none {
    padding-left: 0;
}
.pos_info .pos_base_condition .border_right_None {
    border-right: none;
}
.pos_operate {
    height: 54px;
    width: 100%;
    margin-top: 40px;
}
.pos_operate .applyJobBtn {
    width: 280px;
    margin-right: 10px;
    height: 54px;
    line-height: 54px;
    padding: 0;
    vertical-align: middle;
    color: #fff;
    background: #ff552e;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    text-indent: 0;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;    
}


.item_con {
    margin-top: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.pos_description {
    padding: 30px 23px 0 30px;
    overflow: hidden;
}
.pos_description .title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 32px;
}
.pos_description .posDes {
    font-size: 14px;
    color: #2e343b;
    line-height: 30px;
    margin: 0 0 32px;
    overflow: auto;
    height: 100%;
}
.applyJob_pop {
	display: none;
	position: absolute;
	position: fixed !important;
    margin-left: -340px;
    margin-top: -290px;
    padding: 20px;
    top: 50%;
    left: 50%;
    width: 680px;
    height: 558px;
    z-index: 4;
    border-radius: 10px;
    background: #ffffff;
}
.applyJob{
	width: 680px;
	height: 100%;
	overflow: auto;
}
.applyJob .applyJob_title {
    padding: 20px 0;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #111111;
    text-align: left;
}
.applyJob dl {
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0;
    width: 100%;
    float: left;
}
.applyJob dl dt {
    float: left;
    width: 110px;
    text-align: right;
    line-height: 26px;
    font-weight: bold;
}
.applyJob dl dd {
    float: left;
    line-height: 26px;
    padding-left: 10px;
}
.applyJob dl dd textarea {
	padding: 5px;
    width: 490px;
    height: 280px;
    border: 1px solid #666666;
}
.applyJob dl dd input[type="text"]{
	padding: 0 5px;
	height: 28px;
	width: 298px;
	border: 1px solid #666666;
}
.applyJob dl dd [type="submit"]{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background: #ff552e;
	border-radius: 3px;
	cursor: pointer;
}
