@charset "utf-8";

.container{padding-bottom:40px; }
.ibanner{width:100%;}
.ibanner img{width:100%;}

/* 二级、三级菜单 */
.menu-neibu{width:100%;margin-bottom:30px;}
.menu-neibu dl dt{width:25%;height:44px;line-height:44px;float:left;display:inline; text-align:center;background:#ecf0f1;}
.menu-neibu dl dt a {display:block; font-size:14px;}
.menu-neibu dl dt a:hover,.menu-neibu dl dt .current {color:#fff;background:#e1242b;}

@media all and (max-width:640px){
	.menu-neibu{margin-bottom:10px;}
	.menu-neibu dl dt{width:50%;border-bottom:1px solid #fff;border-right:1px solid #fff;box-sizing: border-box;}
	.menu-neibu dl dt:nth-child(2n){border-right:0;}
}


/* 面包屑 */
.location {margin-bottom:30px;height:50px;line-height:50px;border-bottom:1px solid #ccc; margin-top:60px}
.location h3 { float:left; font-size:18px; }
.location h3 em{font-weight:normal;font-family:Arial; text-transform: uppercase; color:#777;display:none}
.breadcrumbs {float:right;background:url(../images/loca.png) left center no-repeat;padding-left:28px; font-size:14px}

/* 内容模式 */
.article { line-height:2; font-size:14px; word-wrap:break-word; text-align:justify;}
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; }
.article .bd { padding-bottom:40px; text-align:justify;}

@media all and (max-width:640px){
.article img{width:auto !important; height:auto !important;max-width:100% !important;}
.article .bd img{width:auto !important; height:auto !important;max-width:100% !important;}
}

.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }


.s-swiper{width:1100px;text-align:center;margin:0 auto 30px;position:relative;overflow: hidden;padding:0 50px;/*background:url(lines.png) center repeat-x;*/}
.s-swiper .t{padding-top:8px;}

.s-swiper .swiper-button-prev{left:0 !important;width:50px !important;height:100% !important;background-image:none !important;background:#fff;}
.s-swiper .swiper-button-next{right:0 !important;width:50px !important;height:100% !important;background-image:none !important;background:#fff;}
.s-swiper .swiper-button-prev,.s-swiper .swiper-button-next{margin-top:0 !important;top:0 !important;text-align:center;}
.s-swiper .swiper-button-prev img,.s-swiper .swiper-button-next img{position:absolute;top:50%;left:50%;margin-top:-21px;margin-left:-12px;}


@media all and (max-width:1000px){
	.s-swiper{width:96%;padding:0;}
	.s-swiper .swiper-button-prev,.s-swiper .swiper-button-next{display:none;}
}


/* 头部新闻 */
.hotNews { padding-bottom:30px; overflow:hidden; border-bottom:1px dashed #ccc; margin-bottom:20px;}
.hotNews ul{}
.hotNews li{width:45%;float:left;display:inline;}
.hotNews li img{width:100%;}
.hotNews li:last-child{float:right;}
.hotNews h2{padding:3% 0 2%;}
.hotNews h2 a{font-size:14px;color:#e1242b;}
.hotNews .i{line-height:1.8;}
.hotNews .d{color:#888;padding-top:1%;}

/* 新闻列表 */
.list { padding:0 0 40px; }
.list li { border-bottom:1px dashed #ccc; height:46px; line-height:46px; }
.list li span { float:right; font-size:12px; }
.list em{color:#f00;}
.list b{color:#f00;display:block;text-align:center;padding-top:2%;font-size:16px;}

@media all and (max-width:320px){
	.list b{font-size:15px;}
}

/* 图文新闻 */
.pothoItem { margin:36px 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #ccc; overflow:hidden; }
.pothoItem .item .pic { float:left; width:17%; margin-right:3%; }
.pothoItem .item .pic img{width:100%;}
.pothoItem .item dl { display:block; width:80%; float:right; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; }
.pothoItem .item dl .i { padding:5px 0 8px; color:#999; font-size:14px; line-height:25px; }
.pothoItem .item dl .d { color:#888; font-family:Arial; font-size:14px;}

@media all and (max-width:1000px){
	.pothoItem{width:96%;margin:36px auto 0;}
	.pothoItem .item .pic { width:47%; margin-right:3%;}
	.pothoItem .item dl{width:50%;}
}

@media all and (max-width:640px){
	.pothoItem .item dl dt { font-size:14px; line-height:20px; }
	.pothoItem .item dl .i { font-size:12px; line-height:18px; }
	.pothoItem .item dl .d { font-size:12px;}
}

/* 图片列表 */
.piList {overflow:hidden;margin:0 0 20px; }
.piList .pic-item { float:left; display:inline; width:23.5%; margin:0 2% 30px 0; position:relative; box-sizing: border-box; border:1px solid #eee; text-align:center;}
.piList .pic-item:nth-child(4n){margin-right:0;float:right;}
.piList dl dt {font-size:14px; text-align:center; }
.piList dl dt a{display:block; width:100%; height:36px; line-height:36px; background:rgba(238,238,238,0.8);position:absolute; bottom:0; left:0; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding:0 1%; }
.piList dl dt a:hover{background:#e1242b;color:#fff;}

@media all and (max-width:1000px){
	.piList{width:96%;margin:0 auto 20px;}
}

@media all and (max-width:640px){
	.piList .pic-item{width:47%; margin:0 2% 30px 0;}
	.piList .pic-item:nth-child(2n){margin-right:0;float:right;}
	.piList dl dt a{height:24px; line-height:24px;font-size:12px;}
}

/* 分页 */
.page { padding:0; line-height:24px; text-align:center; }
.page a { display:inline-block; margin:0 2px; padding:0 8px; border:1px solid #eee; background:#eee; color:#333; vertical-align:top;}
.page a:hover,.page .current { border:1px solid #1244a3; background:#1244a3; color:#fff; }
.page span{margin-right:4px;}

/* 人才招聘 */
.hrTop { padding:0 0 30px; border-bottom:1px solid #ddd; }
.hrTop li { padding-left:16px; background:url(ico_05.gif) no-repeat 0 8px; font-weight:bold; line-height:24px; }
.hrTable .hrTableTh { height:32px; background:#666; color:#fff; }
.hrTable th { color:#fff; font-weight:normal; }
.hrTable td { padding:0 8px; }
.hrTable .bg td { background:#eee; }

.hr { position:relative; }
.hr h3 { padding-left:0; border-bottom:1px dotted #ccc; color:#32a237; font-size:20px; line-height:55px; }
.hr h3 s { float:right; width:20px; height:20px; margin-top:17px; cursor:pointer; }
.hr h3 .off { background:url(hr_down.gif) no-repeat center; }
.hr h3 .on { background:url(hr_up.gif) no-repeat center; }

@media all and (max-width:1000px){
	.hr{margin:0 2%;width:96%;}
}

.hrItem { margin-bottom:5px; }
.hrItem .title { border-bottom:1px dotted #ccc; color:#999; font-weight:bold; line-height:36px; }
.hrItem .title span { float:right; font-weight:100; }
.hrItem .title span a { color:#88000c; }
.hrItem .con { margin-bottom:10px; padding:15px 0; line-height:24px; }
.hrItem .con h4 { font-size:14px; line-height:36px; }
.hrItem .apply { width:95px; height:25px; padding:0; background:#01286f; color:#fff; line-height:25px; text-align:center; }
.hrItem .apply a { color:#fff; }
.hr-list { margin-bottom:5px; padding:5px 5px 15px; /*border-bottom:1px dotted #777;*/ }
.hr-list .title { padding:0; color:#3A7FCA; font-weight:bold; line-height:20px; }
.hr-list .title span { float:right; font-weight:100; }
.hr-list .info { padding:5px 0; line-height:24px; }
.hr-list .apply { height:24px; line-height:24px; text-align:right; }

.hr-list .p{float:left;width:50%;}
.hr-list .t{float:right;width:554px;}
.hr-list .t h2{font-size:17px;}
.hr-list .t h3{font-size:14px;color:#999;font-weight:normal;border-bottom:1px solid #ddd;line-height:26px;padding:10px 0;}
.hr-list .t h3 em{color:#f00;}
.hr-list .t h4{width:130px;height:38px;line-height:38px;color:#fff;background:#0844b2;text-align:center;margin:16px 0;}
.hr-list .wxs{margin:5px 0;}

@media all and (max-width:1000px){
	#dituContent{height:350px !important;}
	.hr-list .p{float:none;width:100%;margin-bottom:20px;overflow:hidden;}
	.hr-list .p iframe{height:350px !important;margin-top:-100px;}
	.hr-list .t{float:none;width:100%;}
}


@media all and (max-width:640px){
	.container{padding-bottom:30px;}
}

/* 新闻列表 */
.message { padding:0 0 30px; }
.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#32a237; font-size:14px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

/* 人才招聘 */
.form-panel { padding:0 0 30px; }
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px; }
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:24px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:20px; padding:2px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }

@media all and (max-width:1000px){
	.container .wrap{width:100%;}
	.location{width:96%;margin:0 auto 20px;}
	.article{width:96%;margin:0 auto;}
	.hotNews{width:96%;margin:0 auto;}
	.list{width:96%;margin:0 auto;}
}

@media all and (max-width:640px){
	.breadcrumbs{display:none;}
}

.pno{width:96%;background:#eee;margin:0 auto;border-radius:4px 4px 0 0;max-width:640px;}
.pno h2{font-size:22px;color:#1244a3;padding:8% 0 2% 8%;font-weight:normal;}
.pno p{padding:1% 0 0 8%;font-size:18px;}
.pno span{color:#f00;}
.pno a{display:block;width:100%;height:40px;line-height:40px;background:#1244a3;color:#fff;text-align:center;margin-top:8%;font-size:18px;}
.pno b{color:#f00;display:block;text-align:center;padding-top:2%;font-size:16px;background:#fff;}

@media all and (max-width:320px){
	.pno b{font-size:15px;}
}


@media all and (max-width:640px){
	.pno h2{font-size:18px;}
	.pno p{font-size:14px;}
	.pno a{font-size:14px;}
}

.pnum{width:96%;background:#1244a3;margin:0 auto;border-radius:6px;max-width:640px;padding:5% 0;}
.pnum-logo{text-align:center;}
.pnum h2{font-size:30px;color:#fff;text-align:center;padding:2% 0 3%;font-weight:normal;}
.pnum .text{display:block;width:88%;height:40px;line-height:40px;background:#fff;border-radius:8px;margin:0 auto;max-width:340px;box-shadow: 0 0 5px #ccc;font-size:14px;padding-left:2%;}
.pnum .submit{display:block;width:120px;height:30px;line-height:30px;border-radius:5px;background:#e4af39;color:#fff;font-size:14px;margin:30px auto 0;cursor:pointer;}

@media all and (max-width:640px){
	.pnum h2{font-size:22px;}
}
