@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/
/*
* page ycj
*/
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:5px 11px;color:#999999;border-radius:3px;background: #fff;transition: all 0.3s linear;}
.page a:hover{background: #1b367a;color: #fff;}
.page a.hover{background: #1b367a;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageH.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageH.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageH.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageH.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}

/*newsView*/
.subPageC {
	padding: 0px 30px;
}
.singleArticle {
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
}
.articleBox {
	font-size: 16px;
	line-height: 40px;
	padding: 20px 50px;
	color: #666;
}
.article_box1{
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-top: 10px;
}
.articleBox img {
	max-width: 100%;
}
.articleTitle {
	clear: both;
	text-align: center;
	padding: 40px 10px 0 10px;
	    line-height: 36px;
	font-size: 28px;
	font-family: "microsoft yahei";
	color: #333;
}
.articleTime {
	display: inline;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 50px;
    float: left;
    
    text-align: center;
}
.articleTime span{
    margin-right: 25px;
}
.articleTime span:last-child{
    margin-right: 0px;
}
.article_box1T1{
    overflow: hidden;
    display: inline-block;
}
.pageUp {
	display: block;
	line-height: 30px;
	padding: 20px;
	border-top: 1px dotted #ccc;
	color: #333333;
	font-size: 0;
}
.pageUp i{
    font-style: normal;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    color: #999;
    /* margin-right: 10px; */
    /* background-color: #dd1024; */
    padding: 0 5px;
    /* margin-right: 10px; */
}
.pageUp a{ font-size: 14px;}
.share {
	display: block;
	clear: both;
	padding: 10px 0;
}
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}
.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}
.articlePage a:hover {
	color: #fff;
	background: #1e8ddc;
}
.articlePage a.hover {
	color: #fff;
	background: #1e8ddc;
}
.shareBoxL .bds_weixin{
        background-image: url(../images/wx.png)!important;
        background-position:0!important;
}
.shareBoxL .bds_tsina{
        background-image: url(../images/wb.png)!important;
        background-position:0!important;
}
.shareBoxL .bds_sqq{
        background-image: url(../images/wq.png)!important;
        background-position:0!important;
}

/**
 * 文章阅读页-内容上部大图
 */
#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}
#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}
#play .prev_a {
	left: 0;
}
#play .next_a {
	right: 0
}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}
#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}
#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}
#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}
#play .img_ul li img {
	position: absolute;
}
.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}
.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}
.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}
.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}
.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}
.img_hd ul li.on {
	border: 1px solid #1e8ddc;
	background: #1e8ddc;
}
.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}
.imgMove .prev_a {
	background-position: left top;
	left: 0;
}
.imgMove .next_a {
	background-position: right top;
	right: 0;
}
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}
.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}
.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}
.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}
.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}
.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}
.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}
.shareBox {
	height: 40px;
	overflow: hidden;
    display: inline;
}
.article_boxT{
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}
.shareBoxL B {
	display: block;
	line-height: 50px;
	float: left;
    font-size: 14px;
    vertical-align: middle;
    color: #666666;
    font-weight: 300;
}
.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}
.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}
/*单篇+文章页end*/

/*全图列表页start*/
.animated{visibility: hidden;}
.animated img{ max-width: 100%;}
.imgList1 {
	margin: 0px -10px;
}
.imgList1 dd {
	float: left;
	display: inline;
	width: 33.3333%;
    padding: 10px 0px;
    position: relative;
}
.imgList1 .list_a{
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0px 10px;
    transition: all 0.3s linear;
    border-radius: 3px;
}
.imgList1 .list_a:hover{
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.imgList1 dd .pic {
	position: relative;
    padding-top: 66.6666667%;
}
.imgList1 dd .text {
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    background: #fff;
}
.imgList1 dd:hover .text {
	color: #1b367a;
}
/*全图列表页end*/
/*
* 荣誉资质 kis2
*/
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.imgList2{
    margin: 0px -10px;
    overflow: hidden;
}
.imgList2:after{
    display: block;
    content: "";
    overflow: hidden;
    visibility: hidden;
    clear: both;
}
.imgList2 dd{
    width: 33.333333%;
    float: left;
    display: inline;
    overflow: hidden;
    padding: 10px 0px;
}
.imgList2 .list_a{
    margin: 0px 10px;
    padding: 10px;
    border-radius: 3px;
    background: #fff;
    transition: all 0.3s linear;
}
.imgList2 .list_a:hover{
    -webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.imgList2 .text{
    font-size: 14px;
    color:#666;
    line-height: 25px;
    height: 25px;
    text-align: center;
    transition: all 0.3s;
}
.imgList2 .list_a:hover .text{
    color:#1b367a;
}
/*全图列表页2 start*/
.img_video{
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.img_video:after{
    position: absolute;
    content: "";
    overflow: hidden;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/video.png) no-repeat center center;
    display: block;
}

/*全图列表页2 end*/
/*图文列表页 start*/
.imgtext dd .text1 {
    overflow: hidden;
    height: 140px;
    line-height: 140px;
    box-shadow: 0 0 30px #f8f8f8;
}
.text1_box{
    padding: 20px 10px 0 20px;
    overflow: hidden;
}
.text1_sp1{
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #1e1e1e;
    text-align: left;
    padding-bottom: 5px;
}
.text1_sp2{
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 24px;
    height: 45px;
    color: #666666;
    text-align: left;
    padding-bottom: 15px;
}
.text1_sp3{
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    text-align: left;
}
.text1_sp4{
    background: url(../images/imgtext_right.png) no-repeat center center;
    float: right;
    display: inline;
    width: 13px;
   height: 24px;
}
.imgList1 dd:hover .text1_T .text1_sp1{
    color: #dd1024;
}
/*图文列表页 end*/
/*图文列表页start*/
/*textImg1 start*/
.textImg1 {
	position: relative;
	z-index: 9;
}
.textImg1 dd {
	padding: 10px 0;
	transition: .3s;
	clear: both;
	position: relative;
	z-index: 3;
}
.textImgDiv{
    overflow: hidden;
    background: #fff;
    transition: all 0.3s linear;
    padding: 20px;
    border-radius: 3px;
}
.textImgDiv:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.textImgDiv .picture {
	display: block;
	width: 250px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 20px 0 0;
}
.textImgDiv .picture:after{
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 56.25%;
}
.textImgDiv .listData {
	overflow: hidden;
}
a.textImgName{
    display: block;
    color: #dd1024;
    line-height: 30px;
    font-size: 18px;
    color:#333;
    font-weight: bold;
}
.textImgName:hover{
    color:#004aa7;
}
.listInfo{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 30px;
    height: 60px;
}
.textImg1 .listTime{
    overflow: hidden;
    font-size: 14px;
    color:#999;
    line-height: 30px;
    margin: 0px;
}
.subsite .listData{
    padding: 20px 0px;
}
.subsite .textImgName{
    font-weight: normal;
    font-size: 24px;
}
.subsite .listInfo{
    height: auto !important;
}
.subsite.textImg1 dd .picture{
    width: 330px;
}
.subsite.textImg1 dd .picture:after{
    padding-top: 66.6666666667%;
}
/*textImg1 end*/
/*
* 图文列表 通栏 kis2
*/
.textImg3{
    position: relative;
    overflow: hidden;
}
.textImg3 dd{
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.textImg3 .wrap{
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0px;
}
.textImg3 dt{
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f5f5f5;
    visibility: hidden;
    z-index: 2;
}
.textImg3 .textImgDiv{
    background: none;
    padding: 0px;
}
.textImg3 .textImgDiv:hover{
    box-shadow: none;
    transform: translateY(0px);
}
.textImg3 .textImgDiv .listInfo{
    height: auto !important;
    min-height: 90px;
}
.textImg3 .textImgDiv .picture{
    width: 330px;
}
.textImg3 .textImgDiv .picture:after{
    padding-top: 66.6666667%;
}
.textImg3 .listTime{
    margin-left: 0px;
}



.joinForm_dl .demo2 {
	height: 48px;
	position: relative;
	padding-left: 10px;
}
.fotext{
    height: 48px;
    font-size: 14px;
    color: #999999;
    line-height: 48px;
    margin-right: 15px;
    
}
.joinForm_dl .demo2 .seljg {
	padding-left: 10px;
	color: #1e1e1e;
	font-size: 13px;
	cursor: pointer;
    line-height: 48px;
}
.joinForm_dl{
    display: inline-block;
    width: 200px;
    border: 1px #e1e1e1 solid;
}
.joinForm_dl .demo2 .seljg input {
	display: block;
	width: 100%;
	height: 30px;
	border: none;
	background: none;
}
.joinForm_dl .demo2 .selIcn {
	display: block;
	width: 10px;
	height: 30px;
	background: url(../images/down_sj.png) no-repeat center center;
	position: absolute;
	right: 13px;
	top: 9px;
	cursor: pointer;
}

.joinForm_dl .demo2 .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dddddd;
	border-top: none;
    max-height: 100px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 48px;
	background: #FFF;
	display: none;
	z-index: 100000
}
.joinForm_dl .demo2 .selTj a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}

.joinForm_dl .demo2 .selTj a:hover {
	background: #f8f8f8;
	color: #ff7800;
}
.joinForm_dl .demo2 .selTj a.hover {
	background: #f8f8f8;
	color: #ff7800;
}
/*imgList3 end*/
/*图文列表页end*/
/*全文列表页start*/
.textList1 {
	overflow: hidden;
    padding: 10px 30px;
}
.textList1 dd{
    line-height: 49px;
    overflow: hidden;
    line-height: 49px;
    border-bottom: 1px dashed #ddd;
}
.textList1 dd:last-child{
    border:none;
}
.textList1 .listName{
    display: inline-block;
    padding-left: 15px;
}
.textList1 dd:hover .listName{
    transform: translateX(5px);
}
.textList1 .listName:after{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    border-radius: 5px;
    transition: all 0.3s linear;
}
.textList1 .listName:hover:after{
    background: #003a9a;
}
.download.textList1 .listName{
    padding-left: 30px;
    background: url(../images/download.png) no-repeat left center;
}
.download.textList1 .listName:hover{
    background: url(../images/download_h.png) no-repeat left center;
}
.textList1 .listName:after{
    display: none;
}
/*全文列表页end*/
/* 招聘页 start */
/* 招聘详情页 start */
.jobInfo {
	clear: both;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	padding: 10px 0 0 0;
}
.jobTitle {
	font-size: 17px;
	color: #333;
	border-bottom: solid 1px #E7E7E7;
	line-height: 30px;
	margin-top: 50px;
	padding-bottom: 10px;
}
.jobTitle i {
	width: 3px;
	background: #666;
	height: 20px;
	display: block;
	float: left;
	position: relative;
	top: 5px;
	margin-right: 10px;
	font-style: normal;
}
.jobBt {
	clear: both;
	width: 180px;
	height: 50px;
	border-radius: 3px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF !important;
	background: #068fe6;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.jobBt:hover {
	background: #0074c3;
}
.jobField {
	clear: both;
	overflow: hidden;
	line-height: 36px;
	font-size: 14px;
}
.jobField dd {
	width: 33%;
	float: left;
}
.jobName {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	clear: both;
	padding-bottom: 50px;
}
.ruirecView1 {
	padding: 0px 20px 50px 20px;
}
.jobTime {
	font-size: 14px;
	line-height: 30px;
	padding: 0 0 10px 0;
	color: #999;
	border-bottom: solid 1px #E7E7E7;
}
/* 应聘表单 */
.subPopBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.65);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#65000000', endColorstr='#65000000')\9;
	z-index: 999999;
	display: none;
}
.subPopCont {
	width: 790px;
	height: 555px;
	/*overflow: hidden;*/
	border: 10px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -395px;
	margin-top: -277px;
}
.joinForm {
	overflow: hidden;
	padding: 20px 40px;
}
.joinFormTit {
	display: block;
	font-size: 24px;
	color: #333;
	text-align: center;
	overflow: hidden;
}

.joinForm_dl dd {
	clear: both;
	/*height: 32px;
    line-height: 32px;*/
    /*overflow: hidden;*/
	padding-left: 70px;
	position: relative;
	margin-bottom: 10px;
}
.joinFormName {
	display: block;
	width: 70px;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	text-align: right;
	font-size: 12px;
	color: #444;
	position: absolute;
	left: 0px;
	top: 0px;
}
.joinFormName i {
	font-style: normal;
	padding-right: 3px;
	color: #cc0000;
}
.joinFormInp {
	display: block;
	width: 203px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0px 5px;
	font-size: 12px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.customUpload {
	width: 100% !important;
	height: 100% !important;
}
.joinForm_dl dd label {
	margin-right: 15px;
}
.joinForm_dl dd label span {
	padding-left: 6px;
}
.joinFormInp[disabled="disabled"] {
	background: #fff;
}
.joinForm_dl dt {
	overflow: hidden;
	position: relative;
	padding-left: 70px;
	margin-bottom: 10px;
}
.joinForm_dl dt textarea {
	width: 580px;
	height: 140px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.joinFile {
	display: block;
	width: 110px;
	height: 30px;
	overflow: hidden;
	background: #535353;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}
input.w_100 {
	width: 100px;
}
.joinCode {
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	margin-left: 10px;
}
.joinCode img {
	display: block;
	height: 32px;
	float: left;
}
.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
	color: #666;
}
.joinCode i:hover {
	color: #d70112;
}
.closeSubPop {
	width: 30px;
	height: 28px;
	overflow: hidden;
	background: url(../images/closeVideoPop.png) no-repeat center center;
	position: absolute;
	right: 10px;
	top: 10px;
}
.bbsBt {
	display: block;
	width: 90px;
	height: 40px;
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff !important;
	background: #e75a19;
}
#picker {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #00b7ee;
	padding: 6px 15px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	font-family: "microsoft yahei";
	border-radius: 2px;
}
/* 招聘详情页 end */

/* 招聘页 start */
.ruirectList1 {
	padding: 0px 20px 25px 20px;
}
.recruitTitle {
	padding-left: 30px;
}
.recruitTitle dd {
	font-size: 16px;
	font-weight: bold;
	float: left;
	display: inline;
	width: 110px;
	height: 28px;
	line-height: 28px;
	padding: 35px 0px 15px 0px;
}
.recruitTitle dd+dd {
	text-align: center;
	margin-left: 62px;
}
.recruitList {
	overflow: hidden;
}
.recruitList dd {
	overflow: hidden;
	margin-bottom: 20px;
}
.recruitList dd .recruitT {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 30px;
	background: #f5f5f5;
	color: #656565;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.recruitList dd .recruitT .text {
	background: none;
	font-size: 16px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 110px;
	margin-right: 62px;
}
.recruitList dd .recruitT .text+.text {
	text-align: center;
}
.recruitList dd .recruitT .btn {
	font-size: 16px;
	float: right;
	display: inline;
	width: 90px;
	height: 60px;
	background: url(../images/zpShow.png) no-repeat center center;
}
.recruitList dd .recruitT .btn a {
	display: block;
	color: #666;
}
.recruitList dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #888;
	line-height: 30px;
	display: none;
	padding: 20px;
	background: #FFF;
}
.recruitList dd .recruitC strong {
	color: #333;
}
.recruitTable {
	font-size: 14px;
	color: #555555;
	padding: 0px 0;
	border-bottom: 1px solid #ddd;
}
.recruitTable table {
	border: none;
}
.recruitTable table tr {
	border: none;
	height: 50px;
}
.recruitTable table tr td {
	border: none;
}
.recruitTable table b {
	margin-right: 20px;
}
.recruitBtn {
	overflow: hidden;
	padding-top: 20px;
}
.recruitBtn a {
	border: 1px solid #cb0202;
	font-size: 16px;
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	padding: 0 40px;
	background: #cb0202;
	color: #FFF;
	border-radius: 3px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.recruitBtn a:hover {
	opacity: 0.9
}
.recruitBtn a.btn2 {
	margin-left: 15px;
	background: none;
	color: #cb0202;
}
.recruitList dd .recruitT .btn:hover {
	background: url(../images/zpShowh.png) no-repeat center center;
}
.recruitList dd .recruitT .btn:hover a {
	color: #0074c3;
}
.recruitList dd.active .recruitT {
	background: #cb0202;
	color: #FFF;
}
.recruitList dd.active .recruitT .btn {
	background: url(../images/zpHide.png) no-repeat center center;
}
/* 招聘页 end */
/* 留言 start */
.fromBox {
	overflow: hidden;
}
.fromTip {
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.fromTip em {
	color: #cc3333;
	padding-right: 5px;
}
.form1 {
	clear: both;
}
.form1 dd {
	clear: both;
	padding: 15px 0;
}
.form1L {
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	vertical-align: top;
	color: #666;
	padding: 0 5px 0 0;
	font-size: 14px;
	float: left;
}
.form1L em {
	color: #cc0000;
	padding: 5px 5px 0 0;
	font-style: normal;
}
.form1Input {
	width: 290px;
	padding: 5px;
	position: relative;
	zoom: 1;
	height: 28px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 14px;
	color: #888;
	border-radius: 1px;
}
.form1Input[readonly="readonly"] {
	background: #fafafa;
	color: #666;
}
.form1Input.w400 {
	width: 400px;
}
.form1Input.w200 {
	width: 200px;
}
.form1Input.w100 {
	width: 100px;
}
.codeSrc {
	margin: 0 0 0 10px;
	height: 40px;
	cursor: pointer;
}
.form1Textarea1 {
	resize: none;
	width: 400px;
	height: 80px;
	padding: 5px;
	position: relative;
	zoom: 1;
	line-height: 20px;
	background: #fff;
	border: 1px solid #ebebeb;
	outline: none;
}
.form1Textarea1.w600 {
	width: 600px;
	height: 200px;
}
.form1Textarea1.w700 {
	width: 700px;
	height: 200px;
}
.form1R {
	float: left;
}
.form1Bt {
	overflow: hidden;
	padding: 15px 0 20px 120px;
}
.form1Bt a {
	width: 110px;
	display: block;
	height: 40px;
	background: #068fe6;
	text-align: center;
	line-height: 40px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 2px;
	padding: 0px 5px;
	float: left;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.form1Bt a:hover {
	opacity: 0.8;
}
/* 留言板 */
.msgTitle {
	font-size: 16px;
	clear: both;
	font-weight: bold;
	color: #000;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #d5d5d5;
}
.msgList {
	clear: both;
	overflow: hidden;
	padding: 30px 0 0 0;
	font-size: 14px;
}
.msgList dd {
	clear: both;
	padding: 15px 0;
	overflow: hidden;
	position: relative;
}
.msgTitle {
	clear: both;
	line-height: 30px;
}
.msgTitle span {
	padding: 0 0 0 30px;
}
.msgInfo {
	clear: both;
	line-height: 30px;
}
.msgReply {
	clear: both;
	line-height: 30px;
	border-top: 1px dotted #d5d5d5;
	margin-top: 10px;
}
.msgName {
	width: 100px;
	padding: 10px 0 0 0;
	position: absolute;
	left: 10px;
	top: 10px;
}
.msgName strong {
	display: block;
	clear: both;
	font-size: 14px;
}
.msgName span {
	display: block;
	line-height: 20px;
	padding: 5px 0 0 0;
}
.msgList_r {
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 15px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 100px;
}
.msgList_jt {
	width: 11px;
	height: 18px;
	position: absolute;
	left: -11px;
	top: 20px;
	background: url(../images/jiantou.jpg) no-repeat;
}
/* 留言 end */


/*联系我们*/

/*
-----------------------------内页样式end-----------------------------
*/
.friendLinkListBox{ padding: 0 20px; min-height: 500px; height: auto !important; height: 500px;}
.friendLinkList{ overflow: hidden;margin-right: -20px;}
.friendLinkList dd{ float: left; width: 20%; margin-bottom: 20px;}
.friendLinkList dd .con{ margin-right: 20px;}
.friendLinkList dd .con a{display: block;height: 48px;line-height: 48px;text-align: center;border: 1px solid #d7d7d7;color: #666;font-size: 14px;border-radius: 3px;}
.friendLinkList dd .con a:hover{ background: #dd1024; color: #FFF;}

/*
* 二级导航 kis2
*/
.subMenu{
    height: 50px;
    overflow: hidden;
    font-size: 0px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    position: relative;
    z-index: 99;
}
.fixed .fixedMenu{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 99;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
.subMenu_dl{
    display: inline-block;
    overflow: hidden;
}
.subMenu_dl li{
    float: left;
    display: inline;
    overflow: hidden;
    margin-right: 20px;
}
.subMenu_a2{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding: 0px 5px;
}
.subMenu_a2 em{
    display: none;
    overflow: hidden;
    width: 100%;
    height: 2px;
    background: #0062b4;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.subMenu_dl li.hover .subMenu_a2{
    color:#0062b4;
}
.subMenu_dl li.hover .subMenu_a2 em{
    display: block;
}

/*
* location kis2
*/
.location{
    height: 50px;
    overflow: hidden;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/home.png);
    background-size: auto 17px;
}
.location a{
    display: inline;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 6px;
    margin-right: 6px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/trangleRight.png);
    color: #808080;
    font-size: 14px;
}
.location a:hover{color:#0247ae;background: url(../images/trangleRight_h.png) no-repeat left center;}
.location a.hover{color:#0247ae;background: url(../images/trangleRight_h.png) no-repeat left center;}
.subBanner{
    height: 350px;
    overflow: hidden;
    position: relative;
}


/* 网上举报by2021gc start */
/*
* 样式栅格系统
*/
.sg-l-1 {
	width: 8.3333333%;
}

.sg-l-2 {
	width: 16.6666667%;
}

.sg-l-3 {
	width: 25%;
}

.sg-l-4 {
	width: 33.3333333%;
}

.sg-l-5 {
	width: 41.66666667%;
}

.sg-l-6 {
	width: 50%;
}

.sg-l-7 {
	width: 58.3333333%;
}

.sg-l-8 {
	width: 66.6666667%;
}

.sg-l-9 {
	width: 75%;
}

.sg-l-10 {
	width: 83.3333333%;
}

.sg-l-11 {
	width: 91.6666667%;
}

.sg-l-12 {
	width: 100%;
}

@media screen and (max-width: 1440px) {
	.sg-m-1 {
		width: 8.3333333%;
	}

	.sg-m-2 {
		width: 16.6666667%;
	}

	.sg-m-3 {
		width: 25%;
	}

	.sg-m-4 {
		width: 33.3333333%;
	}

	.sg-m-5 {
		width: 41.66666667%;
	}

	.sg-m-6 {
		width: 50%;
	}

	.sg-m-7 {
		width: 58.3333333%;
	}

	.sg-m-8 {
		width: 66.6666667%;
	}

	.sg-m-9 {
		width: 75%;
	}

	.sg-m-10 {
		width: 83.3333333%;
	}

	.sg-m-11 {
		width: 91.6666667%;
	}

	.sg-m-12 {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.sg-s-1 {
		width: 8.3333333%;
	}

	.sg-s-2 {
		width: 16.6666667%;
	}

	.sg-s-3 {
		width: 25%;
	}

	.sg-s-4 {
		width: 33.3333333%;
	}

	.sg-s-5 {
		width: 41.66666667%;
	}

	.sg-s-6 {
		width: 50%;
	}

	.sg-s-7 {
		width: 58.3333333%;
	}

	.sg-s-8 {
		width: 66.6666667%;
	}

	.sg-s-9 {
		width: 75%;
	}

	.sg-s-10 {
		width: 83.3333333%;
	}

	.sg-s-11 {
		width: 91.6666667%;
	}

	.sg-s-12 {
		width: 100%;
	}
}


.report-newForm{
	background: #fff;
	padding: 25px 50px 100px;
}
.report-newForm .reportTitle{
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	color: #000000;
	text-align: center;
	margin-bottom: 22px;
}
.report-newFormPs{
	background-color: #f2f2f2;
	padding: 16px 22px;
	border-radius: 3px;
	margin-bottom: 26px;
}
.report-newFormPs .title{
	font-size: 18px;
	font-weight: bold;
	color: #f2963c;
	height: 55px;
	line-height: 55px;
	padding-left: 38px;
	background: url(../images/report-xzIcn1.png) no-repeat left center;
	margin-bottom: 10px;
}
.report-newFormPs .info{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	height: 235px;
	overflow: hidden;
}
.report-newFormPs .info.active{
	height: auto;
}
.report-downBtn{
	text-align: center;
	height: 36px;
	line-height: 36px;
}
.report-downBtn span{
	font-size: 14px;
	color: #7f91c2;
	cursor: pointer;
	padding-right: 18px;
	background: url(../images/report-xzIcn2.png) no-repeat right center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.report-downBtn span.active{
	background: url(../images/report-xzIcn2h.png) no-repeat right center;
}
.report-newFormTabs{
	overflow: hidden;
	line-height: 40px;
	height: 40px;
	margin-bottom: 55px;
}
.report-newFormCheck .btn{
	cursor: pointer;
	font-size: 16px;
	color: #263f7c;
}
.report-newFormCheck .btn span{
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/report-xzIcn3.png) no-repeat center center;
	margin-right: 10px;
	margin-top: -4px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.report-newFormCheck .btn.active span{
	background: url(../images/report-xzIcn3h.png) no-repeat center center;
}
.report-newFormTab{
	overflow: hidden;
}
.report-newFormTab dd{
	float: left;
	margin-left: 20px;
}
.report-newFormTab dd a{
	display: block;
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 2px;
	overflow: hidden;
	background: url(../images/report-xzbg1.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.report-newFormTab dd a span{
	width: 27px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background: url(../images/report-xzIcn4.png) no-repeat center center;
}
.report-newFormTab dd.hover a{
	background: url(../images/report-xzbg1h.png) no-repeat center center;
}
.report-newFormCon{
	border-top: 1px solid #ebebeb;
	padding-top: 52px;
}
.report-newFormConTab .report-formBox{
	padding-right: 110px;
	border-bottom: 1px dashed #d1d1d1;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.report-formBox .title{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	position: relative;
	padding-left: 14px;
}
.report-formBox .title span{
	color: #bb1d22;
}
.report-formBox .title:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	height: 18px;
	width: 3px;
	background: #004ba9;
}
.report-upBox .title{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	position: relative;
	padding-left: 14px;
}
.report-upBox .title:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	height: 18px;
	width: 3px;
	background: #004ba9;
}
.report-form{
	margin-right: -195px;
}
.report-form  .form-form-item{
	padding: 5px 0;
}
.report-form .form-form-item .form-formC{
	margin-right: 195px;
	position: relative;
}
.report-form .form-form-item .form-formC .btIcon{
	position: absolute;
	font-size: 18px;
	color: #bb1d22;
	right: -10px;
	top: 0;
}
.report-form .form-form-label{
	width: 96px;
	font-size: 16px;
	color: #666666;
	line-height: 22px;
}
.report-form .form-form-formBox{
	margin-left: 96px;
	min-height: 40px;
}
.report-form .form-form-input{
	height: 40px;
	line-height: 40px;
	border: 1px solid #e1e1e1;
	padding: 0 20px;
}
.report-form .form_cssSelect .form_selectRt:before{
	border-width: 6px;
	border-top-color: #999999;
}
.report-form .form_cssSelect .selected {
    background: #263f7c !important;
    color: #fff !important;
}
.report-form .form_cssSelect .form_selectLt {
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    padding: 0 40px 0 20px;
}
.report-form  .form_cssSelect .form_optionBox {
    padding: 5px 20px;
}
.report-form .form-form-item1 textarea {
    background: none;
    position: relative;
    border-radius: 2px;
    width: 100%;
    height: 170px;
    line-height: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 6px 10px 0;
    outline: none;
    float: left;
    display: inline;
    background: #fff;
    font-size: 14px;
    color: #333;
}
.report-newFormCon .form-form-input::-webkit-input-placeholder{
	font-size: 14px;
	color: #999999;
}
.report-newFormCon textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #999999;
}
.report-upBox{
	padding-right: 110px;
}
.report-upBox .reupBoxBtn-label{
	float: left;
	font-size: 18px;
	width: 96px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}
.report-upBox .report-upBoxBtn .btn{
	float: left;
}
.report-upBox .report-upBoxBtn .btn a{
	display: block;
	background: #b3b3b3;
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fafafa;
}
.report-upBoxBtnPs{
	float: right;
	font-size: 14px;
	color: #fe3136;
	line-height: 24px;
	height: 48px;
	width: 574px;
}
.report-upBox .form-form-input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    padding: 0 20px;
	width: 300px;
}
.report-upBox .form-form-formBox {
    margin-left: 0;
    min-height: 40px;
	float: left;
	margin-right: 20px;
}
.report-upBoxYzm{
	float: left;
}
.report-upBoxYzm .yzmImg{
	float: left;
	margin-right: 5px;
}
.report-upBoxYzm .yzmImg img{
	width: 100px;
	height: 40px;
	object-fit: contain;
	cursor: pointer;
}
.report-upBoxYzm .text{
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}
.report-btnBox{
	text-align: center;
	font-size: 0;
	padding-top: 50px;
}
.report-btnBox .btn{
	display: inline-block;
	border-radius: 2px;
	overflow: hidden;
	margin: 0 7px;
}
.report-btnBox .btn a{
	display: block;
	font-size: 18px;
	width: 145px;
	height: 40px;
	line-height: 40px;
}
.report-btnBox .btn.btn1 a{
	background: url(../images/report-xzbg2.png) no-repeat center center;
	color: #fff;
}
.report-btnBox .btn.btn2 a{
	background: url(../images/report-xzbg3.png) no-repeat center center;
	color: #999999;
}
/* 网上举报 end */
.nynr{ font-size: 16px; line-height: 26px;}
.nynr img{ max-width: 100%;}
/*内页案例列表*/
.z_cplist ul li {
	width: 23%;
	border-bottom: 1px solid #D9D9D9;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.z_cplist ul li a .cptp {
	overflow: hidden;
	display: block;
}
.z_cplist ul li a .cptp img {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.z_cplist ul li a:hover .cptp img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.z_cplist ul li a:hover .cpbt {
	padding: 0 10px;
	color: #005eb8;
}
.z_cplist ul li a .cpbt {
	display: block;
	line-height: 46px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.z_cplist ul li a .cpbt b {
	font-size: 16px;
	color: #000;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.z_cplist ul li a .cpbt i {
	font-size: 16px;
	color: #000;
	font-family: 宋体;
	font-style: normal;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.z_cplist ul li a:hover .cpbt b {
	color: #005eb8;
}
.z_cplist ul li a:hover .cpbt i {
	color: #005eb8;
}
.z_ny_cont {
	padding: 60px 0;
}

.pading{ text-align: center;}
.pading ul{ width: 100%;border-top: 1px solid #adadad; margin-top: 1%;}
.pading ul li{background: #f4f4f4;cursor: not-allowed;display: inline-block;list-style: none;text-decoration: none; margin: 1.4% 0.2%;}
.pading ul li span{display: inline-block;padding: 3px 10px;margin: 0 2px;border: 1px solid #ddd; color: #7b7b7b; font-size: 18px;}
.pading ul li a{display: inline-block;padding: 3px 10px;margin: 0 2px;border: 1px solid #a9ca5c; font-size: 18px;}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}