@charset "utf-8";
 
body {
	min-width: 1200px;
	height: auto;
	font-family: "微软雅黑";
	list-style-type: none;
	background: #fff;
}

* {
    padding: 0;
    border: 0;
    margin: 0;
}

input {
	font-family: "微软雅黑";
	color: #666;
	outline: none;
	box-sizing: border-box;
}

select {
	font-family: "微软雅黑";
	outline: none;
	box-sizing: border-box;
}

textarea {
	font-family: "微软雅黑";
	outline: none;
	resize: none;
}

button {
	font-family: "微软雅黑";
}

p {
	color: #666;
	font-size: 14px;
	word-break:break-all;
}

span {
	color: #333; 
}

a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #fff;
	font-weight: 100;
}

h2 {
	font-size: 16px;
	color: #333;
}

h3 {
	color: #999;
	font-size: 14px;
	font-weight: 100;
}

ul li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}


/*新闻列表*/  
 
.content {
	width: 100%;
}

.content_center {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	min-height: 300px;
}

.contentpb40 {
	width: 100%;
	padding-bottom: 40px
}

.words1 {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.words1_zzgz_xfgz {
	width: 100%;
	overflow: hidden;
	float: left;
}

.words1_zzgz_xfgz_title {
	width: 100%;
	height: 40px;
}

.words1_zzgz_xfgz_title font {
	display: block;
	float: left;
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #555;
	margin-right: 30px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #eee;
	font-family: Microsoft YaHei;
}

.words1_zzgz_xfgz_content {
	width: 100%;
	overflow: hidden;
}

.words1_zzgz_xfgz_content .box {
	width: 100%;
	overflow: hidden;
}

.news_one {
	width: 380px;
	float: left;
	margin: 28px 30px 0 0;
	position: relative;
}

.news_pic {
	width: 380px;
	height: 237px;
	display: block;
}

.news_pic img {
	width: 380px;
	height: 237px;
}

.news_content {
	border: 1px solid #e5e5e5;
	height: 198px;
	padding: 0 28px;
}

.title {
	width: 100%;
	font-size: 16px;
	display: block;
	color: #333;
	height: 20px;
	line-height: 20px;
	margin: 25px 0 18px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_words {
	width: 100%;
	height: 74px;
	border-bottom: 1px solid #e5e5e5;
}

.news_words p {
	width: 100%;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}

.more {
	height: 60px;
	line-height: 60px;
}

.more_left {
	font-size: 14px;
	color: #999;
	line-height: 60px;
	float: left;
}

.more_right {
	float: right;
	width: 26px;
	height: 7px;
	margin: 26.5px 0;
	display: block;
}

.more_right img {
	width: 26px;
	height: 7px;
	display: block;
}

.paging {
	margin: 20px auto 60px auto;
}


.notice_one {
	width: 100%;
	margin-top: 28px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.notice_pic {
	float: left;
	width: 100px;
	height: 80px;
	padding: 20px 10px;
	border: 1px solid #e5e5e5;
}

.notice_year {
	width: 100%;
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.notice_day {
	width: 100%;
	color: #666;
	text-align: center;
	font-size: 48px;
	line-height: 50px;
}

.notice_content {
	float: right;
	width: 1030px;
}

.notice_title {
	width: 100%;
	font-size: 16px;
	display: block;
	color: #333;
	height: 20px;
	line-height: 20px;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice_words {
	width: 100%;
	height: 74px;
}

.notice_words p {
	width: 100%;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}

.notice_more {
	width: 130px;
	height: 35px;
	border-radius: 3px;
	display: block;
	text-align: center;
	line-height: 35px;
	background-color: #349bf8;
	color: #fff;
}

 

/*新闻详情*/

.detail_title {
	text-align: center;
	color: #333;
	font-weight: bold;
	line-height: 48px;
	font-size: 30px;
}

.detail_date {
	margin-top: 20px;
	text-align: center;
}

.detail_date p {
	color: #999;
	font-size: 16px;
	display: inline;
	margin-right: 40px;
}

.detail_date p em {
	font-style: normal;
}

.detail_part {
	width: 100%;
	margin: 55px 0 50px 0;
}

.detail_words {
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 30px;
	margin-bottom: 20px;
}

.detail_pic {
	width: 100%;
	margin-bottom: 10px;
}

.detail_pic img {
	width: 60%;
	display: block;
	margin: 0 auto;
}

.detail_pic p {
	text-align: center;
	color: #666;
	font-size: 15px;
	line-height: 35px;
}


/*公告详情*/

.enclosure {
	border-top: 1px dotted #e5e5e5;
	padding-top: 20px;
	margin-top: 20px;
}

.enclosure_load {
	font-size: 18px;
	color: #333;
	line-height: 35px;
	margin-bottom: 5px;
}

.enclosure_hang {
	height: 35px;
	width: 100%;
	overflow: hidden;
	margin: 3px 0;
}

.enclosure_hang img {
	width: 20px;
	height: 20px;
	margin: 7.5px 0;
	display: block;
	float: left;
}

.enclosure_name {
	line-height: 35px;
	font-size: 14px;
	color: #666;
	margin-left: 8px;
	display: block;
	float: left;
	cursor: pointer;
}

.enclosure_name:hover {
	color: #349bf8;
}


/*首页*/

.index_title {
	text-align: center;
	margin-top: 50px;
	color: #333;
	font-size: 28px;
}

.box {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.index_newsleft {
	width: 530px;
	float: left;
}

.index_newsright {
	width: 760px;
}


/*
.index_newsright li{
    width: 100%;
    height: 100px;
    margin-top: 25px;
    border-bottom:1px dotted #e5e5e5;
    overflow: hidden;
}
*/

.index_newsright li {
	width: 100%;
	height: 50px;
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
}

.saishijj {
	width: 100%;
	height: 50px;
	display: block;
}

.news_text {
	width: 580px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #333;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.saishijj:hover .news_text {
	color: #349bf8;
}

.news_date {
	line-height: 50px;
	font-size: 15px;
	color: #999;
	float: right;
}

.index_newsright li:last-child {
	border: 0;
}

.index_date {
	width: 65px;
	float: left;
	text-align: center;
}

.index_rq {
	font-size: 52px;
	color: #cacaca;
	line-height: 60px;
}

.index_nf {
	font-size: 16px;
	color: #a9a9a9;
	line-height: 20px;
}

.index_newscontent {
	margin-left: 95px;
	height: 80px;
	width: 665px;
}

.index_newtitle {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_newtitle:hover {
	color: #349bf8;
}

.index_newswords {
	width: 100%;
	height: 45px;
	line-height: 22.5px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_newspic {
	width: 100%;
	height: 340px;
	display: block;
}

.index_lefttitle {
	width: 100%;
	color: #333;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	display: block;
}

.index_lefttitle:hover {
	color: #349bf8;
}

.index_leftwords {
	width: 100%;
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.active_left {
	width: 100%;
}

.active_left li {
	width: 570px;
	overflow: hidden;
	margin-bottom: 25px;
	float: left;
	margin-right: 60px;
}

.top_hang {
	width: 100%;
	line-height: 38px;
	overflow: hidden
}

.top_hang span {
	font-size: 16px;
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-style: italic;
	background-color: #cacaca;
	color: #fff;
	margin: 9px 20px 9px 0;
}

.top_hang a {
	display: block;
	float: left;
	height: 38px;
	color: #333;
	font-size: 18px;
	width: 530px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top_hang a:hover {
	color: #349bf8;
}

.second_hang {
	line-height: 32px;
	color: #999;
	font-size: 16px;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn_more {
	width: 110px;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	color: #494848;
	border: 1px solid #494848;
	display: block;
	margin: 40px auto 0 auto;
	border-radius: 33px;
}

.content_blue {
	background-color: #eff4f7;
	padding: 40px 0;
}

.index_title1 {
	text-align: center;
	color: #333;
	font-size: 28px;
}

.content_index {
	width: 100%;
	background-color: #f7f8f9;
	padding: 40px 0;
}

.news_left {
	width: 760px;
	padding: 0 20px;
	background-color: #fff;
	float: left;
}

.news_right {
	width: 340px;
	padding: 0 20px 5px 20px;
	background-color: #fff;
	float: right;
}

.title_hang {
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.title_hang p {
	font-size: 22px;
	float: left;
	color: #333;
}

.title_hang a {
	font-size: 16px;
	float: right;
	color: #333;
}

.saishi li {
	width: 100%;
	height: 50px;
	border-top: 1px dotted #e5e5e5;
}

.saishi li a {
	width: 100%;
	height: 50px;
	display: block;
}

.saishi_words {
	width: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #333;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.saishi li a:hover .saishi_words {
	color: #349bf8;
}

.saishi_date {
	line-height: 50px;
	font-size: 15px;
	color: #666;
	float: right;
}

.saishi_pic {
	width: 210px;
	height: 141px;
	display: block;
	float: left;
}

.saishi_pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.saishi_right {
	height: 141px;
	float: left;
	width: 520px;
	margin-left: 30px;
}

.saishi_more {
	line-height: 20px;
	margin-top: 36px;
	color: #349bf8;
	font-size: 14px;
	display: block;
}

.index_title_white {
	text-align: center;
	color: #fff;
	font-size: 28px;
}

.btn_more1 {
	width: 110px;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	margin: 40px auto 0 auto;
	border-radius: 33px;
}

.achievements {
	margin: 20px auto 0 auto;
	width: 900px;
}

.achievements li {
	float: left;
	width: 100px;
	height: 35px;
}

.jl_province {
	line-height: 35px;
	height: 35px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.province_active {
	background-color: #f67524;
	border-radius: 35px;
	color: #fff;
}

.double_achievements {
	line-height: 35px;
	text-align: center;
	color: #333;
	font-size: 20px;
}

.bg_white {
	width: 100%;
	background-color: #fff;
	padding: 35px 0;
	margin-top: 30px;
}


/*数据统计滚动*/

.product-number-info {
	background: url("../image/product_number_bg.jpg");
	position: relative;
	background-position: center;
}

.product-number-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}


/*.q:after {
	content: "";
	clear: both;
	display: table;
}

.q li {
	float: left;
	width: 199px;
	height: 90px;
	border-left: 1px solid #e5e5e5;
	color: #f67524;
	padding-top: 1px;
}

.q li:first-child {
	border: none;
}

.q li b {
	font-weight: 400;
	font-size: 36px;
	line-height: 1;
	display: block;
	position: relative;
	margin: 15px 0 10px;
	text-align: center;
}

.q li b i {
	font-style: normal;
}

.q li b sup {
	position: absolute;
	font-size: 20px;
	right: -15px;
	top: -3px;
}

.q li b em {
	font-style: normal;
	font-size: 28px;
	font-weight: 100;
	padding-left: 2px;
	position: relative;
	top: -4px;
}

.q li p {
	font-size: 15px;
	color: #333;
	text-align: center;
}*/

.project_part {
	width: 100%;
	margin-top: 40px;
}

.project_one {
	width: 285px;
	float: left;
	display: block;
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.project_pic {
	width: 285px;
	height: 214px;
	display: block;
}

.project_pic img {
	width: 285px;
	height: 214px;
	display: block;
}

.project_title {
	margin-top: 10px;
	color: #333;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product_hang {
	margin-top: 5px;
	line-height: 20px;
}

.product_hang p {
	line-height: 20px;
	font-size: 14px;
	color: #666;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.left_product {
	float: left;
	width: 185px;
}

.right_product {
	float: right;
	text-align: right;
	width: 90px;
}

.team_one {
	width: 217.5px;
	padding: 40px 30px;
	box-shadow: 0px 0px 2px 3px #f1f1f1;
	border-radius: 5px;
	margin-right: 30px;
	float: left;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
}

.team_pic {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	margin: 0 auto;
	display: block;
	overflow: hidden
}

.team_pic img {
	width: 70px;
	height: 70px;
}

.team_name {
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	margin-top: 15px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.team_label {
	font-size: 16px;
	/*display: inline-block;*/
	background-color: #f67524;
	color: #fff;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	border-radius: 25px;
	margin: 5px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.team_words {
	width: 100%;
	height: 100px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.organ_one {
	width: 273px;
	height: 70px;
	float: left;
	padding: 10px 13px;
	display: block;
	overflow: hidden;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*width: 275.5px;
	height: 70px;
	float: left;
	margin: 0 30px 20px 0;
	display: block;
	overflow: hidden;
	border:1px solid #e5e5e5;*/
}

.organ_one img {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.wonderful_review {
	background: url("../image/hgbg.png");
	position: relative;
}

.wonderful_content {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.box1 {
	margin-top: 40px;
	width: 100%;
	height: 450px;
	position: relative;
}

.list {
	width: 1200px;
	height: 450px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

.btn {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	width: 70px;
	height: 90px;
	line-height: 90px;
	font-size: 50px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: rgba(51, 51, 51, .9);
	cursor: pointer;
	z-index: 10;
}

.prev {
	left: -35px;
}

.next {
	right: -35px;
}

dt {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
}

dt a {
	width: 751px;
	height: 450px;
	display: block;
	position: relative;
}

.play {
	width: 751px;
	height: 450px;
	position: absolute;
	z-index: 1;
	left: 1;
	top: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.play img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 185px auto;
}

.wonderful_pic {
	width: 751px;
	height: 450px;
	border: none;
	float: left;
}

.p1 {
	transform: translate3d(-224px, 0, 0) scale(0.81);
}

.p2 {
	transform: translate3d(0px, 0, 0) scale(0.81);
	transform-origin: 0 50%;
	opacity: 0.8;
	z-index: 2;
}

.p3 {
	transform: translate3d(224px, 0, 0) scale(1);
	z-index: 3;
	opacity: 1;
}

.p4 {
	transform: translate3d(449px, 0, 0) scale(0.81);
	transform-origin: 100% 50%;
	opacity: 0.8;
	z-index: 2;
}

.p5 {
	transform: translate3d(672px, 0, 0) scale(0.81);
}

.p6 {
	transform: translate3d(896px, 0, 0) scale(0.81);
}

.p7 {
	transform: translate3d(1120px, 0, 0) scale(0.81);
}

.active_top {
	background-color: #349bf8;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	padding: 1px 5px;
	margin-right: 3px;
}

.active_top1 {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: #349bf8;
	color: #fff;
	font-size: 14px;
	padding: 2px 8px;
}


/*大赛详情*/

.schedule_one {
	width: 299px;
	border-right: 1px solid #f1f1f1;
	float: left;
}

.schedule_pic {
	width: 100px;
	height: 70px;
	display: block;
	margin: 0 auto;
}

.schedule_big {
	margin-top: 20px;
	text-align: center;
	color: #349bf8;
	font-size: 20px;
	line-height: 35px;
}

.schedule_small {
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 40px;
}

.words2 {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
}

.words2_zzgz_xfgz {
	width: 100%;
	overflow: hidden;
	float: left;
}

.words2_zzgz_xfgz_title {
	width: 275px;
	height: 40px;
	margin: 0 auto;
}

.words2_zzgz_xfgz_title font {
	display: block;
	float: left;
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #555;
	margin-right: 30px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #eee;
	font-family: Microsoft YaHei;
}

.words2_zzgz_xfgz_content {
	width: 100%;
	overflow: hidden;
}

.words2_zzgz_xfgz_content .box {
	width: 100%;
	overflow: hidden;
}

.contact_one {
	width: 450px;
	float: left;
	padding: 15px 0;
}

.contact_name {
	font-size: 22px;
	line-height: 35px;
	color: #333;
	margin-bottom: 25px;
}

.contact_words {
	font-size: 16px;
	line-height: 45px;
	color: #333;
}

.lianxi_map {
	width: 700px;
	height: 230px;
	float: right;
}

.company {
	width: 100%;
	padding: 20px 0;
	background-color: #3a3a3a;
}

.company_part {
	width: 100%;
	display: block;
}

.company_title {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	width: 80px;
}

.company_right {
	width: 1120px;
	float: right;
}

.company_name {
	width: 280px;
	height: 25px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	margin-right: 93px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.condition {
	width: 100%;
	height: auto;
	display: block;
}

.product-condition {
	width: 100%;
	background: url("../image/hgbg1.png");
}


/*项目库-----赛事项目，已发布项目*/

.project_select {
	background: #fff;
	width: 1200px;
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
	/*box-shadow: 0 0 2px 0 rgba(0, 0, 0, .04), 0 1px 6px 0 rgba(0, 0, 0, .03);*/
}

.match_sel {
	width: 240px;
	height: 45px;
	padding: 10px;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-right: 20px;
}

.region_sel {
	width: 175px;
	height: 45px;
	padding: 10px;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-right: 20px;
}

.project_ipt {
	width: 160px;
	height: 45px;
	padding: 10px;
	border-radius: 3px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-right: 20px;
	box-sizing: border-box;
}

.project_btn {
	width: 100px;
	height: 45px;
	background-color: #349bf8;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	border-radius: 3px;
}


/*双创成果*/

.achievement_type {
	width: 1158px;
	padding: 15px 20px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.achievement_type:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.type_name {
	color: #999;
	line-height: 40px;
	float: left;
	display: block;
	height: 40px;
	width: 90px;
}

.type_right {
	width: 1060px;
	float: right;
}

.type_rightp {
	color: #333;
	line-height: 40px;
	float: left;
	margin-right: 50px;
	cursor: pointer;
}

.type_active {
	color: #349bf8;
}

.achievement_part {
	margin-top: 30px;
}

.achievement_one {
	width: 590px;
	height: 140px;
	background-color: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .04), 0 1px 6px 0 rgba(0, 0, 0, .03);
	float: left;
	margin: 0 20px 20px 0;
	display: block;
	overflow: hidden;
}

.achievement_left {
	float: left;
	overflow: hidden;
	width: 363px;
	height: 100px;
	padding: 20px;
}

.achievement_name {
	font-size: 17px;
	color: #333;
	font-weight: bold;
	width: 363px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*
.achievement_name:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 30px;
  z-index: 5;
  background-color: #c0a75e;}
*/

.achievement_right {
	float: right;
	overflow: hidden;
	width: 187px;
	height: 140px;
}

.achievement_right img {
	width: 100%;
	height: 100%;
	display: block;
}

.achievement_field {
	width: 100%;
	margin-top: 10px;
}

.field_name {
	line-height: 30px;
	color: #999;
	font-size: 14px;
	display: inline-block;
}

.field_content {
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	display: inline-block;
	font-weight: bold;
}

.achievement_area {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	width: 363px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
}


/*注册页*/

.land {
	float: right;
	line-height: 60px;
	padding: 15px 0;
}

.land_link {
	width: 76px;
	line-height: 40px;
	margin-top: 8px;
	height: ;
	eight: 40px;
	text-align: center;
	border: solid 1px #333;
	border-radius: 5px;
	display: inline-block;
}

.words3 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}

.words3_zzgz_xfgz {
	width: 100%;
	overflow: hidden;
	float: left;
}

.words3_zzgz_xfgz_title {
	width: 100%;
	height: 80px;
}

.words3_zzgz_xfgz_title font {
	display: block;
	float: left;
	width: 600px;
	height: 80px;
	line-height: 60px;
	text-align: center;
	color: #555;
	font-size: 20px;
	cursor: pointer;
	font-family: Microsoft YaHei;
	background: url(../image/res_right.png);
}

.words3_zzgz_xfgz_content {
	width: 100%;
	overflow: hidden;
}

.words3_zzgz_xfgz_content .box {
	width: 100%;
	overflow: hidden;
	margin-top: 0;
}

.land_form {
	width: 840px;
	margin: 25px auto 0 auto;
	background: #fff;
	padding: 0 0 80px 360px;
}

.land_form ul {
	display: block;
	min-width: 400px;
}

.land_form ul li {
	clear: both;
	zoom: 1;
	overflow: visible;
	height: 54px;
	line-height: 50px;
}

.land_title {
	width: 72px;
	text-align: right;
	float: left;
	margin-right: 3px;
	height: 50px;
}

.land_center {
	width: 334px;
	height: 50px;
	float: left;
}

.land_ipt {
	margin: 10px 12px 0 0;
	height: 38px;
	line-height: 38px;
	padding: 2px 15px;
	border: 1px solid #dedede;
	color: #666;
	width: 292px;
	font-size: 14px;
	float: left;
}

.land_iptd {
	margin: 10px 0 0 0;
	height: 38px;
	line-height: 38px;
	padding: 2px 15px;
	border: 1px solid #dedede;
	color: #666;
	width: 172px;
	font-size: 14px;
	float: left;
}

.land_warm {
	float: left;
	line-height: 50px;
	color: #e82020;
	width: 400px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.land_time {
	width: 120px;
	height: 38px;
	line-height: 38px;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	margin: 10px 0 0 0;
	background-color: #349bf8;
}

.land_ckd {
	float: left;
	width: 13px;
	height: 13px;
	margin: 8.5px 10px 8.5px 0;
}

.land_read {
	float: left;
	color: #333;
	line-height: 30px;
}

.land_read a {
	text-decoration: underline;
}

.land_btn {
	margin-top: 8px;
	width: 324px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 16px;
	border-radius: 5px;
	background-color: #349BF8;
}
 

.cust_detail {
	padding: 20px;
}

.xy_content {
	text-indent: 2em;
	line-height: 25px;
	margin-bottom: 10px;
}

.top_title {
	float: left;
	line-height: 40px;
	padding: 0 20px;
	border-left: 2px solid #e5e5e5;
	margin: 20px 0 20px 20px;
	font-size: 22px;
	color: #349BF8;
}


/*登陆*/

.land_content {
	width: 800px;
	margin: 80px auto 0 auto;
	background: #fff;
}

.land_name {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #349BF8;
	color: #fff;
	font-size: 20px;
}

.land_formsmall {
	width: 640px;
	margin: 25px auto 0 auto;
	background: #fff;
	padding: 0 0 80px 160px;
}

.land_formsmall ul {
	display: block;
	min-width: 400px;
}

.land_formsmall ul li {
	clear: both;
	zoom: 1;
	overflow: visible;
	height: 54px;
	line-height: 50px;
}

.land_warm1 {
	float: left;
	line-height: 50px;
	color: #e82020;
	width: 200px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.land_forget {
	display: block;
	float: left;
	color: #333;
	line-height: 30px;
}

.land_yzm {
	float: left;
	width: 120px;
	height: 38px;
	margin: 10px 0 0 0;
	background-color: #349bf8;
}


/*服务机构列表页*/

.invest_one {
	width: 1150px;
	padding: 25px;
	border-bottom: 1px solid #e5e5e5;
	/*  background-color: rgba(66,165,245,0.1);*/
	/*  background-color: #f5f5f5;*/
}

.invest_one:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.invest_pic {
	width: 110px;
	height: 110px;
	line-height: 110px;
	display: block;
	background-color: #fff;
	float: left;
}

.invest_pic img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.invest_right {
	width: 1010px;
	height: 110px;
	float: right;
}

.invest_name {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.invest_hang p {
	float: left;
	line-height: 15px;
	margin: 7.5px 30px 7.5px 0;
	padding-right: 30px;
	border-right: 2px solid #999;
}

.invest_hang p:last-child {
	border-right: 0;
}

.invest_desc {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select_hang {
	width: 100%;
	margin: 10px;
	clear: both;
	/*border-bottom: 1px solid #e5e5e5;*/
}

.select_hang:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.service_ipt {
	width: 300px;
	height: 36px;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	line-height: 36px;
	margin: 1px 0;
}

.thematic_search {
	width: 350px;
	height: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 32px;
	overflow: hidden;
	margin: 2px 0;
}

.thematic_ipt {
	width: 310px;
	height: 32px;
	padding: 0 15px;
	float: left;
	color: #666;
}

.thematic_btn {
	width: 40px;
	height: 20px;
	/*border-left: 1px solid #999;*/
	float: left;
	margin: 6px 0;
	background-color: #fff;
	outline: none;
}

.thematic_btn img {
	width: 20px;
	height: 20px;
	margin: 0 10px;
	display: block;
}

.list_type {
	width: 1158px;
	padding: 15px 20px;
	margin-top: 40px;
	box-shadow: 0 0 6px rgba(3, 69, 121, 0.1);
	background-color: #fff;
}


/*项目详情*/

.detailsec_title {
	font-size: 24px;
	line-height: 44px;
	margin-bottom: 15px;
	color: #333;
}

.detailsec_words {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 20px;
	text-indent: 2em;
}

.detailsec_hang {
	margin-bottom: 10px;
}

.detailsec_hang:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.productsec_left {
	width: 120px;
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	
}

.productsec_right {
	width: 1070px;
	float: left;
}

.productsec_right p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.download_btn {
	line-height: 25px;
	display: block;
	float: left;
	width: 50px;
	font-size: 12px;
	background-color: #42a5f5;
	color: #fff;
	text-align: center;
	margin: 2.5px 0 2.5px 40px;
	border-radius: 3px;
}

.detailsec_pic {
	width: 224px;
	height: 168px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.detailsec_pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.detailsec_information li {
	width: 140px;
	height: 140px;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.information_pic{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.information_left {
	width: 220px;
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.information_btn {
	float: right;
	line-height: 30px;
}
 

/*服务机构详情*/

.productsec_leftc {
	width: 160px;
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.productsec_rightc {
	width: 1030px;
	float: left;
}

.productsec_rightc p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.productsec_rightc1 {
	width: 950px;
	float: left;
}

.productsec_rightc1 p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.detail_logo {
	display: block;
	max-height: 155px;
	width: auto;
	margin-left: 30px;
	max-width: 230px;
}


/*专家详情*/

.detail_touxiang {
	display: block;
	width: 120px;
	height: 120px;
}


/*往届赛事详情*/

.contest_top {
	width: 100%;
	height: 430px;
	overflow: hidden;
}

.contest_top img {
	width: 100%;
	height: 430px;
	display: block;
}

.words4 {
	width: 100%;
	margin-top: -50px;
	overflow: hidden;
}

.words4_zzgz_xfgz {
	width: 100%;
	overflow: hidden;
	float: left;
}

.words4_zzgz_xfgz_title1 {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.4);
}

.words4_zzgz_xfgz_title {
	width: 1200px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}

.words4_zzgz_xfgz_title font {
	display: block;
	float: left;
	width: 85px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin: 0 57.5px;
	font-size: 14px;
	cursor: pointer;
	font-family: Microsoft YaHei;
}

.words4_zzgz_xfgz_content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}

.words4_zzgz_xfgz_content .box {
	width: 100%;
	overflow: hidden;
}

.contest_unit {
	width: 570px;
	margin-right: 60px;
	font-size: 16px;
	line-height: 30px;
	float: left;
}

.contest_picture {
	width: 100%;
	height: auto;
}

.contest_picture img {
	width: 100%;
	height: auto;
	display: block;
}

.team_one1 {
	width: 215.5px;
	padding: 40px 30px;
	box-shadow: 0px 0px 2px 3px #f1f1f1;
	border-radius: 5px;
	margin-right: 30px;
	float: left;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
}

.words5 {
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
	padding-bottom: 60px;
}

.words5_zzgz_xfgz {
	width: 100%;
	overflow: hidden;
	float: left;
}

.words5_zzgz_xfgz_title {
	width: 100%;
	height: 40px;
}

.words5_zzgz_xfgz_title font {
	display: block;
	float: left;
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #555;
	margin-right: 30px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #eee;
	font-family: Microsoft YaHei;
}

.words5_zzgz_xfgz_content {
	width: 100%;
	overflow: hidden;
}

.words5_zzgz_xfgz_content .box {
	width: 100%;
	overflow: hidden;
}


/*市州数据展示*/

.words6 {
	width: 100%;
	margin-top: -50px;
	overflow: hidden;
}

.words6_zzgz_xfgz {
	width: 100%;
	overflow: hidden;
	float: left;
}

.words6_zzgz_xfgz_title1 {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.4);
}

.words6_zzgz_xfgz_title {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	/*position: relative;*/
}

.words6_zzgz_xfgz_title font {
	display: block;
	float: left;
	width: 85px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin-right: 60px;
	font-size: 14px;
	cursor: pointer;
	margin: 0 157.5px;
	font-family: Microsoft YaHei;
}

.words6_zzgz_xfgz_content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}

.words6_zzgz_xfgz_content .box {
	width: 100%;
	overflow: hidden;
}

.city_sel {
	float: right;
	display: block;
	height: 30px;
	padding: 5px 5px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	background-color: #fff;
	width: 220px;
	margin: 10px 0;
}


/*无数据*/

.no_data {
	width: 275px;
	height: 160px;
	margin: 0 auto;
}

.no_data img {
	margin: 42.5px 0;
	width: 75px;
	height: 75px;
	display: block;
	float: left;
}

.no_data p {
	font-size: 16px;
	color: #666;
	float: left;
	margin-left: 20px;
	line-height: 160px;
}


/*404*/

.false_pic {
	width: 800px;
	display: block;
	margin: 30px auto 0 auto;
}

.false_warm {
	text-align: center;
	font-size: 22px;
	line-height: 35px;
	margin: 5px 0 15px 0;
}

.false_btn {
	display: block;
	width: 115px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	border-radius: 17.5px;
	background-color: #ffb748;
	color: #fff;
}


/*双创成果首页*/

.achieve_one {
	width: 293.3px;
	height: 85px;
	float: left;
	padding: 40px;
	margin: 0 40px 20px 0;
	display: block;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(3, 69, 121, 0.1);
}

.achieve_num {
	width: 100%;
	height: 45px;
	font-size: 22px;
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.achieve_num::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	background: #fbc111;
	left: 0;
	bottom: 0;
}

.achieve_name {
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	color: #333;
}
.project_selhang{
	width: 320px;
	height: 35px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.project_selone {
	width: 140px;
	height: 32px;
	line-height: 32px;
	color: #333;
	padding: 0 10px;
	float: left;
	border-radius: 32px;
	border: 1px solid #ccc;
}

.achieve_gk {
	width: 539px;
	height: auto;
	padding: 0 30px;
	border-right: 1px dashed #e5e5e5;
	float: left;
}

.achieve_sectitle {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}

.achieve_content {
	width: 100%;
	height: auto;
}


/*项目库*/

.project_ly {
	width: 265px;
	height: 50px;
	float: left;
	padding: 20px 0 20px 20px;
	margin: 0 20px 20px 0;
	display: block;
	background-color: #fff;
	overflow: hidden;
}

.ztly_pic {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	/*margin: 2.5px 0;*/
	float: left;
}

.ztly_right {
	width: 200px;
	float: left;
	margin-left: 15px;
}

.ztly_title {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.ztly_more {
	color: #349BF8;
	line-height: 14px;
}

.project_ly:hover {
	box-shadow: 0 0 10px rgba(3, 69, 121, 0.1);
}


/*展示图片位置*/

.banner_top {
	width: 100%;
	height: 430px;
	overflow: hidden;
	position: relative;
}

.banner_top img {
	width: 100%;
	height: 430px;
	display: block;
}

.banner_btn {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 50px;
	left: 0;
}

.banner_content {
	height: 40px;
	margin: 0 auto;
	width: 270px;
}

.banner_content1 {
	height: 40px;
	margin: 0 auto;
	width: 115px;
}

.ban_btn {
	font-size: 18px;
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #349bf8;
	float: left;
	width: 115px;
	text-align: center;
	color: #fff;
}

.ban_btnover {
	font-size: 18px;
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background-color: #f67524;
	float: left;
	width: 115px;
	text-align: center;
	color: #fff;
}

.banner_words {
	width: 100%;
	position: absolute;
	bottom: 110px;
	left: 0;
}

.banner_wordscon {
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
	background-color: rgba(4, 17, 44, 0.8)
}

.banner_wordscon p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-align: center;
}


/*面包屑*/

.nav_link {
	padding: 20px 0;
	color: #666;
	font-size: 12px;
}

.nav_link a {
	color: #666;
	font-size: 12px;
}

.achievement_one1 {
	width: 590px;
	height: 140px;
	background-color: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .04), 0 1px 6px 0 rgba(0, 0, 0, .03);
	float: left;
	margin: 0 15px 20px 0;
	display: block;
	overflow: hidden;
}


/*双创成果*/

.computer {
	width: 1200px;
	height: 518px;
	margin-top: 20px;
	background-color: #fff; 
}
.title_top{
	width: 100%;
	height: 55px;
	background: url(../image/title_top.jpg);
}
.title_top p{
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	}
.system-container {
	width: 1200px;
	height: 400px;
	/*background:url(../image/product_bg.png) no-repeat center center;*/
	margin: 0 auto;
	position: relative;
}

.city_position {
	position: absolute;
	width: 320px;
	height: 320px;
	border-radius: 320px;
	left: 430px;
	top: 37px;
	border: 5px solid #cfddff;
}

.system-sub-left,
.system-sub-right {
	position: absolute;
	width: 270px;
}

.system-sub-left {
	text-align: right;
}

.system-sub-left .system-sub-content {
	margin-right: 16px;
}

.system-sub-right .system-sub-content {
	margin-left: 16px;
}

.system-sub-content,
.system-sub-img {
	display: inline-block;
	vertical-align: middle;
}

.system-sub-img img {
	display: block;
	width: 60px;
	height: 60px;
}

.system-sub-title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #6383d9;
	font-weight: 600;
}

.system-sub-text p {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: right;
	color: #666;
}

.system-sub-right p:last-child {
	/*padding-left: 10px;*/
}

.system-sub-1 {
	top: 40px;
	left: 120px;
}

.system-sub-2 {
	top: 40px;
	right: 120px;
}

.system-sub-3 {
	top: 170px;
	left: 70px;
}

.system-sub-4 {
	top: 170px;
	right: 70px;
}

.system-sub-5 {
	top: 300px;
	left: 120px;
}

.system-sub-6 {
	top: 300px;
	right: 120px;
}
 

/*发布项目(企业)*/

.words7 {
	width: 100%;
	overflow: hidden;
}

.words7_zzgz_xfgz {
	width: 100%;
	overflow: hidden;
	float: left;
}

.words7_zzgz_xfgz_title {
	padding: 0 20px;
	height: 37px;
	padding-top: 12px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

.words7_zzgz_xfgz_title font {
	display: block;
	float: left;
	width: 120px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #555;
	border-top: 1px solid #f5f5f5;
	font-size: 16px;
	cursor: pointer;
}

.words7_zzgz_xfgz_content {
	width: 100%;
	overflow: hidden;
}

.words7_zzgz_xfgz_content .box {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	margin-top: 0;
}

.home_hang {
	width: 100%;
	padding: 5px 0;
}

.home_hang:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.pub_left {
	width: 140px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	color: #666;
	margin-right: 10px;
	float: left;
}

.pub_left em{
	color: #ea5d5f;
	/*font-weight: bold;*/
	line-height: 35px;
}
.pub_right {
	width: 750px;
	float: left;
	overflow: hidden;
}

.pub_image {
	width: 160px;
	height: 155px;
	float: left;
}

.upload_pic {
	width: 160px;
	height: 120px;
	display: block;
	border: 1px dashed #ddd;
	border-radius: 3px;
	cursor: pointer;
}

.upload_wz {
	text-align: center;
	line-height: 35px;
}

.warm_show {
	line-height: 35px;
	float: left;
	margin-left: 30px;
}

.home_ipt {
	width: 300px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	float: left;
	color: #666;
	border: 1px solid #e5e5e5;
}

.home_sel {
	width: 300px;
	height: 35px;
	line-height: 35px;
	color: #666;
	padding: 0 10px;
	float: left;
	border: 1px solid #e5e5e5;
}

.warm_hid {
	line-height: 35px;
	float: left;
	margin-left: 30px;
	color: #ea5d5f;
	display: none;
}

.home_rdo {
	width: 15px;
	height: 15px;
	margin: 10px 8px 10px 0;
	vertical-align: middle;
	display: block;
	float: left;
}

.home_mag {
	margin-right: 20px;
	color: #666;
	line-height: 35px;
	display: block;
	float: left;
}

.home_txt {
	width: 728px;
	height: 125px;
	line-height: 25px;
	padding: 5px 10px;
	font-size: 14px;
	color: #666;
	border: 1px solid #e5e5e5;
}

.home_asb {
	position: absolute;
	top: 110px;
	right: 10px;
	color: #999;
	z-index: 10;
}

.warm_hid1 {
	line-height: 35px;
	color: #ea5d5f;
	display: none;
}

.ryzs_pic {
	float: left;
	margin: 0 15px 15px 0;
	position: relative;
}

.ryzs_img {
	display: block;
	width: 112.5px;
	height: 150px;
	border: 1px dashed #ddd;
	border-radius: 3px;
}
.cptp_pic {
	float: left;
	margin: 0 15px 15px 0;
	position: relative;
}
.cptp_del{
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	top:0;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	cursor: pointer;
}
.cptp_del p{
	font-size: 22px;
	line-height: 30px;
	text-decoration: underline;
	color: #fff;
}
.cptp_img {
	display: block;
	width: 200px;
	height: 150px;
	border: 1px dashed #ddd;
	border-radius: 3px;
}
.team_tab {
	width: 750px;
	border: 1px solid #e5e5e5;
}

.team_tab td {
	border: 1px solid #e5e5e5;
	padding: 8px;
}

.team_small {
	width: 28px;
	overflow: hidden;
}
.team_small3 {
	width: 42px;
	overflow: hidden;
}
.team_small4 {
	width: 56px;
	overflow: hidden;
}
.team_small5 {
	width: 60px;
	overflow: hidden;
}

.team_small6 {
	width: 84px;
	overflow: hidden;
}
.team_small10 {
	width: 140px;
	overflow: hidden;
}
.team_small13 {
	width: 182px;
	overflow: hidden;
}

.team_small15 {
	width: 210px;
	overflow: hidden;
}

.team_title {
	line-height: 25px;
	word-break:break-all;
}
 
.cuscre {
	line-height: 70px;
}

.team_add {
	width: 100px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #349BF8;
	color: #fff;
	display: block;
	margin: 5px auto;
}
 
.gd_part {
	overflow-y: auto;
	overflow-x: hidden;
	width: 508px;
	height: 255px;
}
 

.personal_tab {
	width: 508px;
	border: 1px solid #e5e5e5;
}

.personal_tab td {
	border: 1px solid #e5e5e5;
	padding: 5px;
}

.cy_tab tr {
	cursor: pointer;
}

.cyhang_active {
	background-color: rgb(52, 155, 249, 0.4);
}

.upfj {
	float: left;
	display: block;
	width: 90px;
	height: 27px;
	margin: 4px 0;
	text-align: center;
	line-height: 27px;
	background-color: #349BF8;
	color: #fff;
}
.release_hang{
	width: 220px;
	height: 35px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.release {
	width: 110px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #349BF8;
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 25px;
}
.release_two {
	width: 80px;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 35px;
	background-color: #349BF8;
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 25px;
}
.storage {
	height: 28px;
	line-height: 28px;
	color: #349BF8;
	display: block;
	margin-top: 15px;
	margin-left: 150px;
	float: left;
}
 

/*我的项目*/

.project_hang {
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
}

.my_left {
	float: left;
	line-height: 35px;
	margin-right: 8px;
	color: #333;
}

.my_ipt {
	width: 220px;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	margin: 3px 8px 3px 0;
	float: left;
	color: #666;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.my_btn {
	float: left;
	display: block;
	height: 29px;
	width: 75px;
	text-align: center;
	line-height: 29px;
	margin: 3px 0;
	background-color: #349BF8;
	color: #fff;
	border-radius: 3px;
}

.my_sel {
	width: 180px;
	height: 29px;
	line-height: 29px;
	padding: 0 10px;
	margin: 3px 0;
	float: right;
	color: #666;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.my_tab {
	width: 900px;
}

.my_tab td {
	padding: 8px;
	border: 1px solid #e5e5e5;
}

.myfirst_hang {
	background-color: #e5e5e5;
}

.my_title {
	line-height: 25px;
	color: #333;
	
}
.cy_rdo {
	width: 15px;
	height: 15px;
	margin: 5px 8px 5px 0;
	vertical-align: middle;
	display: block;
	float: left;
}
  
/*我的项目详情页*/

.project_right {
	line-height: 35px;
}

.downloadfj {
	float: left;
	display: block;
	width: 60px;
	height: 27px;
	margin: 4px 0 4px 40px;
	text-align: center;
	line-height: 27px;
	background-color: #349BF8;
	color: #fff;
}

.product_top {
	width: 868px;
	padding: 10px 15px;
	border: 1px solid #66b5fc;
	background-color: rgba(142, 200, 252, 0.2);
	margin: 20px 0 25px 0;
}

.project_warm {
	line-height: 25px;
	color: #349BF8;
	font-size: 15px;
}


/*赛事详情*/

.entry_warm {
	line-height: 32px;
	color: #349BF8;
	font-size: 15px;
	width: 250px;
	float: left;
	padding: 0 92px;
}


/*我的赛事*/

.my_tourn {
	width: 898px;
	border: 1px solid #E5E5E5;
}

.my_tourn td {
	padding: 8px;
	border: 1px solid #E5E5E5;
}


/*创客信息*/

.cust_sel {
	width: 150px;
	height: 35px;
	line-height: 35px;
	color: #666;
	padding: 0 10px;
	float: left;
	margin-right: 15px;
	border: 1px solid #e5e5e5;
}

.cust_iptc {
	width: 480px;
	height: 35px;
	line-height: 35px;
	color: #666;
	padding: 0 10px;
	float: left;
	margin-right: 15px;
	border: 1px solid #e5e5e5;
}

.cust_certificates {
	width: 204px;
	height: 210px;
	float: left;
	margin-right: 50px;
}

.cust_img {
	width: 200px;
	height: 150px;
	display: block;
	border: 2px dashed #e5e5e5;
	cursor: pointer;
}

.cust_btn {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 130px;
	text-align: center;
	background-color: #349BF8;
	color: #fff;
	margin: 20px auto 0 auto;
	border-radius: 3px;
}


/*企业信息*/

.enter_dw {
	float: left;
	line-height: 35px;
	margin-left: 10px;
}

.pub_right label {
	display: block;
	float: left;
}

.enter_zj {
	width: 219px;
	height: 210px;
	float: left;
}

.enter_image {
	width: 215px;
	height: 150px;
	display: block;
	border: 2px dashed #e5e5e5;
	cursor: pointer;
}


/*成员管理*/

.member_tab {
	width: 900px;
	border: 1px solid #e5e5e5;
}

.member_tab td {
	border: 1px solid #e5e5e5;
	padding: 8px;
}

.menber_left {
	width: 90px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	color: #666;
	margin-right: 10px;
	float: left;
}
.menber_left  em{
	color:#ea5d5f;
	line-height: 35px;
}
.menber_right {
	width: 460px;
	float: left;
	overflow: hidden;
}

.menber_ipt {
	width: 200px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	float: left;
	color: #666;
	border: 1px solid #e5e5e5;
}
.menber_sel {
	width: 200px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	float: left;
	color: #666;
	border: 1px solid #e5e5e5;
}
 

/*账户信息*/

.account_image {
	width: 90px;
	height: 140px;
	float: left;
}

.account_pic {
	width: 90px;
	height: 90px;
	display: block;
	border: 1px dashed #ddd;
	border-radius: 90px;
}

.account_btn {
	width: 75px;
	height: 28px;
	background-color: #349BF8;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto;
	line-height: 28px;
	margin-top: 10px;
}


/*机构信息*/
.institution_image {
	border: 1px dashed #ddd;
	border-radius: 3px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.institution_pic  {
	width: auto;
	height: 100px;
	display: block;
}
/*我的赛事*/
.event_left {
	width: 115px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	color: #666;
	margin-right: 10px;
	float: left;
}
.event_left em{
	color:#ea5d5f;
	line-height: 35px;
}
.event_right {
	width: 435px;
	float: left;
	overflow: hidden;
}
.event_right label{
	display: block;
	float: left;
}

.syjhs_name {
	line-height: 35px;
	font-size: 14px;
	color: #666;
	margin-left: 8px;
	display: block;
	float: left;
	cursor: pointer;
}
.ssjs{
	line-height: 30px;
	text-indent: 2em;
}
/*精彩回顾列表页*/
.high_one {
	width: 285px;
	float: left;
	display: block;
	margin-right: 20px;
	/*cursor: pointer;*/
}
 
.video_top{
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
	height: 171px;
	background-color: rgba(0,0,0,0.2);
	z-index: 5;
	/*display: none;*/
}
.video_top img{
	width: 45px;
	height: 35px;
	display: block;
	margin: 68px auto;
}
 
.hide_words{
	width: 255px;
	/*background-color:rgb(52,155,248,0.1);*/
	background-color: #eef6fe;
	height: 50px;
	padding: 15px;
}
.high_title {
	color: #333;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.high_hang {
	margin-top: 5px;
	line-height: 20px;
}

.high_hang p {
	line-height: 20px;
	font-size: 14px;
	color: #666;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.left_high {
	float: left;
	width: 165px;
}

.right_high {
	float: right;
	text-align: right;
	width: 90px;
}
/*详情页加的样式开始*/
.expert_around{
	width: 1120px;
	height: auto;
	box-shadow: 0 0 6px rgba(3, 69, 121, 0.1);
	background-color:#fff;
	padding: 20px 40px 10px 40px;
	margin: 30px 0 50px 0;
}
.expert_around1{
	width: 1120px;
	height: auto;
	box-shadow: 0 0 6px rgba(3, 69, 121, 0.1);
	background-color:#fff;
	padding: 20px 40px;
	margin: 20px 0 40px 0;
}
.expert_part {
	width: 100%;
}
.expert_hang {
	margin-bottom: 10px;
}
.expert_hang:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.expert_right {
	width: 990px;
	float: left;
}
.expert_right p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.top_left{
	width: 820px;
	height: 120px;
	float:left;
	padding-right: 30px;
	border-right: 1px dotted #E5E5E5;
}
.experttopright {
	width: 670px;
	float: left;
}
.experttopright p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.experttopright1 {
	width: 670px;
	float: left;
}
.experttopright1 p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	padding-bottom: 15px;
}
.experttoprightd1 {
	width: 650px;
	float: left;
}
.experttoprightd1 p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	padding-bottom: 15px;
}
.experttoprightd2 {
	width: 650px;
	float: left;
}
.experttoprightd2 p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.experttopright2 {
	width: 670px;
	float: left;
}
.experttopright2 p {
	font-size: 16px;
	color: #666;
	line-height: 50px;
}
.top_right{
	width:269px;
	float: left;
}
.productsec_left1 {
	width: 120px;
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	padding-bottom: 15px;
	
}
.productsec_left2 {
	width: 120px;
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	
}
.productsec_left3 {
	width: 120px;
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	
}
.productsec_leftc1 {
	width: 160px;
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	padding-bottom: 15px;
}
.productsec_leftc2 {
	width: 160px;
	margin-right: 10px;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
/*详情页加的样式结束*/
.team_add1 {
	display: block;
	height: 29px;
	width: 95px;
	text-align: center;
	line-height: 29px;
	margin: 0 0 20px 0;
	background-color: #349BF8;
	color: #fff;
	border-radius: 3px;
} 
.app {
	padding-bottom: 110px;
}

.positon {
	position: relative;
}

.last {
	margin-right: 0;
}

.padlr20 {
	padding: 0 20px;
}

.pad20 {
	padding: 20px;
}

.bordertd {
	border-top: 1px dashed #E5E5E5;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mt15 {
	margin-top: 15px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr150 {
	margin-right: 150px;
}
.mr36{
	margin-right: 36.6px;
}
.mb0{
	margin-bottom: 0;
}
.hid {
	display: none;
}

.textr {
	text-align: right;
}

.border0 {
	border: 0;
}

.borderr {
	border-right: 0;
}

.borderb {
	border-bottom: 0;
}

/*  修改日历控件类型 */
::-webkit-datetime-edit { padding: 1px;}  /*控制编辑区域的*/
::-webkit-datetime-edit-fields-wrapper { background-color: #fff; }    /*控制年月日这个区域的*/
::-webkit-datetime-edit-text { color: #333; padding: 0 .5em; }  /*这是控制年月日之间的斜线或短横线的*/
::-webkit-datetime-edit-year-field { color: #333; }    /*控制年文字, 如2013四个字母占据的那片地方*/   
::-webkit-datetime-edit-month-field { color: #333; }    /*控制月份*/
::-webkit-datetime-edit-day-field { color: #333; }    /*控制具体日子*/
::-webkit-inner-spin-button { visibility: hidden; }    /*这是控制上下小箭头的*/
::-webkit-calendar-picker-indicator {      /*这是控制下拉小箭头的*/
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px #fff, 0 1px #eee;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #e6e6e6);
    color: #666;
}
::-webkit-clear-button {    /*控制清除按钮*/
visibility: hidden;
}
.down_hang{
	width: 100%;
	height: 30px;
	text-align: center;
}
.down_hang span{
	line-height: 30px;
	color:#fff;
	font-size: 14px;
	margin-right: 35px;
}
.down_fg{
	width: 2px;
	height: 50px;
	margin: 5px 20px;
	float:left;
	background-color: #fff;
}