
/* 公共的 */
*{ margin:0px; padding:0px;}
html,body{ height:100%}
li{
	list-style: none;
}
.clearfix, .c {
	zoom: 1;
	clear: both;
}
.clearfix:after, .clearfix:before, .c:after, .c:before {
	display: table;
	content: "";
}
.clearfix:after, .c:after {
	clear: both;
}
.l {
	float: left;
}
.r {
	float: right;
}
.jz {
	width: 1200px;
	margin: 0 auto;
}
.h-100 {
	height: 100%;
}
.text-bg{
	width: 60%;
}
a {
	color: #3C3C3C;
	font-size: 14px;
	font-family: "微软雅黑";
}
.none{
	display: none ;
}
.clear-float:after{
	content: '.';
	height: 0;
	display: block;
	clear: both;

}
.clear-float{
	zoom: 1;
}
.w-90{
	width: 90%;
}
#file-img,#photo-img,#photo1-img{
width:100px;
height:auto;
margin-top:10px;
}
.company-box li:nth-child(3n){
	margin-right: 0 !important;
}
.search-return-box li:nth-of-type(4n){
	margin-right: 0 !important;
}
.expert li:nth-child(4n){
	margin-right: 0 !important;
}
/* Write your styles */
.am-tab-panel_more {
	font-size: 12px;
	width: 100px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #EEEEEE;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.am-tab-panel_more:hover {
	background-color: #108dee;
	color: #ffffff;
}
.am-tab-panel_more span {
	font-family: SimSun;
}

.log-out{
	font-size: 14px;
}
.log-out-text:hover{
	color:#095f8a ;
}
html {
	margin: 0px 0px 0px 0px; padding:0; font-family:"Microsoft YaHei",微软雅黑; color:#666666; font-size:14px;
}
body{
	margin: 0px; padding:0;
}
.toplink{
	line-height:50px;
}
.toplink a,.toplink span{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
	color:#ffffff;
}
.toplink span{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin-right:10px;
	color:#ffff00;
}
.toplink a:hover{
	color:#ffff00;
}
a.btn{
	text-decoration:none;
	color:white;
	display:block;
	float:right;
	height:16px;
	margin:13px 5px;
	padding:4px 6px;
	border-radius:4px;
}
a.btn:hover{color:white;}

*{
	padding:0px;
	margin:0px;
}
iframe{
	display: block !important;

}
html,body{
	width:100%;
	height:100%;
}
.m-l5{
	margin-left: 5px;
}
.m-b15{
	margin-bottom: 15px;
}
.m-b20{
	margin-bottom: 20px !important;
}
body{
	height:100%;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* overflow: hidden;
	z-index:1;
	
	background:none; */
}
img{ border:none;}
.head{
	/* width:100%;  border-bottom:#666 1px solid;	height:75px; 
	overflow:hidden;
	z-index:8;
	position:relative; */
}
.head li{ float:left; margin-right:5px; list-style:none; line-height:30px;}
.col_1{ float:left;}
.col_2{ overflow: hidden!important; zoom:1!important;}
* html .col_2{ float:right;}
*+html .col_2{ float:right;}
.maina{
	left:0px;
}
.clearflx::after{
	content: '' !important;
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.am-nav .am-menu-offcanvas1 .am-menu-nav{
	border-bottom: 0!important;
}

.maina{
	position:absolute;
	right:0;
	top:52px;
	bottom:0px;
	z-index:7;
}

.maina{
	*height:100%;
	*top:0;
	*bottom:0;
	*border-top:45px solid #FFF;
	*border-bottom:0px solid #FFF;
	*z-index:1;
}
.main{
	height:100%;
}
.main iframe{
	height:100%;
	width:100%;
	z-index:20;
}
.wrap{margin-left:auto; margin-right:auto;}
#showtit{ margin:5px 0px;}
#showtit h1{ line-height:35px; font-size:14px; font-family:"微软雅黑"; text-align:right;}
#showtit h1 span{ color:#ff8f33; font-family:Verdana, Geneva, sans-serif;}
#showtit img{ margin-top:4px;}


#hidemobile{
	font-size: 14px;
	font-weight: bold;
	border: 1px solid silver;
	position: absolute;
	right: 20px;
	top: 8px;
	width: 15px;
	height: 15px;
	text-align: center;
	padding: 0;
	line-height: 15px;
	border-radius: 15px;
	cursor:pointer;}
.dis-flex {
	display: -webkit-box ;
	display: -webkit-flex ;
	display: flex ;
	/* flex-wrap: wrap; */
}
.dis-flex1{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
}
.flex-wrap{
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.flex-y-start{
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.flex-dir-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.flex-dir-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flex-x-start{
	-webkit-box-pack:start;
	-webkit-justify-content: flex-start;
	justify-content:flex-start;
}
.flex-x-center {
	/* display: flex; */
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-x-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex-x-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex-x-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex-y-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex-y-end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.flex-five {
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
}
.flex-three {
	float: left;
	width: 33.3%;
}
.flex-four {
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
}
.t-l{
	text-align: left;
}
.t-r{
	text-align: right;
}

.w-100{
	width: 100% !important;
}
.edui-default .edui-editor-iframeholder{
	height: 190px!important;
}
.t-c{
	text-align: center;
}
.am-title-inline input[type=checkbox], .am-title-inline input[type=radio]{
	margin: 0 5px 0 0;
}
.am-title-inline label{
	margin-bottom: 0;
}

#yema {
	height: 25px;
	clear: both;
	text-align: center;
	margin-top: 50px;
}

#yema .pages a {
	vertical-align: middle;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #C6C6C6;
	/* background-color: #c6c6c6; */
	color: #333;
	display: inline-block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#yema .pages span {
	vertical-align: middle;
	color: #ffffff;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background-color: #c62b26;
	display: inline-block;
	font-size: 14px;
}

/*页码*/
/*详情页*/
.about_con p {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 16px;
}

.about_name {
	text-align: center;
	padding-bottom: 20px;
	font-size: 16px;
	color: #333333;
}

.about-con {
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	color: #666666;
}

.about_title {
	border-bottom: 1px solid #CCCCCC;
}

.about_con_bottom {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	/* border-top: 1px solid #ccc; */
}

.about_con_fanye {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	float: left;
}

.about_con_fanye a {
	color: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.about_con_fanye a:hover {
	color: #C20D23;
}

.about_fx {
	float: right;
}

/*详情页*/
/*图片效果一*/
.chbimgbox {
	height: 300px;
	width: 300px;
}

.chbimg {
	overflow: hidden;
	position: relative;
	height: 300px;
	width: 300px;
}

.chbimg img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.chbimgbg {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 0;
	background-color: #ccc;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.chbimgbox:hover .chbimg img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.chbimg:hover .chbimgbg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.chbimgtitle {
	position: absolute;
	top: -10%;
	text-align: center;
	left: 0;
	right: 0;
	color: #000000;
	font-size: 14px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.chbimg:hover .chbimgtitle {
	top: 30%;
	-webkit-transition: all 0.3s 0.8s;
	-moz-transition: all 0.3s 0.8s;
	-ms-transition: all 0.3s 0.8s;
	-o-transition: all 0.3s 0.8s;
	transition: all 0.3s 0.8s;
}

.chbimgmore {
	position: absolute;
	bottom: -10%;
	text-align: center;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.chbimgmore a {
	padding: 2px 6px;
	color: #ff0000;
	font-size: 14px;
	border: 1px solid #ff0000;
}

.chbimg:hover .chbimgmore {
	bottom: 30%;
	-webkit-transition: all 0.3s 0.8s;
	-moz-transition: all 0.3s 0.8s;
	-ms-transition: all 0.3s 0.8s;
	-o-transition: all 0.3s 0.8s;
	transition: all 0.3s 0.8s;
}

/*图片效果一*/
/*图片效果二*/
.case-content {
	overflow: hidden;
	margin: 80px auto 0 auto;
	width: 1200px
}

.case-item {
	float: left;
	margin: 30px 40px;
	margin-bottom: 20px
}

.ih-item {
	position: relative;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.ih-item,
.ih-item * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ih-item a {
	color: #333
}

.ih-item a:hover {
	text-decoration: none
}

.ih-item img {
	width: 100%;
	height: 100%
}

.ih-item.circle,
.ih-item.circle .img {
	position: relative;
	width: 210px;
	height: 210px;
	border-radius: 50%
}

.ih-item.circle .img:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .3);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.ih-item.circle .img img {
	border-radius: 50%
}

.ih-item.circle .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.ih-item.square {
	position: relative;
	width: 316px;
	height: 216px;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.ih-item.circle.effect1 .spinner {
	width: 220px;
	height: 220px;
	border: 10px solid #ecab18;
	border-right-color: #1ad280;
	border-bottom-color: #1ad280;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.ih-item.circle.effect1 .img {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	width: auto;
	height: auto
}

.ih-item.circle.effect1 .img:before {
	display: none
}

.ih-item.circle.effect1.colored .info {
	background: #1a4a72;
	background: rgba(26, 74, 114, .6)
}

.ih-item.circle.effect1 .info {
	top: 10px;
	bottom: 0;
	left: 10px;
	right: 0;
	background: #333;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.ih-item.circle.effect1 .info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 24px;
	margin: 0 30px;
	padding: 55px 0 0;
	height: 110px;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, .3)
}

.ih-item.circle.effect1 .info p {
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, .5)
}

.ih-item.circle.effect1 a:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ih-item.circle.effect1 a:hover .info {
	opacity: 1
}

/*图片效果二*/
/*图片效果三*/
.da-thumbs {
	list-style: none;
	width: 984px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}

.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}

.da-thumbs li a {
	overflow: hidden;
}

.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75, 75, 75, 0.7);
	width: 100%;
	height: 100%;
}

.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 -10px 0 rgba(255, 255, 255, 0.3);
}

.container {
	width: 100%;
	position: relative;
	min-height: 350px;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.container>header {
	margin: 10px;
	padding: 20px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.container>header>span {
	font-family: 'Alegreya SC', Georgia, serif;
	font-size: 20px;
	line-height: 20px;
	display: block;
	font-weight: 400;
	font-style: italic;
	color: #719dab;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.container>header h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	position: relative;
	font-weight: 300;
	color: #498ea5;
	padding: 5px 0px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.container>header h1 span {
	font-weight: 700;
}

.container>header h2 {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 5px 0;
	color: #6190ca;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

.container>header p {
	font-style: italic;
	color: #aaa;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}

/*图片效果三*/
/*图片效果4*/
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: white;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label:before {
	content: "Before";
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label:before {
	content: "After";
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid white;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px;
}

.twentytwenty-up-arrow {
	border-bottom: 6px solid white;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-down-arrow {
	border-top: 6px solid white;
	bottom: 50%;
	margin-bottom: -17px;
}

.row {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 62.5em;
	*zoom: 1;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row.collapse .column,
.row.collapse .columns {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

.row .row {
	width: auto;
	margin-left: -0.9375em;
	margin-right: -0.9375em;
	margin-top: 0;
	margin-bottom: 0;
	max-width: none;
	*zoom: 1;
}

.row .row:before,
.row .row:after {
	content: " ";
	display: table;
}

.row .row:after {
	clear: both;
}

.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
	*zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
	content: " ";
	display: table;
}

.row .row.collapse:after {
	clear: both;
}

.column,
.columns {
	position: relative;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
	width: 100%;
	float: left;
}
/*图片效果4*/
/*图片效果5*/
.view {
	width: 300px;
	height: 200px;
	margin: 10px;
	border: 5px solid rgb(255, 255, 255);
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0px 0px 5px rgb(170, 170, 170);
	cursor: default;
}

.view .mask,
.view .content {
	width: 300px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

.view img {
	display: block;
	position: relative;
}

.effect img {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.effect .mask {
	opacity: 0;
	overflow: visible;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	border-style: solid;
	border-width: 150px;
	width: 0;
	height: 0;
	-moz-transform: translateY(-125px);
	-webkit-transform: translateY(-125px);
	-o-transform: translateY(-125px);
	-ms-transform: translateY(-125px);
	transform: translateY(-125px);
	-moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-webkit-transition: -webkit-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	-ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
	transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
}

.effect a.info {
	opacity: 0;
	-moz-transform: translateY(-125px);
	-webkit-transform: translateY(-125px);
	-o-transform: translateY(-125px);
	-ms-transform: translateY(-125px);
	transform: translateY(-125px);
	-moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	-ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;
	transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;
}

.effect:hover img {
	opacity: 0.7;
	-moz-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	-o-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	transform: scale(2, 2);
}

.effect:hover .mask {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.effect:hover a.info {
	opacity: 1;
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.second-effect .mask {
	opacity: 0;
	overflow: visible;
	border: 0px solid rgba(0, 0, 0, 0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.second-effect a.info {
	position: relative;
	top: -10px;
	opacity: 0;
	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	-ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.second-effect:hover .mask {
	opacity: 1;
	border: 100px solid rgba(0, 0, 0, 0.7);
}

.second-effect:hover a.info {
	opacity: 1;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.view a.info {
	background: url('../image/link.png') no-repeat scroll center center transparent;
	display: inline-block;
	text-decoration: none;
	padding: 0px;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
}

.third-effect .mask {
	opacity: 0;
	overflow: visible;
	border: 100px solid rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	transition: all 0.4s ease-in-out 0s;
}

.third-effect a.info {
	position: relative;
	top: -10px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0s;
}

.third-effect:hover .mask {
	opacity: 1;
	border: 100px solid rgba(0, 0, 0, 0.7);
}

.third-effect:hover a.info {
	opacity: 1;
	transition-delay: 0.3s;
}

.fourth-effect .mask {
	position: absolute;
	top: 50px;
	left: 100px;
	cursor: pointer;
	border-radius: 50px;
	display: inline-block;
	height: 100px;
	width: 100px;
	border: 50px solid rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	opacity: 1;
	visibility: visible;
	transform: scale(4);
	transition: all 0.3s ease-in-out 0s;
}

.fourth-effect:hover .mask {
	opacity: 0;
	border: 0px solid rgba(0, 0, 0, 0.7);
	visibility: hidden;
}

/* FIFTH EFFECTS */
.fifth-effect img {
	opacity: 0.2;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.fifth-effect .mask {
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	border: 100px solid rgba(0, 0, 0, 0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	-ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
	transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}

.fifth-effect:hover .mask {
	border: 0px double rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
}

.fifth-effect:hover img {
	opacity: 1;
}

/*图片效果5*/
/*图片效果6*/
div.flip-3d {
	perspective: 1200px;
	width: 30%;
	float: left;
}

div.flip-3d .figure {
	position: relative;
	transform-style: preserve-3d;
	transition: 1s transform;
	font-size: 1.6rem;
}

div.flip-3d .figure img {
	width: 100%;
	height: auto;
}

div.flip-3d .figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	transform: rotateY(.5turn) translateZ(1px);
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding-top: 45%;
	opacity: 0.6;
	transition: 1s .5s opacity;
}

div.flip-3d:hover .figure {
	transform: rotateY(.5turn);
}

div.flip-3d:hover .figure figcaption {
	opacity: 1;
}

div.flip-3d .figure:after {
	content: " ";
	display: block;
	height: 8vw;
	width: 100%;
	transform: rotateX(90deg);
	background-image: radial-gradient(ellipse closest-side, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

/*图片效果6*/

.top {
	overflow: hidden;
	width: 100%;
	height: 54px;
	background: #F5F5F5;
	font-size: 12px;
	color: #484848;
	position: relative;
	z-index: 99;
}

.top .tl {
	height: 54px;
	width:max-content;
	text-align: left;
	line-height: 54px;
}

.top .tr {
	height: 54px;
	text-align: right;
	line-height: 54px;
}

.head {
	width: 100%;
	height: 120px;
	background: #fff;
	position: relative;
}

.head .jz .p_sj {
	display: block;
	width: 354px;
	height: 120px;
	line-height: 120px;
}

.head .jz .fw {
	width: 567px;
	height: 120px;
	background: url('../image/1_03.jpg') no-repeat right;
}

.nav {
	height: 50px;
	width: 100%;
	background: #108DEE;
	position: relative;
	z-index: 99;
}

.nav_main >li {
	float: left;
	border: 1px solid #2899F0;
	border-top: none;
	border-bottom: none;
}

.nav_main li.yiji_li:hover .nav_c {
	top: 50px;
	transition: 0.6s 0.1s top ease;
}

.nav_main li .wh_wbd {
	display: block;
	height: 50px;
	line-height: 50px;
	width: 131px;
	text-align: center;
	color: #fff;
	background: #108DEE;
	transition: 0.3s 0.1s background ease;
	width: 100%;
}

.nav_main li .wh_wbd:hover {
	background: #1286DB;
	transition: 0.3s 0.1s background ease;
}

.nav_c {
	margin: 0;
	position: absolute;
	top: -310px;
	z-index: -1;
	transition: 0.3s 0.1s top ease;
}

.nav_c li.erji_li {
	border-top: none;
	border-bottom: 1px solid #2899F0;
	border-left: none;
	border-right: none;
	overflow: hidden;
	background: rgba(16, 141, 238, 0.8);
	float: none;
	/*opacity:0.8;*/
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.nav_c li.erji_li:hover {
	background: rgba(16, 141, 238, 1);
}

.nav_c li a {
	display: block;
	text-align: center;
	width: 131px;
	height: 50px;
	line-height: 50px;
	color: #fff;
}

.banner {
	width: 100%;
}

.ddsgg {
	width: 100%;
	height: 446px;
}

.banner .bn_bt {
	padding-top: 160px;
	font-size: 45px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000;
}

.sbanner .bn_bt {
	padding-top: 80px;
	font-size: 20px;
	color: #fff;
	width: 100%;
	text-align: center;
}

.banner .bn_an {
	width: 305px;
	margin: 0 auto;
	height: 40px;
	margin-top: 35px;
}

.sbanner .bn_an {
	width: 280px;
	margin: 0 auto;
	height: 40px;
	margin-top: 35px;
}

.banner .bn_an .ba_a {
	width: 153px;
	height: 32px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	line-height: 32px;
	padding: 0 20px;
	color: #fff;
	background: url('../image/fd1.png') no-repeat 86%;
	transition: 0.3s 0.1s background, border ease;
}

.sbanner .bn_an .ba_a {
	width: 140px;
	font-size: 12px;
	height: 30px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	background: url(../img/fd1.png) no-repeat 86%;
	transition: 0.3s 0.1s background, border ease;
}

.banner .bn_an .ba_a:hover {
	background: url('../image/fd1.png') no-repeat 86% #077EDF;
	border: 1px solid #077EDF;
	transition: 0.3s 0.1s background, border ease;
}

.sbanner .bn_an .ba_a:hover {
	background: url('../image/fd1.png') no-repeat 86% #077EDF;
	border: 1px solid #077EDF;
	transition: 0.3s 0.1s background, border ease;
}

.banner .bn_an .ba_b {
	width: 120px;
	height: 32px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	line-height: 32px;
	padding: 0 20px;
	color: #fff;
	background: url('../image/fd2.png') no-repeat 86%;
}

.am-slider-c4 .am-slider-desc {
	height: 50px;
	line-height: 35px;
}

.am-active-slide a:hover .am-slider-desc {
	background-color: rgba(16, 141, 238, .8);
}

.sbanner .bn_an .ba_b {
	width: 115px;
	font-size: 12px;
	height: 30px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	background: url('../image/fd2.png') no-repeat 86%;
}

.banner .bn_an .ba_b:hover {
	background: url('../image/fd2.png') no-repeat 86% #077EDF;
	border: 1px solid #077EDF;
	transition: 0.3s 0.1s background, border ease;
}

.sbanner .bn_an .ba_b:hover {
	background: url('../image/fd2.png') no-repeat 86% #077EDF;
	border: 1px solid #077EDF;
	transition: 0.3s 0.1s background, border ease;
}

.sbanner {
	display: none;
}

.hot {
	height: 115px;
	background: #F5F5F5;
}

.hot .hot_gz {
	width: 100px;
	height: 115px;
	font-size: 25px;
	text-align: center;
	line-height: 40px;
	padding-top: 20px;
	color: #077EDF;
	font-weight: bold;
}

.hot .hot_gz span {
	width: 100px;
	display: block;
	height: 27px;
	background: #077EDF;
	color: #fff;
	text-align: center;
	line-height: 27px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-weight: normal;
}

.hot .hot_news {
	overflow: hidden;
	width: 1100px;
	height: 115px;
	padding-top: 22px;
	padding-left: 60px;
}

.hot .hot_news .h_bt {
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.cont {
	margin-top: 47px;
	overflow: hidden;
}

.cont .c_bka {
	overflow: hidden;
	height: 340px;
	width: 100%;
}

.cont .c_bka .c_bkat {
	display: block;
	width: 552px;
	height: 340px;
	border: 1px solid #E4E4E4;
	line-height: 340px;
	text-align: center;
}

.cont .c_bka .c_ycxw {
	width: 620px;
	height:100%;
}

.am-tabs-bd {
	height: 298px;
	border: none;
}

.c_blnz {
	width: 145px;
	background: url('../image/1_17.png') no-repeat left center;
}

[data-am-widget=tabs] {
	margin: 0;
}

.am-tabs-default .am-tabs-nav>.am-active a {
	background: #108DEE;
}

.cyc_cnw li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #F5F5F5;
	background: url('../image/li-icon.jpg') no-repeat left center;
	padding-left: 20px;
}

.cont .c_bkb {
	margin-top: 50px;
	overflow: hidden;
}

.c_jzbt {
	height: 40px;
	background: url('../image/jzjn_07.jpg') no-repeat bottom;
	width: 870px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.c_jzbt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}

.c_jzbt a {
	width: 12px;
	height: 30px;
	background: url('../image/1_22.jpg') no-repeat center;
}

.c_jznr {
	height: 340px;
}

.c_jnnl {
	width: 420px;
	padding-top: 15px;
	margin-top: 0;
}

.c_jnnl li {
	height: 40px;
	border-bottom: 1px dashed #F5F5F5;
	line-height: 40px;
	padding-left: 15px;
	background: url('../image/dd_11.jpg') no-repeat left center;
}

.c_xxt {
	height: 40px;
	background: url('../image/jzjn_07.jpg') no-repeat bottom left;
	width: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.c_xxt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}

.c_xxt a {
	width: 12px;
	height: 30px;
	background: url('../image/1_22.jpg') no-repeat center;
}

.dbxgn {
	width: 300px;
	margin-top: 27px;
}

.dbxgn li {
	padding: 0 5px;
	float: left;
	margin-bottom: 15px;
}

.dbxgn li a {
	display: block;
	background: #108DEE;
	border-radius: 5px;
	width: 90px;
	height: 78px;
	color: #fff;
	padding-top: 12px;
	line-height: 25px;
	text-align: center;
}

.dbxgn li a:hover {
	background: #1286DB;
	transition: 0.3s 0.1s background ease;
}

.c_bkc {
	background: #F5F5F5;
	padding: 60px 0 30px 0;
}

.c_bkct {
	height: 40px;
	background: url(../img/ddbx_14.jpg) no-repeat left bottom;
	width: 1200px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.c_bkct .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}

.c_bkct a {
	width: 12px;
	height: 30px;
	background: url('../image/1_22.jpg') no-repeat center;
}

[data-am-widget=tabs] .xxzndg {
	width: 420px;
}

.am-tabs-d2 .xxzndg {
	background: none;
}

.am-tabs-d2 .xxzndg>.am-active {
	background: none;
}

.am-tabs-d2 .xxzndg>.am-active:after {
	border: none;
}

.xxzndg li a {
	font-size: 16px;
}

.xxzndg li a:hover {
	color: #0E90D2;
}

.xxzndg li {
	margin-right: 20px;
}

.am-tabs {
	margin-top: 10px;
	position: relative;
}

.aygd {
	position: absolute;
	font-size: 12px;
	right: 0;
	bottom: 0 !important;
	width: 62px;
	height: 26px;
	border: 1px solid #077EDF;
	border-radius: 20px;
	text-align: center;
	line-height: 26px;
	color: #077EDF;
}

.nyszz .mdzznzz {
	padding: 0;
}

.nyszz {
	margin-top: 30px;
}

.mdzznzz ul li {
	float: left;
	margin-right: 26px;
	margin-bottom: 32px;
}

.mdzznzz ul li a {
	width: 280px;
	display: block;
	overflow: hidden;
}

.mdzznzz ul li a .wydnb {
	opacity: 0;
	position: absolute;
	z-index: 10;
}

.mdzznzz ul li a:hover .wydnb {
	opacity: 1;
}

.am-tabs-default .am-tabs-nav a:hover {
	background: #52B4FF;
	color: #fff;
}

.mdzznzz ul li a .gcbt {
	display: block;
	height: 57px;
	padding: 0 20px;
	line-height: 57px;
	text-align: center;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-family: "Microsoft YaHei";
}

.mdzznzz ul li a:hover .gcbt {
	background: #077EDF;
	color: #fff;
}
.ptb30{
	padding: 30px 0;
}
.nyszz {
	height: 100%;
}

.c_bkd {
	height: 450px;
	background: #fff;
}

.jsjl {
	float: left;
	width: 380px;
	margin-top: 50px;
	margin-right: 40px;
}

.jsllbt {
	height: 40px;
	background: url('../image/jzjn_07.jpg') no-repeat left bottom;
	width: 380px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.jsllbt>a{
	height: 40px;
	background: url('../image/jzjn_07.jpg') no-repeat left bottom;
	width: 380px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.jsllbt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}

.jsllbt a {
	width: 12px;
	height: 30px;
	background: url('../image/1_22.jpg') no-repeat center;
}

.jsllb li {
	height: 40px;
	border-bottom: 1px dashed #F5F5F5;
	line-height: 40px;
	background: url('../image/dd_11.jpg') no-repeat left center;
}

.cdwzzx {
	width: 70%;
	display: block;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.whfw {
	float: left;
	margin-top: 50px;
	width: 360px;
}

.whfwbt {
	height: 40px;
	background: url('../image/jzjn_07.jpg') no-repeat left bottom;
	width: 360px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.whfwbt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}

.whfwbt a {
	width: 12px;
	height: 30px;
	background: url('../image/1_22.jpg') no-repeat center;
}

.am-panel-default>.am-panel-hd {
	background-color: #077EDF;
	border-radius: 5px;
	height: 42px;
}

.am-panel-default {
	border-color: #fff;
}

.am-panel {
	border: none;
	box-shadow: none;
}

.am-panel-group .am-panel-hd+.am-panel-collapse .am-panel-bd {
	border: none;
}

.am-panel-bd {
	padding: 0;
}

.am-panel-bd {
	height: 122px;
}

.am-panel-group {
	margin-top: 30px;
}

.nbdb {
	background: url('../image/1_73.png') no-repeat 35% center;
}

.am-panel-title {
	font-size: 16px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-weight: normal;
}

.am-panel-bd {
	margin-top: 10px;
}

.c_bke {
	overflow: hidden;
	background: #F5F5F5;
}

.c_bkebt {
	height: 40px;
	background: url('../image/ddbx_14.jpg') no-repeat left bottom;
	width: 1200px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.c_bkebt .ywfb {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	line-height: 30px;
}

.c_bkebt a {
	width: 12px;
	height: 30px;
	background: url('../image/edjt_03.jpg') no-repeat center;
}

.c_bkebt a.ywfr {
	width: 12px;
	height: 30px;
	background: url('../image/1_22.jpg') no-repeat center;
}

.c_bke {
	padding: 40px 0;
}

.myzs {
	margin-top: 40px;
}

.myzs li {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	width: 228px;
}

.myzs li a {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.myzs li:hover {
	border: 1px solid #087EE0;
}

.c_kxkx {
	background: #fff;
}

.foot {
	width: 100%;
	height: 435px;
	background:url("../image/foot-bg.png");
	background-size: cover;
}

.ssnb {
	height: 90px;
	line-height: 50px;
	padding-top: 40px;
	overflow: hidden;
}

.dbdh li {
	float: left;
	padding-right: 40px;
}

.dbdh li a {
	color: #fff;
}

.egwm {

	height: 211px;
	margin-top:45px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.egwm .ewmtpw {
	float: left;
}

.egwm .lxfsa {
	float: left;
	padding-left: 40px;
}

.egwm .lxfsa .ytbts {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #fff;
	height: 30px;
	display: block;
}

.egwm .lxfsa .ytbta {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #fff;
	height: 23px;
	display: block;
}

.dbxx {
	font-size: 14px;
	color: #fff;
}

.dbxx a {
	color: #fff;
}

/*内页*/
.bannern {
	width: 100%;
	height: 284px;
	background: url('../image/1_10.jpg') no-repeat center;
	background-size: cover;
}
.friendly-bg{
	width: 100%;
	height: 284px;
	background: url('../image/yhxh.png') no-repeat center;
	background-size: cover;
}
.nbnbte {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #fff;
	padding-top: 100px;
}

.nbnbtz {
	font-size: 30px;
	font-family: "Microsoft YaHei";
	color: #fff;
}

.n_cont {
	width: 100%;
	overflow: hidden;
	padding-top: 34px;
}

.ny_nav {
	width: 252px;
	float: left;
}

.ny_nav_chb {
	position: fixed;
	top: 0;
}

.ny_zqw {
	width: 898px;
	float: right;
}

.ny_nav .wjssbt {
	width: 252px;
	height: 113px;
	background: url('../image/fqfm_05.jpg') no-repeat center;
	color: #fff;
	font-size: 26px;
	line-height: 113px;
	text-align: center;
}

.ny_nav .wjssbtt {
	overflow: hidden;
	width: 252px;
	height: 106px;
}

.wjsndh {
	margin: 0;
}

.wjsndh li {
	border-bottom: 1px solid #D3D3D3;
	width: 252px;
	height: 51px;
}

.wjsndh li a,.vip_info_pc {
	display: block;
	height: 50px;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 50px;
	padding-left: 20px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.wjsndh li a:hover,.vip_info_pc:hover {
	background: #108DEE;
	color: #fff;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.wjsndh li a span ,.vip_info_pc  span{
	float: right;
	font-family: "宋体";
	font-size: 20px;
	line-height: 50px;
	padding-right: 20px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}

.wjsndh li a:hover span,.vip_info_pc:hover  span {
	padding-right: 10px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	-ms-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	transition: padding 0.3s;
}

.nw_top {
	height: 45px;
	border-bottom: 1px solid #EAEAEA;
	line-height: 45px;
}

.nw_top .top_tzbt {
	font-size: 20px;
	color: #818181;
	font-family: "Microsoft YaHei";
}

.nw_top .top_mbx {
	background: url('../image/fqfm_08.jpg')no-repeat left center;
	padding-left: 20px;
}

.nw_top .top_mbx a {
	font-size: 12px;
}

.xmszw {
	overflow: hidden;
	display: none;
}

.wjssx {
	height: 225px;
	width: 100%;
	background: #FAFAFA;
}

.wjshnb {
	width: 575px;
	padding: 15px;
	height: 225px;
}

.h_nr {
	display: block;
	width: 80%;
	word-wrap: normal;
	/* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sjggw {
	display: block;
	width: 80%;
	word-wrap: normal;
	/* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.p_sjc li a {
	display: block;
	width: 70%;
	word-wrap: normal;
	/* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.wjshnb .wjnbt {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #333;
	line-height: 28px;
	font-weight: bold;
	display: block;
}

.wjnb_chb {
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}

.wjshnb .wjnnr {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #6a6a6a;
	margin-top: 10px;
	display: block;
}

.wjshnb .wjngd {
	display: block;
	width: 133px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #108DEE;
	font-size: 12px;
	color: #108DEE;
	margin-top: 10px;
}

.hbydnb {
	width: 323px;
	height: 225px;
	background: #F6F6F6;
	padding: 25px;
	position: relative;
}

.am-form input[type=number],
.am-form input[type=search],
.am-form input[type=text],
.am-form input[type=password],
.am-form input[type=datetime],
.am-form input[type=datetime-local],
.am-form input[type=date],
.am-form input[type=month],
.am-form input[type=time],
.am-form input[type=week],
.am-form input[type=email],
.am-form input[type=url],
.am-form input[type=tel],
.am-form input[type=color],
.am-form select,
.am-form textarea,
.am-form-field {
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	border: none;
}

.am-form input[type=number][disabled],
.am-form input[type=number][readonly],
.am-form input[type=search][disabled],
.am-form input[type=search][readonly],
.am-form input[type=text][disabled],
.am-form input[type=text][readonly],
.am-form input[type=password][disabled],
.am-form input[type=password][readonly],
.am-form input[type=datetime][disabled],
.am-form input[type=datetime][readonly],
.am-form input[type=datetime-local][disabled],
.am-form input[type=datetime-local][readonly],
.am-form input[type=date][disabled],
.am-form input[type=date][readonly],
.am-form input[type=month][disabled],
.am-form input[type=month][readonly],
.am-form input[type=time][disabled],
.am-form input[type=time][readonly],
.am-form input[type=week][disabled],
.am-form input[type=week][readonly],
.am-form input[type=email][disabled],
.am-form input[type=email][readonly],
.am-form input[type=url][disabled],
.am-form input[type=url][readonly],
.am-form input[type=tel][disabled],
.am-form input[type=tel][readonly],
.am-form input[type=color][disabled],
.am-form input[type=color][readonly],
.am-form select[disabled],
.am-form select[readonly],
.am-form textarea[disabled],
.am-form textarea[readonly],
.am-form-field[disabled],
.am-form-field[readonly],
fieldset[disabled] .am-form input[type=number],
fieldset[disabled] .am-form input[type=search],
fieldset[disabled] .am-form input[type=text],
fieldset[disabled] .am-form input[type=password],
fieldset[disabled] .am-form input[type=datetime],
fieldset[disabled] .am-form input[type=datetime-local],
fieldset[disabled] .am-form input[type=date],
fieldset[disabled] .am-form input[type=month],
fieldset[disabled] .am-form input[type=time],
fieldset[disabled] .am-form input[type=week],
fieldset[disabled] .am-form input[type=email],
fieldset[disabled] .am-form input[type=url],
fieldset[disabled] .am-form input[type=tel],
fieldset[disabled] .am-form input[type=color],
fieldset[disabled] .am-form select,
fieldset[disabled] .am-form textarea,
fieldset[disabled] .am-form-field {
	background: url('../image/fqfm_13.jpg') no-repeat 95% 50% #fff;
}

.qnmjt {
	padding-top: 10px;
	display: block;
}

.cinmbt {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

*+address,
*+blockquote,
*+dl,
*+fieldset,
*+figure,
*+hr,
*+ol,
*+p,
*+pre,
*+ul {
	margin-top: 0;
}

.am-btn-primary {
	background: url('../image/fqfm_18.jpg') no-repeat center;
	border: none;
	position: absolute;
	right: 30px;
	bottom: 42px;
	width: 19px;
	height: 19px;
	padding: 0;
	line-height: 19px;
	display: block;
}

.am-btn-primary:focus,
.am-btn-primary:hover {
	background-color: #fff;
}

.wjzlb {
	overflow: hidden
}

.wjzlb li {
	height: auto;
	line-height: 24px;
	padding: 10px 0;
	border-bottom: 1px solid #EAEAEA;
}

.wjll {
	width: 100%;
}

.wjll .wjlbt {
	font-size: 14px;
	color: #3C3C3C;
	display: block;
	width: 85%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/*font-weight:bold;*/
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.wjzlb li:hover .wjll .wjlbt {
	color: #118def;
}

.wjll .wjlrq {
	font-size: 12px;
	color: #B4B4B4;
	display: block;
	float: right;
}

.wjll .wjlnr {
	display: block;
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wjlr {
	width: 33px;
	height: 33px;
	margin-top: 40px;
	background: url('../image/fqfm_22.jpg') no-repeat center;
}

.wjzlb li a:hover {
	color: #118DEF;
}

.wjzlb li a:hover .wjlr {
	background: url('../image/gbdl_22.jpg') no-repeat center;
}

.yemmm {
	width: 100%;
	height: 130px;
	line-height: 130px;
	text-align: center;
}

.yemmm a {
	border: 1px solid #EAEAEA;
	padding: 2px 8px;
}

.yemmm span {
	padding: 2px 8px;
	font-size: 14px;
	background-color: #118def;
	border: 1px solid #118def;
	color: #ffffff;
}

/*案例*/
.jsanl {
	overflow: hidden;
}

.jsanl li {
	width: 287px;
	float: left;
	overflow: hidden;
	margin-right: 17px;
	margin-top: 20px;
}
/*.jsanl li:nth-child(3n){*/
/*	margin-right: 0px;*/
/*}*/
.jsanl li a img {
	display: block;
	width: 288px;
	height:165px;
	transition: all 0.3s;
}

.jsanl li a:hover img {
	transform: scale(1.1);
}

.dpdzfd {
	overflow: hidden;
	display: block
}

.jsanl li a .jsalnr {
	/*height: 200px;*/
	background: #F6F6F6;
	overflow: hidden;
	display: block;
	padding: 25px 20px 20px 20px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	/* Firefox 4 */
	-webkit-transition: background 0.4s;
	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}

.jsanl li a:hover .jsalnr {
	background: #118DEF;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	/* Firefox 4 */
	-webkit-transition: background 0.4s;
	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}

.jsanl li a:hover .jsalnr .jsrbt {
	color: #fff;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	/* Firefox 4 */
	-webkit-transition: background 0.4s;
	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}

.jsanl li a:hover .jsalnr .jsrnr {
	color: #fff;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	/* Firefox 4 */
	-webkit-transition: background 0.4s;
	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}

.jsanl li a:hover .jsalnr .jsrgd {
	color: #fff;
	background: #6FC1FF;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	/* Firefox 4 */
	-webkit-transition: background 0.4s;
	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}

.jsalnr .jsrbt {
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	/* Firefox 4 */
	-webkit-transition: background 0.4s;
	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}

.jsalnr .jsrnr {
	font-size: 12px;
	color: #333;
	display: block;
	line-height: 25px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	/* Firefox 4 */
	-webkit-transition: background 0.4s;
	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}

.jsalnr .jsrgd {
	margin-top: 10px;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #DEDEDE;
	font-size: 12px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	/* Firefox 4 */
	-webkit-transition: background 0.4s;
	/* Safari 和 Chrome */
	-o-transition: background 0.4s;
}

.bjbld {
	overflow: hidden;
	padding: 0 0 30px 0;
}

/*资质*/
.jjb {
	width: 100%;
	text-align: center;
}

.jjb .bzsb {
	height: 44px;
	background: #F5F5F5;
}

.am-btn {
	font-size: 12px;
	padding: 0 15px;
	line-height: 38px;
	height: 38px;
	border-radius: 4px;
}

.jjb .bzns {
	height: 50px;
	border-bottom: 1px solid #F0F0F0;
}

.myzsha {
	overflow: hidden;
}

.myzsha li {
	float: left;
	margin-right: 18px;
	margin-bottom: 20px;
}

.myzsha li a {
	display: block;
	width: 285px;
	height: 174px;
	background: #F8F7F7;
	line-height: 174px;
	text-align: center;
	border: 1px solid #F8F7F7;
	overflow: hidden;
}

.myzsha li a:hover {
	border: 1px solid #118DEF;
}

.yxxqab {
	overflow: hidden;
}

.yxxqab img {
	float: left;
}

.yxxqab .gcxqs {
	background: #F9F9F9;
	float: right;
	width: 450px;
	height: 308px;
}

.gcxqs {
	padding: 35px;
}

.vsjwe {
	font-family: "Microsoft YaHei";
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}

.vsjws {
	font-size: 14px;
	line-height: 25px;
}

.anljj {
	background: #2899F0;
	color: #fff;
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	margin: 20px 0 10px 0;
}

.nrns {
	font-size: 14px;
	line-height: 25px;
}

.nrns p {
	margin-bottom: 10px;
}

.xqbt {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-top: 20px;
}

.xqbtnm {
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px 0 20px 0;
}

.rqds {
	display: block;
	padding: 0 25px;
	background: url('../image/time.jpg') no-repeat left center;
}

.ckrs {
	display: block;
	padding-left: 25px;
	width: 115px;
	background: url('../image/xxdtb_05.jpg') no-repeat left center;
}

.ybfh {
	display: block;
	padding-left: 25px;
	width: 85px;
	background: url('../image/back-list.jpg') no-repeat left center;
}

.xqxq {
	line-height: 30px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	width: 100%;
}

.xqxq p {
	margin-bottom: 20px;
}
.xqxq img{
	max-width: 100% !important;
	height: auto;
}
.xypxq {
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.llxwa {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	line-height: 45px;
	font-weight: bold;
}

.llxwb {
	font-size: 14px;
	line-height: 30px;
}

.llxwc {
	color: #118DEF;
	margin-top: 20px;
}

.am-slider-a2 .am-control-nav {
	width: 100px;
	right: 10px;
	bottom: 20px;
}

.am-slider .am-slides img {
	width: 100%;
	height: 446px;
}

.am-slider-a2 .am-control-nav li {
	margin: 0 4px;
}

.am-slider-a2 .am-control-nav li a {
	width: 12px;
	height: 12px;
}

.p_sjb {
	display: none;
}

.p_sjd {
	display: none;
}

.ndscd {
	display: none;
}

.sszzd {
	display: none;
}

.nbbsc {
	display: none;
}

.anxxns {
	display: none;
}

.wjzqd {
	display: none;
}

.ddtts {
	width: 100%;
	height: 400px;
}

.sjbzn {
	width: 70%;
	word-wrap: normal;
	/* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sypa {
	width: 45%;
	word-wrap: normal;
	/* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.xypa {
	width: 45%;
	word-wrap: normal;
	/* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.smdbs li a {
	background: #fff;
}

.jsllb {
	margin-top: 20px;
}

.lsjl {
	padding: 30px 0 0 0;
	overflow: hidden;
}

.smdbs li a img {
	width: 100%;
}

.lsjl li {
	float: left;
	width: 285px;
	color: #108DEE;
	margin-right: 20px;
	margin-bottom: 20px;
}

.lsjl li a{
	color: #999;
}
.lsjl li a:hover{
	color: #108DEE;
}
.enclosure-title{
	margin-top: 30px ;
	margin-bottom: 10px;
}
.enclosure-box{
	width: 100%;
	background: #eee;
	height: 100px;
   margin-bottom: 30px;
	padding: 0 10px;
}
.enclosure{
	margin-right: 5px;
	height: 80%;

}
.enclosure-text{
	 font-size: 16px;
	color: #108DEE;
	border-bottom: 1px solid #108DEE;
}
.lsjl li a img {
	width: 100%;
	height: 54px;
}

.ndscc li a .fdydb {
	width: 100%;
	transition: all 0.3s;
	height: 100%;
}

.ndscc li a:hover .fdydb {
	transform: scale(1.1);
}

.fdyxb {
	width: 280px;
	height: 194px;
	overflow: hidden;
	text-align: center;
}

.jkzs {
	display: none;
}

.jkzx {
	display: block;
}

/* pc的 */
@media only screen {

	.column,
	.columns {
		position: relative;
		padding-left: 0.9375em;
		padding-right: 0.9375em;
		float: left;
	}

	.small-1 {
		position: relative;
		width: 8.33333%;
	}

	.small-2 {
		position: relative;
		width: 16.66667%;
	}

	.small-3 {
		position: relative;
		width: 25%;
	}

	.small-4 {
		position: relative;
		width: 33.33333%;
	}

	.small-5 {
		position: relative;
		width: 41.66667%;
	}

	.small-6 {
		position: relative;
		width: 50%;
	}

	.small-7 {
		position: relative;
		width: 58.33333%;
	}

	.small-8 {
		position: relative;
		width: 66.66667%;
	}

	.small-9 {
		position: relative;
		width: 75%;
	}

	.small-10 {
		position: relative;
		width: 83.33333%;
	}

	.small-11 {
		position: relative;
		width: 91.66667%;
	}

	.small-12 {
		position: relative;
		width: 100%;
	}

	.small-offset-0 {
		position: relative;
		margin-left: 0%;
	}

	.small-offset-1 {
		position: relative;
		margin-left: 8.33333%;
	}

	.small-offset-2 {
		position: relative;
		margin-left: 16.66667%;
	}

	.small-offset-3 {
		position: relative;
		margin-left: 25%;
	}

	.small-offset-4 {
		position: relative;
		margin-left: 33.33333%;
	}

	.small-offset-5 {
		position: relative;
		margin-left: 41.66667%;
	}

	.small-offset-6 {
		position: relative;
		margin-left: 50%;
	}

	.small-offset-7 {
		position: relative;
		margin-left: 58.33333%;
	}

	.small-offset-8 {
		position: relative;
		margin-left: 66.66667%;
	}

	.small-offset-9 {
		position: relative;
		margin-left: 75%;
	}

	.small-offset-10 {
		position: relative;
		margin-left: 83.33333%;
	}

	[class*="column"]+[class*="column"]:last-child {
		float: right;
	}

	[class*="column"]+[class*="column"].end {
		float: left;
	}

	.column.small-centered,
	.columns.small-centered {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	ul{
		padding-left: 0;
		margin: 0;
	}
	.am-div-slide {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.am-div-slide .am-slider{
		padding: 7px;
		display: block;
		width: 552px;
		height: 340px;
		border: 1px solid #E4E4E4;
		line-height: 340px;
		text-align: center;
	}
	.am-div-slide .am-slider img{
		width: 536px;
		height:327px;
	}
	.ndscc li:nth-child(4n+4){
		margin-right: 0;
	}
	.links{
		padding: 20px 0;
		height: auto
	}
	.lsjl li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.lsjl li:nth-child(4n+4){
		margin-right: 0;
	}
	.w-100{
		width: 100%;
	}
	.w-75{
		width: 75%;
	}
	/*登录页*/
	.am-offcanvas-bar{
		background: #fff;
	}
	.am-login{
		width: 100%;
		position: relative;


	}
	.am-login-box .am-form-icon .am-form-field {
		padding-left: 2.1em !important;
	}
	.am-login-box{
		width: 335px;
		background: #fff;
	}
	.am-login-box .am-form-icon{
		border: 1px solid #ccc;
	}
	.am-login-box .am-tab-panel{
		padding: 0 30px;
		box-sizing: border-box;
	}
	.am-login-box .am-form-icon [class*=am-icon-]{
		margin-top: 0;
		transform: translate(0,-50%);
	}
	.am-login-box .am-tabs{
		margin-top:0;
	}
	.am-login-box .am-tabs-bd{
		margin-top:40px;
	}
	.am-login-box .login-btn{
		width: 100%;
		text-align: center;
		background: #0e90d2;
		outline: none;
		height: 40px;
		line-height:40px;
		border: 0 !important;
		font-size: 16px;
		color: #fff;
		margin-top: 30px;
		font-weight: bold;
	}
	.am-login-box .forget-pwd a{
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		color: #0e90d2;
		font-size: 14px;
	}
	.am-login-box .am-tabs-bd{
		padding-bottom: 40px;
		height: auto;
	}
	.am-login-box .am-form-icon button{
		background: #fff;
		color:  #0e90d2;
		border: 0;
		outline: none;
		width:54%;
		padding-right: 10px;
		min-height: 38px;
		text-align: right;
	}
	.am-page a{
		margin-right: 10px !important;
	}
	.am-login-bigbox{
		height: 100%;
	}
	/*.am-login-bigbox .am-menu-bottom>li>a, 	.am-login-bigbox  .size-title a{*/
	/*	color: #000 !important;*/
	/*}*/
	/*.am-login-bigbox .am-menu-bottom>li>ul li a,.am-login-bigbox .foot-box-content span,.am-login-bigbox .dbxx span{*/
	/*	color: #444444 !important;*/
	/*}*/
	.am-login-bigbox .header .head{
		background: #f5f5f5;
	}
	.window-error,.head-error{
		position: fixed;
		width: 90%;
		top: 10%;
		left: 50%;
		transform: translate(-50%,0);
		z-index: 9999;
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1;
		height:50px;
		line-height: 50px;
		text-align: center;
		border-radius: 10px;
		font-size: 16px;
		font-weight: bold;
		display: none;
	}
	/*登录页end*/


	/*	注册页*/
	.am-sel{
		width: 100%;
		font-size: 14px;
		height: 38px;
		line-height: 38px;
		border: none;
	}
	.col-c{
		color: #ccc;
	}
	.null-data{
		padding: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;

	}
	.null-data>img{
		width: 300px;
		height: 300px;
	}
	.null-data>div{
		margin-top: 20px;
		font-size: 16px;
		color: #b7b7b7;
		text-align: center;
	}
	/*生态库详情页*/
	.am-data-details{
		padding:30px 0;
	}
	.am-data-details-title{
		font-size: 16px;
		margin-left: 10px;

	}
	.am-data-details-title-box{
		padding-bottom: 20px;
		/*border-bottom: 1px dashed #ccc;*/
		/*color: #077EDF;*/
		font-weight: bold;
	}
	.am-data-details-content{
		padding: 0 30px;
		font-size: 14px;
		box-sizing: border-box;
	}

	.am-data-details-item-one>div{
		width: 100%;
		text-align: left;
	}
	.am-data-details-item-one{
		margin-bottom: 20px;
	}
	.am-data-details-box{
		margin-bottom: 40px;
	}
	.am-data-details-qrcode{
		width: 250px;
		height: 250px;
	}
	.tips{
		font-size: 12px;
		color: #999;
		margin-top: 5px;
		margin-bottom: 0;
	}
	.am-fillin-box .am-btn{
		line-height: 30px;
		background: #108DEE;
		border-radius: 5px;
		color: #fff;
	}
	.am-textarea{
		width: 100%;
		height: 150px;
		display: block;
		margin-right: 0;
		padding: 5px 10px;
		background: #f5f5f5;
		border: 0;
		border-radius: 5px;
		line-height: 30px;
		outline: none;
	}
	.enterprise-submit{
		width: 200px;
		text-align: center;
		border-radius:5px ;
		font-size: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		margin-bottom: 30px;
		outline: none !important;
		border: none;
	}
	.agreement input{
		margin-top: 0;
		margin-right: 5px;
	}
	.agreement label{
		margin-bottom: 0;
		color: #999;
		font-weight: normal;
	}
	.am-data-details-box{
		position: relative;
	}
	.status{
		position: absolute;
		right: 20px;
		top: -30px;
		z-index: 99;
	}
	.status img{
		width: 100px;
		height: 100px;
	}
	.reason{
		line-height: 30px;
		font-size: 14px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		background: rgb(226 81 62);
        border-radius:5px ;
	}
	.status-error{
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.am-login-box-none{
		position: relative !important;
		transform: none !important;
		left: 0!important;
		top: 0!important;
		width: 100%!important;
        /*padding-top: 20px;*/
		border: none!important;
		margin: 30px 0;
	}
	/*.am-login-box-none input{*/
	/*	border-radius: 5px;*/
	/*	background: #f5f5f5;*/
	/*}*/
	.am-login-title{
		font-size: 16px;
		margin-top: 20px;
		font-weight: bold;
	}

	.am-border{
		border: 1px solid #ccc!important;
	}
	.am-login-label{
		padding-top: 0!important;
		text-align: left!important;
		font-size: 16px;
		font-weight: normal;
	}
	.am-form-group-setting{
		margin-left: 20px;
	}
	.am-login-input{
		margin-top: 10px;
		width:100% ;
		padding-right: 150px;
		background: #f5f5f5!important;
		border-radius: 5px!important;
		cursor: pointer;
	}
	.am-login-ver{
	    position: absolute;
		right: 20px;
		top:18px;
		pointer-events: painted;
	}
.add-products{
	display: block;
	height: 365px;
	/* border: 2px #ccc dotted; */
	background: #f5f5f5;
	font-size: 24rem;
	color: #fff!important;
	line-height: 100%;
	text-align: center;
}
.one_hide{
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.expert li{
	width: 23.5%;
}
	/*.expert li:nth-child(4n){*/
	/*	margin-right: 17px;*/
	/*	margin-left: 17px;*/
	/*}*/
.expert li a img{
	width: 100%;
	height: 260px;
}
.search-return-box li a img{
	height:165px !important;

}
.am-company_nature{
	display: flex;
	align-items: center;
	width: 80%;
margin-bottom: 0 !important;

 }
.am-company_nature-item{
	margin-bottom: 0 !important;
	margin-right: 10px;
}

	.am-company_nature-item radio{
		margin-right: 5px;
		margin-top: 0;
	}
	.am-company_nature-item label{

		margin-bottom: 0;
	}
	.del-img{
		width: 200px;
		height: auto;
	}
	.del-text{
		width: 100%;
		padding: 10px;
		border:1px solid #eee;
		border-radius: 5px;
		max-height: 700px;
		overflow-y: auto;
	}
	.del-text img{
		max-width: 100%;
		height: auto;
	}
	.del-textbg{
		width: 100%;
		padding: 10px;
		background: #eee;
		border-radius: 5px;
		max-height: 300px;
		overflow-y: auto;
	}
	.del-sex{
		margin-bottom: 0 !important;
	}
	.am-pagination>li>a{
		padding: 5px !important;
	}
	.am-eco .am-tab-panel{
		min-height: 200px;
	}
}
.p-r{
	position: relative;
}
.w-60{
	width: 60% !important;
}
.w-50{
	width: 50%;
}
.m-t10{
	margin-top: 10px;
}
.m-b20{
	margin-bottom: 20px;
}
.m-t40{
	margin-top: 40px;
}
.m-r10{
	margin-right: 10px;
}
.m-r5{
	margin-right: 5px;
}
.m-r20{
	margin-right: 20px;
}
.m-b10{
	margin-bottom: 10px;
}
.m-l20{
	margin-left: 20px;
}
.col-b{
	color: #108DEE;;
}
.am-edit{
	height: 300px;
}
.border-left{
	border-left: 3px solid #ccc;
	padding-left: 10px;
}
.container-edit img{
width: 100% !important;
}
.cip span:hover{
	color: #999 !important;
}
.reg-link{
	float: right;
	color: #108DEE;
}

/*  电脑 宽度大于768px时 */

@media only screen and (min-width: 768px) {
	.progress-bar{
		width: 898px;
	}
	.progress-bar-item{
		width: 292px;
		margin-right: 10px;
		background: #f7f7f7;
		height: 40px;
		line-height: 40px;
		text-align: center;
		position: relative;
		cursor: pointer;
	}
	.progress-bar-item:last-child{
		margin-right: 0 !important;
	}
	.progress-bar-item-act{
		background: #108DEE;
		color: #fff;
	}
	.progress-bar-item-act:after{
		border-left: 20px solid #108DEE !important;
	}

	.progress-bar-item:after{
		position: absolute;
		right: -20px;
		top: 0;
		height: 0;
		width: 0;
		border-bottom: 20px inset transparent;
		border-left: 20px solid #f7f7f7;
		border-top: 20px inset transparent;
		content: "";
		z-index: 2;
	}
	.progress-bar-item:last-child:after{
		border: 0 !important;
	}
	.progress-bar-item:first-child:before{
		border: 0 !important;
	}
	.progress-bar-item:before{
		position: absolute;
		left: 0;
		top: 0;
		height: 0;
		width: 0;
		border-bottom: 20px inset transparent;
		border-left: 20px solid #fff;
		border-top: 20px inset transparent;
		content: "";
	}
/*	.am-login-box-none{*/
/*	background: #f5f5f5;*/
/*}*/
	.am-slider{
		width: 1200px;
		margin: 0 auto;
	}
	.cooperation-form{
		min-width: 690px;
		width: 40%;
		padding: 30px 40px;
		border-radius: 20px;
	}
	.sales{
		width: 86%;
	}
	.sales input{
		width: 96% !important;
	}
	.search-return-box{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;

	}
	.pc-none{
		display: none;
	}
	/*会员中心*/
	.am-vip{
		width: 100%;
		height: 400px;
		border-radius: 10px;
		box-shadow: 2px 2px 10px #999;
		overflow: hidden;
	}
	.vip-bg{
		display: flex;
		align-items: flex-end;
		background: #6eb2ea;
		width: 58%;
	}
	.am-vip-info{
		width: 42%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.vip-icon{
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}
	.am-vip-username{
		font-size:30px;
		text-shadow: 2px 2px 3px  #999;
		font-weight: bold;

	}
	.mobile{
		margin-top: 15px;
		font-size: 16px;
		color: #999;
	}
	.default-img{
		width: 150px;
		height: 150px;
		border-radius: 100%;
		margin-bottom: 30px;
		border: 2px solid #6eb2ea;
	}
	/*生态库详情页*/
	.am-data-details-item-en{
		display: flex;
		justify-content: space-between;
		align-items: start;
		-webkit-align-items: flex-start;
	}
	.am-data-details-item-en>div:nth-child(1){
		width: 69%;
		/*margin-bottom: 20px;*/
		text-align: left;
	}
	.am-data-details-item-en>div:nth-child(2){
		width: 29%;
		/*margin-bottom: 20px;*/
		text-align: left;
	}
	.am-data-details-item{
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		align-items: start;
		-webkit-align-items: flex-start;
	}
	.am-data-details-item>div{
		width: 49%;
		/*margin-bottom: 20px;*/
		text-align: left;
	}
	.am-data-details-item-enleft div{
		margin-bottom: 20px;
	}
	.am-data-details-item-left{
		width: 15%;

	}
	.am-data-details-item-right{
		width: 85%;

	}
	.am-data-details-item-width{
		display: flex;
	}
	.p-l20{
		padding-left: 20px;
	}


	/*生态库end*/
	/*会员信息*/
	.am-fillin-box>span{
		display: block;
		width: 16%;
	}
	.capital{
		display: block;
		width: 32%;
	}
	.am-fillin-box>div>div{
		display: block;
		width: 68%;
	}
	.text-input-w100{
		display: block;
		width: 100%;
		margin-right: 0;
		padding: 5px 10px;
		background: #f5f5f5;
		border: 0;
		border-radius: 5px;
		height: 30px;
		line-height: 30px;
		outline: none;
	}
	.w84-input,.layui-input{
		padding: 5px 10px;
		background: #f5f5f5;
		border: 0;
		border-radius: 5px;
		height: 30px;
		line-height: 30px;
		outline: none;
		width: 84%;
	}
	.layui-form .layui-form-item {
		width: 100%;
	}
	.layui-form .layui-form-item .layui-input-inline{
		width: 32%;
		margin-right: 2% ;
	}
	.layui-form .layui-form-item .layui-input-inline:last-child{
		margin-right: 0;
	}
	.layui-form{
		width: 84%;
	}
	.am-fillin-box{
		margin-bottom: 10px;
	}
	.am-fillin-box .am-form-field[readonly]{
		background: #f5f5f5;
	}
	.am-datepicker td{
		font-size: 14px;
	}
	.am-datepicker tr.am-datepicker-header{
		font-size: 14px;
	}
	.am-datepicker tr.am-datepicker-header{
		font-size: 14px;
	}
	/*会员信息end*/
	/*企业信息填写*/
	.w84-div{
		width: 84%;
	}
	.am-div-checkbox .radio-inline{
		width: 18%!important;
	}
	.radio-inline{
		display: flex !important;
		align-items: center;
		margin-right: 10px;
		width: 10% !important;
	}
	.radio-inline input{
		transform: scale(1.2);
		margin: 0;
	}
	.am-radio-sel{
		width: 84%;
	}
	.radio-inline label{
		font-weight: normal;
		margin: 0 0 0 5px;
	}

	.am-fillin-box .am-form-group{
		margin-bottom: 0;
		width: 100%;
	}

	.am-fillin-box .am-badge {
		padding:0;
		font-size: 14px;
		font-weight:normal;
		color: #999;
		background-color: transparent;
		margin-top: 5px;
	}
	.am-title-inline{
		margin-right: 10px;

	}
	.am-edit{
		/*height: 100%;*/
	}
	.am-data-details-item-one{
		font-size: 14px;
	}
	.radio-inline2{
		width: 16.5%;
	}

	/*企业信息填写end*/
	.xypa {
		float: right;
	}

	.am-login-box{
		/*position: absolute;*/
		/*top:50%;*/
		/*left: 80%;*/
		/*transform: translate(-50%,-50%);*/
		border: 1px solid #eee;
	}
	.content-box1200{

	}
	.login-bg-re{
		height: 71%;
		background: url("../image/login-bg.png") no-repeat;
		background-size: cover;
	}
	.login-bg{
		height: 100%;
		width: 70%;
	}
	.foot-box-content{
		margin: 1em 0;
	}
	.img-box{
		display: none;
	}
	.contact{
		width: 20%;margin-left: 20px;height: 100%
	}
	.dbxx{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.am-menu-bottom{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
	}
	.am-menu-bottom>li{
		width: 12.5%;
		padding: 0 5px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.size-title{

	}
	.am-menu-bottom>li>a,.size-title a{
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		line-height:40px ;
		display: block;
		height: 40px;
	}
	.am-menu-bottom>li>ul li{
		padding: 5px 0;
	}
	.am-menu-bottom>li>ul li a{
		font-size: 16px;
		color: #f3f3f3;
	}
	.foot-box{
		padding-top: 20px;
	}
	.am-scroll{
		display: none;
	}
	.large-1 {
		position: relative;
		width: 8.33333%;
	}

	.large-2 {
		position: relative;
		width: 16.66667%;
	}

	.large-3 {
		position: relative;
		width: 25%;
	}

	.large-4 {
		position: relative;
		width: 33.33333%;
	}

	.large-5 {
		position: relative;
		width: 41.66667%;
	}

	.large-6 {
		position: relative;
		width: 50%;
	}

	.large-7 {
		position: relative;
		width: 58.33333%;
	}

	.large-8 {
		position: relative;
		width: 66.66667%;
	}

	.large-9 {
		position: relative;
		width: 75%;
	}

	.large-10 {
		position: relative;
		width: 83.33333%;
	}

	.large-11 {
		position: relative;
		width: 91.66667%;
	}

	.large-12 {
		position: relative;
		width: 100%;
	}

	.row .large-offset-0 {
		position: relative;
		margin-left: 0%;
	}

	.row .large-offset-1 {
		position: relative;
		margin-left: 8.33333%;
	}

	.row .large-offset-2 {
		position: relative;
		margin-left: 16.66667%;
	}

	.row .large-offset-3 {
		position: relative;
		margin-left: 25%;
	}

	.row .large-offset-4 {
		position: relative;
		margin-left: 33.33333%;
	}

	.row .large-offset-5 {
		position: relative;
		margin-left: 41.66667%;
	}

	.row .large-offset-6 {
		position: relative;
		margin-left: 50%;
	}

	.row .large-offset-7 {
		position: relative;
		margin-left: 58.33333%;
	}

	.row .large-offset-8 {
		position: relative;
		margin-left: 66.66667%;
	}

	.row .large-offset-9 {
		position: relative;
		margin-left: 75%;
	}

	.row .large-offset-10 {
		position: relative;
		margin-left: 83.33333%;
	}

	.row .large-offset-11 {
		position: relative;
		margin-left: 91.66667%;
	}

	.push-1 {
		position: relative;
		left: 8.33333%;
		right: auto;
	}

	.pull-1 {
		position: relative;
		right: 8.33333%;
		left: auto;
	}

	.push-2 {
		position: relative;
		left: 16.66667%;
		right: auto;
	}

	.pull-2 {
		position: relative;
		right: 16.66667%;
		left: auto;
	}

	.push-3 {
		position: relative;
		left: 25%;
		right: auto;
	}

	.pull-3 {
		position: relative;
		right: 25%;
		left: auto;
	}

	.push-4 {
		position: relative;
		left: 33.33333%;
		right: auto;
	}

	.pull-4 {
		position: relative;
		right: 33.33333%;
		left: auto;
	}

	.push-5 {
		position: relative;
		left: 41.66667%;
		right: auto;
	}

	.pull-5 {
		position: relative;
		right: 41.66667%;
		left: auto;
	}

	.push-6 {
		position: relative;
		left: 50%;
		right: auto;
	}

	.pull-6 {
		position: relative;
		right: 50%;
		left: auto;
	}

	.push-7 {
		position: relative;
		left: 58.33333%;
		right: auto;
	}

	.pull-7 {
		position: relative;
		right: 58.33333%;
		left: auto;
	}

	.push-8 {
		position: relative;
		left: 66.66667%;
		right: auto;
	}

	.pull-8 {
		position: relative;
		right: 66.66667%;
		left: auto;
	}

	.push-9 {
		position: relative;
		left: 75%;
		right: auto;
	}

	.pull-9 {
		position: relative;
		right: 75%;
		left: auto;
	}

	.push-10 {
		position: relative;
		left: 83.33333%;
		right: auto;
	}

	.pull-10 {
		position: relative;
		right: 83.33333%;
		left: auto;
	}

	.push-11 {
		position: relative;
		left: 91.66667%;
		right: auto;
	}

	.pull-11 {
		position: relative;
		right: 91.66667%;
		left: auto;
	}

	.column.large-centered,
	.columns.large-centered {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}

	.column.large-uncentered,
	.columns.large-uncentered {
		margin-left: 0;
		margin-right: 0;
		float: left !important;
	}

	.column.large-uncentered.opposite,
	.columns.large-uncentered.opposite {
		float: right !important;
	}
}


/* 自定义样式 */
.head-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	height: 50px;
	width: auto;
}



.f-y-c {
	align-items: center;
}

.title-html {
	color: #000000;
	font-size: 28px;
	font-weight: bold;
	font-family: "";
}

.info-details {
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 30px;

}

.m-t0{
	margin-top: 0 !important;
}
.m-b50{
	margin-bottom: 50px;
}

.title-html{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
}
.title-html input{
	width: 400px;
	outline: none;
	height: 100%;
	padding: 0 20px;
	border-radius: 5px  0  0 5px  ;
	border: 1px solid #C0C0C0!important;
	border-right: 0 !important;
}
.search-box {
	background-color: #108DEE;
	height: 100%;
	width: 100px;
	justify-content: center;
	color: #fff;
	border-radius:  0   5px 5px 0 ;
	cursor: pointer;
}
.search-box img{
	width: 15px;
	height: 15px;
	margin-right: 5px;

}

.none-border{
	border: none !important;
}
.jsrnr{
	height: 75px;
	word-break:break-all  ;
	display:-webkit-box !important;/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp:3;/**显示的行数**/
	overflow:hidden;/**隐藏超出的内容**/
	text-overflow: ellipsis;
}

.search-return-item{
	padding: 20px 0;
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
}


.search-return-title{
	width: 100%;
	font-size: 16px;
	color:#108DEE;
	font-weight: bold;
	margin-bottom: 15px;
	text-align:left!important;
}
.w-76{
	width: 76%;
}
.search-return-tips{
	word-break:break-all  ;
	display:-webkit-box !important;/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp:3;/**显示的行数**/
	overflow:hidden;/**隐藏超出的内容**/
	text-overflow: ellipsis;

}
.activity-item{
	margin-bottom: 20px;
	width: 100%;
}
.activity-item div{
	margin-bottom: 10px;
}
.activity-item input{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	border: none;
	padding: 0 10px;
	background: #eee;
}
.activitySubmit{
	width: 92px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #108DEE;
	border-radius: 5px;
	margin: 20px auto;
	color: #fff;
	display: block;
	border: 0;

}
.activity-details{
	padding: 20px 0;
}
.activity-details-img{
	display: block;
	width: 100%;
	height:300px;
	margin-bottom: 30px;
}
.activity-details-img img{
	width: 100%;
	height: 100%;
}
.activity-contact{
	width: 100%;
}
.activity-contact-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.activity-contact-date{
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;

}
.activity-contact-tips{
	text-indent: 2em;
}
.activity-details-stitle{
	padding-top: 20px;
	border-top: 1px solid #eee;
	font-size: 16px;
	color: #999;
	margin-bottom: 20px;
}
#company-form{
	position: relative;
}
.activity-details-con{
	/*padding: 0 20px;*/
	/*box-sizing: border-box;*/
	width: 100%;
}
.activity-details-con img{
	max-width: 100%;
}
.win-box{
	width: 100%;
height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
	display: none;
}
.win-box form{
	width: 40%;
	max-height: 75%;
	min-height: max-content;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow-y: auto;
	min-width: 630px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.win-box form::-webkit-scrollbar{
	display: none;
}
.over-hidn{
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
}
.over{
	overflow: auto;
}
body,html{
	overflow-x: hidden;
	overflow-y: auto;
}
.progress-bar{
	padding: 20px 0;
	z-index: 990;
	background: #fff;
}


.col-r{
	color: red;
}
.b-df{
	background: #dfdfdf !important;
}
.money-company{
	width: 84%;
}
.money-company  input {
	padding: 5px 10px;
	background: #f5f5f5;
	border: 0;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	outline: none;
	width: 95%;
}


/*企业填写表单*/
.company-form-title{
	font-size: 14px;
	color: #999;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background: #fafafa;
	border-bottom: 1px solid #EEE;
	box-sizing:border-box;
	margin-bottom: 20px;
}
.am-icon-user{
	font-size: 16px;
}
.company-form-content{
	margin-bottom: 30px;
	border: 1px solid #EEE;
}
.company-form-content-pro{
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
}
.col-9{
	color: #999;
}
.col-6{
	color: #666;
}
.company-form-content-single{
justify-content: space-between;
margin-bottom: 25px;
}
.company-form-content-input-box{
	margin-bottom:20px ;
}
.company-form-content-input{
	width: 480px;
	padding: 0 10px;
	background: transparent;
	border: 0;
	outline: 0;
	height: 38px;
	line-height: 38px;
	border: 1px solid #E0E0E0;
	background: #fff;
	vertical-align: middle;
	border-radius: 4px;

}
.company-form-content-input:hover,.company-form-content-input-unit:hover,cooperation-form-select:hover{
	border-color: #ccc;
	box-shadow: -2px 0 1px 0 #f5f5f5, 2px 0 1px 0 #f5f5f5, 0 -2px 1px 0 #f5f5f5, 0 2px 1px 0 #f5f5f5;
}
.company-form-content-input-name{
	width: 18%;
	margin-right: 10px;

}
.company-form-content-input-unit{
	width: 200px;
	padding: 0 10px;
	background: transparent;
	border: 0;
	outline: 0;
	height: 38px;
	line-height: 38px;
	border: 1px solid #E0E0E0;
	background: #fff;
	vertical-align: middle;
	border-radius: 4px;
}
.form-size-box{
	margin-top: 10px;
	border-top: 1px solid #E0E0E0;
	padding-top: 25px;
}
.form-size-box-name{
	padding-left: 20px;
	border-left:3px solid #E0E0E0;
	margin-bottom: 20px;
}
.company-form-content-textarea{
	width: 480px;
	padding:  10px;
	background: transparent;
	border: 0;
	outline: 0;
	min-height: 100px;
	line-height: 20px;
	border: 1px solid #E0E0E0;
	background: #fff;
	vertical-align: middle;
	border-radius: 4px;
}
.form-size-box-button{
    padding:  0 30px;
	border: none;
	color: #333;
	background: #efefef;
	width: 200px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	outline: none !important;
	outline: none;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.col-blue{
	color: #19a7f0; ;
}
.add-cooperation{

}
.add-cooperation-btn{
	padding-top: 25px;
	border-top:1px solid #E0E0E0;
	margin-bottom: 10px;
	margin-top: 30px;
}
.enclosure-link{
	display: block;
	font-size: 12px;
	margin: 5px 0;
	width: max-content;
	max-width: 100%;
	color: #999;
	display: flex;
	align-items: center;
	height: 30px;
	line-height: 30px;
}
.enclosure-link span{
	color: #108DEE;
	pointer-events: painted;
	cursor: pointer;
}
.enclosure-link textarea{
	color: #108DEE;
	pointer-events: painted;
	cursor: pointer;
	border: none;
	width: 400px;
	height: 30px;
	line-height: 30px;
	resize:none;
	white-space: nowrap;
	overflow-y: none;
}
.enclosure-link  textarea:hover,.enclosure-link span:hover{
	color: #0a6aa1;
}
.cooperation-win{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
}
.cooperation-form{

	height: 76%;
	background: #fff;


	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
	overflow-y: auto;

	-ms-overflow-style: none;
	scrollbar-width: none;
}
.cooperation-form::-webkit-scrollbar{
	display: none;
}
.cooperation-form-select{
	width:480px ;
	height: 38px;
	line-height: 38px;
	border: 1px solid #E0E0E0;
	background: #fff;
	padding: 0 10px;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
}
.cooperation-form-select option{
	height: 38px;
	line-height: 38px;
}
.f-12{
	font-size: 12px;
}
.add-cooperation a{
	pointer-events: none;
}
#teamwork-edit,#teamwork-del{
	cursor: pointer;
}
.col-7{
	color:#777 ;
}
.link-fj{
	color: #108DEE;
}
.w-70{
	width: 70%;
}
.w-45{
	width: 45%;
}
.w-20{
	width: 20%;
}
.w-35{
	width: 35%;
}
.w-40{
	width: 40%;
}
.w-30{
	width: 30% !important;
}
.signup{
	width: 100%;
	margin: 10px;
}
.signup-left{
	width: 90%;

}
.signup-left-l{
	width: 48%;
}
.signup-left-r{
	width: 50%;
}
.signin-more{
	color: #108DEE;
}
.fj-btn,.fj-link{
	display:flex;
	align-items: center;
	padding: 5px 10px;
	background: rgb(239 239 239);
	font-size: 14px;
     border-radius:4px ;
	margin: 10px 0;
	width: max-content;
}
.txt-over-auto{
	max-height: 230px;
	overflow-y: auto;
}
.back-btn{
	width: 200px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	margin-bottom: 30px;
	outline: none !important;
	border: none;
	background: #dfdfdf;
	color: #fff;
	padding: 0 15px;
	line-height: 38px;
	height: 38px;

}
.zj label,.skill_label label {
	margin-bottom: 0 ;
}
.zj input[type=checkbox],.skill_label .input[type=checkbox] {
	margin-top: 0;
	margin-right: 5px;
}
.zj .radio-inline2 ,.skill_label .radio-inline2 {
	display: flex;
	align-items: center;
	width: max-content;
	min-width: 20%;
	margin:  0 20px;
}
.skill_else_box{
	display: flex;
	align-items: center;
	width: max-content;
	min-width: 40%;
	margin:  0 20px;
}
.skill_else_box input{
	border: #DFDFDF 1px solid;
}
.zj .form-size-box-name{
	margin-bottom: 0;
}
.zj .am-radio-sel{
	margin-top: 5px;
	margin-bottom: 10px;
}
.det-expert input[type="radio"]:checked,.det-company input[type="radio"]:checked{
	position: absolute;
	opacity: 0;
}
.det-expert input[type="radio"]:checked + label:before,.det-company input[type="radio"]:checked + label:before{
	content: '';
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top:0;
	margin-right: 5px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	transform: scale(0.75);
}
.det-expert .am-company_nature-item input[type="radio"]:checked:disabled + label:before ,.det-company .am-company_nature-item input[type="radio"]:checked:disabled + label:before{
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #108DEE!important;
	background: #108DEE !important;
	transform: scale(0.75);
}
.activity-item-sel{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	border: none;
	padding: 0 10px;
	background: #eee;
}

.am-modal-dialog{
	box-shadow: 0 0 10px 1px #f5f5f5;
}
.am-modal-hd{
	display: flex;
	font-size: 14px;
	width: 100%;
	justify-content: space-between;
	padding: 10px 20px;
	border-bottom: 1px solid #F0F0F0;
}
.am-close{
	color: #000!important;
}
.am-modal-bd{
	padding: 20px 10px !important;
	border-bottom: none;
}
.am-modal-btn{
	font-size: 14px;
	background: #1E9FFF;
	color: #fff;
	width: 100px;
	display: block !important;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}