@charset "utf-8";
/* CSS Document */

.banner{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	cursor: move;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.banner .swiper-slide a{
	display: block;
}

.banner .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    bottom: 32px;
    text-align: center;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #222;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.banner .swiper-visible-switch {
  background: #aaa;
}
.banner .swiper-active-switch {
  background: #fff;
}

.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}

.banner .imgBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*  banner  */

.small-banner{
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/Public/Home/img/main-img/banner2.jpg);
}

.small-banner .imgBox{
	position: relative;
	top: 0;
	left: 50%;
	width: 1920px;
	height: 624px;
	margin-left: -960px;
	-webkit-background-size: contain;
	background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.small-banner .imgBox img{
	display: block;
	max-width: 1920px;
	margin: 0 auto;
}
/*  small-banner  */

.index-aboutUs{
	/*border-bottom: 10px solid #fff;*/
	position: relative;
}

.index-aboutUs .box{
	float: left;
	width: 58%;
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/Public/Home/img/main-img/index-aboutUs-left-bg.jpg);
}

.index-aboutUs .rightBg{
	position: absolute;
	right: 0;
	top: 0;
	width: 42%;
	height: 100%;
	background-image: url(/Public/Home/img/main-img/index-aboutUs-right-bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.index-aboutUs .box .content{
	padding: 100px 0;
	width: 82%;
	margin: 0 auto;
}

.index-aboutUs .box .content p.title{
	font-size: 40px;
	color: #0552a6;
	text-align: center;
	font-weight: bold;
	margin-bottom: 54px;
}

.index-aboutUs .box .content .text p{
	font-size: 16px;
	color: #282828;
	line-height: 26px;
	margin-bottom: 16px;
}

.index-aboutUs .box .content .more{
	padding-top: 76px;
}

.index-aboutUs .box .content .more a{
	display: block;
	width: 147px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #909090;
	font-size: 16px;
	color: #0072ff;
	margin: 0 auto;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-aboutUs .box .content .more a span{
	position: relative;
	display: inline-block;
	padding-left: 16px;
	top: -1px;
	left: 0;
}

.index-aboutUs .box .content .more a:hover{
	color: #fff;
	border-color: #0072ff;
	background: #0072ff;
}

.col-3 ul li{
	float: left;
	width: 33.333333333%;
}

.col-3 ul li a{
	position: relative;
	display: block;
	overflow: hidden;
}

.index-yewu li a>img{
	display: block;
	width: 100%;
	height: auto;
}

.index-yewu li a .content{
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	margin-top: -42px;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	height: 84px;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-yewu li a .content p{
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 72px;
}

.index-yewu li a span.kuang{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common-img/index-yewu-bg.png) repeat;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-yewu li a .content span.chakan{
	position: relative;
	display: block;
	width: 150px;
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
	text-align: center;
	background: #fff;
	color: #0072ff;
	font-size: 16px;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all .6s ease .4s;
	-moz-transition: all .6s ease .4s;
	-ms-transition: all .6s ease .4s;
	-o-transition: all .6s ease .4s;
	transition: all .6s ease .4s;
}

.index-yewu li a:hover span.kuang{
	top: 0;
}

.index-yewu li a:hover .content{
	height: 194px;
	margin-top: -97px;
}

.index-yewu li a:hover .content span.chakan{
	opacity:1;
	filter:alpha(opacity=100);
	
}
/*  index-yewu  */

.col-4 ul li{
	width: 25%;
	float: left;
	margin-bottom: 12px;
}

.col-4 ul li a{
	display: block;
}

.index-news{
	padding: 64px 4px;
}

.index-news li a{
	margin: 0 6px;
	-webkit-box-shadow: 0 0 16px #ccc;
	-moz-box-shadow: 0 0 16px #ccc;
	box-shadow: 0 0 16px #ccc;
	border: 1px solid #e3e2e3\9;
}

.index-news li a>img{
	display: block;
	width: 100%;
	height: auto;
}

.index-news .msg{
	padding: 46px;
}

.index-news .msg p.data{
	display: inline-block;
	font-size: 18px;
	color: #817f82;
	padding-bottom: 8px;
	border-bottom: 1px solid #bcbcbc;
	margin-bottom: 26px;
}

.index-news .msg p.data span{
	font-size: 34px;
	padding-right: 16px;
	font-weight: bold;
}

.index-news .msg p.title{
	font-size: 18px;
	color: #3e3d3d;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news .msg p.text{
	font-size: 14px;
	color: #6a6a6a;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.index-news h2{
	font-size: 40px;
	color: #515151;
	font-weight: bold;
	text-align: center;
	margin-bottom: 36px;
}

.index-news .newMore{
	/*margin-bottom: 42px;*/
}

.index-news .newMore a{
	margin: 0 auto;
}

.index-news .msg span.more,
.index-news .newMore a{
	display: block;
	width: 144px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #c7c7c7;
	font-size: 16px;
	color: #67ace1;
	margin-top: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-news .newMore a:hover,
.index-news .msg span.more:hover{
	background: #5e82bf;
	border-bottom-color: #5E82BF;
	color: #fff;
}

/*  index-news  */

.index-case{
	position: relative;
	/*padding: 64px 0;*/
	margin: 120px 0 100px;
}

.index-case .imgList{
	position: relative;
	z-index: 445;
    float: left;
    width: 56%;
    top: 72px;
}

.index-case .imgList .imgNum{
	position: absolute;
	z-index: 8;
	right: 0;
	bottom: 0;
	width: 210px;
	height: 100%;
	background: url(/Public/Home/img/main-img/alpha.png) repeat;
}

.index-case .imgList .imgNum .box{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 24px;
	color: #fff;
	font-size: 4em;
	height: 64px;
	line-height: 64px;
	text-align: center;
}

.index-case .imgList .imgNum .box a{
	color: #fff;
	vertical-align: -2px;
}

.index-case .imgList .imgNum .box span{
	font-size: 0.6em;
	vertical-align: middle;
	font-weight: bold;
}

.index-case .textList{
	position: absolute;
	z-index: 7;
	right: 0;
	top: 0;
	width: 42%;
	height: 100%;
	overflow: hidden;
	padding-left: 40%;
	-webkit-box-shadow: 0 0 16px #ccc;
	-moz-box-shadow: 0 0 16px #ccc;
	box-shadow: 0 0 16px #ccc;
	font-size: 10px;
}

.index-case .imgList ul,
.index-case .textList ul{
	position: relative;
}

.index-case .imgList ul li,
.index-case .textList ul li{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;*/
	display: none;
	opacity:0;
	filter:alpha(opacity=0);
	z-index: -1;
}

.index-case .imgList ul li a,
.index-case .imgList ul li a img{
	display: block;
	width: 100%;
	height: auto;
}

.index-case .imgList ul li.cur,
.index-case .textList ul li.cur{
	display: block;
	left: 0;
	opacity:1;
	filter:alpha(opacity=100);
	z-index: 10;
}

.index-case .textList p.title{
	font-size: 4em;
	color: #0552a6;
	font-weight: bold;
	padding-top: 16%;
	margin-bottom: 7%;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

.index-case .textList .message p{
	font-size: 2em;
	color: #5c5b5b;
	line-height: 1.6em;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

.index-case .textList .item-title{
	font-size: 4em;
	color: #252525;
	margin-bottom: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-case .textList .caseMore a{
	display: inline-block;
	font-size: 1.6em;
	padding: 0.7em 2.6em;
	color: #FFFFFF;
	background: #5E82BF;
	margin-top: 5%;
}

.contentBox1{
	padding: 56px 0;
}

.contentBox1 .contentBox1-title{
	margin-bottom: 52px;
}

.contentBox1 .contentBox1-title .p1{
	color: #c6c4c4;
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 16px;
}

.contentBox1 .contentBox1-title .p2{
	position: relative;
	padding-bottom: 19px;
	color: #4c4c4c;
	font-size: 24px;
}

.contentBox1 .contentBox1-title .p2:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	background: #a3a3a3;
	left: 0;
	bottom: 0;
}

.contentBox1 .contentBox1-body{
	font-size: 16px;
	color: #3f3e3e;
	line-height: 28px;
}

.contentBox1 .contentBox1-body img{
	max-width: 100%;
}

.aboutUs-chengyuan .chengyuan-list li a.box{
	position: relative;
	display: block;
}

.aboutUs-chengyuan .chengyuan-list li .img{
	position: relative;
	z-index: 2;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.aboutUs-chengyuan .chengyuan-list li .img .zhezhao{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/Public/Home/img/common-img/black-alpha-5.png) repeat;
	opacity:0;
	filter:alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.aboutUs-chengyuan .chengyuan-list li .img img{
	display: block;
	width: 100%;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.aboutUs-chengyuan .chengyuan-list li .text{
	position: absolute;
	z-index: 3;
	top: 0;
	width: 50%;
	height: 100%;
}

.aboutUs-chengyuan .chengyuan-list li .text .text-inner{
	width: 90%;
	height: 100%;
	margin: 0 auto;
}

.aboutUs-chengyuan .chengyuan-list li .text .text-inner-box{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.aboutUs-chengyuan .chengyuan-list li .text .text-content{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.aboutUs-chengyuan .chengyuan-list li.item-type-1 .img{
	float: left;
}

.aboutUs-chengyuan .chengyuan-list li.item-type-1 .text{
	right: 0;
}

.aboutUs-chengyuan .chengyuan-list li.item-type-2 .img{
	float: right;
}

.aboutUs-chengyuan .chengyuan-list li.item-type-2 .text{
	left: 0;
}

.aboutUs-chengyuan .chengyuan-list li .p1{
	font-size:18px;
	color: #2c64b1;
	line-height: 25px;
	margin-bottom: 12px;
}

.aboutUs-chengyuan .chengyuan-list li .p2{
	font-size: 13px;
	color: #9e9e9e;
	line-height: 23px;
}

.aboutUs-chengyuan .chengyuan-list li a.box:hover .img .zhezhao{
	opacity:1;
	filter:alpha(opacity=100);
	visibility: visible;
}

.aboutUs-chengyuan .chengyuan-list li a.box:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-list{
	padding: 24px 0;
	background: #ebf0f3;
}

.news-list li a{
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
}

.news-list li a .bgChange{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #215bab;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.news-list li a>.inner{
	padding: 36px 30px 30px;
	overflow: hidden;
}

.news-list li a .imgBox{
	position: relative;
	overflow: hidden;
}

.news-list li a .imgBox span.type{
	position: absolute;
    left: 0px;
    top: 0px;
    padding: 6px 14px;
    background-color: #215bab;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.news-list li a .imgBox .img-zhezhao{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/Public/Home/img/common-img/black-alpha-5.png) repeat;
	background: rgba(0,0,0,0.5);
	opacity:0;
	filter:alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.news-list li a .imgBox img{
	display: block;
	width: 100%;
}

.news-list li a:hover .imgBox span.type{
	background-color: #fff;
	color: #215bab;
}

.news-list li a .data {
    background: url(/Public/Home/img/common-img/time-bg.png)  left center no-repeat;
    padding: 2px 0px 2px 22px;
    margin-right: 12px;
    color: #999999;
    font-size: 12px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.news-list .text{
	position: relative;
}

.news-list .text p.title{
	font-size: 16px;
    line-height: 1.4;
    color: #3E3E3E;
    overflow: hidden;
    margin: 16px 0;
    height: 45px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.news-list li a:hover .bgChange{
	height: 100%;
}

.news-list li a:hover .imgBox .img-zhezhao{
	opacity:1;
	filter:alpha(opacity=100);
	visibility: visible;
}

.news-list li a:hover .text p.title{
	color: #fff;
}

.news-list li a:hover .text .data{
	color: #fff;
	background: url(/Public/Home/img/common-img/time-bg-hover.png)  left center no-repeat;
}

.chakanMore{
	padding: 6px 0 16px;
}

.chakanMore a{
	display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #799dcd;
    text-align: center;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    font-size: 14px;
    color: #fff;
}

.chakanMore a:hover{
	background-color: #215bab;
}

.contentBox1 .contentBox1-title .biaoti{
	font-size: 30px;
	text-align: center;
	line-height: 36px;
	color: #565656;
	margin-bottom: 24px;
}

.contentBox1 .contentBox1-title .msg{
	text-align: center;
}

.contentBox1 .contentBox1-title .msg span{
	display: inline-block;
	font-size: 14px;
	color: #979696;
	padding: 10px 26px;
	border-left: 1px solid #e5e5e5;
}

.contentBox1 .contentBox1-title .msg span.span1{
	border: none;
}

.contentBox1 .contentBox1-title2{
	margin-bottom: 24px;
}

.case-xq .case-xq-title{
	font-size: 30px;
	color: #2c64b1;
	line-height: 36px;
	padding-bottom: 12px;
	border-bottom: 1px solid #d9d8d8;
	margin-bottom: 50px;
}


#caseImgList {
	position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
#caseImgList .item {
    display: block;
}
#caseImgList img {
    display: block;
    width: 100%;
}

#caseImgList .owl-controls,
#caseImgList .owl-buttons{
	margin: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#caseImgList .owl-controls .owl-buttons div{
	position: absolute;
	top: 0;
	width: 56px;
	height: 100%;
	background: rgba(0,0,0,0.4);
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-indent: -9999px;
}

#caseImgList .owl-controls .owl-buttons div.owl-prev{
	left: 0;
	background-image: url(/Public/Home/img/common-img/caseImgList-left-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#caseImgList .owl-controls .owl-buttons div.owl-next{
	right: 0;
	background-image: url(/Public/Home/img/common-img/caseImgList-right-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.case-xq .dep{
	font-size: 26px;
	color: #3f3e3e;
	line-height: 40px;
}

.contentBox1-title3{
	text-align: center;
}

.contentBox1 .contentBox1-title3 .p2:after {
    width: 60px;
    left: 50%;
    margin-left: -30px;
}

.imgChange a.box{
	overflow: hidden;
}

.imgChange a.box .img img{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.imgChange a.box:hover .img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.contentBox2-body .col-3-item li a.box{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.col-3-item li a.box .zhezhao-text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: url(/Public/Home/img/common-img/alpha7.png) repeat;
}

.col-3-item li a.box .zhezhao-text .p1{
	font-size: 18px;
	color: #feffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.col-3-item li a.box .zhezhao-text .inner{
	padding: 12px;
}

.col-3-item li a.box .zhezhao-text .p1 span{
	font-size: 16px;
	padding-left: 6px;
}

.col-3-item li a.box .zhezhao-text .p2{
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.lb-nav a.lb-prev,
.lb-nav a.lb-next{
	width: 30%;
}

.zizhi-list{
	font-size: 0;
    -webkit-text-size-adjust:none;
}

.zizhi-list li{
	display: inline-block;
	width: 20%;
	margin-bottom: 16px;
}

.zizhi-list li a{
	display: block;
	margin: 0 8px;
}

.zizhi-list li a img{
	display: block;
	width: 100%;
}

.yewu-jieshao {
	padding-bottom: 56px;
	padding-top: 24px;
}

.yewu-jieshao .contentBox1{
	padding-bottom: 0;
	padding-top: 48px;
}

.yewu-jieshao .case-xq-title{
	border: none;
	margin-bottom: 0;
}

.yewu-jieshao .case-xq-title-dep{
	font-size: 18px;
	color: #585757;
	line-height: 24px;
	margin-bottom: 36px;
}

.yewu-jieshao .title-img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.yewu-jieshao .contentBox1 .contentBox1-title{
	margin-bottom: 36px;
}

.yewu-more{
	text-align: center;
}

.yewu-more a{
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #2c64b1;
	font-size: 16px;
	color: #fff;
	margin: 12px 0;
}

.contactUs{
	position: relative;
}

.contactUs .mapBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

.contactUs .contactMsg{
	float: right;
	width: 50%;
	background: #2f66b2;
	color: #fff;
}

.contactUs .contactMsg .inner{
	padding: 100px 62px;
}


.contactUs .contactMsg .inner .title{
	margin-bottom: 16px;
	font-size: 26px;
}

.contactUs .contactMsg .inner .dep p{
	font-size: 16px;
    line-height: 24px;
    padding: 4px 0;
}

.contactUs .contactMsg .inner .title2{
	margin-top: 48px;
}

.input-form{
	padding-top: 6px;
}

.input-form .input-group{
	margin-bottom: 16px;
}

.input-form .input-group input[type=text]{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	padding: 10px 8px;
	color: #fff;
	font-size: 16px;
	background: #5582c0;
}

.input-form .input-group textarea{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	color: #fff;
	font-size: 16px;
	background: #5582c0;
	resize: none;
}

.input-form input[type=submit]{
	display: block;
	width: 136px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #2f66b2;
	font-size: 16px;
	background: #fff;
	cursor: pointer;
}

.BMap_cpyCtrl{
	display: none;
} 

.zhaopinBox{
	padding: 64px 0;
}



.zhaopinBox .title{
	font-size: 34px;
	color: #707070;
	font-weight: bold;
	text-align: center;
	margin-bottom: 26px;
}

.zhaopinBox .title-dep{
	font-size: 16px;
	color: #3F3E3E;
	line-height: 29px;
	text-align: center;
}

.zhaopin-linian{
	background-image: url(/Public/Home/img/main-img/zhaopin-bg.jpg);
}

.zhaopin-linian ul{
	font-size: 0;
	-webkit-text-size-adjust:none;
	text-align: center;
}

.zhaopin-linian ul li{
	display: inline-block;
	width: 312px;
	margin: 0 4%;
	font-size: 18px;
	color: #fff;
}

.zhaopin-linian ul li dt{
	text-align: center;
	margin-bottom: 20px;
}

.zhaopin-linian ul li dt img{
	display: block;
	margin: 0 auto;
	margin-bottom: 24px;
}

.zhaopin-linian ul li dt p{
	font-size: 24px;
	color: #52cce4;
}

.zhaopin-linian ul li dd{
	line-height: 30px;
}

.zhaopin-zhiwei{
	font-size: 0;
	-webkit-text-size-adjust:none;
}

.zhaopin-zhiwei i{
	font-style: normal;
}

.zhaopin-zhiwei .table-title{
	background: #2d65b1;
}

.zhaopin-zhiwei .table-title span{
	font-size: 20px;
	color: #fff;
	height: 72px;
	line-height: 72px;
}

.zhaopin-zhiwei .job-header{
	background: #efefef;
	cursor: pointer;
}
.zhaopin-zhiwei .job-header span{
	font-size: 18px;
	color: #707070;
	height: 64px;
	line-height: 64px;
}

.zhaopin-zhiwei .table-title span,
.zhaopin-zhiwei .job-header span{
	display: inline-block;
	width: 25%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zhaopin-zhiwei .table-title span i,
.zhaopin-zhiwei .job-header span i{
	padding: 0 8%;
}

.zhaopin-zhiwei .job-body{
	background: #e4e4e4;
	font-size: 14px;
	color: #707070;
	padding: 26px 4%;
	line-height: 26px;
	display: none;
}

.zhaopin-zhiwei .job-item{
	border-bottom: 1px solid #cccccc;
}

.zhaopinBox .title3{
	margin-bottom: 36px;
}

.index-case-title{
	display: none;
	font-size: 40px;
    color: #515151;
    font-weight: bold;
    text-align: center;
    margin-bottom: 36px;
}












































































































































































































































































































































































































































































































































































































































































































































































































































































































































































