#noticeCompanyList {
	position: fixed;
	left: -270px;
	top: -30px;
	width: 270px;
	height: 99.9%;
	overflow: auto;
	background-color: #fff;
}

#noticeModal{
	line-height: 40px;
}


/**
 * logo文字参数说明
 * 字数             默认   一个字
                   -l2   两个字
                   -l3   三个字
                   -l4   四个字
 * 尺寸             默认-100*100
 */

.logo-text {
	display: inline-block;
	vertical-align: middle;
	/* Box model */
	width: 100px;
	height: 100px;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfdadc), to(#f5f5f5));
	background: linear-gradient(#dfdadc, #f5f5f5);
	color: #737373;
	line-height: 100px;
	font-size: 42px;
}

.logo-text .img {
	width: 100%;
}

.logo-text.-w64 {
	/* Box model */
	width: 64px;
	height: 64px;
	border-radius: 4px;
}

.logo-text.-w44 {
	/* Box model */
	width: 44px;
	height: 44px;
	border-radius: 4px;
}

.logo-text.-w36 {
	/* Box model */
	width: 36px;
	height: 36px;
	border-radius: 4px;
}

.logo-text.-w30 {
	/* Box model */
	width: 30px;
	height: 30px;
	border-radius: 2px;
}

.logo-text.-block {
	display: block;
}

.logo-text.-float {
	float: left;
}

.logo-text.-circle {
	border-radius: 50%;
	overflow: hidden;
}

.logo-text.-l2 {
	font-size: 38px;
}

.logo-text.-l3 {
	font-size: 28px;
}

.logo-text.-l4 {
	padding: 12px;
	line-height: 38px;
	font-size: 32px;
}

.logo-text.-w64 {
	line-height: 64px;
	font-size: 30px;
}

.logo-text.-w64.-l2 {
	font-size: 24px;
}

.logo-text.-w64.-l3 {
	font-size: 18px;
}

.logo-text.-w64.-l4 {
	padding: 8px;
	line-height: 24px;
	font-size: 20px;
}

.logo-text.-w44 {
	line-height: 44px;
	font-size: 22px;
}

.logo-text.-w44.-l2 {
	font-size: 16px;
}

.logo-text.-w44.-l3 {
	font-size: 12px;
}

.logo-text.-w44.-l4 {
	padding: 6px;
	line-height: 16px;
	font-size: 14px;
}

.logo-text.-w36 {
	line-height: 36px;
	font-size: 16px;
}

.logo-text.-w36.-l2 {
	font-size: 14px;
}

.logo-text.-w36.-l3 {
	font-size: 12px;
}

.logo-text.-w36.-l4 {
	padding: 6px;
	line-height: 12px;
	font-size: 12px;
}

.logo-text.-w30 {
	line-height: 30px;
	font-size: 14px;
}

.logo-text.-w30.-l2 {
	font-size: 12px;
}

.logo-text.-w30.-l3,
.logo-text.-w30.-l4 {
	padding: 3px;
	line-height: 12px;
	font-size: 10px;
}
.lazy-img {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.lazy-img .img {
	display: none;
}

.lazy-img.-alias .logo {
	display: none;
}

.lazy-img.-alias .logo-text {
	display: block;
}

.lazy-img.-image .logo-text {
	display: none;
}

.lazy-img.-image .logo {
	display: block;
}

.lazy-img.-image .img {
	display: block;
}

.lazy-img.-text {
	display: table-row;
	border: 0;
}

.lazy-img.-text td {
	padding: 0;
	border: 0;
}

.lazy-img.-text td.-w36 {
	width: 42px;
	text-align: left;
}

.lazy-img.-text td.-w64 {
	width: 70px;
	text-align: left;
}

.lazy-img.-text td.-w100 {
	width: 106px;
	text-align: left;
}

.lazy-img.-text.-w36 td {
	line-height: 18px;
}

.lazy-img.-grow {
	width: 100%;
}

img.lazy-img {
	opacity: 0;
	height: 0;
}

img.lazy-img.-image {
	opacity: 1;
	height: auto;
}
.collapse{
	display:none;
}

/*澶撮儴鍒囨崲閫夐」*/
.switch{
	height: 130px;
	border-bottom: 2px solid #2196F5;
	margin-bottom: 20px;
}
.switch ul{
	width: 1200px;
	margin: 0 auto;
}
.switch ul li{
	display: inline-block;
	margin-top: 88px;
	width: 10%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 20px;
	cursor: pointer;
}
.switch .active {
	background: #2196F5;
	color: #fff;
}
/*section*/
section {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

section .left {
	width: 900px;
}
/* 搜索人(同名老板) */
.num-company-distributed{
	color:#ff3b30;
}
section .left .search-humans{
	width:100%;
}
section .search-humans .header{
	width: 900px;
    height: 40px;
    padding-left: 30px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 40px;
    color: #454545;
    background: #fbfbfb;
}

section .search-humans .slider-human{
	width: 900px;
    height: 220px;
    padding: 20px 30px;
    font-size: 0;
    background: #fff;
}
section .search-humans .slider-human .human{
	position: relative;
    display: inline-block;
    width: 336px;
    height: 180px;
    padding: 12px;
    margin-right: 16px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 0px 2px rgba(224, 224, 224, 0.8);
    box-shadow: 0 0px 2px rgba(224, 224, 224, 0.8);
    border-radius: 10px;
    vertical-align: top;
    font-size: 14px;
}
section .search-humans .slider-human .human .qxc-card-logo,.slider-boss .qxc-card-logo{
	position: absolute;
    top: 12px;
    right: 8px;
}
.qxc-card-logo img{
	width:64px;
}
section .search-humans .slider-human .human .htop,.slider-boss .htop{
	height: 64px;
    font-size: 0;
}
section .search-humans .slider-human .human .htop .lazy-img,.slider-boss .htop .lazy-img{
	position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 12px;
}
.lazy-img.-alias .logo-text {
    display: block;
}
.slider-human .human .content ,.slider-boss .content{
    display: inline-block;
    vertical-align: top;
    color: #111;
}
.slider-human .human .content .title,.slider-boss .content .title{
    max-width: 178px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding-top: 9px;
    font-size: 18px;
    line-height: 18px;
    color: #ff3b30;
    text-decoration: none;
}
.slider-human .human .content p ,.slider-boss .content p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 14px;
}

section .search-humans .slider-human .human .bottom,.slider-boss .bottom{
	padding-top: 10px;
    font-size: 14px;
    color: #202020;
}
.slider-human .human .bottom .total ,.slider-boss .bottom .total{
	overflow: hidden;
	line-height: 26px;
}

.slider-human .human .bottom .province,.slider-boss .bottom .province {
	float: left;
}

.slider-human .human .bottom .company ,.slider-boss  .bottom .company {
	float: right;
}
.slider-human .more {
	display: inline-block;
	width: 124px;
	height: 180px;
	padding-top: 12px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 0px 2px rgba(224, 224, 224, 0.8);
	box-shadow: 0 0px 2px rgba(224, 224, 224, 0.8);
	border-radius: 10px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color:#0084ff;
}

.slider-human .more:hover {
	-webkit-box-shadow: 0 0 11px 5px #eee;
	box-shadow: 0 0 11px 5px #eee;
}

.slider-human .more .scan {
	font-size: 16px;
	line-height: 16px;
}

.slider-human .more .img {
	display: block;
	margin: 0 auto 20px;
}
/*  */
/* 搜索项目品牌 */
section .left .search-brands{
	margin: 10px 0;
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 2px #e0e0e0;
    box-shadow: 0 0 2px #e0e0e0;
}

.search-brands .header {
	width: 900px;
	height: 40px;
	padding-left: 30px;
	border-bottom: 1px solid #f3f3f3;
	line-height: 40px;
	color: #454545;
	background: #fbfbfb;
}
.slider-brand {
	position: relative;
	padding: 20px 27px;
	font-size: 0;
	background: #fff;
}

.slider-brand .brand-list-wrap {
	position: relative;
	display: inline-block;
	width: 832px;
	height: 156px;
	overflow-x: hidden;
	padding: 3px;
}

.slider-brand .brand-list {
	white-space: nowrap;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.slider-brand .gradient {
	position: absolute;
	top: 0;
	right: 0;
	opacity: .6;
}

.slider-brand .brand {
	position: relative;
	display: inline-block;
	width: 336px;
	height: 150px;
	padding: 12px;
	margin-right: 16px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	-webkit-box-shadow: 0 0px 2px rgba(224, 224, 224, 0.8);
	box-shadow: 0 0px 2px rgba(224, 224, 224, 0.8);
	vertical-align: top;
	font-size: 14px;
	background: #fff;
	cursor: pointer;
}

.slider-brand .brand:hover {
	-webkit-box-shadow: 0 0 8px 2px #e6e6e6;
	box-shadow: 0 0 8px 2px #e6e6e6;
}

.slider-brand .btop {
	height: 64px;
	font-size: 0;
}

.slider-brand .btop .lazy-img {
	display: inline-block;
	margin-right: 12px;
}

.slider-brand .btop .content {
	display: inline-block;
	padding-top: 9px;
	vertical-align: top;
}

.slider-brand .btop .content .title {
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	font-size: 18px;
	line-height: 21px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #202020;
}

.slider-brand .btop .content .title em {
	color: #ff3b30;
	font-style:normal;
}

.slider-brand .btop .content .brandtag {
	display: inline-block;
	width: 62px;
	height: 21px;
	margin-left: 10px;
	padding: 0 6px;
	border: 1px solid #0084ff;
	border-radius: 2px;
	vertical-align: top;
	white-space: nowrap;
	font-size: 12px;
	color: #0084ff;
}

.slider-brand .btop .content .info {
	font-size: 14px;
	line-height: 14px;
	color: #202020;
}

.slider-brand .btop .content .info > span {
	display: inline-block;
}

.slider-brand .btop .content .info > span:first-child {
	margin-right: 6px;
}

.slider-brand .btop .content .info .val {
	color: #202020;
}

.slider-brand .tyc-card-logo {
	position: absolute;
	right: 8px;
	top: 12px;
}
.slider-brand .tyc-card-logo img{
	width:64px;
}

.slider-brand .bottom {
	padding-top: 10px;
	line-height: 22px;
	white-space: normal;
	color: #202020;
}

.slider-brand .bottom .introduction {
	color: #202020;
}

.slider-brand .preview,
.slider-brand .next {
	position: absolute;
	top: 65px;
	width: 20px;
	height: 60px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px 1px rgba(191, 191, 191, 0.36);
	box-shadow: 0 1px 2px 1px rgba(191, 191, 191, 0.36);
	font-size: 14px;
	text-align: center;
	color: #a0a0a0;
	cursor: pointer;
}

.slider-brand .preview.disabled,
.slider-brand .next.disabled {
	color: #f0f0f0;
	cursor: no-drop;
}

.slider-brand .preview:hover,
.slider-brand .next:hover {
	color: #202020;
}

.slider-brand .preview.disabled:hover,
.slider-brand .next.disabled:hover {
	color: #f0f0f0;
}

.slider-brand .preview img,
.slider-brand .next img {
	width:100%;
	margin-top:20px;
}

.slider-brand .preview {
	left: 5px;
}

.slider-brand .next {
	right: 5px;
}
/*  */

section .left nav{
	margin-bottom: 8px;
}
section .left nav li{
	display: inline-block;
}
section .left nav .nav-left{
	margin-left: 14px;
}
section .left nav .nav-right{
	margin-left: 80%;
	border: 1px solid #ccc;
}
section .click {
	display: block;
	width: 80px;
	height: 25px;
	border: none;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}

section .click i {
	margin-left: -1px;
}

section .left .top {
	border: 1px solid #e1e1e1;
}
section .main {
	width: 100%;
	padding: 0;
	font-size: 14px;
	background: #fff;
}

section .main dl {
	 width: 100%;
	 border-bottom: 1px solid #f1f1f1;
	 line-height: 45px;
 }

section .main dl:last-child {
	border: none;
}

section .main dl dt {
	display: inline-block;
	width: 80px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-right: 30px;
	font-weight: 400;
	color: #aaa;
	background: #F5F5F5;
}

section .main dl dd {
	display: inline-block;
	height: 30px;
	padding: 5px 10px;
	cursor: pointer;
	color: #666;
}
section .main dl:nth-child(1) dd, section .main dl:nth-child(2) dd, section .main dl:nth-child(3) dd, section .main dl:nth-child(4) dd{
	margin-right:15px;
}
section .main dl dd:hover {
	color: #16afee;
}

section .main dl .active,
section .main dl .active:hover {
	background: #169BD5;
	color: #fff;
	border-radius: 3px;
}

section .dl-5 li {
	cursor: pointer;
}

section .sx-hide,
section .sx-hide2,
section .sx-hide3,
section .sx-hide4 {
	cursor: pointer;
}

section .main-left,
.main-left-4 {
	float: right;
	margin-right: 20px;
}

section .main-left:hover,
.main-left-2:hover,
.main-left-3:hover,
.main-left-4:hover {
	cursor: pointer;
}

section .hide-ul,
.hide-ul-2,
.hide-ul-3,
.hide-ul-4 {
	margin-left: 134px;
}

section .hide-ul ul li,
.hide-ul-2 ul li,
.hide-ul-3 ul li,
.hide-ul-4 ul li {
	display: inline-block;
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	cursor: pointer;
}

section .sx-hide,
.sx-hide2,
.sx-hide3,
.sx-hide4 {
	width: 130px;
	border: 1px solid #ccc;
	position: absolute;
	background: white;
}

section .sx-hide {
	margin: -10px 123px;
}

section .sx-hide2 {
	margin: -10px 185px;
}

section .sx-hide3 {
	margin: -10px 245px;
}

section .sx-hide4 {
	margin: -10px 335px;
}

section .sx-hide li,
.sx-hide2 li,
.sx-hide3 li,
.sx-hide4 li {
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
}

section .sx-hide li:hover,
.sx-hide2 li:hover,
.sx-hide3 li:hover,
.sx-hide4 li:hover {
	background: #f5f9fc;
}


/*鍖哄煙*/

section .qy-hide {
	width: 460px;
	height: auto;
	border: 1px solid #ccc;
	position: absolute;
	z-index: 999;
	background: white;
	margin: -10px 122px;
}

section .qy-hide li:hover {
	color: #16afee;
}

section .qy-top {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #eee;
}

section .qy-top span {
	margin-left: 15px;
	padding: 5px 10px;
	cursor: pointer;
}

section .qy-middle {
	border-bottom: 1px solid #eee;
}

section .qy-middle ul {
	margin-left: 15px;
	height: 40px;
}

section .qy-middle ul li {
	width: 67px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	cursor: pointer;
	font-weight:600
}

section .qy-middle li,
.qy-buttom li {
	display: inline-block;
}

section .qy-buttom ul {
	margin-left: 15px;
	/* height: 50px; */
}

section .qy-buttom ul li {
	width: 52px;
	height: 26px;
	line-height: 26px;
	margin-right: 9px;
	cursor: pointer;
	text-align: left;
	position: relative;
}

section .qy-buttom span {
	display: inline-block;
	color: #bbb;
	width: 12px;
}
.qy-top span i a{color:#fff;}
#ul-1{position:relative; line-height:35px; padding-bottom:5px;}
.content-cities{overflow:hidden; background-color:#f2f2f2; padding:8px 5px; width:400px; position:absolute; left:16px;z-index:10; text-align:left;box-shadow: 0px 3px 5px #888; display:none}
.content-cities a{display:inline-block}

section .qy-buttom .dy-css {
	background: #e8e8e8;
}

section .qy-buttom .dy-css ul {
	height: 40px;
	margin-left: 25px;
}

section .qy-buttom .dy-css ul li {
	width: 66px;
	margin-right: 0;
}

section .qy-buttom .dy-css ul li a:hover {
	color: #25b2e9;
}
.qy-btn i,.hy-btn i{
	margin: 0;
}

/*琛屼笟*/

.shadow {
	box-shadow: 3px 5px 3px #aaa;
}

section .hy-hide {
	position: absolute;
	z-index: 999;
	background: white;
	border: 1px solid #ccc;
	margin: -10px 184px;
	width: 270px;
}

section .hy-hide ul li {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	cursor: pointer;
}

section .hy-hide .li-first {
	background: #f1f1f1;
}
section .hy-hide ul li:first-child:hover{
	background: #f5f9fc;
}
section .hy-hide ul li:hover {
	background: #f5f9fc url(/static/image/se1.png) center right no-repeat;
	background-position:96%;
}

section .hy-hide ul li span {
	float: right;
	margin-right: 8px;
}
.triangle{
	position: absolute;
	top: 22px;
	right: 8px;
}
.li-1,.li-2,.li-3,.li-4,.li-5,.li-6,.li-7,.li-8,.li-9,.li-10,.li-11,.li-12,.li-13,.li-14,.li-15,.li-16,.li-17,.li-18,.li-19,.li-20{
	background: url(/static/image/se1.png) center right no-repeat;
	background-position:96%;
}
.hy-1,
.hy-2,
.hy-3,
.hy-4,
.hy-5,
.hy-6,
.hy-7,
.hy-8,
.hy-9,
.hy-10,
.hy-11,
.hy-12,
.hy-13,
.hy-14,
.hy-15,
.hy-16,
.hy-17,
.hy-18,
.hy-19,
.hy-20 {
	position: absolute;
	background: white;
	border: 1px solid #ccc;
}

.hy-1,
.hy-2,
.hy-6,
.hy-8,
.hy-10,
.hy-11,
.hy-12,
.hy-16,
.hy-17,
.hy-20 {
	margin: -30px 268px;
	width: 150px;
}

section .hy-3,
.hy-9,
.hy-15,
.hy-18,
.hy-19 {
	margin: -30px 268px;
	width: 310px;
}

section .hy-4,
.hy-5,
.hy-7,
.hy-13,
.hy-14 {
	margin: -30px 268px;
	width: 200px;
}

section article {
	width: 100%;
	background: #fff;
	border: 1px solid #e1e1e1;
	margin-top: 20px;
}
.vague{
	filter: blur(6px);
}
section article .title {
	width: 100%;
	padding-left: 10px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e1e1e1;
}

section article .title a{
	color: #FF3300;
}
section article .title a:hover{
	color: #25b2e9;
}
section article .title span i {
	font-style: normal;
	margin: 0 5px;
	color: #FF3300;
}

section article .title input {
	width: 80px;
	height: 35px;
	background: inherit;
	background-color: rgba(22, 155, 213, 1);
	border: none;
	border-radius: 5px;
	color: #fff;
	margin: 7px;
	float: right;
	line-height: 35px;
}
section article .title select{
	float: right;
	width: 115px;
	height: 35px;
	border: 1px solid #e1e1e1;
	margin: 7px;
	padding-left: 5px;
}
section article>ul {
	width: 100%;
}

section article>ul>li:hover {
	box-shadow: 0 0 50px #ccc;
}
section article>ul>li:hover .name_style{
	color: #0084ff;
}
section article>ul>li {
	width: 100%;
	padding: 0 3%;
	border-bottom: 1px solid #e1e1e1;
	/* cursor: pointer; */
}

.conpanyImgbox {
    width: 90px;
    height: 90px;
    max-height: 120px;
    margin: 25px 0;
    float: left;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.conpanyImgbox.bg-0{
	background-color: #fa8c35;
}
.conpanyImgbox.bg-1{
	background-color: #ffb3a7;
}
.conpanyImgbox.bg-2{
	background-color: #177cb0;
}
.conpanyImgbox.bg-3{
	background-color: #c93756;
}
.conpanyImgbox.bg-4{
	background-color: #426666;
}
.conpanyImgbox.bg-5{
	background-color: #21a675;
}
.conpanyImgbox.bg-6{
	background-color: #801dae;
}
.conpanyImgbox.bg-7{
	background-color: #725e82;
}
.conpanyImgbox.bg-8{
	background-color: #ae7000;
}
.conpanyImgbox.bg-9{
	background-color: #758a99;
}
.conpanyImgbox.bg-10{
	background-color: #fa8c35;
}
.conpanyImgbox.bg-11{
	background-color: #ffb3a7;
}
.conpanyImgbox.bg-12{
	background-color: #177cb0;
}
.conpanyImgbox.bg-13{
	background-color: #c93756;
}
.conpanyImgbox.bg-14{
	background-color: #426666;
}
.conpanyImgbox.bg-15{
	background-color: #21a675;
}
.conpanyImgbox.bg-16{
	background-color: #801dae;
}
.conpanyImgbox.bg-17{
	background-color: #725e82;
}
.conpanyImgbox.bg-18{
	background-color: #ae7000;
}
.conpanyImgbox.bg-19{
	background-color: #758a99;
}
.conpanyImgbox img{
	max-width:100%;
	max-height:100%;
}
section article>ul>li img {
	width:100%;
	/* max-width: 60%; */
}

section article>ul>li h2 {
	width: 60%;
	font-size: 18px;
	line-height: 50px;
	display: block;
	margin-left: 20px;
	float: left;
	color: #444444;
	font-weight:700;
}

section article ul li .ul {
	width: 550px;
	margin-left: 20px;
	float: left;
	margin-bottom: 10px;
}

section article ul li .ul li {
	font-size: 14px;
	display: inline-block;
	line-height: 30px;
	color: #202020;
	text-align: center;
}
.legal_person{
	width: 145px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align: bottom;
	text-align: left !important;
}
.legal_person i{
	font-weight: bold;
}
.registrationDate{
	width: 192px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align: bottom;
	text-align: left !important;
}



section article ul li .ul li i {
	margin: 0 3px;
	display: inline-block;
	max-width: 470px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}
section article ul li .ul li:first-child i{
	width: 45px;
	margin: 0 3px;
	display: inline-block;
	max-width: 150px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}
section article ul li .ul li.companyAddress i{
	margin: 0 3px;
	display: inline-block;
	height: 25px;
	max-width: 470px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

section article ul li .zt {
	/* display: inline-block; */
	width: 40px;
	height: 20px;
	border: 1px solid #00CC00;
	color: #00CC00;
	text-align: center;
	line-height: 18px;
	margin: 0 29px;
	float: right;
	overflow: hidden;
}
.state{
	/* display: inline-block; */
	width: 40px;
	height: 20px;
	border: 1px solid #FF0000 !important;
	color: #FF0000 !important;
	text-align: center;
	line-height: 18px;
	margin: 0 40px;
	float: right;
}
.sta{
	/* display: inline-block; */
	width: 40px;
	height: 20px;
	border: 1px solid #ff5d04 !important;
	color: #ff5d04 !important;
	text-align: center;
	line-height: 18px;
	margin: 0 40px;
	float: right;
}

.shareholderName{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align: bottom;
	text-align: left !important;
}
.shareholderName i{
	color: #0084ff;
}
.capital{
	width: 188px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align: bottom;
	text-align: left !important;
}
section article ul li .zx,
section article ul li .dx {
	color: red;
	border: 1px solid red;
}

section article ul li #yuan {
	/* display: inline-block; */
	width: 50px;
	height: 50px;
	border: 3px solid #797979;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	float: right;
	margin-top: -10px;
	margin-right: 10px;
	color:#169BD5;
}


section .mtrp {
	margin: 0 0 20px 10px;
	background: white;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}

section .mtrp h2 {
	margin: 0 auto;
	background: #f9f9fc;
	color: #666;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
}

section .mtrp h2 span {
	display: block;
	font-size: 16px;
	float: left;
	margin-left: 15px;
}

section .mtrp h2 a {
	font-size: 14px;
	float: right;
	margin-right: 15px;
}

section .mtrp ul {
	padding: 5px 15px 15px 15px;
}

section .mtrp ul li {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding-left: 20px;
	border-bottom: 1px solid #e1e1e1;
}

section .mtrp-img,.mtrp-img_2,.mtrp-img_3,.mtrp-img_4,.mtrp-img_5,.mtrp-img_6,.mtrp-img_7,.mtrp-img_8,.mtrp-img_9{
	margin-left: 10px;
}

section .mtrp-img img {
	width: 100%;
	margin-top: 20px;
}
section .mtrp-img_2 img {
	width: 100%;
}
.mtrp-img_2{
	position: relative;
}
#app_down_8{
	position: absolute;
	width: 90px;
	height: 90px;
	right: 12px;
	top:55px;
	background: #fff;
	text-align: center;
}

section .mtrp-img_3 img,.mtrp-img_6 img,.mtrp-img_7 img,.mtrp-img_8 img,.mtrp-img_9 img{
	margin-top: 20px;
}
.mtrp-img_5 img,.mtrp-img_7 img,.mtrp-img_8 img,.mtrp-img_9 img{
	width: 290px;
	height: 200px;
}
section .right {
	float: left;
	width: 300px;
}
/*pagea*/
.pagea {
	text-align: center;
	margin-top: 20px;
}

.pagea .on {
	background: #00A6EA;
	display: inline-block;
	width: 36px;
	height: 35.8px;
	margin: 0 2px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}
.pagea .on a{
	color: #FFFFFF;
	text-decoration: none;
}
.pagea .on a:hover{
	color: #FFFFFF;
	border: 1px solid #00A6EA;
	text-decoration: none;
}
.pagea .pagea_left a,.pagea .pagea_right a{
	width: 75px ;
	height: 35px;
}
.pagea a {
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #333;
	line-height: 35px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	text-decoration: none;
}
.pagea a:hover,.ssny_zxxx a:hover{
	border: 1px solid #00A6EA;
	color: #00A6EA;
	text-decoration: none;
}



section .mengban{
	width: 100%;
	height: 78%;
	background: #b9bbbe;
	position: absolute;
	z-index: 997;
	left: 0;
	top: 330px;
	opacity: 0.2;
	/*妯＄硦鏁堟灉鍔犲湪article*/
	/*filter: blur(10px);*/
}
/*鎻愮ず鍏呭�紇ip*/
.popup{
	width: 45%;
	background-color:rgba(255,255,255,0.6) ;
	position: absolute;
	z-index: 998;
	top:60%;
	left: 18%;

}
.popup_title{
	text-align: center;
	margin: 20px 0;
}
.shop_vip,.screen_vip{
	background: #ffecd9;
	border-top:1px solid #ff8742 ;
	border-bottom:1px solid #ff8742 ;
}
.shop_vip ul,.screen_vip ul{
	width: 70%;
	height:65px;
	margin: 0 0 0 180px;
}
.shop_vip ul li,.screen_vip ul li{
	float: left;
	text-align: center;
	width: 145px;
	height:80px;
	line-height: 30px;
	padding-top: 12px;
	margin-right: 20px;
	background: #fff;
	cursor: pointer;
}
.shop_vip ul li>span,.screen_vip ul li>span{
	text-decoration:line-through;
	color: #aaa;
}
.shop_vip ul li p,.screen_vip ul li p{
	color: #ff9a36;
}
.shop_vip ul li p i,.screen_vip ul li p i{
	color: #58666e;
}
.shop_vip .shop_vip_title,.screen_vip .screen_vip_title{
	display: block;
	width: 47%;
	margin: 20px auto 10px;
	color: #ff8742;
	font-size: 15px;
}
.shop_vip .shop_vip_title i,.screen_vip .screen_vip_title i{
	font-size: 16px;
	color: #ff3300;
	font-weight: bold;
}
.shop_vip ul .active,.screen_vip ul .active{
	background: url("/static/image/buy-1.png") no-repeat;
	background-color: #fff;
}
.shop_vip .buy,.screen_vip .screen_buy{
	display: block;
	background: #ff8742;
	color: #fff;
	width: 100px;
	height:40px;
	line-height: 40px;
	text-align: center;
	margin: 30px 0 10px 40%;
	cursor: pointer;
}
.shop_vip>span:last-child,.screen_vip>span:last-child{
	display: block;
	width: 26%;
	margin: 0 auto;
	font-size: 15px;
	color: #ff9a36;
	margin-bottom: 20px;
}
.shop_vip .buy_img,.screen_vip .screen_img {
	position: absolute;
	right: 30%;
	top:16%;
}

.quanyi ul{
	width: 90%;
	height: 30px;
	margin: 20px auto 10px;
}
.quanyi ul li{
	float: left;
	height: 30px;
	line-height: 30px;
}
.quanyi ul li:first-child{
	margin-right: 15px;
	font-weight: bold;
}
.quanyi ul li:last-child{
	float: right;
	font-size: 12px;
}
.quanyi ul li:last-child a{
	color: #aaa;
}
.quanyi table{
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
	border:1px solid #ccc;
	background: #fff;
}
.quanyi table tr td{
	border:1px solid #ccc;
	padding: 10px 0;
}
.quanyi table tr td p{
	color: #aaa;
	font-size: 12px;
}
.quanyi table tr:first-child{
	background: #F1F9FF;
}
.quanyi table .pt_vip{
	color: #FF730C;
}
.quanyi table .qy_vip{
	color: #ff3300;
}
.notice{
	position: fixed;
	top:30%;
	left: 0;
}
.modal-backdrop{
	background-color: #000;
}

/*楂樼骇绛涢�夊脊绐�*/
.screen{
	width: 864px;
	background-color:#fff;
	position: fixed;
	z-index: 9999;
	top:20%;
	left: 18%;
	box-shadow: 0 0 15px #717171;
}
.screen_title{
	text-align: center;
	padding: 15px;
	background: #FF730C;
	color: #fff;
	font-size: 16px;
}

.screen_mengban{
	width: 100%;
	height: 100%;
	background: #707275;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	opacity: 0.2;
}

.not_found{
	background: #F6F6F6;
	border: none;
	/* width: 27%; */
	width:600px;
	height: 400px;
	margin: 60px auto;
}
.not_found_img{
	width:240px;
	float:left;
}
.not_found_img img{
	width:200px;
	height:200px;
	margin-top:40px;
}
.not_found p {
	height: 35px;
	line-height: 35px;
}
.not_found ul{
	width:330px;
	margin-left:30px;
}
.not_found ul li{
	height: 30px;
	line-height: 30px;
}
.not_found ul li.not-fou{
	margin:30px 0;
	font-weight:bold;
	font-size:18px;
}

#login-se{
	float:left;
	width:70%;
	height:30px;
}
#login-depse{
	float:left;
	width:30%;
	height:30px;
	text-align:center;
	background:#00A2E9;
	color:#ffffff;
	cursor:pointer;
}


/*!*鎵嬫満閫傞厤*!*/

/*@media screen and (max-width:720px) {*/
	/*header .header {*/
		/*height: 150px;*/
	/*}*/
	/*header .title ul li {*/
		/*padding-left: 15px;*/
	/*}*/
	/*header .input-group {*/
		/*margin-top: 10px;*/
	/*}*/
	/*section .mtrp {*/
		/*margin: 0 0 20px 0;*/
	/*}*/
	/*section .left nav li {*/
		/*width: 25%;*/
	/*}*/
	/*section article ul li .ul {*/
		/*width: 90%;*/
		/*height: 170px;*/
	/*}*/
	/*section article>ul>li img {*/
		/*margin-left: 10%;*/
	/*}*/
	/*.zt,*/
	/*.yuan {*/
		/*float: left!important;*/
		/*margin-left: 20px;*/
		/*margin-bottom: 20px;*/
	/*}*/
/*}*/

.quanyi  .cha{
	font-size: 28px;
	font-weight: bolder;
	color: #FC5B58;
}
.quanyi .dui{
	font-weight: bolder;
	font-size: 22px;
	color: #1AAD19;
}
.mtrp_box{
	margin-top: 20px;
	width: 300px;
	height:186px;
	overflow: hidden;
}
.mtrp_big_box{
	width: 290px;
	height: auto;
}
.mtrp_big_box>a{
	margin-left: 10px;
}
.mtrp_big_box>a>img{
	width: 290px;
	height:186px;
}
.mtrp-img_5{
	width: 290px;
	height:186px;
}
.mtrp_big_box1{
	width: 290px;
	height: auto;
}
.mtrp_big_box1>a{
	margin-left: 10px;
}
.mtrp_big_box1>a>img{
	width: 290px;
	height:186px;
}
.mtrp_big_box2{
	width: 290px;
	height: auto;
}
.mtrp_big_box2>a{
	margin-left: 10px;
}
.mtrp_big_box2>a>img{
	width: 290px;
	height:186px;
}
.mtrp_big_box3{
	width: 290px;
	height: auto;
}
.mtrp_big_box3>a{
	margin-left: 10px;
}
.mtrp_big_box3>a>img{
	width: 290px;
	height:186px;
}
.mtrp-img_5{
	width: 290px;
	height:186px;
}

.mtrp-img_5 img{
	width: 290px;
	height:186px;
}
 
.gpins_search {
    display: inline-block;
    line-height: 30px;
    font-size: 26px;
    vertical-align: middle;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    margin-right: -6px;
    text-decoration: none;
    padding: 14px 8px;
    letter-spacing: 5px;
    font-family: "微软雅黑";
}
.gpins_lim_search{
	line-height: 100px;
	padding:0 8px;
}
.hidename{
	display:none;
}

/****************************************************************************************************************/
/************************************************ human.css *****************************************************/
/****************************************************************************************************************/
.num-human{
	color:#ff3b30;
}
.human-search-container{
	border: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 2px #e0e0e0;
    box-shadow: 0 0 2px #e0e0e0;
    margin: 0;
    padding: 0 30px 30px;
}
.human-search-container .human-box-title{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 30px;
    line-height: 40px;
    color: #454545;
    background: #fbfbfb;
}
.human-search-container .tips-block {
	margin-top: 30px;
    padding: 0px 15px;
    font-size: 14px;
    -webkit-box-shadow: 1px 1px 15px 1px rgba(204, 204, 204, 0.3);
    box-shadow: 1px 1px 15px 1px rgba(204, 204, 204, 0.3);
    line-height: 36px;
    color: #737373;
}
.human-search-container .human-top{
	padding-top: 32px;
}
.human-filter{
	padding-top: 32px;
}
.human-filter .provincefliter .title {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    vertical-align: top;
}
.human-filter .provincefliter .content {
    display: inline-block;
    width: 670px;
    height:25px;
    overflow: hidden;
}
.human-filter .provincefliter .content .all, .human-filter .provincefliter .content .province {
    display: inline-block;
    margin: 0 20px 10px 0;
}
.link-hover-click {
    color: #202020;
    cursor: pointer;
}

.human-filter .filter-in-selected {
    color: #0084ff;
}

.human-filter .provincefliter .showmore {
    float: right;
    color: #9e9e9e;
    cursor: pointer;
}

.human-filter .cityfilter {
    margin-left: 70px;
    padding: 10px 10px 0;
    border: 1px solid #f3f3f3;
    font-size: 0;
    background: #fbfbfb;
}
.human-filter .cityfilter .all, .human-filter .cityfilter .city {
    display: inline-block;
    padding: 2px 10px;
    margin: 0 10px 10px 0;
    font-size: 14px;
}

.result-human-list {
    font-size: 0;
    margin: 0 -20px 0 0;
    padding-top: 20px;
    font-size: 0;
}
.result-human-list .slider-boss {
    width: 405px;
    margin-right: 20px;
}
.slider-boss {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 270px;
    padding: 20px;
    margin: 0 15px 20px 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 0px 4px rgba(191, 191, 191, 0.7);
    box-shadow: 0 0px 4px rgba(191, 191, 191, 0.7);
    overflow: hidden;
    cursor: pointer;
}
.slider-boss:hover{
	-webkit-box-shadow: 0 0 11px 5px #eee;
	box-shadow: 0 0 11px 5px #eee;
}
.slider-boss .bottom {
    height: 84px;
    padding-top: 6px;
}
.slider-boss .partner {
    position: absolute;
    padding-top: 4px;
    margin-top: 6px;
    border-top: 1px dashed #e0e0e0;
}
.slider-boss .partner .title {
    padding-bottom: 8px;
    font-size: 16px;
    color: #202020;
}
.slider-boss .partner .human-container {
    position: relative;
    font-size: 0;
}
.slider-boss .partner .preview, .slider-boss .partner .next {
    display: inline-block;
    width: 16px;
    height: 40px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 1px rgba(191, 191, 191, 0.36);
    box-shadow: 0 1px 2px 1px rgba(191, 191, 191, 0.36);
    text-align: center;
    vertical-align: top;
    font-size: 10px;
    background: #fff;
    color: #a0a0a0;
    cursor: pointer;
}
.slider-boss .partner .next {
	margin-left: 5px;
}
.slider-boss .partner .preview.disabled, .slider-boss .partner .next.disabled {
    color: #f0f0f0;
    cursor: no-drop;
}
.slider-boss .partner .human-list {
    display: inline-block;
    width: 326px;
    height: 40px;
    overflow: hidden;
}
.slider-boss .partner .human-wrap {
    width: 9999px;
    height: 40px;
    padding-top: 2px;
}
.slider-boss .partner .human {
    display: inline-block;
    padding-left: 5px;
}
.slider-boss .partner .human .human-left {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 5px;
}
.slider-boss .partner .human .human-right {
    display: inline-block;
    max-width: 95px;
    padding-left: 5px;
    padding-top: 1px;
    overflow: hidden;
    font-size: 13px;
    line-height: 14px;
    vertical-align: top;
}
.human-container .r_l{
	width:100%;
	margin-top: 12px;
}
.link-click{
	color: #0084ff;
    cursor: pointer;
}

.ts-vip-box{
	display:none;
	position:fixed;
	left:0;
	top:0;
	z-index:998;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.2)
}
.ts-vip-box1{
	display:none;
	position:fixed;
	left:0;
	top:0;
	z-index:998;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.2)
}
.ts-vip{
	width:400px;
	height:240px;
	position:absolute;
	z-index:999;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	background:#ffffff;
	border:solid 1px #ccc;
}
.ts-vip i{
	position:absolute;
	right:6px;
	top:6px;
	font-size:18px;
	cursor:pointer;
	color:#ffffff;
}
.ts-vip .title{
	text-align:center;
	line-height:40px;
	font-weight:bold;
	border-bottom:solid 1px #ccc;
	background:#53A9E6;
	color:#ffffff;
}
.ts-vip p{
	line-height:140px;
	text-align:center;
	font-size:18px;
}
.ts-vip p span{
	color:red;
}
.ts-vip .bom{
	padding-top:10px;
	border-top:solid 1px #ccc;
}
.ts-vip .iknow{
	display:block;
	width:90px;
	line-height:30px;
	height:30px;
	margin:0 auto;
	text-align:center;
	background:#53A9E6;
	color:#ffffff;
	cursor:pointer;
}
.hpmengban{
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	height: 100%;
	opacity: .6;
	background-color:#000;
	display:none;
	z-index: 666666;

}
.hppop{
	width: 400px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	position: fixed;
	top: 30%;
	left: 45%;
	z-index: 9999999;
	display: none;
	color: #000;
	font-size: 20px;
	border: 1px solid grey;
	background-color: #fff;
}
.hp_op{
	width: 90%;
	line-height: 30px;
	margin: 62px auto 0;
	color: hsl(44, 100%, 55%);
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 24px;
}
.hp_tp{
	width: 45%;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	background-color: #128cec;
	letter-spacing: 4px;
	margin-top: 29px;
	margin-left: 170px;
	cursor: pointer;
}
.hppop_close,.findmore_close{
    position: absolute;
    right: 13px;
    top: 9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.findmore{
    width: 240px;
    /* height: 190px; */
    text-align: center;
    position: fixed;
    top: 35%;
    left: 40%;
    z-index: 9999999;
    display: none;
    color: #404040;
    font-size: 20px;
    border: 1px solid grey;
    background-color: #f3f2f2;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #313131;
}
.findmore_title{
    width: 100%;
    height: 40px;
    line-height: 44px;
    margin-bottom: 28px;
    font-size: 16px;
    background-color: #e8e8e8;
    border-radius: 10px;
}
.findmore_body{
    font-size: 14px;
    margin-bottom: 40px;
}
.findmore_body span{
    font-size: 14px;
    width:100%;
    display:block;
}
.findmore-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}
.layui-layer-btn{
    text-align: center;
}
/*天眼风险*/
.search-item-risk-row .search-risk-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-radius: 4px;
    background-color: #FAFAFA;
    cursor: pointer;
	
}
.search-item-risk-row .search-risk-label:hover {
    background-color: #F2F2F2;
}
.search-item-risk-row .search-risk-label .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url("/static/image/fxts.png") 0 0 no-repeat;
        background-size: auto;
    background-size: 100%;
}
.search-item-risk-row .search-risk-label .title {
    position: relative;
    margin-right: 17px;
    font-size: 12px;
    color: #FF3B30;
    font-weight: bold;
	width: auto;
}

.search-item-risk-row .search-risk-label .title::before {

    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #ccc;
    content: '';

}
.search-item-risk-row .search-risk-label .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 12px;
    color: #666;
}
.search-item-risk-row .search-risk-label em {
    margin-right: 4px;
    color: #FF3B30;
}
.search-item-risk-row .search-risk-label .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 12px;
    color: #666;
}
.search-item-risk-row .search-risk-label em {
    margin-right: 4px;
    color: #FF3B30;
}
.search-item-risk-row .search-risk-label .tic {
    position: relative;
    display: inline-block;
    margin-left: 2px;
    font-size: 12px;
    color: #666;
    vertical-align: text-bottom;
    margin-top: 2px;
}
.search-item-risk-row .search-risk-label .tic::before {
    line-height: 1;
}
.tic-icon-arrow-right::before {
    content: "\ef25";
}



