﻿/*初始化*/
	html {
		font-family:sans-serif;
		background:#fff;
	}
	body {
		margin:0;
		font-family: "微软雅黑";
		overflow-x: hidden;
	}
	article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
		display:block
	}
	audio,canvas,progress,video {
		display:inline-block;
		vertical-align:baseline;
	}
	audio:not([controls]) {
		display:none;
		height:0;
	}
	[hidden],template {
		display:none;
	}
	a {
		background-color:transparent;
	}
	a:active,
	a:hover {
		outline:0;
	}
	abbr[title] {
		border-bottom:1px dotted;
	}
	b,strong {
		font-weight:700;
	}
	dfn {
		font-style:italic;
	}
	h1 {
		font-size:2em;
		margin:.67em 0;
	}
	mark {
		background:#ff0;
		color:#000;
	}
	small {
		font-size:80%
	}
	sub,sup {
		font-size:75%;
		line-height:0;
		position:relative;
		vertical-align:baseline;
	}
	sup {
		top:-.5em;
	}
	sub {
		bottom:-.25em;
	}
	img {
		border:0;
	}
	svg:not(:root) {
		overflow:hidden;
	}
	figure {
		margin:1em 40px;
	}
	hr {
		-moz-box-sizing:content-box;
		box-sizing:content-box;
		height:0;
	}
	pre {
		overflow:auto;
	}
	code,kbd,pre,samp {
		font-family:monospace,monospace;
		font-size:1em;
	}
	button,input,optgroup,select,textarea {
		color:inherit;
		font:inherit;
		margin:0;
	}
	button {
		overflow:visible;
	}
	button,select {
		text-transform:none;
	}
	button,html input[type=button],input[type=reset],input[type=submit] {
		-webkit-appearance:button;
		cursor:pointer;
	}
	button[disabled],html input[disabled] {
		cursor:default;
	}
	button::-moz-focus-inner,input::-moz-focus-inner {
		border:0;
		padding:0;
	}
	input {
		line-height:normal;
	}
	input[type=checkbox],input[type=radio] {
		box-sizing:border-box;
		padding:0;
	}
	input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
		height:auto;
	}
	input[type=search] {
		-webkit-appearance:textfield;
		-moz-box-sizing:content-box;
		-webkit-box-sizing:content-box;
		box-sizing:content-box;
	}
	input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
		-webkit-appearance:none;
	}
	fieldset {
		border:1px solid silver;
		margin:0 2px;
		padding:.35em .625em .75em;
	}
	legend {
		border:0;
		padding:0;
	}
	textarea {
		overflow:auto;
	}
	optgroup {
		font-weight:700;
	}
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	td,th {
		padding:0;
	}
	/*! reset.css */
	a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
		margin:0;
		padding:0;
	}
	iframe {
		display:block;
	}
	ol,ul {
		list-style:none;
	}
	h1,h2,h3,h4,h5,h6 {
		font-size:100%;
		font-weight:400;
	}
	input:required {
		border:none;
		box-shadow:none;
	}
	input:invalid {
		background-color:#FFFFFF;
		box-shadow:none;
	}
	input{
		border-style: none;
		outline: none;
	}
	img{
		border: none;
		vertical-align: bottom;
	}
	mark{
		background: none;
	}
	a{
		text-decoration: none;
	}
	:focus {
		-moz-outline-style:none;
		outline:0;
	}
	.clear::after {
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
	}

	header{
		position: relative;
		width: 100%;
		height: 80px;
		background: #FFFFFF;
	}
	.sub_nav_bg{
		display: none;
		position: absolute;
		left: 0;
		top: 80px;
		width: 100%;
		height: 50px;
		background: rgba(0,0,0,.4);
		z-index: 95;
	}
	.header_center{
		position: relative;
		width: 1200px;
		height: 80px;
		margin: auto;
		display: flex;
		flex-direction: row;
	}
	.header_left{
		display: inline-block;
		margin: 19px 0 0;
	}
	.header_left img{
		height: 36px;
		width: auto;
	}
	.header_right{
		flex: 1;
		height: 70px;
		margin-top: 0;
	}
	.header_right_top{
		width: 100%;
		height: 30px;
		display: none;
	}
	.header_right_top a{
		float: right;
		height: 30px;
		border-radius: 15px;
		padding: 0 25px;
		box-sizing: border-box;
		margin-left: 10px;
		line-height: 30px;
		font-size: 14px;
		font-weight: bold;
	}
	.header_right_top a:last-child{
		background: #01c490;
		color: #ffffff;
	}
	.header_right_top a:first-child{
		background: #dcdcdc;
		color: #565656;
	}
	.header_right_bottom{
		display: flex;
		flex-direction: row;
		height: 40px;
		justify-content: flex-end;
	}
	.nav_list{
		width: auto;
		height: 40px;
	}
	.nav_list>li{
		position: relative;
		width: auto;
		height: 80px;
		float: left;
		padding: 0 13px;
		box-sizing: border-box;
	}
	.nav_list>li:nth-child(7)>.sub_nav_list{
		left: -86px !important;
	}.nav_list>li:nth-child(9)>.sub_nav_list{
		left: -195px !important;
	}
	.nav_list>li>a{
		display: inline-block;
		width: auto;
		height: 80px;
		line-height: 80px;
		font-size: 15px;
		color: #606060;
		font-weight: bold;
		box-sizing: border-box;
	}
	.nav_list>li:hover>a{
		color: #1e54c0 !important;
		border-bottom: 2px solid #1e54c0 !important;
	}
	.nav_list_active>a{
		color: #1e54c0 !important;
		border-bottom: 2px solid #1e54c0 !important;
	}
	.search_box{
		width: 80px;
		height: 24px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 28px;
		margin-left: 20px;
	}
	.bshare-custom{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.bshare-weixin{
		padding-left:0 !important;
		padding-right:0 !important;
		width: 24px !important;
		height: 24px !important;
		margin-right: 0 !important;
		margin-left: 3px !important;
		background: url(../images/weixin.png) no-repeat !important;
		background-size: 100% 100% !important;
	}
	.bshare-sinaminiblog{
		padding-left:0 !important;
		padding-right:0 !important;
		width: 24px !important;
		height: 24px !important;
		margin-right: 0 !important;
		margin-left: 3px !important;
		background: url(../images/weibo.png) no-repeat !important;
		background-size: 100% 100% !important;
	}
	.search_btn{
		cursor: pointer;
		width: 24px;
		height: 24px;
		background: url(../images/search.png) no-repeat;
		background-size: 100% 100% !important;
	}
	.search_btn:hover{
		opacity: 0.9;
	}
	.sub_nav_list{
		display: none;
		position: absolute;
		left: 0;
		top: 80px;
		width: 1920px;
		height: 50px;
		z-index: 100;
	}
	.sub_nav_list>li{
		width: auto;
		height: 50px;
		float: left;
	}
	.sub_nav_list>li>a{
		display: inline-block;
		width: auto;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		color: #ffffff;
		font-weight: bold;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.search_show_box{
		display: none;
		position: absolute;
		right: 0;
		top: 80px;
		width: 300px;
		height: 50px;
		background: rgba(0,0,0,.4);
		padding: 7.5px 10px;
		box-sizing: border-box;
		z-index: 101;
	}
	.search_input{
		width: 100%;
		height: 35px;
		background: #ffffff;
		padding: 0 10px;
		padding-right: 70px;
		box-sizing: border-box;
		font-size: 14px;
		color: #454545;
	}
	.search_input::-webkit-input-placeholder{
		color: #999;
	}
	.search_button{
		position: absolute;
		right: 20px;
		top: 12.5px;
		width: 50px;
		height: 25px;
		border-style: none;
		border-radius: 3px;
		background: #007AFF;
		text-align: center;
		color: #ffffff;
		font-size: 12px;
	}
	.banner_item{
		width: 100%;
		height: auto;
	}
	.banner_item>img{
		width: 100%;
		height: auto;
	}
	.index_benner .swiper-button-prev{
		display: none !important;
		/*top: calc(50% - 50px) !important;*/
                top: 50%;
		left: calc((100% - 1200px) / 2) !important;
		width: 50px;
		height: 50px;
		overflow: hidden;
	}
	.index_benner .swiper-button-prev img{
		height: 50px;
		width: auto;
	}
	.index_benner .swiper-button-next{
		display: none !important;
		/*top: calc(50% - 50px) !important;*/
                top: 50%;
		right: calc((100% - 1200px) / 2) !important;width: 50px;
		height: 50px;
		overflow: hidden;
		text-align: right;
	}
	.index_benner .swiper-button-next img{
		float: right;
		height: 50px;
		width: auto;
	}
.index_benner:hover .swiper-button-prev{
		display: block !important;
	}
	.index_benner:hover .swiper-button-next{
		display: block !important;
	}
	.banner_center{
		position: absolute;
		left: calc(50% - 600px);
		top: 0;
		width: 1200px;
		height: calc(100% - 80px);
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		padding: 0 100px;
		box-sizing: border-box;
	}
	.banner_center_tu{
		align-self: flex-end;
		width: 400px;
		height: auto;
	}
	.banner_text{
		display: inline-block;
		width: auto;
		height: 95px;
		margin-bottom: 50px;
	}
	.banner_text p:first-child{
		width: auto;
		display: inline-block;
		height: 50px;
		font-size: 46px;
		line-height: 50px;
		color: #194ea8;
		font-family: "楷体";
		font-weight: bold;
	}
	.banner_text p:last-child{
		width: auto;
		display: inline-block;
		height: 35px;
		font-size: 20px;
		line-height: 35px;
		color: #787878;
		text-transform:uppercase;
		font-family: "黑体";
		margin-top: 10px;
	}
	.swiper-pagination{
		width: 1200px !important;
		margin: auto;
		display: flex;
		height: 20px !important;
		padding: 5px 0;
		box-sizing: border-box;
		flex-direction: row;
		justify-content: flex-end;
		right: 0 !important;
		bottom: 15px !important;
	}
	.my-bullet{
		display: inline-block;
		background: rgba(0,0,0,.0);
		border: 1px solid #ffffff;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		margin: 0 3px;
		box-sizing: border-box;
	}
	.my-bullet-active{
		display: inline-block;
		border-radius: 5px;
		width: 10px;
		height: 10px;
		background: #1e54c0;
		border: 1px solid #1e54c0;
		box-sizing: border-box;
	}
	.content{
		position: relative;
		width: 100%;
		height: 365px;
		background: #f6f4f1;
	}
	.content_center{
		position: absolute;
		top: 0;
		left: calc(50% - 600px);
		width: 1200px;
		height: 365px;
		background: #FFFFFF;
		margin: auto;
		z-index: 100;
		padding: 20px 15px;
		box-sizing: border-box;
	}
	.content_left{
		width: 366px;
		height: 325px;
		float: left;
	}
	.content_left_top{
		display: block;
		height: 220px;
		width: 366px;
	}
	.content_left_top img{
		width: 100%;
		height: 100%;
	}
	.content_left_bottom{
		width: 366px;
		height: 105px;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		padding-left: 150px;
		padding-top: 20px;
		box-sizing: border-box;
		/*background: url(../images/content_left_tu2.png) no-repeat;*/
                background: url(/UploadFiles/2020/05/11182345CC5A3676.png) no-repeat;
		background-size: 366px 105px;
	}
	.content_left_bottom p:first-child{
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
		color: #ffffff;
	}
	.content_left_bottom p:last-child{
		font-size: 12px;
		line-height: 20px;
		color: #ffffff;
		opacity: .5;
		text-transform: uppercase;
	}
	.content_middle{
		width: 400px;
		height: 325px;
		margin: 0 19px;
		float: left;
	}
	.content_middle_nav{
		width: 100%;
		height: 45px;
		display: flex;
		flex-direction: row;
	}
	.content_middle_nav li{
		width: auto;
		display: inline-block;
		height: 45px;
		font-size: 16px;
		color: #555555;
		font-weight: bold;
		line-height: 45px;
		margin-right: 30px;
		cursor: pointer;
		box-sizing: border-box;
	}
	.content_middle_nav_active{
		color: #1e54c0 !important;
		border-bottom: 2px solid #1e54c0;
	}
	.new_box{
		display: none;
		width: 100%;
		height: auto;
	}
	.new_box_top{
		display: block;
		width: 100%;
		margin-top: 8px;
	}
	.new_box_title{
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #565656;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.new_box_time{
		display: block;
		height: 25px;
		font-size: 14px;
		color: #1e54c0;
		line-height: 30px;
	}
	.new_box_details{
		width: 100%;
		max-height:40px;
		margin: 5px 0 3px;
		font-size: 14px;
		line-height: 20px;
		color: #868686;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-clamp: 2;
		text-align: justify;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 11px;
	}
	.news_list{
		overflow: hidden;
		width: 100%;
		padding-top: 7px;
		box-sizing: border-box;
		border-top: 1px solid #e9e9e9;
	}
	.news_list li{
		width: 100%;
		height: 30px;
	}
	.news_list li a{
		display: block;
		width: 100%;
		height: 30px;
		font-size: 14px;
		color: #6d6c6c;
		line-height: 30px;
	}
	.news_list li:hover>a{
		color: #1e54c0 !important;
	}
	.content_right{
		width: 366px;
		height: 325px;
		float: left;
	}
	.content_right_top{
		width: 100%;
		height: 220px;
		padding: 0 20px;
		box-sizing: border-box;
		background: #f4efe7;
	}
	.content_right_top li{
		width: 50%;
		height: 72px;
		float: left;
		box-sizing: border-box;
	}
	.content_right_top li:nth-child(3){
		height: 76px !important;
		border-top:2px solid #ffffff;
		border-bottom:2px solid #ffffff;
	}
	.content_right_top li:nth-child(4){
		height: 76px !important;
		border-top:2px solid #ffffff;
		border-bottom:2px solid #ffffff;
	}
	.content_right_top li a{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.content_right_top li a img{
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
	.content_right_top li a span{
		width: auto;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #565656;
		font-weight: bold;
	}
	.content_right_bottom{
		width: 366px;
		height: 105px;
		display: flex;
		align-content: center;
		flex-wrap: wrap;
		padding-left: 150px;
		padding-top: 20px;
		box-sizing: border-box;
		/*background: url(../images/content_right_tu.png) no-repeat;*/
                background: url(/UploadFiles/2020/05/11182353CA310576.png) no-repeat;
		background-size: 366px 105px;
	}
	.content_right_bottom p:first-child{
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
		color: #ffffff;
	}
	.content_right_bottom p:last-child{
		font-size: 12px;
		line-height: 20px;
		color: #ffffff;
		opacity: .5;
		text-transform: uppercase;
	}
	
	footer{
		width: 100%;
		background: #242424;
	}
	.footer_center{
		width: 1200px;
		margin: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		height: 70px;
	}
	.footer_left{
		width: auto;
		display: inline-block;
	}
	.footer_left p:first-child{
		height: 35px;
		width: auto;
		display: inline-block;
		line-height: 35px;
		font-size: 14px;
		color: #999999;
	}
	.footer_left p:last-child{
		height: 35px;
		width: auto;
		display: inline-block;
	}
	.footer_left p:last-child a{
		display: inline-block;
		height: 35px;
		line-height: 35px;
		margin-right: 15px;
		font-size: 14px;
		color: #999999;
	}.footer_left p:nth-last-child(2) a{
		display: inline-block;
		height: 35px;
		line-height: 35px;
		margin-right: 15px;
		font-size: 14px;
		color: #999999;
	}
	.footer_right{
		position: relative;
		width: 200px;
		height: 30px;
		background: #4e4e4e;
		cursor: pointer;
	}
	.footer_right p{
		height: 30px;
		padding: 0 15px;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.footer_right p span{
		display: inline-block;
		line-height: 40px;
		color: #b2b2b2;
		font-size: 14px;
	}
	.footer_right p img{
		width: 16px;
		height: 16px;
		transition: all 0.3s;
	}
	.footer_right_img{
		transform: rotateX(180deg);
	}
	.footer_link_list{
		display: none;
		width: 200px;
		height: auto;
		position: absolute;
		bottom: 30px;
		left: 0;
		background: #4e4e4e;
		z-index: 100;
	}
	.footer_link_list li{
		height: 35px;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.footer_link_list li a{
		display: block;
		height: 32px;
		width: 100%;
		line-height: 32px;
		font-size: 12px;
		color: #b2b2b2;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	


	.right_menu{
		position: fixed;
		right: 0;
		bottom: 180px;
		width: 40px;
		height: 123px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		z-index: 101;
		background: #ffffff;
		flex-direction: column;
	}
	.right_menu li{
		position: relative;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}
	.right_menu li span{
		display: block;
		height: 40px;
		width: 40px;
		background: #01C490;
	}
	.right_menu li span img{
		width: 40px;
		height: 40px;
	}
	.right_menu li p{
		display: none;
		position: absolute;
		right: 0;
		top: 0;
		height: 40px;
		padding-right: 50px;
		box-sizing: border-box;
		background: #01C490;
		line-height: 40px;
		font-size: 14px;
		color: #ffffff;
		padding-left: 10px;
		z-index: -1;
		white-space: nowrap;
	}
	.right_menu li:nth-child(2) p{
		width: 120px !important;
		height: 124px !important;
		right: 40px !important;
		padding-top:12px;
	}
	.right_menu li:nth-child(2) p img{
		width: 100px;
		height: 100px;
	}









	/*次级页面样式*/
	.sub_banner{
		width: 100%;
		height: 150px;
		display: flex;
		justify-content: center;
	}
	.sub_banner img{
		width: auto;
		height: 150px;
	}
	@media only screen and (min-width:1920px ) {
		.sub_banner{
			width: 100%;
			height: auto;
		}
		.sub_banner img{
			width: 100%;
			height: auto;
		}
	}
	.sub_content{
		position: relative;
		width: 1200px;
		height: auto;
		margin: auto;
		background: #f6f4f1;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
	}
	.sub_content_left{
		position: relative;
		top: -45px;
		width: 200px;
		height: auto;
	}
	.sub_content_right{
		width: 950px;
		height: auto;
	}
	.left_title{
		width: 100%;
		height: 90px;
		line-height: 90px;
		font-size: 18px;
		text-align: center;
		color: #ffffff;
		background: #01c490;
	}
	.left_nav{
		width: 100%;
		height: auto;
		margin-top: 10px;
		background: #ffffff;
	}
	.left_nav li{
		width: 100%;
		height: 55px;
	}
	.left_nav li a{
		display: inline-block;
		width: 100%;
		height: 55px;
		line-height: 55px;
		text-align: center;
		color: #565656;
		font-size: 14px;
		transition: all 0.3s;
	}
	.left_nav_active a{
		background: #205cc6 !important;
		color: #ffffff !important;
	}
	.left_nav li:hover a{
		background: #205cc6 !important;
		color: #ffffff !important;
	}
	.crumbs{
		width: 100%;
		height: 50px;
	}
	.crumbs li{
		width: auto;
		height: 50px;
		float: left;
	}
	.crumbs li:last-of-type a{
		color: #205cc6 !important;
	}
	.crumbs li a{
		position: relative;
		display: inline-block;
		width: auto;
		height: 50px;
		padding-left: 30px;
		font-size: 14px;
		line-height: 50px;
		color: #565656;
	}
	.crumbs li:first-child a::before{
		display: none;
	}
	.crumbs li:first-child{
		background: url(../images/crumb_index.png) no-repeat left;
		background-size: 14px 14px;
	}
	.crumbs li:first-child a{
		padding-left: 20px !important;
	}
	.crumbs>li>a::before{
		content: '';
		position: absolute;
		left: 12px;
		top: 22px;
        width: 0;
        height: 0;
        border-top: 3px solid transparent;
        border-left: 6px solid #88848b;
        border-bottom: 3px solid transparent;
    }
    .content_box{
    	width: 100%;
    	height: auto;
    	background: #ffffff;
    	padding: 20px 30px;
    	box-sizing: border-box;
    	margin-bottom: 50px;
    	overflow: hidden;
min-height: calc(100vh - 430px);
    }

	.content_details_list{
		width: 100%;
		height: auto;
	}
	.content_details_list li{
		width: 100%;
		height: 70px;
		border-bottom: 1px solid #eeebe6;
	}
	.content_details_list>li:last-of-type{
		border-bottom: none;
	}
	.content_details_list>li>a{
		display: flex;
		width: 100%;
		height: 70px;
		flex-direction: row;
	}
	.content_details_list>li>a>span{
		display: inline-block;
		width: 150px;
		height: 70px;
		line-height: 70px;
		text-align: center;
		color: #01C490;
		font-size: 20px;
	}
	.content_details_list>li>a>font{
		display: inline-block;
		width: 50px;
		height: 70px;
		line-height: 70px;
		text-align: right;
		color: #d0d0d0;
		font-size: 20px;
		transition: all 0.3s;
	}
	.content_details_list>li>a>p{
		flex: 1;
		height: 70px;
		line-height: 70px;
		color: #565656;
		font-size: 14px;
	}
	.content_details_list>li>a:hover font{
		color: #01C490 !important;
	}
	
	.more_btn{
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 5px;
		background: #01C490;
		color: #ffffff;
		text-align: center;
		font-size: 16px;
		margin: 30px 0;
		border-style: none;
	}
	
	.content_box2{
    	width: 100%;
    	height: auto;
    	background: #f6f4f1;
    	box-sizing: border-box;
    	margin-bottom: 50px;
min-height: calc(100vh - 430px);
    }
	.content_details_list2{
		width: 100%;
		height: auto;
	}
	.content_details_list2 li{
		width: 100%;
		height: 200px;
		background: #ffffff;
		margin-bottom: 15px;
		transition: all 0.3s;
	}
	.content_details_list2 li:last-child{
		margin-bottom: 0 !important;
	}
	.content_details_list2 li a{
		display: flex;
		width: 100%;
		height: 200px;
		padding: 20px;
		box-sizing: border-box;
		flex-direction: row;
		justify-content: space-between;
	}
	.content_details_list2 li:hover{
		box-shadow: 0 0 15px #b1e4d6;
	}
	.list_left_box{
		display: flex;
		width: 265px;
		height: 160px;
		box-sizing: border-box;
		overflow: hidden;
		justify-content: center;
		align-items: center;
	}
	.list_left_box img{
		height: 160px;
		width: auto;
	}
	.list_right_box{
		width: 625px;
		height: 160px;
	}
	.list_title_box{
		width: 100%;
		height: 50px;
		display: flex;
		flex-direction: row;
	}
	.list_title_box p{
		flex: 1;
		height: 50px;
		/*line-height: 50px;*/
		text-wrap:wrap;
		font-size: 18px;
		color: #565656;
		text-align: justify;
		margin-left: 15px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-wrap:wrap;
	}
	.list_time{
		width: 50px;
		height: 50px;
		background: #01C490;
		padding: 5px 0;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.list_time span{
		display: inline-block;
		width: 50px;
		height: 25px;
		text-align: center;
		color: #ffffff;
		font-size: 24px;
		font-family: "黑体";
		font-weight: bold;
	}
	.list_time font{
		display: inline-block;
		width: 50px;
		height: 15px;
		text-align: center;
		color: #f9f9f9;
		font-size: 12px;
		font-weight: bold;
		letter-spacing:-1.5px
	}
	.list_details_box{
		width: 100%;
		height: 90px;
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.list_details_box p{
		width: 100%;

		line-height: 30px;
max-height:90px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-clamp: 3;
		text-align: justify;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		color: #868686;
		font-size:14px;
		text-align: justify;
	}
	.content_details_list3{
		width: 100%;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	.content_details_list3 li{
		width: 260px;
		height: 315px;
		background: #f6f4f1;
		margin-bottom: 20px;
		float: left;
		margin-left: 45px;
	}
	.content_details_list3 li:nth-child(3n + 1){
		margin-left: 0 !important;
	}
	.content_details_list3 li a{
		display: block;
		width: 260px;
		height: 315px;
		background: #f6f4f1;
	}
	.content_details_list3 li:hover .list2_img img{
		transform: scale(1.1);
	}
	.list2_img{
		width: 260px;
		height: 180px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.list2_img img{
		width: 260px;
		height: auto;
		transition: all 0.3s;
	}
	.list2_title{
		line-height: 30px;
		font-size: 16px;
max-height:60px;
		color: #565656;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-clamp: 2;
		text-align: justify;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-top: 15px;
		margin-bottom: 10px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.list2_time{
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		padding: 0 20px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.list2_time span{
		display: inline-block;
		height: 40px;
		color: #868686;
		line-height: 40px;
	}
	.list2_time font{
		color: #cecbc6;
		display: inline-block;
		height: 40px;
		line-height: 40px;
		transition: all 0.3s;
	}
	.content_details_list3 li:hover .list2_time font{
		color: #01C490 !important;
	}
	
	.news_video_box{
		display: none;
		width: 100%;
		height: 500px;
	}
	.news_video_box video{
		width: 100%;
		height: 500px;
	}
	.news_video_nav{
		position: relative;
		width: 100%;
		height: auto;
		background: #f4efe7;
		padding: 30px 50px !important;
		box-sizing: border-box;
	}
	.news_video_nav_tu{
		width: 100%;
		height: auto;
	}
	.news_video_nav_tu img{
		width: 100%;
		height: auto;
	}
	.news_video_nav .swiper-slide{
		cursor: pointer;
	}
	.news_video_nav .swiper-slide p{
		line-height: 25px;
max-height:50px;
		font-size: 14px;
		color: #565656;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-top: 10px;
	}
	.news_video_nav .swiper-button-prev{
		background: #007AFF !important;
		border-radius: 100%;
		width: 30px !important;
		height: 30px !important;
		top: calc(50% - 25px) !important;
	}
	.news_video_nav .swiper-button-prev::after{
		font-size: 14px !important;
		color: #FFFFFF !important;
content:'<';
	}
	.news_video_nav .swiper-button-next{
		background: #007AFF !important;
		border-radius: 100%;
		width: 30px !important;
		height: 30px !important;
		top: calc(50% - 25px) !important;
	}
	.news_video_nav .swiper-button-next::after{
		font-size: 14px !important;
		color: #FFFFFF !important;
content:'>';
	}
	
	
	.content_box3{
    	width: 100%;
    	height: auto;
    	background: #ffffff;
    	box-sizing: border-box;
    	margin-bottom: 50px;
    	padding: 20px 0;
min-height: calc(100vh - 430px);
    }
    .content_details_list44{
    	padding: 0 20px !important;
    }
    .content_details_list44 li{
    	border-top: none !important;
    	border-bottom: 1px solid #eeebe6;
    }
    .content_details_list44 li:last-child{
    	border-bottom: none !important;
    }
	.content_details_list4{
		width: 100%;
		height: auto;
		padding: 20px;
		box-sizing: border-box;
	}
	.content_details_list4 li{
		width: 100%;
		height: 161px;
		padding: 20px 0;
		box-sizing: border-box;
		border-top: 1px solid #eeebe6;
	}
	.content_details_list4 li a{
		display: block;
		width: 100%;
		height: 120px;
	}
	.content_list4_left{
		width: 120px;
		line-height: 45px;
		font-size: 20px;
		color: #01c490;
		float: left;
	}
	.content_list4_right{
		width: 790px;
		height: 120px;
		float: right;
	}
	.content_details_list4 li:hover .content_list4_right p:first-child{
		color: #01C490 !important;
	}
	.content_list4_right p:first-child{
		line-height: 45px;
		color: #333333;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-size: 18px;
		transition: all 0.3s;
	}
	.content_list4_right p:last-child{
		line-height: 25px;
max-height:50px;
		color: #999999;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-clamp: 3;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		font-size: 14px;
	}
	.more_btn2{
		width: calc(100% - 40px);
		height: 50px;
		line-height: 50px;
		border-radius: 5px;
		background: #01C490;
		color: #ffffff;
		text-align: center;
		font-size: 16px;
		margin: 30px 20px;
		border-style: none;
	}
	.content_details_list5{
		width: 100%;
		height: auto;
	}
	.content_details_list5 li{
		width: 100%;
		height: 100px;
		margin-bottom: 10px;
	}
	.content_details_list5 li a{
		display: flex;
		width: 100%;
		height: 100px;
		flex-direction: row;
		background: #f4efe7;
	}
	.content_details_list5 li a span{
		display: block;
		width: 110px;
		height: 100px;
		line-height: 100px;
		color: #01C490;
	    font-size: 18px;
	    font-weight: bold;
	    letter-spacing: -1.5px;
	    text-align: right;
	}
	.content_details_list5 li a p{
		flex: 1;
		height: 100px;
		line-height: 100px;
		color: #565656;
		font-size: 14px;
		margin-left: 20px;
	}
	.content_details_list5 li a font{
		display: flex;
		width: 100px;
		height: 100px;
		justify-content: center;
		align-items: center;
		background: #ece5da;
	}
	.content_details_list5 li a font img{
		width: 50px;
		height: 50px;
	}
	
	.qiye_zr_top{
		width: 100%;
		height: auto;
		padding: 60px 0;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.qiye_zr_top img{
		width: 120px;
		height: 120px;
	}
	.qiye_zr_top h1{
		line-height: 100px;
		color: #565656;
		text-align: center;
		font-size: 28px;
	}
	.qiye_zr_top p{
		padding: 0 180px;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 30px;
		color: #868686;
		text-align: center;
	}
	.qiye_zr_bottom{
		display: flex;
		width: 100%;
		height: auto;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.qiye_zr_bottom_div{
		display: flex;
		width: 50%;
		height: auto;
		justify-content: center;
		align-items: center;
		background-size: 100% 100% !important;
	}
	.qiye_zr_bottom_div div{
		width: 100%;
		height: auto;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.qiye_zr_bottom_div div p:first-child{
		line-height: 45px;
		color: #565656;
		font-size: 22px;
	}
	.qiye_zr_bottom_div div p:last-child{
		line-height: 25px;
		color: #868686;
		font-size: 14px;
	}
	.qiye_zr_bottom_div img{
		width: 100%;
		height: auto;
	}
	
	.content_details_list6{
		width: 100%;
		height: auto;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.content_details_list6 li{
		width: 100%;
		height: 360px;
		margin-bottom: 20px;
		padding: 20px 0;
		box-sizing: border-box;
		background: #f4efe7;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
	.content_details_list6 li>img{
		max-height: 100%;
		width: auto;
	}
	.qiye_nk_edition{
		width: auto;
		height: 50px;
	}
	.qiye_nk_edition div{
		width: 50px;
		height: 50px;
		float: left;
		background: #01C490;
	}
	.qiye_nk_edition div span{
		display: inline-block;
	    width: 50px;
	    height: 25px;
	    text-align: center;
	    color: rgb(255, 255, 255);
	    font-size: 24px;
	    font-family: 黑体;
	    font-weight: bold;
	}
	.qiye_nk_edition div font{
		display: inline-block;
	    width: 50px;
	    height: 15px;
	    text-align: center;
	    color: #f9f9f9;
	    font-size: 12px;
	    font-weight: bold;
	    letter-spacing: -1.5px;
	}
	.qiye_nk_edition p{
		float: left;
		display: inline-block;
		width: auto;
		height: 50px;
		line-height: 50px;
		color: #565656;
		font-size: 16px;
		margin-left: 15px;
	}
	.content_details_list6 li>a{
		display: flex;
		width: 150px;
		height: 45px;
		border-radius: 22.5px;
		background: #ffffff;
		justify-content: center;
		align-items: center;
	}
	.content_details_list6 li>a>img{
		width: 25px;
		height: 25px;
		display: inline-block;
	}
	.content_details_list6 li>a>span{
		display: inline-block;
		color: #565656;
		font-size: 14px;
		margin-left: 15px;
	}

	.join_bottom{
		/*display: flex;
		justify-content: space-between;
		flex-direction: row;
		align-items: center;*/
		width: 100%;
		height: 240px;
		padding: 0 30px;
		box-sizing: border-box;
		background: linear-gradient(to right, #67b0f1 , #356bcb);
                overflow: hidden;
	}
	.join_bottom2{
		background: linear-gradient(to right, #70ca95 , #01c490) !important;
	}
	.join_bottom div{

		width: auto;
		height: auto;
                float: left;margin-top:40px;
	}
	.join_bottom div p{

		width: auto;
		height: 30px;
		color: #ffffff;
		font-size: 14px;
		line-height: 30px;
	}
	.join_bottom div p:first-child{
		height: 50px;
		line-height: 50px;
		font-size: 22px;
		font-weight: bold;
	}
	.join_bottom a{
		width: 195px;
		height: 45px;
		background: #ffffff;
		border-radius: 22.5px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
                float:right;margin-top:92px;
	}
	.join_bottom a img{
		width: 36px;
		height: 36px;
	}
	.join_bottom a span{
		font-size: 16px;
		color: #565656;
		margin-left: 15px;
	}
	.contact_top{
		display: flex;
		flex-direction: row;
		width: 100%;
		align-items: center;
		height: auto;
	}
	.contact_top .left{
		flex: 1;
		height: auto;
		padding: 20px 0;
	}
	.contact_top .left h2{
		font-size: 18px;
		line-height: 40px;
		color: #565656;
	}
	.contact_top .left p{
		font-size: 14px;
		line-height: 30px;
		color: #666666;
	}
	.contact_top .left h1{
		font-size: 26px;
		line-height: 35px;
		color: #205cc6;
	}
	.contact_top .right{
		width: 270px;
		height: 175px;
		border-left: 1px solid #eaeaea;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.contact_top .right img{
		width: 100px;
		height: 100px;
	}
	.contact_top .right p{
		display: inline-block;
		width: auto;
		height: 45px;
		line-height: 45px;
		color: #565656;
		font-size: 16px;
		text-align: center;
	}
	.contact_bottom{
		width: 100%;
		height: auto;
		margin-top: 30px;
		text-align: center;
	}
	.contact_bottom>img{
		display: inline-block;
		width: 100%;
	}






	.fengcai_details_box{
		width: 100%;
		height: auto;
		padding: 0 25px;
		box-sizing: border-box;
		border-left: 1px solid #01C490;
		margin: 30px 0;
	}
	.details_box1{
		width: 100%;
		height: auto;
		margin-bottom: 65px;
	}
	.details_box1_title{
		position: relative;
		width: 100%;
		height: 25px;
		line-height: 25px;
		top: -10px;
	}
	.details_box1_title img{
		position: absolute;
		width: 15px;
		height: 15px;
		left: -33px;
		top: 5px;
	}
	.details_box1_title span{
		color: #d0d0d0;
		font-size: 24px;
		float: left;
		height: 25px;
		line-height: 25px;
		letter-spacing: -1.5px;
	}
	.details_box1_title font{
		color: #01c490;
		font-size: 20px;
		float: left;
		height: 25px;
		line-height: 25px;
		margin-left: 10px;
		font-weight: bold;
	}
	.details_box1_title2{
		font-size: 16px;
		color: #868686;
		line-height: 25px;
		margin-top: 5px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.details_box1_nr{
		font-size: 14px;
		color: #868686;
		line-height: 25px;
	}
	
	.details_box2{
		width: 100%;
		height: auto;
		margin-bottom: 65px;
	}
	.details_box2_nav{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		margin: 25px 0;
		margin-top: 15px;
	}
	.details_box2_nav li{
		width: 25%;
		height: 155px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
		cursor: pointer;
		transition: all 0.5s;
	}
	.details_box2_nav li span{
		font-size: 42px;
		color: #205cc6;
		display: inline-block;
		transition: all 0.5s;
	}
	.details_box2_nav li p{
		font-size: 14px;
		color: #205cc6;
		font-weight: bold;
		line-height: 45px;
		text-align: center;
		transition: all 0.5s;
	}
	.details_box2_nav li font{
		font-size: 20px;
		color: rgba(255,255,255,0);
		display: inline-block;
		transition: all 0.5s;
	}
	.details_box2_nav li:hover{
		background: #205cc6 !important;
	}
	.details_box2_nav li:hover span{
		color: #ffffff !important;
	}
	.details_box2_nav li:hover p{
		color: #ffffff !important;
	}
	.details_box2_nav li:hover font{
		color: rgba(255,255,255,1) !important;
	}
	.details_box2_nav_dq{
		background: #205cc6 !important;
	}
	.details_box2_nav_dq span{
		color: #ffffff !important;
	}
	.details_box2_nav_dq p{
		color: #ffffff !important;
	}
	.details_box2_nav_dq font{
		color: rgba(255,255,255,1) !important;
	}
	
	.details_box2_nr{
		display: none;
		color: #868686;
		line-height: 25px;
		font-size: 14px;
	}
	
	.fengcai_td_title{
		width: 100%;
		height: 60px;
		display: flex;
		flex-direction: row;
	}
	.fengcai_td_title div{
		width: 140px;
		height: 60px;
		background: #01C490;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.fengcai_td_title div span{
		font-size: 16px;
		color: #FFFFFF;
		line-height: 22px;
		display: inline-block;
		padding: 0 10px;
		box-sizing: border-box;
		border-left: 1px solid #ffffff;
		margin-left: 9px;
	}
	.fengcai_td_title div img{
		width: 38px;
		height: 38px;
	}
	.fengcai_td_title p{
		flex: 1;
		line-height: 60px;
		color: #565656;
		font-weight: bold;
		text-align: center;
		font-size: 16px;
		background: #f4f0e7;
	}
	
	.tuandui_list{
		width: 100%;
		height: auto;
		margin: 50px 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.tuandui_list li{
		width: 95px;
		height: 95px;
		border: 1px solid #e7e7e7;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
		border-radius: 50px;
	}
	.tuandui_list li span{
		display: inline-block;
		line-height: 25px;
		font-size: 16px;
		color: #565656;
		font-weight: bold;
	}
	.tuandui_list li font{
		display: inline-block;
		line-height: 20px;
		font-size: 14px;
		color: #565656;
	}
	.fengcai_jg_tu{
		width: 100%;
		height: auto;
	}
	
	.fengcai_lc_list{
		width: 100%;
		height: auto;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.fengcai_lc_list::-webkit-scrollbar{
	    width: 5px;
	    height: auto;
	    background-color: rgba(246, 248, 249, 1);
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	}
	.fengcai_lc_list::-webkit-scrollbar-thumb{
		width: 5px;
	    background-color: rgba(123, 121, 121, 0.4);
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	}
	
	
	.fengcai_lc_list_time{
		width: 95px;
		height: 30px;
		background: #01C490;
		text-align: center;
		line-height: 30px;
		font-size: 14px;
		color: #ffffff;
		border-radius: 47.5px;
		position: absolute;
		top: 10px;
		left: -130px;
		font-weight: bold;
	}
	.fengcai_lc_list_time::after{
		content: '';
		width: 30px;
		height: 2px;
		background: #01C490;
		position: absolute;
		top: 14px;
		right: -48.5px;
	}
	.fengcai_lc_list>li{
		position: relative;
		width: calc(100% - 130px);
		height: auto;
		padding-bottom: 50px;
		padding-left: 35px;
		border-left: 1px solid #01C490;
		box-sizing: border-box;
	}
	.fengcai_lc_list>li:last-of-type{
		padding-bottom: 0 !important;
	}


	.lc_year_list{
		width: 100%;
		height: auto;
	}
	.lc_year_list>li{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.lc_year_list>li:last-of-type{
		margin-bottom: 0 !important;
	}
	.lc_year_list_title{
		position: relative;
		width: 100%;
		height: 50px;
		padding: 0 15px;
		box-sizing: border-box;
		background: #eeebe6;
		padding-left: 35px;
		font-size: 16px;
		color: #565656;
		font-weight: bold;
		line-height: 50px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.lc_year_list_title::before{
		width: 7px;
		height: 7px;
		background: #01C490;
		position: absolute;
		left: 15px;
		top: 21.5px;
		border-radius: 3.5px;
		content: '';
	}
	.lc_year_list_nr{
		width: 100%;
		height: auto;
		background: #f6f6f6;
		padding: 15px;
		box-sizing: border-box;
		display: flex;
		align-items: stretch;
	}
	.lc_year_list_nr_l{
		flex: 1;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
	}
	.lc_year_list_nr_l p:first-child{
		font-size: 18px;
		color: #01C490;
		line-height: 40px;
	}
	.lc_year_list_nr_l p:last-child{
		font-size: 14px;
		color: #868686;
		line-height: 25px;
	}
	.lc_year_list_nr_r{
		width: 265px;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: 15px;
	}
	.lc_year_list_nr_r img{
		width: 265px;
		height: auto;
	}
	
	
	.map_box{
		position: relative;
		width: 890px;
		height: 318px;
	}
	.map_box>img{
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 890px;
		height: 318px;
	}
	.address_list{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.address_list li{
		position: absolute;
		display: inline-block;
		font-size: 14px;
		color: #565656;
		line-height: 25px;
		cursor: pointer;
		font-weight: bold;
	}
	.address_list_dq{
		color: #FFFFFF !important; 
	}
	.address_list li:nth-child(1){
		left: 50px;
		top: 150px;
	}
	.address_list li:nth-child(2){
		left: 98px;
		top: 60px;
	}
	.address_list li:nth-child(3){
		left: 120px;
		top: 195px;
	}
	.address_list li:nth-child(4){
		left: 165px;
		top: 106px;
	}
	.address_list li:nth-child(5){
		left: 180px;
		top: 224px;
	}
	.address_list li:nth-child(6){
		left: 340px;
		top: 90px;
	}
	.address_list li:nth-child(7){
		left: 263px;
		top: 205px;
	}
	.address_list li:nth-child(8){
		left: 344px;
		top: 185px;
	}
	.address_list li:nth-child(9){
		left: 411px;
		top: 132px;
	}
	.address_list li:nth-child(10){
		left: 495px;
		top: 179px;
	}
	.address_list li:nth-child(11){
		left:720px;
		top: 135px;
	}
	

	.projects_box{
		display: none;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	.projects_box>p{
		width: 100%;
		padding-left: 10px;
		border-left: 5px solid #205cc6;
		height: 20px;
		font-size: 18px;
		color: #454545;
		margin-bottom: 30px;
		line-height: 20px;
	}
	.projects_box>div{
		width: 100%;
		height: 56px;
	}
	.projects_box>div>span>img{
		width: 56px;
		height: 56px;
	}
	.projects_box>div>span{
		float: left;
		height: 56px;
		margin-right: 40px;
	}
	.projects_box>div>span>font{
		display: inline-block;height: 56px;
		line-height: 46px;
		font-size: 14px;
		color: #565656;
		margin-left: 10px;
	}
	.projects_box>div>span>font>i{
		color: #205cc6;
		font-size: 30px;
		margin: 0 8px;
	}



	.projects_show_list{
		width: 100%;
		height: auto;
		margin: 30px 0;
	}
	.projects_show_list li{
		width: 100%;
		height: 160px;
		background: #f4f0e7;
		margin-bottom: 20px;
	}
	.projects_show_list li a{
		display: flex;
		width: 100%;
		height: 160px;
		flex-direction: row;
	}
	.projects_show_list li a img{
		width: 265px;
		height: 160px;
	}
	.projects_show_list_nr{
		flex: 1;
		height: 160px;
		padding: 10px 30px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.projects_show_list_title{
		width: 100%;
		height: 40px;
		margin-bottom: 10px;
	}
	.projects_show_list_title span{
		position: relative;
		float: left;
		width: auto;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
		font-size: 16px;
		color: #565656;
		font-weight: bold;
	}
	
	.projects_show_list_title span::before{
		content: '';
		width: 50px;
		height: 2px;
		background: #01C490;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.projects_show_list_title font{
		float: right;
		width: auto;
		height: 25px;
		line-height: 23px;
		box-sizing: border-box;
		font-size: 14px;
		color: #01C490;
		border: 1px solid #01C490;
		padding: 0 10px;
		margin-top: 7.5px;
	}
	.projects_show_list_nr>p{
		width: 100%;
		line-height: 30px;
max-height:90px;
		font-size: 14px;
		color: #868686;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-clamp: 3;
		text-align: justify;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	
	.project_details_title{
		position: relative;
		width: 100%;
		height: 110px;
		background: #01C490;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.project_details_title p:first-child{
		line-height: 25px;
		font-size: 18px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	.project_details_title p:last-of-type{
		line-height: 25px;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
		opacity: .6;
	}
	.project_details_title span{
		position: absolute;
		right: 10px;
		top: 27.5px;
		width: auto;
		height: 25px;
		line-height: 23px;
		padding: 0 15px;
		box-sizing: border-box;
		border: 1px solid #ffffff;
		color: #ffffff;
		font-size: 14px;
		border-radius: 12.5px;
		font-weight: bold;
	}
	
	.project_details_nav{
		position: relative;
		top: -30px;
		width: 665px;
		height: 100px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: auto;
	}
	.project_details_nav li{
		width: 120px;
		height: 100px;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #f4f0e7;
		cursor: pointer;
		border-bottom: 4px solid #f4f0e7;
		transition: all 0.3s;
	}
	.project_details_nav_dq{
		background: #FFFFFF !important;
		border-bottom: 4px solid #01C490 !important;
	}
	.project_details_nav li img{
		width: 52px;
		height: 52px;
	}
	.project_details_nav li p{
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: center;
		font-size: 14px;
		color: #454545;
		font-weight: bold;
	}
	.project_details_tu_list{
		width: 665px;
		height: auto;
		margin: auto;
	}
	.project_details_tu_list img{
		width: 100%;
		height: auto;
	}
.project_details_tu_list .swiper-wrapper{
min-height:380px}
	
	.project_details_nr_box{
		width: 100%;
		height: auto;
		margin-top: 30px;
		display: flex;
		flex-direction: row;
	}
	.project_details_nr_left{
		width: 180px;
		height: auto;
	}
	.project_details_nr_left>p{
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		background: #01C490;
		border-radius: 20px;
	}
	.details_nr_left_nav{
		width: 150px;
		height: auto;
		margin-left: 30px;
		box-sizing: border-box;
		border-left: 1px dashed #01C490;
		padding: 15px 0;
	}
	.details_nr_left_nav_dq{
		color: #01C490 !important;
	}
	.details_nr_left_nav_dq::before{
		width: 7px !important;
		height: 7px !important;
		background: #01C490 !important;
		box-shadow: 0 0 0 3px #d1f4eb;
		top: 21.5px !important;
		left: -4px !important;
	}
	.details_nr_left_nav li{
		position: relative;
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		padding-left: 20px;
		box-sizing: border-box;
		color: #565656;
		cursor: pointer;
	}
	.details_nr_left_nav li::before{
		position: absolute;
		top: 19.5px;
		left: -6px;
		content: '';
		width: 11px;
		height: 11px;
		border-radius: 5.5px;
		background: #FFFFFF;
		border: 1.5px solid #01C490;
		box-sizing: border-box;
	}
	
	
	
	
	.project_details_nr_right{
		flex: 1;
		height: auto;
		padding: 35px 0;
		box-sizing: border-box;
		margin-left: 30px;
	}
	.project_details_box1{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.project_details_box2{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.project_details_box3{
		width: 100%;
		height: auto;
	}
	.project_details_box_title{
		width: 100%;
		height: 46px;
		margin-bottom: 15px;
	}
	.project_details_box_title span{
		float: left;
		height: 46px;
		padding-right: 15px;
		box-sizing: border-box;
		border-right: 1px solid #e5e5e5;
	}
	.project_details_box_title span img{
		width: 46px;
		height: 46px;
	}
	.project_details_box_title font{
		float: left;
		height: 46px;
		line-height: 46px;
		margin-left: 15px;
		font-size: 16px;
		color: #565656;
		font-weight: bold;
	}
	.project_details_box_nr{
		width: 100%;
		line-height: 30px;
		font-size: 14px;
		color: #868686;
		margin-bottom: 10px;
	}

.search_box{
      width: 60px !important;
      position: relative;
    }
    .weixin_show{
      display: none;
      width: 120px;
      height: 120px;
      position: absolute;
      top: 32px;
      left: -60px;
      padding: 10px;
      box-sizing: border-box;
      background: rgba(0,0,0,.4);
      z-index: 100;
    }
    .weixin_show img{
      width: 100px;
      height: 100px;
    }
.bshare-weixin{
cursor: pointer;
}
















.zhaobiao-list {
	background: #fff;
	position: relative;
	float: left;
	width: 680px;
	/*height: 445px;*/
}
.zhaobiao-list:after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	clear: both;
	visibility: hidden;
}
.zhaobiao-list-item {
	width: 220px;
	float: left;
	margin-left: 10px;
}
.zhaobiao-list-tit {
	background: url(../images/zb_bg.jpg) no-repeat 0 0;
	height: 53px;
	margin-bottom: 4px;
}
.zhaobiao-list-tit a {
	display: block;
	height: 53px;
	line-height: 50px;
	font-size: 16px;
	padding-left: 12px;
	color: #fff;
}
.zhaobiao-list-ul {
	padding: 0 12px 26px;
	height: 360px;
}
.zhaobiao-list-ul a {
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 59px;
	height: 59px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zhaobiao-list-ul a:hover {
	color: #1e54c0;
}

.zhaobiao-index {
	width: 900px;
	overflow: hidden;
	padding: 10px 0 80px;
}

.zhaobiao-login {
	background: #fff;
	float: right;
	width: 200px;
	height: 445px;
}
.zhaobiao-login-tit {
	background: #01c490;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #fff;
	font-weight: bold;
}
.zhaobiao-login-form {
	padding: 40px 0 0;
}
.zhaobiao-login-item {
	width: 158px;
	height: 32px;
	border: 1px solid #e5e5e5;
	margin: 0 auto 10px;
	overflow: hidden;
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.zhaobiao-login-item input {
	width: 100%;
	text-indent: 46px;
	padding: 5px 0 6px;
	border: none;
	outline: none;
	background: transparent;
	height: 21px;
	font-size: 12px;
	color: #000;
}
.zhaobiao-login-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 46px;
	font-size: 12px;
	color: #888;
	z-index: 1;
	line-height: 32px;
	pointer-events: none;
}
.zhaobiao-login-item.text {
	background-image: url(../images/zhaobiao_login_01.jpg);
}
.zhaobiao-login-item.password {
	background-image: url(../images/zhaobiao_login_02.jpg);
}
.zhaobiao-login-item.on {
	border-color: #205cc6;
}
.zhaobiao-login-form .submit {
	width: 160px;
	border: none;
	outline: none;
	height: 34px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 20px auto 0;
	background: #205cc6;
	display: block;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}

.zhaobiao-login-links {
	text-align: center;
	margin-top: 20px;
}
.zhaobiao-login-links a,
.zhaobiao-login-links span {
	color: #01c490;
	font-size: 12px;
}
.zhaobiao-login-links span {
	margin: 0 9px 0 8px;
}


.zhaobiao-login-links2 {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}
.zhaobiao-login-links2 a {
	color: #555;
	text-decoration: underline;
}

.zhaobiao-login-numbers {
	text-align: center;
	margin-top: 25px;
	font-size: 12px;
	color: #555;
}
.zhaobiao-login-numbers i {
	font-style: normal;
	color: #01C490;
	font-size: 16px;
	vertical-align: -1px;
}
.zhaobiao-login-numbers .tit {
	margin-bottom: 14px;
}
.zhaobiao-login-numbers .tit strong {
	position: relative;
	display: inline-block;
	line-height: 18px;
}
.zhaobiao-login-numbers .tit strong:before,
.zhaobiao-login-numbers .tit strong:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -50px;
	width: 42px;
	background: #dcdcdc;
	height: 1px;
}
.zhaobiao-login-numbers .tit strong:after {
	left: auto;
	right: -50px;
}
.zhaobiao-login-numbers p {
	line-height: 22px;
}


/*20200420*/
.content_middle {
	position: relative;
}
.content_middle_nav_more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 30px;
}
.content_middle_nav_more:hover {
	color: #1e54c0;
}





/*20200423*/
.reg-content {
    background: #fff;
}

.tearder_register {
    padding: 45px 0 150px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.tearder_register h2 {
    background: url(../images/tearder_regist.jpg) center no-repeat;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-bottom: 3px solid #dfe2e4;
    margin: 0 0 20px;
}

.tearder_register table {
    width: 100%;
    font-size: 15px;
}

.tearder_register table th,
.tearder_register table td {
    color: #666666;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d0d0d0;
    padding: 10px 20px;
}

.tearder_register table th {
    text-align: center;
    font-weight: normal;
}

.tearder_register table .res_col1 {
    width: 87px;
}

.tearder_register table .subTitle {
    width: 236px;
}

.tearder_register table .subTitleTwo {
    width: 317px;
}

.tearder_register table .sub_bg {
    background: #f4f4f4;
}

.tearder_register table .color_blue {
    color: #1e54c0;
    font-weight: bold;
}

.tearder_register table input {
    width: 100%;
    border: 0;
    outline: none;
    color: #c5c5c5;
    font-size: 14px;
}

.tearder_register table select {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    outline: none;
}

.tearder_register table a {
    color: #666666;
    transition: all .3s;
}

.tearder_register table a:hover {
    color: #289af2;
}

.tearder_register .foot_btn_box {
    text-align: center;
    margin-top: 30px;
}

.tearder_register table a.btnSubmit {
    display: block;
    float: left;
    margin-top: 160px;
    margin-left: 20px;
}

.tearder_register table a.btnSubmit:hover {
    color: #fff;
}

.tearder_register .btnSubmit {
    border: none;
    background: #01c490;
    color: #fff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    outline: none;
    border-radius: 20px;
}

.tearder_register h3 {
    color: #6fc03f;
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.tearder_register .tead_cnt2 {}

.tearder_register .tead_cnt2 p {
    color: #777777;
    margin-bottom: 25px;
    line-height: 26px;
}


@media only screen and (max-width: 1220px) {
    .tearder_register {
        padding-left: 20px;
        padding-right: 20px;
    }
}








/*20200428*/
.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 9;
    display: none;
}
.forget-code {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    height: 440px;
    margin-top: -220px;
    background: #fff;
    z-index: 10;
    color: #555;
}
.forget-tit {
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
}
.forget-code form {
    display: block;
    padding: 0 110px;
}
.forget-item {
    overflow: hidden;
    margin-bottom: 15px;
}
.forget-item .tit {
    float: left;
    text-align: right;
    width: 4em;
    margin-right: 10px;
    font-size: 14px;
    line-height: 40px;
}
.forget-item .txt {
    float: left;
    width: 300px;
    border: 1px solid #ddd;
    height: 38px;
    overflow: hidden;
}
.forget-item .ipt1 {
    width: 100%;
    height: 38px;
    border: none;
    outline: none;
    background: transparent;
    text-indent: 15px;
    font-size: 14px;
    color: #000;
    padding: 0;
}
.forget-submit .submit {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
    height: 40px;
    background: #0161c3;
}
.forget-submit {
    padding-top: 10px;
}
.forget-code-close {
    width: 24px;
    height: 24px;
    background: url(../images/For-Close.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}



.zzaj {
    width: 845px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}
.zzaj-left {
    float: left;
    width: 545px;
    margin-top: 60px;
}
.zzaj-tit {
    font-size: 24px;
    color: #205cc6;
    margin-bottom: 20px;
}
.zzaj-pic {
    float: right;
    display: block;
}
.zzaj-left p {
    font-size: 14px;
    line-height: 2;
    color: #555;
    margin-bottom: 30px;
    text-align: justify;
}



/*20200509*/
.login-out {
    background: #01c490 url(../images/out_03.png) no-repeat center 21px;
    padding: 82px 0 18px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}
.login-out a {
    color: #fff;
}
.login-out span,
.login-out a {
    margin: 0 3px;
}
.login-out a:hover {
    text-decoration: underline;
}



.tearder_register table input[disabled] {
	background:#eee;
	color: #bbb;
        text-indent: 10px;
}


.content_left_bottom p,
.content_right_bottom p {
	display:none;
}







/*20200526*/
.notfound {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	text-align: center;
	margin: -150px 0 0 -250px;
	z-index: 9;
}
.notfound .p404 {
	margin-bottom: 30px;
}




.zhaobiao-login.bottom {
    float: none;
    width: 100%;
}
.zhaobiao-login.bottom .zhaobiao-login-item {
    width: 230px;
}
.zhaobiao-login.bottom .zhaobiao-login-form .submit {
    width: 232px;
}
.zhaobiao-login.bottom .zhaobiao-login-numbers strong {
    margin-right: 5px;
}
.zhaobiao-login.bottom .zhaobiao-login-numbers i {
    margin-right: 5px;
}






/*20201215*/
.wrapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
.joinus-index {
	height: 710px;
	background: url(../images/join_bg.jpg) no-repeat center;
	position: relative;
}
.joinus-form {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 85px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	width: 440px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 50px 0;
}
.joinus-login {
	height: 420px;
	margin-top: -210px;
}
.joinus-reg {
	height: 520px;
	margin-top: -260px;
}
.joinus-forget {
	height: 380px;
	margin-top: -230px;
}
.joinus-change {
	height: 440px;
	margin-top: -220px;
}
.joinus-form .ipt1 {
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #000;
	height: 40px;
	padding-left: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
}
.joinus-form .item1 {
	margin-top: 25px;
	position: relative;
}
.joinus-form .tit {
	font-size: 20px;
	color: #1e54c0;
}
.joinus-form .ipt1:focus {
	border-color: #4caf50;
	box-shadow: 0px 0px 5px 0px rgba(76,175,80,.3);
}
.joinus-form .item2 {
	margin-top: 17px;
	overflow: hidden;
}
.joinus-form .rb {
	cursor: pointer;
	user-select: none;
	font-size: 14px;
	color: #757575;
	float: left;
}
.joinus-form .rb input {
	vertical-align: -2px;
	margin-right: 5px;
}
.joinus-form .rb span {
	display: inline-block;
}
.joinus-form .item2 a {
	float: right;
	display: block;
	line-height: 18px;
	font-size: 14px;
	color: #1e54c0;
}
.joinus-form .item2 a:hover,
.joinus-index .links a:hover {
	text-decoration: underline;
}
.joinus-form .ipt2 {
	width: 100%;
	background: #1e54c0;
	color: #fff;
	height: 40px;
	cursor: pointer;
	margin-top: 17px;
	border-radius: 2px;
}
.joinus-index .links {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fafafa;
	height: 70px;
	padding: 23px 50px 0;
	font-size: 14px;
	line-height: 24px;
}
.joinus-index .links a {
	color: #565656;
}
.joinus-index .links span {
	color: #868686;
}
.joinus-login .links {
	text-align: right;
}
.joinus-reg .links {
	text-align: center;
}

.joinus-form .n86 {
	position: absolute;
	top: 0;
	left: 16px;
	width: 37px;
	color: #888;
	display: block;
	font-size: 14px;
	line-height: 40px;
	pointer-events: none;
}
.joinus-form .n86:after {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	right: 0;
	height: 20px;
	background: #c8c8c8;
	width: 1px;
}
.joinus-form .ipt3 {
	padding-left: 66px;
}
.joinus-reg .item1,
.joinus-reg .ipt2 {
	margin-top: 20px;
}
.joinus-form .getcode {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 96px;
	text-align: center;
	font-size: 14px;
	color: #1e54c0;
	line-height: 40px;
	cursor: pointer;
	z-index: 1;
	user-select: none;
}
.joinus-form .getcode:before {
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	height: 20px;
	background: #c8c8c8;
	width: 1px;
}
.joinus-out {
	font-size: 14px;
	color: #565656;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}
.joinus-out:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 10px;
	width: 1px;
	margin-top: -5px;
	background: #737271;
}

.joinus-jianli {
	background: #fff;
	padding: 40px 40px 70px;
	margin-top: 6px;
	margin-bottom: 60px;
}
.jianli-head {
	background: #f4f0e7;
	height: 58px;
	overflow: hidden;
	position: relative;
	user-select: none;
}
.jianli-head .tit {
	float: left;
	margin: 0 10px 0 30px;
	line-height: 58px;
	font-size: 18px;
	color: #565656;
}
.jianli-head .req {
	float: left;
	display: block;
	line-height: 16px;
	color: #fff;
	background: #e3745b;
	padding: 0 4px;
	border-radius: 3px;
	font-size: 12px;
	margin: 21px 0 0 0;
}
.jianli-head .save {
	float: right;
	cursor: pointer;
	font-size: 14px;
	color: #868686;
	line-height: 24px;
	margin: 17px 12px 0 0;
	padding: 0 5px;
}
.jianli-head .btn {
	position: relative;
	float: right;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 100%;
	margin: 18px 10px 0 0;
	cursor: pointer;
}
.jianli-head .btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -4px;
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ababab;
}
.jianli-head .btn.hidden:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -2px;
}
.jianli-wrapper {
	padding: 30px 0 10px 29px;
}
.jianli-wrapper .ovh * {
	float: left;
}
.jianli-wrapper>.ovh {
	margin-bottom: 20px;
	overflow: hidden;
}
.jianli-wrapper .t1 {
	width: 392px;
	overflow: hidden;
}
.jianli-wrapper .tit,
.jianli-wrapper .tit1 {
	font-size: 14px;
	color: #565656;
	line-height: 40px;
}
.jianli-wrapper .t1 .tit,
.jianli-wrapper .tit1 {
	width: 104px;
}
.jianli-wrapper .t2 .tit {
	width: 77px;
}
.jianli-wrapper .ipt1 {
	width: 240px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 2px;
	float: left;
	font-size: 14px;
	padding-left: 10px;
}
.jianli-wrapper .ipt1:focus,
.jianli-wrapper textarea:focus {
	border-color: #aaa;
}
.jianli-wrapper .checkbox1 {

}
.jianli-wrapper .checkbox1 span {
	font-size: 14px;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	margin-right: 16px;
	position: relative;
	display: block;
	width: 94px;
	height: 38px;
}
.jianli-wrapper .checkbox1 span:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	z-index: 0;
}
.jianli-wrapper .checkbox1 input {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}
.jianli-wrapper .checkbox1 input:checked + span:before {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 21px;
	background: url(../images/checked.jpg) no-repeat 0 0;
	pointer-events: none;
	z-index: 1;
}
.jianli-wrapper .checkbox1 input:checked + span {
	color: #1787fb;
}
.jianli-wrapper .checkbox1 input:checked + span:after {
	border-color: #1787fb;
}
.jianli-wrapper .ipt2 {
	width: 240px;
	border-color: #e5e5e5;
	height: 40px;
	border-radius: 2px;
	font-size: 14px;
	padding-left: 8px;
}
.jianli-wrapper .file1 {
	width: 605px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	font-size: 14px;
}
.jianli-wrapper .ipt3 {
	position: absolute;
	width: 101%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #fff;
	top: 0;
	left: 0;
}
.jianli-wrapper .file1 span {
	display: block;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 86px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #01c490;
	font-size: 14px;
}
.jianli-wrapper .ipt4 {
	width: 100%;
	height: 38px;
	background: #fff;
	border: none;
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.joinus-change .code {
	position: absolute;
	top: 0;
	right: 0;
	width: 193px;
	padding-left: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	z-index: 1;
	cursor: pointer;
	user-select: none;
}
.joinus-change .code:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #e5e5e5;
}
.joinus-change .item1 {
	margin-top: 20px;
}
.joinus-change .code img {
	float: left;
	display: block;
	width: 64px;
	height: 28px;
	margin-top: 6px;
}
.joinus-change .code p {
	font-size: 14px;
	color: #999;
	margin-left: 8px;
	line-height: 40px;
	float: left;
}
.joinus-change .ipt2 {
	margin-top: 20px;
}

.jianli-item {
	overflow: hidden;
	margin-bottom: 20px;
}
.jianli-wrapper .txt1 {
	font-size: 14px;
	color: #565656;
	line-height: 40px;
	margin-left: 8px;
}

.jianli-wrapper .area1 {
	width: 712px;
	height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 2px;
	resize: none;
	padding: 8px 10px;
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}
.jianli-wrapper .area2 {
	width: 610px;
	height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 2px;
	resize: none;
	padding: 8px 10px;
	font-size: 14px;
	color: #000;
}
.jianli-add {
	margin: 0 0 0 104px;
	width: 200px;
	height: 40px;
	background: #f4f0e7;
	color: #01c490;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	margin-bottom: 10px;
}
.jianli-work>.ovh {
	margin-bottom: 20px;
	overflow: hidden;
}
.jianli-btns {
	text-align: center;
	padding-top: 25px;
	border-top: 1px solid #ddd;
}
.jianli-btns input,
.jianli-btns a {
	width: 140px;
	height: 40px;
	color: #fff;
	background: #868686;
	font-size: 16px;
	border-radius: 3px;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 0 10px;
}
.jianli-btns a {
	display: inline-block;
	line-height: 40px;
}
.jianli-btns .submit {
	background: #1e54c0;
}

.jianli-nav-sub {
	background: #f7faff;
	padding: 10px 0;
}
.jianli-nav-sub a {
	display: block;
	line-height: 32px;
	color: #205cc6;
	padding-left: 73px;
	font-size: 12px;
}
.jianli-nav-sub a:hover {
	color: #01c490;
}
.jianli-manage-head {
	background: #f4f0e7;
    height: 58px;
    padding-left: 30px;
    line-height: 58px;
    font-size: 18px;
    color: #565656;
}
.jianli-manage .jianli-head {
	background: none;
	border-bottom: 1px solid #e5e5e5;
}
.jianli-manage .jianli-head .tit {
	color: #205cc6;
}
.jianli-wrapper1 {
	position: relative;
}
.jianli-wrapper1 .ipt1,
.jianli-wrapper1 .ipt2 {
	width: 190px;
}
.jianli-wrapper1 .t1 {
	width: 332px;
}
.jianli-wrapper-head {
	position: absolute;
	top: 30px;
	right: 24px;
	width: 150px;
	height: 200px;
	background: url(../images/headbg.jpg) no-repeat center;
	border: 1px solid #e5e5e5;
	background-size: 85%;
}
.jianli-table {
	width: 100%;
	font-size: 14px;
}
.jianli-table th {
	font-weight: bold;
	color: #565656;
	font-size: 14px;
	text-align: left;
}
.jianli-table th,
.jianli-table td {
	border-bottom: 1px solid #e5e5e5;
	height: 59px;
}
.jianli-table .t4 {
	text-align: center;
}
.jianli-table .t1 {
	width: 270px;
	padding-left: 30px;
}
.jianli-table .t2 {
	width: 294px;
}
.jianli-table .t3 {
	width: 100px;
}
.jianli-table .t4 {
	width: 156px;
}
.jianli-table a {
	color: #565656;
}
.jianli-table a:hover {
	color: #01c490;
}
.jianli-table-btn {
	background: url(../images/jtb1.png) no-repeat 0 0;
	width: 26px;
	height: 26px;
	user-select: none;
	display: inline-block;
	background-size: contain;
}
.jianli-table td {
	color: #868686;
}
.joinus-hr-head {
	height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
.joinus-hr-head>* {
	float: left;
	height: 40px;
	border-radius: 2px;
}
.joinus-hr-head select {
	width: 232px;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
	font-size: 14px;
	color: #565656;
}
.joinus-hr-head .txt {
	width: 265px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #565656;
	padding-left: 6px;
}
.joinus-hr-head .submit {
	background: #01c490;
	width: 110px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	float: right;
}

.jianli-hr th {
	background: #f4f0e7;
	border: none;
}
.jianli-hr .t3 {
	text-align: center;
}
.jianli-hr .t1 a {
	line-height: 30px;
	display: inline-block;
}

.jianli-login-btn,
.jianli-reg-btn {
	float: right;
	width: 42px;
	height: 20px;
	font-size: 14px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 20px;
	margin-left: 5px;
	background: #2160cb;
	margin-top: 18px;
	border-radius: 10px;
}
.jianli-reg-btn {
	background: #01c490;
}

.jianli-detail-head {
	font-size: 16px;
	color: #205cc6;
	line-height: 58px;
	height: 58px;
	background: #f4f0e7;
	padding-left: 30px;
}
.jianli-detail-wrapper {
	padding: 30px 30px 50px;
	font-size: 14px;
	color: #565656;
	line-height: 30px;
}




/*20210224*/
.zhaocai-login {
	background: url(../images/zhaobiao_login_bg.jpg) no-repeat center;
	height: 710px;
	position: relative;
}
.item2-link {
	margin-top: 14px;
	line-height: 1.5;
}
.item2-link a {
	color: #01c490;
	font-size: 14px;
	margin-right: 14px;
}

.item4-num {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #fafafa;
	text-align: center;
	line-height: 66px;
}
.item4-num span {
	font-size: 14px;
	color: #757575;
	margin: 0 6px;
}
.item4-num span i {
	font-style: normal;
	color: #01c490;
}
.item3-link {
	text-align: center;
	margin-top: 15px;
}
.item3-link a {
	color: #757575;
	font-size: 14px;
}

.company-choose {
	padding: 21px 0 20px 25px;
	overflow: hidden;
}
.company-choose a {
	display: block;
	float: left;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #66a9e7;
	width: 70px;
	height: 31px;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.company-choose a.on {
	background: #fff;
	border: 1px solid #eee;
	border-top-color: #007aff;
	color: #205cc6;
}

.zhaobiao-info-list {
	padding: 0 25px 28px;
}
.zhaobiao-info-list-head {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 2px solid #eee;
}
.zhaobiao-info-list-head span {
	font-size: 16px;
	float: left;
	color: #205cc6;
}
.zhaobiao-info-list-head a {
	display: block;
	float: right;
	background: url(../images/more.png) no-repeat 10px center;
	width: 20px;
	height: 24px;
}

.zhaobiao-info-list ul li a {
	line-height: 35px;
	height: 35px;
	color: #555;
	display: block;
	font-size: 13px;
}
.zhaobiao-info-list ul li a span {
	color: #01c490;
	margin-right: 12px;
	font-size: 12px;
}
.zhaobiao-info-list ul li {
	border-bottom: 1px solid #eeebe6;
}
.zhaobiao-info-list ul li a:hover {
	color: #01c490;
}