@charset "utf-8";

/* --------------一、注册/登录/忘记密码-------------- */

/* 背景*/
.section-wrapper .section-slogan {
	margin-top: 52px;
	width: 100%;
	height: 195px;
	background-image: url("../images/register_bg.png");
	background-repeat: no-repeat;
	background-position: 100%, 50%;
	background-size: 100% auto;
}

.section-slogan .slogan {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 32px;
	color: #fff;
}

.section-slogan .slogan .p1 {
	font-size: 24px;
}

.section-slogan .slogan .p2 {
	font-size: 14px;
}

.section-slogan .slogan .p3 {
	font-size: 25px;
}

.section-wrapper .zcon {
	margin-top: -16px;
}

/* 信息输入区域 */
.zcon9 {
	width: 100%;
	margin: auto;
	padding-bottom: 30px;
	background: #f0f6fd;
	border-radius: 16px 16px 0 0;
}

.zcon9 #loginform {
	padding-top: 25px;
}

/* 个人用户与单位用户标题切换区域 */
.zcon9-tit {
	display: flex;
	justify-content: space-between;
	margin: auto;
	/* 线性渐变实现div背景色上下两种颜色 */
	border-radius: 16px 16px 0 0;
	background: linear-gradient(#8BBBFF 50%, #f0f6fd 50%);
}

.zcon9-tit a {
	width: 50%;
	height: 42px;
	background:#8BBBFF;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
}

.zcon9-tit .a_left {
	border-radius: 16px 22px 0 0;
}

.zcon9-tit .a_right {
	border-radius: 0 16px 0 22px;
}

.zcon9-tit .a_left2 {
	border-radius: 16px 0 22px 0;
}

.zcon9-tit .a_right2 {
	border-radius: 22px 16px 0 0;
}

.zcon9-tit a.active {
	background: #f0f6fd;
	color: #3e3e3e;
	font-weight: bold;
}

/* 输入项区域 */
.zcon9-con {
	width: 85%;
	margin: auto;
	padding-top: 16px;
}

.zcon9-p1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 42px;
	margin-top: 16px;
	background-color: #fff;
	border-radius: 21px;
}

.zcon9-p1 .inp1 {
	height: 42px;
	background: #fff;
	color: #a1a1a1;
	font-size: 12px;
	line-height: 42px;
	width: 75%;
}

.zcon9-p1 .inp2 {
	width: 40%;
	height: 42px;
	background: #fff;
	color: #a1a1a1;
	font-size: 12px;
	line-height: 42px;
}

.zcon9-p1 .identity_select {
	width: 80%;
	height: 42px;
	background: #fff;
	color: #a1a1a1;
	border: 1px solid #ffffff;
	font-size: 12px;
	line-height: 42px;
}

.zcon9-p1 .company_input,
.zcon9-p3 .company_input {
	margin-left: 2px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.zcon9-p1 .input-col-sm3 {
	width: 30%;
	margin-right: 1px;
}

.zcon9-p1 .input-col-sm3 .form-control {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	color: #a1a1a1;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	border-radius: 2px;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.zcon9-p2 .inp-btn {
	margin-top: 48px;
	width: 100%;
	height: 45px;
	background: #247eef ;
	border: 1px solid #247eef ;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}

.zcon9-p3 {
	height: 64px;
	margin-top: 16px;
	background-color: #fff;
	border-radius: 21px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.zcon9-p3 .tip{
	color: #a1a1a1;
    font-size: 12px;
}

/* 右侧上传图片 */
.zcon9-p3 .register_upload {
	width: 54px;
	height: 56px;
	font-size: 12px;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	border: 1px dashed rgba(0, 0, 0, 0.4);
}

.zcon9-p3 .register_upload p {
	width: 12px;
	height: 14px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 5px;
	color: rgba(0, 0, 0, 0.65);
}

.zcon9-p3 .register_upload span {
	color: rgba(0, 0, 0, 0.65);
}

/* 营业执照上传展示 */
.zcon9-p3 .upload_img {
	width: 54px;
	height: 56px;
	border: none;
}

/* 忘记密码 */
.toolbar_group2 {
	font-size: 14px;
	margin-top: 12px;
}

.zcon9 #code_form {
	padding-top: 25px;
}

.zcon9-p1 .inp3 {
	float: left;
	height: 42px;
	background: #fff;
	color: #a1a1a1;
	font-size: 12px;
	line-height: 42px;
	width: 55%;
}

.zcon9-p1 button {
	height: 22px;
	width: 22%;
	border: 1px solid #fff;
	background: #e4edf8;
	border-radius: 25px;
	color: #a1a1a1;
	font-size: 10px;
}

.register_step {
	display: none;
}

.register_step.show {
	display: block;
}

.zcon9-p4 {
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zcon9-p4 .inp-btn2 {
	width: 30%;
	height: 45px;
	background: #247eef;
	border: 1px solid #247eef;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}

.register_step .reset_success .success_tip{
	display: flex;
	align-items: center;
    justify-content: center;
}

/*重置密码成功图标 */
.register_step .reset_success .reset_icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 25px;
	border: 1px solid #9a9a9a;
	float: left;
}

.reset_icon .success_circle {
	text-align: center;
	font-size: 25px;
	color: #56db0e;
}

.reset_success .success_content p {
	color: #444343;
	font-size: 16px;
	line-height: 35px;
}

.zcon9-p1 input::-webkit-input-placeholder,
.zcon9-p1 textarea::-webkit-input-placeholder {
	color: #a1a1a1;
}

.zcon9-p1 input:-moz-placeholder,
.zcon9-p1 textarea:-moz-placeholder {
	color: #a1a1a1;
}

.zcon9-p1 input::-moz-placeholder,
.zcon9-p1 textarea::-moz-placeholder {
	color: #a1a1a1;
}

.zcon9-p1 input:-ms-input-placeholder,
.zcon9-p1 textarea:-ms-input-placeholder {
	color: #a1a1a1;
}

/* 左侧图标区域 */
.zcon9-con .sp {
	height: 42px;
	width: 12%;
	padding-left: 4%;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
}

/* .zcon9-con s {
	color: red;
	text-decoration: auto;
} */

/* 注册图标-个人用户 */
.zcon9-con .p_icon1 {
	background: url("../images/icon1.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .p_icon2 {
  	background: url("../images/icon2.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .p_icon3 {
  	background: url("../images/icon3.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .p_icon4 {
  	background: url("../images/icon4.png") no-repeat center;
	background-size: 22px 22px;
} 

.zcon9-con .p_icon5 {
	background: url("../images/icon5.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .p_icon6 {
	background: url("../images/icon6.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .p_icon7 {
	background: url("../images/icon7.png") no-repeat center;
	background-size: 22px 22px;
} 

/* 注册图标-单位用户 */
.zcon9-con .u_icon1 {
	background: url("../images/icon8.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .u_icon2 {
  	background: url("../images/icon2.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .u_icon3 {
  	background: url("../images/icon9.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .u_icon4 {
  	background: url("../images/icon10.png") no-repeat center;
	background-size: 22px 22px;
} 

.zcon9-con .u_icon5 {
	background: url("../images/icon11.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .u_icon6{
	background: url("../images/icon3.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .u_icon7 {
	background: url("../images/icon5.png") no-repeat center;
	background-size: 22px 22px;
} 

.zcon9-con .u_icon8 {
	background: url("../images/icon6.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .u_icon9 {
	background: url("../images/icon7.png") no-repeat center;
	background-size: 22px 22px;
} 

.zcon9-con .u_icon10 {
	background: url("../images/icon12.png") no-repeat center;
	background-size: 22px 22px;
} 

/* 登录界面图标 */
.zcon9-con .l_icon1 {
	background: url("../images/icon3.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .l_icon2 {
  	background: url("../images/icon5.png") no-repeat center;
	background-size: 22px 22px;
}

/* 忘记密码界面图标 */
.zcon9-con .f_icon1 {
	background: url("../images/icon7.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .f_icon2 {
  	background: url("../images/icon4.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .f_icon3 {
	background: url("../images/icon3.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .f_icon4 {
  	background: url("../images/icon5.png") no-repeat center;
	background-size: 22px 22px;
}

.zcon9-con .f_icon5 {
	background: url("../images/icon6.png") no-repeat center;
	background-size: 22px 22px;
}

/* --------------二、其他-------------- */

.con4-con a {
	display: block;
}

.con4-con a img {
	display: block;
	width: 100%;
	height: auto;
}

.con4-con a span {
	display: block;
	padding-left: 12px;
	color: #111;
	font-size: 18px;
	line-height: 64px;
}

.zy-search {
	padding: 18px 9px;
	background: #247eef;
	/* background: -webkit-linear-gradient(left, #3e3e3e, #3e3e3e);
  background: -moz-linear-gradient(left, #3e3e3e, #3e3e3e);
  background: -o-linear-gradient(left, #3e3e3e, #3e3e3e);
  background: linear-gradient(left, #3e3e3e, #3e3e3e); */
	/* background: rgb(23 119 255); */
}

.zy-search .con-row{
	display: flex;
    align-items: center;
	justify-content: space-between;
	width: 100%;
}

.zy-search .con-row2{
	display: flex;
    align-items: center;
	justify-content: end;
	width: 100%;
}

.zy-search .con-row .btn-group{
	display: flex;
    align-items: center;
	justify-content: space-between;
	width: 48%;
}

.zy-search .d1 {
	position: relative;
	width: 48%;
	height: 30px;
}

/* .zy-search .d1-1 {
	position: relative;
	width: 302px;
	height: 45px;
	border-radius: 45px;
	background: #fff;
} */

.zy-search .d1 select {
	display: block;
	/* width: 302px; */
	width: 100%;
	height: 30px;
	padding-left: 12px;
	border-radius: 25px;
	border: none;
	background: #fff;
	color: #272626;
	font-size: 14px;
	line-height: 30px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.zy-search .d1:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 52px;
	width: 1px;
	height: 29px;
	/* background: #d4d4d4; */
	background: #fff;
}

.zy-search .d1:after {
	content: "";
	position: absolute;
	right: 22px;
	top: 14px;
	border-top: 4px solid #131313;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}

.zy-search .d1 select option {
	display: block;
	color: #272626;
	font-size: 12px;
	outline: none;
}

.zy-search .d2 {
	position: relative;
	width: 48%;
	height: 30px;
	border-radius: 25px;
	/* background: rgba(255, 255, 255, 0.33); */
	background: #fff;
	overflow: hidden;
}

/* .zy-search .d2:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 81px;
  width: 1px;
  height: 43px;
  background: rgba(19, 19, 19, .18);
} */

.zy-search .d2 input {
	display: block;
	width: 88%;
	height: 30px;
	padding: 0 6%;
	border: none;
	background: none;
	/* color: #fff; */
	color: black;
	font-size: 14px;
	line-height: 30px;
}

.zy-search .d2 span {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 30px;
	background: url("../images2/a03.png") no-repeat center;
}

.zy-search .d2 input::-webkit-input-placeholder {
	/* color: #fff; */
	color: gray;
	font-size: 12px;
}

.zy-search .d2 input:-moz-placeholder {
	/* color: #fff; */
	color: gray;
	font-size: 12px;
}

.zy-search .d2 input::-moz-placeholder {
	/* color: #fff; */
	color: gray;
	font-size: 12px;
}

.zy-search .d2 input:-ms-input-placeholder {
	/* color: #fff; */
	color: gray;
	font-size: 12px;
}

.zy-search .d3 {
	/* width: 302px; */
	width: 48%;
	height: 30px;
	border-radius: 25px;
	overflow: hidden;
	background: #c6caca9c;
}

.zy-search .d3 a {
	display: block;
	color: rgb(23 119 255);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background: rgb(229 237 252);
}

.d5 {
	position: relative;
	width: 50%;
	height: 30px;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.33);
	overflow: hidden;
}

.d5 button {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	border: none;
	background: none;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.d5 a {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	border: none;
	background: none;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

/* 产融数据库-发布数据界面各库入口筛选框 */
.zy-search .d4 {
	position: relative;
	width: 100%;
	height: 35px;
	margin: auto;
}

.zy-search .d4 select {
	display: block;
	width: 100%;
	height: 35px;
	padding-left: 12px;
	border-radius: 16px;
	border: 2px solid #f6f4f4;
	background: #fff;
	color: #969799;
	font-size: 14px;
	line-height: 35px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.zy-search .d4:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 45px;
	width: 1px;
	height: 35px;
	background: #d4d4d4;
}

.zy-search .d4:after {
	content: "";
	position: absolute;
	right: 22px;
	top: 16px;
	border-top: 4px solid #131313;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
}

.zy-search .d4 select option {
	display: block;
	color: #272626;
	font-size: 14px;
	outline: none;
}

.r_button{
	padding: 8px 0;
	text-align: right;
}

.r_button a{
	background: #247eef;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 24px;
	padding: 6px 12px;
	border-radius: 15px;
}

/* 搜索结果页面 */

.zcon-title b {
	margin-left: 18px;
	font-size: 14px;
	font-weight: bold;
}

.zcon1 li {
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: 1px solid #e3e3e3;
}

.zcon1 li a {
	display: block;
}

.zcon1 li .fl {
	margin-left: 14px;
}

.zcon1 li .fl1 {
	width: 30%px;
	margin-left: 23px;
}

.zcon1 li .fl2 {
	width: 200px;
}

.zcon1 li .fl4 {
	width: 175px;
}

.zcon1 li .fl img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 165px;
}

.zcon1 li .fl span {
	display: block;
	padding-top: 10px;
	color: #666;
	font-size: 18px;
	text-align: center;
}

.zcon1 li .fr {
	padding-right: 10px;
}

.zcon1 li .fr .p1 {
	display: block;
	color: #151414;
	font-size: 14px;
	line-height: 24px;
}

.zcon1 li .fr .p2 {
	display: block;
	padding-top: 6px;
	padding-right: 16px;
	line-height: 24px;
}

.zcon1 li .fr .p2 span {
	display: block;
	color: #737373;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zcon1 li .fr .p3 {
	display: block;
	color: rgb(23 119 255);
	font-size: 14px;
}

.zcon1 li .fr .p5 {
	padding-top: 10px;
	color: #b8b8b8;
	font-size: 14px;
}

.zcon1 li .fr1 {
	width: 65%;
}

.zcon1 li .fr2 {
	width: 370px;
	padding-right: 14px;
}

.zcon1 li .fr3 {
	float: none;
	display: block;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}

.zcon1 li .fr4 {
	width: 380px;
	padding-right: 40px;
}

.zcon1 li .fl span.s1 {
	color: #0e58bc;
}

.zcon1 li .fl span.s2 {
	color: #0ebc70;
}

.zcon1 li .fl span.s3 {
	color: #f2850f;
}

.zcon1 li .fl span.s4 {
	color: #00a1c9;
}

.zcon1 li .fl span.s5 {
	color: #efc01e;
}

.zcon1 li .fl span.s6 {
	color: #c760b5;
}

.zcon1 li .fl span.s7 {
	color: #c3997a;
}

.zcon1 li .fl span.s8 {
	color: #aad368;
}

.zcon1 li .fl span.s9 {
	color: #0ff29f;
}

.zcon1 li .fl span.s10 {
	color: #318a89;
}

.zcon1 li .fl span.s11 {
	color: #b23600;
}

.zcon1 li .fl span.s12 {
	color: #2e5dbd;
}

/* 人才信息-报名 */
.zcon2 {
	padding: 0 12px;
}

.zcon2-d1 .p1 {
	color: #3b3b3b;
	font-size: 14px;
}

.zcon2-d1 .p2 input {
	display: block;
	width: 96%;
	height: 34px;
	padding-left: 2%;
	padding-right: 2%;
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	color: #828282;
	font-size: 14px;
}

.zcon2-d1 .p3 {
	position: relative;
	width: 100%;
}

.zcon2-d1 .p3 select {
	display: block;
	width: 100%;
	height: 34px;
	padding-left: 10px;
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	color: #828282;
	font-size: 14px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.zcon2-d1 .p3 select option {
	outline: none;
}

.zcon2-d1 .p3:before {
	content: "";
	position: absolute;
	top: 0;
	right: 34px;
	width: 1px;
	height: 34px;
	background: #d4d4d4;
}

.zcon2-d1 .p3:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 15px;
	border-top: 5px solid #151515;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.zcon2-d1 .p4 {
	position: relative;
}

.zcon2-d1 .p4 input {
	display: block;
	width: 96%;
	height: 34px;
	padding: 0 2%;
	font-size: 13px;
	line-height: 34px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 2px;
}

#upload-box {
	float: left;
	width: 233px;
	height: 52px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: url("../images2/a16.png") no-repeat center center;
	font-size: 0;
	text-align: center;
	line-height: 52px;
}

#upload-box label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.zcon2-d1 .p4 .upload {
	float: left;
	width: 233px;
	height: 52px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	font-size: 0;
	text-align: center;
	line-height: 52px;
}

.zcon2-d1 .p4 .upload img {
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}

.zcon2-d1 .p4 .upload span {
	display: inline-block;
	color: #7a7979;
	font-size: 18px;
	vertical-align: middle;
}

.zcon2-d1 .p4 .tips {
	float: left;
	margin-left: 12px;
	line-height: 54px;
	color: rgb(23 119 255);
	font-size: 16px;
}

.zcon2-d1 .p5 textarea {
	display: block;
	width: 96%;
	height: 158px;
	padding: 2%;
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	color: #828282;
	font-size: 14px;
	resize: none;
}

.zcon2-d1 .p6 span {
	float: left;
	color: #3b3b3b;
	font-size: 20px;
	line-height: 54px;
}

.zcon2-d1 .p6 input {
	float: left;
	width: 185px;
	height: 52px;
	padding: 0 12px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	color: #828282;
	font-size: 18px;
	outline: none;
}

.zcon2-d1 .p6 a {
	float: left;
	width: 210px;
	height: 36px;
	margin-left: 26px;
	margin-top: 11px;
	font-size: 14px;
}

.zcon2-d1 .p6 a img {
	display: inline-block;
	width: 130px;
	height: 100%;
}

.zcon2-d1 .submit input,
.zcon2-d1 .submit button {
	display: block;
	width: 100%;
	height: 45px;
	margin: auto;
	border-radius: 2px;
	border: 1px solid #247eef;
	background: #247eef;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	outline: none;
}

/*成果库详情*/
.zcon3-tit {
	padding: 0 12px;
}

.zcon3-tit .img {
	float: left;
	width: 276px;
}

.zcon3-tit .img img {
	display: block;
	width: 100%;
	height: auto;
}

.zcon3-tit .fr {
	width: 330px;
}

.zcon3-tit .fr .p1 {
	color: #151414;
	font-size: 24px;
	line-height: 36px;
}

.zcon3-tit .fr .p2 {
	color: #737373;
	font-size: 18px;
	line-height: 28px;
}

.zcon3-tit .fr .p2 .p21 {
	float: left;
}

.zcon3-tit .fr .p2 .p22 {
	float: left;
}

.zcon3-con {
	padding: 0 12px;
}

.zcon3-con1-tit {
	padding-top: 24px;
	padding-bottom: 22px;
	font-size: 0;
}

.zcon3-con1-tit img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.zcon3-con1-tit b {
	display: inline-block;
	color: rgb(23 119 255);
	font-size: 20px;
	vertical-align: middle;
}

.zcon3-con1-con {
	padding: 0 0 20px;
	color: #555;
	font-size: 18px;
	line-height: 36px;
	word-break: break-all;
	text-align: justify;
}

.zcon3-con2 {
	padding: 22px 0;
}

.zcon3-con2 span {
	display: block;
	width: 60%;
	height: 52px;
	margin: auto;
	/* background: rgb(23 119 255); */
	background: #247eef;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 52px;
}

/*合作咨询*/
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.68);
}

.z-hzzx-con {
	display: none;
	position: fixed;
    z-index: 20000;
    width: 94%;
   	min-height: 310px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.z-hzzx-tit {
	padding-top: 18px;
	padding-bottom: 18px;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.z-hzzx-p1{
	margin-bottom: 18px;
	width: 100%;
}

.z-hzzx-p1 .item{
	display: flex;
	align-items: flex-start;
	margin: 0 20px;
}

.z-hzzx-p1 span {
	width: 20%;
	color: #555;
	font-size: 13px;
	line-height: 22px;
}

.z-hzzx-p1 p {
	float: left;
	width: 80%;
	height: auto;
	color: #247eef;
	font-size: 13px;
	line-height: 22px;
}

.z-hzzx-p1 input.p1 {
	width: 80%;
	height: 24px;
	padding: 0 6px;
	border: 1px solid #999;
	border-radius: 2px;
	color: #737373;
	font-size: 14px;
}

.z-hzzx-p1 textarea {
	width: 80%;
	height: 64px;
	padding: 6px;
	border: 1px solid #999;
	border-radius: 2px;
	color: #737373;
	font-size: 13px;
	resize: none;
}

.z-hzzx-p1 .p2 {
	display: block;
	width: 135px;
	height: 26px;
	margin: auto;
	background: #247eef;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	border-radius: 2px;
}

.zcon4 {
}

.zcon4 a {
	display: block;
	width: 618px;
	height: 76px;
	margin: 25px auto;
	border: 1px solid #e3e3e3;
	border-radius: 76px;
	background: -webkit-linear-gradient(#fff, #f1f1f1);
	background: -moz-linear-gradient(#fff, #f1f1f1);
	background: -o-linear-gradient(#fff, #f1f1f1);
	background: linear-gradient(#fff, #f1f1f1);
	color: #494949;
	font-size: 20px;
	text-align: center;
	line-height: 76px;
}

/*创业孵化详情*/
.zcon5 {
	padding: 0 12px;
}

.zcon5 li {
	margin-bottom: 12px;
	padding: 0 20px;
	border: 1px solid #e3e3e3;
}

.zcon5 .p1 {
	padding-top: 24px;
	padding-bottom: 18px;
	color: #363636;
	font-size: 18px;
	font-weight: bold;
}

.zcon5 .p2 {
	color: #363636;
	font-size: 16px;
	line-height: 24px;
}

.zcon5 .p3 {
	color: #959595;
	font-size: 16px;
	line-height: 64px;
}

.zcon5 a {
	color: rgb(23 119 255);
	font-size: 16px;
}

.zcon6 {
}

.zcon6-tit {
	padding: 0 12px;
}

.zcon6-tit .p1 {
	padding-top: 32px;
	color: rgb(23 119 255);
	font-size: 20px;
	font-weight: bold;
}

.zcon6-tit .p2 {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #555;
	font-size: 18px;
	line-height: 36px;
}

.zcon6-con {
	padding: 0 12px;
}

.zcon6-con-tit {
	padding-left: 30px;
	/* background: -webkit-linear-gradient(left, rgb(88 89 198), #fff, #fff, #fff);
  background: -moz-linear-gradient(left, rgb(88 89 198), #fff, #fff, #fff);
  background: -o-linear-gradient(left, rgb(88 89 198), #fff, #fff, #fff);
  background: linear-gradient(left, rgb(88 89 198), #fff, #fff, #fff); */
	background: rgb(229 237 252);
	/* color: #fff; */
	color: rgb(23 119 255);
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
}

.zcon6-con-con {
	padding: 12px 0;
	color: #555;
	font-size: 16px;
	line-height: 36px;
}

.zcon7 {
	padding: 0 0 12px;
	border-top: 1px solid #e6e6e6;
}

.zcon7 a {
	display: block;
	padding: 0 20px;
	border-bottom: 1px solid #e6e6e6;
	color: #555;
	font-size: 18px;
	text-indent: 12px;
	line-height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zcon8 {
	padding-top: 240px;
}

.zcon8 a {
	display: block;
	width: 556px;
	height: 114px;
	margin: 0 auto 68px;
	border-radius: 114px;
	background: -webkit-linear-gradient(top, #fff, #d7d7d7);
	background: -moz-linear-gradient(top, #fff, #d7d7d7);
	background: -o-linear-gradient(top, #fff, #d7d7d7);
	background: linear-gradient(to bottom, #fff, #d7d7d7);
	color: rgb(23 119 255);
	font-size: 30px;
	text-align: center;
	line-height: 114px;
}

/*科技资讯*/
.zcon10 {
}

.zcon10-tit {
	display: flex;
	justify-content: space-between;
	/* background: -webkit-linear-gradient(left, #0056a6, #016768);
  background: -moz-linear-gradient(left, #0056a6, #016768);
  background: -o-linear-gradient(left, #0056a6, #016768);
  background: linear-gradient(to left, #0056a6, #016768); */
	background: rgb(23 119 255);
}

.zcon10-tit a {
	width: 50%;
	height: 96px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 96px;
}

.zcon10-tit a.active {
	background: rgba(0, 0, 0, 0.33);
}

/* .con1-list {
	padding: 0 12px;
} */

/* 媒体报道与内容间距 */
/* .con1-list li {
  margin-top: 35px;
} */

/* .con1-list li a {
	display: block;
}

.con1-list li a .lef {
	float: left;
	width: 240px;
	height: 140px;
	overflow: hidden;
	border-radius: 10px;
}

.con1-list li a .lef img {
	display: block;
	width: 100%;
	height: 100%;
}

.con1-list li a .rig {
	float: right;
	width: 400px;
}

.con1-list li a .rig .p1 {
	display: block;
	padding-bottom: 14px;
	color: #292828;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con1-list li a .rig .p2 {
	display: block;
	color: #7c7c7c;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con1-list li a .rig .p3 {
	display: block;
	padding-top: 20px;
	color: #b2b2b2;
	font-size: 16px;
} */

/*科技详情*/
.zcon11 {
	padding: 0 12px;
}

.zcon11-tit {
	padding-top: 24px;
	padding-bottom: 20px;
}

.zcon11-tit p {
	color: #1d1c1c;
	font-size: 22px;
	line-height: 30px;
}

.zcon11-tit span {
	display: block;
	padding-top: 12px;
	color: #a1a1a1;
	font-size: 16px;
}

.zcon11-con {
	color: #555;
	font-size: 18px;
	line-height: 36px;
}

.zcon11-con img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*联系我们*/
.zcon12 {
	margin: 0 8px;
}

.zcon12 .zcon12-header {
	height: auto;
	display: flex;
	align-items: center;
}

.zcon12 .zcon12-header .zcon12-basic {
	width: 100%;
	margin-top: 8px;
}

/* .zcon12 .zcon12-header .zcon12-code {
	width: 25%;
} */

.zcon12 .zcon12-basic .p1 {
	height: 70px;
	margin-bottom: 5px;
	border: 1px solid #e4e4e4;
	background: -webkit-linear-gradient(#fcfcfc, #f3f1f1);
	background: -moz-linear-gradient(#fcfcfc, #f3f1f1);
	background: -o-linear-gradient(#fcfcfc, #f3f1f1);
	background: linear-gradient(#fcfcfc, #f3f1f1);
	display: flex;
	align-items: center;
}

.zcon12 .zcon12-basic .p1 .p1-left {
	width: 40px;
	height: 40px;
	margin: 16px;
	border-radius: 25px;
}

.zcon12 .zcon12-basic .p1 .icon1 {
	background: #247eef url("../images2/a11.png") no-repeat center;
	background-size: 65% 65%;
}

.zcon12 .zcon12-basic .p1 .icon2 {
	background: #247eef url("../images2/a12.png") no-repeat center;
	background-size: 65% 65%;
}

.zcon12 .zcon12-basic .p1 .icon3 {
	background: #247eef url("../images2/a14.png") no-repeat center;
	background-size: 65% 65%;
}

.zcon12 .zcon12-basic .p1 .p1-right {
	width: 80%;
}

.zcon12 .zcon12-basic .p1 .p1-right p {
	color: #aeaeae;
	font-size: 12px;
}

.zcon12 .zcon12-basic .p1 .p1-right span {
	display: block;
	margin-top: 2px;
	color: #1d1d1d;
	font-size: 13px;
}

/* .zcon12 .zcon12-code .code-box {
	margin-left: 8px;
	margin-bottom: 8px;
	height: 350px;
	border: 1px solid #e4e4e4;
	background: -webkit-linear-gradient(#fcfcfc, #f3f1f1);
	background: -moz-linear-gradient(#fcfcfc, #f3f1f1);
	background: -o-linear-gradient(#fcfcfc, #f3f1f1);
	background: linear-gradient(#fcfcfc, #f3f1f1);
}

.zcon12 .zcon12-code .code-box .code-area {
	margin: 115px 10px;
}

.zcon12 .zcon12-code .code-box .barcode_img {
	width: 120px;
	height: 120px;
} */

/* 联系我们-最初 */
/* .zcon12 .p1 .fl {
	width: 61px;
	height: 61px;
	margin-top: 15px;
	margin-left: 20px;
	border-radius: 61px;
}

.zcon12 .p1 .fl1 {
	background: rgb(23 119 255) url("../images2/a11.png") no-repeat center;
}

.zcon12 .p1 .fl2 {
	background: rgb(23 119 255) url("../images2/a12.png") no-repeat center;
}

.zcon12 .p1 .fl3 {
	background: rgb(23 119 255) url("../images2/a13.png") no-repeat center;
}

.zcon12 .p1 .fl4 {
	background: rgb(23 119 255) url("../images2/a14.png") no-repeat center;
}

.zcon12 .p1 .fr {
	width: 500px;
}

.zcon12 .p1 .fr p {
	padding-top: 22px;
	color: #aeaeae;
	font-size: 14px;
}

.zcon12 .p1 .fr span {
	display: block;
	margin-top: 4px;
	color: #1d1d1d;
	font-size: 20px;
} */

/* 地图 */

.zcon12 .p2 {
	border: 1px solid #e4e4e4;
}

.zcon12 .p2 .navigate-btn {
	width: 100%;
	font-size: 14px;
	background-color: #247eef;
	border: 1px solid #fff;
	border-radius: 5px;
	color: white;
	padding: 16px 32px 16px 32px;
}

/*public*/
.b-t-b-1 {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background: #efefef;
}

.b-b-1 {
	border-bottom: 1px solid #e0e0e0;
}
