/*map*/
.mapwrap{padding: 1%;box-sizing: border-box;background: #FFF; border:solid 1px #CCC; }

.sub_banner{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.sub_banner img{
	width: 100%;
}
.sub_banner_text{
	position: absolute;
	left: 8%;
	top: 35%;
	overflow: hidden;
	color: #fff;
}
.sub_banner_text h2{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	width: 100%;
	font-weight: bold;
}
.sub_banner_text h2::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #fff;
}
.sub_banner_text > p > a{ color: #fff }

.xiangxia{
	margin-top: 20px;
	animation: xiangxia 1.5s linear 0s infinite;
}
.xiangxia .iconfont{
	color: #fff;
	font-size: 30px;
}
@keyframes xiangxia{
	0% { margin-top: 20px; }
	50%{ margin-top: 10px; }
	100%{ margin-top: 20px; }
}

/*单页*/
.sub-title{text-align: center;}
.sub-title h2{font-size: 25px;}
.sub_text{ line-height:30px; color: #686868;}

.sub-time{ padding:15px 0; border-bottom: 1px dashed #999;}
.detail-button{display: flex;justify-content: space-between;}
.back{
    margin: 20px auto;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #CCC;
    border-radius: 5px;
}
.back:hover{background: #ccc}

/*sub_menu*/
.sub_menu{
	margin: 50px auto 40px auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.sub_menu h2{
	font-size: 30px;
	font-weight: bold;
}
.sub_menu ul{
	display: flex;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.sub_menu li a{
	display: block;
	padding: 15px 30px;
	font-size: 16px;
	color: #919191;
}
.sub_active{ color: #000!important; }

/*详情页*/

.detail_con{
	position: relative;
	margin:-40px auto 40px auto;
	padding: 40px;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	z-index: 999;
	box-shadow: 0 0 10px #ccc;
}
.detail_con h3 {
	margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}
.detail_time {
	padding: 25px 0;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #F5F5F5;
}
.detail_con div:nth-child(3){
	margin-top: 30px;
}

.detail-button{padding-top:30px ;display: flex;justify-content: space-between;border-top: 1px solid #f5f5f5}
.back{
    margin: 20px auto;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #CCC;
    border-radius: 5px;
}
.back:hover{background: #ccc}

/*news*/
.first_img{
	width: 40%;
}
.first_img img{
	width: 100%;
}
.first_text{
	padding: 40px ;
	box-sizing: border-box;
	width: 60%;
	background: #FAFAFA;
}
.first_text h3{
	font-size: 21px;
	color: #474747;
	font-weight: bold;
}
.first_time{
	margin: 15px auto;
	color: #969696;
}
.first_text p{
	color: #999;
	line-height: 25px;
}
.first_more{
	display: block;
	margin-top: 20px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #ccc;
	color: #736f6f;
}
.first_more:hover{
	background: #3f80ff;
	color: #Fff;
}
.first_text:hover h3{
	color: #3f80ff;
}
.sub_news_list li{
	padding: 50px;
	box-sizing: border-box;
}
.news_time{
	position: relative;
	overflow: hidden;
	width: 160px;
	height: auto;
	text-align: right;
}
.news_time span{
	display: block;
	color: #d2d2d2;
	font-size: 18px;
}
.news_time em{
	display: block;
	position: relative;
	padding: 10px 0;
	font-size: 34px;
    font-weight: bolder;
    color: #d2d2d2;
}
.news_time em::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 2px;
	background: #ccc;
}
.news_text{
	width: 75%;
	width: -moz-calc(100% - 400px);
  	width: -webkit-calc(100% - 400px);
  	color: #898989;
  	line-height: 30px;
}
.news_text h3{
	padding-bottom: 20px;
	font-size: 22px;
	color: #555;	
	font-weight: bold;
}
.sub_news_list li:hover{
	box-shadow:  0 0 20px #eee;
}

/*案例列表*/
.case-list li{
	position: relative;
	overflow: hidden;
	margin: 0.5%;
	box-sizing: border-box;
	width: 32%;
}
.case-list-img{
    position: relative;
    overflow: hidden;
    width:100%;
    height: 300px;
}
.case-list-img img{width: 100%; transition: all 1.5s;}
.case-list li:hover .case-list-img img{ transform: scale(1.2);}
.case-list-title{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 20px; 
	box-sizing: border-box;
	line-height: 45px;
	font-size: 18px;
	width: 100%;
	height: 45px;
	color: #fff;
	background: rgba(79,108,125,.8);
}
.case-list-title .iconfont{
	width: 25%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	background: rgba(0,0,0,1);
	opacity: .4;
}
.case-list li:hover .case-list-title{
	animation: case-list_left 1s;
}
.case-list li:hover .case-list-title .iconfont{
	background: #3f80ff;
	opacity: 1;
}
@keyframes case-list_left {
	0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}
}

/*案例列表*/
.pro-list li{
	position: relative;
	overflow: hidden;
	margin: 0.5%;
	box-sizing: border-box;
	width: 24%;
	max-height: 220px;
}
.pro-list-img{
    position: relative;
    overflow: hidden;
    width:100%;
}
.pro-list-img img{width: 100%; transition: all 1.5s;}
.pro-list li:hover .pro-list-img img{ transform: scale(1.2);}
.pro-list-title{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 20px; 
	box-sizing: border-box;
	line-height: 45px;
	font-size: 18px;
	width: 100%;
	height: 45px;
	color: #fff;
	background: rgba(79,108,125,.8);
}
.pro-list-title .iconfont{
	width: 25%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	background: rgba(0,0,0,1);
	opacity: .4;
}
.pro-list li:hover .pro-list-title{
	animation: case-list_left 1s;
}
.pro-list li:hover .pro-list-title .iconfont{
	background: #3f80ff;
	opacity: 1;
}
/*人才招聘列表*/
.job{
    margin: auto auto 40px auto;
    text-align: center;
}
.job table{ 
    padding: 0 2%;
    width: 100%;
}
.job tr{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebeef5;
    color: #606266;
    font-size: 15px;
}
.job tr a{ color: #606266; }
.job tr .iconfont{ margin-left: 10px; color: red;}
.job tr td{width: 12%;}
.job tr:hover { background: #f5f7fa;}
.job tr td:nth-child(1){ width: 30%; }
.job-first{ 
    font-size: 18px!important;
    background: #f2f2f2;
    border-bottom: none!important;
}
/*集团公司*/
.group{ margin-bottom:40px;background: #fff; }
.group_img{
	overflow: hidden;
	width: 50%;
}
.group_img img{
	transition: all 1s;
	width: 100%;
}
.group_text{
	padding: 32px ;
	box-sizing: border-box;
	width: 50%;
}
.group_text h3{
	font-size: 21px;
	color: #474747;
	font-weight: bold;
}
.group_text p{
	margin: 20px auto;
	color: #999;
	line-height: 30px;
}
.group:hover img{
	transform: scale(1.1);
}
.group_more{
	display: block;
	margin-top: 20px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #ccc;
	color: #736f6f;
}
.group_more:hover{
	background: #3f80ff;
	color: #Fff;
}
.group_text:hover h3{
	color: #3f80ff;
}
/*partner*/
.partner{
	background: #fff;
}
.partner li{
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
}
.partner_show{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	box-sizing: border-box;
	font-size:18px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	color:#fff;
	background: rgba(0, 109, 184, .8);
	cursor: pointer;
}
.partner li:hover .partner_show{
	display: block;
}
@media (max-width:30000px) and (min-width: 2000px){
	.case-list-img{ height: auto }
} 

@media (max-width:1920px) and (min-width:1650px) {
	.case-list-img{height: 350px;}
	.pro-list li{max-height: 220px}
}
@media (max-width:767px) and (min-width:320px) {
	.sub_banner_text p,
	.xiangxia,
	.sub_banner_text h2::after,
	.sub_menu h2,.case-list-title .iconfont{
		display: none;
	}
	.sub_banner_text{
		top: 61%;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.sub_banner_text h2 {
		font-size: 23px;
	}
	.first_text,.first_img,.news_time,.news_text,.sub_menu ul{ width: 100%;}
	.first_text {padding: 10px}
	.sub_news_list li{padding:10px;margin-bottom: 30px;}
	.news_time{text-align: left;margin-bottom: 30px;}
	.news_time em::after{right: 86%;}
	.detail_con{margin:auto;padding: 10px;width: 100%;box-shadow: 0 0 0 #ccc;}
	.sub_menu{margin:15px auto 15px auto; overflow: auto; display:block;}
	.sub_menu ul{ width:800px}
	.sub_menu li a {padding: 15px;}
	.case-list li {width: 49%;}
	.case-list-title p{ margin: auto; }
	.case-list-title {
	    padding-left: 0px;
	    line-height: 20px;
	    height: 20px;
	    font-size: 14px;
	}
	.pro-list li {width: 49%;}
	.pro-list-title p{ margin: auto; }
	.pro-list-title {
	    padding-left: 0px;
	    line-height: 20px;
	    height: 20px;
	    font-size: 14px;
	}
	 /*人才招聘列表*/
     .job{
        padding: 0;
        margin: auto auto 20px auto;
        text-align: left;
    }
    .job tr{
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ccc;
    }
    .job tr td{width: 30%; padding-left: 10px;}
    .job tr td:nth-child(1){ width: 70%;}
    .job tr td:nth-child(2),
    .job tr td:nth-child(3),
    .job tr td:nth-child(4){
        display: none;
    }
    .job-first { 
        font-size: 18px;
        background: #f2f2f2;
        border-bottom: none!important;
    }
    .group_img,.group_text{ width: 100% }
    .group_text{ padding: 3%; }
    .partner li{width: 50%;}
    .partner li img,.sub_text img,.detail img{ width: 100%; }
    .detail_time {padding: 10px 0;}
    .detail_con h3 { margin-bottom: auto; font-size: 18px;}
    .detail_con div:nth-child(3) {margin-top: 10px;}
    .case-list-img{ height: auto }
}

/*分页*/
.fenye {width: 100%;height: auto;clear: both;}
.fenye ul{display:flex;justify-content: center;flex-wrap: wrap}
.fenye ul > li{display: block;box-sizing:border-box;margin-top: 5px;margin-bottom: 5px;}
.fenye ul > li >a{display:block;text-align: center;padding: 7px 14px;border: 1px solid #CCCCCC;box-sizing:border-box;margin-left: -1px;}
.fenye .jump{text-align: center;width: 4em;height: 36px;box-sizing: border-box;border: 1px solid #ccc; transition: all 0.3s ease-in-out 0s;}
.fenye .jump:focus{outline: #1f9a81 0px solid;border: 1px solid #1f9a81;}
.fenye ul > li >span{line-height: 40px;}
.fenye .page-active + li>a{border-left: 1px #1f9a81 solid;}
.fenye .page-active>a{background: #009688;color: #ffffff;border: 1px solid #009688;}
.fenye .page-active>a:hover{background: #009688;color: #ffffff;border: 1px solid #009688;}
.fenye ul > li >a:hover{background: rgba(233, 236, 239, 0.7);color:#009688;}
.fenye .page-disabled>a{cursor: not-allowed;border: 1px solid #eee;}
.fenye .page-disabled>a{
    color:#aaa !important;
    background: initial !important;
    /*文件禁止选择*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width:767px) and (min-width:320px) {
    .fenye .number,.fenye span,.jump-button,.jump{display: none!important}
}
